.card-product__price-catalog-2 {display: none}
.close-link {
	color: var(--primary-color);
	text-decoration: underline;
	cursor: pointer;
	font-weight: 500;
}
.jq-selectbox {width: 100%}
.side-panel {
transition: all 0.1s;
}
.side-panel__active {
transition: all 0.1s;
}
.loader-wrapper {
display: flex;
height: 100vh;
width: 100%;
align-items: center;
justify-content: center;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: rgb(37, 137, 255);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

.footer__address {

margin-top: 40px; color: rgb(103, 113, 120); font-size: 14px; text-align: right
}
.header__menu>li>ul>li>a:hover {
	color: #2589ff;
}
.footer .link-zakaz-zvonok {
	text-decoration: none;
}
.flex-title {
	display: flex;
	align-items: center;
	gap: 10px;
}
.flex-title span {
	color: var(--gray-color);
	display: block;
	margin-bottom: -5px;
}
.home-slider .swiper,
.home-slider .swiper-slide img {
	border-radius: 12px;
	overflow: hidden;
}
.basket-right2__form-info>p {
	padding-top: 0;
}
.js-show-full-menu {
font-size: 14px;
}
.footer__list-item.other-item {
display: none;
}
.show-all .footer__list-item.other-item {
display: block;
}
.hide{
		display:none !important;
	}

	.basket-total-price-old {
		left: 2rem;
		position: relative;
		color: var(--gray-color) !important;
		text-decoration: line-through;
	}

.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
	right: -550px;
    background: var(--background-color);
	transition: all 0.5s;
    width: 550px;
    height: 100vh;
}

.side-panel__active{
	 right: 0;
	 transition: all 0.5s;
	 display: none;
}

.side-panel__up-1{
	width: 22%;
}

.side-panel__up-2{
	width: 25%;
}

.side-panel__up-3{
	width: 42%;
	text-align: right;
}

.side-panel__up-4{
	width: 8%;
	text-align: right;
}

.side-panel__up-1 > span{
	font-size: var(--fs);
    color: var(--text-color);
    font-weight: 500;
}

.side-panel__up-2 > span{
    color: var(--gray-color);
    font-weight: 400;
}

.side-panel__up-3 > a{
	--_icon-size: .75rem;
}

.side-panel__up-4 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.side-panel-btn__close{
	--_padding-y: .5rem;
	--_padding-x: .5rem;
	--_icon-size: .875rem;
}

.side-panel__up{
	padding: 1rem 1.25rem;
	border-bottom: var(--border);
	align-items: center;
}

.side-panel__down{
	padding: 1rem 0 0;
	border-top: var(--border);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 550px;
}

.side-panel__price{
	background: var(--background-color);
	padding: 1.25rem 1.25rem 2rem;
	align-items: center;
}

.side-panel__price-1{
	width: 40%;
}

.side-panel__price-2{
	width: 40%;
	text-align: right;
}

.side-panel__price-1 > label{
	font-size: var(--fs);
	color: var(--text-color);
	display: block;
}

.side-panel__price-1 > span{
    display: block;
		font-size: var(--fs);
    color: var(--text-color);
    font-weight: 500;
}

.side-panel__price-2 > * {
	width: 100%;
}

.button-primary__side-btn{
    margin-bottom: .625rem;
}

.side-panel__money-cart{
	background: var(--background-color--light);
	padding: .625rem 0;
	align-items: center;
}

.side-panel__money-cart-td{
	width: 20%;
}

.side-panel__money-cart-td > img{
    filter: grayscale(100%);
	cursor: pointer;
	margin: 0 auto;
}

.side-panel__money-cart-td > img:hover{
    filter: grayscale(0%);
}
	
.side-panel__middle{
	overflow-y: auto;
}

.side-panel__product{
	padding: 1rem 0;
	border-bottom: var(--border);
}

.side-panel__product-close{
	--_height: 1.5rem;
	--_border-radius: 50%;
	--_background-color: var(--background-color--light);
	--_icon-size: .625rem;
	
	--_background-color-active: var(--background-color--light);

	width: 1.5rem;
	display: none;
	position: absolute;
	left: .875rem;
}

.side-panel__product:hover .side-panel__product-close{
	display: flex;
	cursor: pointer;
}

.side-panel__product-1{
	width: 20%;
	position: relative;
	padding: .75rem;
}

.side-panel__product-2{
	width: 62%;
}

.side-panel__product-3{
	width: 15%;
	text-align: center;
}

.side-panel__product-1 > img{
	margin: 0 auto;
	height: 80px;
}

.side-panel__product-2 > h2{
	display: block;
	font-size: var(--h5);
	line-height: normal;
	margin-bottom: .625rem;
}

.side-panel__product-2 > span{
	display: block;
	font-size: var(--h5);
	font-weight: 500;
	line-height: normal;
	margin-bottom: .625rem;
}

.side-panel__product-2 > a{
	color: var(--text-color);
	text-decoration: none;
	font-size: var(--fs);
	line-height: normal;
}

.side-panel__product-2 > a:hover{
	color: var(--primary-color);
}

.side-panel__product-2 > a:hover svg{
	fill: var(--primary-color);
}

.side-panel__product-3__minus > button, 
.side-panel__product-3__plus > button {
	width: 2rem;
	height: 2rem;
	font-size: var(--fs-lg);
	line-height: normal;
	color: var(--text-color);
	background-color: var(--background-color--light);
	border-radius: 50%;
}

.side-panel__product-3__minus > button:is(:hover, :focus-visible, :active), 
.side-panel__product-3__plus > button:is(:hover, :focus-visible, :active) {
	color: var(--primary-color);
}

.side-panel__product-3__delete > button > svg{
	fill: var(--danger-color);
	width: 6px;
	height: 6px;
	display: block;
}

.side-panel__product-3__input{
	padding: .75rem 0;
}

.side-panel__product-3__input > input{
    text-align: center;
    width: 4ch;
}

.side-panel__product-3__minus > button:hover,
.side-panel__product-3__plus > button:hover,
.side-panel__product-3__delete > button > svg:hover{
	color: var(--primary-color);
	fill:  var(--primary-color);
}

.card-product__quantity button {
	border: none;
}

.subCategory__item-link .subCategory__item-image {
	filter: none;
}

.swiper-slide .vega-h2,
.card-product__price-catalog-1 .vega-h2 {
	font-size: 1.125rem;
	font-weight: 600;
}

.card-product__price-catalog-1>del {
	font-size: .875rem;
}

.card-product__price-catalog-1>span {
	font-weight: 600;
	font-size: .75rem;
}

.header__bar .container > div:first-child {
	display: none !important;
}
.levels .level2_wrapper .productImage img {
	padding: 60px;
	max-width: 300px;
}

.subCategory__item-link .subCategory__item-image
{
	filter: none;
}

.subCategory__item-image img {
	width: auto;
	height: 60px;
	max-width: 70px;
}
.shadow-box-gray {
	box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
}

.subCategory__item a {
	height: 100%;
}

.items-start img {
	height: 170px;
	width: auto;
	max-width: 100%;
}

.levels .level3 li:nth-child(1) {
	white-space: nowrap;
}

.products .card-product {
	border: 1px solid #e4ebf0;
}
.products .card-product:hover {
	border: 1px solid #bec9d1;
}

#header__catalog-menu {
	margin-top: -19px;
}


.levels .level2_wrapper {
	overflow: auto;
}

.tabs_controls {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(8,9,10,.08);
	margin-bottom: 20px;
}
.brandsSliderTitle a {
	color: #2589FF;
}
.catalog-smart-filter-popup-link {
	background-color: #08457e;
	font-size: 14px;
}


.card-product__price-catalog-2 {display: none}
.close-link {
	color: var(--primary-color);
	text-decoration: underline;
	cursor: pointer;
	font-weight: 500;
}
.hide{
	display:none !important;
}

.basket-total-price-old {
	left: 2rem;
	position: relative;
	color: var(--gray-color) !important;
	text-decoration: line-through;
}

.side-panel {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -550px;
	background: var(--background-color);
	transition: all 0.5s;
	width: 550px;
	height: 100vh;
}

.side-panel__active{
	right: 0;
	transition: all 0.5s;
	display: none;
}

.side-panel__up-1{
	width: 22%;
}

.side-panel__up-2{
	width: 25%;
}

.side-panel__up-3{
	width: 42%;
	text-align: right;
}

.side-panel__up-4{
	width: 8%;
	text-align: right;
}

.side-panel__up-1 > span{
	font-size: var(--fs);
	color: var(--text-color);
	font-weight: 500;
}

.side-panel__up-2 > span{
	color: var(--gray-color);
	font-weight: 400;
}

.side-panel__up-3 > a{
	--_icon-size: .75rem;
}

.side-panel__up-4 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.side-panel-btn__close{
	--_padding-y: .5rem;
	--_padding-x: .5rem;
	--_icon-size: .875rem;
}

.side-panel__up{
	padding: 1rem 1.25rem;
	border-bottom: var(--border);
	align-items: center;
}

.side-panel__down{
	padding: 1rem 0 0;
	border-top: var(--border);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 550px;
}

.side-panel__price{
	background: var(--background-color);
	padding: 1.25rem 1.25rem 2rem;
	align-items: center;
}

.side-panel__price-1{
	width: 40%;
}

.side-panel__price-2{
	width: 40%;
	text-align: right;
}

.side-panel__price-1 > label{
	font-size: var(--fs);
	color: var(--text-color);
	display: block;
}

.side-panel__price-1 > span{
	display: block;
	font-size: var(--fs);
	color: var(--text-color);
	font-weight: 500;
}

.side-panel__price-2 > * {
	width: 100%;
}

.button-primary__side-btn{
	margin-bottom: .625rem;
}

.side-panel__money-cart{
	background: var(--background-color--light);
	padding: .625rem 0;
	align-items: center;
}

.side-panel__money-cart-td{
	width: 20%;
}

.side-panel__money-cart-td > img{
	filter: grayscale(100%);
	cursor: pointer;
	margin: 0 auto;
}

.side-panel__money-cart-td > img:hover{
	filter: grayscale(0%);
}

.side-panel__middle{
	overflow-y: auto;
}

.side-panel__product{
	padding: 1rem 0;
	border-bottom: var(--border);
}

.side-panel__product-close{
	--_height: 1.5rem;
	--_border-radius: 50%;
	--_background-color: var(--background-color--light);
	--_icon-size: .625rem;

	--_background-color-active: var(--background-color--light);

	width: 1.5rem;
	display: none;
	position: absolute;
	left: .875rem;
}

.side-panel__product:hover .side-panel__product-close{
	display: flex;
	cursor: pointer;
}

.side-panel__product-1{
	width: 20%;
	position: relative;
	padding: .75rem;
}

.side-panel__product-2{
	width: 62%;
}

.side-panel__product-3{
	width: 15%;
	text-align: center;
}

.side-panel__product-1 > img{
	margin: 0 auto;
	height: 80px;
}

.side-panel__product-2 > h2{
	display: block;
	font-size: var(--h5);
	line-height: normal;
	margin-bottom: .625rem;
}

.side-panel__product-2 > span{
	display: block;
	font-size: var(--h5);
	font-weight: 500;
	line-height: normal;
	margin-bottom: .625rem;
}

.side-panel__product-2 > a{
	color: var(--text-color);
	text-decoration: none;
	font-size: var(--fs);
	line-height: normal;
}

.side-panel__product-2 > a:hover{
	color: var(--primary-color);
}

.side-panel__product-2 > a:hover svg{
	fill: var(--primary-color);
}

.side-panel__product-3__minus > button,
.side-panel__product-3__plus > button {
	width: 2rem;
	height: 2rem;
	font-size: var(--fs-lg);
	line-height: normal;
	color: var(--text-color);
	background-color: var(--background-color--light);
	border-radius: 50%;
}

.side-panel__product-3__minus > button:is(:hover, :focus-visible, :active),
.side-panel__product-3__plus > button:is(:hover, :focus-visible, :active) {
	color: var(--primary-color);
}

.side-panel__product-3__delete > button > svg{
	fill: var(--danger-color);
	width: 6px;
	height: 6px;
	display: block;
}

.side-panel__product-3__input{
	padding: .75rem 0;
}

.side-panel__product-3__input > input{
	text-align: center;
	width: 4ch;
}

.side-panel__product-3__minus > button:hover,
.side-panel__product-3__plus > button:hover,
.side-panel__product-3__delete > button > svg:hover{
	color: var(--primary-color);
	fill:  var(--primary-color);
}

.header__container .header__contacts {
	display: none !important;
}

.mobile-search {display: none}
@media (max-width: 992px){
.app {
padding-top: 134px;
	}
.header__nav .search__mobile-icons {
display: none !important
	}
.mobile-search {
position: fixed;
top: 83px;
background: #fff;
left: 0;
right: 0;
display: block;
z-index: 9;
	}
.slinky-menu .vega-btn:not(.back) > span {
	display: flex;
align-items: center;
gap: 10px;
}
.header-title-nav .back {
background: url('images/arrow-right.svg') center no-repeat;
background-size: 16px 16px;
width: 22px;
display: block;
flex-shrink: 0;
transform: rotate(180deg)
}

.footer__address {
text-align: left
}

.header__logo img {
margin-left: 10px;
	}
.header__container .header__contacts li a {
font-size: 10px;
	}
.header__container .header__contacts li:first-child {
		display: flex;

	}
.header__container .header__contacts {
		display: flex !important;
flex-direction: column;
padding-left: 10px;
	}
.header__container .header__contacts li a {
		font-size: 12px;
	}
.header__container .header__contacts li {
		margin-left: 0;
	}
}