.container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.container-xl {
  max-width: 1208px;
  margin: 0 auto;
}

.img-responsive {
  overflow: hidden;
  position: relative;
}

.img-responsive img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

*,
blockquote {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  line-height: 1;
  size-adjust: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:active,
:focus {
  outline: none;
}

a:active::-webkit-outer-spin-button,
a:active::-webkit-inner-spin-button,
a:focus::-webkit-outer-spin-button,
a:focus::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
input:active::-webkit-outer-spin-button,
input:active::-webkit-inner-spin-button,
textarea:active::-webkit-outer-spin-button,
textarea:active::-webkit-inner-spin-button,
:active::-webkit-outer-spin-button,
:active::-webkit-inner-spin-button,
:focus::-webkit-outer-spin-button,
:focus::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  resize: vertical;
  resize: horizontal;
}

button {
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

nav,
header,
footer,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

a {
  color: unset;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header.move {
  background: rgba(30, 48, 62, 0.8);
}

.header__wrapper {
  padding: 40px 0px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__link {
  color: #fff;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__link:hover {
  color: #0269c8;
}

.burger-menu-wrapper {
  position: relative;
  z-index: 1;
}

.burger-menu {
  z-index: 10;
  width: 30px;
  height: 30px;
  display: none;
}

.burger-menu span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  left: 0;
}

.burger-menu span:nth-child(1) {
  top: 6px;
}

.burger-menu span:nth-child(2) {
  top: 14px;
}

.burger-menu span:nth-child(3) {
  top: 22px;
}

.burger-menu.active span {
  background: #fff;
}

.burger-menu.active span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu {
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -10px;
  width: 260px;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
}

.mobile-menu .header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: #0269c8;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 5px 12px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 5px 12px 0px rgba(34, 60, 80, 0.2);
}

.mobile-menu.active {
  max-height: 500px;
  max-width: 260px;
  opacity: 1;
}

.footer {
  background: #0269c8;
}

.footer__wrapper {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.footer__link {
  color: #fff;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__link:hover {
  color: #eeeeee;
}

.footer__copyright {
  text-align: center;
  font-size: 1.25rem;
  line-height: 120%;
  color: #eeeeee;
}

body {
  font-family: "Inter", normal;
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: #212121;
  font-size: 1rem;
  line-height: 187.5%;
  width: 100%;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.2px;
}

h1 {
  font-size: 4.625rem;
  line-height: 120.2702702703%;
  font-weight: 700;
}

h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 120.8333333333%;
  font-weight: 700;
  margin-bottom: 45px;
}

section {
  padding: 60px 0px 80px 0px;
}

.btn {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 120%;
  padding: 18px 42px;
  border-radius: 16px;
  background: #0269c8;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.disabled {
  background: rgba(2, 105, 200, 0.5);
}

.btn:hover {
  background: rgba(2, 105, 200, 0.8);
}

.btn:active {
  background: rgba(2, 105, 200, 0.9);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-block {
  overflow: hidden;
  position: relative;
}

.main-block__content {
  overflow: hidden;
  padding: 200px 0px;
  color: #fff;
  text-align: center;
}

.main-block__title {
  margin-bottom: 20px;
}

.main-block__subtitle {
  font-size: 1.75rem;
  line-height: 139.2857142857%;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}

.main-block__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.main-block__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.about-us__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.about-us__content p {
  font-size: 1.75rem;
  line-height: 139.2857142857%;
}

.about-us__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 575px;
          flex: 0 0 575px;
}

.partners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.9%;
          flex: 0 0 23.9%;
  background: #eeeeee;
  border-radius: 16px;
  padding: 15px 40px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-card__image {
  height: 100%;
  width: 100%;
}

.partners-card__image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages {
  background: #0269c8;
}

.advantages__title {
  color: #fff;
}

.advantages__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 400px));
  grid-template-rows: auto;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages-card {
  padding: 32px 24px 20px 24px;
  background: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages-card__icon {
  margin-bottom: 20px;
}

.advantages-card__icon .icon {
  width: 64px;
  height: 64px;
  fill: #0269c8;
}

.advantages-card__text {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
}

.table-wrapper {
  overflow-x: auto;
}

.promotions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  font-size: 1.25rem;
  line-height: 120%;
}

.promotions__text p {
  margin-bottom: 15px;
}

.promotions__text a {
  color: #0269c8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.promotions__text a:hover {
  color: #212121;
}

.promotions__text table {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 125%;
  border-collapse: collapse;
}

.promotions__text table td,
.promotions__text table th {
  border: 1px solid #212121;
  padding: 6px 10px;
}

.contacts__wrapper {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: repeat(2, minmax(190px, auto));
  gap: 20px;
}

.contacts__map {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  border-radius: 16px;
  overflow: hidden;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.contacts__block {
  overflow: hidden;
  padding: 20px 20px 30px 20px;
  border-radius: 16px;
  background: #eeeeee;
}

.contacts__block p {
  font-size: 1.125rem;
  line-height: 144.4444444444%;
  margin-bottom: 25px;
}

.contacts__block p:last-child {
  margin-bottom: 0;
}

.contacts__block a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts__block a:hover {
  color: #0269c8;
}

.contacts__block.adress {
  grid-column: 3/span 2;
  grid-row: 2/span 1;
}

.contacts__block.info {
  grid-column: 1/5;
}

.contacts__block.email p {
  margin-bottom: 15px;
}

.contacts__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.contacts__block-title .icon {
  width: 24px;
  height: 24px;
  fill: #0269c8;
  margin-right: 10px;
}

.contacts__block-title h3 {
  font-size: 1.375rem;
  line-height: 118.1818181818%;
  font-weight: 700;
}

.contacts__block-info a {
  display: block;
}

.contacts__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (min-width: 576px) {
  .container {
    max-width: 35rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 1260px) {
  .container {
    max-width: 77.5rem;
  }
}

@media (min-width: 1445px) {
  .container {
    max-width: 88.125rem;
  }
}

@media (max-width: 1444px) {
  .main-block__content {
    padding: 120px 0px;
  }

  .partners-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.7%;
            flex: 0 0 23.7%;
  }

  .advantages-card__text {
    font-size: 1.125rem;
    line-height: 133.3333333333%;
  }
}

@media (max-width: 1259px) {
  .header__wrapper {
    padding: 20px 0px;
  }

  h1 {
    font-size: 3rem;
    line-height: 108.3333333333%;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 114.2857142857%;
  }

  .about-us__wrapper {
    gap: 20px;
  }

  .about-us__content p {
    font-size: 1.5rem;
    line-height: 133.3333333333%;
  }

  .about-us__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 435px;
            flex: 0 0 435px;
  }

  .partners-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.3%;
            flex: 0 0 23.3%;
  }

  .advantages__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__wrapper {
    gap: 10px;
    grid-template-rows: repeat(2, minmax(190px, auto));
  }
}

@media (max-width: 991px) {
  .header__wrapper {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .burger-menu {
    display: block;
  }

  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }

  h1 {
    font-size: 2.375rem;
    line-height: 110.5263157895%;
  }

  h2 {
    margin-bottom: 25px;
  }

  .main-block__content {
    padding: 40px 0px;
  }

  .main-block__subtitle {
    font-size: 1.25rem;
    line-height: 120%;
  }

  .about-us__content p {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .about-us__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
            flex: 0 0 325px;
  }

  .partners__wrapper {
    gap: 10px;
  }

  .partners-card {
    padding: 10px 20px;
    height: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.9%;
            flex: 0 0 22.9%;
    border-radius: 8px;
  }

  .promotions__wrapper {
    gap: 30px;
  }

  .contacts__map {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }

  .contacts__block {
    padding: 12px 12px 20px 12px;
  }

  .contacts__block p {
    font-size: 1rem;
    line-height: 150%;
  }

  .contacts__block-wrapper {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  section {
    padding: 30px 0px 40px 0px;
  }

  .about-us__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .promotions__wrapper {
    font-size: 1rem;
    line-height: 125%;
  }

  .promotions__text table {
    font-size: 0.8125rem;
    line-height: 130.7692307692%;
    min-width: 520px;
  }

  .promotions__text table td,
  .promotions__text table th {
    padding: 4px;
  }

  .contacts__wrapper {
    grid-template-rows: repeat(4);
    grid-template-columns: 1fr 1fr;
  }

  .contacts__map {
    grid-column: 1/5;
    grid-row: span 2;
  }

  .contacts__block.adress {
    grid-column: 1/5;
    grid-row: 4/span 1;
  }

  .contacts__block.phone {
    grid-column: 1/3;
    grid-row: 3/span 1;
  }

  .contacts__block.email {
    grid-column: 3/5;
    grid-row: 3/span 1;
  }

  .contacts__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) {
  .header__link {
    font-size: 1.125rem;
    line-height: 133.3333333333%;
  }

  .mobile-menu {
    width: 240px;
  }

  br {
    display: none;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 133.3333333333%;
  }

  .btn {
    padding: 14px 20px;
    font-size: 1rem;
    line-height: 125%;
  }

  .main-block__content {
    padding: 20px 0px;
  }

  .main-block__title {
    margin-bottom: 10px;
  }

  .main-block__subtitle {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 30px;
  }

  .about-us__content p {
    font-size: 1rem;
    line-height: 150%;
  }

  .about-us__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .partners-card {
    padding: 6px 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    height: 44px;
  }

  .advantages-card__icon {
    margin-bottom: 0;
  }

  .advantages-card__icon .icon {
    width: 48px;
    height: 48px;
  }

  .advantages-card__text {
    font-size: 1rem;
    line-height: 125%;
  }

  .contacts__block p {
    font-size: 0.8125rem;
    line-height: 138.4615384615%;
  }

  .contacts__block.adress {
    grid-row: 5/span 1;
  }

  .contacts__block.phone {
    grid-column: 1/5;
    grid-row: 4/span 1;
  }

  .contacts__block.email {
    grid-column: 1/5;
    grid-row: 3/span 1;
  }
}