.mb-8{margin-bottom: 8px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-38{margin-bottom: 38px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-70{margin-bottom: 70px;}
.mb-140{margin-bottom: 140px;}

.mr-10{margin-right: 10px;}
.mr-12{margin-right: 12px;}

.mt-6{margin-top: 6px;}
.mt-50{margin-top: 50px;}

.ml-8{margin-left: 8px;}
.ml-12{margin-left: 12px;}

.p-30{padding: 30px;}

.pb-70{padding-bottom: 70px;}
.pb-140{padding-bottom: 140px;}

.pr-40{padding-right: 40px;}
.pr-50{padding-right: 50px;}

.pl-15{padding-left: 15px;}
.pl-50{padding-left: 50px;}

.pt-120{padding-top: 120px;}

.w-100{width: 100%;}
.w-40{width: 40%;}
.w-60{width: 60%;}

.bg-dark-blue{background: #210F59;}

.border-bottom{border-bottom: 1px solid #E8E8E8;}

.flex-auto{flex: auto;}
.d-flex{display: flex;}
.align-center{align-items: center;}
.justify-center{justify-content: center;}
.justify-sb{justify-content: space-between;}

.relative{position: relative;}

.noUi-horizontal{
    height: 5px;
    border-radius: 0;
}

.noUi-target{
    background-color: #EEEFF1;
    border-radius: 300px;
    border: none;
}

.noUi-connect{
    background: linear-gradient(86.23deg, #5E4AE3 0%, #BB4AE3 100%);
}

.noUi-horizontal .noUi-handle{
    width: 20px;
    height: 20px;
    border-radius: 300px;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 5px rgba(91, 104, 113, 0.24);
    top: -9px;
    background: #9747FF;
    border: 4px solid #FFFFFF;
}

.noUi-handle:before, .noUi-handle:after{
    content: none;
}

.range-slider-tooltip{
    width: 100%;
    margin: 0 10px;
    padding-right: 10px;
}

.range-slider-wrpr{
    display: flex;
    align-items: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.noUi-horizontal .noUi-tooltip{
    bottom: 25px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 8px;
    background-color: #210F59;
    border-radius: 5px;
}

.noUi-tooltip::after{
    content: '';
    background: url(../img/icon-polygon-tooltip.svg);
    width: 14px;
    height: 7px;
    bottom: -7px;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
}

.range-slider-info{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #212F4F;
    opacity: 0.7;
}

.range-slider-tooltip2{
    width: 100%;
    margin: 0 10px;
    padding-right: 10px;
}

.range-blue-bg .range-slider-info{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.7;
}

.range-blue-bg .noUi-tooltip::after{
    background: url(../img/icon-polygon-tooltip-white.svg);
}

.range-blue-bg .noUi-horizontal .noUi-tooltip{
    background: #FFFFFF;
    color: #210F59;
    border-radius: 5px;
}

/* ======checkers-btn======= */
.checkers{
    display: flex;
    border-radius: 300px;
    flex-wrap: wrap;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px;
    background-color:  #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.18);
}
.checker input{
    display: none;
}
.checker input:checked ~ .btn{
    background: linear-gradient(85.74deg, #5E4AE3 -2.84%, #BB4AE3 102.1%), #5E4AE3;
    color: #FFFFFF;
}
.checker .btn{
    padding: 3px 10px;
    border-radius: 300px;
    color: rgba(33, 47, 79, 0.7);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: none;
}

.cards-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.cards-wrap > .card-custom{
    margin-left: 20px;
    margin-right: 20px;
}

.card-col-4 {
    width: calc(33.3% - 40px);
}
/* ============ */
.price{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.price .heading-h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #212F4F;
    text-align: center;
}

.price__price-number{
    font-weight: 700;
    font-size: 48px;
    line-height: 43px;
    color: #212F4F;
    padding: 37px;
}

.price .btn.btn--outline{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 11px;
}

.checked--green::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/icon-check.svg) no-repeat center center / contain;
}

.checked--disabled{
    color: #212F4F;
    opacity: 0.3;
    text-decoration-line: line-through;
}
.checked--disabled::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/icon-checked-disabled.svg) no-repeat center center / contain;
}

.features__list{
    display: flex;
    flex-direction: column;
}
.feature__item{
    display: flex;
    align-items: center;
}

.feature__text{
    padding-left: 32px;
}

.card-custom{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.18);
    border-radius: 10px;
    position: relative;
}

.price__price-number .price--text{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #212F4F;
    opacity: 0.7;
}

.card-custom.recommended::before{
    content: 'RECOMMENDED';
    position: absolute;
    background: #210F59;
    color: #FFFFFF;
    border-radius: 300px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 12px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.content-wrap{
    margin-top: -220px;
}

.decor-bg-section{
    position: absolute;
}

.connect-wallet__list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.connect-wallet__list > .connect-wallet__item{
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: calc(50% - 15px);
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin-bottom: 15px;
}

.connect-wallet__item .btn{
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #212F4F;
}

/* ===login-pag=== */

.wrapper_main.wrapper-empty {
    padding: 0;
}

.wrapper_main{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.wrapper_main.wrapper-empty .content{
    margin: 0;
}

.wrapper_main .content{
    flex: 1 0 auto;
}

.content{
    display: flex;
    flex-direction: column;
}

.section-double{
    display: flex;
    flex-wrap: nowrap;
    flex: auto;
    width: 100%;
    flex-direction: row;
    min-height: 100vh;
}

.section-double .section-double-52{
    width: 40%;
    display: flex;
    padding: 20px 20px 10px;
    flex-direction: column;
    /* justify-content: center; */
}

.section-double-52 .section-block-container {
    /* min-height: 821px; */
    flex: auto;
    display: flex;
    flex-direction: column;
}

.section-block-body{
    flex: auto;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.section-double .section-double-40{
    width: 60%;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    flex-direction: column;
    background-color: #210F59;
}

.section-double-40 .section-block-container{
    padding-bottom: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.mb-145{margin-bottom: 145px;}

.mw-350{
    max-width: 350px;
}

.section-double .logo span{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #212F4F;
    margin-left: 12px;
}

.form-subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212F4F;
    opacity: 0.7;
}

.form-label{
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212F4F;
}

.form-group-flex{
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-input{
    padding: 11px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    opacity: 0.5;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

/* ===checkbox=== */

.checkbox{
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: max-content;
}
.checkbox input{
    display: none;
}
.checkbox input:checked ~ .check{
    border-color: #5E4AE3;
    background-image: url("../img/ico-donecheck.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #5E4AE3;
}
.checkbox .check{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid  #E8E8E8;
}

.checkbox .ml-12{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212F4F;
    opacity: 0.7;
}

/* ================ */

.more {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(33, 47, 79, 0.7)
}

.more .link{
    color: rgba(94, 74, 227, 1)
}

.swiper-slide-content h3.mb-15{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.swiper-slide-content span{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.7;
}
.login-slide-img{
    margin-bottom: 60px;
}

.login-slide-img img,
.features__img img{
    border-radius: 8px;
}

.swiper-pagination-block{
    position: relative;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.swiper-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 300px;
    width: 24px;
    height: 24px;
}
.swiper-pagination{
    position: static;
}

.swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 300px;
    width: 8px;
    height: 8px;
}
.swiper-pagination-bullet-active{
    background: #FFFFFF;
    border-radius: 300px;
    opacity: 1;
}

.link-forgot{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5E4AE3;
}

.form-input.icon-eye{
    padding-right: 48px;
    position: relative;
}

.form-group-flex .icon-right{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.input-icon-group{
    position: relative;
}

.btn--outline-grey{
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

.btn.btn-xl{
    padding: 9px 11px;
}

.text-decor{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212F4F;
    opacity: 0.7;
}

.text-decor::after{
    content:'';
    width: 42%;
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #E8E8E8;
    top: 50%;
    transform: translateY(-50%);
}

.text-decor::before{
    content:'';
    width: 42%;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #E8E8E8;
    top: 50%;
    transform: translateY(-50%);
}

.price-list{
    background: rgba(255, 255, 255, 0.07);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    width: 320px;
}

.price-list__title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.price-list__item{
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.7;
}
.price-list__item:not(:last-child){
    margin-bottom: 10px;
}

.range-blue-bg p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.5;
}

.range-blue-bg .range-slider-wrpr{
    max-width: initial;
}

.block-header{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.gradient-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 300px;
    background: linear-gradient(85.74deg, #5E4AE3 -2.84%, #BB4AE3 102.1%), #1B998B;
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.features__h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #212F4F;
}

.features__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #212F4F;
    opacity: 0.7;
}

.features .btn--primary{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #5E4AE3;
    padding: 14px 24px;
}

.features__h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #212F4F;
}

.features__card{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.18);
    padding: 30px;
    border-radius: 10px;
}
.columns.columns-25{
    margin-left: -25px;
    margin-right: -25px;
}

.columns.columns-14{
    margin-left: -14px;
    margin-right: -14px;
}

.columns.columns-25 > *{
    padding: 0 25px;
}

.columns.columns-14 > *{
    padding: 0 14px;
}

.columns-col-3 {
    flex: 0 0 25%;
    width: 25%;
}

.range-slider-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.text-img-group{
    display: flex;
    align-items: center;
}


.header__main-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 65px;
}

.header__item .header__mobail .btn{
    min-width: auto;
}

.header__main-list .header__main-item:not(:last-child){
    margin-bottom: 20px;
}

.header__main-item .header__item-btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212F4F;
    opacity: 0.7;
}

.header__submenu-list .header__submenu-item .header__subtitle{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #212F4F;
    opacity: 0.5;
}

.header__submenu-list .header__submenu-item:not(:last-child){
    margin-bottom: 15px;
}

.header__item-link .header__item-btn{
    font-size: 12px;
}

.header__main-item.active .arrow-drop{
    transform: rotate(180deg);
}

.header__submenu-item.active .subarrow-drop{
    transform: rotate(180deg);
}

.header__mobail .group-btns{
    margin-top: auto;
}

