
@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/new-landing/assets/fonts/Montserrat-Regular.ttf' ?>") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
font-family: 'Montserrat';
src: url('/../assets/fonts/Montserrat-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
} */

@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/new-landing/assets/fonts/Montserrat-SemiBold.ttf' ?>") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/new-landing/assets/fonts/Montserrat-Bold.ttf' ?>") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url("/wp-content/themes/new-landing/assets/fonts/SourceSerifPro-Black.ttf' ?>") format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url("/wp-content/themes/new-landing/assets/fonts/SourceSerifPro-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url("/wp-content/themes/new-landing/assets/fonts/SourceSerifPro-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url( "/wp-content/themes/new-landing/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/new-landing/assets/fonts/ProximaNova-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
    font-family: "Proxima Nova";
    src: url("/wp-content/themes/new-landing/assets/fonts/proximanova_bold' ?>") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

* {
    font-family: 'Montserrat';
    /* letter-spacing: .5; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100dvh;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100dvh;
    overflow: hidden;
    background: #060D1C;
    display: flex;

}
.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;
}
p.light {
    font-weight: 200;
}

button {
    border: none;
    padding: 12px 36px;
    border-radius: 40px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    /* height: 50px; */
    font-size: 17px;
}
button.green_btn {
    color: white;
    background: #326E5B;
}
button.white_btn {
    color: #326E5B;
    border-radius: 100px;
    border: 1px solid #000;
    background: linear-gradient(86deg, #258E6D 0%, #28B78A 48.22%, #37BB91 92.42%);
    color: #fff;
}

.welcome_header,
.create_success_wrap,
.header_info_wrap {
    padding: 0 105px;
    margin-bottom: 24px;
    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;
    /* min-width: 750px; */
}

div.create_success_wrap {
    gap: 32px;
    margin-top: 32px;

    justify-content: flex-start;
    width: 100%;
}

.welcome_header {
    position: relative;
    height: 80px;
    background: transparent;
    margin-top: 110px;
}



.congratulation {

    height: 100dvh;
    padding: 40px 10px;
    width: 100%;
    z-index: 1;
}

.congratulation::before {
    /* position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%; */
    /* background-image: url("/wp-content/themes/new-landing/create-congratulation/assets/pics/pc.jpg"); */
    /* background-image: url("/wp-content/themes/new-landing/create-congratulation/assets/pics/pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 180%; */
}
.TEST {
    /* width: 66%; */
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.TEST img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: relative;
    left: 15%;
}

/* .congratulation::after {
    position: absolute;
    bottom:0;
    right:0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/new-landing/create-congratulation/assets/pics/Vector.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
} */

.left-bg {
    position: absolute;
    top:0;
    left:0;
    /* background: linear-gradient(90deg, #060D1C 44.79%, rgba(10, 21, 43, 0.00) 65.02%); */
    background: linear-gradient(90deg, #060D1C 25%, rgba(10, 21, 43, 0.00) 60%);
    /* background: linear-gradient(0deg, #060D1C 73.7%, rgba(10, 21, 43, 0.00) 84.43%); */
    height: 100dvh;
    width: 100%;
    overflow: hidden;
}

/* .left-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90.03deg, #060D1C 44.79%, rgba(10, 21, 43, 0) 65.02%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url("/wp-content/themes/new-landing/create-congratulation/assets/pics/snow-desk.svg");
    background-repeat: repeat;
    background-size: auto;
    animation: snowfall 10s linear infinite;
}
@keyframes snowfall {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
} */

.bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom-bg img {
    width: 100%;
}



.have-capsule {
    color: var(--gray, #B7BDCE);
    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;
    text-underline-position: from-font;

    cursor: pointer;
}

.progress_words {
    color: #5DCCA9;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    margin-left: auto;
}

.process_create {
    width: 100%;
    background-color: rgba(183, 189, 206, 0.15);
    border: solid 1px rgba(50, 110, 91, 0.2);
    border-radius: 40px;
    height: 30px;
    padding: 2px;
}
.progress_wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    align-items: center;
    /* padding: 8px 14px; */
    /* background: #fff; */
    border-radius: 40px;
    max-width: 550px;
    width: 100%;

}




.progress_bar {
    border-radius: 40px;
    min-width: 7%;
    background-image: linear-gradient(90deg, rgba(50, 110, 91, 1), rgba(96, 212, 175, 1));
    height: 100%;
    display: flex;
    align-items: center;
}

.progress_persent {
    margin-right: 16px;
    margin-left: auto;
    font-weight: 600;
}

.magic_wand {
    position: absolute;
    top: -53px;
    right: -180px;
    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;
    /* align-items: center; */
    width: 100%;
    /* min-height: 100%; */
    /* background-image: url('/wp-content/themes/new-landing/create-fairytales/assets/pics/back_01.jpg');
    background-position: 20vw 50%;
    background-size: 96%; */
    /* background-repeat: no-repeat; */
    /* padding-bottom: 100px; */
    /* margin-left: 120px; */

}
.title-page {
    max-width: 590px
}
.main_wrap {
    padding-top: 80px;
    width: 100%;
    /* align-items: flex-start; */
    max-width: 1230px;
    background: unset;
    gap: 16px;
    /* margin: auto; */
    /* min-height: 530px; */
    padding-left: 0px;
    padding: 0 100px;
    position: relative;
}
.main_wrap h1 {
    /* padding: 0 16px; */
    text-align: left;
    font-size: 46px;
    /* width: max-content; */
    /* text-transform: uppercase; */
    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 {
    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;
}
#start-create-capsule:hover {
   background: #408C74;
}
#start-create-capsule:active {
    background: #2C6050;
    border: 1px #B7BDCE solid;
}
#start-create-capsule img {
    content: "";
    position: absolute;
    right: -4px;
    top: -7px;
}


.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__top i {
    width: 32px;
    height: 32px;
    display: block;
}
.choise-roles-modal .choise-roles-modal__top i::before {
    background-color: #B7BDCE;
} */
.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-congratulation .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-congratulation .empty-capsule__image{
    width: 100%;
    height: auto;
}
.page-template-create-congratulation .empty-capsule__image img{
    width: 100%;
    height: auto;
}
.page-template-create-congratulation .empty-capsule__close * {
    fill: #fff;
}


.page-template-create-congratulation .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-congratulation .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-congratulation .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-congratulation .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-congratulation .empty-capsule__btn {
    margin-bottom: 32px;
    margin-top: 0;
    min-width: 320px;

}


.page-template-create-congratulation .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: 1310px) {
    .main_section {
        background-position: 20vw 60%;
    }

    .congratulation::before {
        background-position: 200%;
    }
}

@media screen and (max-width: 1023px) {
    .main_section {
        background-position: 20vw 50%;
        background-size: 116%;
        /* overflow: auto; */
        /* padding-bottom: 100px; */
        /* margin-top: 55%; */
        /* overflow: auto; */
    }
}

@media screen and (max-width: 767px) {
    body {
        height: 100svh;
        overflow: hidden;
    }
    .congratulation {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
        overflow: auto;
        /* overflow: hidden; */
    }

    .main_wrap {
        margin-top: auto;
    }

    .main_wrap h1 {
        /* padding: 0 16px; */
        text-align: center;
        font-size: 28px;
        margin: 0 auto;


        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 */
    }
    .main_wrap p.white {
        color: var(--white, #FFF);
        text-align: center;
        font-family: 'Montserrat';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 19.6px */
    }

    .welcome_header {
        /* max-height: 60px; */
        justify-content: center;
        padding: 10px;

        /* margin-bottom: 40px; */
        margin-top: unset;
    }
    div.header_info_wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 15;
        min-width: 100%;
        justify-content: center;
        background: white;
        min-height: 110px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 16px;
    }

    .progress_wrap {
        position: fixed;
        bottom: 0;
        justify-content: center;
        width: 100%;
        border-radius: 25px;
        padding: 0 15px 25px;
    }

    div.create_success_wrap {
        min-width: 100%;
        justify-content: center;
        margin-top: 0;
        flex-direction: column;
    }

    .magic_wand {
        position: absolute;
        top: -15px;
        right: -50px;
        z-index: 5;
        max-width: 110px;
    }

    .darker_bkg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, #091630 60%, rgba(28, 69, 150, 0) 100%);

        /* background-image: linear-gradient(180deg, rgba(17, 17, 41, 0.8), rgba(96, 212, 175, 0)); */
    }
    .info_wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 16px;
        margin-bottom: 22px;
        max-width: 100%;
        justify-content: center;
        width: max-content;
    }
    .info_item P.white,
    button {
        font-size: 14px;
    }
    .info_item {
        gap: 8px
    }
    .info_item img {
        max-width: 20px;
    }

    .main_wrap {
        padding: 0 16px;
        align-items: center;
    }
    .main_wrap h1 {
        padding: 0;
    }
    .congratulation::before {
        background-position: 0%;
    }
}
@media screen and (max-width: 500px) {

    .congratulation::before {
        height: 50%;
        background-position: top center;
        background-size: cover;
        /* background-image: url("/wp-content/themes/new-landing/create-congratulation/assets/pics/mob.jpg"); */
        background-image: url("/wp-content/themes/new-landing/create-congratulation/assets/pics/mob.png");

    }


    .darker_bkg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, #091630 70%, rgba(28, 69, 150, 0) 100%);

        /* background-image: linear-gradient(180deg, rgba(17, 17, 41, 0.8), rgba(96, 212, 175, 0)); */
    }
    .left-bg {
        /* background: linear-gradient(0deg, #060D1C 73.7%, rgba(10, 21, 43, 0.00) 84.43%); */
        background: linear-gradient(0deg, #060D1C 70%, rgba(10, 21, 43, 0.00) 80%);
    }

    .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;
    }

    .btn-blur {
        position: unset;
        display: flex;
        bottom: 0%;
        width: 100%;
        padding: 0px 0 15px;
        background: red;
        justify-content: center;
        background: rgba(6, 13, 28, 0.01);
    }
    .progress_wrap {
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px); /* Для iOS Safari */
    }
    @supports (backdrop-filter: blur(10px)) {
        .progress_wrapб .btn-blur {
            background-color: transparent;
            -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
        }
    }

    #start-create-capsule {
        /* position: fixed; */
        /* bottom: 5%; */
        /* box-shadow: 0 35px 50px 90px rgba(0,0,0,0.9) */

    }

    .welcome_header {
        flex: 0 0 45%;
        align-items: flex-end;
    }
    .welcome_header__svg {
    }

    .TEST img {
        left: 0;
        object-position: top;
        object-fit: contain;
        background: linear-gradient(0deg, #060D1C 60%, rgba(10, 21, 43, 0.00) 80%);
    }
}
@media screen and (max-width: 500px ), screen and (max-height: 300px) {
        .btn-blur {
            position: fixed;
            transition: all 1s ease-out;

        }

}