
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}


body {
    font-family: 'Unbounded';
    letter-spacing: -0.03em;
    font-weight: 400;
    background: #000;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-max {
    width: 100%;
}

.container-mobile {
    width: 98%;
    margin: 0 auto;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.br-pc {
    height: 0;
    display: block;
}



/* ---------- head block ---------*/

.header {
    display: flex;
    gap: 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    align-items: center;
    height: 100px;
    padding: 0 1% 0 2%;
    backdrop-filter: blur(5px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.02);
    background: rgba(255, 255, 255, 0.02);
}

.logo {
    width: 130px;
    /* margin-left: 2%; */
}

.logo img{
    width: 100%;
    height: 100%;
}


.nav-menu {
    display: flex;
    gap: 40px;
    margin-left: 10%;
    justify-content: center;
}

.nav-menu li {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}



@media (hover: hover) {
    .nav-menu li:hover {
        opacity: 0.6;
    }
}


.header-button-sale {
    margin-left: 40px;
    background: linear-gradient(180deg, #ffb23d 30.83%, #9f8051 90.7%);
    color: #000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    width: 312px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

@media (hover: hover) {
    .header-button-sale:hover {
        box-shadow: 0px 0 8px #fff;
        color: #fff;
    }
}



/* .header-button-contact {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}

.header-button-contact img {
    width: 10px;
    transform: rotate(-45deg);
} */

.header-social__links {
    display: flex;
    gap: 18px;
    margin-left: auto;
}

.header-social__links img {
    width: 34px;
    transition: all 0.3s;
}

.header-social__links img:hover {
    box-shadow: 0px 0 8px #fff;
}

.header-inner{
    min-height: var(--fixed-vh);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    /* position: relative; */
}

/* .header-inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 203px;
    width: 100%;
    background: linear-gradient(
        to bottom, 
        #fff 3px,
        #fb0 0%, 
        rgba(255, 255, 255, 0) 100% 
    );
    pointer-events: none; 
} */

.head-back-wrap {
    width: 100%;
    height: 100%;
}

.header-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;  
    object-fit: cover;  
}


.header__content {
    margin-top: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 60px;
}

.header__block-text {
   display: flex; 
   flex-direction: column;
   width: 57%;
   gap: 40px;
}

.header__block-text h1 {
    font-size: 50px;
    line-height: 142%;
    color: #fff;
}

.header__block-descr {
    font-family: 'Rubik';
    font-size: 25px;
    line-height: 140%;
    color: #fff;
    /* width: 820px; */
}

.header__buttons-wrap {
    display: flex;
    gap: 30px;
}

.button-sale {
    border-radius: 4px;
    width: 432px;
    height: 65px;
    background: linear-gradient(180deg, #ffb23d 30.83%, #9f8051 90.7%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #140f03;
    cursor: pointer;
    transition: all 0.3s;
}

@media (hover: hover) {
    .button-sale:hover {
        box-shadow: 0px 0 8px #fff;
        color: #fff;
    }
}



.button-read {    
    border-radius: 6px;
    width: 452px;
    height: 65px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);    
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

@media (hover: hover) {

    .button-read:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    }
}


.header__block-timer {
    width: 562px;
    max-width: 30vw;
    height: 760px;
    max-height: 77vh;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(5px);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    font-family: 'Rubik';
}

.block__timer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-row-label {
    border-radius: 32px;
    width: 150px;
    height: 41px;
    background: linear-gradient(165deg, #f2d09d 0%, #5f503a 100%);
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.top-row-text {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-left: auto;
}

.top-row-text span {
    color: #f2d09d;
}

.timer-end-text {
    font-family: 'Unbounded';
    margin-top: 10%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.timer__blocks-row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.timer__block {
    width: 23%;
    height: 82px;
    border-radius: 6px;
    background: linear-gradient(153deg, #f2d09d 0%, #5a492f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.timer__block:nth-child(3),
.timer__block:nth-child(4) {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.timer__block:nth-child(3) .timer__block-number {
    color: #fff;
    font-weight: 600;
}

.timer__block:nth-child(4) .timer__block-number {
    color: #fff;
    font-weight: 600;
}

.timer__block:nth-child(3) .timer__block-text,
.timer__block:nth-child(4) .timer__block-text {
    color: #fff;
}

.timer__block-number {
    font-size: 48px;
    color: #110e0b;
    font-weight: 700;
}

.timer__block-text {
    font-weight: 400;
    font-size: 14px;
    color: #110e0b;
}

.timer__block-progress {
    margin-top: 10%;

}

.block__progress-text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.progress-text {
    font-weight: 600;
    font-size: 32px;
    color: #fb0;
}

.progress-text>span {
    font-weight: 400;
}

.progress-text span:last-child {
    font-weight: 400;
    font-size: 16px;
}

.progress-text:last-child {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.block__progress-line {
    height: 7px;
    background-color: #fff;
    margin-top: 10px;
}

.progress-line-fill {
    width: 15%;
    height: 100%;
    background: #fb0;
    box-shadow: 0 0 15px #fb0;
}

.timer__block-numbers {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin-top: 5%;
}

.number__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.number__block-name {
    font-family: 'Unbounded';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.number__block-value {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.number__block-value span {
    font-weight: 300;
}

.block-numbers-line {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.timer__block-next-round-text {
    margin-top: 12%;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.timer__block-button {
    border-radius: 8px;
    width: 100%;
    min-height: 75px;
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    color: #140f03;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    cursor: pointer;
    transition: all 0.3s;
}

@media (hover: hover) {

    .timer__block-button:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    }

}


@media screen and (max-width: 1919px) {

    .header {
        height: 80px;
    }

    .logo {
        width: 100px;
        margin-left: 2%;
    }

    .nav-menu {
        gap: 25px;
    }

    .nav-menu li {
        font-size: 11px;
    }

    .header-social__links img {
        width: 28px;
    }

    .header-button-sale {
        width: 260px;
        height: 38px;
        border-radius: 3px;
        font-size: 11px;
        margin-left: 15px;
    }

    /* .header-button-contact {
        font-size: 12px;
    } */

    .header-button-contact img {
        width: 8px;
    }

    .header__block-text {
        gap: 35px;
        width: 780px;
    }

    .header__block-text h1 {
        font-size: 38px;
    }

    .header__block-descr {
        font-size: 19px;        
        width: 720px;
    }

    .button-sale,
    .button-read {
        width: 350px;
        height: 50px;
        font-size: 13px;
        border-radius: 6px;
    }

    .header__block-timer {
        border-radius: 10px;
        padding: 35px;
    }

    .top-row-label {
        border-radius: 25px;
        width: 120px;
        height: 32px;
        font-size: 13px;
    }

    .top-row-text {
        font-size: 19px;
    }

    .timer-end-text {
        font-size: 13px;
    }

    .timer__block {
        height: 70px;
        border-radius: 11px;
    }

    .timer__block-number {
        font-size: 35px;
    }

    .timer__block-text {
        font-size: 11px;
    }

    .progress-text {
        font-size: 22px;
    }

    .progress-text:last-child {
        font-size: 14px;
    }

    .progress-text span:last-child {
        font-size: 13px;
    }

    .number__block-name {
        font-size: 13px;
    }

    .number__block-value {
        font-size: 65px;
    }

    .timer__block-numbers {
        gap: 12%;
    }

    .timer__block-next-round-text {
        margin-top: 60px;
        font-size: 15px;
    }

    .timer__block-button {
        font-size: 16px;
        border-radius: 11px;
        min-height: 60px;
    }


}


@media screen and (max-width: 1439px) {
    .header {
        height: 70px;
        gap: 10px;
    }

    

    .logo {
        width: 80px;
    }

    .nav-menu {
        gap: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-menu li {
        font-size: 9px;
    }

    .header-button-sale {
        width: 210px;
        height: 33px;
        font-size: 9px;
        margin-left: 5px;
    }

    .header-button-contact {
        font-size: 11px;
    }


    .header__block-text {
        gap: 30px;
        width: 60%;
    }

    .header__block-text h1 {
        font-size: 27px;
    }

    .header__block-descr {
        font-size: 14px;        
        /* width: 700px; */
    }

    .button-sale,
    .button-read {
        width: 230px;
        height: 40px;
        font-size: 9px;
    }

    .header__block-timer {
        padding: 28px;
    }

    .top-row-label {
        border-radius: 22px;
        width: 100px;
        height: 28px;
        font-size: 11px;
    }

    .top-row-text {
        font-size: 18px;
    }

    .timer-end-text {
        font-size: 12px;
    }

    .timer__block {
        height: 60px;
    }

    .timer__block-number {
        font-size: 24px;
    }

    .timer__block-text {
        font-size: 10px;
    }

    .progress-text {
        font-size: 12px;
    }

    .number__block-name {
        font-size: 11px;
    }

    .number__block-value {
        font-size: 45px;
    }

    .timer__block-numbers {
        gap: 10%;
    }

    .timer__block-next-round-text {
        font-size: 12px;
        margin-top: auto;
    }

    .timer__block-button {
        font-size: 14px;
        min-height: 50px;
    }
}

@media screen and (max-width: 999px) {

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .br-pc {
        display: none;
    } 

    .nav-menu,
    .header-button-sale,
    .header-button-contact {
        display: none;
    }

    .header-inner {
        height: 1200px;        
        padding-bottom: 40px;
    }

    .header {
        position: static;
    }
    
    .logo {
        width: 100px;
    }

    .header-social__links {
        display: none;
    }

    .head-back-wrap {
        width: 100vw;
        overflow: hidden;
        min-height: 1270px;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .header-back {
        width: 1300px;
        transform: rotate(-90deg);
        min-height: 1200px;
        margin-left: -25%;
    }

    .header__content {
        padding: 0;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        gap: 40px;
    }

    .header__block-text {
        width: 96%;      
        gap: 20px;
        margin: 75px auto 0;
    }

    .header__block-text h1 {
        font-size: 22px;
        line-height: 130%;
    }   

    .header__block-descr {
        font-size: 14px;
        line-height: 179%;
        width: 100%;
    }

    .header__buttons-wrap {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .button-sale,
    .button-read {
        height: 65px;
        width: 100%;
        font-size: 13px;
    }    

    .header__block-timer {
        width: 100%;
        max-width: none;
        padding: 22px;
        height: auto;
        max-height: none;
    }
    

    .top-row-label {
        width: 128px;
        height: 35px;
        border-radius: 32px;
        font-size: 14px;
    }

    .timer-end-text {
        font-size: 14px;
    }

    .timer__block-number {
        font-size: 20px;
    }

    .timer__block-text {
        font-size: 12px;
    }

    .timer__block-progress {
        margin-top: 14%;
    }

    .progress-text {
        font-size: 20px;
    }

    .progress-text:last-child {
        font-size: 13px;
    }

    .number__block-name {
        font-size: 13px;
    }

    .number__block-value {
        font-size: 48px;
    }

    .timer__block-next-round-text {
        font-size: 17px;
        margin-top: 40px;
    }

    .timer__block-button {
        border-radius: 15px;
        width: 100%;
        height: 65px;
        font-size: 19px;
        margin-top: 20px;
    }

}


 @media screen and (max-width: 767px) {

    .header-inner {
        height: 1080px;
    }
    
    .header-back {
        margin-left: -140%;  
        min-height: 1080px;
    }

    .head-back-wrap {
        min-height: 1150px;
    }

    

    
 }



/* ---------- token block--------- */

.token-inner {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.token-light {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

.token-back {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateX(-50%);
    z-index: -1;
    width: 933px; 
    height: 445px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #121212, #4f4f4f);
    filter: blur(300px);
    
}

.token__header {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    text-align: center
}

.token__header-descr {
    font-family: 'Rubik';
    font-size: 22px;
    line-height: 164%;
    color: #989898;
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    font-weight: 400;
}

.token__content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;   
    gap: 20px;
    background: url('./assets/token-back.webp') no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}

.token__content-details {
    min-height: 100%;
    /* border-radius: 35px; */
    /* border: 2px solid rgba(255, 255, 255, 0.1); */
    background: rgba(0, 0, 0, 0.02);
    /* backdrop-filter: blur(5px); */
    width: 60%;
    padding: 40px 70px 40px 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.token__details-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.token__details-top img {
    width: 55px;
}

.token__details-top-text {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.token__content-join .token__details-top-text{
    margin-left: auto;
}

.token__table {
    margin-top: 50px;
    width: 100%;
}

.token__table-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0;
}

.token__table-row:last-child {
    border: none;
}

.token-name {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}

.token-value {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 30px;
    color: #f2d09d;
    border-radius: 9px;
    /* width: 207px; */
    height: 50px;
    /* background: linear-gradient(160deg, #ffdca7 0%, #44341e 100%); */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* .token__table-row:nth-child(2) .token-value,
.token__table-row:nth-child(3) .token-value, 
.token__table-row:nth-child(4) .token-value {
    background: linear-gradient(160deg, #fdfdfd 0%, #585858 100%);
} */

.token__content-details .button-sale {
    margin: 2% auto;
    background: linear-gradient(180deg, #fff 30.83%, #939393 90.7%);
    color: #000;
    transition: all 0.3s;
}

@media (hover: hover) {

    .token__content-details .button-sale:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    }

}


.token__content-join {
    height: auto;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.02);
    /* background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(5px); */
    width: 40%;
    padding: 40px 40px 50px 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.join-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.join-bloks-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 30px;
}

.join__block {
    width: 100%;
    height: 198px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 50px 95px;
}

.join__block-number {
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 1000px;
    width: 45px;
    height: 45px;
    background: linear-gradient(160deg, #ffdca7 0%, #44341e 100%);
    font-weight: 700;
    font-size: 14px;
    color: #402f2f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join__block-name {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.join__block-text {
    font-family: 'Rubik';
    font-size: 20px;
    line-height: 145%;
    color: #fff;
    font-weight: 300;
}

.join__block:nth-child(1) .join__block-text {
    width: 396px;
}

.join__block:nth-child(2) .join__block-text {
    width: 422px;
}

.join__block:nth-child(3) .join__block-text {
    width: 340px;
}


.token__emyo {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.emyo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.emyo-header {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 115%;
    color: #fff;
    width: 975px;
}

.emyo-header span {
    color: #bfbfbf;
}

.emyo-descr {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: right;
    color: #989898;
    width: 520px;
    margin-left: auto;
}

.emyo-row img {
    width: 37px;
}

.emyo-row-down {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 60px;
}

.emyo__numbers-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 4%;
    width: 60%;
    border: 2px solid rgba(144, 142, 142, 0.2);;
    border-radius: 20px;
    align-items: center;
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(5px);
}


.emyo__numbers-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.emyo__numbers-numb {
    font-family: 'Rubik';
    font-size: 30px;
    line-height: 100%;
    color: #fbd9a4;
    white-space: nowrap;
}

.emyo__numbers-text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.emyo-arrow img {
    width: 100%;
    height: 40px;
}

.emyo__text-block {
    /* background: #f2d09d; */
    border-radius: 15px;
    height: auto;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.emyo__text-block p {
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 20px;
    line-height: 135%;
    color: rgba(255, 255, 255, 0.4);
    width: 470px;
}

.emyo__text-block p span {
    color: rgba(255, 255, 255, 0.8);
}

.emyo-descr-mobile {
    display: none;
}



@media screen and (max-width: 1919px) {

    .token__header {
        font-size: 35px;
    }

    .token__header-descr {
        font-size: 18px;
        margin-top: 15px;
        width: 800px;
    }

    .token__content-details {
        border-radius: 30px;
        padding: 50px 70px 50px 70px;
    }

    .token__details-top-text {
        font-size: 22px;
    }

    .token-name {
        font-size: 15px;
    }

    .token__details-top img {
        width: 42px;
    } 

    .token__table {
        margin-top: 35px;
    }

    .token-value {
        height: 44px;
        font-size: 22px;
    }
    

    .token__content-join {        
        border-radius: 9px;        
        padding: 50px 35px;
    }

    .join-bloks-wrap {
        gap: 20px;
    }

    .join__block {
        border-radius: 9px;
        height: 180px;
        padding: 40px 90px;
    }

    .join__block-number {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .join__block-name {
        font-size: 15px;
    }

    .join__block-text {
        font-size: 16px;
    }

    .join__block:nth-child(1) .join__block-text {
        width: 330px;
    }

    .join__block:nth-child(2) .join__block-text {
        width: 330px;
    }

    .join__block:nth-child(3) .join__block-text {
        width: 250px;
    }


    .emyo-header {
        font-size: 32px;
        width: 775px;
    }

    .emyo-descr {
        font-size: 16px;
        width: 430px;
    }

    .emyo-row img {
        width: 30px;
    }

    .emyo__numbers-wrap {
        border-radius: 9px;
        padding: 22px 4%;
    }

    .emyo__numbers-block {
        gap: 12px;
    }

    .emyo__numbers-numb {
        font-size: 25px;
    }

    .emyo__numbers-text {
        font-size: 13px;
    }

    .emyo__text-block {
        border-radius: 9px;
    }

    .emyo__text-block p {
        font-size: 14px;
        width: 380px;
    }
    

}


@media screen and (max-width: 1439px) {

    /* .token-inner {
        margin-top: 110px;
    } */

    .token__header {
        font-size: 26px;
    }

    .token__header-descr {
        font-size: 16px;
        margin-top: 30px;
        width: 85%;
    }

    .token__details-top-text {
        font-size: 20px;
    }

    .token-name {
        font-size: 13px;
    }

    .token__table {
        margin-top: 30px;
    }

    .token-value {
        width: 160px;
        height: 40px;
        font-size: 16px;
    }

    .join-bloks-wrap {
        gap: 16px;
    }

    .join__block {
        padding: 40px 50px;    
        gap: 10px;
    }

    .join__block-number {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .join__block-name {
        font-size: 12px;
    }

    .join__block-text {
        font-size: 13px;
    }

    .join__block:nth-child(1) .join__block-text,
    .join__block:nth-child(2) .join__block-text {
        width: 98%;
    }

    .join__block:nth-child(3) .join__block-text {
        width: 200px;
    }



    .emyo-header {
        font-size: 20px;
        width: 600px;
    }

    .emyo-descr {
        font-size: 12px;
        width: 380px;
    }

    .emyo-row img {
        width: 28px;
    }

    .emyo__numbers-wrap {
        border-radius: 8px;
        padding: 16px 4%;
    }

    .emyo__numbers-block {
        gap: 12px;
    }

    .emyo__numbers-numb {
        font-size: 16px;
    }

    .emyo__numbers-text {
        font-size: 9px;
    }

    .emyo-arrow {
        min-width: 40px;
    }

    .emyo__text-block {
        border-radius: 8px;
    }

    .emyo__text-block p {
        font-size: 12px;
        width: 300px;
    }
}


@media screen and (max-width: 999px) {

    .token-inner {
        padding-top: 80px;
    }

    .token-light {
        top: 0px;
        height: 400px;
    }

    .token__header {
        text-align: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 6vw;
    }
    
    .token__header-descr {
        font-size: 13px;
        line-height: 164%;
        margin-top: 15px;
    }

    .token__content {
        width: 100%;
        flex-direction: column;
        margin-top: 50px;
        padding-top: 40px;
        background: url(./assets/token-back-mob.webp) no-repeat;
        background-size: cover;
        border-radius: 0;
    }

    .token-back {
        top: 20%;

    }

    .token__content-details {
        padding: 30px 20px 30px 30px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.02);
        backdrop-filter: blur(10px);
    }

    .token__details-top-text {
        font-size: 18px;
    }

    .token__details-top img {
        display: none;
    }

    .token__table-row {
        border-bottom: none;
    }

    .token-name {
        font-size: 13px;
    }

    

    .token__content-join {
        border-radius: 0;
        width: 100%;
        margin-top: 15px;
        padding: 50px 20px;
    }


    .token__content-join .token__details-top-text {
        margin-left: 0;
    }

    .join__block {
        padding: 10px 45px;
        justify-content: center;
    }

    .join__block-name {
        font-size: 16px;
        line-height: 113%;
    }

    .join__block-number {
        width: 45px;
        height: 45px;
        font-size: 14px;
        right: 15px;
        top: 20px;
    }

    .join__block-text {
        font-size: 14px;
        line-height: 171%;
    }



    .join-back {
        transform: scaleX(-1);
    }

    .emyo-descr,
    .emyo-row img {
        display: none;
    }

    .emyo__numbers-wrap {
        flex-direction: column;
    }

    .emyo-header {
        font-size: 23px;
        /* text-align: center; */
        line-height: 118%;
        width: 100%;
    }


    .emyo__numbers-wrap {
        width: 100%;
        padding: 40px 4%;
        border-radius: 20px;
    }

    .emyo__numbers-numb {
        font-size: 30px;
    }

    .emyo__numbers-text {
        font-size: 14px;
        text-align: center;
    }

    .emyo-arrow {
        transform: rotate(90deg);
        width: 35px;
        min-width: auto;
    }

    .emyo-arrow img {
        height: 100%;
        width: -1px;
    }

    .emyo-row-down {
        flex-direction: column;
    }

    .emyo__text-block {
        width: 100%;
        padding: 30px;
    }

    .emyo__text-block p {
        font-size: 15px;
    }

    .emyo-descr-mobile {
        display: block;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 14px;
        line-height: 186%;
        color: #989898;
        font-weight: 400;
        margin-top: 40px;
    }
}



/* ---------- tokenomics block--------- */

.tokenomics-inner {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 1030px;
    max-height: 120vh;
    justify-content: center;
    gap: 70px;
    z-index: 7;;
}

.tokenomics-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: -1;
}

.tokenomics-header-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    width: 100%;
}

.tokenomics-header {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;    
}

.tokenomics-header-text {
    font-size: 22px;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 300;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    line-height: 164%;
}

.tokenomics-bloks-wrap {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.tokenomics__block {
    display: flex;
    flex-direction: column;
    padding: 33px 33px 40px;
    border-radius: 12px;
    width: 434px;
    max-width: 24%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    gap: 26px;
}

.tokenomics__block-icon {
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: linear-gradient(160deg, #ffdca7 0%, #44341e 100%); */
}

.tokenomics__block-name {
    font-weight: 600;
    font-size: 18px;
    color: #fb0;
    text-transform: uppercase;
}

.tokenomics__block-text {
    font-family: 'Rubik';
    font-size: 20px;
    color: #fff;    
    line-height: 140%;
    width: 94%;
    font-weight: 300;
}

.tokenomics__block:last-child .tokenomics__block-text {
    width: 90%;
}


@media screen and (max-width: 1919px) {

    .tokenomics-inner {
        gap: 55px;
    }

    .tokenomics-header {
        font-size: 38px;
    }
    
    .tokenomics-header-text {
        font-size: 18px;
    }

    .tokenomics__block {
        border-radius: 9px;
        padding: 30px 30px 35px;
    }


    /* .tokenomics__block:nth-child(1) img, 
    .tokenomics__block:nth-child(2) img {
        width: 60px;
    }

    .tokenomics__block:nth-child(3) img {
        width: 40px;
    } */

    .tokenomics__block-icon {
        width: 60px;
        height: 60px;
    }

    .tokenomics__block-icon img {
        width: 100%;
        height: 100%;
    }


    
    .tokenomics__block-name {
        font-size: 16px;
    }

    .tokenomics__block-text {
        font-size: 15px;
        width: 87%;
    }

    .tokenomics__block:last-child .tokenomics__block-text {
        width: 80%;
    }
}


@media screen and (max-width: 1439px) {

    .tokenomics-inner {
        gap: 45px;
        margin-top: 50px;
    }

    .tokenomics-header {
        font-size: 27px;
    }
    
    .tokenomics-header-text {
        font-size: 13px;
    }

    .tokenomics__block {
        padding: 15px 15px 20px;
        gap: 20px;
    }

    .tokenomics__block-icon {
        width: 40px;
        height: 40px;
    }
/* 
    .tokenomics__block-icon img {
        width: 13px;
    } */
    
    .tokenomics__block-name {
        font-size: 11px;
    }

    .tokenomics__block-text {
        font-size: 10px;
    }

}


@media screen and (max-width: 999px) {

    .tokenomics-inner {
        height: 1420px;
        max-height: none;
    }

    .tokenomics-back {
        height: 540px;
        object-fit: cover;
    }
    
    .tokenomics-header-wrap {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .tokenomics-header {
        font-size: 18px;
    }

    .tokenomics-header-text {
        font-size: 14px;
        line-height: 169%;
        width: 100%;
    }

    .tokenomics-bloks-wrap {
        flex-direction: column;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translateX(-50%);
        gap: 20px;
    }

    .tokenomics__block {
        width: 100%;
        max-width: none;
        flex-direction: row;
        flex-wrap: wrap;
        border: none;
        background: none;
        backdrop-filter: none;
        row-gap: 0;
    }

    .tokenomics__block-icon {
        width: 50px;
        height: 50px;
    }

    

    .tokenomics__block-name {
        font-size: 14px;
    }

    .tokenomics__block-text {
        font-size: 15px;
        padding-left: 70px;
        line-height: 162%;
        color: #fff;
        width: 93%;
        margin-top: -20px;
    }
}



/* ---------- diagram block ---------*/

.diagram-outwrap {
    padding: 120px 0 180px;
    position: relative;
    z-index: 1;
}

.diagram-inner {
    position: relative;   
    overflow: hidden; 
    padding-bottom: 50px;
}

.diagram-light-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.diagram-light-bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 0;
    transform: rotate(180deg);
}

.diagram-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.diagram-ellipse-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 0.7) 70%,
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 1) 150%
    );
    z-index: -1;
}

.diagram-wrap {
    border-radius: 12px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(15px);
    padding: 60px 60px 100px;
}

.diagram-top {
    display: flex;
    gap: 35px;
    align-items: center;
}

.diagram-header {
    font-size: 30px;
    color: #fff;
}

.diagram-descr {
    font-family: 'Rubik';
    font-size: 20px;
    line-height: 115%;
    text-align: right;
    color: #9f9f9f;
    margin-left: auto;
    width: 525px;
}

.diagram-logo {
    width: 33px;
}

.diagram-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 270px;
    margin-top: 60px;
}

.diagram-image {
    width: 40%;
}

.diagram-legend-wrap {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.diagram-legend {    
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.legend__row {
    display: flex;
    gap: 30px;
    align-items: center;
}

.legend-line {
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 119px;
    height: 0px;
}

.legend-text {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.legend-cube {
    border-radius: 5px;
    width: 26px;
    height: 26px;
    background: #be9e80;
}

.legend__row:nth-child(2) .legend-cube {
    background: #fd6060;
}

.legend__row:nth-child(3) .legend-cube {
    background: #a960e3;
}

.legend__row:nth-child(4) .legend-cube {
    background: #b9670e;
}

.legend__row:nth-child(5) .legend-cube {
    background: #0b82e3;
}

.legend__row:nth-child(6) .legend-cube {
    background: #6ecc6a;
}

.legend__row:nth-child(7) .legend-cube {
    background: #00c8f5;
}

.legend__row:nth-child(8) .legend-cube {
    background: #9a0507;
}

.legend__row:nth-child(9) .legend-cube {
    background: #97248c;
}

.legend-button {
    border-radius: 4px;
    width: 432px;
    height: 65px;
    background: linear-gradient(180deg, #fff 30.83%, #939393 90.7%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #140f03;
    cursor: pointer;
    transition: all 0.3s;
}

@media (hover: hover) {

    .legend-button:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    }
}


.diagram-content {
    margin-top: 150px;
    display: flex;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 20px;
}

.diagram-content-block {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .diagram__block-icon {
    border-radius: 1000px;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(160deg, #ffdca7 0%, #44341e 100%);
} */

.diagram__block-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 118%;
    color: #fff;
    /* width: 290px; */
    text-transform: uppercase;
}

/* .diagram-content-block:last-child .diagram__block-text {
    width: 320px;
} */


@media screen and (max-width: 1919px) {

    /* .diagram-inner {
        margin-top: 100px;
    } */
    .diagram-outwrap {
        padding: 90px 0 120px;
    }

    .diagram-wrap {
        border-radius: 9px;
    }

    .diagram-header {
        font-size: 26px;
    }

    .diagram-descr {
        font-size: 16px;
        width: 400px;
    }

    .diagram-logo {
        width: 28px;
    }

    .diagram-image-wrap {
        gap: 200px;
        margin-top: 100px;
    }

    .diagram-legend {
        gap: 16px;
    }

    .legend-cube {
        width: 22px;
        height: 22px;
        border-radius: 3px;
    }

    .legend-text {
        font-size: 15px;
    }

    .legend-button {
        border-radius: 3px;
        width: 350px;
        height: 55px;
        font-size: 13px;
    }

    .diagram-content {
        margin-top: 120px;
    }

    .diagram__block-icon {
        width: 60px;
        height: 60px;
    }

    .diagram__block-icon img {
        width: 100%;
        height: 100%;
    }

    .diagram__block-text {
        font-size: 15px;
        /* width: 262px; */
    }
    
}


@media screen and (max-width: 1439px) {

    /* .diagram-inner {
        margin-top: 80px;
    } */
    .diagram-outwrap {
        padding: 60px 0 90px;
    }

    .diagram-wrap {
        border-radius: 25px;
        padding-bottom: 70px;
    }

    .diagram-header {
        font-size: 20px;
    }

    .diagram-descr {
        font-size: 12px;
        width: 250px;
    }

    .diagram-image-wrap {
        gap: 60px;
        margin-top: 80px;
    }

    .diagram-legend {
        gap: 12px;
    }

    .legend-cube {
        width: 18px;
        height: 18px;
    }

    .legend-text {
        font-size: 9px;
    }

    .legend-button {
        width: 220px;
        height: 46px;
        font-size: 10px;
    }

    .diagram-content {
        margin-top: 70px;
    }

    .diagram__block-icon {
        width: 50px;
        height: 50px;
    }


    .diagram__block-text {
        font-size: 10px;
    }

}


@media screen and (max-width: 999px) {
    
    .diagram-light-top {
        display: none;
    }

    .diagram-inner {
        margin-top: 5px;
    }

    .diagram-wrap {
        padding: 30px 20px;
    }

    .diagram-top {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .diagram-header {
        order: 1;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .diagram-logo {
        /* order: 2;
        margin-left: auto; */
        display: none;
    }

    .diagram-descr {
        order: 3;
        margin-right: auto;
        text-align: center;
        width: 100%;
        font-size: 15px;
    }

    .diagram-image-wrap {
        flex-direction: column;
        margin-top: 30px;
    }

    .diagram-image {
        width: 100%;
    }
    
    .legend-cube {
        min-width: 26px;
        min-height: 26px;
        border-radius: 5px;
    }

    .legend-button {
        /* width: 100%;
        height: 65px;
        border-radius: 15px;
        margin-top: 30px; */
        display: none;
    }

    .diagram-content {
        flex-wrap: wrap;
        width: 82%;
        margin-top: 60px;
        row-gap: 50px;
    }

    .diagram-content-block {
        align-items: center;
        gap: 20px;
    }

    .diagram__block-text {
        font-size: 14px;
    }

    .diagram__block-icon {
        min-width: 55px;
        min-height: 55px;
    }

    .diagram-light-bottom {
        bottom: 2px;
        height: 500px;
    }
}


/* ---------- roullete block ---------*/

.roulette-inner {
    margin-top: -4px;
    position: relative;
    height: 977px;
    max-height: 100vh;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 70px;
    z-index: 7;
}

.roulette-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.roulette-back video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roulette-header {
    font-weight: 600;
    font-size: 64px;
    color: #fff;
    /* flex: 1; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: auto;
}

.roulette-bloks-wrap {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    height: 170px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(15px);
    width: 100%;
    margin-top: 50px;
    align-items: center;
    padding: 0 5%;
}

.roulette__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.roulette__block-number {
    font-weight: 300;
    font-size: 70px;
    font-family: 'Rubik';
}

.roulette__block-text {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.roulette__block-line {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 109px;
}


@media screen and (max-width: 1919px) {

    .roulette-header {
        font-size: 45px;
    }

    .roulette-bloks-wrap {
        height: 140px;
    }

    .roulette__block-number {
        font-size: 48px;
    }

    .roulette__block-text {
        font-size: 14px;
    }

    .roulette__block-line {
        height: 80px;
    }
}


@media screen and (max-width: 1439px) {

    .roulette-header {
        font-size: 32px;
    }

    .roulette-bloks-wrap {
        height: 110px;
    }

    .roulette__block-number {
        font-size: 36px;
    }

    .roulette__block-text {
        font-size: 11px;
    }

    .roulette__block-line {
        height: 70px;
    }

}



@media screen and (max-width: 999px) {
    
    .roulette-inner {
        padding: 30px 15px;
    }

    .roulette-header {
        font-size: 34px;
        line-height: 97%;
        text-align: center;
        margin-top: 90%;
    }

    .roulette-bloks-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        border: none;
        background: none;
        backdrop-filter: none;
        border-radius: 0;
        padding: 0;
        row-gap: 15px;
        margin-top: auto;
    }

    .roulette__block-line {
        display: none;
    }

    .roulette__block {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.02);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        padding: 3% 4%;
        text-align: center;
    }

    .roulette__block:nth-child(1) {
        /* order: 2;
        width: 32vw;
        height: 85px;
        flex-direction: row; */
        
        display: none;
    }

    .roulette__block:nth-child(3) {
        order: 1;
        width: 100vw;
        height: 127px;
    }

    .roulette__block:nth-child(5) {
        order: 3;
        width: 58vw;
        height: 85px;
        /* flex-direction: row; */
    }

    .roulette__block:last-child {
        /* display: none; */
        order: 2;
        width: 32vw;
        height: 85px;
        /* flex-direction: row; */
    }

    .roulette__block-number {
        font-size: 30px;
    }

    .roulette__block-text {
        font-size: 10px;
    }

    .roulette__block:nth-child(3) .roulette__block-number {
        font-size: 45px;
    }


}


/* ---------- future block ---------*/

.future-inner {
    padding-top: 100px;
    position: relative;
}

.future-light {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
}

.future__header-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 48px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 582px;
    text-transform: uppercase;
}

.future__header-head {
    color: #fff;
    margin-top: 2%;
}

.future__header-text {
    /* color: #bfbfbf; */
    color: #fff;
    align-self: center;
    margin-top: 12%;
}

.future__video-back {
    position: absolute;
    top: -10%;
    left: 12%;
    z-index: -1;
    width: 64%;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 90px, black calc(100% - 90px), transparent 100%), linear-gradient(to top, transparent 0%, black 90px, black calc(100% - 90px), transparent 100%), linear-gradient(to bottom, transparent 0%, black 90px, black calc(100% - 90px), transparent 100%);
    mask-image: linear-gradient(to left, transparent 0%, black 90px, black calc(100% - 90px), transparent 100%), linear-gradient(to top, transparent 0%, black 90px, black calc(100% - 90px), transparent 100%), linear-gradient(to bottom, transparent 0%, black 90px, black calc(100% - 90px), transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}

.future__content {
    display: flex;
    flex-direction: column;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2%;
}

.future__content-row {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid #0af;;
    position: relative;
}

.future__content-row::before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: -1;
    background: #0af;
    filter: blur(5px);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}

.future__content-row:first-child {
    padding-top: 0;
}

.future__content-row:last-child {
    border: none;
}

.future__content-row:last-child::before {
    display: none;
}

.future__content-name {
    font-size: 20px;
    color: #fff;
    width: 37%;
    font-weight: 600;
    text-transform: uppercase;
}

.future__content-descr {
    font-family: 'Rubik';
    font-size: 24px;
    line-height: 113%;
    color: #acacac;
    width: 620px;
}

.future__content-numb {
    font-size: 18px;
    color: #fff;
}


@media screen and (max-width: 1919px) {

    .future__header-wrap {
        font-size: 36px;
        height: 510px;
    }

    .future__content-row {
        padding: 50px 0;
    }

    .future__content-name {
        font-size: 16px;
    }

    .future__content-descr {
        font-size: 18px;
        width: 515px;
    }

    .future__content-numb {
        font-size: 15px;
    }
}


@media screen and (max-width: 1439px) {
    .future__header-wrap {
        font-size: 25px;
        height: 320px;
    }

    .future__content-row {
        padding: 40px 0;
    }

    .future__content-name {
        font-size: 12px;
    }

    .future__content-descr {
        font-size: 12px;
        width: 300px;
    }

    .future__content-numb {
        font-size: 10px;
    }
}



@media screen and (max-width: 999px) {

    .future-light {
        display: none;
    }

    .future-inner {
        padding-top: 60px;
    }

    .future__video-back {
        position: static;
        width: 100%;
    }

    .future__header-wrap {
        height: auto;
        flex-direction: column;
        font-size: 25px;
    }

    .future__header-text {
        margin-top: 10px;
    }

    .future__content {
        margin-top: 2%;
    }

    .future__content-row {
        flex-direction: column;
        gap: 20px;
    }

    .future__content-numb {
        display: none;
    }

    .future__content-name {
        font-size: 17px;
        width: 100%;
        line-height: 150%;
    }

    .future__content-descr {
        width: 100%;
        font-size: 14px;
        line-height: 180%;
    }
}



/* ---------- roadmap block ---------*/


.roadmap-inner {
    width: 96%;
    margin: 140px auto 0;
}

.roadmap-image-back {
    padding-bottom: 90px;
    position: relative;
}

.roadmap-image-back-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.roadmap-wrap {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(20px);
    padding: 60px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.roadmap__top-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.roadmap__header {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* .roadmap__header span {
    color: #bfbfbf;
} */

.roadmap__header-button {
    border: 1px solid #fc0;
    border-radius: 4px;
    width: 310px;
    height: 65px;
    font-weight: 600;
    font-size: 16px;
    color: #fc0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

@media (hover: hover) {

    .roadmap__header-button:hover {
        box-shadow: 0px 0 8px #fff;
        color: #fff;
    }
}

.roadmap__header-button span {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 300;
}

.grid-container {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 0.9fr;
    width: 100%;
    margin-top: 95px;
}

.grid-item {
    display: flex;
    /* align-items: center; */
    position: relative;
}

/* .grid-icon {
    min-width: 42px;
    min-height: 42px;
    border-radius: 100%;
    background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
} */

.grid-line {
    height: 8px;
    backdrop-filter: blur(20px);
    background: rgba(88, 88, 88, 0.2);
    width: 100%;
}

.grid-line-fill {
    height: 100%;
    background: #fb0;
    box-shadow: 0 0 15px #fb0;
    width: 100%;
    margin-left: -0.3%;
}

.grid-item:nth-of-type(8) .grid-line-fill {
    width: 101%;
}

.grid-item:nth-of-type(9) .grid-line-fill {
    width: 20%;
}

.grid-short-line {
    height: 8px;
    backdrop-filter: blur(20px);
    background: rgba(88, 88, 88, 0.4);
    width: 20%;
    margin-left: 12px;
}

.grid-short-line:last-child {
    width: 7%;
}

.grid-item:nth-child(1),
.grid-item:nth-child(2),
.grid-item:nth-child(3) {
    grid-column: span 1;
}

.grid-item:nth-child(n+4):nth-child(-n+9) {
    grid-column: span 1;
}

.grid-item:nth-child(n+10) {
    grid-column: span 1.5;
}

.grid-vertical-line {
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 1px;
    margin: 0 0 0 21px;
}

.grid-item-name {
    font-size: 19px;
    color: #fb0;
    font-weight: 600;
    /* width: 285px;     */
    line-height: 130%;
    margin-left: 21px;
    text-transform: uppercase;
    margin-top: 2%;
}

.grid-item:nth-child(8) .grid-item-name {
    width: 320px;
}

.grid-item-name span {
    color: #fff;
}

.grid-icon {
    margin-bottom: 15px;
}


.grid-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.grid__content-cell {
    display: flex;
    padding-left: 23px;
    gap: 45px;
}

.grid__content-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.grid-tick {
    min-width: 24px;
    min-height: 24px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(147deg, #ffffff 0%, #d5d5d5 100%);
    margin-left: -12px;
}

.grid-tick::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 2;
}

.grid-tick-white {
    background: rgba(255, 255, 255, 0.2);
}

.grid-tick-white::before {
    background: #fff;
    z-index: 3;
}

.grid-tick img {
    z-index: 3;
}

.grid-tick-line {    
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 1px;
}

.grid__content-text {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 22px;
    line-height: 123%;
    color: #d6d6d6;
    width: 395px;
    padding-bottom: 50px;
}

.grid__content-text-grey {
    color: #9b9b9b;
}


.grid-content:nth-of-type(2n) .grid__content-text {
    width: 305px;
}

.grid-content:last-of-type .grid__content-text {
    width: 300px;
}


.roadmap-button {
    border-radius: 4px;
    width: 431px;
    height: 65px;
    background: linear-gradient(180deg, #fff 30.83%, #939393 90.7%);    font-weight: 500;
    font-size: 18px;
    color: #140f03;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 40px;
    transition: all 0.3s;
}

@media (hover: hover) {

    .roadmap-button:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    }
}

@media screen and (max-width: 1919px) {

    .roadmap-inner {
        margin-top: 120px;
    }

    .roadmap-wrap {
        border-radius: 9px;
        padding: 50px;
    }

    .roadmap__header {
        font-size: 22px;
    }

    .roadmap__header-button {
        border-radius: 3px;
        width: 250px;
        height: 50px;
        font-size: 12px;
    }

    .roadmap__header-button span {
        font-size: 17px;
        margin-left: 7px;
    }

    .roadmap__header-button img {
        width: 10px;
    }

    .grid-icon {
        width: 55px;
        height: 55px;
    }

    .grid-icon img {
        width: 100%;
        height: 100%;
    }

    .grid-item-name {
        font-size: 15px;
    }

    .grid-item:nth-child(8) .grid-item-name {
        /* width: 280px; */
    }

    .grid__content-text {
        font-size: 17px;
        width: 290px;
        padding-bottom: 40px;
    }

    .grid-content:nth-of-type(2n) .grid__content-text {
        width: 245px;
    }

    .grid-tick {
        min-width: 22px;
        min-height: 22px;
    }

    .grid-tick::before {
        width: 14px;
        height: 14px;
    }

    .grid-tick img {
        width: 7px;
    }

    .roadmap-image-back {
        padding-bottom: 75px;
    }

    .roadmap-button {
        border-radius: 3px;
        width: 350px;
        height: 50px;
        font-size: 13px;
    }

}


@media screen and (max-width: 1439px) {
    .roadmap-inner {
        margin-top: 70px;
    }

    .roadmap-wrap {
        padding: 40px;
    }

    .roadmap__header {
        font-size: 16px;
    }

    .roadmap__header-button {
        width: 190px;
        height: 42px;
        font-size: 10px;
    }

    /* .roadmap__header-button img {
        width: 9px;
    } */

    .roadmap__header-button span {
        font-size: 13px;
    }

    .grid-icon {
        width: 26px;
        height: 26px;
    }


    .grid-item-name {
        font-size: 11px;
    }

    .grid-item:nth-child(8) .grid-item-name {
        width: 260px;
    }

    .grid__content-text {
        font-size: 11px;
        width: 190px;
        padding-bottom: 40px;
    }

    .grid-content:nth-of-type(2n) .grid__content-text {
        width: 235px;
    }

    .grid-content:last-of-type .grid__content-text {
        width: 130px;
    }

    .grid-tick {
        min-width: 20px;
        min-height: 20px;
    }

    .grid-tick::before {
        width: 12px;
        height: 12px;
    }

    .grid-tick img {
        width: 6px;
    }

    .roadmap-image-back {
        padding-bottom: 65px;
    }

    .roadmap-button {
        width: 250px;
        height: 42px;
        font-size: 10px;
    }
}



@media screen and (max-width: 999px) {

    .grid-container {
        grid-template-columns: auto 1fr;
        margin-top: 50px;
    }

    .roadmap__header {
        font-size: 23px;
    }

    .roadmap__header-button {
        display: none;
    }

    .grid-line,
    .grid-short-line,
    .grid-vertical-line {
        display: none;
    }


    .grid-item:nth-child(1),
    .grid-item:nth-child(2),
    .grid-item:nth-child(3),
    .grid-item:nth-child(4),
    .grid-item:nth-child(5),
    .grid-item:nth-child(6),
    .grid-item:nth-child(10),
    .grid-item:nth-child(11),
    .grid-item:nth-child(12),
    .grid__content-left {
        grid-column: 2;
        display: flex;
        align-items: flex-start;
        padding-top: 10px;
    }

    .grid-item:nth-child(7),
    .grid-item:nth-child(8),
    .grid-item:nth-child(9),
    .grid-content {
        grid-column: 2;
    }

    .grid-item:nth-child(n+4):nth-child(-n+9) {
        grid-column: 2;
    }

    .grid-item:nth-child(1) { grid-row: 1; }
    .grid-item:nth-child(7) { grid-row: 1; }
    
    .grid-item:nth-child(2) { grid-row: 3; }
    .grid-item:nth-child(8) { grid-row: 3; }
    
    .grid-item:nth-child(3) { grid-row: 5; }
    .grid-item:nth-child(9) { grid-row: 5; }
    
    .grid-item:nth-child(4) { grid-row: 4; }
    .grid-item:nth-child(13) { grid-row: 2; }
    
    .grid-item:nth-child(5) { display: none; }
    .grid-item:nth-child(14) { grid-row: 4; }
    
    .grid-item:nth-child(6) { grid-row: 7; }
    .grid-item:nth-child(15) { grid-row: 7; }
    
    .grid-item:nth-child(10) { grid-row: 2; }
    .grid-item:nth-child(11) { display: none; }
    .grid-item:nth-child(12) { display: none; }
    


    .roadmap-wrap {
        padding: 40px 15px;
    }

    .grid-icon {
        width: 42px;
        height: 42px;
    }
    


    .grid-item-name {
        /* width: 80%;
        margin-left: 65px; */
    }

    .grid-item-name {
        font-size: 13px;
        margin-left: 20px;
        line-height: 186%;
    }

    .grid-item-name .br-pc {
        display: block;
    }

    /* .grid-item:nth-child(8) .grid-item-name .br-pc {
        height: auto;
    } */

    .grid-item {
        padding-bottom: 30px;
    }

    .grid-tick {
        min-width: 24px;
        min-height: 24px;
    }

    .grid-tick::before {
        width: 16px;
        height: 16px;
    }

    .grid-tick img {
        width: 8px;
    }

    .grid-content {
        gap: 0;
    }

    .grid__content-cell {
        gap: 30px;
    }

    .grid__content-left {
        gap: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .grid-tick-line {
        width: 7px;
        border: none;
        backdrop-filter: blur(40px);
        background: rgba(88, 88, 88, 0.2);
        transform: translateX(-50%);
    }

    .grid-tick-line-mobile {
        background: #fb0;   
        border-radius: 0;
        box-shadow: 0 0 14px 1px #fb0;

    }

    /* .grid-item:nth-child(15) .grid-tick-line-mobile {
        height: 20%;
    } */

    .grid__content-text {
        width: 75%;
        font-size: 13px;
    }

    .grid-content:nth-of-type(2n) .grid__content-text {
        width: 70%;
    }

    .grid-content:last-of-type .grid__content-text {
        width: 75%;
    }
    

    .roadmap-button {
        height: 65px;
        width: 100%;
        font-size: 14px;
    }

}


/* ---------- partner block ---------*/


.roadmap-partner {
    padding-top: 120px;
}

.partner__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
}

.partner__head-header {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* .partner__head-header span {
    color: #bfbfbf;
} */

.partner-button {    
    border: 1px solid #fc0;
    border-radius: 4px;
    width: 381px;
    height: 65px;
    font-weight: 600;
    font-size: 16px;
    color: #fc0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 40px;
    gap: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

@media (hover: hover) { 

    .partner-button:hover {
        box-shadow: 0px 0 8px #fff;
        color: #fff;
    }

}

.partner-button p {
    display: flex;
    gap: 20px;
    align-items: center;
}

.partner-button span {
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
}


.partners-desktop {
    display: flex;
    margin-top: 40px;
    background: linear-gradient(180deg, #fff 0%, #5e5858 91.37%);
    height: 200px;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.partner-light-top {
    position: absolute;
    bottom: 99%;
    left: 0;
    width: 100%;
    height: 165%;
    z-index: -1;
}


.partner-item img {
    width: 80%;
}

/* .partner-item:nth-child(2) img {
    width: 70%;
}  */


.partners-mobile-carousel {
    display: none;
}


@media screen and (max-width: 1919px) {

    .roadmap-partner {
        padding-top: 90px;
    }

    .partner__head-header {
        font-size: 26px;
    }

    .partner-button {
        border-radius: 3px;
        width: 290px;
        height: 45px;
        font-size: 11px;
        padding: 0 30px;
        justify-content: center;
    }    

    .partner-button p {
        gap: 12px;
    }

    .partner-button span {
        font-size: 18px;
    }

    .partners-desktop {
        height: 150px;
    }

}


@media screen and (max-width: 1439px) {

    .roadmap-partner {
        padding-top: 10px;
    }

    .partner__head-header {
        font-size: 20px;
    }

    .partner-button {
        width: 220px;
        height: 40px;
        font-size: 9px;
        padding: 0 20px 0 30px
    }

    .partner-button span {
        font-size: 15px;
    }

    .partners-desktop {
        height: 120px;
    }
    
}


@media screen and (max-width: 999px) {

    .roadmap-partner {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .partner__head-header {
        font-size: 28px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    
    .partner-button {
        display: none;
    }

    #partner-slider {
        height: 120px;
        margin-top: 0;
        width: 100%;
        flex-shrink: 0;
    }
    

    .partner-button {
        border: none;
        margin-top: 20px;
        margin-left: auto;
        font-size: 15px;
        padding: 0;
        width: 180px;
    }

    .partner-button img {
        width: 14px;
    }


    .partners-mobile-carousel {
        display: none;
        width: 100%;
        height: 100%;
        position: relative;
        background: linear-gradient(180deg, #fff 0%, #5e5858 91.37%);       
    }

    .carousel-track-wrap {
        width: 100%;
        height: 100%;        
        overflow: hidden;
    }

    .carousel-track {
        display: flex;
        width: max-content;
        animation: scroll-infinite 20s linear infinite;
        height: 100%;
        align-items: center;
        gap: 15px;
    }

    

    .carousel-item {
        width: 40vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-item img {
        width: 90%;
        height: auto;
    }

    .carousel-item:nth-child(1) img, 
    .carousel-item:nth-child(6) img, 
    .carousel-item:nth-child(11) img,
    .carousel-item:nth-child(4) img, 
    .carousel-item:nth-child(9) img, 
    .carousel-item:nth-child(14) img {
        width: 65%;
        height: auto;
    }

    @keyframes scroll-infinite {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(-100% / 3), 0, 0);
    }
}

    
    .partners-desktop {
        display: none;
    }
    
    .partners-mobile-carousel {
        display: block;
    }
    

}


/* ---------- insights block ---------*/

.insights-inner {
    padding-top: 100px;
    /* width: 96%; */
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 55px;
    /* margin-left: auto;
    margin-right: auto; */
    position: relative;
}

.insights-light {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.insights__head-row {
    display: flex;
    justify-content: space-between;
}

.insights__head-header {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.insights__head-header span {
    color: #bfbfbf; 
}

.insights-slider-buttons {
    display: flex;
    gap: 15px;
}

.insights-button-prev,
.insights-button-next {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    width: 68px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}


.insights-button-prev-img {
    width: 100%;
    height: 100%;
    background: url('./assets/icons/gray-arrow-svg-prev.svg') no-repeat;
    background-size: 9px;
    background-position: center center;
}

.insights-button-next-img {
    width: 100%;
    height: 100%;
    background: url('./assets/icons/gray-arrow-svg-next.svg') no-repeat;
    background-size: 9px;
    background-position: center center;
}


.insights-button-prev:hover {
    background-color: #e6c593;

    /* .insights-button-prev-img {
        background: url('./assets/icons/gray-arrow-svg-prev.svg') no-repeat;
        background-size: 9px;
        background-position: center center;
    } */
}

.insights-button-next:hover {
    background-color: #e6c593;

    /* .insights-button-next-img {
        background: url('./assets/icons/gray-arrow-svg-next.svg') no-repeat;
        background-size: 9px;
        background-position: center center;
    } */
}

.insights__swiper-wrapper {
    height: 496px;
    margin-top: 50px;
}

.insights__swiper-slide {
    height: 100%;
}

.slide-image-wrap {
    position: relative; 
    /* cursor: pointer; */
    border-radius: 15px;
    overflow: hidden;
}

.slide-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    height: 742px;
    max-height: 80vh;
    min-height: 75vh;
}

.insights__slide-btn {
    /* border-radius: 15px;
    width: 222px;
    height: 65px;
    background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%);
    font-weight: 500;
    font-size: 18px;
    color: #140f03;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 30px;
    opacity: 0;
    transition: 0.3s; */
    display: none;
}

/* .insights__swiper-slide:hover .insights__slide-btn {
    opacity: 1;
} */


.slide-text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    display: flex;
    flex-direction: column;
    padding: 28px;
    text-transform: uppercase;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
}

.slide-name {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.slide-country {    
    font-weight: 600;
    font-size: 19px;
    color: #fb0;
}

.slide-role {
    font-weight: 600;
    font-size: 17px;
    line-height: 137%;
    color: #fff;
    margin-top: 15px;
}




.insights__slide-text {
    font-size: 30px;
    color: #fff;
    margin-top: 25px;
}

.insights__slide-text span {
    color: #bfbfbf;
}


@media screen and (max-width: 1919px) {

    .insights__head-header {
        font-size: 26px;
    }

    .insights-button-prev, 
    .insights-button-next {
        width: 55px;
        height: 55px;
    }

    .insights-button-prev-img {
        background-size: 8px;
    }

    .insights-button-next:hover {

        .insights-button-next-img {
            background-size: 8px;
        }
    }

    .insights-button-prev:hover {

        .insights-button-prev-img {
            background-size: 8px;
        }
    }

    .insights-button-next-img {
        background-size: 8px;
    }

    .insights__slide-btn {
        font-size: 15px;
        border-radius: 11px;
        width: 190px;
        height: 55px;
    }

    .insights__slide-text {
        font-size: 24px;
    }

    .slide-name {
        font-size: 17px;
    }
    
    .slide-country {
        font-size: 15px;
    }

    .slide-role {
        font-size: 13px;
    }

}


@media screen and (max-width: 1439px) {

    .insights-inner {
        padding-top: 60px;
    }

    .insights__head-header {
        font-size: 22px;
    }

    .insights-button-prev, 
    .insights-button-next {
        width: 40px;
        height: 40px;
    }

    .insights__slide-btn {
        font-size: 12px;
        width: 170px;
        height: 50px;
    }

    .insights__slide-text {
        font-size: 18px;
    }

    .slide-text-wrap {
        padding: 14px;
    }

    .slide-name {
        font-size: 12px;
    }

    .slide-country {
        font-size: 10px;
    }

    .slide-role {
        margin-top: 15px;
        font-size: 9px;
    }
}



@media screen and (max-width: 999px) {

    .insights-inner {
        width: 100%;
    }

    .insights__head-row {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .insights__head-header {
        width: 50%;
        font-size: 28px;
    }

    .insights-button-prev, .insights-button-next {
        width: 40px;
        height: 40px;
    }

    .insights-button-prev-img,
    .insights-button-next-img {
        background-size: 7px;
    }

    .insights-button-prev:hover,
    .insights-button-next:hover {
        background: transparent;
    }

    .insights-button-prev:active,
    .insights-button-next:active {
        background: #e6c593;
    } 

    .insights-button-next:hover .insights-button-next-img {
        background: url(./assets/icons/gray-arrow-svg-next.svg) no-repeat;
        background-size: 7px;
        background-position: center center;
    }

    .insights-button-prev:hover .insights-button-prev-img {
        background: url(./assets/icons/gray-arrow-svg-prev.svg) no-repeat;
        background-size: 7px;
        background-position: center center;
    }

    .insights-button-next:active .insights-button-next-img {
        background-size: 7px;
    }

    .insights-button-prev:active  .insights-button-prev-img {
        background-size: 7px;
    }

    /* .insights__swiper-slide:hover .insights__slide-btn {
        opacity: 0;
    } */

    /* .insights__slide-text {        
        line-height: 122%;
        width: 70%;
        padding-left: 2%;
    } */

    .slide-text-wrap {
        padding: 30px;
    }

    .slide-image-wrap img {
        height: 775px;
        max-height: 100vh;
        object-fit: cover;
    }

    .slide-name,
    .slide-country {
        font-size: 22px;
    }

    .slide-role {
        font-size: 18px;
    }

    .insights-light {
        z-index: -1;
        top: -10px;
        height: 300px;
    }

}


/* ---------- questions block ---------*/

.questions-inner {
    padding-top: 100px;
    /* width: 96%; */
    /* margin-left: auto;
    margin-right: auto; */
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
}

.question-light {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.questions-header {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.questions-header span {
    color: #bfbfbf;
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.3s;
}

.accordion__content-body {
  overflow: hidden;
}

.accordion__details[open] + .accordion__content {
  grid-template-rows: 1fr;
}

.questions__accordion {
    margin-top: 90px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion:last-child {
    border-bottom: none;
}

.accordion__title {
    display: flex;
    align-items: center;
    gap: 50px;
    cursor: pointer;
    padding: 40px 0;
}

.accordion__number {
    font-family: 'Rubik';
    width: 53px;
    height: 53px;
    /* background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 32px;
    color: #3c3c3c;
    /* border-radius: 100%; */
}

.accordion__name {
    font-weight: 400;
    font-size: 28px;
    color: #fb0;
}

.accordion-arrow {
    border-radius: 1000px;
    width: 53px;
    height: 53px;
    margin-left: auto;
    background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%);
    opacity: 0;
    transition: 0.3s;
    display: none;
}

.accordion-arrow div {
    background: url('./assets/icons/grey-arrow-svg-hover.svg') no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    transform: rotate(90deg);
    width: 100%;
    height: 100%;
    display: none;
}

/* .accordion__title:hover {
    .accordion-arrow {
        opacity: 1;
    }

} */

.accordion__details[open] .accordion-arrow {
    background: transparent;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1000px;
}

.accordion__details[open] .accordion-arrow div {
    background: url('./assets/icons/arrow-accord-gray.svg') no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    /* transform: rotate(-45deg); */
}


.accordion__content-body p {
    font-family: 'Rubik';
    font-size: 24px;
    line-height: 213%;
    color: #fff;
    width: 1340px;
    margin-left: 103px;
    margin-top: 35px;
    padding-bottom: 60px;
}

/* .accordion__content-body p span {
    color: #878787;
} */

.accordion__summary {
  list-style: none; 
}

.accordion__summary::-webkit-details-marker {
  display: none; 
}

.questions-button {
    border-radius: 4px;
    width: 281px;
    height: 65px;
    background: linear-gradient(180deg, #fff 30.83%, #939393 90.7%);    font-weight: 500;
    font-size: 16px;
    color: #140f03;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

@media (hover: hover) {

    .questions-button:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    }
}

@media screen and (max-width: 1919px) {
    .questions-header {
        font-size: 26px;
    }

    .accordion__number {
        width: 47px;
        height: 47px;
        font-size: 24px;
    }

    .accordion__title {
        gap: 40px;
    }

    .accordion__name {
        font-size: 22px;
    }

    .accordion-arrow {
        width: 47px;
        height: 47px;
    }

    .accordion-arrow div,
    .accordion__details[open] .accordion-arrow div {
        background-size: 14px 14px;
    }

    .accordion__content-body p {
        font-size: 18px;
        width: 1155px;
        margin-top: 0;
    }

    .questions-button {
        border-radius: 3px;
        width: 250px;
        height: 55px;
        font-size: 13px;
        margin-top: 25px;
    }
}


@media screen and (max-width: 1439px) {
    .questions-header {
        font-size: 18px;
    }

    .questions__accordion {
        margin-top: 60px;
    }

    .accordion__number {
        /* width: 42px;
        height: 42px; */
        font-size: 16px;
    }

    .accordion__title {
        gap: 30px;
    }

    .accordion__name {
        font-size: 16px;
        width: 60%;
    }

    .accordion-arrow {
        min-width: 42px;
        min-height: 42px;
    }

    .accordion-arrow div,
    .accordion__details[open] .accordion-arrow div {
        background-size: 16px 16px;
    }

    .accordion__content-body p {
        font-size: 13px;
        width: 80%;
    }

    .questions-button {
        width: 220px;
        height: 50px;
        font-size: 11px;
        margin-top: 20px;
    }

    .accordion__title {
        gap: 15px;
    }
}


@media screen and (max-width: 999px) {

    .questions-inner {
        width: 96%;
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .question-light {
        display: none;
    }

    .questions-header {
        font-size: 24px;
        width: 80%;
        line-height: 144%;
    }

    .questions__accordion {
        margin-top: 40px;
    }

    .accordion__number {
        width: auto;
        height: auto;
        font-size: 15px;
        color: #808080;
    }

    .accordion__content-body p {
        margin-left: 20px;
        width: 90%;
    }

    .accordion__content-body p span {
        display: block;
        margin-top: 30px;
    }

    .accordion__name {
        font-size: 15px;
        margin-left: 20px;
    }

    .accordion-arrow {
        display: flex;
        opacity: 1;
        background: transparent;
        border: 1px solid #fbd9a4;
        border-radius: 100%;
    }
    

    .accordion-arrow div {
        display: block;
        background: url(./assets/icons/gold-arrow-mobile.svg) no-repeat;
        background-position: center center;
        background-size: 12px 12px;
        transform: none;
    }

    .accordion {
        border-bottom: none;
    }

    .questions-button {
        width: 100%;
        height: 65px;
        font-size: 14px;
        margin-top: 40px;
    }

}



/* ---------- revolution block ---------*/

.revolution-inner {
    margin-top: 70px;
    position: relative;
    height: 987px;
    max-height: 100vh;
    min-height: 80vh;
    z-index: 4;
}

.revolution-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.revolution-back video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.revolution-back-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    z-index: -1;
}

.revolution__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 25% 5% 5%;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.revolution__content-text {
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    /* text-align: center; */
    color: #fff;
    /* backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    width: 512px;
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.revolution__content-header {
    font-weight: 400;
    font-size: 48px;
    line-height: 148%;
    /* text-align: center; */
    color: #fff;
    margin-top: 0.5%;
    width: 60%;
}

.revolution__content-decsr {
    font-family: 'Rubik';
    font-size: 22px;
    color: #fff;
    margin-top: 1%;
}

.revolution__buttons-wrap {
    display: flex;
    gap: 42px;
    margin-top: 36px;
}

.revolution__buttons-wrap .button-sale {
    background: linear-gradient(180deg, #fff 30.83%, #939393 90.7%);
    transition: all 0.3s;
}

@media (hover: hover) {

    .revolution__buttons-wrap .button-sale:hover {
        box-shadow: 0px 0 8px #fb0;
        color: #fb0;
    } 
} 

/* .revolution__content-button {
    border-radius: 15px;
    width: 286px;
    min-height: 65px;
    background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%);
    font-weight: 500;
    font-size: 18px;
    color: #140f03;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 2%;
} */

.revolution-mobile-wrap {
    display: none;
}

@media screen and (max-width: 1919px) {

    .revolution__content-text {
        font-size: 45px;
    }

    .revolution__content-header {
        font-size: 35px;
    }

    .revolution__buttons-wrap {
        margin-top: 10px;
    }

    .revolution__content-button {
        border-radius: 11px;
        width: 240px;
        min-height: 52px;
        font-size: 15px;
    }

    .revolution__content-decsr {
        font-size: 16px;
        margin-top: 0;
    }

}


@media screen and (max-width: 1439px) {
    .revolution__content-text {
        font-size: 28px;
    }

    .revolution__content-header {
        font-size: 25px;
    }

    .revolution__content-decsr {
        font-size: 12px;
    }

    .revolution__content-button {
        width: 200px;
        min-height: 45px;
        font-size: 12px;
    }
}


@media screen and (max-width: 999px) {

    .revolution-inner {
        height: auto;
        max-height: none;
        margin-top: 30px;
    }

    .revolution-back {
        position: relative;
        text-align: center;
    }

    .revolution-back-image {
        display: none;
    }

    .revolution-back video {
        height: 489px;
        width: 92%;
        border-radius: 20px;
    }

    /* .revolution-back-image {
        object-fit: cover;
    } */

    .revolution__content {
        justify-content: flex-end;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .revolution__content-text {
        font-size: 26px;
        text-align: center;
        margin-top: 50%;
        line-height: 127%;
    }

    .revolution__content-header {
        font-size: 25px;
        width: 100%;
    }

    .revolution__content-decsr {
        line-height: 120%;
        font-size: 15px;
    }

    .revolution__content-button {
        border-radius: 15px;
        width: 85%;
        height: 65px;
        margin: 120px auto 50px;
        font-size: 17px;
    }

    .revolution__buttons-wrap {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .revolution-mobile-wrap {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 20px;
        background-color: rgba(0, 0, 0, 0.18);
    }
}


/* ---------- footer block ---------*/

.footer-inner {
    display: flex;
    flex-direction: column;
    padding: 40px 60px 70px;
    font-family: 'Rubik';
    position: relative;
    z-index: 3;
}

.footer-light {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer__row:last-child {
    margin-top: 120px;
}

.logo__block-text,
.footer__links-name {
    font-size: 14px;
    color: #fff;
}

.footer__logo {
    width: 30%;
}

.footer__logo img {
    margin-top: 10px;
    width: 150px;
}

.footer__links {
    flex: 1;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}


.footer__links-list {
    margin-top: 20px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    gap: 50px;
    text-transform: uppercase;
}

.footer__links-list li {
    transition: all 0.3s;
}

@media (hover: hover) {

    .footer__links-list li:hover {
        opacity: 0.6;
    }
}

.footer__social {
    display: flex;
}

.social__links {
    display: flex;
    gap: 25px;
    align-items: center;
}

.social__links img {
    width: 53px;
    transition: all 0.3s;
}

@media (hover: hover) {

    .social__links img:hover {
        box-shadow: 0px 0 8px #fff;
    }
}

.footer-date {
    font-size: 16px;
    color: #fff;
    width: 30%;
}

.footer-jurist {
    font-weight: 400;
    font-size: 16px;
    color: #fff;    
    margin-right: auto;
}

.footer__policy-block {
    display: flex;
    gap: 30px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
}

@media (hover: hover) {
    .footer__policy-block li:hover {
        opacity: 0.6;
    }
}

.footer__row-mobile {
    display: none;
}


@media screen and (max-width: 1919px) {

    .footer-inner {
        padding: 40px 50px 60px;
    }

    .logo__block-text, 
    .footer__links-name {
        font-size: 12px;
    }

    .footer__logo {
        width: 25%;
    }

    .footer__logo img {
        margin-top: 8px;
        width: 100px;
    }

    .footer__links-list {
        font-size: 13px;
        gap: 40px;
    }

    .social__links {
        gap: 17px;
    }

    .social__links img {
        width: 37px;
    }
    

    .footer-date {
        font-size: 12px;
        width: 25%;
    }

    .footer-jurist {
        font-size: 14px;
    }

    .footer__policy-block {
        font-size: 12px;
    }

    .footer__row:last-child {
        margin-top: 160px;
    }
}


@media screen and (max-width: 1439px) {
    .footer-inner {
        padding: 40px;
    }

    .logo__block-text, 
    .footer__links-name {
        font-size: 11px;
    }

    .footer__logo img {
        width: 90px;
    }

    .footer__links-list {
        font-size: 10px;
        gap: 25px;
    }

    .social__links img {
        width: 35px;
    }

    .footer-date {
        font-size: 11px;
    }

    .footer-jurist {
        font-size: 12px;
    }

    .footer__policy-block {
        font-size: 11px;
    }

    .footer__row:last-child {
        margin-top: 150px;
    }
}


@media screen and (max-width: 999px) {

    .footer-inner {
        padding: 50px 20px;
    }

    .logo__block-text {
        display: none;
    }


    .footer__links {
        display: none;
        /* margin-top: 50px;
        height: 200px;
        width: 100%; */
    }

    .footer__logo img {
        width: 120px;
    }

    .social__links {
        gap: 12px;
    }

    .social__links img {
        width: 33px;
        height: 33px;
    }

    .footer__row-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
        width: 90%;
    }

    .footer__links-list {
        font-family: 'Unbounded';
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
    }

    .footer__links-name {
        font-size: 14px;
    }

    .footer__row:last-child {
        flex-direction: column;
        align-items: center;
        margin-top: 120px;
    }

    .footer-date {
        order: 3;
        margin-top: 150px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .footer-jurist {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__policy-block {
        margin-top: 25px;
        color: #858585;
        font-size: 14px;
        flex-direction: column;
        text-align: center;
    }

}

    

/*PRELOADER*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    opacity: 1;
    background-color: #000;
    overflow: hidden;
    cursor: progress;
    display: flex;
    flex-direction: column;
    gap: 20px;
}.loader {
  position: relative;
  width: 150px;
  height: 150px;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

.loader:before , .loader:after{
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(188, 188, 188, 0.3) inset;
}
.loader:after {
  box-shadow: 0 2px 0 #fbd9a4 inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {  transform: rotate(0)}
  100% { transform: rotate(360deg)}
}



/* burger-menu */

/* Стили бургер-кнопки */
.burger-btn {
    margin-top: 10px;
    margin-right: 20px;
    width: 25px;
    height: 11px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.menu {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(1deg, #0e0e0e 0%, #202020 100%);    transition: all 0.5s ease;
    z-index: 1000;
    padding: 50px 20px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.menu.active {
    top: 0;
}

.menu ul {
    list-style: none;
    text-align: center;
}

.menu li {
    margin-bottom: 30px;
}

.menu a {
    text-decoration: none;
    transition: color 0.3s;
}

/* .menu a:hover {
    color: #ccc;
} */

.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 1002;
    display: none;
    transition: color 0.3s;
}

.close-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
}

.close-line:first-child {
    transform: rotate(45deg);
}

.close-line:last-child {
    transform: rotate(-45deg);
}

.menu.active ~ .burger-btn .burger-line {
    opacity: 0;
}

.menu.active + .close-btn {
    display: block;
}




.burger-logo {
    width: 100px;
    position: absolute;
    top: 30px;
    left: 30px;
}


.burger__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
    
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
}


body.menu-open {
    overflow: hidden;
    max-height: 100vh;
}

.burger__button {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%);
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    cursor: pointer;
    width: 90%;
}

.menu .social__links img {
    width: 35px;
    height: 35px;
}

.burger__button-popup {
    width: 374px;
    background: #00a169;
}

.burger__button-text {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    flex: 1;
    text-align: center;
    margin-left: 5%;
    text-transform: uppercase;
}

.burger__button-circle {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



.burger__button-circle img {
    width: 15px;
    transform: rotate(-45deg);
}

.contacts__wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

@media (max-width: 999px) {
    .nav {
        display: none;
    }
    
    .burger-menu {
        margin-left: auto;
        display: block;
    } 

}

@media (max-width: 767px) {
    

    .burger__list-link {
        font-size: 18px;
    }
}







/* popup */

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1005; 
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease;
  }

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5% 6% 12%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: url('./assets/popup-back.webp') no-repeat;
    background-size: 100% 100%;    
    opacity: 0;
    transition: all 0.8s ease;
    visibility: hidden;
}

#popup-overlay.active, #popup.active {
    opacity: 1;
    visibility: visible;
}


.popup-wrap {
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.label-wrap-popup {
    display: flex;
    gap: 70px;
    flex-direction: column;
}

.contact-form__head-popup {
    font-weight: 400;
    font-size: 50px;
    line-height: 118%;
    color: #fff;
}

.form__row-popup {
    display: flex;
    justify-content: space-between;
    gap: 7%;
    position: relative;
}

.form__row-popup:first-child {
    z-index: 6;
}

.form__row-popup:last-child {
    align-items: flex-end;
    z-index: 1;
}

label {
    flex: 1;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input, select {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-family: 'Unbounded';
    text-transform: uppercase;
}

input::placeholder, select {
    color: #fff;
    opacity: 0.9;
}

input:focus, select:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select {
    -webkit-appearance: none;
}

label.form-country select option {
  background-color: #1f1f1f;
  color: #fff;
}

.contact-form-input-popup:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: white;
}

input:-webkit-autofill {
    -webkit-background-clip: text !important;
    background-clip: text !important;
}



.button-request-form-popup {
    border-radius: 4px;
    width: 363px;
    height: 65px;
    background: linear-gradient(160deg, #f2d09d 0%, #856a42 100%);
    font-weight: 500;
    font-size: 16px;
    line-height: 167%;
    color: #140f03;
    cursor: pointer;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-family: 'Unbounded';
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    margin-left: auto;
    margin-right: auto;
}

@media (hover: hover) {

    .button-request-form-popup:hover {
        box-shadow: 0px 0 8px #fff;
        color: #fff;
    }
}

.popoup__close {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 34px;
	height: 34px;
	opacity: 0.5;
	cursor: pointer;
    transition: opacity ease 0.5s;

	&:hover {
		opacity: 1;
	}
}


.popoup__close::before,
.popoup__close::after {
	content: '';
	position: absolute;
	top: 10px;
	display: block;
	width: 34px;
	height: 3px;
	background: #fff;
}

.popoup__close::before {
	transform: rotate(45deg);
}

.popoup__close::after {
	transform: rotate(-45deg);
}




@media screen and (max-width: 1440px) {
    .contact-form__head-popup {
        font-size: 40px;
    }

    input {
        font-size: 15px;
    }
}


@media screen and (max-width: 999px) {
    #popup {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10% 4%;
        border-radius: 0;
        height: 98%;
    }

    #popup-overlay {
        background-color: rgb(27, 26, 26);
    }

    .popup-wrap {
        gap: 10px;
    }

    .contact-form__head-popup {
        font-size: 28px;
        font-weight: 400;
        margin-top: 15%;

    }    


    .form__row-popup {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .label-wrap-popup {
        gap: 20px;
    }

    .label-wrap-popup label {
        width: 100%;
    }

    .contact-form-input-popup {
        font-size: 14px;
    }

    .button-request-form-popup {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        font-size: 13px;
    }
    
}


/* Стили для валидации */
.contact-form-input-popup.invalid {
    border-bottom-color: #ff6b6b !important;
}

.error {
    color: #ff6b6b;
    font-size: 11px;
    margin-top: 4px;
    display: block;
    min-height: 16px;
    font-family: 'Unbounded';
}

label.has-error input,
label.has-error select {
  border-bottom: 2px solid red;
}

/* label .error {
  font-size: 12px;
  color: red;
  margin-top: -5px;
  display: block;
} */






/* Стили для кастомного селекта */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    outline: none;
}


.custom-select:focus {
    outline: none;
}

.custom-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-select-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select-text.placeholder {
    color: #fff;
}

.custom-select-arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 8px;
}

.custom-select.open .custom-select-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow-y: auto;
    background: transparent;
    border: 1px solid transparent;
    border-top: none;
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    width: 105%;
}

.custom-options::-webkit-scrollbar {
    width: 2px;
}

.custom-options::-webkit-scrollbar-track {
    background: #0f4a2b;
}

.custom-options::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 0px;
}

.custom-options.show {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #d1d1d1;
    font-size: 14px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    /* border-bottom: 1px solid #f0f0f0; */
}

.custom-option:last-child {
    border-bottom: none;
}




/* Для фоновой картинки в выпадающем меню */
.custom-options {
    background-image: url('./assets/country-back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    /* background-color: rgba(255, 255, 255, 0.95); */
}

.custom-option {
    /* background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px); */
}

.custom-option:hover,
.custom-option.selected,
.custom-option.active {
    /* background-color: rgba(255, 255, 255, 1); */
}

.country-select-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

.form-country {
    display: block;
    width: 100%;
}

.form-country .error {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #dc3545;
    min-height: 16px;
}



select.country-select-hidden {
    display: none !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}



/* popup succses */

#popup-overlay-succses {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

#popup-succses {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91%;
    height: 91%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: block; 
    background: #000; 
    border-radius: 20px;
    overflow: hidden;
    z-index: 10001; 
}

.popup-wrap-succses {    
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.succses-header {
    font-weight: 400;
    font-size: 45px;
    color: #fff;
}

.succses-header span {
    color: #95979f;
}

.succses-text {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

.succses-return {
    border-radius: 1000px;
    width: 244px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;    
    margin-top: 20px;
    cursor: pointer;
}


@media screen and (max-width: 1919px) {

    .succses-header {
        font-size: 35px;
    }

    .succses-text {
        font-size: 12px;
    }

    .succses-return {
        width: 200px;
        height: 35px;
        font-size: 12px;
        margin-top: 3%;
    }
    

}



@media screen and (max-width: 999px) {

    #popu-succses {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10% 4%;
        border-radius: 22px;
    }

    #popup-overlay-succses, #popup-overlay-succses {
        background-color: #000;
    }

    .popup-wrap-succses{
        width: 100%;
        margin-top: 0;
        height: 100%;
        padding: 60% 25px 50px;
    }

    .succses-text {
        font-size: 14px;
        margin-top: 5%;
    }

    .succses-return {
        width: 80%;
        height: 45px;
        font-size: 14px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }


    .custom-options {
        top: -600%;
        width: 100%;
    }                                          
    
    
}

@media screen and (max-width: 450px) {
    #popup-succses,
    #popup-succses {
        width: 100vw;
    }
    
}



/* remove after launch */

.cancel {
    font-size: 30px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (max-width: 1000px) {
    .cancel {
        font-size: 20px;
    }
    
}