.b-filter__submit, .b-filter__reset {
    cursor: pointer;
}

.bx_catalog-compare-list {
    display: none;
}

/*.c-product__price:after, .b-price__value:after{*/
/*display:none;*/
/*}*/
.toggle-counter__button {
    text-decoration: none;
}

#bx-soa-region, .bx-soa-pp-company-logo, .bx-soa-pp-company-smalltitle, .bx-soa-pp-company-checkbox, .bx-soa-coupon {
    display: none;
}

.bx-soa-pp-company {
    padding-bottom: 1px !important;
}

.order-basket--button {
    text-decoration: none;
    text-align: center;
}

.order-content--select {
    display: none;
}

button[disabled],a[disabled], html input[disabled] {
    cursor: not-allowed;
    opacity: .4;
}

.no-elem {
    display: none !important;
}

.footer__attetion {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__link {
color: #fff;
text-decoration: none; 
}

.errors-order-u .err_form {
    font-size: 16px;
}

.fadeback-button {
    margin-left: 35%;
}

@media (max-width: 750px) {
    .fadeback-button {
        margin-left: 25%;
    }
}

.on-comp .c-product__pic-icon, .in_wishlist .c-product__pic-icon {
    width: 100%;
    height: 100%;
}

.ic-det, .order-option__icon {
    width: 20px;
    height: 20px;
}

.catalog-item__name {
    width: 100%;
    bottom: -41px;
    left: 0px;
}

.catalog-item__name:before {
    display: none;
}

.content-page {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.bx_catalog-compare-list {
    display: none !important;
}

.addr-p {
    width: 100% !important;
}

.toggle-view__item {
    cursor: pointer;
}

#visible-type {
    display: none;
}

.c-product__pic-icon {
    margin-top: -2px;
}

.order-tabs__nav--link {
    cursor: pointer;
}

.c-filter__link {
    text-decoration: none;
    border-bottom: 1px solid #bce0e3;
}

.c-filter__link:hover {
    border-bottom: none;
}

.c-filter__link_active {
    font-weight: 400;
    border-bottom: none;
}

.toggle-counter__button {
    line-height: 32px;
}

.catalog-table__row .c-product__price-line {
    border-bottom: none;
}

.catalog-table--price:after {
    content: " ₽";
    font-size: 14px;
    color: #aeaeae;
    font-weight: normal;
}

.catalog-table--brand {
    position: relative;
}

.catalog-table--brand:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    transform: translate3d(-100%, -50%, 0);
    border: 10px solid transparent;
    border-right: 12px solid rgba(185, 223, 226, .95);
}

.to-top {
    display: none;
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: 50%;
    transition: none;
}
.confirm_order p, .confirm_order td, .confirm_order b{
    font-size: 17px;
}

.main-slider .slick-slide {
	height: auto !important;
}

.b-order__brand{
    height: 68px;
}

.b-order__brand-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.favorites-table--in-basket {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: -1px 0 0;
    white-space: nowrap;
}
.catalog-list__items_top {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.catalog-list__items_top .catalog-list__item {
    width: unset;
}

.catalog-list__items_top .catalog-item {
    min-height: unset;
    margin: 0;
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border: 1px solid rgb(27,151,161);
}



.catalog-list__items_top .catalog-item__name {
    position: relative;
    bottom: unset;
    background: transparent;
    color: rgb(27,151,161);
}

.catalog-list__items_top .catalog-item:hover {
    opacity: 0.7;
}

.catalog-list__items_top .catalog-item.catalog-item_active .catalog-item__name {
    color: #fff;
    background: rgb(27,151,161);
}

@media (max-width: 900px) {
    .catalog-list__items_top {
        display: none;
    }

    .favorites-table--in-basket {
        text-align: right;
    }
}



/* КУКИ */

.cookie-consent {
	display: none; 
	flex-direction: row;
	gap: 48px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50%;
    width: 100%;
    padding: 15px 20px;
    background: #2e2e2e;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
	box-sizing: border-box;
}

.cookie-consent__text {
    font-size: 14px;
    line-height: 1.4;
    margin-right: 15px;
	color: #FFF;
}

.cookie-consent__button {
   	padding: 0 20px;
	background: transparent;
    border: 2px solid #0b96a0;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    flex-shrink: 0;
	color: #0b96a0;
	text-transform: uppercase;
}

.cookie-consent__button:hover {
    background: #0b96a0;
	color: #FFF;
}

a.policy{
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

.politika{
    color: #1b97a1;
    line-height: 22px;
    font-size: 14px;
}

.politika:hover{
    text-decoration: none;
}

.b-checkbox{
    font-size: 14px;
}


@media(max-width: 975px){

	.cookie-consent {
		width: 100%;
		max-width: unset;
		left: 0;
		right: 0;
		transform: none;
		flex-direction: column;
		gap: 24px;
	}
}

