* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  font-size: 20px;
  line-height: 30px;
  font-family: "ProximaNova";
  font-weight: 400;
  color: #234c78;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  position: relative;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}

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

textarea {
  resize: none;
}

a {
  color: #234c78;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input:-webkit-autofill {
  background: #ffffff;
  -webkit-transition: 10000000000s linear;
  transition: 10000000000s linear;
}

@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ProximaNova";
  src: url("fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
.container {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
}

.header {
  padding: 35px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.header__menu-link:hover, .header__menu-link.current {
  -webkit-text-stroke: 1px #234c78;
}
.header__menu-link.current {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__burger {
  display: none;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
}
.footer p:not(:last-child) {
  margin: 0 0 3px 0;
}
.footer a {
  color: #fff;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 15px 0;
}
.footer__inner {
  border-radius: 30px 30px 0 0;
  padding: 29px 122px 40px 97px;
  background: #5d87ad;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}
.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
  padding: 15px 51px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.card__head {
  padding-top: 39.474%;
  margin: 0 0 28px 0;
  overflow: hidden;
  position: relative;
}
.card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__body {
  padding: 0 23px;
}
.card__heading {
  font-size: 30px;
  line-height: normal;
  margin: 0 0 15px 0;
  display: block;
  text-transform: uppercase;
}
.main-heading {
  font-size: 48px;
  font-weight: 100;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.main-heading + .geo-cards__inner {
  margin: 28px 0 0 0;
}

.index-screen,
.main-screen {
  margin: 0 0 25px 0;
  color: #fff;
}
.index-screen__inner,
.main-screen__inner {
  position: relative;
}
.index-screen__img,
.main-screen__img {
  height: 750px;
  border-radius: 30px;
  overflow: hidden;
}
.index-screen__img img,
.main-screen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-screen__text,
.main-screen__text {
  max-width: 694px;
  text-align: center;
  position: absolute;
  top: 192px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.index-screen__text.mobile,
.main-screen__text.mobile {
  display: none;
}
.index-screen__text h1,
.main-screen__text h1 {
  font-size: 60px;
  line-height: normal;
  font-weight: 100;
}
.index-screen__logo,
.main-screen__logo {
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 6px 24px 17px 24px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 14px;
  color: #005ca9;
}

.index-footer {
  text-align: center;
  padding: 0 0 25px 0;
}

.main-screen {
  margin: 0 0 48px 0;
}
.main-screen__mobile {
  display: none;
}
.main-screen__img {
  height: 600px;
}

.radius {
  border-radius: 30px;
}

.shadow {
  -webkit-box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
  box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
}

.row {
  margin: 58px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.row__left {
  overflow: hidden;
  width: 760px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 39px 38px 40px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
.row__left-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.row__left-text p:not(:last-child) {
  margin: 0 0 30px 0;
}
.row__left b {
  font-size: 24px;
}
.row__left.img {
  padding: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.row__content {
  max-width: 609px;
  width: 100%;
}
.row__content.big {
  max-width: 670px;
  margin: 0 auto;
}
.row__content b {
  font-size: 24px;
}
.row__content p:not(:last-child) {
  margin: 0 0 30px 0;
}

.end-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about {
  margin: 0 0 73px 0;
}

.bottom-section {
  position: relative;
}
.bottom-section__content {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bottom-section__img {
  height: 800px;
}
.bottom-section__img.big {
  height: 1000px;
}
.bottom-section__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.about-advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin: 46px 0 0 0;
}
.about-advantages__item {
  padding: 53px 41px 53px 63px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.about-advantages__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products {
  margin: 0 0 73px 0;
}
.products__inner {
  margin: 31px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.products__mobile {
  display: none;
}

.products-advantages {
  margin: 0 0 71px 0;
}

.content-block ul {
  padding: 0 0 0 20px;
}
.content-block ul b {
  text-transform: uppercase;
}
.content-block li {
  list-style-type: disc;
}
.content-block li:not(:last-child) {
  margin: 0 0 20px 0;
}

.products-bottom {
  max-width: 682px;
  width: 100%;
  line-height: normal;
}
.products-bottom__inner {
  max-width: 515px;
  width: 100%;
  margin-right: auto;
}

.geo__inner {
  position: relative;
}
.geo__text {
  padding: 53px 55px;
  position: absolute;
  z-index: 2;
  top: 123px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 700px;
  width: 100%;
  background: #fff;
}
.geo__text p:not(:last-child) {
  margin: 0 0 20px 0;
}

.geo-cards {
  position: relative;
  z-index: 2;
}
.geo-cards__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.competitions__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  margin: 67px 0 0 0;
}
.competitions__advantages-img {
  width: 760px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.competitions__advantages-text {
  max-width: 736px;
  width: 100%;
}
.competitions__advantages-text li:not(:last-child) {
  margin: 0 0 3px 0;
}
.competitions__advantages-text b {
  display: block;
}

.mission {
  max-width: 788px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  padding: 34px 64px 23px 63px;
}
.mission-outer {
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
}
.mission__img {
  width: 142px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.progress {
  margin: 0 0 45px 0;
  position: relative;
  z-index: 2;
}
.progress__inner {
  margin: 28px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.progress-card__head {
  overflow: hidden;
  padding-top: 80%;
  position: relative;
  margin: 0 0 40px 0;
}
.progress-card__head img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.progress-card__body {
  padding: 0 30px;
  text-align: center;
  line-height: normal;
}
.progress-card__body span {
  display: block;
}

.order {
  font-size: 24px;
  margin: 0 0 47px 0;
}
.order p:not(:last-child) {
  margin: 0 0 60px 0;
}
.order__mobile {
  display: none;
}
.order__content {
  max-width: 658px;
  margin: 0 auto;
  width: 100%;
}
.order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin: 38px 0 0 0;
}
.order__img {
  overflow: hidden;
  width: 760px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.feedback {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
}
.feedback__inner {
  max-width: 760px;
  width: 100%;
  background: #fff;
  padding: 28px 42px 42px 47px;
}

.btn {
  padding: 10px;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  background: #5d87ad;
  color: #fff;
  font-weight: 700;
}

.form__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 50px 0;
}
.form__table td:last-child {
  width: 410px;
}
.form__table td:first-child {
  position: relative;
  top: 7px;
}
.form__table tr:not(:last-child) td {
  padding-bottom: 20px;
}
.form__input {
  display: block;
  width: 100%;
  height: 26px;
  font-size: 20px;
  border-bottom: 1px solid #234c78;
  color: #234c78;
}
.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
  font-size: 16px;
  line-height: normal;
}
.form__bottom-text {
  max-width: 220px;
}
.form__bottom .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form__bottom a {
  text-decoration: underline;
}

.competitions {
  position: relative;
  z-index: 2;
}

.contacts {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1620px) {
  .header {
    font-size: 16px;
    line-height: normal;
  }
  .header__menu {
    gap: 20px;
  }
  .footer {
    font-size: 16px;
    line-height: normal;
  }
  .footer__menu {
    gap: 20px;
    margin: 0 0 25px 0;
  }
  .footer__inner {
    padding: 29px 45px 40px 45px;
  }
  .container {
    max-width: 1260px;
  }
  .index-screen__logo,
  .main-screen__logo {
    width: 260px;
  }
  .index-screen__img,
  .main-screen__img {
    height: 612px;
  }
  .index-screen__text h1,
  .main-screen__text h1 {
    font-size: 44px;
  }
  .about-advantages {
    gap: 25px;
  }
  .about-advantages__item {
    padding: 25px;
  }
  .about-advantages__img {
    width: 100px;
  }
  .products-bottom {
    max-width: 506px;
  }
  .geo-cards__inner {
    gap: 25px;
  }
  .competitions__advantages-img {
    width: 500px;
  }
}

@media screen and (max-width: 1260px) {
  .header {
    font-size: 14px;
    padding: 25px 0;
  }
  .header__menu {
    gap: 15px;
  }
  .footer__inner {
    padding: 29px 25px 30px 25px;
  }
  .footer__menu {
    font-size: 14px;
    gap: 13px;
  }
  .container {
    max-width: 1024px;
  }
  .index-screen__logo,
  .main-screen__logo {
    width: 220px;
    font-size: 14px;
    line-height: normal;
  }
  .index-screen__img,
  .main-screen__img {
    height: 488px;
  }
  .index-screen__text,
  .main-screen__text {
    top: 147px;
  }
  .index-screen__text h1,
  .main-screen__text h1 {
    font-size: 40px;
  }
  .order__img {
    width: 500px;
  }
  .order p:not(:last-child) {
    margin: 0 0 25px 0;
  }
  .geo__text {
    padding: 25px;
    top: 60px;
  }
  .geo__text p:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .about-advantages__item {
    font-size: 16px;
    line-height: normal;
  }
  .row__left {
    width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
  }
  .row__left b {
    font-size: 18px;
  }
  .row__left p {
    line-height: normal;
  }
  .row__left p:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .row__content p:not(:last-child) {
    margin: 0 0 18px 0;
  }
  .row__content b {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 21px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header__menu {
    position: fixed;
    top: 70px;
    left: 0;
    height: calc(100vh - 70px);
    width: 100%;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    background: #5d87ad;
    padding: 30px;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header__menu-link {
    color: #fff;
  }
  .header__menu-item:not(:last-child) {
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #fff;
  }
  .header__burger {
    display: block;
    margin-left: auto;
    width: 48px;
    height: 28px;
  }
  .header__burger span {
    display: block;
    width: 48px;
    height: 6px;
    background: black;
    position: relative;
  }
  .header__burger span:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .header.menu-open {
    background: #5d87ad;
  }
  .header.menu-open .header__menu {
    opacity: 1;
    visibility: visible;
  }
  .header.menu-open .header__burger span {
    background: #fff;
  }
  .header.menu-open .header__burger span:last-child {
    display: none;
  }
  .header.menu-open .header__burger span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
  }
  .header.menu-open .header__burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 2px;
  }
  .footer {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .footer__inner {
    padding: 28px 15px 33px 15px;
  }
  .footer__menu, .footer__copy {
    display: none;
  }
  .footer__btn {
    padding: 16px 24px;
    font-size: 18px;
    gap: 25px;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 53px;
  }
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .card.no-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__body {
    padding: 0;
  }
  .card .no-mobile {
    display: none;
  }
  .card.response .card__head {
    display: none;
  }
  .card.response .card__body {
    padding: 24px 21px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
    box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
    background: #fff;
  }
  .card__head {
    margin: 0;
  }
  .container {
    max-width: 768px;
    padding: 0 15px;
  }
  .order__img {
    width: auto;
    margin: 41px 0 19px 0;
  }
  .order__mobile {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 17px 0;
    text-align: center;
  }
  .order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0px;
  }
  .order__content {
    max-width: unset;
  }
  .order p:not(:last-child) {
    margin: 0;
  }
  .about {
    margin: 0 0 25px 0;
  }
  .end-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .geo-cards {
    margin: 19px 0 0 0;
  }
  .geo-cards__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 27px;
  }
  .progress__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 53px;
  }
  .progress-card__head {
    margin: 0 0 30px 0;
  }
  .competitions__advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 33px 0 0 0;
  }
  .competitions__advantages-img {
    width: auto;
  }
  .geo__inner {
    margin: 25px 0 0 0;
  }
  .geo__text {
    position: static;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: unset;
    margin: 0 0 30px 0;
  }
  .geo__img img {
    width: 100%;
  }
  .products-advantages {
    margin: 0 0 20px 0;
  }
  .products-bottom {
    max-width: unset;
    padding: 19px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
    box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
    background: #fff;
    position: relative;
  }
  .products-bottom__inner {
    max-width: unset;
  }
  .products__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .products__item:last-child {
    display: none;
  }
  .index-screen__img,
  .main-screen__img {
    height: 370px;
  }
  .index-screen__text h1,
  .main-screen__text h1 {
    font-size: 36px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 25px 0 0 0;
  }
  .row.response {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.response .row__left {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    overflow: visible;
  }
  .row.response .row__left-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px 23px;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
    box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
  }
  .row__left {
    width: 100%;
  }
  .row__content {
    max-width: unset;
  }
  .row__content.big {
    max-width: unset;
  }
  .row__content p:not(:last-child) {
    margin: 0 0 35px 0;
  }
  .bottom-section__content {
    position: static;
    width: auto;
    height: auto;
  }
  .about-advantages {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .about-advantages__item {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    width: 100%;
    background: transparent;
  }
  .header.active {
    background: #fff;
  }
  .header.active .header__burger span {
    background: black;
  }
  .header.active.menu-open {
    background: #5d87ad;
  }
  .header.active.menu-open .header__burger span {
    background: #fff;
  }
  .header__burger span {
    background: #fff;
  }
  .card__head {
    padding-top: 69.4%;
  }
  .products-advantages {
    margin: 0;
  }
  .products-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback {
    position: relative;
    top: 0;
    z-index: 2;
  }
  .feedback__inner {
    padding: 34px 25px;
  }
  .order {
    margin: 0;
  }
  .form__table {
    display: block;
  }
  .form__table * {
    display: block;
    padding: 0 !important;
  }
  .form__table tr:not(:last-child) td {
    padding: 0;
  }
  .form__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form__table tr:not(:last-child) {
    margin: 0 0 35px 0;
  }
  .form__table td:first-child {
    text-align: center;
    position: static;
  }
  .form__table td:last-child {
    width: 100%;
  }
  .form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 13px;
    text-align: center;
  }
  .form__bottom-text {
    max-width: unset;
  }
  .products {
    margin: 0 0 25px 0;
  }
  .products__mobile {
    display: block;
    margin: 31px 0 0 0;
  }
  .mission-outer {
    position: relative;
    z-index: 2;
    top: 0;
    width: auto;
    height: auto;
    margin: 52px 0 0 0;
  }
  .mission {
    padding: 24px;
    -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;
    gap: 14px;
  }
  .mission__img {
    width: 115px;
    margin: 0 auto;
  }
  .row {
    position: relative;
    z-index: 3;
  }
  .row.response {
    margin: 0;
  }
  .row.response .row__content {
    display: none;
  }
  .row.response .row__left {
    gap: 19px;
  }
  .row.response .row__left b {
    font-size: 20px;
    line-height: 30px;
  }
  .row.response .row__left p:not(:last-child) {
    margin: 0;
  }
  .row__left.img {
    height: 300px;
  }
  .row__left.img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about {
    margin: 0 0 8px 0;
  }
  .bottom-section__img {
    margin: -300px 0 0 0;
  }
  .bottom-section__img.small-offset {
    margin: -170px 0 0 0;
  }
  .bottom-section__img.big {
    height: 783px;
  }
  .about-advantages {
    margin: 8px 0 0 0;
    gap: 50px;
    position: relative;
    z-index: 1;
  }
  .about-advantages::before {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    left: -15px;
    top: -310px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(49.37%, rgba(93, 135, 173, 0.3)), color-stop(98%, #fff));
    background: linear-gradient(180deg, #fff 0%, rgba(93, 135, 173, 0.3) 49.37%, #fff 98%);
    z-index: -1;
  }
  .about-advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 24px;
    font-size: 20px;
    line-height: 30px;
  }
  .about-advantages__item.item-1 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
  }
  .about-advantages__item.item-1 .about-advantages__img {
    padding: 20px 55px;
    border-radius: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
    box-shadow: 0 0 6px 0 rgba(35, 76, 120, 0.4);
  }
  .about-advantages__img {
    width: 100%;
  }
  .index-screen {
    margin: 0;
  }
  .index-screen__img {
    height: 100vh;
    padding-top: 0;
  }
  .index-screen__img img {
    position: static;
  }
  .main-heading {
    display: none;
  }
  .main-screen {
    margin: 0 0 19px 0;
  }
  .index-screen .container,
  .main-screen .container {
    padding: 0;
  }
  .index-screen__mobile,
  .main-screen__mobile {
    display: block;
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    z-index: 2;
    padding: 0 15px;
  }
  .index-screen__img,
  .main-screen__img {
    border-radius: 0;
    padding-top: 160%;
  }
  .index-screen__img img,
  .main-screen__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .index-screen__logo,
  .main-screen__logo {
    top: 80px;
    width: calc(100% - 70px);
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 22px 13px 22px;
  }
  .index-screen__logo img,
  .main-screen__logo img {
    width: 262px;
    margin: 0 auto;
  }
  .index-screen__text,
  .main-screen__text {
    display: none;
  }
  .index-screen__text.mobile,
  .main-screen__text.mobile {
    display: block;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    top: 252px;
  }
  .index-footer {
    display: none;
  }
}

@media screen and (min-width: 2200px) {
  .bottom-section__img {
    min-height: 75vh;
  }
}