@font-face {
    font-family: 'Aldrich';
    src: url('../fonts/Aldrich-Regular.ttf');
    src: local('Aldrich-Regular'), local('Aldrich-Regular'),
    url('../fonts/Aldrich-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf');
    src: local('Cairo-Regular'), local('Cairo-Regular'),
    url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Medium.ttf');
    src: local('Cairo-Regular'), local('Cairo-Regular'),
    url('../fonts/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.ttf');
    src: local('Cairo-Regular'), local('Cairo-Regular'),
    url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --white: #FFFFFF;
    --text-color: #1C1C1C;
    --bg-color: #F4F4F6;
    --dark-grey: #444;
    --grey:  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #D9D9D9;
    --stroke-grey: rgba(0, 0, 0, 0.20);
    --black-30-blur: rgba(28, 28, 28, 0.30);
    --orange: #EB633D;
}

body{
    background: var(--white);
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Cairo", sans-serif;
}

.site{
    margin: 0 auto ;
    max-width: 1920px;
    overflow: hidden;
}

.entry-content{
    margin: 0 auto;
    max-width: 1368px;
}

header{
    margin: 32px auto 20px auto;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-navigation ul{
    max-width: 712px;
    display: flex;
    justify-content: space-between;
}

.main-navigation a{
    font-weight: 500;
    transition: color .5s;
    position: relative;
}

.main-navigation a:after{
    content: '';
    height: 4px;
    width: 0;
    background-color: var(--orange);
    border-radius: 9px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width .5s;
}

.main-navigation a:hover{
    color: var(--orange);
}

.main-navigation a:hover:after, .main-navigation  .current_page_item a:after{
    width: 100%;
}

.custom-logo-link{
    margin-right: 24px;
}

.custom-logo-link img{
    width: 48px;
    height: 48px;
    max-width: initial;
}
.entry-content > .wp-block-group, .entry-content > .kb-row-layout-wrap > .kt-row-column-wrap{
    margin: 0 auto;
    max-width: 1170px;
}

h1{
    font-family: "Aldrich", sans-serif;
    font-size: 86px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--white);
}

h2{
    font-family: "Aldrich", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    margin-top: 50px;
    margin-bottom: 24px;
}

h3{
    font-family: "Cairo", sans-serif;
    font-size: 24px;
    line-height: 133%;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 24px;
}

.h1-main{
    font-size: 56px;
}

p{
    margin: 0;
}

h1 + p{
    line-height: 140%;
}

a, a:visited, a:focus{
    text-decoration: none;
    color: var(--dark-grey);
    -webkit-transition: .5s color;
    -o-transition: .5s color;
    transition: .5s color;
}

a:hover{
    color: var(--stroke-grey);
}

p{
    margin: 0;
}

p + p{
    padding-top: 24px;
}

p + ol, ol li + li, ol ul, p + ul, ul + p {
    padding-top: 12px;
}

ul, ol{
    margin: 0;
    padding-left: 28px;
}

ul li{
    list-style-type: square;
}

ul li::marker{
    font-size: 12px;
}

ol li{
    color: var(--orange);
}

ol li ul li, ol li ol li{
    color: var(--text-color);
    list-style: none;
}

ol li ul{
    padding-left: 0;
    margin-left: -15px;
}

.main-navigation ul li, .footer-menu ul li{
    list-style: none;
}

.wp-block-separator{
    margin: 0;
    border: none;
    background-color: var(--stroke-grey);
}

.wp-block-cover{
    padding-left: 77px;
    padding-top: 55px;
    margin: 0 auto 80px;
    max-width: 1304px;
}

.cover-payment{
    min-height: 612px;
    margin-bottom: 24px;
}

.cover-main, .cover-usdt, .cover-payment.cover-bitcoin, .cover-payment.cover-crypto{
    min-height: 564px;
}

.cover-payment.cover-bitcoin, .cover-payment.cover-crypto{
    margin-bottom: 80px;
}

.cover-main .wp-block-cover__inner-container, .cover-usdt .wp-block-cover__inner-container p{
    max-width: 664px;
}

.cover-main p{
    font-size: 24px;
}

.cover-payment p{
    max-width: 981px;
}

.cover-usdt{
    padding-top: 92px;
}

.cover-usdt p{
    font-size: 18px;
}

.cover-bitcoin p + p{
    padding-top: 10px;
}

.cover-bitcoin p, .cover-crypto p{
    max-width: 897px;
}

.cover-bitcoin h1{
    max-width: 820px;
}

.cover-summarize{
    min-height: 365px;
    padding: 57px 32px 40px 32px;
}

.cover-summarize h2{
    margin-top: 0;
}

.cover-summarize p{
    max-width: 918px;
}

.card .kt-inside-inner-col{
    min-height: 228px;
    line-height: 140%;
}

.card-big .kt-inside-inner-col{
    min-height: 272px;
    line-height: 140%;
}

.card .kt-inside-inner-col, .card-big .kt-inside-inner-col{
    padding-top: 48px;
    padding-right: 32px;
    padding-left: 35px;
    border-radius: 10px;
}

.group-card .kt-row-column-wrap{
    column-gap: 104px;
}

.column-relative{
    position: relative;
}

.column-relative img{
    position: absolute;
    transition: 0.7s;
}

.gold-crystal img{
    width: 698px;
    height: 721px;
    bottom: -130px;
    min-width: 698px;
    left: -158px;
}

.gold-crystal img:hover, .crystal-sapphire img:hover{
    transform: rotate(5deg);
    scale: 1.2;
}

.gold-crystal1 img{
    width: 649px;
    height: 649px;
    min-width: 649px;
    right: -85px;
    top: -320px;
}

.gold-crystal1 img:hover, .crystal-amber img:hover{
    scale: 1.2;
}

.crystal img{
    transform: translate(226px, -118px);
}

.diamond-crystal img{
    width: 344px;
    min-width: 344px;
    height: 344px;
    bottom: 6px;
    left: 108px;
}

.diamond-crystal img:hover, .crystal-topaz img:hover{
    transform: rotate(-10deg);
    scale: 1.2;
}

.emerald-crystal img{
    width: 440px;
    min-width: 440px;
    height: 438px;
    left: 47px;
    bottom: -25px;
}

.emerald-crystal img:hover{
    transform: rotate(15deg);
    scale: 1.1;
}

.crystal-topaz img{
    width: 566px;
    min-width: 566px;
    height: 566px;
    left: -100px;
    bottom: 76px;
}

.crystal-amber img{
    width: 735px;
    min-width: 735px;
    height: 735px;
    left: -100px;
    bottom: -53px;
}

.crystal-sapphire img{
    width: 612px;
    height: 612px;
    min-width: 612px;
    left: -175px;
    bottom: -53px;
}

.wpcf7-submit.your-btn{
    width: 124px;
    height: 56px;
    background: var(--orange);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 0;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.7s;
}

.form-h{
    font-family: "Aldrich", sans-serif;
}

.wpcf7 form .wpcf7-response-output{
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow:0 0 0 40px #F4F4F6 inset !important;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input::-moz-placeholder, textarea::-moz-placeholder,
input:-ms-input-placeholder, textarea:-ms-input-placeholder,
input::-ms-input-placeholder, textarea::-ms-input-placeholder,
input::placeholder, textarea::placeholder
{
    color: var(--grey);
}

.form form p:first-child{
    text-align: left;
}

.form form .input-telegram{
    display: none;
}

.form form .small-text{
    margin-bottom: 0;
}

.form .messangers span{
    margin-right: 10px;
    display: none;
}

.form .messangers img{
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: scale 0.7s;
}

.form .messangers span.active{
    display: inline;
}

.telegram-img img:hover, .phone-img img:hover{
    scale: 1.3;
}

.form .name-labels{
    display: flex;
    align-items: center;
}

.form .name-labels label{
    font-size: 24px;
}

.form .intl-tel-input{
    margin-top: 10px;
    margin-bottom: 10px;
}

.form .input-telegram{
    margin-top: 0;
    margin-bottom: 0;
}

.form .message{
    margin-bottom: 20px;
    margin-top: 20px;
    color: red;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.form .message.success{
    color: green;
}

.form p:has(.input-email){
    padding-top: 24px;
}

.form p:has(.input-phone){
    padding-top: 10px;
}

.form p:has(.input-telegram){
    padding-top: 0;
}

.form .wpcf7-not-valid-tip{
    display: none;
}

.form form input{
    padding:10px;
    border-radius: 10px;
    border: 1px solid #464646;
    outline: none;
    width: 554px;
    height: 44px;
    /*background-color: #F4F4F6;*/
}

.form .wpcf7-spinner{
    display: none;
}

.form p:has(.btn-orange) {
    padding-top: 40px;
}

.btn-orange{
    position: relative;
    transition: background 0.7s ease;
    cursor: pointer;
}

.btn-orange .wpcf7-submit.your-btn {
    visibility: hidden;
    width: 0;
    height: 0;
}

.btn-orange .btn-text, .btn-black .btn-text, .btn-black-main a, .btn-black-main a:visited, .btn-cover a:visited, .btn-cover a,
.btn-white .btn-text, .btn-white .btn-text:visited, .btn-orange .btn-text:visited, .btn-black .btn-text:visited {
    display: inline-block;
    padding: 16px 24px;
    width: 160px;
    text-transform: uppercase;
    color: #fff;
    transition: background .5s;
    font-weight: 700;
    font-size: 16px;
}
.btn-orange .btn-text{
    background: url("../img/btn-orange.webp");
}

.btn-orange:hover .btn-text{
    background: url("../img/btn-black.webp");
    cursor: pointer;
}

.btn-black .btn-text,  .btn-black-main a{
    background: url("../img/btn-main-black.webp");
    width: 172px;
    border-radius: 0;
    text-align: left;
}

.btn-black:hover .btn-text, .btn-black-main:hover a{
    background: url("../img/btn-main-orange.webp");
    cursor: pointer;
}

.btn-white .btn-text, .btn-white .btn-text:visited{
    background: url("../img/btn-footer-white.webp");
    cursor: pointer;
    width: 186px;
    color: var(--text-color);
}

.btn-white .btn-text:hover{
    background: url("../img/btn-cover-orange.webp");
}

.btn-cover a{
    background: url("../img/btn-cover-orange.webp");
    width: 186px;
    border-radius: 0;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 26px;
}

.btn-cover:hover a{
    background: url("../img/btn-cover-gray.webp");
    cursor: pointer;
}

.kt-blocks-accordion-header{
    position: relative;
    transition: 0.7s;
    font-family: "Cairo", sans-serif;
}

.kt-blocks-accordion-header:before{
    content: '';
    left: 18px;
    top: calc(50% - 12px);
    position: absolute;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13V11ZM18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L12.3431 4.92893C11.9526 4.53841 11.3195 4.53841 10.9289 4.92893C10.5384 5.31946 10.5384 5.95262 10.9289 6.34315L16.5858 12L10.9289 17.6569C10.5384 18.0474 10.5384 18.6805 10.9289 19.0711C11.3195 19.4616 11.9526 19.4616 12.3431 19.0711L18.7071 12.7071ZM5 13H18V11H5V13Z' fill='%231C1C1C'/%3e%3c/svg%3e");
}

.kt-accordion-panel-active.kt-blocks-accordion-header:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13V11ZM4.29289 12.7071C3.90237 12.3166 3.90237 11.6834 4.29289 11.2929L10.6569 4.92893C11.0474 4.53841 11.6805 4.53841 12.0711 4.92893C12.4616 5.31946 12.4616 5.95262 12.0711 6.34315L6.41421 12L12.0711 17.6569C12.4616 18.0474 12.4616 18.6805 12.0711 19.0711C11.6805 19.4616 11.0474 19.4616 10.6569 19.0711L4.29289 12.7071ZM18 13H5V11H18V13Z' fill='%231C1C1C'/%3e%3c/svg%3e");
}

.kt-accordion-panel-active{
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.group-item{
    position: relative;
}

.item{
    margin: 0;
}

.item h2{
    margin-top: 80px;
}

.item .wp-block-button{
    margin-top: 24px;
}

.group-item img{
    transition: top .5s;
}

.item figure{
    margin: 0 ;
    border-right: 1px solid var(--stroke-grey);
    border-left: 1px solid var(--stroke-grey);
    padding-bottom: 80px;
    display: flex;
    align-items: flex-start;
}

.wp-block-group__inner-container .item:first-child img{
    z-index: 2;
    position: static;
}

.wp-block-group__inner-container .item:nth-child(2) img{
    z-index: 3;
    position: static;
}

.wp-block-group__inner-container .item:nth-child(3) img{
    z-index: 4;
    position: static;
}

.wp-block-group__inner-container .item:nth-child(4) img{
    z-index: 5;
    position: static;
}

.wp-block-group__inner-container .item:nth-child(5) img{
    z-index: 6;
    position: static;
}

.img-wrapper{
    height: 592px;
    width: 302px;
}

.entry-content > .kb-row-layout-wrap.usdt-card > .kt-row-column-wrap{
    max-width: 1225px;
    padding-left: 25px;
}

.usdt-card .wp-block-image figure{
    margin: 0 0 16px;
}

.entry-content > .wp-block-group.group-text p{
    max-width: 918px;
}

.group-text img{
    margin-bottom: 0;
}

.usdt-card img, .group-text img{
    transition: 0.7s;
}

.usdt-card img:hover, .group-text img:hover{
    scale: 1.03;
}

.entry-content > .wp-block-group.group-kyc {
    max-width: 1226px;
    padding-left: 25px;
    margin-top: 32px;
}

.group-kyc h3{
    margin-top: 0;
}

/*плавная замена картинки с угла*/
.img-wrapper , .img-forex{
    position: relative;
    height: min-content;
}

.img-wrapper .wp-block-image, .img-wrapper .wp-block-image .alignleft{
    margin: 0;
}

.img-wrapper .img-invis{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 102px;
}

.img-wrapper .img-invis{
    visibility: hidden;
    opacity: 0;
    transition: width .8s, visibility .8s, opacity .8s;
}

.img-wrapper:hover .img-invis{
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.img-forex{
    max-width: fit-content;
}

.img-forex .img-scale figure, .img-forex .img-static figure {
    margin: 0;
}

.img-scale{
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    transition: 0.7s;
    z-index: 2;
}

.img-scale.img-scale-big{
    left: calc(50% - 48px);
    top: calc(50% - 48px);
}

.img-forex:hover .img-scale{
    scale: 1.2;
}

.group-forex .wp-block-group__inner-container .wp-block-columns:first-child p{
    max-width: 585px;
}

.group-forex  .wp-block-columns{
    gap: 50px;
}

.group-forex h3{
    margin-top: 0;
}

.column-bitcoin{
    margin-top: 24px;
    margin-bottom: 24px;
}

.column-bitcoin h3 {
    margin-top: 0;
}

table{
    margin-bottom: 0;
}

.wp-block-table{
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 540px;
}

.wp-block-table td{
    border: none;
    padding: 8px;
    border-bottom: 1px solid var(--stroke-grey);
}

.site-footer{
    max-width: 1304px;
    margin: 32px auto 0;
    background-image: url("../img/footer-background.webp");
    min-height: 208px;
    background-repeat: no-repeat;
    padding: 48px;
    color: var(--white);
}

.footer-bg{
    display: none;
}

.footer-wrapper, .footer-menu .menu{
    display: flex;
}

.footer-wrapper{
    margin-bottom: 32px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-menu .menu{
    padding-left: 24px;
    gap: 24px;
}

.footer-wrapper a:has(img){
    max-height: 48px;
}

.footer-menu .menu a{
    color: var(--white);
}

.footer-menu .menu a:hover{
    color: var(--orange);
}

.footer-menu-wrapper{
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1340px){
    .entry-content > .wp-block-group, .entry-content > .kb-row-layout-wrap, .wp-block-cover, .site-footer {
        margin-left: 20px;
        margin-right: 20px;
    }

    .wp-block-cover.cover-summarize{
        margin-left: 0;
        margin-right: 0;
    }

    .gold-crystal1 img {
        right: -150px;
    }

    .gold-crystal img {
        left: -195px;
    }

    .diamond-crystal img{
        left: -30px;
    }

    .emerald-crystal img{
        left: -4px;
    }

    .crystal-topaz img{
        left: -105px;
    }

    .crystal-amber img{
        left: -160px;
    }

    .crystal img {
        transform: none;
    }

    .wp-block-cover .wp-block-cover__image-background{
        object-fit: initial;
    }

    .wp-block-cover{
        padding-left: 40px;
        padding-right: 70px;
        padding-bottom: 80px;
    }

    .cover-summarize{
        padding: 32px;
    }

    .cover-payment, .cover-usdt, .cover-main,  .cover-payment.cover-bitcoin, .cover-payment.cover-crypto, .cover-summarize{
        min-height: unset;
    }

    .cover-main{
        padding-left: 70px;
    }

    .h1-main{
        font-size: 54px;
    }

    .cover-usdt{
        padding-bottom: 160px;
        padding-left: 60px;
    }

    .entry-content > .kb-row-layout-wrap.usdt-card > .kt-row-column-wrap{
        padding-left: 0;
        margin-left: 0;
    }

    .entry-content > .wp-block-group.group-kyc{
        padding-left: 0;
    }

    .site-footer{
        background-image: none;
        position: relative;
        padding: 24px;
    }

    .footer-bg{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        min-height: 100%;
        border-radius: 32px;
    }

    .footer-wrapper, .site-footer p{
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 1300px){
    header{
        padding: 0 25px;
        max-width: 100%;
    }

    .h1-main{
        font-size: 46px;
    }

    .cover-main{
        padding-left: 50px;

    }
}

@media screen and (max-width: 1200px){
    h1{
        font-size: 60px;
    }

    .group-card .kt-row-column-wrap{
        column-gap: 30px;
    }

    .h1-main{
        font-size: 50px;
    }

    .cover-kyc h1{
        max-width: 600px;
    }

    .footer-wrapper{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1100px){
    .card-big .kt-inside-inner-col,  .card .kt-inside-inner-col{
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .cover-main p{
        font-size: 18px;
        max-width: 450px;
    }

    .cover-main {
        padding-bottom: 50px;
    }

    .card .kt-inside-inner-col, .card-big .kt-inside-inner-col{
        clip-path: polygon(13% 0, 100% 0, 100% 47%, 90% 100%, 0 100%, 0 19%);
    }
}

@media screen and (max-width: 1024px){
    .main-navigation .menu-header-menu-container{
        position: absolute;
        transform-origin: top;
        left: 0;
        top: 137px;
        z-index: 2;
        background: var(--bg-color);
        width: 100%;
        padding: 20px;
        box-shadow: 2px 2px 10px #ccc;
        transition: transform .5s;
        transform: rotateX(90deg);
    }

    .main-navigation .menu-header-menu-container ul{
        display: flex;
        flex-direction: column;
    }

    .main-navigation .menu-header-menu-container ul li + li{
        margin-top: 15px;
    }

    .main-navigation a{
        width: max-content;
    }

    .main-navigation.toggled .menu-header-menu-container{
        transform: rotateX(0deg);
    }

    .menu-toggle{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-navigation .nav-menu{
        margin: 0 0 0 15px;
    }

    .nav-menu li .sub-menu{
        position: static;
        border: none;
        padding: 0;
        width: 100%;
        background: none;
        float: none;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        height: 0;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        margin-left: 15px;
    }

    .sub-menu li + li{
        padding-top: 5px;
    }

    .nav-menu li.menu-item-has-children:hover .sub-menu, .nav-menu li.menu-item-has-children.focus .sub-menu{
        height: initial;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .menu-toggle {
        width: 48px;
        height: 48px;
        outline: none;
        background-color: #18181B;
        border-radius: 100px;
        position: relative;
        cursor: pointer;
        left: 20px;
        border: 2px solid #FFFFFF;
    }

    .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus{
        border: 2px solid #FFFFFF;
    }

    .menu-item__wrapper {
        height: 24px;
        width: 24px;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 11;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .menu-item__e {
        height: 2px;
        width: 18px;
        margin-bottom: 5px;
        background-color: #fff;
        border-radius: 3px;
        -webkit-transition: -webkit-transform .8s;
        transition: -webkit-transform .8s;
        -o-transition: transform .8s;
        transition: transform .8s;
        transition: transform .8s, -webkit-transform .8s;
    }

    .menu-item__e:last-child {
        margin-bottom: 0;
    }

    .menu-toggle[aria-expanded=true] .menu-item__e:last-child {
        display: none;
    }

    .menu-toggle[aria-expanded=true] .menu-item__e:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
    }

    .menu-toggle[aria-expanded=true] .menu-item__e:nth-child(2) {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 10px;
    }

    .cover-usdt{
        padding-right: 220px;
    }
}

@media screen and (max-width: 950px){
    .item{
        gap:30px;
    }

    .img-wrapper{
        width: 100%;
        height: 100%;
    }

    .item h2 {
        margin-top: 30px;
    }

    .cover-usdt{
        padding-bottom: 110px;
    }

    .h1-main{
        font-size: 44px;
        max-width: 450px;
    }

    .cover-main{
        padding-left: 40px;
    }

    .footer-menu-wrapper{
        flex-wrap: wrap ;
        gap: 24px;
    }

    .footer-menu .menu{
        padding-left: 0;
    }

    .wp-block-cover .wp-block-cover__image-background{
        border-radius: 28px;
    }
}

@media screen and (max-width: 850px){
    .cover-usdt {
        padding-right: 150px;
        padding-top: 60px;
    }

    .cover-main .wp-block-cover__inner-container{
        max-width: 400px;
    }

    .footer-menu .menu{
        flex-wrap: wrap ;
    }

    .group-kyc .cover-summarize{
        clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0 10%);
    }

}

@media screen and (max-width: 781px){
    .gold-crystal1 img,  .gold-crystal img, .crystal-topaz img, .crystal-sapphire img, .crystal-amber img{
        position: static;
        width: 50%;
        height: 50%;
        min-width: 50%;
        margin: -60px auto;
        display: block;
    }

    .emerald-crystal img, .diamond-crystal img{
        position: static;
        width: 40%;
        height: 40%;
        min-width: 40%;
        margin: -20px auto;
        display: block;
    }

    .crystal{
        margin: 0 auto;
        display: block;
        max-width: 35%;
    }

    .wp-block-column:has(.gold-crystal1){
        order: 2;
    }

    .wp-block-column:has(.crystal-sapphire){
        order: -1;
    }

    h1, .h1-main{
        font-size: 40px;
    }

    .wp-block-cover{
        padding-right: 40px;
        margin-bottom: 32px;
    }

    .form form {
        margin-bottom: 40px;
    }

    h3{
        font-size: 20px;
    }

    h2{
        font-size: 28px;
    }

    .cover-usdt{
        padding-bottom: 60px;
        padding-left: 40px;
    }

    .group-kyc .img-wrapper , .group-forex .img-forex{
        order: 1;
    }

    .cover-bitcoin h1{
        max-width: 600px;
    }

    .wp-block-cover .wp-block-cover__image-background{
        border-radius: 22px;
    }

    .footer-bg {
        border-radius: 40px 40px 0 40px;
    }

}

@media screen and (max-width: 767px){
    .form-h3, .form .name-labels label{
        font-size: 20px;
    }

    form input[type="text"]{
        margin-left: 0;
        margin-right: 0;
    }

    .your-telegram {
        max-width: 246px;
    }

    .your-name {
        max-width: 150px;
    }

    .group-card .card  > .kt-inside-inner-col, .group-card .card-big  > .kt-inside-inner-col{
        background-size: contain;
        max-width: 533px;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-buttons > .btn-black-main{
        margin-bottom: 30px;
    }

    .cover-main{
        padding-top: 30px;
    }

    .h1-main{
        font-size: 34px;
    }

    .cover-main .wp-block-cover__inner-container {
        max-width: 314px;
    }

    .group-text img{
        margin-top: 0;
    }

    .group-text figure{
        margin-top: 8px;
    }
}

@media screen and (max-width: 600px){
    h2{
        font-size: 26px;
    }

    h1, .h1-main{
        font-size: 28px;
    }

    h3{
        font-size: 18px;
        font-weight: 700;
    }

    .group-item h3{
        font-weight: 400;
    }

    .wp-block-cover{
        padding-left: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .site-footer{
        margin-left: 5px;
        margin-right: 5px;
    }

    .card-big .kt-inside-inner-col, .card .kt-inside-inner-col {
        padding-left: 30px;
        padding-right: 35px;
    }

    .item h2{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .item h3, .wp-block-buttons > .btn-black-main{
        margin-top: 10px;
    }

    .btn-black-main a {
        transform: scale(0.8) translateX(-20px);
    }

    .cover-usdt p{
        font-size: 16px;
    }

    .cover-main{
        padding-bottom: 20px;
    }

    .site-footer{
        clip-path: polygon(100% 0, 100% 58%, 82% 100%, 0 100%, 0 0);
    }

    .form form input{
        width: 100%;
    }

}

@media screen and (max-width: 550px){
    .group-card .kt-row-column-wrap{
        gap:30px;
    }

    .group-card .card > .kt-inside-inner-col, .group-card .card-big > .kt-inside-inner-col {
        background-size: cover;
    }

    .card-big .kt-inside-inner-col, .card .kt-inside-inner-col{
        padding-top: 20px;
    }

    .item {
        gap: 15px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .wp-block-columns {
        gap: 20px;
    }

    .wp-block-cover .wp-block-cover__image-background{
        border-radius: 26px;
    }

}

@media screen and (max-width: 500px){
    .wp-block-cover{
        padding:40px 32px 20px 20px;
        margin-bottom: 24px;
    }

    .cover-payment.cover-bitcoin, .cover-payment.cover-crypto {
        margin-bottom: 20px;
    }

    .group-kyc .cover-summarize{
        padding: 32px;
    }

    .menu-toggle{
        left: 0;
    }

    header{
        padding: 0 15px;
    }

    header .btn-black .btn-text, .btn-cover, .btn-white, .btn-orange .btn-text{
        transform: scale(0.8);
    }

    .btn-cover a, .btn-orange .btn-text{
        margin-left: -15px;
    }

    .btn-white .btn-text{
        margin-left: -18px;
    }

    .cover-usdt{
        padding-bottom: 40px;
    }

    .cover-main .wp-block-cover__inner-container {
        max-width: 253px;
    }

    .crystal-sapphire img{
        margin-top: -20px;
        margin-bottom: -60px;
    }
}

@media screen and (max-width: 450px){
    .form-h{
        font-size: 32px!important;
        line-height: 130%!important;
    }

    .card-big .kt-inside-inner-col, .card .kt-inside-inner-col{
        padding: 30px 35px 30px 15px;
    }

    .item h2{
        font-size: 24px;
    }

    .footer-menu .menu li{
        flex-basis: 100%;
    }

    .footer-bg {
        border-radius: 35px 35px 0 35px;
    }
}

@media screen and (max-width: 400px){
    table{
        font-size: 14px;
    }

    .wp-block-table td{
        padding: 8px 0;
    }

    .wp-block-cover .wp-block-cover__image-background {
        border-radius: 28px;
    }
}

@media screen and (max-width: 380px){
    header .btn-black .btn-text{
        transform: scale(0.8) translateX(20px);
    }
}

