body::-webkit-scrollbar {
    width: 3px; /* ширина для вертикального скролла */
    height: 3px; /* высота для горизонтального скролла */
    background-color: rgba(164, 46, 236, 0);
}
::-webkit-scrollbar-thumb {
    background-color: #2E85EC;
    border-radius: 9em;
}

.fw-600{font-weight:600;}
.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(../img/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}

.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}


.heading{
    font-family: var(--fotnFamily);
    font-style: normal;
}
.heading.heading-h1{
    line-height: 77px;
    font-size: var(--h1Size);
}
.heading.heading-h3{
    line-height: 34px;
    font-size: var(--h3Size);
}
.heading.heading-h4{
    line-height: 22px;
    font-size: var(--h4Size);
}
.heading.heading-h2{
    line-height: 44px;
    font-size: var(--h2Size);
}
.heading.heading-h22{
    line-height: 58px;
    font-size: 48px;
}


.pt-header{
    padding-top: 70px;
}

.mt-30{margin-top:30px;}
.mt-15{margin-top:15px;}
.mt-40{margin-top:40px;}
.mt-12{margin-top:12px;}
.mr-20{margin-right:20px;}
.mt-20{margin-top:20px;}
.btn--lg{
    padding: 14px 22px;
}
.text-center{text-align:center;}
.container-718{
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;
}

.default--text.fs-18{font-size:18px;}
.default--text.lh-30{line-height:30px;}
.default--text{
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 28px;
}

.section-100{
    padding-top: 100px;
}
.fs-16{font-size:16px;}
.lh-22{line-height:22px;}

.container-lg{max-width:1150px;}
.minw-550{min-width:550px;}
.p-20{padding:20px;}
.bg--black{
    background: #141617;
}
.card--image{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.card{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.card.card--row{
    flex-direction: row;
}
.card.card--row .card--info{
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card:not(.card--row) .card--info{
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(70px);
}
.fw-500{font-weight:500;}
.mb-30{margin-bottom:30px;}
.py-30{padding-top:30px;padding-bottom:30px;}
.mh-330{max-height:330px;}
.mt-50{margin-top:50px;}
.py-68{
    padding-top: 68px;
    padding-bottom: 68px;
}
.px-40{
    padding-left:40px;
    padding-right: 40px;
}

.columns{
    display: flex;
    flex-wrap: wrap;
}
.columns.columns-15{
    margin-right: -15px;
    margin-left: -15px;
}
.columns.columns-15 > *{
    padding-left: 15px;
    padding-right: 15px;
}
.columns.columns-25{
    margin-right: -25px;
    margin-left: -25px;
}
.columns.columns-37{
    margin-right: -37px;
    margin-left: -37px;
}
.columns.columns-37 > *{
    padding-left: 37px;
    padding-right: 37px;
}
.columns.columns-40{
    margin-right: -40px;
    margin-left: -40px;
}
.columns.columns-40 > *{
    padding-left: 40px;
    padding-right: 40px;
}
.columns.columns-25 > *{
    padding-left: 25px;
    padding-right: 25px;
}
.columns > .col-3{
    flex: 0 0 25%;
    width: 25%;
}
.columns > .col-5{
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
}
.columns > .col-7{
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
}
.columns > .col-4{
    flex: 0 0 33.3%;
    width: 33.3%;
}
.columns > .col-6{
    flex: 0 0 50%;
    width: 50%;
}
.columns > .col-12{
    flex: 0 0 100%;
    width: 100%;
}


.heading-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-end--items{
    align-items: flex-end;
}

.radio-btns{
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 5px;
    flex-wrap: nowrap;
    background: #161819;
}
.r-6{border-radius:6px;}
.r-8{border-radius:8px;}
.radio-btn .btn{
    padding: 5px 27px;
    cursor: pointer;
    border: 0.5px solid transparent;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
}
.radio-btn .btn:hover{
    opacity: 1;
}
.radio-btn .radio-btn--input:checked ~ .btn{
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 5px 27px;
}
.radio-btn .radio-btn--input{
    display: none;
}

.card.card-style-2 .card--info{
    background: transparent;
    backdrop-filter: none;
}
.card.card-style-2 .card--image{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(70px);

}
.card.card-style-2 .wrapper--image{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #303233;
    border-bottom: none;
    
}
.pb-0{padding-bottom:0;}

.wrapper--image{
    overflow: hidden;
}
.wrapper--image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.r-20{border-radius:20px;}
.align-items-center{align-items:center;}
.circle{
    display: flex;
    min-width: 22px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    color: #161819;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    border-radius: 300px;
    background: #5BCE82;
    max-width: max-content;
}

.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.flex-50 {flex: 0 0 50%;}
.mr-12{margin-right:12px;}
.mt-12{margin-top:12px;}
body{
    /*background-image:  url("../img/body-bg.png");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.btn--xs {
    padding: 7px;
}
.walet-btn {
    border-right: 1px solid rgba(255, 255, 255, 0.12);;
}

.block--promo{
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
}
.mt-100{margin-top:100px;}
.container-1150{max-width:1150px;}
.block--promo .col-promo{
    padding-left: 30px;
    padding-right: 30px;
}
.block--promo .block--promo--info{
    justify-content: center;
}
.block--promo--image{
    width: 100%;
    min-height: 530px;
    max-height: 530px;
    display: flex;
    position: relative;
}
.block--promo--image .wrapper--image{
    border: 1px solid rgba(256,256,256,12%);
    width: 100%;
}
.block--promo--image.col-promo{
    max-width: 660px;
    min-width: 660px;
}
.block--promo--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block--promo--info{
    flex: auto;
}
.flex-column{
    flex-direction: column;
}
.ml-30{margin-left:30px;}
.block--promo--image.shape--after{
    margin-top: 100px;
}
.psevdo{
    width: 100%;
    height: 100%;
}
.psevdo, .psevdo--el{
    display: flex;
    position: absolute;
}
.psevdo .before{
    right: 0;
}
.psevdo--el.before{
    left: 200px;
}
.block--promo--image{
    transform-style: preserve-3d;
}
.block--promo--image.shape--after::after{
    content: "";
    width: 200px;
    height: 200px;
    display: flex;
    position: absolute;
    z-index: 1;
    background: url("../img/shape--play-1.svg") no-repeat center center / contain;
    top: -100px;
    left: -50px;
    pointer-events: none;
    animation: promo_after 10s ease infinite;
}

.block--promo--image.shape--before::before{
    content: "";
    width: 500px;
    height: 500px;
    display: flex;
    position: absolute;
    z-index: 1;
    background: url("../img/shape--play-2.svg") no-repeat center center / contain;
    pointer-events: none;
    left: 450px;
    top: 150px;
    animation: promo_after 8s ease infinite;
    
}
.none_bg{
    background-image: none !important;
}

.dbl-p{
    display: flex;
    flex-direction: column;
}
.dbl-p p:not(:last-child){
    margin-bottom: 30px;
}
.h-400{height:400px;}
.w-550{width:550px;}

.border{
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.widget-100{
    width: 100px;
    height: 100px;
}
.justify-content-center{
    justify-content: center;
}
.ico{
    display: flex;
}
.ico-40{
    max-width: 40px;
    max-height: 40px;
}
.color--green{
    color: #5BCE82;
}
.heading-h44{
    font-size: 21px;
    line-height: 25px;
}
.card--feature{
    transition: all, 0.5s;
}
.card--feature .ico{
    transition: all, 0.5s;
}
.card--feature:hover .card--image{
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all, 0.5s;
}
.card--feature:hover .ico{
    transform: scale(1.1);
    transition: all, 0.5s;
}
@keyframes promo_after {
    0%{
        opacity: 1;
        transform: scale(1) translateZ(0px);
    }
    50%{
        opacity: 0.4;
        transform: scale(1.1) translateZ(20px);
    }
    100%{
        opacity: 1;
        transform: rotate(0deg) translateZ(0px) ;
    }
}