
@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/nsld/assets/fonts/Montserrat-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Serif Pro';
    src: url( "/wp-content/themes/nsld/assets/fonts/SourceSerifPro-Regular.ttf" ) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Proxima Nova";
    src: url("/wp-content/themes/nsld/assets/fonts/ProximaNova-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Georgia";
    src: url("/wp-content/themes/new-landing/assets/fonts/georgia.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GeorgiaB";
    src: url("/wp-content/themes/new-landing/assets/fonts/georgiab.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100svh;
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
    background: #25605A;
    background-image: url('/wp-content/themes/nsld/create-fairytales2/assets/0c62b9051e3dd465daa942c34d06ccc5.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;

}


/* button {
    border: none;
    padding: 12px 36px;
    border-radius: 40px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    height: 50px;
    font-size: 17px;
} */

.create_success_wrap {
    display: flex;
    max-width: 100%;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
div.create_success_wrap,
div.header_info_wrap {
    padding: 0;
    width: fit-content;
    gap:16px;
}

div.create_success_wrap {
    gap: 32px;
    margin-top: 38px;

    justify-content: flex-start;
    width: 100%;
}

.welcome_header {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    padding: 32px 10% 0;
    width: 100%;
}


.have-capsule {
    color: var(--gray, #B7BDCE);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    cursor: pointer;
}

.progress_words {
    color: #FFAD32;

    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

.process_create {
    width: 100%;
    height: 40px;
    padding: 4px;

    border-radius: 100px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
}
.progress_wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    align-items: center;
    border-radius: 40px;
    max-width: 100%;
    width: 100%;

}

.progress_bar {
    min-width: 7%;
    border-radius: 100px;
    background: linear-gradient(90deg, #F28912 0%, #FFA41B 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

.progress_persent {
    margin-right: 16px;
    margin-left: auto;
    font-weight: 600;
}

.magic_wand {
    position: absolute;
    top: -0;
    right: -100px;
    z-index: 5;
}

.create_success_txt h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.main_wrap,
.main_section {
    position: relative;
    display: flex;
    gap: 36px;
    flex-flow: column nowrap;
    width: 100%;
}
.title-page {
    max-width: 590px
}


.info_wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
    margin-top: 16px;
    margin-bottom: 22px;
    max-width: 100%;
}

.info_item {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    align-items: center;
    gap: 12px;
}
.info_item__img {
    position: relative;
}
.info_item__img::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px 4px rgba(50, 110, 91, 1);
    width: 0;
    height: 80%;
    z-index: 5;
    border-radius: 50%;
}
.info_item p {
    text-align: left;
}
#start-create-capsule {
    position: relative;
    z-index: 5;
}
#start-create-capsule img {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
}


 .choise-roles-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: -1;
    padding: clamp(5%, 100%, 5%) 0;
    overflow-y: auto;
    opacity: 0;
}

.choise-roles-modal.choise-roles-modal--show {
    visibility: unset;
    opacity: 1;
    transition: opacity .2s ease-in;
    z-index: 500;
}

.nd-pc-section--active {
    visibility: unset;
    opacity: 1;
    transition: opacity .2s ease-in;
    z-index: 500;
}
 .choise-roles-modal .choise-roles-modal__inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    max-width: 450px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
 .choise-roles-modal .choise-roles-modal__top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--beige, #F5F2F3);
    padding: 0 50px;
    text-align: center;
}
.choise-roles-modal .choise-roles-modal__top p {
    margin: 22px 0;
    color: var(--Black, #444);
    font-family: "Source Serif Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
 .choise-roles-modal .choise-roles-modal__close {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

.choise-roles-modal .choise-roles-modal__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 40px 5px;
    margin: 0 auto;
    max-width: 270px;
}
.choise-roles-modal__list p{
    color: var(--Black, #444);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* H4 reg */
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
}

.nd-button {
    font-family: "Proxima Nova";
    font-weight: 700;
    font-size: 16px;
    color: var(--color-white);
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #326e5b;
    border: 1px solid #326e5b;
    border-radius: 100px;
    cursor: pointer;
    color: #fff;
    max-width: 250px;
}
.nd-button:hover {
   background: #408C74;
}
.nd-button:active {
    background: #2C6050;
    border: 1px #B7BDCE solid;
}
.nd-button:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.nd-input-wrap {
    position: relative;
    width: 100%;
    margin: 0;
}
.nd-input-wrap input[type="text"] {
    padding: 14px 10px;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid rgba(183, 189, 206, 0.3);
    border-radius: 8px;
    width: 100%;
}
.nd-input-wrap label{
    position: absolute;
    top: 13px;
    left: 9px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #B7BDCE;
    transition: all .3s;
}

p.nd-input-error {
    display: none;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FD2F2F;
    /* position: absolute; */
    margin: 2px 0 0 0;
}








/* Empty Capsule Popup */


.empty-capsule__popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    background-color: rgba(0, 0, 0, 0.6) ;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.empty-capsule__inner {
    position: absolute;
    max-width: 635px;
    max-height: 480px;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #F0F4F7;

    padding: 15px 0;

    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);

}
.empty-capsule__close {
    position: absolute;
    top:10px;
    right: 10px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;

}
.empty-capsule__close:hover {
    background-color: #B7BDCE;

}
.empty-capsule__close:hover svg *{
    fill: #444444;
}
.empty-capsule__close:active svg *{
    fill: #946F9C;
}
.empty-capsule__text {
    margin-top: 22px;
    max-width: 430px;
    width: 100%;
    display: flex;
}
.empty-capsule__text p{
    color: var(--Black, #444);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* H4 reg */
    font-family: "Source Serif Pro";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
}
.empty-capsule__text p span{
    color: var(--green, #326E5B);
    font-feature-settings: 'clig' off, 'liga' off;
    /* H4 reg */
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.empty-capsule__text p span.black{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    text-align: center;
    color: black
}
.empty-capsule__btn {
    margin-top: 40px;
}
.empty-capsule__btn button{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    border-radius: 100px;

    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #326E5B;
    padding: 16px 28px;
}
.empty-capsule__btn button:hover {
    background-color: #408C74;
    cursor: pointer;
}
.empty-capsule__btn button:active {
    background-color: #2C6050;
}
.empty-capsule__btn button:disabled {
    background-color: #326E5B;
    opacity: 0.5;
}

/* .empty-capsule__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #326E5B;
    padding: 16px 28px;
} */
/* .empty-capsule__btn a:hover {
    background-color: #408C74;
    cursor: pointer;
}
.empty-capsule__btn a:active {
    background-color: #2C6050;
}
.empty-capsule__btn a:disabled {
    background-color: #326E5B;
    opacity: 0.5;
} */


.page-template-create-fairytales .empty-capsule__inner{
    padding: 0;
    max-width: 440px;
    max-height: max-content;
    height: auto;
    overflow: hidden;
    border: none;
    justify-content: space-between;

}
.page-template-create-fairytales .empty-capsule__image{
    width: 100%;
    height: auto;
}
.page-template-create-fairytales .empty-capsule__image img{
    width: 100%;
    height: auto;
}
.page-template-create-fairytales .empty-capsule__close * {
    fill: #fff;
}


.page-template-create-fairytales .empty-capsule__text {
    padding: 0 40px;
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    max-width: unset;
}
.page-template-create-fairytales .empty-capsule__text p:first-child {
    color: var(--Black, var(--black, #444));
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
}
.page-template-create-fairytales .empty-capsule__text p:first-child span {
    color: var(--green, var(--black, #326E5B));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.page-template-create-fairytales .empty-capsule__text p:last-child {
    color: var(--black, #444);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.page-template-create-fairytales .empty-capsule__btn {
    margin-bottom: 32px;
    margin-top: 0;
    min-width: 320px;

}


.page-template-create-fairytales .empty-capsule__btn button{
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    margin: 0 auto;
}

.empty-capsule__help {

    display: block;
    margin-top: 15px;
    cursor: pointer;
    color: #326E5B;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        /* longread */
        font-family: "Proxima Nova";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
}




/* knowyourself */
.knowyourself {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* height: 100%; */
    padding: 100px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.knowyouself__top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.top-right {
    display: flex;
    flex-direction: column;
    max-width: 620px;
    flex: 1;
}
.top-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.top-left h1 {
    font-family: GeorgiaB;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 96px */

    background: linear-gradient(90deg, #F3AF6A 2.01%, #B77634 99.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}
.top-left span {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    max-width: 530px;

    display: inline-block;
}

.top-right p {
    color: #FFF;
    font-family: "GeorgiaB";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    margin-bottom: 50px;
    display: inline-block;
}

button.yellow-btn {
    border-radius: 50px;
    background: #FFA41B;
    padding: 20px;
    border: none;

    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;

    cursor: pointer;
}
.top-right button {
    max-width: 332px;
    width: 100%;
}
.knowyouself__image {
    width: 100%;
}

.knowyouself__loader {
    width: 100%;
    margin-bottom: 14px;
}
.image-book {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 620px;
    min-height: 285px;
    position: relative;
    display: flex;
    flex-direction: row;

    background-image: url("/wp-content/themes/new-landing/create-knowyourself/assets/image7.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 645px;
    margin: 20px auto;
}

.image-book::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/new-landing/create-knowyourself/assets/image5.png");
    background-repeat: no-repeat;
    left: 0;
    top: 0;

    transform: translateX(-110%);
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}
.image-book::after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/new-landing/create-knowyourself/assets/image5.png");
    background-repeat: no-repeat;

    bottom: 0;
    right: 0;
    transform: translateX(110%) rotate(180deg);
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;

}



.image-book__left {
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex: 1 0 50%;
    padding: 95px 50px;
    width: 100%;
    height: 100%;
}
.image-book__right {
    flex: 1 0 50%;
    width: 100%;
    height: 100%;
    position: relative;
}

.image-book .img_book {
    width: 100%;
    height: 100%;
}
.img_book_absolute {
    position: absolute;
}

.img_yellow_top {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.img_face {
    top: 130px;
    transform: translateX(-50%);
}
.img_charge {
    /* left: 85px;
    top: 70px; */


    left: 0;
    top: 70px;
    z-index: 0;
}
.img_robot {
    left: -50px;
    top: 65px;
}

.image-book__left > p {
    color: #000;
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.image-book__desc {
    padding: 20px 25px;
    border-radius: 20px;
    background: #D4F9ED;
}
.image-book__desc > p {
    color: #326E5B;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}


.image-text-arrow {
    color: #FFF;
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    display: flex;
}
.image-text-top.image-text-arrow {

}
.image-text-bottom.image-text-arrow {
    justify-content: end;
}

.image-text-top span {
    max-width: 468px;
    display: inline-block;
    /* margin-left: -10%; */
}
.image-text-bottom span {
    max-width: 675px;
    display: inline-block;
    /* margin-right: -10%; */
}
.in-mobile-on {
    display: none;
}

@media screen and (max-width: 1700px) {
    .main__left {
        height: 100%;
    }
    .text-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width: 1500px) {
    .main__left {
        /* padding-left: 6.25rem; */
        height: 100%;
    }
    .text-content {

        max-width: 490px;
        margin-top: unset;
    }
    .text-content p.text-line img {
        right: 20px;
    }
}




@media screen and (max-width: 1440px) {
    .main__right img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: max-content;
        height: 130%;
    }
    .congratulation {
        padding: 0 0 0 5%;
    }
    .welcome_header {
        padding: 32px 5% 0;
    }
}
@media (min-width: 720px) and (max-width: 1439px) {
    .main__right img {
        width: 145%;
        height: auto;
    }
}


@media screen and (max-width: 1310px) {
    .main_section {
        background-position: 20vw 60%;
    }
}

@media screen and (max-width: 1280px) {
    .congratulation {
        padding: 0 0 0 3%;
    }
    .welcome_header {
        padding: 32px 3% 0;
    }
    .main__left {
        max-width: 440px;
    }

    .text-content {
        min-width: 320px;
    }
    .main__left p {
        font-size: 16px;
    }
}


@media screen and (max-width: 1160px) {
    .main__right img {
        height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .main_section {
        background-position: 20vw 50%;
        background-size: 116%;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 960px) {
    .main__left p {
        font-size: 14px;
    }
}
@media screen and (max-width: 870px) {
    .welcome_header {
        padding: 32px 5% 0;
    }
    .congratulation {
        padding: 0 0 0 5%;
    }
    .main__left p {
        font-size: 14px;
    }
    div.create_success_wrap {
        margin-top: 15px;
    }
    .main__left button {
        margin-top: 15px;
    }
}

@media screen and (max-width: 720px) {
    body {
        background-size: auto;
        overflow: auto;
        height: auto;
        /* padding-bottom: 100px; */
        background-position: top;
    }
    .welcome_header {
        display: none;
    }
    .congratulation {
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 0;
        padding: 0;
        overflow-y: scroll;
        padding: 0 0 100px 0;
    }
    .congratulation::before {
        height: 50%;
        background-position: top center;
        background-size: cover;
    }

    .main__left {
        position: relative;
        top: -150px;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
    .main__left p {
        font-size: 18px;
    }
    .main__right img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        display: block;

        top: -70px;
        left: 20px;
    }


    .text-content {
        min-width: 480px;
    }

    .progress_wrap {
        /* position: fixed; */
        bottom: 0;
        justify-content: center;
        width: 100%;
        border-radius: 25px;
        padding: 15px 20px;
        background: rgba(6, 13, 28, 0.01);
        z-index: 1;
    }

    @supports (backdrop-filter: blur(10px)) {
         .progress_wrapб .btn-blur {
            background-color: transparent;
            -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
        }
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .progress_wrap {
            background: rgba(6, 13, 28, 0.01);
            -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
        }
    }

    div.create_success_wrap {
        min-width: 100%;
    }
    .btn-blur {
        margin: 0 auto;
    }
    #start-create-capsule {
        margin-top: 0;
    }
    .empty-capsule__popup {

        align-items: flex-end;
    }
    .empty-capsule__inner  {

        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .page-template-create-fairytales .empty-capsule__text {
        padding: 0 16px;
        margin: 32px 0;;
        flex-direction: column;
        gap: 16px;
    }
}
@media screen and (max-width: 500px) {


    .choise-roles-modal {
        align-items: flex-end;
        padding: unset;
    }
    .choise-roles-modal .choise-roles-modal__list {
        padding: 25px 40px;
    }

    .choise-roles-modal .choise-roles-modal__inner {
        border-radius: 15px 15px 0 0;
        max-height: calc(100svh - 65px);
        height: auto;
    }
    .choise-roles-modal .choise-roles-modal__list {
        padding: 25px 40px;
    }



    .text-content .skazka {
        margin: 0;
        margin-bottom: 16px;
    }
    .text-content .skazka img{
        width: 70%;
    }

    .text-content p.desc {
        text-align: center;
        max-width: 270px;
    }

    .text-content .mobile.desc {
        display: block;
    }
    .text-content .pc.desc {
        display: none;
    }
    .text-content {
        max-width: 490px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 45px;
        margin-top: -100px;
    }
    .text-content p.text-line img {

        left: 50%;
        transform: translateX(-50%);
        right: 0;
        width: 72%;
    }



    .btn-blur {
        position: unset;
        display: flex;
        bottom: 0%;
        left: 0;
        width: 100%;
        padding: 25px 0 15px;
        background: red;
        justify-content: center;
        background: rgba(6, 13, 28, 0.01);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px); /* Для iOS Safari */
                -webkit-backdrop-filter: blur(2px); /* Для iOS Safari */
    }
    .knowyourself {
        padding: 50px 5px;
    }

    .knowyouself__top {
        flex-direction: column;
    }

    .top-left h1 {
        font-size: 45px;
        margin-bottom: 20px;
        text-align: center;
    }
    .top-left span {
        font-size: 12px;
        text-align: center;
        margin: 15px 0;
    }

    .top-right p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 25px;

    }
    .top-right {
        align-items: center;
    }

    .image-text-arrow {
        font-size: 12px;
    }
    .image-book {
        height: 100%;
        /* background-size: contain; */
        background-size: contain;
    }
    .image-book__left {
        padding: 30px 20px;
        gap: 5px;
    }
    .image-book__left > p {
        font-size: 8px;
    }
    .image-book__desc > p {
        font-size: 8px;
    }

    .image-text-top span {
        padding-left: 50px;
    }
    .image-book::before {
        background-size: contain;
        transform: translateY(-100%) rotate(45deg);
        max-width: 50px;
        max-height: 50px;
    }
    .image-book::after {
        background-size: contain;
        transform: translateY(100%) rotate(45deg);
        max-width: 50px;
        max-height: 50px;
        /* bottom: -60px; */
        left: 0;
        bottom: -55px;

    }
    .image-book__desc {
        padding: 15px 10px;
    }
    .image-book__desc img {
        height: 10px;
    }
    .image-book__left button.yellow-btn {
        padding: 8px 12px;
        font-size: 10px;
        display: none;
    }
    .image-book__right {
        /* width: unset; */
        /* flex: unset; */
        height: auto;
        overflow: hidden;
    }
    .image-text-bottom span {
        padding-right: 50px;
    }
    .img_yellow_top {
        height: 15%;
    }
    .img_robot {
        width: 250px;
        left: -20px;
        top: 35px;
    }
    .img_face{

        /* height: 10%; */
        top: 51px;
        transform: translateX(0);
        height: 20px;
    }
    .img_charge {
        /* height: 10%; */
        /* top: 33px;
        left: 30px;
        transform: translateX(0);
        height: 20px; */

        /* height: 10%; */
        top: 20px;
        left: -10px;
        transform: translateX(0);
        /* height: 135px; */
        width: 100%;
    }

    .in-mobile-off {
        display: none !important;
    }
    .in-mobile-on {
        display: block;
        color: #FFF;
        font-family: "GeorgiaB";
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 36px */
        display: inline-block;

        font-size: 17px;
        text-align: center;
        margin-bottom: 0;
    }


    .image-text-bottom .image-text-arrow {

    }
    .image-text-bottom span {
        padding-right: 10px;
        padding-left: 50px;
    }



    .image-text-bottom ~ button {
        width: 100%;
        max-width: 332px;
        margin: 30px auto 0;
        display: block !important;
    }




}

@media screen and (max-width: 375px) {
    .text-content {
        padding: 0 10px;
    }
}