@font-face {
    font-family: 'OS_l';
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'OS_r';
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OS_b';
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: 'OS_eb';
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}

:root{
    font-size: 5px;
}

.family_light {
    font-family: 'OS_l';
}
.family_reg {
    font-family: 'OS_r';
}
.family_bold {
    font-family: 'OS_b';
}
.family_exbold {
    font-family: 'OS_eb';
}
.space_xs {
    margin: 8px auto;
}
.space_sm {
    margin: 16px auto;
}
.space_md {
    margin: 24px auto;
}
.space_lg {
    margin: 32px auto;
}
.space_xl {
    margin: 40px auto;
}
.text_center {
    text-align: center;
    justify-content: center;
}
.text_right {
    text-align: right;
    justify-content: right;
}
.text_left {
    text-align: left;
    justify-content: left;
}
.content_max {
    max-width: 1200px;
}
.size_sm {
    font-size: 12px;
}
.size_sm_big {
    font-size: 14px;
}
.size_md {
    font-size: 16px;
}
.size_md_lit {
    font-size: 18px;
}
.size_md_big {
    font-size: 20px;
}
.size_lg {
    font-size: 24px;
}
.size_lg_big {
    font-size: 28px;
}
.size_xl {
    font-size: 32px;
}
.size_xxl {
    font-size: 36px;
}
.radius_xs {
    border-radius: 6px;
}
.radius_sm {
    border-radius: 12px;
}
.radius_md {
    border-radius: 18px;
}
.radius_xl {
    border-radius: 24px;
}
.radius_xl_big {
    border-radius: 40px;
}
.radius_xxl {
    border-radius: 50px;
}
.line_h_1 {
    line-height: 1;
}
.line_h_1-25 {
    line-height: 1.25;
}
.line_h_2 {
    line-height: 2;
}
.white_color {
    color: #fff;
}
.black_color {
    color: #000000;
}
.blue_color {
    color: #00eaff;
}
.pink_color {
    color: #f21897;
}
.purple_color {
    color: #8066ff;
}
.grey_color {
    color: #4d4d4d;
}
.grey_color_2 {
    color: #808080;
}
.white_back {
    background-color: #fff;
}
.low_white_back {
    background-color: #ffffffe6;
}
.min_white_back {
    /* background-color: #ffffff1a; */
}
.linear_or_pink {
    background: linear-gradient(0deg, #ff00aa, #ff8000);
}
.blue_back {
    background-color: #00eaff;
}
.pink_back {
    background-color: #f21897;
}
.pink_back_2 {
    background-color: #f62c84;
}
.purple_back {
    background-color: #8066ff;
}
.grey_back {
    background-color: #4d4d4d;
}
.black_back {
    background-color: #000;
}
.low_black_back {
    background-color: #000000b3;
}
.text_upper {
    text-transform: uppercase;
}
.flex {
    display: flex;
}
.flex_col {
    display: flex;
    flex-direction: column;
}
.block {
    display: block;
}
.hide {
    display: none;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.t_0 {
    top: 0;
}
.b_0 {
    bottom: 0;
}
.l_0 {
    left: 0;
}
.r_0 {
    right: 0;
}
.w_100 {
    width: 100%;
}
.w_90 {
    width: 90%;
}
.w_85 {
    width: 85%;
}
.w_80 {
    width: 80%;
}
.w_75 {
    width: 75%;
}
.w_70 {
    width: 70%;
}
.w_60 {
    width: 60%;
}
.w_50 {
    width: 50%;
}
.w_45 {
    width: 45%;
}
.w_40 {
    width: 40%;
}
.h_100 {
    height: 100%;
}
.h_100p {
    height: 100px;
}
.p_0 {
    padding: 0;
}
.p_12 {
    padding: 12px;
}

.pt_12{
    padding-top: 12px;
    padding-bottom: 12px;
}

.p_12_0 {
    padding: 12px 0;
}
.p_16 {
    padding: 16px;
}
.pl_24{
    padding: 16px 0 16px 24px;
}
.p_0_16 {
    padding: 0 16px;
}
.p_16_0 {
    padding: 16px 0;
}
.p_24 {
    padding: 24px;
}
.p_32_0 {
    padding: 32px 0 0;
}
.p_32 {
    padding: 32px;
}
.p_48{
    padding: 48px 0;
}
.p_32{
    padding: 32px;
}
.m_0_8 {
    margin: 0 8px;
}
.m_8_0 {
    margin: 8px 0;
}
.m_16 {
    margin: 16px auto;
}
.m_16_0 {
    margin: 16px 0 0;
}
.m_24 {
    margin: 24px auto;
}
.m_24_0 {
    margin: 24px 0;
}
.m_32 {
    margin: 32px auto;
}
.ml_8 {
    margin: 0 auto 0 8px;
}
.mt_0 {
    margin-top: 0;
}
.mt_16 {
    margin: 16px auto 0;
}
.mt_24 {
    margin: 24px auto 0;
}
.mb_16 {
    margin: 0 auto 16px;
}
.mb_32 {
    margin: 0 auto 32px;
}
.ml_16 {
    margin-left: 16px;
}
.ml_28 {
    margin-left: 28px;
}
.ml_48 {
    margin-left: 48px;
}
.m_null {
    margin: 0 auto;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
}

.fullscreen-bg {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;  
    /* background: url('../img/back_index_2.png') center center / cover no-repeat; */
}

.container {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3 {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
img {
    max-width: 100%;
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
}
hr {
    width: 6px;
    margin: 0 15px 0 0;
    border: 0;
}
.section {
    display: block;
    position: relative;
    padding: 16px 0;
    /* background-color: #000 ; */
    z-index: 2;
}
.section.header {
    padding: 0 0 24px;
}


.hero {
    position: relative;
    padding: 10px;
}

.hero__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.hero__logo {
    display: block;
    max-width: 20rem;
    width: 100%;
    z-index: 1001;
    position: relative;
}

.hero__logo svg {
    width: 100%;
    height: auto;
}


.hero__menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
}

.hero__menu-line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}


.hero__menu-btn.active .hero__menu-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hero__menu-btn.active .hero__menu-line:nth-child(2) {
    opacity: 0;
}

.hero__menu-btn.active .hero__menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000, #1a1a2e);
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
}

.popup.active {
    transform: translateX(0);
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    gap: 10px;
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

.menu a:hover {
    color: #8066ff;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}


body.menu-open {
    overflow: hidden;
}


.section.index .actions_row {
    margin: 0;
    padding: 16px 16px 32px;
}
.section.header.gu {
    padding: 0;
}
.breadcrumbs {
    line-height: 0.5;
    padding: 15px 0;
}
a{
    cursor: pointer;
    text-decoration: none;
}
a.active {
    text-decoration: none;
}
.breadcrumbs a {
    color: #fff;
    margin: 0 5px;
    text-decoration: underline;
}

a.active {
    text-decoration: none;
}
.back{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section .back{
}
.index .back {
    background: url(../img/back_index_1.png);
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.what .back{
    box-shadow: 0px -50px 30px 40px #000;
}
.game_uni  {
    /* background: url(../img/back_index_2.png); */
    background-size: cover;
     background-position: top ; 
    background-repeat: no-repeat;
    box-shadow: 0px -30px 30px 30px #000;
}
.easy_fit .back{
    background: url(../img/back_index_4.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0px -30px 30px 30px #000;
}
.dreamlens .back {
    background: url(../img/back_index_4.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0px -30px 30px 30px #000;
    opacity: 0.6;
}
.why .back {
    background: url(../img/back_index_5.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0px -30px 30px 30px #000;
}
.stay .back{
    box-shadow: 0px -30px 30px 30px #000;
}
.ef.header .back {
    background: url(../img/back_ef_1.png);
    background-size: cover;
    background-position: top center;
    padding: 0;
    background-repeat: no-repeat;
}
.progress .back{
    background: url(../img/back_ef_3.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.workout .back{
    box-shadow: 0px -30px 30px 30px #000;
}
.gu {
    /* background: url(../img/back_index_4.png);  */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* box-shadow: 0px 30px 30px 30px #000; */
}

.chose{
    background: url(../img/back_index_4.png); 
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 30px 30px 30px #000;
}

.section.easy_fit{
    padding: 24px 0 48px;
}
.section.progress, .section.chose, .section.game_uni, .section.easy_fit, .section.stay, .section.footer {
    box-shadow: none;
}
.features {
    padding: 0;
}
.gu .actions_row ul {
    justify-content: center;
}
.gu .actions_row li {
    list-style: none;
    display: flex;
    width: 30%;
}
.gu .actions_row img {
    height: auto;
    width: auto;
    margin: 0;
}
.actions_row ul {
    justify-content: space-evenly;
}
.actions_row li {
    list-style: none;
    width: 28%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
}
.button {
    display: block;
    border: 0;
    position: relative;
    z-index: 99;
}
.actions_row a {
    box-shadow: 0 2px 0px 0 #01656f;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #002326;
    background: linear-gradient(180deg, #68f0ff, #01b9c9);
}
.gu .actions_row a, .chose a {
    height: auto;
    background: linear-gradient(180deg, #68f0ff, #01b9c9);
    color: #000000;
    box-shadow: none;
}
.gu .actions_row .card{
    display: flex;
    background: none;
    margin: 0 auto 20px;
    padding: 0;
}
.gu .actions_row .card:hover{
    box-shadow: 0 0 20px 5px #d4d4d4;
}
.chose ul {
    margin: 0;
}
.actions_row img {
    height: 50px;
    width: auto;
}
ul li {
    list-style: none;
    line-height: 22.5px;
}
ul li img {
    width: 20px;
    height: fit-content;
    margin-right: 15px;
}
.easy_fit li {
    list-style: none;
}
.easy_fit li:before, .features li:before {
    content: "•";
    font-size: 7.5px;
    padding-right: 5px;
}
.info_box, .actions_row {
    position: relative;
    z-index: 99;
}
.dreamlens .logo {
    display: block;
    width: 175px;
    height: fit-content;
}
.ef .logo {
    display: block;
    width: 150px;
    height: fit-content;
}
.gu .logo {
    display: block;
    width: 125px;
    height: fit-content;
}
.why .actions_row img {
    height: 75px;
    width: auto;
}

.footer{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #1c1b1b;
}

.footerWrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer__logo {
    width: 18rem;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.footer__links {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
}

.footer__info{
    width: 30%;
}

.footer__links-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer__link {
    font-family: 'Myriadpro', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 400;
    transition: color 0.3s ease;
    cursor: pointer;
    text-decoration: underline;
}

.footer__link:hover{
    color:#5e5e5e;
    text-decoration: none;
}

.footer__contact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}


.footer__contact-text p {
    font-family: 'Myriadpro', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.footer__contact-email {
    font-family: 'Myriadpro', sans-serif;
    font-size: 1.5rem;
    color: #8066ff;
    text-decoration: underline;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer__contact-email:hover {
    color: #5333f5;
    text-decoration: none;
}

.footer__contact-address {
    font-family: 'Myriadpro', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ffffff;
}


.footer__copyright-center {
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer__copyright-center p {
    font-family: 'Myriadpro', sans-serif;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0;
}



.subscription_notice_v2 {
    width: 75%;
    margin: 0rem auto;
    margin-top: 2rem;
}


/* Белая карточка */
.notice_card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px 32px;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.notice_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #6244f7, #8066ff, #6244f7, transparent);
    border-radius: 24px 24px 0 0;
}

.notice_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Иконка на тёмно-синем фоне */
.notice_icon {
    width: 48px;
    height: 48px;
    background-color: #0a2a4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

/* Чёрный заголовок */
.notice_title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    color: #000000;
}


.notice_divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #0a2a4a, #8066ff, #0a2a4a);
    margin: 0 auto 24px;
}


.notice_description {
    color: #000000;
    line-height: 1.8;
}


.foot {
    display: flex;
    justify-content: space-between;
}
.footer .copy {
    margin: 40px 0 0 16px;
    padding-bottom: 12px;
}
.workout {
    padding: 16px 0 24px;
}
.big_video {
    width: 100%;
    height: fit-content;
    max-height: 270px;
}

@media (max-width: 550px) {
    .subscription_notice_v2{
        width: 90%;
    }
    .notice_card {
        padding: 28px 20px;
    }
    .notice_title {
        font-size: 18px;
    }
    .notice_description {
        font-size: 12px;
        line-height: 1.6;
    }
    .notice_icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media (orientation: portrait) and (max-width: 430px){
    .big_video{
        max-height: 180px;
    }
}
.small_video {
    width: 100%;
    height: 100%;
}
.easy_fit .back{
    background-size: 100% 125%;
    opacity: 0.7;
}
.why .back{
    background-position: center;
    opacity: 0.6;
    box-shadow: inset 0px 15px 30px 15px #000;
}
.section{
     /* box-shadow: 0px -30px 40px 20px #000;  */
}
.why .subtitle{
    padding: 36px 0;
}
.section.privacy{
    box-shadow: none;
}
.privacy .main_txt{
    padding: 32px 96px 64px;
}
.privacy .main_txt p, .privacy .main_txt li{
    font-size: 18px;
    color: #3f3f3f;
}
.privacy .main_txt h2{
    border-bottom: 3px solid rgb(0 50 255);
    font-size: 28px;
    font-family: 'OS_eb';
    margin: 16px auto 24px;
    color: #2b2b2b;
}
.privacy .main_txt h3{
    background: rgb(0 50 255 / 15%);
    padding: 15px;
    border-radius: 15px;
    border-left: 5px solid rgb(0 50 255);
    font-family: 'OS_eb';
    font-size: 22px;
    margin: 24px auto 32px;
    color: #2b2b2b;
}
.privacy .main_txt b{
    color: #424242;
    font-family: 'OS_eb';
    font-size: 20px;
}
.privacy .main_txt .info-b-bg{
    margin-top: 16px;
}
.privacy .main_txt ol{
    list-style: decimal;
}
.privacy .main_txt a, .privacy .main_txt span{
    color: rgb(0 50 255);
    font-family: 'OS_eb';
}
.privacy .main_txt ul li{
    list-style: disc;
}
.privacy .main_txt .entry-text{
    direction: rtl;
    text-align: right;
}
@media (orientation: portrait) and (max-width: 410px) {
    .size_md_lit {
        font-size: 16px;
    }
    .size_md_big {
        font-size: 18px;
    }
    .size_lg_big {
        font-size: 26px;
    }
    .size_xl {
        font-size: 30px;
    }
    .size_xxl {
        font-size: 34px;
    }
    .why .actions_row img {
        height: 60px;
    }
}
@media (orientation: portrait) and (max-width: 385px) {
    .size_sm_big {
        font-size: 12px;
    }
    .size_md, .size_md_lit {
        font-size: 14px;
    }
    .size_md_big {
        font-size: 16px;
    }
    .size_lg {
        font-size: 22px;
    }
    .size_lg_big {
        font-size: 24px;
    }
    .size_xl {
        font-size: 28px;
    }
    .size_xxl {
        font-size: 32px;
    }
}
@media (orientation: portrait) and (max-width: 360px) {
    .size_sm {
        font-size: 10px;
    }
    .size_md, .size_md_lit {
        font-size: 12px;
    }
    .size_xl {
        font-size: 26px;
    }
    .size_xxl {
        font-size: 30px;
    }
}
@media (orientation: portrait) and (max-width: 340px) {
    .size_sm_big {
        font-size: 10px;
    }
    .size_lg_big {
        font-size: 22px;
    }
    .size_xl {
        font-size: 24px;
    }
    .size_xxl {
        font-size: 28px;
    }
}
@media (orientation: portrait) and (min-width: 580px){
    .breadcrumbs a {
        margin: 0 25px;
        font-size: 16px;
    }
    .section.header,.features{
        padding: 0 0 48px;
    }
    .section.progress{
        box-shadow: 0px -30px 40px 20px #000;
    }
}
@media (orientation: landscape) {
    .container {
        max-width: 960px;
    }
    .section.easy_fit, .section.progress{
        box-shadow: 0px -30px 40px 20px #000;
    }
    .index .back {
        background-size: cover;
    }
    .dreamlens .back {
        background-size: 100%;
        background-position: center;
        box-shadow: inset 0px 15px 30px 15px #000;
    }
    .section.header.ef, .section.header.dreamlens_two{
        padding: 0 0 48px;
    }
    .ef.header .back{
        background-size: 100% 125%;
        background-position: center;
    }
    .section{
        padding: 48px 0;
    }
    .big_video {
        max-height: 410px;
    }
    .h_100p {
        height: auto;
    }
    .dreamlens_two .back{
        box-shadow: none;
    }
}
@media (orientation: portrait) and (min-height: 1050px){
    .section.footer.d_l{
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
    }
}
@media (orientation: landscape) and (min-height: 550px) {
    body, .line_h_1, .line_h_1-25, .line_h_2, ul li {
        line-height: 1.75 !important;
    }
    ul li img {
        width: 36px;
    }
    .breadcrumbs a{
        margin: 0 20px;
    }
    .actions_row img {
        height: 100px;
    }
    .actions_row a {
        height: 55px;
        line-height: 55px;
    }
    .size_sm {
        font-size: 16px;
    }
    .size_sm_big {
        font-size: 18px;
    }
    .size_md {
        font-size: 20px;
    }
    .size_md_lit {
        font-size: 22px;
    }
    .size_md_big {
        font-size: 24px;
    }
    .size_lg {
        font-size: 28px;
    }
    .size_lg_big {
        font-size: 32px;
    }
    .size_xl {
        font-size: 36px;
    }
    .size_xxl {
        font-size: 40px;
    }
}
@media (orientation: landscape) and (min-height: 760px) {
    .breadcrumbs a {
        margin: 0 25px;
    }
    .size_sm {
        font-size: 20px;
    }
    .size_sm_big {
        font-size: 22px;
    }
    .size_md {
        font-size: 24px;
    }
    .size_md_lit {
        font-size: 26px;
    }
    .size_md_big {
        font-size: 28px;
    }
    .size_lg {
        font-size: 32px;
    }
    .size_lg_big {
        font-size: 36px;
    }
    .size_xl {
        font-size: 40px;
    }
    .size_xxl {
        font-size: 44px;
    }
    .dreamlens .logo {
        width: 250px;
    }
    .ef .logo {
        width: 225px;
    }
    .gu .logo {
        width: 200px;
    }
    .index .back {
        background-size: 100%;
        background-position: center;
        opacity: 0.6;
    }
}
@media (orientation: portrait) and (max-width: 550px){
    .privacy .main_txt{
        padding: 16px 32px 32px;
    }
    .privacy .main_txt .size_xl{
        font-size: 24px;
    }
    .privacy .main_txt p, .privacy .main_txt li{
        font-size: 14px;
        color: #3f3f3f;
    }
    .privacy .main_txt h2{
        font-size: 20px;
    }
    .privacy .main_txt h3{
        font-size: 16px;
    }
    .privacy .main_txt b{
        font-size: 14px;
    }
}

.price_subtitle{
    color: #fff;
    font-size: 22px;
    width: 70%;
    margin: 15px auto;
    line-height: 1.25;
    text-align: left;
 }
 .price_block{
    background: linear-gradient(90deg, #952c2d, #952c6b);
        width: 90%;
        margin: 25px auto;
    padding: 10px 0 30px;
    border-radius: 17px;
 }
.price_block h2{
    color: #fff;
    margin: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
 }

 .price_block ul{
        display: flex;
    justify-content: space-evenly;
    place-items: normal;
}
.price_block li{
    width: 27%;
}
li.price_line{
        position: relative;
    display: block;
    height: auto;
    width: 8px;
    margin: 25px 0 0;
    background: #fff;
    border-radius: 25px;
}

.price_card{
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    color: #000;
}
.price_card h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;

}
.price_card p{
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}
.price_card span{
        display: block;
    margin-top: 15px;
    font-size: 18px;
}

.faq_section h3 {
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
      border-radius: 8px;
        padding: 3.75% 80px 3.75% 7.5%;
    color: #000;
    font-weight: 700;
    border: 3px solid #952c2d;
}

.faq_section p {
  color: #000;
  background: #fff;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, -10px);
  z-index: 2;
  border-radius: 0 0 8px 8px;
  padding: 0 7.5% 3.75%;
  border-bottom: 3px solid #952c2d;
    border-left: 3px solid #952c2d;
    border-right: 3px solid #952c2d;
}

.faq_section ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
      width: 90%;
    margin: 0 auto;
}
.faq_section ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  text-align: left;
}
.faq_section ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq_section ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq_section ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq_section ul li:last-of-type {
  padding-bottom: 0;
}
.faq_section ul li i {
      position: absolute;
    transform: translate(-60px, 0);
    margin-top: calc(5% - 3px);
    right: 0;
}
.faq_section ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 6px;
  height: 18px;
}
.faq_section ul li i:before {
  transform: translate(-4px, 0) rotate(45deg);
}
.faq_section ul li i:after {
  transform: translate(4px, 0) rotate(-45deg);
}
.faq_section ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq_section ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq_section ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(4px, 0) rotate(45deg);
}
.faq_section ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-45deg);
}
.faq_price .modal-window{
    bottom: 0;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.unsub .section.footer{
        background: #1a1a1a;
}
@media (orientation: landscape) and (min-height: 1400px) {
    .unsub .section.footer{
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 700px) {
    .faq_section h3{
        font-size: 18px;
    }
    .faq_section p{
        font-size: 12px;
            line-height: 18px;
    }
    
    .faq_section ul li i{
            margin-top: calc(7% - 3px);
    }
    .faq_section ul li i:before, ul li i:after{
            width: 3px;
    height: 9px;
    }
    .faq_section ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq_section ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.faq_section ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq_section ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq_price .page-section__title{
    font-size: 28px;
}
.price_subtitle, .price_card p{
    font-size: 16px;
}
.price_block h2, .price_card h3{
    font-size: 22px;
}
.price_card span{
    font-size: 12px;
}
.price_block li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
}




@media (max-width: 480px) {
    .faq_section ul li i{
            transform: translate(-40px, 0);
            margin-top: calc(8% - 2px);
    }
    .faq_section h3{
        font-size: 16px;
    }
    .faq_section p{
        font-size: 11px;
    }
    li.price_line{
        width: 4px;
    }
    .contacts_block{
        margin: 5px;
        padding: 10px;
        font-size: 11px;
    }
    .contacts_block a{
        font-size: 11px;
    }
    .faq_price .page-section__title{
    font-size: 20px;
}
.price_block{
    margin: 15px auto;
    padding: 10px 0;
}
.price_subtitle, .price_card p{
    font-size: 10px;
}
.price_block h2, .price_card h3{
    font-size: 14px;
    margin: 5px;
}
.price_card{
    padding: 5px
}
.price_card span{
    font-size: 8px;
}

}

@media (max-width: 300px) {
    :root {
        font-size: 1.5vw;
    }
}

@media (min-width: 350px){
    :root {
        font-size: 5.5px;
    }
}

@media (min-width: 400px){
    :root {
        font-size: 6.5px;
    }
}

@media (min-width: 450px){
    :root {
        font-size: 7.3px;
    }
}

@media (min-width: 500px){
    :root {
        font-size: 8px;
    }
}

@media (min-width: 550px){
    :root {
        font-size: 9px;
    }
}

@media (min-width: 640px){
    :root {
        font-size: 10px;
    } 
}

.game_banner_wrapper {
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #111;
}

.game_banner_wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 234, 255, 0.2);
}

.game_banner_image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    transition: transform 0.3s ease;
}

.game_banner_wrapper:hover .game_banner_image {
    transform: scale(1.02);
}


@media (max-width: 550px) {
    .game_banner_wrapper {
        width: 90%;
        margin: 16px auto;
        border-radius: 18px;
    }
}





