.colors__item.disabled,
.catalog__filter-checkboxes label.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}
.close-info__calc::after, .close-info__calc::before{
	background: #8CA6BF !important;
}
.info__total-apply{
	background: #8CA6BF !important;
	font-family: "Geologica", sans-serif !important;
}
.info__total-apply:hover{
	background: #000 !important;
	color: #fff !important;
}
#basket-items-list-wrapper .pieces span:hover{
	border: 1px solid #8ca6bf !important;
}
.basket-item-amount-btn-plus:hover:before, .basket-item-amount-btn-plus:hover:after, .basket-item-amount-btn-minus:hover:after{
	background: #8CA6BF !important;
}
.info__text-card__number{
	color: #fff !important;
	border: 1px solid #8CA6BF !important;
	background: #8CA6BF;
}
.content__const p  {
    margin: 0;
    line-height: 1.6;
    width: 100%;
}
.alert-danger{
	color: #171717 !important;
	background: #F8F8F8 !important;
}
.content__const ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 1.6;
}
.filter-subsection__item:hover a{
	color: #8CA6BF !important;
}
[aria-disabled="true"] {
/*    display: none;*/
    opacity: 0;
} 

.chat .deactive {
    display: none;
}

.chat.active .deactive {
    display: block;
}

.chat.active .active {
    display: none;
}

.chat.active span {
    display: none;
}



.to-top.deactive {
    display: none;
}
.swiper-pagination-bullet-active{
	background: #8CA6BF !important;
}
.header__menu-item .header__menu-sub {
    transition: 0s !important;
}

.side-menu__list span.active {
    color: #98979D;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#title-search-mod form {
    width: 100%;
}

.side-menu__list span.active svg {
    color: #8CA6BF;
}

#title-search-mod form .mob-search__body-input {
    width: 100%;
}
.mob-search__sub span {
    display: block;
}

.title-search-result {
    display: none;
}

div.title-search-result {
    padding-left: 10px;
    padding-right: 10px;
}

.content__const h2 {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0;
    width: 100%;
    line-height: 1.3;
}

.side-menu__list span.active {
    color: #171717;
    background: #F8F8F8;
}


.title-search-result.mob-search__sub {
    
}

.good__left span.new {
    background: #BF2429;
    color: #fff;
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    border-radius: 4px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    width: 90px;
    justify-content: center;
}

@media (min-width: 992px) {

    .good__left span.new  {
        display: none;
    }

    .content__const p {
        font-size: 1.8rem;
    }

    .content__const ul {
        font-size: 1.8rem;
    }

    .content__const h2 {
        font-size: 2.8rem;
    }

    /*.title-search-result.mob-search__sub {
        top: 132px !important;
    }*/
}


.tabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    padding: 0 14px;
    height: 38px;
    background: #ededed;
    border: none;
}

.tabs a:hover {
    background: #BF2429;
    color: #fff;
}

.cabinet__orders-edit a {
    width: 26px;
    height: 26px;
    color: #98979D;
    background: none;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cabinet__orders-edit a:hover {
    color: #BF2429;
}

.good__tags li {
    position: relative;
}

.good__tags i {
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-align: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;

    width: 275px;
    position: absolute;
    top: 34px;
    left: 132px;
    color: #98979D;
    font-size: 1.4rem;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-style: normal;
    z-index: 10;
}

.good__tags li:hover i {
    opacity: 1;
    height: 62px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: visible;
}

.good__tags i:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    top: -12px;
    left: 20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}


.chat-container {
    z-index: 1000;
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
    right: 116px;
    bottom: 80px;
    display: none;
}

.chat-container.active {
    display: block;
}


@media (max-width: 900px){
	.header-btn__catalog{
		display: none !important;
	}
	.header-menu {
		display: none;
	}
}

@media (max-width: 420px) {
    .populars__item .good__label_v2 {
        height: unset;
        padding: 10px;
    }
}
@media (max-width: 768px) {
	.populars__item .populars__item-button:hover{
		border: 1px solid #8CA6BF;
		background: #fff;
		color: #8CA6BF;
	}
    .catalog__range-input {
        width: 50%;
        height: 40px;
    }

    .catalog__range-toper {
        justify-content: flex-start;
        gap: 20px;

    }
	.footer__copy,
	.footer__copy div{
		flex-wrap: wrap;
		gap: 10px !important;
	}
    .checkbox {
        zoom: 1.4;
        align-items: baseline;
    }

    .populars__item-button {
        height: 46px;
		background: unset;
    }

    .select2-selection__rendered {
        margin-top: 5px;
    }

    .content__const form {
        width: 100%;
    }

    .cart__info-left {
        flex-direction: column;
    }
    
    .cart__info-price {
        align-items: flex-start;
    }

    .cart__info-total {
        flex-wrap: wrap;
    }

    .cart__info-label {
        margin-bottom: 10px;
    }

    .basket-items-search-field {
        margin-bottom: 10px;
    }

    .title-search-result.mob-search__sub {
        padding-top: 0;
    }
}

.focus_label label{
    font-size: 1.2rem;
    top: 10px;
}


.input-label textarea:focus ~ label, .input-label textarea:not(:placeholder-shown) ~ label {
    font-size: 1.2rem;
    top: 10px;
}

.personal-order-detail-products-item-name-link {
    padding: 5px;
    line-height: 17px;
} .callback-popup__input-cont p,
  #callback-popup__form p {
    font-size: 16px;
    font-weight: 300;
    color: #98979d;
} .callback-popup__input-cont p a,
  #callback-popup__form p a {
    font-size: 16px;
    font-weight: 300;
    color: #8CA6BF;
}

body #header .js_search_href.all_result .js_search_href.all_result_button {
    background-color: #243237;
    border-color: #243237;
} body #header .js_search_href.all_result .js_search_href.all_result_button:hover {
    background-color: #171717;
    border-color: #171717;
    color: #FFF;
} body #menu-sticky .js_search_href.all_result .js_search_href.all_result_button {
    background-color: #243237;
    border-color: #243237;
} body #menu-sticky .js_search_href.all_result .js_search_href.all_result_button:hover {
    background-color: #171717;
    border-color: #171717;
    color: #FFF;
} 

body .select2-results__option[aria-selected="true"] {
    background: #243237 !important;
    color: #FFF !important;
} body .select2-results__option[aria-selected] {
    font-weight: 500 !important;
} .cart__info-text p:first-child {
    font-size: 15px;
    font-weight: 300;
    color: #8CA6BF;
}

.populars__item-price_text {
	font-size: 12px;
    font-weight: 500;
    color: #8ca6bf;
    text-align: center;
    margin-top: 15px;
}

h1.thanks__title {
    margin-top: 30px;
    margin-bottom: 10px;
}
.thanks {
    padding: 40px 0 10px;
} .thanks__content {
    display: flex;
    justify-content: space-evenly;
} .thanks_left * {
    margin: 0;
    padding: 0;
} .thanks_left img {
    margin: 60px 0 40px;
} .thanks_left h1 {
    max-width: 445px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
    margin: 0 0 40px;
} .thanks_left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    margin: 0 0 20px;
} .thanks_left span {
    font-weight: 700;
} .thanks_left a:last-of-type {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: #fff;
    margin-top: 50px;
    padding: 15px 30px;
    background: #8ca6bf;
    border-radius: 10px;
} .thanks_right {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 440px;
    width: 100%;
} .thanks_right img:first-of-type { 
    max-height: 540px;
    position: relative;
    z-index: 1;
} .thanks_right img:last-of-type {
    position: absolute;
    top: auto;
    right: 5px;
} @media (max-width: 768px) {
    .thanks {
        padding: 50px 0 10px;
    } .thanks__content {
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        gap: 50px;
    }
} @media (max-width: 450px) {
    .thanks-page h1.content__title {
        margin-bottom: 20px;
    } .thanks-page .content__breadcrumbs {
        margin-top: 15px;
    } .thanks.thanks__content {
        padding-top: 10px;
    } .thanks_right img:last-of-type {
        display: none;
    } .thanks_left h1 {
        font-size: 32px;
        margin: 0;
        line-height: 36px;
    } .thanks_left img {
        width: 45px;
        margin: 10px 0 0 0;
    } .thanks_right {
        display: none;
        align-items: center;
        position: absolute;
        right: 0px;
        width: fit-content;
        top: 50px;
    } .thanks_right img:first-of-type {
        max-height: 240px;
    } 
    
    .thanks_left {
        display: flex;
        flex-wrap: wrap;
    } .thanks .header__logo {
        max-width: 188px;
        width: 100%;
    } .thanks_left p {
        margin: 0 0 10px;
    } .thanks_left a:last-of-type {
        margin-top: 20px;
    } .thanks-block {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-top: 60px;
        margin-bottom: 50px;
    }
}

.good .good__body .good__body-buy .good__body-buy_top .good__label:nth-child(2) {
    border-radius: 4px 0 0 4px;
    color: #243237;
} .good .good__body .good__body-buy .good__body-buy_top {
    gap: 0;
}

@media (max-width: 899px) {
    .header__mobmenu {
        height: calc(100vh - 110px);
        overflow: auto;
    } #menu-sticky .header__mobmenu {
        height: calc(100vh - 68px);
    }
}