@font-face {
    font-family: "YsabeauInfant";
    src: url("../fonts/YsabeauInfant-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "YsabeauInfant";
  src: url("../fonts/YsabeauInfant-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.667vw;
    height: 100%;
}

body {
    background: #131526;
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "YsabeauInfant";
    font-weight: 400;
}

@media (min-width: 575px) {
    body {
        width: 37.5rem;
        margin: 0 auto;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 13px;
    }

    .container {
        max-width: 123rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

section {
    position: relative;
    z-index: 5;
}

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

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 37.5rem auto;
    background-position: center top;
    display: block !important;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 100% auto;
    }
}

.policy {
    padding: 40px 0;
}

.policy h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.policy h2 {
    font-size: 24px;
    margin-top: 30px;
}

.policy p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.t-btn {
    background-image: url(../img/buttons/btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.7rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
    width: 33.5rem;
    height: 7.2rem;
    margin: 0 auto;
}

.t-btn .icon {
    width: 1.6rem;
}

.t-btn span {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 0.9;
    text-transform: uppercase;
    text-align: center;
    color: #413d27;
}

.t-title {
    font-family: "DrukCyr";
    font-weight: 500;
    font-size: 5.5rem;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.t-title span, .title-box span {
    position: relative;
    display: block;
    background: linear-gradient(56deg, #cacfec 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-box {
    overflow: hidden;
}

.title-box span {
    margin: 0;
}

.intro-section {
    height: 65.5rem;
    position: relative;
}

.intro-section .toptitle {
    font-size: 1.6rem;
    font-family: "DrukCyr";
    font-weight: 500;
    background: linear-gradient(56deg, #cacfec 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: inline-block;
}

.intro-section .intro__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5rem 0 3.5rem;
}

.intro-section .intro__top .item {
    margin-right: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 1;
}

.intro-section .intro__top .item .icon {
    width: 1.1rem;
    margin-right: 1.4rem;
}

.intro-section .intro__top .item:nth-child(2) {
    padding-left: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.intro-section .t-title {
    font-size: 7.5rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.intro-section .t-title span {
    background: linear-gradient(56deg, #cacfec 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section .t-title span:nth-child(2) {
    margin-top: -1.6rem;
}

.intro-section .subtitle {
    width: 16.5rem;
    font-size: 2.2rem;
    line-height: 0.95;
    font-weight: 500;
    font-family: "YsabeauSC";
    letter-spacing: -0.05rem;
}

.intro-section .subtitle span {
    font-weight: 700;
    background: linear-gradient(90deg, #fff4e4 0%, #ffb753 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section .price__box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5rem;
    margin-bottom: 11rem;
    line-height: 1.1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

.intro-section .price__box s {
    color: #02123D;
    font-size: 2rem;
    font-weight: 700;
    opacity: 0.7;
    padding-left: 0.9rem;
}

.intro-section .price__box b {
    margin-top: -0.5rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: #02123D;
}

.for-section {
    padding-top: 0rem;
    height: 64.6rem;
}

.for-section .container {
    padding: 0 2.5rem;
}

.for-section img {
    display: block;
    margin: 2.5rem 0 2rem;
    width: 100%;
}

.for-section .t-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.for__text {
    margin-bottom: 2rem;
}

.for__text .item {
    width: 33rem;
    margin: 0 auto 2rem;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.2;
    text-align: center;
}

.for__text .item b {
    background: linear-gradient(90deg, #fff4e4 0%, #ffb753 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.for__text .item:nth-child(2) {
    margin-bottom: 0rem;
}

.details-section {
    height: 32.5rem;
    padding-top: 0rem;
}

.details-section-title {
    text-align: center;
}

.details-section__box {
    background-image: url(../img/details/item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 17rem;
    padding: 2.3rem;
    margin-top: 2rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.details-section__box-item {
    display: flex;
    flex-direction: column;
}

.details-section__box-item:nth-child(1), .details-section__box-item:nth-child(2) {
    height: 8rem;
}

.details-section__box-item:nth-child(1), .details-section__box-item:nth-child(3) {
    width: 17rem;
}

.details-section__box-item-header {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.details-section__box-item-header .icon {
    width: 1.4rem;
}

.details-section__box-item-header-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.21;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.details-section__box-item-subtext {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 0.5rem;
}

.details-section__box-item-subtext.mod {
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 500;
}

.details-section__box-subtitle {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center;
    color: #e6ebf0;
    margin-top: 3rem;
}

.details__subtitle {
    text-align: center;
    margin-top: 2rem;
}

.advantages-section {
    height: 60.5rem;
}

.advantages-section .t-title {
    text-align: center;
    margin-bottom: 2rem;
}

.advantages-section .advantages__box {
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages-section .advantages__box .item {
    margin-bottom: 1.5rem;
    width: 16rem;
    height: 16rem;
    padding: 1.3rem 1.7rem;
    background-image: url(../img/advantages/item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.advantages-section .advantages__box .item:nth-child(2) .icon {
    width: 3.8rem;
}

.advantages-section .advantages__box .item .title {
    font-size: 1.4rem;
    font-weight: 500;
    font-weight: 500;
    line-height: 1.05;
}

.advantages-section .advantages__box .item .icon {
    position: absolute;
    width: 3.2rem;
    left: 1.6rem;
    bottom: 2rem;
}

.advantages-section .advantages__box .item .number {
    position: absolute;
    bottom: 2.1rem;
    right: 1.6rem;
    font-size: 1rem;
    font-style: italic;
    color: #7D8FB9;
}

.faq-section {
    padding-top: 0.7rem;
}

.faq-section-title {
    padding-left: 1.2rem;
}

.faq-section__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.6rem;
}

.faq-section__box-item {
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(136deg, #0d204e 0%, #021033 100%), radial-gradient(50.75% 40.07% at 76.76% 116.96%, #000 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(49.13% 82.91% at 21.71% -4.68%, #021033 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(78.74% 112.64% at 8.1% 158.48%, #a5d2ff 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(61.87% 103.77% at 67.58% -4.09%, #bcddff 0%, rgba(0, 0, 0, 0) 100%);
    border: 0.1rem solid rgba(255, 251, 245, 0.1568627451);
}

.faq-section__box-item.active .faq-section__box-item-trigger-arrow {
    transform: rotate(-180deg);
}

.faq-section__box-item-trigger {
    padding: 2.2rem 2.6rem 2.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-section__box-item-trigger-title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.21;
    letter-spacing: -0.05em;
    color: #d9e0ea;
}

.faq-section__box-item-trigger-arrow {
    border-radius: 100%;
    background-color: #fce0bc;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    transition: 320ms;
}

.faq-section__box-item-trigger-arrow .icon {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 0.6rem;
}

.faq-section__box-item-content {
    display: none;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-align: justify;
    color: #E6E6E6;
    padding-left: 2rem;
    padding-bottom: 2.3rem;
    padding-right: 3.1rem;
}

.faq-section__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.5rem;
}

.faq-section__bottom-subtitle {
    font-family: "DrukCyr";
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 0.85;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(56deg, #6e7f93 0%, #e6f2ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section__bottom-subtext {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.21;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: justify;
    color: #fce0bc;
    margin-top: 2.5rem;
}

.faq-section__bottom-btn {
    margin-top: 3rem;
}

.footer-section {
    margin: 3rem auto 0;
    width: 35.5rem;
    border-radius: 2rem 2rem 0 0;
    background: #021033;
}

.footer-section .container {
    padding: 0;
}

.footer-section__box {
    padding: 2.7rem 2.1rem 3rem 2.4rem;
}

.footer-section__box-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem 0;
}

.footer-section__box-nav-item-title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.21;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #bfcddc;
}

.footer-section__box-nav-item-link {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
    text-align: center;
    color: #bfcddc;
}

.footer-section__box-nav-item-bottom {
    margin-top: 2rem;
}

.footer-section__box-nav-phone {
    display: flex;
    align-items: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-top: -1.5rem;
}

.footer-section__box-nav-social {
    display: flex;
    align-items: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.footer-section__box-nav-social-link {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
}

.footer-section__box-nav-social-link .icon {
    width: 1.6rem;
}