@charset "UTF-8";

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

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

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

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

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

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-inst:before {
  content: "\e900";
}

._icon-fb:before {
  content: "\e901";
}

._icon-tg:before {
  content: "\e902";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #181E4B;
  line-height: 1;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Segoe UI";
  font-size: inherit;
}

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

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  display: block;
  max-width: 100%;
  height: auto;
}

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

body {
  background-color: #f0f0f0;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip;
  }
}

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

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 81.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.button {
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.125rem 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.375rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button_outline {
  border: 0.0625rem solid #DF6951;
  color: #DF6951;
}

.button--fw {
  width: 100%;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  font-weight: 700;
}

.header {
  padding: 1.5rem 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 5;
}

.header__action {
  position: relative;
  z-index: 4;
}

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

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  font-weight: 500;
  display: block;
  padding-bottom: 0.3125rem;
  position: relative;
}

.menu__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.125rem;
  bottom: 0;
  left: 0;
  background-color: #DF6951;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

._active .menu__link::before {
  width: 0.75rem;
  height: 0.125rem;
}

.footer__menu .menu__link {
  color: #fff;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #181E4B;
}

.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;
  gap: 1.25rem;
}

.footer__social {
  color: #fff;
  margin-bottom: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__text {
  color: #fff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}

.social__item {
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  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;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hero {
  padding-bottom: 2.8125rem;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.hero__subtitle {
  text-transform: uppercase;
  color: #DF6951;
  font-weight: 700;
}

.hero__title {
  font-weight: 700;
  position: relative;
  line-height: 1.3;
}

.hero__benefits {
  max-width: 37.5rem;
}

.hero__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-bottom: 40%;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits-item {
  text-align: center;
}

.benefits-item:first-child .benefits-item__icon {
  margin-bottom: -0.1875rem;
}

.benefits-item__icon {
  margin-bottom: 1.0625rem;
}

.benefits-item__title {
  font-weight: 700;
}

.benefits-item__text {
  color: #5E6282;
  line-height: 1.3;
}

.popular__items {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 29.99875em) {
  [class*=__container] {
    padding: 0 1.25rem;
  }

  .benefits-item {
    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;
  }
}

@media (min-width: 47.99875em) {
  .menu__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

@media (min-width: 81.875em) {
  .title {
    font-size: 4rem;
    margin-bottom: 3.125rem;
  }

  .header__logo {
    -ms-flex-preferred-size: 13.4375rem;
        flex-basis: 13.4375rem;
  }

  .footer {
    padding-top: 5.3125rem;
    padding-bottom: 2.8125rem;
  }

  .footer__top {
    margin-bottom: 2rem;
  }

  .footer__text {
    font-size: 1rem;
  }

  .hero {
    padding-top: 2.75rem;
  }

  .hero__subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .hero__title {
    font-size: 4rem;
    margin-bottom: 1.875rem;
  }

  .benefits-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .benefits-item__text {
    font-size: 1rem;
  }

  .popular {
    padding-bottom: 7.5rem;
  }

  .popular__items {
    gap: 3.75rem;
  }
}

@media (min-width:75em) {
  .button {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .menu__list {
    gap: 2.25rem;
  }

  .footer__bottom {
    gap: 3.375rem;
  }

  .hero__container {
    gap: 2.5rem;
  }

  .benefits {
    gap: 2.8125rem;
  }
}

@media (max-width:62em) {
  .button {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .menu__list {
    gap: 1.125rem;
  }

  .hero__container {
    gap: 1.25rem;
  }

  .benefits {
    gap: 1.25rem;
  }
}

@media (max-width:48em) {
  .footer__bottom {
    gap: 1.25rem;
  }
}

@media (max-width:30em) {
  .footer__logo {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
  }
}

@media (max-width:20em) {
  .title {
    font-size: 2rem;
    margin-bottom: 1.375rem;
  }

  .header__logo {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
  }

  .footer {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }

  .footer__top {
    margin-bottom: 0.9375rem;
  }

  .footer__text {
    font-size: 0.875rem;
  }

  .hero {
    padding-top: 1.5rem;
  }

  .hero__subtitle {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }

  .hero__title {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
  }

  .benefits-item__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }

  .benefits-item__text {
    font-size: 0.875rem;
  }

  .popular {
    padding-bottom: 3.75rem;
  }

  .popular__items {
    gap: 2.5rem;
  }
}

@media (max-width:61.99875em) {
  .hero__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .hero__benefits {
    margin: 0 auto;
  }

  .hero__image {
    margin: 0 auto 1.875rem;
    width: 60%;
    padding-bottom: 62%;
  }
}

@media (max-width:47.99875em) {
  .header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header .menu__body {
    padding: 6.25rem 0.9375rem;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 4;
    background-color: #f0f0f0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }

  .menu-open .header .menu__body {
    left: 0;
  }

  .header .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__link {
    font-size: 1.25rem;
  }

  .footer__menu .menu__link {
    font-size: 1rem;
    font-weight: 400;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.625rem;
    height: 1.125rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #181E4B;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

@media (max-width:47.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width:29.99875em) {
  .header__action .button {
    padding: 0.625rem;
  }

  .footer .button {
    padding: 1.125rem 1.875rem;
  }

  .title {
    text-align: center;
  }

  .header {
    padding: 0.875rem 0;
  }

  .header .header__action a {
    font-size: 1.125rem;
  }

  .header .header__action a span {
    display: none;
  }

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

  .footer__logo img {
    margin: 0 auto;
  }

  .hero__title {
    line-height: 1.2;
  }

  .hero__image {
    width: 90%;
    padding-bottom: 92%;
  }

  .benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .benefits-item {
    text-align: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5rem 1fr;
    grid-template-columns: 5rem 1fr;
  }

  .benefits-item:nth-child(2) .benefits-item__icon,
  .benefits-item:last-child .benefits-item__icon {
    padding-right: 1.25rem;
  }

  .benefits-item__icon {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}

@media (min-width:62em) and (max-width:75em) {
  @supports (padding-left: clamp(1.125rem, -2.4519230769rem + 5.7692307692vw, 1.875rem)) {
    .button {
      padding-left: clamp(1.125rem, -2.4519230769rem + 5.7692307692vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(1.125rem, -2.4519230769rem + 5.7692307692vw, 1.875rem)) {
    .button {
      padding-left: calc(1.125rem + 0.75 * (100vw - 62rem) / 13);
    }
  }

  @supports (padding-right: clamp(1.125rem, -2.4519230769rem + 5.7692307692vw, 1.875rem)) {
    .button {
      padding-right: clamp(1.125rem, -2.4519230769rem + 5.7692307692vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(1.125rem, -2.4519230769rem + 5.7692307692vw, 1.875rem)) {
    .button {
      padding-right: calc(1.125rem + 0.75 * (100vw - 62rem) / 13);
    }
  }

  @supports (gap: clamp(1.125rem, -4.2403846154rem + 8.6538461538vw, 2.25rem)) {
    .menu__list {
      gap: clamp(1.125rem, -4.2403846154rem + 8.6538461538vw, 2.25rem);
    }
  }

  @supports not (gap: clamp(1.125rem, -4.2403846154rem + 8.6538461538vw, 2.25rem)) {
    .menu__list {
      gap: calc(1.125rem + 1.125 * (100vw - 62rem) / 13);
    }
  }

  @supports (gap: clamp(1.25rem, -4.7115384615rem + 9.6153846154vw, 2.5rem)) {
    .hero__container {
      gap: clamp(1.25rem, -4.7115384615rem + 9.6153846154vw, 2.5rem);
    }
  }

  @supports not (gap: clamp(1.25rem, -4.7115384615rem + 9.6153846154vw, 2.5rem)) {
    .hero__container {
      gap: calc(1.25rem + 1.25 * (100vw - 62rem) / 13);
    }
  }

  @supports (gap: clamp(1.25rem, -6.2019230769rem + 12.0192307692vw, 2.8125rem)) {
    .benefits {
      gap: clamp(1.25rem, -6.2019230769rem + 12.0192307692vw, 2.8125rem);
    }
  }

  @supports not (gap: clamp(1.25rem, -6.2019230769rem + 12.0192307692vw, 2.8125rem)) {
    .benefits {
      gap: calc(1.25rem + 1.5625 * (100vw - 62rem) / 13);
    }
  }
}

@media (min-width:20em) and (max-width:81.875em) {
  /* Подобные clamp-медиазапросы оставлены без изменений, они адаптивны */
  /* ... */
}

@media (min-width:30em) and (max-width:75em) {
  @supports (flex-basis: clamp(11.25rem,9.7916666667rem+4.8611111111vw,13.4375rem)) {
    .footer__logo {
      -ms-flex-preferred-size: clamp(11.25rem,9.7916666667rem+4.8611111111vw,13.4375rem);
      flex-basis: clamp(11.25rem,9.7916666667rem+4.8611111111vw,13.4375rem);
    }
  }

  @supports not (flex-basis: clamp(11.25rem,9.7916666667rem+4.8611111111vw,13.4375rem)) {
    .footer__logo {
      -ms-flex-preferred-size: calc(11.25rem + 2.1875*(100vw - 30rem)/45);
      flex-basis: calc(11.25rem + 2.1875*(100vw - 30rem)/45);
    }
  }
}

@media (min-width:48em) and (max-width:75em) {
  @supports (gap: clamp(1.25rem,-2.5277777778rem+7.8703703704vw,3.375rem)) {
    .footer__bottom {
      gap: clamp(1.25rem,-2.5277777778rem+7.8703703704vw,3.375rem);
    }
  }

  @supports not (gap: clamp(1.25rem,-2.5277777778rem+7.8703703704vw,3.375rem)) {
    .footer__bottom {
      gap: calc(1.25rem + 2.125*(100vw - 48rem)/27);
    }
  }
}

@media (any-hover:hover) {
  .button_outline:hover {
    background-color: #DF6951;
    color: #fff;
  }

  .menu__link:hover:before {
    width: 100%;
  }

  .social__item:hover {
    color: #DF6951;
    border-color: #DF6951;
  }
}

/* Адаптивные стили для мобильной версии (до 767px) */
@media (max-width:767px) {
  .hero__container {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .hero__image {
      /* Уберём жесткое соотношение, чтобы занять всю ширину */
      flex: 0 0 auto;
      padding-bottom: 0;
      width: 100%;
      margin-top: 1rem;
  }
  .hero__image img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }
  .benefits-item {
      display: flex; /* Обязательно, чтобы работал flex-direction */
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
  }
  .benefits-item__icon {
      margin-right: 1rem;
  }
}
