
@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-family: 'Montserrat';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100vh;
    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;

}
.green {
    color: #326E5B;
}
.white {
    color: white;
}
.black {
    color: #444;
}
.bold {
    font-weight: 700;
}
h1, h2, h3, h4 {
    font-family: "Source Serif Pro";
}

p {
    font-size: 14px;
    line-height: 1.5;
}
p.small {
    font-size: 12px;
}

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%;
}


.congratulation {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    padding: 0 0 0 10%;
}




.main__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 40%;
    z-index: 2;
}



.main__right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    z-index: 1;
}

.main__right picture.book {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.main__right img {
    position: relative;
    display: block;
    width: 180%;
    height: auto;
    left: -10%;
    z-index: 1;
}




.main__left p {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.main__left button {
    display: inline-flex;
    margin-top: 38px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #FFA41B;
    background: linear-gradient(0deg, #F28912 0%, #F28912 100%), #FFF;
    color: #FFF;

}
.main__left button:hover {
    background: linear-gradient(0deg, #F79522 0%, #F79522 100%), #FFF;
}
.main__left button:active {
    border: 1px solid #D58711;
    background: linear-gradient(0deg, #F28912 0%, #F28912 100%), #FFF;
}
.main__left button:disabled {
    border: 1px solid #FFA41B;
    opacity: 0.5;
    background: linear-gradient(0deg, #F28912 0%, #F28912 100%), #FFF;
}
.text-content {
    max-width: 524px;
    min-width: 480px;
    /* margin-top: 280px; */
}



.text-content .mobile.desc {
    display: none;
}
.text-content .skazka {
    margin-bottom: 32px;
    display: block;
}



.text-content p.desc {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.text-content p.desc span {
    position: relative;
    display: inline-block;
}

.text-content p.desc span::after {
    position: absolute;
    content: "";
    left: -2px;
    bottom: -25px;
    background: url("/wp-content/themes/nsld/create-fairytales2/assets/line.svg");
    background-size: auto;
    background-repeat: no-repeat;
    width: 105%;
    height: 100%;
}

/* .text-content p.text-line img {
    position: absolute;
    right: 50px;
    bottom: -10px;
    width: max-content;
    height: max-content;
} */



.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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: auto;
}

.process_create {
    width: 100%;
    height: 30px;
    padding: 2px;

    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: 550px;
    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
}
.main_wrap {
    padding-top: 80px;
    width: 100%;
    max-width: 1230px;
    background: unset;
    gap: 16px;
    padding-left: 0px;
    padding: 0 100px;
    position: relative;
}
.main_wrap h1 {
    /* padding: 0 16px; */
    text-align: left;
    font-size: 46px;
    position: relative;
    line-height: unset;
    margin: 0 0 16px
}

.main_wrap h1 span {
    position: relative;

    color: var(--white, #FFF);
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
}

h1 .cap {
    content: "";
    position: absolute;
    right: -6px;
    top: 2px;
    transform: rotate(3deg);
}
.main_wrap p.white {
    color: var(--white, #FFF);
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}
.main_wrap p.white i {
    color: #fff !important;
}
.darker_bkg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
}


.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;
}


.page-template-create-congratulation .registration__block-left,
.page-template-create-congratulation #form-reg__vk,
.page-template-create-congratulation .form-reg__divide {
    display: none !important;
}

.page-template-create-congratulation .registration {
    background-color: #fff;
    max-width: 802px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr;
    min-height: unset;
}




 .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;
}


@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) {

    .main__left {
        position: unset;


    }
    .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;
    }

    .welcome_header {
        display: none;
    }



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

    .main__right img {
        position: relative;
        left: 0;
        height: max-content;
        top: -45px;
        width: auto;
        height: 150%;
    }

    .main__left {
        flex: 0;
        width: 100%;
        padding: 0 0;
    }
    .main__right {
        flex: 0;
        width: 100%;
        height: 100%;

    }
    .main__right picture {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .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%;
    }
    .main__left p {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 18.2px */
    }


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

    .text-content p.desc span::after {
        position: absolute;
        content: "";
        left: -0;
        bottom: -25px;
        background: url(/wp-content/themes/nsld/create-fairytales2/assets/line.svg);
        background-size: auto;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }


    .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 */
    }
}

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