.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;
}

.img-wrap--xs{
    height: 120px;
}
.board-price{
    display: flex;
    gap: var(--gap--sm);
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-family: var(--fontFamily);
    font-size: 48px;
    font-weight: 500;
}
.section__content > div:only-child{
    padding-top: 26px;
    padding-bottom: 26px;
}
.section__content .content-head + .content-body{
    padding-top: 2px;
}
.section__content .content-body{
    padding-top: 26px;
    padding-bottom: 2px;
}
.content-body:not(.content-body:has(~ .content-footer)){
    padding-bottom: 26px;
}

.progress-bar.progress-bar--board{
    height: 10px;
    background-color: var(--light-primary);
    overflow: hidden;
}
.board-price-details{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.board-panel{
    --gap--px: 10px;
    display: flex;
    gap: calc(
        var(--gap--px) * 2
    ) 0;
    margin-left: calc(var(--gap--px) * -1);
    margin-right: calc(var(--gap--px) * -1);
}
.board-panel > div{
    padding-left: var(--gap--px);
    padding-right: var(--gap--px);
}
.board-panel .board-panel-price-block{
    max-width: calc(
        (var(--gap--px) * 2) + var(--size)
    );
}
.board-panel-price-block{
    justify-content: center;
    --size: 240px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--size);
}
.board-panel-cards-block{
    flex: auto;
    display: flex;
    flex-direction: column;
}
.board-panel-cards-block > .row{
    --bs-gutter-x: var(--gap--px);
    --bs-gutter-y: var(--gap--px);
}
/*
.sidebar-step{
    overflow: hidden;
}*/
.sidebar-step__header-preview{
    justify-content: flex-start;
    text-align: left;
    --min-height: 60px;
    border: none !important;
}
.sidebar-step__header{
    display: flex;
    flex-direction: column;
   
}
.sidebar-step__container{
    border-radius: inherit;
    overflow: hidden;
}
.sidebar-step__body{
    overflow: auto;
}
.color-success-3{
    color: var(--success-3);
}
.btn--success-2 {
    background-color: var(--success-2);
    border-color: var(--success-2);
}
.swiper-thumbs-container{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 572px;
    background-color: var(--border-color);
}
.swiper-thumbs-container .swiper{
    height: 100%;
}
.swiper-thumbs-container .thumbs{
    position: absolute;
    bottom: 0; left: 0;
    z-index: 1; padding: 12px;
}
.btn--primary-2 {
    background-color: var(--primary-2);
    border-color: var(--primary-2);
    color: var(--white);
}
.btn--primary-2:hover {
    background-color: transparent;
    color: var(--primary);
}

.btn--primary-3 {
    background-color: var(--primary-3);
    border-color: var(--primary-3);
    color: var(--white);
}
.btn--primary-3:hover {
    background-color: transparent;
    color: var(--primary-3);
}





.label-btn{
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
::-webkit-scrollbar:not(.scrollcustom-css){
    display: none;
}
.rounded-full{
    border-radius: 360px !important;
}
.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}
.tabs-market-wrapper.tabs-links-nowrap{
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow-x: auto;
}
.defaultTextColor2{color: var(--defaultTextColor2);}
.color-secondary-2{color: var(--secondary-2);}
.bg-lightprimary-2{background: var(--light-primary-2) !important;}
.border-top{border-top: 1px solid var(--border-color);}
.italic{font-style: italic;}
.items-unset{align-items: unset;}
.radius-full{border-radius: 360px;}
.swiper-h-572{height: 572px;}
.ttu{text-transform: uppercase;}
.ova{overflow: auto;}
.bg-lightprimary {background: #dcffff !important;}
.color-primary-2{color: var(--primary-2);}
.radius{border-radius: var(--defaultRaduis);}
.radius-2{border-radius: var(--radius-2);}
.radius-3{border-radius: var(--radius-3);}
.radius-4{border-radius: var(--radius-4);}
.form--sm{max-width: 400px;}
.max-w-max{max-width: max-content;}
.gutters-x-22{--bs-gutter-x: 22px;}
.gutters-24{--bs-gutter-x: 24px;--bs-gutter-y: 24px;}
.gutters-40{--bs-gutter-x: 40px;--bs-gutter-y: 40px;}
.gutters-12{--bs-gutter-x: 12px;--bs-gutter-y: 12px;}
.row-step-row{
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px;
}
.gutters-y-32{--bs-gutter-y: 32px;}
.font-700{font-weight: 700;}
.text-left{text-align: left;}
.px-0{padding-left: 0;padding-right: 0;}
.radius-null{border-radius: 0 !important;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.max-w-500{max-width: 500px;}
.ovh{overflow: hidden;}
.p-0{padding: 0 !important;}
.pl-0{padding-left: 0;}
.gap-30{gap: 30px;}
.gap-36{gap: 36px;}
.btn:hover{opacity: 1 !important;}
.text-right{text-align: right;}
.flex-auto{flex: auto;}
.text-center{text-align: center;}
.tdu{text-decoration: underline;}
.color-black {color: #333;}
.p-0{padding: 0 !important;}
.border-none{border: none !important;}
.max-w-850{max-width: 850px;}
.leading--md{line-height: 22px;}
.leading--sm{line-height: 19px;}
.ico--18{--ico-size: 18px;}
.ico--16{--ico-size: 16px;}
.ico--32{--ico-size: 32px;}
.ico--24{--ico-size: 24px;}
.cursor-pointer{cursor: pointer;}
.max-w-filter-control{max-width: 110px;}
.color-primary-3{color: var(--primary-3);}
.text-clamp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.--clamp-2{
    -webkit-line-clamp: 2;
}
.form-group-col{
    display: flex;
    flex-direction: column;
}
.container-full{
    --width: 100%;
    --padding-x: 24px;
}
.gutters-22{
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}
.gutters-18{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}
.input-shadow{
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-1);
}
.double-fullpage {
    display: flex;
    min-height: 100vh;
    position: relative;
}


.ico-ava{
    overflow: hidden;
    border-radius: 360px;
    background: var(--border-color);
}
.ico-ava > img{
    width: 100%;
    height: 100%;
}
.btn-account{
    gap: var(--gap--md);
    font-weight: 500;
    color: var(--defaultTextColor);
    font-family: var(--fontFamily);
    font-size: var(--text--md);
}

.double-fullpage .container {
    max-width: 100%;
    padding: 0;
    justify-content: center;
    display: flex;
}

.double-fullpage .row--item {
    height: 100%;
    padding: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.double-fullpage .row--item.bg-item {
    position: fixed; right: 0;
}
.row--item {
    background-color: var(--white);
}
.bg-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.custom-section{
    display: flex;
    flex-direction: column;
    --section-py: 15px;
    padding-top: var(--section-py);
    padding-bottom: var(--section-py);
}

.heading-section{
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-section .heading-section--title{
    padding-bottom: var(--section-py);
    padding-top: var(--section-py);
}

.form, 
.form-header, 
.form-body, 
.form-footer {
    display: flex;
    flex-direction: column;
}
.form {width: 100%;}

.heading{
    font-style: normal;
    font-family: var(--fontFamily);
}
.heading-2 {line-height: 38px;}

.heading-block {
    display: flex;
    flex-direction: column;
}


.header-dash-search {
    overflow: hidden;
    display: flex;
    flex: auto;
    width: 100%;
    --input-height: var(--size-md);
    --padding-x: 8px;
    --min-height: var(--input-height);
}

.search-toggle {
    display: none;
    background-color: var(--light-grey2);
    border-radius: var(--radius-2);
}
.header-dash-search .search-container {
    display: flex; flex: auto; width: 100%;
}
.header-dash-search .input-wrapper {
    overflow: hidden;
    display: flex;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-1);
    width: 100%; flex: auto;
}


.tabs,
.tabs-header,
.tabs-nav{
    display: flex;
    flex-direction: column;
}
.tabs-links{display: flex;}
.tabs-links-gap{gap: 12px 24px;}
.tab-item, .tab-link{display: flex;}

.market-sidebar-wrpr{
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.market-content{
    flex: auto;
}

.tab-link-2,
.tab-link-2-2{
    font-weight: 400;
    color: var(--defaultTextColor2);
    font-family: var(--fontFamily);
    border: none;
    border-bottom: 2px solid var(--border-color);
}
.tab-link-2-2{
    border-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
}
.tab-link-2.active-tab,
.tab-link-2-2.active-tab{
    pointer-events: none;
    border-color: var(--primary);
    color: var(--primary);
    text-shadow: 0 0 0.1px var(--primary);
}
.tab-market{
    padding: 12px;
    flex: 1;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
}

.tabs-market-wrapper{
    border: none;
    padding: 0;
    justify-content: flex-start;
}
.tabs-market-wrapper .btn{
    --min-height: max-content;
}
.tab-market,
.tabs-market-wrapper{
    --min-height: 58px;
}
.market-sidebar{
    z-index: inherit;
    position: relative;
    overflow: visible !important;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background-color: var(--white);
    box-shadow: 0px 2.25px 4.5px 0px #00000029;
}
.market{
    display: flex;
    flex-direction: row;
    --gap-total-x: 40px;
    --gap-total-y: 40px;
    --aside-size: 350px;
    gap: var(--gap-total-y) 0;

    margin-left: calc(
        (var(--gap-total-x) / 2) * -1
    );
    margin-right: calc(
        (var(--gap-total-x) / 2) * -1
    );
}
.market .market-sidebar-wrpr{
    flex: 0 0 calc(
        var(--aside-size) + var(--gap-total-x)
    );
    max-width: calc(
        var(--aside-size) + var(--gap-total-x)
    );
}
.market .market-sidebar-wrpr,
.market .market-content{
    padding-left: calc(
        var(--gap-total-x) / 2
    );
    padding-right: calc(
        var(--gap-total-x) / 2
    );
}

.accordeons-list,
.accordeon-custom{
    display: flex;
    flex-direction: column;
}
.ico-arrow-drp{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.accordeons-list > .accordeon-custom:not(
    :last-child
){
    border-bottom: 1px solid var(--border-color);
}
.accordeon-custom{
    --px-accordeon: 20px;
    --py-accordeon: 10px;
}
.accordeon-custom-btn,
.accordeon-custom-body{
    padding: var(--py-accordeon) 
    var(--px-accordeon);
}
.accordeon-custom-btn{
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: var(--gap--md);
    font-family: var(--fontFamily);
    font-size: var(--text--lg);
    font-weight: 400;
    color: var(--defaultTextColor2);
    justify-content: space-between;
    --min-height: 58px;
}
.accordeon-custom-body{
    display: flex;
    flex-direction: column;
    border-top: 1px solid 
    var(--border-color);
}

.accordeon-nowrp-btn{
    white-space: nowrap;
    overflow: hidden;
}
.text-ellipse{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show .ico-arrow-drp{
    transform: rotate(180deg);
}

.market-content-body{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.group-heading {
    gap: var(--gap--lg);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.select-wrapp {
    position: relative;
}
.select-120 {
    min-width: 110px;
    max-width: 110px;
}
.select-120 .select2-container, 
.select-120 .selection, 
.select-120 .select2-selection {
    width: 100% !important;
}

.select-195 {
    min-width: 195px;
    max-width: 195px;
}
.select-195 .select2-container, 
.select-195 .selection, 
.select-195 .select2-selection {
    width: 100% !important;
}
.select-dropdown-nowrap .select2-results,
.select-dropdown-nowrap .select2-results *{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-transparent.arrow-select2 .select2-selection__rendered {
    padding-right: 25px !important;
    font-weight: 500;
}
.select-wrapp .select2-container:not([data-select2-id]) {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    min-width: 200px !important;
    width: 200px !important;
    left: auto !important;
}
.select-wrapp .select2-dropdown {
    width: 100% !important;
    right: auto; margin-top: 10px;
    padding: 15px 24px; top: 0; z-index: 1;
}

.select-wrapp .select2-container .select2-dropdown {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border: none !important;
}

.select-wrapp .select2-container--default .select2-results {
    display: flex;
    flex-direction: column;
}
.select-transparent .select2-dropdown .select2-results__option:not(:last-child) {
    margin-bottom: 10px;
}
.select-transparent .select2-dropdown .select2-results__option--selected {
    color: #000 !important;
}
.select-transparent .select2-dropdown .select2-results__option {
    font-weight: normal;
    font-size: 14px;
    background-color: transparent !important;
    color: #667085;
    padding: 0 !important;
}

.select-transparent .select2-container .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.select-transparent .select2-selection__arrow b {
    display: none;
}

.select-transparent.arrow-select2 .select2-selection__arrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/arrow-select-right.svg) no-repeat center center / 16px;
}

.dbl-btns {
    display: flex;
    flex-wrap: wrap;
}

.btn--shadow{
    background-color: var(--white);
    box-shadow: var(--shadow-2);
    color: var(--defaultTextColor);
}

.img-wrapp {
    overflow: hidden;
}
.img-wrapp > img {
    width: 100%;
    height: 100%;
}
.scale-img > img {
    transition: all 0.3s;
}
.scale-img:hover img {
    transform: scale(1.2);
}
.card-custom {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: var(--white);
    width: 100%;
    
}

.card-header-radius-inherit{
    overflow: hidden;
    border-radius: inherit;
}
.card--shadow2{
    box-shadow: var(--shadow-3);
}
.card-bordered{
    border: 1px solid var(--border-color);
}
.card-bordered .card-custom--header{
    border-bottom: 1px solid var(--border-color);
}
.card-bordered .card-custom--footer{
    /* border-top: 1px solid var(--border-color); */
}
.card-custom--header{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.card-custom--header .progress-card{
    position: absolute;
    bottom: 0; left: 0;
}
.progress-card{
    overflow: hidden;
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    --progress: 0%;
}
.progress-card::after{
    content: "";
    display: flex;
    position: absolute;
    top: 0; left: 0;
    background-color: var(--primary);
    height: 100%;
    width: var(--progress);
}
.card-custom--body{
    display: flex;
    flex-direction: column;
}
.card--body-rounded--lg{
    padding: 30px;
}
.card--body-y--md{
    padding-top: 22px;
    padding-bottom: 22px;
}
.card--body-y--lg{
    padding-top: 30px;
    padding-bottom: 30px;
}
.card--body-x--sm{
    padding-left: 16px;
    padding-right: 16px;
}
.card--body-y--sm{
    padding-top: 16px;
    padding-bottom: 16px;
}
.card--body-x--md{
    padding-left: 24px;
    padding-right: 24px;
}

.card--body-x--xs{
    padding-left: 12px;
    padding-right: 12px;
}
.card--body-y--xs{
    padding-top: 12px;
    padding-bottom: 12px;
}
.list-links--item{
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--gap--xs);
}
.list-links{
    gap: var(--gap--xs);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-links--xs.list-links,
.list-links--xs.list-links .list-links--item{
    gap: 5px;
}
.list-links--xs .list-links--item + .list-links--item::before{
    font-size: 8px;
}
.list-links > .list-links--item + .list-links--item::before{
    content: "\2022";
    display: flex;
    line-height: 0;
}

.price-row{
    gap: var(--gap--md);
    display: flex;
    justify-content: space-between;
    align-items: center;

    white-space: nowrap;
    overflow: hidden;
}

.success-list{
    display: flex;
    flex-direction: column;
}
.success-list--item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.success-list > li::before {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: block;
    position: relative;
    background: url(
        ../img/ico-success-check.svg
    ) 
    no-repeat center center / 24px;
    margin-right: 10px;
}

.text-list-centred{
    align-items: center;
    display: flex;
    height: 100%;
}
.success-list--sm.success-list > li::before{
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: url(
        ../img/ico-success-check.svg
    ) 
    no-repeat center center / 18px;
}
.card-custom--footer{
    display: flex;
    flex-direction: column;
}

.btn--xxl{
    padding: 4px 14px;
    --min-height: 58px;
    --ico-size: 24px;
}
.text--xl.text--xxl{
    --text--xl: 18px;
}

.label-text{
    gap: var(--gap--xs);
    display: flex;
    align-items: center;
}

.filter-wrapper{
    display: flex;
    flex-direction: column;
}
.filter-wrapper > .total-filter-block + .items-filter-block{
    border-top: 1px solid var(--border-color);
}
.total-filter-block{
    display: flex;
    flex-direction: column;
    gap: var(--gap--md);
}
.items-filter-block{
    gap: 30px;
}
.total-filter-block,
.items-filter-block,
.market-sidebar--footer{
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.form-group--flex--titled{
    flex-wrap: wrap;
    gap: var(--gap--md);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group--flex{
    display: flex;
    flex-direction: column;
}
.filter-option-title{
    display: flex;
    gap: var(--gap--xs);
    align-items: center;
    color: var(--defaultTextColor2);
    --ico-size: 18px;
}

.filter-option-title-2{
    display: flex;
    gap: var(--gap--xs);
    align-items: center;
    color: var(--defaultTextColor2);
    --ico-size: 16px;
}

.items-filter-block{
    display: flex;
    flex-direction: column;
}
.range {
    display: flex;
    flex-direction: column;
}
.range-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-family: var(--fontFamily);
    font-size: var(--text--md);
}
.range-label2{
    font-weight: 400;
    font-family: var(--fontFamily);
    color: var(--secondary);
    font-size: var(--text--md);
}
.NOUI-FIX-CONSTRUCTOR {
    --sliderHight: 6px;
    --sliderBg: var(--primary-2);
    --sliderRadius: 360px;
    --sliderHendleSize: 24px;
    --sliderHendleBg: var(--white);
    height: var(--sliderHight);
    margin-top: calc(var(--sliderHendleSize) / 2);
    margin-bottom: calc(var(--sliderHendleSize) / 2);
}

.NOUI-FIX-CONSTRUCTOR .noUi-base {
    border-left: calc(var(--sliderHendleSize) / 2) 
    solid var(--sliderBg);
    border-right: calc(var(--sliderHendleSize) / 2) 
    solid transparent;
    border-radius: 360px;
}
.NOUI-FIX-CONSTRUCTOR .noUi-origin{
    height: 100%;
}
.NOUI-FIX-CONSTRUCTOR .noUi-handle {
    top: 50%;
    transform: translateY(-50%);

    overflow: hidden;
    box-shadow: none;
    border-radius: var(--sliderRadius);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    
    border: 1px solid var(--sliderBg);
    width: var(--sliderHendleSize);
    height: var(--sliderHendleSize);
    right: calc((var(--sliderHendleSize) / 2)* -1);
}

.NOUI-FIX-CONSTRUCTOR .noUi-handle::before{
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    background: var(--sliderBg);
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.NOUI-FIX-CONSTRUCTOR .noUi-handle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(26, 101, 158, 0.3);
    top: 0; left: 0;
}
.NOUI-FIX-CONSTRUCTOR .noUi-connect {
    border-radius: inherit;
    background: var(--sliderBg);
}

.range-slider {
    background: var(--border-color);
    box-shadow: none; border: none;
}

.NOUI-FIX-CONSTRUCTOR .noUi-connects {
    border-radius: 0;
}
.input-shadow-2 {
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-2);
}
.form-group.input-choise-wrpr{
    --min-height: 100%;
    border: none;
    --padding-x: 3px;
    white-space: nowrap;
    overflow: auto;
}
.form-group.input-choise-wrpr .input{
    overflow: auto;
}
.form-group.input-choise-wrpr .input{
    border-radius: inherit;
    display: flex;
    width: 100%;
    padding-top: var(--padding-x);
    padding-bottom: var(--padding-x);
    height: auto;
    min-height: var(--input-height);
}
.input-choise-wrpr.input-choise-wrpr-2{
    --padding-x: 0;
}

.input-choise-wrpr-2 .choice-list-item:not(:last-child){
    border-right: 1px solid var(--border-color);
}
.input-choise-wrpr-2 .choice-list + .input{
    border: none;
    border-left: 1px solid var(--border-color);
}
.choice-list .btn{
    height: 100%;
}
.input-choise-wrpr-2 .choice-list-item
.form-group.input-choise-wrpr .btn{
    --min-height: 100%; gap: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.choice-list{
    overflow: auto;
    display: flex;
    gap: var(--padding-x);
}

.choice-list > .choice-list-item{
    flex: 1;
} 
.choice-list-item{
    display: flex;
    flex-direction: column;
}

input:not(:checked) ~ .btn--primary-2{
    background-color: var(--white);
    border-color: transparent;
    color: var(--defaultTextColor);
}
input ~ .btn--primary-2:hover{
    background-color: var(--primary-2);
    color: var(--white);
}

.btn--aside{
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--border-color);
}
.market-sidebar-wrpr .btn--aside{
    display: none;
    border-top-right-radius: 360px;
    border-bottom-right-radius: 360px;
    position: absolute;
    right: calc(var(--min-height) * -1);
    top: 50%;
    transform: translateY(-50%);
}

.aside-overlay{
    z-index: 51;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    background: rgba(0, 0, 0, 0.5);
}


.market-sidebar--footer{
    display: none !important;
    gap: var(--gap--sm);
    border-top: 1px solid var(--border-color);
}


.aside-size-content--heading{
    gap: var(--gap--xl);
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
}

.single-regula .aside-size-content--heading{
    flex: 0 0 var(--aside-size);
    max-width: var(--aside-size);
}

.single-regula{
    --aside-size: 50%;
}

.aside-size-content-item{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: var(--gap--lg);
}


.btn--qr{--ico-size: 57px;}

.single-page-content{
    gap: var(--gap--xl);
    display: flex;
    flex-direction: column;
    flex: auto;
    max-width: 100%;
}

.single-page{
    flex-direction: row;
    margin-left: calc(
        (var(--gap-page) / 2) * -1
    );
    margin-right: calc(
        (var(--gap-page) / 2) * -1
    );
    --gap-page: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-page) 0;
    --aside-size-details: var(
        --aside-size, 50%
    );
}

.single-page > .single-page-content{
    flex: 0 0 var(--aside-size-details);
    max-width: var(--aside-size-details);
    padding-left: calc(var(--gap-page) / 2);
    padding-right: calc(var(--gap-page) / 2);
}

.single-page-aside{
    flex: 0 0 var(--aside-size-details);
    max-width: var(--aside-size-details);
    padding-left: calc(var(--gap-page) / 2);
    padding-right: calc(var(--gap-page) / 2);

    display: flex;
    flex-direction: column;
    gap: var(--gap--xl);
}
.swiper-overview .swiper-button-next::after,
.swiper-overview .swiper-button-next::before,
.swiper-overview .swiper-button-prev::after,
.swiper-overview .swiper-button-prev::before{
    display: none;
}
.swiper-overview .swiper-button-next{
    border-radius: 10px 0px 0px 10px; right: 0;
}
.swiper-overview .swiper-button-prev {
    border-radius: 0px 10px 10px 0px; left: 0;
}

.swiper-overview .swiper-button-next, 
.swiper-overview .swiper-button-prev {
    color: var(--white);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.overview-image{width: 100%; height: 100%;}
.overview-image > img {flex: auto;}


.thumb{

    background-color: var(--border-color);
    --min-height: 66px;
    overflow: hidden;
    box-shadow: var(--shadow-3);
    border-radius: var(--radius-2);
    border: 1px solid var(--white);

    flex-direction: column; 
    position: relative;
    justify-content: flex-end;
}

.thumbs{
    display: flex;
    gap: var(--gap--xs);
}
.thumb-img,
.thumb-img > img{
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
}
.thumb > .thumb-img{
    position: absolute; top: 0; left: 0;
}

.thumb-info-title{
    color: var(--white);
    font-family: var(--fontFamily);
    font-size: var(--text--xs);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumb-info-ico{
    align-items: center;
    justify-content: center;
    --ico-size: 16px;
    display: flex;
    flex-direction: column; flex: auto;
}
.thumb-info{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4px;
    font-weight: 500;
    background: #00000052;
    color: var(--white);
    font-family: var(--fontFamily);
    font-size: var(--text--xs);
}
.thumb-info::before{
    z-index: -1;
    border-radius: var(--radius-2);
    top: 0; left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    position: absolute;
}


.btn--tool{
    color: var(--white);
    background: #00000066;
    backdrop-filter: blur(3px);
    --ico-size: 24px;
}
.btn--tool:hover{
    background: var(--white);
    color: var(--defaultTextColor);
}
.swiper .tool-wrapper{
    z-index: 2;
    position: absolute;
    top: 0; right: 0;
    padding: 12px 12px;
}
.tool-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap--sm);
    align-items: center;
}


.running-cost-row{
    display: flex;
    --space-cost: 25px;
}
.running-cost-options{
    flex: auto;
}
.running-cost-price{
    flex: 0 0 200px;
    max-width: 200px;
}
.running-cost-options,
.running-cost-price{
    padding: var(--space-cost);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.running-cost-row > *:not(:last-child){
    border-right: 1px solid var(--border-color);
}


.card--body-rounded--lg + .card--body-rounded--lg:not(.border-top){
    padding-top: 0;
}


input[name="rating"]:checked ~ .rating-ico{
    filter: brightness(0) saturate(100%) invert(62%) 
    sepia(36%) saturate(2428%) 
    hue-rotate(349deg) brightness(100%) contrast(106%);
}
.rating-block{
    overflow: hidden;
    gap: var(--gap--xs);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.total-score-text{
    font-family: var(--fontFamily);
    font-size: var(--text--md);
    color: var(--secondary);
}
.rating{
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 1px;
    display: flex;
    align-items: center;
}
.rating-ico{
    --ico-size: 18px;
    filter: brightness(0) saturate(100%) invert(45%) 
    sepia(21%) saturate(421%) 
    hue-rotate(182deg) brightness(89%) contrast(83%);
}
.header-row{
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--gap--lg); 
}

.custom-list{
    gap: var(--gap--xs);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.custom-list-item{
    display: flex;
    flex-direction: column;
}
.custom-list:not(.show--all) .custom-list-item.--inactive{
    display: none;
}
.custom-list.show--all [data-list--show]{
    display: none;
}

.accordeon-titled-row{
    overflow: hidden;
    gap: var(--gap--sm);
    display: flex;
    align-items: center;
}

.accordeon-custom-btn--md{
    --min-height: 52px;
}


.pill-custom{
    --height: 22px;
    --px: var(--gap--xs);
    display: flex;
    border: 1px solid transparent;
    overflow: hidden;
    align-items: center;
    gap: var(--gap--xs);
    font-style: normal;
    font-family: var(--fontFamily);
    height: var(--height);
    white-space: nowrap;
    flex-wrap: nowrap;
    font-weight: 400;
    font-size: var(--text--xs);
    --ico-size: 12px;
    background: var(--border-color);
    border-radius: var(--defaultRaduis);
    padding-left: var(--px);
    padding-right: var(--px);

}
.ttu{
    text-transform: uppercase;
}
.pill-custom--sm{
    --height: 24px;
}
.pill--success{
    background-color: var(--success-4);
    color: var(--defaultTextColor2);
}
.pill--success-2{
    background-color: var(--success);
    color: var(--white);
}
.pill--danger-2{
    background-color: var(--danger);
    color: var(--white);
}
.active-tab-price{
    font-size: var(--text--xs);
    font-family: var(--fontFamily);
    font-weight: 400;
    color: var(--secondary);
    height: 24px;
    white-space: nowrap;
    text-align: center;
    padding-left: var(--gap--xs);
    padding-right: var(--gap--xs);

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--defaultRaduis);
}

.active-tab .active-tab-price{
    background: var(--success-3);
    color: var(--white);
    text-shadow: 0 0 1px var(--white);
}

.aside-single-row{
    display: flex;
}

.aside-single-info{
    display: flex;
    flex-direction: column;
    flex: auto;
}
.aside-single-info-item{
    gap: var(--gap--md);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; gap: var(--gap--lg);
}
.aside-single-info-item + .aside-single-info-item{
    border-top: 1px solid var(--border-color);
}
.single-price-row{
    font-family: var(--fontFamily);
    display: flex;
    align-items: flex-end;
    gap: var(--gap--md);
    flex-wrap: wrap;
    color: var(--defaultTextColor);
}
.target-price{
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
    color: var(--defaultTextColor);
}
.old-price{
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    color: rgba(19, 21, 21, 0.4);
    text-decoration: line-through;
}

.info-content-info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--gap--md);
}

.location-select-wrapp{
    --ico-size: 16px;
    display: flex;
    align-items: center; flex: auto;
}

.location-select .select2-selection__rendered{
    font-size: var(--text--xs);
    text-decoration: underline;
}


.single-page-aside-details-tab{
    display: flex;
    flex-direction: column;
    --width: 270px;
    max-width: var(--width);
    width: 100%;
    background-color: #F9FAFB;
}
.single-page-aside-details-tab .tabs-market-wrapper{
    --px: 24px;
    padding: 0 var(--px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--min-height);
}
.single-page-aside-details-tab .tabs-market-wrapper:last-child:not(.empty-wrapper){
    padding-bottom: 24px;
}
.single-page-aside-details-tab .tabs-market-wrapper:only-child:not(.empty-wrapper){
    padding-top: 24px;
    padding-bottom: 24px;
}
.aside-single-row > div:not(:last-child){
    border-right: 1px solid var(--border-color);
}


.color-check-ico{
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.colors-select{
    display: flex;
    max-width: 100%;
    width: max-content;
    flex-wrap: wrap;
    gap: 4px;
}
.color-select-label{
    gap: 3px;
    display: flex;
    flex-direction: column;
}

input:not(:checked) ~ .color-check-ico{
    opacity: 0;
    visibility: hidden;
}
.color-block{
    cursor: pointer;
    height: 6px;
    width: 20px;
    overflow: hidden;
    border-radius: var(--defaultRaduis);
}


.list-evaluations{
    display: flex;
    flex-direction: column;
}

.tabs-market-wrapper .list-evaluations{
    margin-left: calc(var(--px) * -1);
    margin-right: calc(var(--px) * -1);
}
.tabs-market-wrapper .list-evaluations > li{
    padding-left: var(--px);
    padding-right: var(--px);
}
.list-evaluations > li + li{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--border-color);
}

.aside-single-info--actions{
    display: flex;
    flex-direction: column;
    gap: var(--gap--md);
}


.filter-wrapper-no-px .total-filter-block,
.filter-wrapper-no-px .items-filter-block{
    padding-left: 0;
    padding-right: 0;
}

.top-wrapper{
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--warning-3);
    background-color: var(--warning-2);
    display: flex;
    --rounded-padding: 20px;
}
.top-wrapper--row{
    flex: auto;
    gap: var(--rounded-padding);
    display: flex;
    flex-direction: column;
    padding: var(--rounded-padding);
}

.top-wrapper-info{
    justify-content: space-between;
    width: 100%;
    max-width: 280px;
    gap: var(--gap--lg);
    display: flex;
    flex-direction: column;
    padding: var(--rounded-padding);
}

.favorite-btn{
    --ico-size: 24px;
    cursor: pointer;
    --min-height: 24px;
}
input:checked ~ .favorite-btn--ico{
    color: #FFC400;
}
.card-custom--header{
    position: relative;
}
.card-custom--header .favorite-btn{
    z-index: 2;
    position: absolute; top: 8px; right: 8px;
}


.card-custom--header--row{
    flex-direction: row;
}

.ico-widget-bg.--ico-success{
    background: var(--success-5);
    color: var(--success-6);
}
.ico-widget-bg.--ico-danger{
    background: var(--danger-2);
    color: var(--danger-3);
}
.ico-widget-bg.--ico-info{
    background: var(--info);
    color: var(--info-2);
}
.ico-widget-bg{
    border-radius: var(--radius-3);
    overflow: hidden;
}
.ico-widget-bg > .ico{
    --ico-size: 22px;
}

.card-custom--header + .card-custom--header{
    padding-top: 0;
}

.steps-row-info{
    display: flex;
    gap: var(--gap--md);
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

.steps-pill{
    gap: 3px;
    font-size: var(--text--sm);
    font-weight: 500;
    padding: 5px 12px; 
    overflow: hidden;
    border-radius: var(--defaultRaduis);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    --min-height: 28px;
    color: var(--defaultTextColor2);
    background-color: var(--border-color-2);
}

.steps-title-text{
    font-size: var(--text--md);
    line-height: 18px;
    color: var(--defaultTextColor);
    font-weight: 400;
}

.group-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.row-step-row-content{
    gap: 50px;
    display: flex;
    justify-content: space-between;
}
.row-step-controls{
    display: flex;
    align-items: flex-start;
}
.step-control-input-size{
    min-width: 150px;
    max-width: 150px;
}

.row-step-controls-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap--xs);
}


.scrollcustom-css::-webkit-scrollbar-track
{
	border-radius: 360px;
	background-color: transparent;
}

.scrollcustom-css::-webkit-scrollbar
{
	width: 15px;
    height: 15px;
	background-color: transparent;
}

.scrollcustom-css::-webkit-scrollbar-thumb
{
    border: 4px solid var(--white);
	border-radius: 360px;
	background-color: var(--border-color);
}


.row-step--info{
    max-width: 510px;
    width: 100%;
    display: flex;
    flex-direction: column;
}



