p + p {
  margin-top: 16px;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Medium";
  src: url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Bold";
  src: url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.button {
  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;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  font: 15px/135% "Manrope-SemiBold", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .button {
    font: 16px/135% "Manrope-SemiBold", sans-serif;
  }
}
.button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button--main {
  background: -webkit-gradient(linear, left top, right top, from(#81BBFF), color-stop(#CBA3FF), to(#FF8FDC));
  background: linear-gradient(to right, #81BBFF, #CBA3FF, #FF8FDC);
  color: #FFFFFF;
}
.button--main:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
}
.button--main:active {
  background: -webkit-gradient(linear, left top, right top, from(#3d89e6), color-stop(#7059d3), to(#be4d9d));
  background: linear-gradient(to right, #3d89e6, #7059d3, #be4d9d);
}
.button--tertiary {
  background-color: #FFFFFF;
  color: #060048;
}
.button--tertiary:hover {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
}
.button--l {
  padding: 30px 28px;
  height: 60px;
}
.button--m {
  padding: 20px 20px;
  height: 50px;
}
.button--full-width {
  width: 100%;
}

.logo-block {
  padding-top: 12px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 12px;
  background-color: #FFFFFF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.tag {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .tag {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}

.background-card {
  padding: 50px;
  border-radius: 20px;
  background-color: rgba(6, 0, 72, 0.2);
  min-height: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.background-card__icon svg {
  fill: #060048;
  width: 20px;
  height: 20px;
}
.background-card__content {
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 100%;
  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;
}
.background-card__title {
  color: #060048;
}
@media screen and (min-width: 1599px) {
  .background-card__title {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}

.price-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 600px) {
  .price-card {
    row-gap: 30px;
  }
}
.price-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 600px) {
  .price-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.price-card__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.price-card__price {
  font: 28px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 600px) {
  .price-card__price {
    font: 45px/105% "Manrope-Bold", sans-serif;
  }
}
.price-card__price--old {
  color: rgba(6, 0, 72, 0.2);
  text-decoration: line-through;
}
.price-card__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: rgba(6, 0, 72, 0.6);
  max-width: 220px;
}

.promo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#81BBFF), color-stop(#CBA3FF), to(#FF8FDC));
  background: linear-gradient(to right, #81BBFF, #CBA3FF, #FF8FDC);
}
@media screen and (min-width: 1199px) {
  .promo-card {
    border-radius: 100px;
  }
}
.promo-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1199px) {
  .promo-card__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
  }
}
.promo-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1199px) {
  .promo-card__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.promo-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #93C2FF;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.promo-card__icon svg {
  fill: #FFFFFF;
  width: 20px;
  height: 20px;
}
.promo-card__title {
  font: 16px/135% "Manrope-Bold", sans-serif;
  color: #060048;
}
@media screen and (min-width: 1599px) {
  .promo-card__title {
    font: 16px/135% "Manrope-Bold", sans-serif;
  }
}
.promo-card__button {
  width: 100%;
}

.feature-card {
  background-color: rgba(6, 0, 72, 0.2);
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .feature-card {
    padding: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .feature-card {
    padding: 80px;
  }
}
.feature-card__container {
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 20px;
}
.feature-card__header {
  border-bottom: 1px solid rgba(98, 129, 170, 0.1019607843);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feature-card__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .feature-card__counter {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .feature-card__counter {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.feature-card__counter {
  color: rgba(6, 0, 72, 0.6);
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .feature-card__counter {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .feature-card__counter {
    margin-bottom: 100px;
  }
}
.feature-card__counter-current {
  color: #060048;
}
.feature-card__title {
  font: 18px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .feature-card__title {
    font: 20px/120% "Manrope-Bold", sans-serif;
  }
}
.feature-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 600px) {
  .feature-card__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.feature-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .feature-card__item {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .feature-card__item {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.feature-card__item {
  color: #060048;
}
@media screen and (min-width: 600px) {
  .feature-card__item {
    -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;
  }
}
.feature-card__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #E3EFFF;
  border-radius: 100px;
  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;
}
.feature-card__item-icon svg {
  width: 24px;
  height: 24px;
  fill: #060048;
}
.feature-card__item-label {
  font: 16px/135% "Manrope-Medium", sans-serif;
}
.feature-card--pink {
  background: #F8D6EB, #FFEFF9;
  background-image: url("../img/bg/work-card-bg-pink-m.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .feature-card--pink {
    background-image: url("../img/bg/work-card-bg-pink-tablet.webp");
  }
}
@media screen and (min-width: 1199px) {
  .feature-card--pink {
    background-image: url("../img/bg/work-card-bg-pink-desktop.webp");
  }
}
.feature-card--pink .feature-card__item-icon {
  background-color: #FFEFF9;
}
.feature-card--pink .feature-card__item-icon svg {
  fill: #C483AD;
}
.feature-card--blue {
  background: #E5F3FF, #CEE5FF;
  background-image: url("../img/bg/work-card-bg-blue-m.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .feature-card--blue {
    background-image: url("../img/bg/work-card-bg-blue-tablet.webp");
  }
}
@media screen and (min-width: 1199px) {
  .feature-card--blue {
    background-image: url("../img/bg/work-card-bg-blue-desktop.webp");
  }
}
.feature-card--blue .feature-card__item-icon {
  background-color: #F1F7FC;
}
.feature-card--blue .feature-card__item-icon svg {
  fill: #6281AA;
}

.focus-card {
  padding: 50px;
  border-radius: 20px;
  background-color: rgba(6, 0, 72, 0.2);
  min-height: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  min-height: 380px;
}
@media screen and (min-width: 600px) {
  .focus-card {
    min-height: 516px;
  }
}
@media screen and (min-width: 1199px) {
  .focus-card {
    min-height: 400px;
  }
}
.focus-card__content {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background-color: transparent;
  width: 100%;
  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;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.focus-card__title {
  font: 18px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .focus-card__title {
    font: 20px/120% "Manrope-Bold", sans-serif;
  }
}
.focus-card__title {
  color: #FFFFFF;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-bottom: 20px;
}
.focus-card__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .focus-card__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .focus-card__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.focus-card__description {
  color: #FFFFFF;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Firefox fallback */
  max-height: 3em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
}
.focus-card__dropdown-button {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .focus-card__dropdown-button {
    display: none;
  }
}
.focus-card--hidden-mobile .focus-card__description {
  display: none;
}
@media screen and (min-width: 1024px) {
  .focus-card--hidden-mobile .focus-card__description {
    display: block;
  }
}
.focus-card.active .focus-card__content {
  background-color: #FFFFFF;
  overflow: hidden;
}
.focus-card.active .focus-card__title {
  color: #060048;
}
.focus-card.active .focus-card__description {
  color: #060048;
  -webkit-line-clamp: unset;
  max-height: 500px;
  overflow: visible;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 1024px) {
  .focus-card:hover .focus-card__content {
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .focus-card:hover .focus-card__title {
    color: #060048;
  }
  .focus-card:hover .focus-card__description {
    color: #060048;
    -webkit-line-clamp: unset;
    max-height: 500px;
    overflow: visible;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}

.feature-item {
  color: #6281AA;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 176px;
}
@media (max-width: 600px) {
  .feature-item {
    min-height: 124px;
    gap: 16px;
  }
}
.feature-item__icon {
  width: 20px;
  height: 20px;
}
.feature-item__icon svg {
  fill: #6281AA;
  width: 20px;
  height: 20px;
}
.feature-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.feature-item__subtitle {
  color: rgba(98, 129, 170, 0.4);
}
@media (max-width: 600px) {
  .feature-item__subtitle {
    display: none;
  }
}
.feature-item__title {
  font: 20px/120% "Manrope-Bold", sans-serif;
  letter-spacing: -0.02em;
}
@media (max-width: 600px) {
  .feature-item__title {
    font: 18px/120% "Manrope-Bold", sans-serif;
  }
}
@media (max-width: 600px) {
  .feature-item--full-mobile {
    width: 100%;
    min-height: auto;
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .feature-item--horizontal-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

.result-block {
  position: relative;
}
@media screen and (min-width: 1199px) {
  .result-block__container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
.result-block__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .result-block__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.result-block__title {
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.result-block__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.result-block__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .result-block__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .result-block__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.result-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 1199px) {
  .result-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .result-block__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}
.result-block__text-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1199px) {
  .result-block__text-container {
    padding: 0;
  }
}
@media screen and (min-width: 1199px) {
  .result-block__text-block {
    padding-left: 120px;
    max-width: 480px;
  }
}
.result-block__image {
  padding-right: 20px;
  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;
  aspect-ratio: 7/4;
  max-height: 460px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1199px) {
  .result-block__image {
    height: 650px;
    max-height: none;
  }
}
.result-block__image picture {
  width: 100%;
  height: 100%;
}
.result-block__image img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1199px) {
  .result-block__image img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: none;
  }
}
.result-block__highlight {
  margin-top: 10px;
}
@media screen and (min-width: 1199px) {
  .result-block__highlight {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .result-block--reverse .result-block__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.result-block--reverse .result-block__image {
  padding-left: 20px;
  padding-right: 0;
}
.result-block--reverse .result-block__image img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1199px) {
  .result-block--reverse .result-block__image img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1199px) {
  .result-block--reverse .result-block__text-block {
    padding-right: 120px;
    padding-left: 0;
    max-width: 480px;
    margin-left: auto;
  }
}

.highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  background-color: #E3EFFF;
}
@media screen and (min-width: 600px) {
  .highlight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.highlight__icon {
  width: 40px;
  height: 40px;
  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;
  background-color: #FFFFFF;
  border-radius: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.highlight__icon svg {
  width: 20px;
  height: 20px;
}
.highlight__text {
  font: 16px/135% "Manrope-Bold", sans-serif;
}

.offer-block {
  background-color: #F3C3E2;
  padding: 30px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/bg/offer-block-mobile.webp");
  position: relative;
}
@media screen and (min-width: 600px) {
  .offer-block {
    padding: 60px;
    background-image: url("../img/bg/offer-block-tablet.webp");
  }
}
@media screen and (min-width: 1199px) {
  .offer-block {
    background-image: url("../img/bg/offer-block-desktop.webp");
  }
}
@media (min-width: 1200px) and (min-device-pixel-ratio: 2) {
  .offer-block {
    background-image: url("../img/bg/offer-block-desktop@2x.webp");
  }
}
@media (min-width: 1200px) and (min-device-pixel-ratio: 3) {
  .offer-block {
    background-image: url("../img/bg/offer-block-desktop@3x.webp");
  }
}
.offer-block__container {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.offer-block__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .offer-block__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .offer-block__header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.offer-block__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
@media screen and (min-width: 1199px) {
  .offer-block__main-header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 730px;
  }
}
.offer-block__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .offer-block__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.offer-block__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .offer-block__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.offer-block__title--highlight-light {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
.offer-block__features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.offer-block__features-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-block__features-list-item p {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .offer-block__features-list-item p {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .offer-block__features-list-item p {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.offer-block__features-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #FFFFFF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}
.offer-block__features-list-icon img {
  width: 20px;
  height: 20px;
}
.offer-block__price-card {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .offer-block__price-card {
    margin-top: 40px;
  }
}
.offer-block .price-card__price {
  font: 28px/115% "Manrope-Bold", sans-serif;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 600px) {
  .offer-block .price-card__price {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.offer-block__decor-item {
  width: 120px;
  height: 120px;
  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;
  background-image: url("../img/icon/bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-block__decor-item::after {
  width: 30px;
  height: 30px;
  content: "";
  background-size: cover;
  background-position: center;
}
.offer-block__decor-item--top {
  position: absolute;
  top: -64px;
  right: -54px;
}
@media screen and (min-width: 600px) {
  .offer-block__decor-item--top {
    right: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .offer-block__decor-item--top {
    top: -48px;
  }
}
.offer-block__decor-item--top::after {
  background-image: url("../img/icon/muscle.png");
}
.offer-block__decor-item--bottom {
  display: none;
  position: absolute;
}
@media screen and (min-width: 1199px) {
  .offer-block__decor-item--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -48px;
    left: 32px;
  }
}
.offer-block__decor-item--bottom::after {
  background-image: url("../img/icon/stars.png");
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 600px) {
  .faq-list {
    row-gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.faq-list__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.faq-list__item {
  border-radius: 20px;
  background-color: #E3EFFF;
}
.faq-list__item.active .faq-list__item-body {
  display: block;
}
.faq-list__item.active .faq-list__item-close {
  background-color: #FFFFFF;
}
.faq-list__item.active .faq-list__item-close svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq-list__item-close {
  width: 40px;
  height: 40px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 10px;
}
.faq-list__item-close svg {
  width: 20px;
  height: 20px;
  fill: #060048;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.faq-list__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list__item-header:hover .faq-list__item-close {
  background-color: #FFFFFF;
}
.faq-list__item-title {
  font: 15px/135% "Manrope-Bold", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .faq-list__item-title {
    font: 16px/135% "Manrope-Bold", sans-serif;
  }
}
@media screen and (min-width: 1199px) {
  .faq-list__item-title {
    font: 18px/135% "Manrope-Bold", sans-serif;
  }
}
.faq-list__item-body {
  padding: 20px;
  padding-right: 50px;
  padding-top: 0;
  color: #060048;
  display: none;
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .faq-list__item-body {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .faq-list__item-body {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}

.format-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  min-height: 220px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .format-card {
    min-height: 270px;
  }
}
@media screen and (min-width: 1199px) {
  .format-card {
    min-height: 220px;
  }
}
.format-card::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.45%, rgba(255, 255, 255, 0)), color-stop(63.36%, rgba(255, 255, 255, 0.87)), color-stop(74.49%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.45%, rgba(255, 255, 255, 0.87) 63.36%, #FFF 74.49%);
}
.format-card__header {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.format-card__title {
  font: 18px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .format-card__title {
    font: 20px/120% "Manrope-Bold", sans-serif;
  }
}
.format-card__title {
  color: #6281AA;
}
.format-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.format-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.format-card--inverse {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.format-card--inverse::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.51%, #FFF), color-stop(36.64%, rgba(255, 255, 255, 0.87)), color-stop(58.55%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF 25.51%, rgba(255, 255, 255, 0.87) 36.64%, rgba(255, 255, 255, 0) 58.55%);
}
@media screen and (min-width: 1199px) {
  .format-card--inverse--md-full-height::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FFF), color-stop(3.69%, rgba(255, 255, 255, 0.87)), color-stop(40.55%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFF 2%, rgba(255, 255, 255, 0.87) 3.69%, rgba(255, 255, 255, 0) 40.55%);
  }
}

.feature-item-data {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
}
.feature-item-data__title {
  font: 28px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .feature-item-data__title {
    font: 45px/105% "Manrope-Bold", sans-serif;
  }
}
.feature-item-data__title {
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#81BBFF), color-stop(#CBA3FF), to(#FF8FDC));
  background: linear-gradient(to right, #81BBFF, #CBA3FF, #FF8FDC);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.feature-item-data__text {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .feature-item-data__text {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .feature-item-data__text {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.feature-item-data__text {
  color: black;
}

.hero-section {
  background-color: rgba(6, 0, 72, 0.2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero-section__container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
.hero-section__logo-container {
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 600px) {
  .hero-section__logo-container {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1199px) {
  .hero-section__logo-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 352px;
  background-image: url("../img/hero-section/hero-section-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .hero-section::before {
    height: auto;
    bottom: 0;
    background-image: url("../img/hero-section/hero-section-tablet.webp");
  }
}
@media screen and (min-width: 1199px) {
  .hero-section::before {
    background-image: url("../img/hero-section/hero-section-desktop.webp");
  }
}
.hero-section--tonus::before {
  background-image: url("../img/hero-section/hero-section-tonus/hero-section-tonus-mobile.webp");
}
@media screen and (min-width: 600px) {
  .hero-section--tonus::before {
    background-image: url("../img/hero-section/hero-section-tonus/hero-section-tonus-tablet.webp");
  }
}
@media screen and (min-width: 1199px) {
  .hero-section--tonus::before {
    background-image: url("../img/hero-section/hero-section-tonus/hero-section-tonus-desktop.webp");
  }
}
.hero-section__header-block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F1F7FC;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 2;
  margin-top: 264px;
}
@media screen and (min-width: 600px) {
  .hero-section__header-block {
    padding-top: 40px;
    margin-top: 0;
    background-color: transparent;
    row-gap: 330px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1199px) {
  .hero-section__header-block {
    row-gap: 140px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 500px;
}
.hero-section__title {
  font: 28px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .hero-section__title {
    font: 45px/105% "Manrope-Bold", sans-serif;
  }
}
.hero-section__features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 600px) {
  .hero-section__features-block {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.hero-section__info-block {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .hero-section__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-section__price-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.pain-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pain-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.pain-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pain-section__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .pain-section__header-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 60px;
  }
}
.pain-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
.pain-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .pain-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.pain-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .pain-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.pain-section__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .pain-section__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .pain-section__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.pain-section__description {
  color: rgba(6, 0, 72, 0.6);
}
.pain-section__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 600px) {
  .pain-section__cards-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .pain-section__cards-block {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pain-section__promo-card {
  margin-top: 30px;
}

.format-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F1F7FC;
}
@media screen and (min-width: 600px) {
  .format-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .format-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.format-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.format-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .format-section__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .format-section__header-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.format-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
.format-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .format-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.format-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .format-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.format-section__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .format-section__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .format-section__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.format-section__description {
  color: rgba(6, 0, 72, 0.6);
}
.format-section__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .format-section__cards-block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1199px) {
  .format-section__cards-block {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(7, 66px);
  }
}
@media screen and (min-width: 600px) {
  .format-section__cards-block > :nth-child(1) {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 1199px) {
  .format-section__cards-block > :nth-child(1) {
    grid-row: 1/5;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 600px) {
  .format-section__cards-block > :nth-child(2) {
    grid-column: 4/7;
  }
}
@media screen and (min-width: 1199px) {
  .format-section__cards-block > :nth-child(2) {
    grid-row: 5/8;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 600px) {
  .format-section__cards-block > :nth-child(3) {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1199px) {
  .format-section__cards-block > :nth-child(3) {
    grid-row: 1/8;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 600px) {
  .format-section__cards-block > :nth-child(4) {
    grid-column: 3/5;
  }
}
@media screen and (min-width: 1199px) {
  .format-section__cards-block > :nth-child(4) {
    grid-row: 1/4;
    grid-column: 3/4;
  }
}
@media screen and (min-width: 600px) {
  .format-section__cards-block > :nth-child(5) {
    grid-column: 5/7;
  }
}
@media screen and (min-width: 1199px) {
  .format-section__cards-block > :nth-child(5) {
    grid-row: 4/8;
    grid-column: 3/4;
  }
}
.format-section__promo-card {
  margin-top: 30px;
}

.efficiency-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.efficiency-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.efficiency-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .efficiency-section__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .efficiency-section__header-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.efficiency-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
.efficiency-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .efficiency-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.efficiency-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .efficiency-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.efficiency-section__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .efficiency-section__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .efficiency-section__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.efficiency-section__description {
  color: rgba(6, 0, 72, 0.6);
}
.efficiency-section__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 1199px) {
  .efficiency-section__cards-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.efficiency-section__promo-card {
  margin-top: 30px;
}

.focus-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.focus-section::after {
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 905px;
  height: 905px;
  background: url("../img/bg/circles.svg") no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (min-width: 1199px) {
  .focus-section::after {
    top: 40px;
  }
}
.focus-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.focus-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .focus-section__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .focus-section__header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.focus-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
@media screen and (min-width: 1199px) {
  .focus-section__main-header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 730px;
  }
}
.focus-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .focus-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.focus-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .focus-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.focus-section__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .focus-section__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .focus-section__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.focus-section__description {
  color: rgba(6, 0, 72, 0.6);
  max-width: 580px;
}
@media screen and (min-width: 1199px) {
  .focus-section__description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 680px;
  }
}
.focus-section__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 600px) {
  .focus-section__cards-block {
    row-gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .focus-section__cards-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .focus-section__cards-block > :nth-child(odd) {
    padding-top: 60px;
  }
}

.results-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1199px) {
  .results-section {
    padding-bottom: 120px;
  }
}
.results-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.results-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .results-section__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .results-section__header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
.results-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
@media screen and (min-width: 1199px) {
  .results-section__main-header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 680px;
  }
}
.results-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .results-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.results-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .results-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.results-section__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .results-section__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .results-section__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.results-section__description {
  color: rgba(6, 0, 72, 0.6);
  max-width: 580px;
}
@media screen and (min-width: 1199px) {
  .results-section__description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 680px;
  }
}
.results-section__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (min-width: 600px) {
  .results-section__cards-block {
    row-gap: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .results-section__cards-block {
    row-gap: 40px;
  }
}

.offer-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .offer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.offer-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.white-section {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .white-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .white-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.white-section--round-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 600px) {
  .white-section--round-top {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1199px) {
  .white-section--round-top {
    padding-bottom: 0;
  }
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.faq-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.faq-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .faq-section__header-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1199px) {
  .faq-section__header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.faq-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
@media screen and (min-width: 1199px) {
  .faq-section__main-header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 730px;
  }
}
.faq-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .faq-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.faq-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .faq-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.coach-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F1F7FC;
  background: url("../img/bg/coach.webp") no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -30px;
}
@media screen and (min-width: 600px) {
  .coach-section {
    background-image: url("../img/bg/coach-tablet.webp");
    padding-bottom: 340px;
    padding-top: 160px;
  }
}
@media screen and (min-width: 1199px) {
  .coach-section {
    background-image: url("../img/bg/coach-desktop.webp");
    padding-bottom: 240px;
  }
}
.coach-section__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .coach-section__container {
    max-width: 620px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1199px) {
  .coach-section__container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
.coach-section__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 260px;
}
@media screen and (min-width: 600px) {
  .coach-section__header-block {
    margin-bottom: 40px;
  }
}
.coach-section__main-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 580px;
}
.coach-section__subtitle {
  font: 13px/120% "Manrope-Bold", sans-serif;
  color: #060048;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#4598FB), color-stop(#826CE7), to(#D15EAE));
  background: linear-gradient(to right, #4598FB, #826CE7, #D15EAE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.2em;
}
@media (min-width: 600px) {
  .coach-section__subtitle {
    font: 16px/120% "Manrope-Bold", sans-serif;
  }
}
.coach-section__title {
  font: 24px/115% "Manrope-Bold", sans-serif;
  color: #060048;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .coach-section__title {
    font: 38px/115% "Manrope-Bold", sans-serif;
  }
}
.coach-section__description {
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
}
@media (min-width: 600px) {
  .coach-section__description {
    font: 16px/135% "Manrope-Medium", sans-serif;
  }
}
@media screen and (min-width: 1599px) {
  .coach-section__description {
    font: 17px/135% "Manrope-Medium", sans-serif;
  }
}
.coach-section__description {
  color: rgba(6, 0, 72, 0.6);
}
@media screen and (min-width: 600px) {
  .coach-section__description {
    max-width: 680px;
  }
}
.coach-section__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 600px) {
  .coach-section__cards-block {
    max-width: 360px;
  }
}
@media screen and (min-width: 1199px) {
  .coach-section__cards-block {
    max-width: 580px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }
}

.footer {
  color: #060048;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1199px) {
  .footer {
    padding-top: 60px;
  }
}
.footer__container {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1199px) {
  .footer__list {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__cards-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.footer__cards-text {
  font: 13px/120% "Manrope-Regular", sans-serif;
  font-weight: 400;
}
.footer__title {
  font: 24px/115% "Manrope-Regular", sans-serif;
  font-weight: normal;
  margin-bottom: 38px;
}
.footer__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}
.footer__link {
  font: 13px/120% "Manrope-Regular", sans-serif;
  color: #060048;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__text-promo {
  font-size: 18px/120% "Manrope-Regular", sans-serif;
  text-transform: uppercase;
  line-height: -0.01em;
  color: #060048;
}
.footer__logo {
  margin-bottom: 32px;
}
.footer__policy {
  font: 13px/120% "Manrope-Regular", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 64px;
}

body, html {
  margin: 0;
  font: 15px/135% "Manrope-Medium", sans-serif;
  color: #060048;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 600px) {
  .container {
    padding: 0 50px;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
