* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

:root {
  --text-header: #0C131B;
  --text-color: #333;
  --color-white: #fff;
  --color-bg: #F64650;
  --color-border: #921706;
  --color-grey: #efefef;
  --color-section_1: #fafafa;
  --color-section_2: #d2d2d2;
  --color-price: #8b8b8b;
  --color-ban: #971225;
  --color-structure: #359712;
  --color-icon: #feffba;
  --color-number: #efefef;
  --color-input: #6c6c6c;
  --form-border: #333;
  --form-check-border-checked: #333;
  --form-check-bg-checked: #333;
  --form-check-yes-checked: #333;
}

.container {
  max-width: 1422px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* header */

.header-overlay {
  display: none;
  position: fixed;
  z-index: 31;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0.5;
  background-color: var(--text-color);
}

.header__overlay-active {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: var(--color-white);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.header__container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header__content {
  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;
  min-height: 64px;
}

.header__logo {
  position: relative;
  max-width: 100px;
  min-height: 64px;
  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;
}

.header__logo-mobile {
  max-width: 85px;
}

.header__img {
  position: relative;
  width: 100%;
}

.header__burger,
.header__geberich,
.header__menu-open {
  display: none;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  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;
  margin-right: 30px;
}

.header__link {
  position: relative;
  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;
  min-height: 64px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--text-header);
  margin: 0;
  text-align: center;
  overflow: hidden;
}

.header__link-burger {
  display: none;
}

.header__link__active {
  color: var(--color-white);
  background-color: var(--color-bg);
}

.header__link::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg);
  -webkit-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.header__link:hover::after {
  left: 0;
}

.header__link-btn {
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--color-bg);
}

.header_hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* section-hero */

.h1-hidden {
  display: none;
}

.section-hero {
  position: relative;
  padding: 138px 0 191px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #FFFFFF), color-stop(0.27%, #F4F5F7), to(#FFFFFF)), #FFFFFF;
  background: -o-linear-gradient(top, #FFFFFF 0.26%, #F4F5F7 0.27%, #FFFFFF 100%), #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 0.26%, #F4F5F7 0.27%, #FFFFFF 100%), #FFFFFF;
}

.section-hero::before,
.section-hero::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}

.section-hero::before {
  left: 0;
  top: 75px;
  width: 495px;
  height: 998px;
  background-image: url('../img/hero-bg1.png');
}

.section-hero::after {
  right: 0;
  top: 0;
  width: 726px;
  height: 717px;
  background-image: url('../img/hero-bg2.png');
}

.section-hero__content {
  position: relative;
  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;
}

.section-hero__left {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}

.section-hero__top {
  margin-bottom: 77px;
}

.section-hero__subtitle {
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #E01065;
}

.title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 96.5%;
  letter-spacing: 1px;
  color: #000;
}

.section-hero__title {
  margin-bottom: 20px;
}

.text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #000;
}

.section-hero__desc {
  margin-bottom: 30px;
  max-width: 443px;
}

.section-hero__bottom {
  margin-left: -20px;
  padding-left: 20px;
}

.btn {
  border-radius: 500px;
  cursor: pointer;
  font-family: "Jost", sans-serif; 
  color: var(--color-white);
  background-color: #E01065;
  transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}

.btn:hover {
  background: #a90549;
}

.btn:active {
  background: #a90549;
  -webkit-box-shadow: 0px 8px 16px #ee79a9;
          box-shadow: 0px 8px 16px #ee79a9;
}

.section-hero__link {
  display: inline-block;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}

.section-hero__list {
  display: block;
  max-width: 252px;
}

.section-hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero__item:not(:last-child) {
  margin-bottom: 32px;
}

.section-hero__icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  width: 59px;
  height: 59px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 24px 31px -10px rgba(85, 105, 128, 0.2);
    box-shadow: 0px 24px 31px -10px rgba(85, 105, 128, 0.2);
  background-color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
}

.icon-1 {
  background-image: url('../img/hero-icon1.svg');
}

.icon-2 {
  background-image: url('../img/hero-icon2.svg');
}

.icon-3 {
  background-image: url('../img/hero-icon3.svg');
}

.icon-4 {
  background-image: url('../img/hero-icon4.svg');
}

.section-hero__text {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000;
}

.section-form {
  position: relative;
  max-width: 407px;
  border-radius: 10px;
  z-index: 10;
  -webkit-box-shadow: 0px 24px 31px -10px rgba(85, 105, 128, 0.2);
          box-shadow: 0px 24px 31px -10px rgba(85, 105, 128, 0.2);
}

.section-hero__time {
  padding: 20px 53.5px 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #333;
}

.section-hero__time-text {
  margin-bottom: 14px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 124.5%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}

.timer-date {
  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;
}

.date {
  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;
  max-width: 80px;
  width: 100%;
  padding: 5px 0;
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  background-color: var(--color-white);
}

.date-digit {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #000;
}

.day {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #B7BCC1;
}

.dogs {
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000;
}

/* form */

.form {
  padding: 30px 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--color-white);
}

.form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 103%;
  letter-spacing: 0.02em;
  color: #000;
}

.form__new-price {
  margin-right: 17px;
}

.form__old-price {
  position: relative;
  color: #808080;
}

.form__old-price::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 2px;
  background-color: #F93D48;
  -webkit-transform: rotate(-14.83deg) translateY(-50%);
      -ms-transform: rotate(-14.83deg) translateY(-50%);
          transform: rotate(-14.83deg) translateY(-50%);
}

.form__price-desc {
  margin-bottom: 11px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #000;
}

.discount {
  color: #F93D48;
}

.forma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 23px;
}

.form__label {
  position: relative;
}

.form__label:not(:last-child) {
  margin-bottom: 10px;
}

.form__input-phone {
  margin-bottom: 5px;
}

.form__input-desc {
  position: absolute;
  left: 23px;
  top: 2.5px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0A59DC;
}

.input,
.country {
  width: 100%;
  padding: 26.5px 23px 2.5px;
  border: 1px solid #0A59DC;
  border-radius: 4px;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(10, 89, 220, 0.15);
          box-shadow: 0px 0px 0px 2px rgba(10, 89, 220, 0.15);
  color: #000;
  background-color: var(--color-white);
}

.country {
  -moz-appearance:none;
  -webkit-appearance:none; 
  appearance:none;
  cursor: pointer;
}

.form__label-country::after {
  content: "▼";
  position: absolute;
  right: 23px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input::-webkit-input-placeholder {
  opacity: 0.5;
}

.input:focus:required:invalid,
.country:focus,
.country:active {
  border: 1px solid #0b3170;
}

.input:required:valid {
  border-color: var(--color-structure);
}

.input:active,
.input:focus,
.country:focus {
  outline: none;
}

.input:hover {
  border: 1px solid #0b3170;
  outline: none;
}

.input:required:valid~.form__input-desc {
  color: var(--color-structure);
}

.form__checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  -ms-grid-columns: -webkit-min-content 15px 1fr;
  -ms-grid-columns: min-content 15px 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  max-width: 287px;
  width: 100%;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 18px;
  height: 18px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,
.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
  border-color: var(--form-check-border-checked)
}

.form__btn {
  margin-top: 15px;
  padding: 20px 0;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.02em;
}

.form__icon {
  display: block;
  margin: 0 auto;
}

.section-hero__center {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-hero__sale {
  position: absolute;
  top: 75px;
  right: 60px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 116px;
  height: 116px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  color: #E01065;
  background-image: url('../img/sale.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-5.57deg);
      -ms-transform: rotate(-5.57deg);
          transform: rotate(-5.57deg);
}

.section-hero__sale-text {
  font-size: 12px;
  line-height: 16px;
}

.section-hero__sale-discount {
  font-size: 34px;
  line-height: 38px;
}

.section-hero__cicrle {
  position: absolute;
  left: 188px;
  bottom: -180px;
}

/* section-problem */

.section-problem {
  padding: 141px 0 149px;
}

.section-problem__container {
  max-width: 1843px;
}

.section-problem__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-problem__content::before {
  content: '';
  position: absolute;
  left: 83px;
  bottom: -100px;
  width: 303px;
  height: 412px;
  background-image: url('../img/question.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.section-problem__left {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  padding-left: 198px;
  z-index: 1;
}

.number {
  margin-bottom: 20px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 96.5%;
  color: #E01065;
}

.section-problem__title {
  margin-bottom: 40px;
}

.text-indent {
  margin-bottom: 20px;
}

.section-problem__right {
  position: relative;
}

.section-problem__image {
  display: block;
}

.section-problem__offer {
  position: absolute;
  left: -85px;
  bottom: -50px;
}

/* section-question */

.section-question {
  padding: 58px 0 80px;
  overflow: hidden;
}

.section-question__container {
  max-width: 1843px;
}

.section-question__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  border: 1px solid #EFF0F5;
  border-radius: 31px;
  background: -o-linear-gradient(bottom, #F1F2F6, #F1F2F6), -o-linear-gradient(269.98deg, #EAEFF0 39.99%, #F3F5F7 71.24%, #ECF0F1 99.98%);
  background: linear-gradient(0deg, #F1F2F6, #F1F2F6), linear-gradient(180.02deg, #EAEFF0 39.99%, #F3F5F7 71.24%, #ECF0F1 99.98%);
}

.section-question__content::before,
.section-question__content::after {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}

.section-question__content::before {
  top: -100px;
  left: 530px;
  width: 602px;
  height: 442px;
  background-image: url('../img/question-bg1.png');
}

.section-question__content::after {
  bottom: -35px;
  right: 94px;
  width: 600px;
  height: 440px;
  background-image: url('../img/question-bg2.png');
}

.section-question__title {
  margin-bottom: 44px;
}

.section-question__left {
  position: relative;
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  margin-right: 55.5px;
  padding-left: 229px;
}

.section-question__left::before {
  content: '';
  position: absolute;
  left: -297px;
  bottom: -400px;
  width: 607px;
  height: 607px;
  border-radius: 100%;
  opacity: 0.5;
  border: 50px solid var(--color-white);
}

.section-question__image {
  display: block;
  padding-left: 71px;
}

.section-question__image-mobile {
  display: none;
}

.section-question__right {
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  z-index: 1;
}

.section-question__subtitle {
  margin-bottom: 25px;
  max-width: 80%;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 96.5%;
  color: #000;
}

.section-question__figure {
  position: absolute;
  right: -85px;
  top: -174px;
  display: block;
}

/* section-expert */

.section-expert {
  position: relative;
  padding: 0 0 130px;
}

.section-expert::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 852px;
  height: 931px;
  background-image: url('../img/expert-bg.png');
  background-repeat: no-repeat;
  background-position: center;
}

.section-expert__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-expert__one,
.section-expert__two,
.section-expert__three,
.section-expert__four {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}

.section-expert__one {
  position: relative;
  padding-top: 48px;
}

.section-expert__two {
  margin-bottom: 40px;
}

.section-expert__title {
  margin-bottom: 40px;
}

.section-expert__figure {
  display: block;
  margin-bottom: 18px;
}

.section-expert__photo-text {
  max-width: 330px;
  padding-left: 66px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 96.5%;
  text-align: center;
  color: #000;
}

.section-expert__three {
  position: relative;
  margin: -25px 0 0 0;
  background-image: url('../img/Vector.svg');
  background-repeat: no-repeat;
  background-position: left top;
}

.section-expert__comment {
  padding-top: 55px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 96.5%;
  letter-spacing: 2px;
  color: #000;
}

.section-expert-indent {
  margin-bottom: 30px;
}

/* article */

.article {
  padding: 112px 0;
}

.article__container {
  max-width: 1832px;
}

.article__content {
  padding: 83px 222px;
  max-height: 842px;
  border-radius: 30px;
  background-image: url('../img/article_1.png');
  background-position: left center;
  background-repeat: no-repeat;
}

.article__title {
  position: relative;
  margin-bottom: 44px;
  max-width: 52%;
  z-index: 1;
}

.article__link {
  position: relative;
  display: inline-block;
  padding: 20px 34.5px;
  z-index: 2;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.02em;
}

.article-image {
  position: relative;
  left: -25px;
  top: -85px;
  display: block;
  margin: 0 auto;
  max-width: 443px;
  width: 100%;
}

/* section-structure */

.section-structure  {
  padding: 42px 0 95px;
  background-image: url('../img/structure_bg.png');
  background-repeat: no-repeat;

}

.section-structure__container {
  max-width: 2086px;
}

.section-structure__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-structure__block {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.section-structure__block-one {
  padding-left: 323px;
  margin-bottom: 43px;
}

.section-structure__title {
  max-width: 70%;
}

.section-structure__desc {
  max-width: 580px;
  padding-top: 45px;
}

.section-structure__image {
  max-width: 801px;
}

.section-structure__block-three {
  position: relative;
}

.section-structure__block-three::before {
  content: '';
  position: absolute;
  left: 675px;
  bottom: 85px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  mix-blend-mode: overlay;
  background: #F80404;
  -webkit-filter: blur(29px);
          filter: blur(29px);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.section-structure__item {
  padding-left: 112px;
  max-width: 435px;
  min-height: 96px;
  background-position: left top;
  background-repeat: no-repeat;
}

.section-structure__item:first-child {
  background-image: url('../img/structure-icon1.png');
}

.section-structure__item:nth-child(2) {
  background-image: url('../img/structure-icon3.png');
}

.section-structure__item:nth-child(3) {
  background-image: url('../img/structure-icon7.png');
}

.section-structure__item:nth-child(4) {
  background-image: url('../img/structure-icon2.png');
}

.section-structure__item:nth-child(5) {
  background-image: url('../img/structure-icon5.png');
}

.section-structure__item:nth-child(6) {
  background-image: url('../img/structure-icon4.png');
}

.section-structure__item:last-child {
  background-image: url('../img/structure-icon6.png');
}

.section-structure__item:not(:last-child) {
  margin-bottom: 50px;
}

.section-structure__item-title {
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.section-structure__item-text {
  font-size: 16px;
  line-height: 22px;
}

.section-structure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* section-comment */

.section-comment {
  padding: 83px 0 154px;
}

.section-comment__container {
  max-width: 100%;
}

.section-comment__content {
  padding-left: 22.2%;
}

.section-comment__title {
  margin-bottom: 63px;
}

.section-comment__comment {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  padding: 30px;
  border-radius: 24px;
  cursor: pointer;
  background-color: #F8F8F8;
}

.section-comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 19px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D9D9D9;
}

.section-comment__left {
  margin-right: 20px;
}

.section-comment__right {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.section-comment__name {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000;
}

.section-comment__data {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: rgba(51, 51, 51, 0.25);
}

.section-comment__icon:not(:last-child) {
  margin-right: 6px;
}

.section-comment__center {
  margin-bottom: 19px;
}

.section-comment__text {
  font-size: 16px;
  line-height: 22px;
}

.section-comment__bottom,
.section-comment__like,
.section-comment__dislike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-comment__like {
  margin-right: 19px;
}

.section-comment__number-like {
  margin-left: 5px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.swiper-wrapper {
  margin-bottom: 41px;
}

.swiper-scrollbar {
  position: static;
  display: block;
  height: 2px;
  max-width: 1373px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #D8D8D8;
}

.swiper-scrollbar-drag {
  height: 6px;
  background-color: #E01065;
}

/* article */

.article-two {
  padding: 109px 0;
}

.article-two__content {
  position: relative;
  padding: 119px 222px;
  min-height: 842px;
  border-radius: 31px;
  border: 1px solid #EFF0F5;
  background-image: url('../img/article_2.png');
  background-position: left center;
  background-repeat: no-repeat;
}

.article-two__content::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 845px;
  height: 715px;
  background-image: url('../img/article_2_bg.png');
  background-repeat: no-repeat;
}

.article-two__image {
  position: absolute;
  left: 391px;
  bottom: 0;
  display: block;
  margin: 0 auto;
  max-width: 605px;
  width: 100%;
}

/* section-how */

.section-how {
  position: relative;
  padding: 100px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #FFFFFF), color-stop(42.97%, #F4F5F7), to(#FFFFFF)), #FFFFFF;
  background: -o-linear-gradient(top, #FFFFFF 0.26%, #F4F5F7 42.97%, #FFFFFF 100%), #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 0.26%, #F4F5F7 42.97%, #FFFFFF 100%), #FFFFFF;
}

.section-how::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 811px;
  height: 789px;
  background-image: url('../img/how-bg.png');
  background-repeat: no-repeat;
}

.section-how__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

.section-how__block-one {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 57px;
}

.section-how__title {
  max-width: 580px;
}

.section-how__block-two {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  margin-right: 175px;
  margin-bottom: 57px;
}

.section-how__block-three {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
}

.section-how__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-how__item:nth-child(2) {
  padding-left: 41px;
}

.section-how__item::before {
  content: '';
  position: absolute;
  left: -186px;
  top: 50%;
  width: 186px;
  height: 1px;
  border-top: 1px dashed #E01065;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-how__item:nth-child(2)::before {
  left: -145px;
}

.section-how__item:not(:last-child) {
  margin-bottom: 120px;
}

.section-how__item-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55px;
  height: 55px;
  margin-right: 34.5px;
  background-image: url('../img/how-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.item-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.005em;
  color: #000;
}

.section-how__item-text {
  line-height: 112.19%;
}

.section-how__four {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.section-how__warning-title {
  margin-bottom: 30px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 103%;
  letter-spacing: 0.02em;
  color: #000;
}

.section-how__warning-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
          column-gap: 80px;
}

.section-how__warning-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-how__warning-item {
  -ms-flex-preferred-size: calc(100% / 3 - 145px);
      flex-basis: calc(100% / 3 - 145px);
}

.section-how__warning-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 9px;
  height: 34px;
  background-image: url('../img/how-icon_2.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-how__warning-text {
  font-size: 16px;
  line-height: 22px;
}

/* section-now */

.section-now {
  padding: 120px 0 130px;
}

.section-now__title {
  margin-bottom: 87px;
  max-width: 580px;
}

.section-now__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-now__item {
  -ms-flex-preferred-size: calc(100% / 3 - 14px);
      flex-basis: calc(100% / 3 - 14px);
  padding: 118px 30px 72px;
  border-radius: 24px;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: 50% 35px;
}

.section-now__item:first-child {
  background-image: url('../img/how_1.svg');
}

.section-now__item:nth-child(2) {
  background-image: url('../img/how_2.svg');
}

.section-now__item:last-child {
  background-image: url('../img/how_3.svg');
}

.section-now__item-title {
  margin-bottom: 5px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000;
}

.section-now__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #777;
}

/* section-order */

.section-order {
  padding: 98px 0 120px;
  min-height: 1040px;
  background-image: url('../img/order-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-order__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-order__left {
  -ms-flex-preferred-size: 34.5%;
      flex-basis: 34.5%;
}

.section-order__title {
  margin-bottom: 52px;
}

.section-order__list {
  position: relative;
  max-width: 84%;
  z-index: 1;
}

.section-order__item:not(:last-child) {
  margin-bottom: 19px;
}

.section-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-order__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.section-order__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31px;
  height: 31px;
  margin-right: 12px;
  background-image: url('../img/order-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-order__center {
  position: absolute;
  left: 20%;
  bottom: -5%;
  width: 732px;
}

.section-order__image {
  width: 100%;
}

.section-order__form {
  -ms-flex-preferred-size: 34.5%;
      flex-basis: 34.5%;
  padding-top: 60px;
}

/* footer */

.footer {
  padding: 25px 0;
  background-color: #333;
}

.footer__container {
  max-width: 1840px;
}

.footer__top {
  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;
  margin-bottom: 67px;
  padding: 0 200px;
}

.footer__nav,
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__list  {
  margin-right: 62px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer__item:not(:last-child) {
  margin-right: 32px;
}

.footer__btn {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #F64650;
}

.footer__text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #808080;
}

.footer__text {
  margin-bottom: 10px;
}

.footer__logo {
  max-width: 80px;
  width: 100%;
}

.footer-indent {
  margin-bottom: 0;
}

@media (max-width: 1920px) {
  .container {
    max-width: 1210px;
  }

  /* section-hero */

  .section-hero__center {
    position: absolute;
    left: 209px;
    bottom: 25px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  /* section-problem */

  .section-problem {
    padding: 100px 0 145px;
  }
  
  .section-problem__container {
    max-width: 1210px;
  }

  .section-problem__content::before {
    left: -83px;
  }

  .section-problem__left {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding-left: 0;
  }

  .section-problem__right {
    margin: 0 -421px 0 0;
  }

  /* section-question */

  .section-question {
    padding: 30px 0;
  }

  .section-question__container {
    max-width: 1630px;
  }

  .section-question__content {
    padding: 70px 0 60px;
  }

  .section-question__content::before {
    top: -150px;
  }

  .section-question__content::after {
    right: -160px;
  }

  .section-question__left {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    margin-right: 20px;
    padding-left: 210px;
  }

  .section-question__title {
    margin-bottom: 34px;
  }

  .section-question__image {
    padding-left: 8px;
    max-width: 596px;
    width: 100%;
  }

  .section-question__figure {
    right: -75px;
    max-width: 217px;
    width: 100%;
  }

  /* section-expert */

  .section-expert {
    padding: 94px 0 120px;
  }

  .section-expert::before {
    left: -225px;
  }

  .section-expert__one, 
  .section-expert__two, 
  .section-expert__three, 
  .section-expert__four {
    position: relative;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  .section-expert__one {
    padding-top: 6px;
  }

  .section-expert__two {
    margin-bottom: 36px;
  }

  .section-expert__figure {
    max-width: 572px;
  }

  .section-expert__photo-text {
    padding-left: 40px;
  }

  .section-expert__three {
    margin: 0;
  }

  /* article */

  .article {
    padding: 42px 0;
  }

  .article__container {
    max-width: 1600px;
  }

  .article__content {
    padding: 98px 210px;
  }

  .article__title {
    margin-bottom: 27px;
    font-size: 58px;
  }

  .article-image {
    left: 90px;
    top: -145px;
  }

  /* section-structure */

  .section-structure {
    padding: 101px 0 95px;
    background-position: 30% center;
  }

  .section-structure__container {
    max-width: 1850px;
  }

  .section-structure__title {
    max-width: 75%;
  }

  .section-structure__desc {
    max-width: 630px;
  }

  .section-structure__block-three::before {
    bottom: 95px;
  }

  .section-structure__item {
    flex-basis: 45%;
    max-width: 465px;
  }

  /* section-comment */

  .section-comment {
    padding: 89px 0 113px;
  }

  .section-comment__container {
    max-width: 100%;
  }

  .section-comment__content {
    padding-left: 18.84%;
  }

  .swiper-scrollbar {
    max-width: 1182px;
  }

  /* article-two */

  .article-two {
    padding: 30px 0;
  }

  .article-two__content {
    padding: 119px 210px;
  }

  .article__title-two {
    margin-bottom: 44px;
  }

  /* section-how */

  .section-how::before {
    right: -325px;
  }

  .section-how__warning-item {
    -ms-flex-preferred-size: calc(calc(100% / 3 - 90px));
        flex-basis: calc(calc(100% / 3 - 90px));
  }

  /* section-now */

  .section-now {
    padding: 66px 0 98px;
  }

  .section-now__title {
    margin-bottom: 38px;
  }

  .section-now__item {
    padding: 118px 30px 50px;
  }

  /* section-order */

  .section-order {
    min-height: 977px;
    padding: 98px 0 145px;
    background-image: url('../img/order-bg-1920.png');
  }

  .section-order__left {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }

  .section-order__list {
    max-width: 77%;
  }

  .section-order__center {
    left: 21%;
    bottom: -2%;
    width: 605px;
  }

  .section-order__form {
    -ms-flex-preferred-size: 40.7%;
        flex-basis: 40.7%;
    padding-top: 71px;
  }

  /* footer */

  .footer__top {
    padding: 0;
  }
}

@media (max-width: 1640px) {

  .container {
    max-width: 1194px;
  }

  /* header */

  .header__container {
    max-width: 1200px;
  }

  /* section-hero */
  
  .section-hero::after {
    right: -175px;
  }

  /* section-problem */

  .section-problem {
    padding: 77px 0 198px;
  }
  
  .section-problem__container {
    max-width: 1194px;
  }

  .section-problem__left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .section-problem__right {
    margin: 0 -460px 0 0;
  }

  /* section-question */

  .section-question {
    padding: 0;
  }

  .section-question__container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-question__content {
    padding: 38px 0 68px;
  }

  .section-question__content::before {
    left: 340px;
  }

  .section-question__content::after {
    right: 74px;
  }

  .section-question__left {
    margin-right: 12px;
    padding-left: 96px;
  }

  .section-question__left::before {
    left: -395px;
    bottom: -470px;
  }

  .section-question__title {
    padding-left: 12px;
  }

  .section-question__right {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }

  .section-question__figure {
    right: -85px;
    top: -160px;
  }
  
  /* section-expert */
  
  .section-expert {
    padding: 141px 0 105px;
  }

  .section-expert::before {
    left: -595px;
  }

  .section-expert__one {
    padding-top: 0;
  }

  .section-expert__title {
    max-width: 80%;
  }

  .section-expert__two {
    margin-bottom: 46px;
  }

  .section-expert__figure {
    margin-bottom: 8px;
  }

  /* article */

  .article {
    padding: 35px 0;
  }

  .article__container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .article__content {
    padding: 71px 103px;
    background-position: 40% center;
  }

  .article__title {
    max-width: 50%;
  }

  .article-image {
    left: 20px;
    top: -90px;
  }

  /* section-structure */

  .section-structure {
    padding: 105px 0;
    background-position: 60% center;
  }

  .section-structure__block-one {
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
    padding-left: 0;
    margin-bottom: 33px;
  }

  .section-structure__block-three {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  } 
  
  .section-structure__image {
    margin: 0 0 0 -250px;
    width: auto;
  }

  .section-structure__block-three::before {
    left: auto;
    right: 45px;
  }

  .section-structure__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* section-comment */

  .section-comment {
    padding: 70px 0;
  }

  .section-comment__container {
    max-width: 100%;
  }

  .section-comment__content {
    padding-left: 7%;
  }

  /* article-two */

  .article-two {
    padding: 70px 0;
  }

  .article-two__content {
    padding: 134px 103px;
    background-position: 10% center;
  }

  .article__title-two {
    max-width: 55%;
  }

  .article-two__image {
    left: 295px;
    bottom: 35px;
  }

  /* section-how */

  .section-how {
    padding: 70px 0 75px;
  }

  .section-how::before {
    right: -325px;
    bottom: -100px;
  }

  .section-how__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .section-how__block-one {
    margin-bottom: 41px;
  }

  .section-how__block-two {
    margin-right: 0;
  }

  .section-how__item:not(:last-child) {
    margin-bottom: 116px;
  }

  .section-how__warning-item {
    -ms-flex-preferred-size: calc(calc(100% / 3 - 88px));
        flex-basis: calc(calc(100% / 3 - 88px));
  }

  /* section-now */

  .section-now {
    padding: 80px 0;
  }

  .section-now__title {
    margin-bottom: 49px;
  }

  .section-now__item {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
  }

  /* section-order */

  .section-order {
    background-position: center;
  }

  .section-order__form {
    -ms-flex-preferred-size: 41.3%;
        flex-basis: 41.3%;
  }
}

@media (max-width: 1190px) { 

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* section-hero */

  .section-hero {
    padding: 150px 0 98px;
  }

  .section-hero::after {
    top: -100px;
    right: -325px;
  }

  .section-hero::before {
    top: -220px;
  }

  .section-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .section-hero__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 520px;
    margin-bottom: 46px;
  }

  .section-hero__top {
    margin-bottom: 49px;
    max-width: 380px;
  }

  .section-hero__subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.02em;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .section-hero__link {
    display: none;
  }

  .section-hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }

  .section-hero__item {
    -ms-flex-preferred-size: calc(100% / 2 - 10px);
        flex-basis: calc(100% / 2 - 10px);
  }

  .section-hero__item:not(:last-child) {
    margin-bottom: 0;
  }

  .section-hero__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 15px;
  }

  .section-form {
    max-width: 100%;
    width: 100%;
  }

  .date {
    max-width: 100px;
  }

  .form {
    padding: 30px;
  }

  .form__checkbox {
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .section-hero__center {
    right: 47px;
    top: -90px;
    left: auto;
    bottom: auto;
    z-index: 1;
  }

  .section-hero__cicrle {
    display: none;
  }

  .section-hero__sale {
    top: 55px;
    right: -30px;
    width: 108px;
    height: 108px;
  }

  /* section-problem */

  .section-problem {
    padding: 50px 0 70px;
  }

  .section-problem__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-problem__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
  }

  .section-problem__title {
    margin-bottom: 20px;
    max-width: 400px;
  }

  .section-problem__right {
    margin: 0 -65px 0 0;
  }

  .section-problem__image {
    margin-left: auto;
    max-width: 580px;
  }

  .section-problem__offer {
    position: relative;
    left: 0;
    display: block;
    max-width: 237px;
    margin: -384px 401px 0px auto;
  }

  .section-problem__content::before {
    bottom: auto;
    left: auto;
    top: 0;
    right: -30px;
  }

  /* section-question */

  .section-question__left {
    position: relative;
    padding-left: 10px;
    z-index: 1;
  }

  .section-question__subtitle {
    font-size: 42px;
  }

  .section-question__figure {
    top: -115px;
    width: 120px;
  }

  /* section-expert */

  .section-expert__one, .section-expert__two, .section-expert__three, .section-expert__four {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }

  .section-expert__one {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
  }

  .section-expert__figure {
    max-width: 450px;
    width: 100%;
  }

  .section-expert__photo-text {
    padding-left: 0;
    max-width: 300px;
  }

  /* article */

  .article__container {
    padding-left: 0;
    padding-right: 0;
  }

  .article-image {
    top: -45px;
    left: 55px;
  }

  /* section-structure */

  .section-structure__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .section-structure__block-one {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  
  .section-structure__image {
    margin: 0 0 0 -400px;
  }

  .section-structure__block-three::before {
    left: 265px;
    right: auto;
    bottom: auto;
    top: 71%;
  }

  /* section-comment */

  .section-comment__content {
    padding-left: 0;
  }

  /* article-two */

  .article-two__content {
    background-position: 30% center;
  }

  .article-two__image {
    left: 140px;
    z-index: 1;
  }

  /* section-how */

  .section-how__block-one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .section-how__block-two {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .section-how__image {
    display: block;
    margin: 0 auto;
  }

  .section-how__block-three {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }

  .section-how__four {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .section-how__block-two,
  .section-how__block-three {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .section-how__item::before {
    display: none;
  }

  .section-how__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-how__item:nth-child(2) {
    padding-left: 0;
  }

  .section-how__warning-item {
    -ms-flex-preferred-size: calc(calc(100% / 3 - 30px));
        flex-basis: calc(calc(100% / 3 - 30px));
  }

  .section-how__item-text {
    display: inline-block;
    max-width: 460px;
  }

  /* section-order */

  .section-order {
    margin-bottom: 80px;
    padding: 67px 0 0;
    background-position: -460px -456px;
  }

  .section-order__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-order__form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .section-order__center {
    position: static;
    margin: 0 0 0 -140px;
    padding-top: 77px;
  }
}

@media (max-width: 900px) {
  /* header */

  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__content {
    min-height: 50px;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    max-width: 84px;
    min-height: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header__img {
    top: 0;
  }

  .header__link {
    width: 100%;
    height: 107px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.005em;
  }

  .header__burger {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    background: transparent;
  }

  .header__burger-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header__burger::after,
  .header__burger::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

  .header__burger::after {
    bottom: 0;
  }

  .header__burger::before {
    top: 0;
  }

  .header__nav-active .header__menu-open {
    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;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 72px;
    background-color: var(--color-white);
  }

  .header__burger-close {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    background-color: transparent;
  }

  .header__burger-close::before,
  .header__burger-close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #9BA5B4;
  }

  .header__burger-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__burger-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__menu-mobile {
    position: absolute;
    top: -1500%;
    left: 0;
    width: 100%;
    z-index: 98;
    overflow-y: auto;
    -webkit-transition: all 0.65s ease;
    -o-transition: all ease 0.65s;
    -o-transition: all 0.65s ease;
    transition: all 0.65s ease;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    background-color: var(--color-white);
  }

  .header__geberich {
    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;
    min-height: 100px;
    background-color: #F8F8F8;
  }

  .header__link-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-bg);
  }

  .header__nav::-webkit-scrollbar,
  .popup::-webkit-scrollbar,
  .comebacker::-webkit-scrollbar {
    width: 0;
  }

  .header__nav-active {
    top: 0;
    height: 100vh;
    overflow: scroll;
  }

  .header__link:nth-child(1) {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }

  .header-scroll nav .header__link:nth-child(1) {
    color: #333;
    background-color: #fff;
  }

  /* section-question */

  .section-question__container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-question__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 20px 47px;
  }

  .section-question__content::before {
    top: -80px;
    left: auto;
    right: -125px;
  }

  .section-question__content::after {
    display: none;
  }

  .section-question__left {
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .section-question__left::before {
    bottom: -995px;
  }

  .section-question__image {
    display: none;
  }

  .section-question__image-mobile {
    display: block;
    max-width: 446px;
    margin-left: 50px;
  }

  .section-question__title {
    margin-bottom: 0;
    padding-left: 0;
    max-width: 80%;
  }

  .section-question__subtitle {
    margin-bottom: 20px;
    max-width: 70%;
    font-size: 32px;
    line-height: 96.5%;
  }

  .section-question__text {
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 25px;
  }

  .section-question__figure {
    right: 50px;
    top: 270px;
    max-width: 193px;
    width: 100%
  }

  /* section-expert */

  .section-expert {
    padding: 50px 0;
  }

  .section-expert::before {
    background-image: url('../img/expert-bg_768.png');
    left: -40px;
    top: 0;
  }

  .section-expert__one {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }

  .section-expert__title {
    margin-bottom: 20px;
    max-width: 50%;
  }

  .section-expert-indent {
    margin-bottom: 20px;
  }

  .section-expert__four {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 23px;
  }

  .section-expert__two {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: 44.1%;
        flex-basis: 44.1%;
    margin-bottom: 0;
  }

  .section-expert__three {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }

  .section-expert__comment {
    font-size: 18px;
    line-height: 96.5%;
    letter-spacing: 1px;
  }

  .section-expert__photo-text {
    max-width: 220px;
    font-size: 14px;
    line-height: 96.5%;
  }

  /* article */

  .article {
    padding: 0;
  }

  .article__content {
    padding: 83px 20px;
    min-height: 1080px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    background-image: url('../img/article_1_768.png');
    background-size: cover;
    background-position: center 93%;
  }

  .article__title {
    max-width: 60%;
    margin-bottom: 32px;
  }

  .article-image {
    left: -45px;
    top: 210px;
    max-width: 407px;
  }

  /* section-structure */

  .section-structure {
    padding: 51px 0 6px;
    background-position: 70% 0%;
  }

  .section-structure__block-one,
  .section-structure__block-two {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }

  .section-structure__desc {
    padding-top: 0;
    max-width: 100%;
  }

  .section-structure__title {
    max-width: 70%;
  }

  .section-structure__item {
    padding-left: 92px;
    min-height: auto;
    background-size: 50px 50px;
  }

  .section-structure__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-structure__item-text {
    font-size: 14px;
    line-height: 21px;
  }

  .section-structure__block-four {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
  }

  .section-structure__block-three {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  
  .section-structure__image {
    max-width: 530px;
    margin: 0 0 0 -230px;
  }

  .section-structure__block-three::before {
    left: 200px;
  }

  /* section-comment */

  .section-comment {
    padding: 50px 0;
  }

  .section-comment__title {
    margin-bottom: 37px;
  }

  /* article-two */

  .article-two {
    padding: 0;
  }

  .article-two__content {
    padding: 85px 20px;
    min-height: 970px;
    border: none;
    border-radius: 0%;
    background-image: url('../img/article_2_768.png');
    background-position: center;
    background-size: cover;
  }

  .article-two__image {
    left: -30px;
    bottom: 125px;
    max-width: 400px;
  }

  .article-two__content::after {
    left: -220px;
  }

  /* section-how */

  .section-how {
    padding: 50px 0 55px;
  }

  .section-how::before {
    bottom: 70px;
  }

  .section-how__block-one {
    margin-bottom: 45px;
  }

  .section-how__block-two {
    margin-bottom: 12px;
  }

  .section-how__warning-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-how__warning-item {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }

  .section-how__warning-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-how__warning-item:last-child {
    margin: 0 auto;
  }

  /* section-now */

  .section-now {
    padding: 50px 0;
  }

  .section-now__title {
    margin-bottom: 38px;
    max-width: 100%;
  }

  .section-now__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-now__item {
    -ms-flex-preferred-size: 48.6%;
        flex-basis: 48.6%;
  }

  .section-now__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .section-now__item:last-child {
    margin: 0 auto;
  }

  /* section-order */

  .section-order {
    background-position: -505px -456px;
  }

  .section-order__left {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }

  .section-order__title {
    margin-bottom: 41px;
  }

  .section-order__list {
    max-width: 93%;
  }

  .section-order__center {
    margin: 0 0 0 -243px;
  }

  /* footer */

  .footer {
    padding: 35px 0 42px;
  }

  .footer__list {
    display: none;
  }

  .footer__top {
    margin-bottom: 60px;
  }
}

@media (max-width: 750px) {

  /* section-hero */

  .section-hero {
    padding: 84px 0 67px;
  }

  .section-hero::before {
    display: none;
  }

  .section-hero__left,
  .section-hero__top,
  .section-hero__desc {
    max-width: 100%;
  }

  .section-hero__top {
    margin-bottom: 410px;
  }

  .section-hero__center {
    left: 50%;
    top: 180px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .section-hero__bottom {
    margin-right: -20px;
    padding-right: 20px;
  }

  .section-hero__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .section-hero__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .section-hero__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }

  .section-hero__sale {
    top: 55px;
    right: -30px;
    width: 86px;
    height: 86px;
    background-size: cover;
  }

  .section-hero__sale-discount {
    font-size: 28px;
    line-height: 32px;
  }

  .section-hero__sale-text {
    font-size: 10px;
    line-height: 12px;
  }

  /* section-question */

  .section-question__image-mobile {
    margin-left: 0;
  }

  .section-question__figure {
    max-width: 150px;
  } 

  /* section-structure */

  .section-structure {
    padding: 50px 0;
    background-image: none;
  }

  .section-structure__block-three::before {
    right: 7.5%;
    top: 73%;
    left: auto;
    width: 60px;
    height: 60px;
  }

  .section-structure__block-three,
  .section-structure__block-four {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .section-structure__block-three {
    margin-bottom: 36px;
    max-width: 530px;
    width: 100%;
  }

  .section-structure__image {
    margin: 0 0 0 -20px;
  }

  /* article-two */

  .article-two__content {
    min-height: 725px;
  }

  .article-two__image {
    left: -75px;
    bottom: 10px;
  }

  /* section-order */

  .section-order__center {
    margin: 0 0 0 -108px;
    padding-top: 140px;
    width: 386px;
  }
}

@media (max-width: 600px) {
  /* header */

  .header__logo {
    left: 25%;
  }

  .header__link-btn {
    font-size: 14px;
    line-height: 17px;
  }

  /* section-hero */

  .section-hero__container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero__top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hero__bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .title {
    font-size: 32px;
    line-height: 103%;
  }

  .section-hero__title {
    margin-bottom: 15px;
  }

  .text {
    font-size: 14px;
    line-height: 21px;
  }

  .section-form {
    -webkit-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.25);
  }

  .section-hero__time {
    padding: 20px;
  }

  .date {
    max-width: 113px;
  }

  .form {
    border-radius: 0;
  }

  .form__price {
    margin-bottom: 6px;
  }

  .input, .country {
    padding: 31.5px 23px 12.5px;
  }

  .form__input-desc {
    top: 12.5px;
  }

  .section-hero__center {
    top: 159px;
  }

  /* section-problem */

  .section-problem__left {
    margin-bottom: 56px;
  }

  .number {
    margin-bottom: 10px;
  }

  .section-problem__image {
    max-width: 363px;
  }

  .section-problem__offer {
    max-width: 148px;
    margin: -262px 250px 0px auto;
  }

  .section-problem__content::before {
    width: 201px;
    height: 273px;
    background-size: cover;
  }

  /* section-question */

  .section-question__content {
    padding: 50px 20px 15px;
  }

  .section-question__content::before {
    right: -270px;
  }

  .section-question__left::before {
    bottom: -1070px;
  }

  .section-question__subtitle {
    max-width: 80%;
    font-size: 24px;
    line-height: 96.5%;
  }

  .section-question__text {
    margin-bottom: 109px;
  }

  .section-question__image-mobile {
    max-width: 100%;
  }

  .section-question__figure {
    max-width: 105px;
    top: 290px;
  }

  /* section-expert */

  .section-expert__title {
    max-width: 100%;
  }

  .section-expert__two {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 30px;
  }

  .section-expert__three {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }

  .section-expert__four {
    margin-bottom: 68px;
  }

  .section-expert__figure {
    max-width: 321px;
  }

  .section-expert__comment {
    padding-top: 45px;
    font-size: 24px;
    line-height: 103%;
  }

  /* article */

  .article__content {
    padding: 97px 20px;
    min-height: 725px;
    border-radius: 0;
    background-position: left center;
  }

  .article__title {
    margin-bottom: 49px;
    max-width: 70%;
  }

  .article__link {
    padding: 20px 51.5px;
  }

  .article-image {
    top: 80px;
    left: 0;
    max-width: 241px;
  }

  /* section-structure */

  .section-structure__title {
    max-width: 100%;
  }

  .section-structure__block-two {
    margin-bottom: 0;
  }

  .section-structure__block-three {
    max-width: 388px;
  }

  .section-structure__image {
    margin: 0 0 0 -144px;
  }

  /* section-comment */

  .section-comment {
    padding: 50px 0 106px;
  }

  .section-comment__title {
    margin-bottom: 30px;
  }

  .swiper-wrapper {
    margin-bottom: 30px;
  }

  .section-comment__comment {
    padding: 30px 25px;
  }

  .section-comment__left {
    margin-right: 15px;
  }

  .section-comment__name {
    display: inline-block;
    margin-bottom: 11.5px;
    margin-right: 19px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-comment__data {
    display: inline-block;
    margin-bottom: 0;
  }

  /* article-two */

  .article-two__content {
    padding: 50px 20px;
    background-image: url('../img/article_2_428.png');
  }

  .article-two__content::after {
    top: 0;
    right: -80px;
    left: auto;
    width: 375px;
    height: 278px;
    background-image: url('../img/question-bg1.png');
    background-size: cover;
  }

  .article__title-two {
    margin-bottom: 36px;
  } 

  .article-two__image {
    left: -45px;
    bottom: 100px;
    max-width: 278px;
  }

  /* section-how */

  .section-how {
    padding: 50px 0;
  }

  .section-how__block-one {
    margin-bottom: 37px;
  }

  .section-how__block-two {
    margin-bottom: 18px;
  }

  .section-how__image {
    width: 100%;
  }

  .section-how__block-three {
    margin-bottom: 22px;
  }

  .section-how__item-text {
    font-size: 18px;
    line-height: 112.19%;
  }

  .section-how__item-icon {
    margin-right: 32px;
  }

  .section-how__warning-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .section-how__warning-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section-how__warning-item:last-child {
    margin: 0;
  }

  .section-how__warning-text {
    font-size: 16px;
    line-height: 22px;
  }

  /* section-now */

  .section-now {
    padding: 50px 0 99px;
  }

  .section-now__title {
    margin-bottom: 30px;
  }

  .section-now__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .section-now__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section-now__text {
    font-size: 16px;
    line-height: 22px;
  }

  /* section-order */

  .section-order__container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-order {
    margin-bottom: 83px;
    padding: 30px 0 0;
    background-image: url('../img/order-bg-428.png');
    background-position: center -13%;
    background-size: contain;
  }

  .section-order__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-order__title {
    margin-bottom: 25px;
  }

  .section-order__list {
    max-width: 100%;
  }

  .section-order__center {
    margin: 0 0 30px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-order__form {
    padding-top: 0;
  }
}

@media (max-width: 470px) {
  /* header */

  .header__nav-active .header__menu-open {
    min-height: 53px;
  }

  .header__logo-mobile {
    max-width: 94px;
  }

  /* section-hero */

  .section-hero__center {
    top: 180px;
  }

  /* article */

  .article__content {
    position: relative;
    background-image: url('../img/article_1_428.png');
  }

  .article-image {
    position: relative;
    top: 50px;
    z-index: 1;
  }
}

@media (max-width: 427px) {
  /* header */

  .header__logo {
    left: 30%;
  }

  .header__nav-active .header__menu-open {
    min-height: 48px;
  }

  .header__link {
    height: 78px;
  }

  .header__geberich {
    min-height: 85px;
  }

  .geberich-img {
    max-width: 134px;
  }

  .header__link-btn {
    font-size: 12px;
  }

  /* section-hero */

  .title {
    font-size: 26px;
    line-height: 103%;
  }

  .section-hero {
    padding: 77px 0 75px;
  }

  .section-hero::after {
    right: -440px;
  }

  .section-hero__left {
    margin-bottom: 37px;
  }

  .section-hero__title {
    font-size: 32px;
    line-height: 103%;
  }

  .section-hero__top {
    margin-bottom: 365px;
  }

  .section-hero__subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .section-hero__center {
    top: 220px;
  }

  .section-hero__image {
    max-width: 250px;
  }

  /* section-problem */

  .number {
    font-size: 16px;
    line-height: 96.5%;
  }

  .section-problem__right {
    margin: 0 -165px 0 0;
  }

  .section-problem__content::before {
    right: -100px;
  }

  /* section-question */

  .section-question__content {
    padding: 49px 20px 42px;
  }

  .section-question__content::before {
    right: -375px;
  }

  .section-question__left {
    margin-bottom: 17px;
  }

  .section-question__title {
    max-width: 100%;
  }

  .section-question__subtitle {
    max-width: 100%;
    font-size: 20px;
    line-height: 96.5%;
  }

  .section-question__text {
    margin-bottom: 65px;
  }

  .section-question__figure {
    top: 330px;
    max-width: 74px;
  }

  /* section-expert */

  .section-expert::before {
    display: none;
  }

  .section-expert__four {
    margin-bottom: 0;
  }

  .section-expert__photo-text {
    max-width: 180px;
    font-size: 12px;
  }

  .section-expert__comment {
    font-size: 20px;
  }

  /* article */

  .article__content {
    padding: 58px 20px;
    min-height: 542px;
  }

  .article__title {
    margin-bottom: 36px;
    max-width: 90%;
  }

  .article__link {
    padding: 11px 31.5px;
  }

  .article__content::after {
    left: 60px;
    bottom: 70px;
    width: 198px;
    height: 198px;
  }

  .article-image {
    max-width: 180px;
  }

  /* section-question */

  .section-structure__block-two {
    margin-bottom: 20px;
  }

  .section-structure__item-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .section-structure__item-text {
    font-size: 12px;
    line-height: 16px;
  }

  .section-structure__item {
    padding-left: 58px;
    background-size: 35px;
  }

  .section-structure__image {
    max-width: 421px;
  }

  .section-structure__block-three {
    max-width: 280px;
  }

  .section-structure__block-three::before {
    right: 5.5%;
  }

  /* section-comment */

  .section-comment {
    padding: 50px 0;
  }

  .section-comment__name {
    margin-right: 7px;
    margin-bottom: 9px;
  }

  .section-comment__data {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .section-comment__text {
    font-size: 12px;
    line-height: 16px;
  }

  /* article-two */

  .article-two__content {
    min-height: 555px;
    background-position: 10px center;
  }

  .article-two__content::after {
    right: -190px;
  }

  .article-two__image {
    left: -35px;
    bottom: 65px;
    max-width: 230px;
  }

  /* section-how */

  .section-how::before {
    right: -440px;
  }

  .section-how__block-one {
    margin-bottom: 30px;
  }

  .section-how__block-three {
    margin-bottom: 30px;
  }

  .section-how__item-icon {
    width: 45px;
    height: 45px;
  }

  .item-text {
    font-size: 14px;
  }

  .section-how__item-text {
    line-height: 112.19%;
  }

  .section-how__warning-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }

  .section-now__text {
    font-size: 12px;
    line-height: 16px;
  }

  /* section-order */

  .section-order {
    margin-bottom: 116px;
    background-position: center -19%;
    background-size: auto;
  }

  .section-order__left {
    margin-bottom: 15px;
  }

  .section-order__title {
    margin-bottom: 31px;
  }

  .section-order__text {
    line-height: 17px;
  }

  .section-order__center {
    margin-bottom: 25px;
  }

  /* footer */

  .footer {
    padding: 30px 0;
  }

  .footer__top {
    margin-bottom: 38px;
  }

  .footer__btn {
    font-size: 14px;
    line-height: 17px;
  }
}

/* animated */

.opacity0 {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: a;
  animation-name: a;
}

.animation-delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation-delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation-delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation-delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation-delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: b;
  animation-name: b;
}
