:root {
  --pink: #cc6978;
  --pink-light: #ef909e;
  --green: #42a546;
  --container-max-width: 123rem;
  --gutter: 1.5rem;
  --c4-border-width: .7rem;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: Geometria;
  font-size: 0.625em;
}

body {
  background: url("../img/body.webp");
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

.-pink {
  color: var(--pink);
}

.-strike-through {
  text-decoration: line-through;
}

.logo__aux {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 72em) {
  .logo__aux {
    justify-content: flex-start;
  }
}
.logo__aux--sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.0152rem;
  margin-top: 0.5rem;
}
.logo__aux--title {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0112rem;
}
.logo__main {
  align-items: center;
  display: flex;
  gap: 1.6rem;
}
.logo__img {
  max-width: 4.1rem;
}
@media (min-width: 48em) {
  .logo__img {
    max-width: 100%;
  }
}
.logo__text {
  color: #fff;
  font-family: Lazurski;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .logo__text {
    font-size: 1.4rem;
  }
}

.header {
  background: url(../img/header.webp);
  background-size: cover;
  padding: 1.5rem 0;
}
@media (min-width: 72em) {
  .header {
    padding: 3rem 0;
  }
}
.header__button {
  transition: 0.3s all;
  align-items: center;
  border-radius: 2.7rem;
  background: #fff;
  box-shadow: 0px 10px 37px 0px rgba(131, 33, 72, 0.28);
  color: #2c0e16;
  display: inline-flex;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  line-height: 1.3;
  padding: 1.4rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header__button:hover {
  transform: scale(1.05);
}
.header__button span {
  position: relative;
  top: 1px;
}
.header__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__contacts {
  text-align: right;
}
.header__info {
  align-items: center;
  display: none;
  gap: 1.7rem;
}
@media (min-width: 72em) {
  .header__info {
    display: flex;
  }
}
@media (min-width: 72em) {
  .header__mobile {
    display: none;
  }
}
.header__menu {
  cursor: pointer;
}
.header__phone {
  transition: 0.3s all;
  color: #fff;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}
.header__phone:hover {
  transform: scale(1.05);
}
.header__schedule::before {
  content: url(../img/circle-green.svg);
}
.header__schedule {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
.header__schedule--time {
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.jumbotron {
  background: url(../img/jumbotron.webp) right top;
  background-size: cover;
  padding-top: 4rem;
}
@media (min-width: 72em) {
  .jumbotron {
    padding-top: 8rem;
  }
}
.jumbotron__badge {
  align-items: center;
  border-radius: 0.6rem;
  background: var(--green);
  display: inline-flex;
  gap: 0.8rem;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
}
.jumbotron__badge--author {
  align-items: center;
  border-radius: 0.4rem;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #42a546;
  display: flex;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  letter-spacing: -0.032rem;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .jumbotron__badge--author {
    font-size: 1.6rem;
  }
  .jumbotron__badge--author span {
    position: relative;
    top: 2px;
  }
}
.jumbotron__badge--author span {
  position: relative;
  top: 1px;
}
.jumbotron__badge--title {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.032rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .jumbotron__badge--title {
    position: relative;
    top: 2px;
    font-size: 1.6rem;
  }
}
.jumbotron__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 72em) {
  .jumbotron__container {
    flex-direction: row;
  }
}
.jumbotron__col {
  flex: 1 1 auto;
}
.jumbotron__col.-text {
  padding-bottom: 0;
}
@media (min-width: 72em) {
  .jumbotron__col.-text {
    padding-bottom: 15rem;
  }
}
.jumbotron__col.-img {
  align-self: flex-end;
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 72em) {
  .jumbotron__col.-img {
    flex: 0 0 57rem;
    margin-top: -10rem;
    position: relative;
    width: auto;
  }
}
.jumbotron__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 61rem;
}
@media (min-width: 72em) {
  .jumbotron__img {
    max-width: 110%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }
}
.jumbotron__row.-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 72em) {
  .jumbotron__row.-badge {
    justify-content: flex-start;
  }
}
.jumbotron__row.-schedule {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .jumbotron__row.-schedule {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
}
.jumbotron__schedule {
  text-align: center;
  order: 2;
}
@media (min-width: 72em) {
  .jumbotron__schedule {
    text-align: left;
  }
}
.jumbotron__schedule--date {
  color: #2c0e16;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
/* @media (min-width: 72em) {
  .jumbotron__schedule--date {
    font-size: 2.5rem;
  }
} */
.jumbotron__schedule--time {
  color: #2c0e16;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
/* @media (min-width: 72em) {
  .jumbotron__schedule--time {
    font-size: 2.5rem;
  }
} */
.jumbotron__title {
  color: #2c0e16;
  font-family: Lazurski;
  font-style: normal;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 34rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 71.9375em) {
  .jumbotron__title br {
    display: none;
  }
}
@media (min-width: 40em) {
  .jumbotron__title {
    font-size: 3.8rem;
    max-width: 68rem;
  }
}
@media (min-width: 72em) {
  .jumbotron__title {
    font-size: 4.8rem;
    max-width: none;
    text-align: left;
  }
}

@keyframes segment-corner {
  from {
    opacity: 1;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes segment-width {
  from {
    opacity: 1;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes segment-height {
  from {
    opacity: 1;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes segment-center-left {
  from {
    opacity: 1;
    top: calc(100% - 2.5rem);
  }
  to {
    opacity: 1;
    top: 2.5rem;
  }
}
.c4 {
  margin: 0 auto;
  max-width: 70rem;
}
@media (width >= 72em) {
  .c4 {
    margin: auto;
    max-width: none;
    padding: 0 1.5rem;
  }
}
.c4__button {
  transition: 0.3s all;
  background: linear-gradient(0deg, #914b54 0%, #ef909e 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #723139;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  flex: 1 1;
}
.c4__button:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .c4__button {
    font-size: 2rem;
  }
}
.c4__button.-light {
  transition: 0.3s all;
  background: linear-gradient(0deg, #ae949a 0%, #faf2f3 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #997e83;
  color: #564349;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.c4__button.-light:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .c4__button.-light {
    font-size: 2rem;
  }
}
.c4__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  align-items: center;
  background: url("../img/more.webp");
  background-size: cover;
  border-radius: 0.6rem 6rem;
  display: flex;
  flex-direction: column;
  margin: -10rem 1.5rem 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (width >= 72em) {
  .c4__container {
    flex-direction: row;
    margin: -10rem auto 0;
  }
}
.c4__clock {
  align-items: center;
  background: url("../img/more.webp");
  border-radius: 1.5rem;
  color: #fff;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: space-between;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: 2rem 1rem;
  position: relative;
  z-index: 50;
}
@media (width >= 72em) {
  .c4__clock {
    font-size: 8rem;
  }
}
.c4__clock--colon {
  position: relative;
  top: -0.6rem;
}
.c4__clock--min, .c4__clock--sec {
  display: inline-block;
  flex: 0 0 10rem;
  text-align: center;
  width: 10rem;
}
@media (width >= 72em) {
  .c4__clock--min, .c4__clock--sec {
    flex: 0 0 12rem;
    width: 12rem;
  }
}
.c4__clock--outer {
  background-color: rgba(217, 217, 217, 0.4);
  border-radius: 2rem;
  display: inline-flex;
  overflow: hidden;
  padding: var(--c4-border-width);
  position: relative;
}
.c4__clock--segment {
  display: block;
  position: absolute;
}
.c4__clock--segment.-top-right {
  animation: segment-width 20s linear forwards;
  background-color: var(--pink-light);
  height: var(--c4-border-width);
  left: 50%;
  top: 0;
  transform-origin: center left;
  width: calc(50% - 2.5rem);
  z-index: 4;
}
.c4__clock--segment.-top-right-corner {
  animation: segment-corner 5s linear 20s forwards;
  background-color: var(--pink-light);
  height: 5rem;
  opacity: 0;
  position: absolute;
  right: 2.5rem;
  top: -2.5rem;
  transform: rotate(0);
  transform-origin: bottom right;
  width: 2.5rem;
  z-index: 4;
}
.c4__clock--segment.-center-right {
  animation: segment-height 10s linear 25s forwards;
  background-color: var(--pink-light);
  height: calc(100% - 5rem);
  right: 0;
  top: 2.5rem;
  transform: scaleY(0);
  transform-origin: center top;
  width: var(--c4-border-width);
  z-index: 3;
}
.c4__clock--segment.-bottom-right-corner {
  animation: segment-corner 5s linear 35s forwards;
  background-color: var(--pink-light);
  bottom: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  position: absolute;
  right: -2.5rem;
  transform: rotate(90deg);
  transform-origin: bottom left;
  width: 5rem;
  z-index: 4;
}
.c4__clock--segment.-bottom-right {
  animation: segment-width 40s linear 40s forwards;
  background-color: var(--pink-light);
  bottom: 0;
  height: var(--c4-border-width);
  opacity: 0;
  right: 2.5rem;
  transform: scaleX(0);
  transform-origin: right center;
  width: calc(100% - 5rem);
  z-index: 3;
}
.c4__clock--segment.-bottom-left-corner {
  animation: segment-corner 5s linear 80s forwards;
  background-color: var(--pink-light);
  bottom: -2.5rem;
  height: 5rem;
  left: 2.5rem;
  opacity: 0;
  position: absolute;
  transform-origin: top left;
  width: 2.5rem;
  z-index: 4;
}
.c4__clock--segment.-center-left {
  animation: segment-height 10s linear 85s forwards;
  background-color: var(--pink-light);
  bottom: 2.5rem;
  height: calc(100% - 5rem);
  left: 0;
  opacity: 0;
  transform-origin: bottom center;
  width: var(--c4-border-width);
  z-index: 1;
}
.c4__clock--segment.-top-left-corner {
  animation: segment-corner 5s linear 95s forwards;
  background-color: var(--pink-light);
  height: 2.5rem;
  left: -2.5rem;
  opacity: 0;
  position: absolute;
  top: 2.5rem;
  transform-origin: top right;
  width: 5rem;
  z-index: 4;
}
.c4__clock--segment.-top-left {
  animation: segment-width 20s linear 100s forwards;
  background-color: var(--pink-light);
  height: var(--c4-border-width);
  left: 2.5rem;
  top: 0;
  transform: scaleX(0);
  transform-origin: center left;
  width: calc(50% - 2.5rem);
  z-index: 2;
}
.c4__col {
  flex: 1 1 0;
  padding: 3rem;
}
@media (width >= 72em) {
  .c4__col {
    padding: 5rem;
  }
}
.c4__col.-timer {
  padding-bottom: 2rem;
  padding-top: 3rem;
}
@media (width >= 72em) {
  .c4__col.-timer {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.c4__col.-requirements {
  align-items: center;
  align-self: stretch;
  background: transparent;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  gap: 4rem;
  justify-content: space-between;
  padding-top: 0;
}
@media (width >= 72em) {
  .c4__col.-requirements {
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.16) -70.2%, rgba(255, 255, 255, 0) 74.69%);
    padding-top: 3rem;
  }
}
.c4__requirements {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-around;
}
.c4__requirements--badge {
  align-items: center;
  background: #42a546;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0.8rem 1.2rem;
}
@media (width >= 72em) {
  .c4__requirements--badge {
    display: inline-flex;
  }
}
.c4__requirements--badge img {
  height: 1.8rem;
  width: 1.8rem;
}
.c4__requirements--badge span {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.016rem;
  line-height: 1;
}
.c4__requirements--col.-img {
  display: none;
  flex: 1 1 auto;
  position: relative;
}
@media (width >= 72em) {
  .c4__requirements--col.-img {
    display: block;
  }
}
.c4__requirements--col.-text {
  flex: 2 2 auto;
}
.c4__requirements--img {
  margin-bottom: -12rem;
  max-width: 24.4rem;
  position: relative;
  top: -10rem;
}
.c4__requirements--row.-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width >= 72em) {
  .c4__requirements--row.-content {
    flex-direction: row;
  }
}
.c4__requirements--row.-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter) 2.5rem;
}
.c4__requirements--title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Geometria;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  gap: 1rem;
  line-height: 1.2;
  margin: 2.5rem 0 0;
}
@media (width >= 72em) {
  .c4__requirements--title {
    font-size: 3rem;
  }
}
.c4__requirements--title img {
  width: 7.5rem;
}
@media (width >= 72em) {
  .c4__requirements--title img {
    display: none;
  }
}
.c4__timer--benefit {
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (width >= 72em) {
  .c4__timer--benefit {
    font-size: 2.5rem;
    text-align: left;
  }
}
.c4__timer--clock {
  margin-top: 2.2rem;
}
@media (width >= 72em) {
  .c4__timer--clock {
    margin-top: 2.5rem;
  }
}
.c4__timer--price {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  text-align: center;
}
@media (width >= 72em) {
  .c4__timer--price {
    font-size: 3rem;
    text-align: left;
  }
}

.features {
  margin: 5rem 0;
}
@media (min-width: 72em) {
  .features {
    margin: 8rem 0;
  }
}
.features__badge {
  background: #222;
  backdrop-filter: blur(22px);
  border-radius: 1rem;
  display: flex;
  gap: 0.6rem;
  left: 1rem;
  position: absolute;
  padding: 0.8rem 1.6rem;
  top: 1rem;
}
.features__badge span {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .features__badge {
    left: 3rem;
    top: 3rem;
  }
  .features__badge span {
    position: relative;
    top: 2px;
    font-size: 1.6rem;
  }
}
.features__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  max-width: calc(var(--container-max-width) + var(--gutter) * 2);
}
.features__col {
  flex: 1 1 auto;
}
@media (min-width: 72em) {
  .features__col {
    box-shadow: 0px 30px 50px 0px rgba(47, 13, 30, 0.1);
  }
}
.features__col.-list {
  border-radius: 3rem;
  background: #fff;
  flex: 2 2 auto;
}
.features__col.-img {
  border-radius: 0 0 3rem 3rem;
  box-shadow: 0px 30px 50px 0px rgba(47, 13, 30, 0.1);
  flex-basis: 40rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 72em) {
  .features__col.-img {
    flex-basis: 80rem;
    border-radius: 3rem;
  }
}
.features__img {
  object-fit: cover;
  object-position: center 25%;
  height: 100%;
  width: 100%;
}
.features__item {
  color: #2c0e16;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 3rem;
  position: relative;
}
@media (min-width: 72em) {
  .features__item {
    font-size: 2.3rem;
    padding-left: 4rem;
  }
}
.features__item::before {
  content: "";
  background: url(../img/checkmark.svg) no-repeat;
  background-size: 2rem;
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
@media (min-width: 72em) {
  .features__item::before {
    background-size: 3rem;
    height: 3rem;
    top: 0.1rem;
    width: 3rem;
  }
}
.features__item b {
  font-weight: bold;
}
.features__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 3rem 3rem 1rem;
}
@media (min-width: 72em) {
  .features__list {
    gap: 4rem;
    padding: 5rem;
  }
}
.features__row {
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0px 30px 50px 0px rgba(47, 13, 30, 0.1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1.5rem 0;
}
@media (min-width: 72em) {
  .features__row {
    background-color: transparent;
    box-shadow: none;
    flex-direction: row;
  }
}
.features__title {
  color: #2c0e16;
  font-family: Lazurski;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 2.6rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .features__title {
    font-size: 4.8rem;
    margin-bottom: 5rem;
  }
}

.benefit {
  background: url(../img/benefit.webp);
  background-size: cover;
  padding: 6rem 0;
}
@media (min-width: 72em) {
  .benefit {
    padding: 8rem 0;
  }
}
.benefit__button {
  transition: 0.3s all;
  background: linear-gradient(0deg, #914b54 0%, #ef909e 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #723139;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.benefit__button:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .benefit__button {
    font-size: 2rem;
  }
}
.benefit__button.-light {
  transition: 0.3s all;
  background: linear-gradient(0deg, #ae949a 0%, #faf2f3 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #997e83;
  color: #564349;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.benefit__button.-light:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .benefit__button.-light {
    font-size: 2rem;
  }
}
.benefit__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.benefit__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gutter) 2.5rem;
  margin-top: 3rem;
}
@media (min-width: 72em) {
  .benefit__cta {
    margin-top: 5rem;
  }
}
.benefit__title {
  color: #fff;
  font-family: Lazurski;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 114rem;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 72em) {
  .benefit__title {
    font-size: 4.5rem;
  }
}

.steps {
  margin: 5rem 0;
}
@media (min-width: 72em) {
  .steps {
    margin: 8rem 0;
  }
}
.steps__badge {
  background: #cc6978;
  border-radius: 99.9rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.7rem 1.4rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .steps__badge {
    font-size: 1.6rem;
  }
}
.steps__badge span {
  position: relative;
  top: 2px;
}
.steps__col.-text {
  background-size: cover;
  border-radius: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 72em) {
  .steps__col.-text {
    background: url(../img/step-bg.webp);
    background-size: cover;
    flex: 0 0;
    max-width: 45rem;
    padding: 5rem;
    width: auto;
  }
}
.steps__col.-figure {
  display: none;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden;
}
@media (min-width: 72em) {
  .steps__col.-figure {
    display: flex;
  }
}
.steps__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  max-width: calc(var(--container-max-width) + var(--gutter) * 2);
}
.steps__controls--arrow {
  cursor: pointer;
  transition: 0.3s all;
}
.steps__controls--arrow:hover {
  transform: scale(1.2);
}
.steps__controls--slide {
  margin-left: auto;
}
@media (min-width: 72em) {
  .steps__controls--slide {
    display: none;
  }
}
.steps__controls--text {
  position: relative;
  top: 2px;
  color: #2c0e16;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.steps__directions {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.steps__directions--col.-controls {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 72em) {
  .steps__directions--col.-controls {
    margin-right: 0;
  }
}
.steps__img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.steps__list {
  display: flex;
  gap: 2rem;
  margin: 2rem 0 1rem;
  margin-right: -1.5rem;
}
@media (min-width: 72em) {
  .steps__list {
    margin: 5rem 0;
  }
}
.steps__slide--box {
  padding: 2.5rem;
  min-height: 27rem;
}
@media (min-width: 72em) {
  .steps__slide--box {
    padding: 0;
  }
}
.steps__slide--img {
  border-radius: 1rem 1rem 0 0;
  flex: 1 1;
  height: 23rem;
  object-fit: cover;
}
@media (min-width: 72em) {
  .steps__slide--img {
    display: none;
  }
}
.steps__slide--step {
  border-radius: 1rem;
  background: url(../img/step-bg.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.steps__splide--images {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.steps__splide--images .splide__track {
  flex: 1;
}
.steps__text {
  color: #2c0e16;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 72em) {
  .steps__text {
    font-size: 2.5rem;
  }
}
.steps__title {
  color: #2c0e16;
  text-align: center;
  font-family: Lazurski;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  max-width: 33rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  .steps__title {
    max-width: 110rem;
  }
}
@media (min-width: 72em) {
  .steps__title {
    font-size: 4.5rem;
  }
}
.steps__title--slide {
  color: #2c0e16;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.5rem 0;
}
@media (min-width: 72em) {
  .steps__title--slide {
    font-size: 2.5rem;
    margin: 2.5rem 0;
  }
}

.success {
  margin: 5rem auto 4rem;
  padding: 0 1.5rem;
}
@media (min-width: 72em) {
  .success {
    margin: 8rem auto;
  }
}
.success__badge {
  border-radius: 1rem;
  color: white;
  display: block;
  font-family: Lazurski;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 72em) {
  .success__badge {
    background: #42a546;
    color: white;
    display: inline-block;
    font-size: 4.3rem;
    padding: 0.2rem 1rem;
    text-align: left;
  }
}
.success__badge .success__badge--fix {
  position: relative;
  top: 4px;
  display: block;
  width: 100%;
}
.success__badge .success__badge--our {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 72em) {
  .success__badge .success__badge--our {
    display: inline-block;
    margin-top: 0;
  }
}
.success__badge .success__badge--mobile {
  border-radius: 1.5rem;
  background: #42a546;
  color: #fff;
  font-size: 5.5rem;
  display: inline-block;
  padding: 1rem 1rem 0;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .success__badge .success__badge--mobile {
    background: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    padding: 0;
  }
}
.success__button.-black {
  transition: 0.3s all;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, #3e3538 0%, #6d686a 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #251a1d;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.8rem;
}
.success__button.-black:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .success__button.-black {
    font-size: 2rem;
  }
}
.success__button.-grey {
  transition: 0.3s all;
  background: linear-gradient(0deg, #a2a2a2 0%, #faf2f3 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #898989;
  color: #2c0e16;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.8rem;
}
.success__button.-grey:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .success__button.-grey {
    font-size: 2rem;
  }
}
.success__button span {
  position: relative;
  top: 2px;
}
.success__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter) 2.5rem;
  justify-content: center;
}
.success__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  background: url(../img/success-pink.webp);
  background-origin: padding-box;
  background-size: cover;
  border-radius: 8rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 72em) {
  .success__container {
    flex-direction: row;
  }
}
.success__col.-img {
  align-self: flex-end;
  margin: 0 auto;
  order: 1;
  padding: 0;
}
@media (min-width: 72em) {
  .success__col.-img {
    order: -1;
    padding: 2.5rem 4rem 0;
  }
}
.success__col.-text {
  align-self: center;
  padding: 4rem 0 0;
}
@media (min-width: 72em) {
  .success__col.-text {
    padding: 5rem 3rem 5rem 0;
  }
}
.success__img {
  width: 41.5rem;
}
.success__title {
  color: #fff;
  font-family: Lazurski;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
  max-width: 56rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 72em) {
  .success__title {
    font-size: 4.3rem;
    margin: 1rem 0 4rem;
    text-align: left;
  }
}

.reviews {
  margin: 5rem 0 -3rem;
}
@media (min-width: 72em) {
  .reviews {
    margin: 8rem 0 -3rem;
  }
}
.reviews__buttons {
  align-items: center;
  border-bottom: 2px solid #e6e9ea;
  display: flex;
  gap: 1.5rem;
  padding: 0 0 2rem;
  margin-bottom: 3rem;
  overflow: auto;
}
@media (min-width: 72em) {
  .reviews__buttons {
    border-bottom: 0;
    gap: 3.5rem;
    justify-content: center;
    padding: 5rem 0;
    margin-bottom: 0;
  }
}
.reviews__button {
  color: #c0aeb4;
  cursor: pointer;
  font-family: Geometria;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.096rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.reviews__button span {
  position: relative;
  top: 1px;
}
@media (min-width: 72em) {
  .reviews__button:not(.-active):hover {
    transition: 0.3s all;
  }
  .reviews__button:not(.-active):hover:hover {
    transform: scale(1.1);
  }
}
.reviews__button--divider {
  color: #c0aeb4;
  display: none;
}
@media (min-width: 72em) {
  .reviews__button--divider {
    display: block;
  }
}
.reviews__button.-active {
  font-weight: bold;
  color: black;
}
@media (min-width: 72em) {
  .reviews__button.-active {
    border-radius: 6.5rem;
    background: linear-gradient(0deg, #ac535e 0%, #ee8f9d 94.21%), linear-gradient(90deg, #6a2b4c 7.98%, #9f2d5a 89.46%);
    box-shadow: 0px 10px 30px 0px rgba(178, 88, 99, 0.3);
    color: white;
    display: flex;
    font-weight: normal;
    padding: 1.7rem 3rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.reviews__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.reviews__img {
  border-radius: 0.5rem;
}
.reviews__link {
  background: linear-gradient(180deg, #fff 0%, #f9f8f8 100%);
  box-shadow: 0px 27px 77px rgba(44, 11, 24, 0.35);
  border-radius: 10rem;
  left: 50%;
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.reviews__link:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.reviews__slide {
  border-radius: 0.5rem;
  background: transparent;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 5rem;
  position: relative;
}
.reviews__slider {
  display: none;
}
.reviews__slider.-active {
  display: block;
}
.reviews__title {
  color: #2c0e16;
  font-family: Lazurski;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .reviews__title {
    font-size: 5rem;
    margin-bottom: 0;
  }
}

.more {
  margin: 7rem 1.5rem 5rem;
  position: relative;
}
@media (min-width: 72em) {
  .more {
    margin: 8rem 0;
    padding: 0 1.5rem;
  }
}
.more__badge {
  display: none;
  position: absolute;
  right: 5rem;
  top: -1.1rem;
  z-index: 1;
}
@media (min-width: 72em) {
  .more__badge {
    display: block;
  }
}
.more__button {
  transition: 0.3s all;
  background: linear-gradient(0deg, #914b54 0%, #ef909e 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #723139;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.more__button:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .more__button {
    font-size: 2rem;
  }
}
.more__button.-light {
  transition: 0.3s all;
  background: linear-gradient(0deg, #ae949a 0%, #faf2f3 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #997e83;
  color: #564349;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.more__button.-light:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .more__button.-light {
    font-size: 2rem;
  }
}
.more__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  align-items: center;
  background: url(../img/more.webp);
  background-size: cover;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  gap: 2rem;
}
@media (min-width: 72em) {
  .more__container {
    flex-direction: row;
  }
}
.more__col {
  flex: 1 1 0;
}
.more__col.-img {
  padding: 0;
  position: relative;
  text-align: right;
}
@media (min-width: 72em) {
  .more__col.-img {
    padding: 3rem 4rem 0 0;
  }
}
.more__col.-text {
  flex: 2 1 0;
  padding: 4rem 3rem 0;
}
@media (min-width: 72em) {
  .more__col.-text {
    padding: 3rem 0 3rem 8rem;
  }
}
.more__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter) 2.5rem;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 72em) {
  .more__cta {
    justify-content: flex-start;
    margin-top: 5rem;
  }
}
.more__img {
  position: relative;
  width: 30rem;
}
@media (min-width: 72em) {
  .more__img {
    width: auto;
  }
}
.more__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: 27rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 72em) {
  .more__text {
    font-size: 3rem;
    max-width: none;
    margin: 0;
    text-align: left;
  }
}
.more__title {
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  text-align: center;
}
@media (min-width: 72em) {
  .more__title {
    font-size: 5rem;
    text-align: left;
  }
}

.footer {
  background-color: #222;
  padding: 6rem 0;
}
.footer__address {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 3rem auto;
  max-width: 40rem;
  text-align: center;
}
@media (min-width: 72em) {
  .footer__address {
    text-align: left;
  }
}
.footer__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.footer__col.-copy {
  color: rgba(255, 255, 255, 0.5);
  font-family: Geometria;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  order: 1;
  text-align: center;
}
@media (min-width: 72em) {
  .footer__col.-copy {
    text-align: left;
    order: -1;
  }
}
.footer__col.-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__col.-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.028rem;
  text-decoration-line: underline;
}
.footer__copy--mobile {
  display: block;
}
@media (min-width: 72em) {
  .footer__copy--mobile {
    display: inline-block;
  }
}
.footer__link--social {
  transition: 0.3s all;
}
.footer__link--social:hover {
  transform: scale(1.2);
}
.footer__phone {
  align-items: center;
  display: flex;
  gap: 1.3rem;
  color: #fff;
  text-align: right;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  text-decoration: none;
}
@media (min-width: 72em) {
  .footer__phone {
    justify-content: flex-start;
  }
}
.footer__phone img {
  background: linear-gradient(338deg, #914b54 -17.03%, #ef909e 136.64%), #ef909e;
  display: none;
  padding: 0.5rem;
  border-radius: 10rem;
}
@media (min-width: 72em) {
  .footer__phone img {
    display: block;
  }
}
.footer__row {
  display: flex;
  gap: 2rem;
}
.footer__row.-end {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
}
@media (min-width: 72em) {
  .footer__row.-end {
    flex-direction: row;
    padding-top: 5rem;
  }
}
.footer__row.-start {
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 72em) {
  .footer__row.-start {
    flex-direction: row;
    gap: 5rem;
  }
}
.footer__schedule {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 0.5rem;
  text-align: center;
}
@media (min-width: 72em) {
  .footer__schedule {
    text-align: right;
  }
}
.footer__schedule b {
  opacity: 0.8;
  color: #fff;
  font-weight: 500;
}
.footer__socials {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 4rem 0;
}
@media (min-width: 72em) {
  .footer__socials {
    justify-content: flex-end;
    margin: 5rem 0;
  }
}

.splide__pagination {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.splide__pagination__page {
  background: rgba(204, 105, 120, 0.3);
  border: 0;
  border-radius: 10rem;
  display: inline-block;
  height: 1rem;
  margin: 0;
  padding: 0;
  width: 1rem;
}
.splide__pagination__page.is-active {
  background: #cc6978;
}

.modal__btn:hover, .modal__btn:focus {
  transform: scale(1.05);
}
.modal__container {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2rem;
  max-width: 52rem;
  max-height: 100vh;
  overflow-y: auto;
  padding: 5rem var(--gutter) 2.5rem;
  margin: 1rem;
  position: relative;
}
@media (min-width: 30em) {
  .modal__container {
    padding: 5rem;
  }
}
.modal__content {
  margin-top: 3.5rem;
}
.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
}
.modal__close:before {
  content: url(../img/x.svg);
}
.modal__footer {
  margin-top: 2rem;
  text-align: center;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal__form--agree {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Geometria;
  font-size: 1.3rem;
  line-height: 1.4;
}
.modal__form--agree a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration-line: underline;
}
.modal__form--box {
  flex: 1;
}
.modal__form--caption {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modal__form--caption span {
  color: rgba(34, 34, 34, 0.4);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.modal__form--caption input {
  border: 0;
  outline: 0;
}
.modal__form--caption input::placeholder {
  color: #222;
  font-family: Geometria;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.modal__form--complex {
  border: 1px solid #909090;
  border-radius: 1rem;
  display: flex;
  padding: 1.421rem 2rem 1.6rem;
}
.modal__form--input {
  border-radius: 1rem;
  border: 1px solid #909090;
  outline: 0;
  padding: 2.7rem;
  transition: 0.3s all;
  width: 100%;
}
.modal__form--input:focus {
  border-color: var(--pink);
  transform: scale(1.05);
}
.modal__form--input::placeholder {
  position: relative;
  top: 2px;
  color: rgba(34, 34, 34, 0.5);
  font-family: Geometria;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
.modal__form--submit {
  transition: 0.3s all;
  background: linear-gradient(0deg, #914b54 0%, #ef909e 100%);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2), 0px 3px 0px 0px #723139;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.3;
  padding: 2rem 2.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.modal__form--submit:hover {
  transform: scale(1.05);
}
@media (min-width: 72em) {
  .modal__form--submit {
    font-size: 2rem;
  }
}
.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal__title {
  color: #222;
  font-family: Lazurski;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.ok {
  background: url(../img/thanks-bg.webp);
  background-size: cover;
  padding-bottom: 5rem;
}
@media (min-width: 72em) {
  .ok {
    padding-bottom: 10rem;
  }
}
.ok__container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.ok__download {
  background: url(../img/pattern-white.webp) no-repeat;
  background-size: cover;
  border-radius: 3rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  padding: 3rem;
}
@media (min-width: 72em) {
  .ok__download {
    flex-direction: row;
    margin-top: 7rem;
    padding: 7rem;
  }
}
.ok__download__button {
  align-items: center;
  border-radius: 1rem;
  background: linear-gradient(92deg, #258dfe 10.45%, #288dff 98.31%), #1c8adb;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
}
@media (min-width: 72em) {
  .ok__download__button {
    font-size: 2.7rem;
    gap: 2rem;
    padding: 3rem 5rem;
  }
}
.ok__download__button img {
  width: 2.5rem;
}
@media (min-width: 72em) {
  .ok__download__button img {
    width: 3.8rem;
  }
}
.ok__download__button span {
  position: relative;
  top: 2px;
}
@media (min-width: 72em) {
  .ok__download__button span {
    position: relative;
    top: 3px;
  }
}
.ok__download--col {
  flex: 1 1 0;
}
.ok__download--col.-left {
  flex: 1.2 1 0;
}
.ok__download--col.-right img {
  margin: 0 auto;
  width: 30rem;
}
@media (min-width: 72em) {
  .ok__download--col.-right img {
    width: auto;
  }
}
.ok__download--caption {
  color: #343434;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0.066rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .ok__download--caption {
    font-size: 2.2rem;
  }
}
.ok__download--cta {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 72em) {
  .ok__download--cta {
    margin-top: 8rem;
    text-align: left;
  }
}
.ok__download--title {
  color: #343434;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 72em) {
  .ok__download--title {
    font-size: 5rem;
  }
}
.ok__download--text {
  color: #343434;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.5rem;
}
@media (min-width: 72em) {
  .ok__download--text {
    font-size: 3.5rem;
    margin-top: 3rem;
  }
}
.ok__icon {
  display: flex;
  justify-content: center;
}
.ok__text {
  color: #fff;
  text-align: center;
  font-family: Geometria;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 1.5rem auto 0;
  max-width: 92rem;
}
@media (min-width: 72em) {
  .ok__text {
    font-size: 3rem;
  }
}
.ok__title {
  color: #fff;
  font-family: Lazurski;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 72em) {
  .ok__title {
    font-size: 5rem;
  }
}

.menu__phone {
  transition: 0.3s all;
  color: black;
  display: block;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: 0;
  text-decoration: none;
}
.menu__phone:hover {
  transform: scale(1.05);
}
.menu__wa {
  transition: 0.3s all;
  border: 2px solid #4caf50;
  border-radius: 10rem;
  color: black;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  margin-top: 2rem;
  text-decoration: none;
}
.menu__wa:hover {
  transform: scale(1.05);
}
.menu__wa span {
  position: relative;
  top: 1px;
}

/*# sourceMappingURL=index.css.map */
