/* дубль в start .category__content-leftside {
    max-width: 320px;
    display: block;
    flex-shrink: 0;
    position: fixed;    
    top: 0;
    visibility: hidden;
    left: -100%;
    z-index: 998;
    width: 100vw;
    height: auto;
    padding: 90px 15px 50px 15px;
    transition: all .1s linear;	
	
	.leftside__categories {
  display: none;
}

}*/

.page__info {
    margin-bottom: 22px;
}

.page__info p {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: var(--text-1f);
}

.subcategory {
	display: flex;
	align-items: center;
	gap: 14px;
	overflow: scroll;
	margin-bottom: 12px;
	margin-right: -15px;
	padding-bottom: 15px;
	margin-top: 10px;	
	align-items: normal;
}

.subcategory::-webkit-scrollbar { width: 0; }

.subcategory__item {
    background: var(--subcategory-background);
    border-radius: var(--subcategory-radius);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    flex-shrink: 0;
    /*max-width: calc(var(--subcategory__item_width) + 30px);*/
	max-width: 300px;
	max-width: var(--subcategory__item2);
	/*min-width: 180px;*/
    text-decoration: none;
    transition: all .1s linear;
	min-height: 50px;
	color: var(--text-1f);		
	flex-wrap: var(--subcategory-wrap);
	margin-right: 6px;
}

.subcategory__item:hover {
    opacity: 1;
    transition: all .1s linear;
}

.subcategory__item span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;    
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 3px 8px;
}



.subcategory__item-box {  
    border-radius: var(--subcategory-radius2);
    overflow: hidden;	
	max-width: var(--category-img-width);
	flex-shrink: 0; 
}


.category__products-head {
    margin-bottom: 24px;
}

.products-head_brands {
    font-size: 13px;
    line-height: 25px;
    display: flex;
    margin-right: -15px;
}

.products-head_brands span {
    font-weight: 500;
    color: var(--text-1f);
    margin-right: 24px;
}

.head_brands-item {
    font-weight: 400;
    color: var(--text-1f);
    text-decoration: none;
}

.head_brands-list {
	display: flex;
	align-items: center;
	gap: 16px;
	overflow: scroll;
	padding-bottom: 15px;
}

.head_brands-list::-webkit-scrollbar { width: 0; }

.products-head_sorting {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    display: flex;
}

.head_sorting-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head_sorting-list .sortby {
    margin-right: 17px;
}

.head_sorting-variant {
    margin-right: 13px;
    color: var(--text-blue);
    display: flex;
    align-items: center;
}

.head_sorting-variant .sort-arr {
    margin-left: 5px;
}

.head_sorting-variant.sort_2 .sort-arr {
	transform: rotate(180deg);
}



/* product item */ 

.button {
    display: inline-flex;
    padding: 7px 4px;
    background: var(--button-cart);
    border: 1px solid var(--button-cart);
    border-radius: 3px; 
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    color: var(--text-white);
}

.button.in-cart {
    border-color: #e1e3da; /*var(--tags-color)*/
    color: #bec2c5; /*var(--text-gray-2)*/
    background: #e1e3da; /*var(--tags-color)*/
}

.category__products-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.products {
    margin-bottom: 33px;
}


.product-card {
    /* количество в мобиле */
	width: calc(100%/var(--category-product-mobile) - 10px);
    flex-shrink: 0;
    margin: 0 5px 27px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: initial;
    max-width: var(--max-product-category-width);
}

.product-card .count-products_box {
	margin: 0px 0px 9px 0px;
}

.product-card .count-products_box .count-products_input .number-amount {
	padding: 8px 15px;
}  

.product-base {
    width: 100%;
}

.product-photo {
    display: block;
    position: relative;
    margin-bottom: 14px;
    padding-top: calc(100% * (240/180));
    height: 0;
	background-color: #fff;
	z-index: -1;
}



.product-card img {
    border-radius: 8px;
    height: auto;
    position: absolute;
    z-index: -1;    
	background-color: #fff;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%); 
	width: auto;
}

.product-photo__notes {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 0 0 6px;
	align-items: flex-start;
}
.product-photo__note {
    padding: 6px 12px;
    gap: 10px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--text-white);
    text-align: center;
}
.note-action {
    background: #FF6569;
}
.note-new {
    background: #80A584;
}

.note-hit {
    background: #FBC13B;
}

.note-sale {
    background: #BEC2C5;
}


.product-price {
    display: flex;
    align-items: baseline;
}

.current-price {
    margin-right: 7px;
    color: var(--text-price);
    display: flex;
    align-items: baseline;
}

.price-currency, .price-before {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;    
}

.price-currency {
	margin-left: 4px;
}

.price-before {
	margin-right: 4px;
}	

.price-cost {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.price-penny {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #3F3F3F;  
}

.old-price {
    font-weight: 400;
    font-size: 12px;
    color: #bec2c5; /*var(--text-gray-2)*/
    text-decoration: line-through;
    white-space: nowrap;

}

.old-price span {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    margin-left: 2px;
}

.product-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: var(--text-1f);
    margin-bottom: 5px;
    text-decoration: none;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-additional {
    display: none;
}
.product-avariables {
    display: flex;
    margin-bottom: 8px;
}
.product-avariables__variant {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: var(--text-black);
}

.product-avariables__variant  .avariable-icon {
    margin-right: 5px;
}

.product-avariables__variant i {
    font-size: 10px;
    line-height: 15px;
    margin-right: 5px;
}

.product-avariables__variant.on-order i {
    color: #FF6569;
}

.product-avariables__variant.in-stock i {
    color: #80A584;
}

.product-avariables__variant.stock-few span {
    color: #FF6569;
}

.add-product {
padding: 7px 4px;
background: var(--links-color);
border: 1px solid var(--links-color);
border-radius: 3px;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: var(--text-white);
transition: all .2s linear;
}

.product-foot {
    margin-top: auto;
}


.category__page {
    margin-bottom: 50px;
}

.page__other-info h2 {
    margin-bottom: 14px;
}

.page__other-info p {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #000;
}

.product-like:hover {
    cursor: pointer;
	
    
}


.cat-title.cat-back {
    padding-left: 12px;
}

.cat-current:hover {
    text-decoration: underline;
}

.cat-current.cat-back .cat-back_icon {
    margin-right: 20px;     
}

.cat-back {
    display: flex;
    width: 32px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.leftside__categories-block {
    padding-right: 63px;
    padding-bottom: 40px;
    padding-left: 48px;
}

.leftside__categories-name {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}



.leftside__categories-list {
    list-style: none;
    padding: 0;
}

.leftside__categories-item {
    font-weight: 500;
    line-height: 22px;
}

.leftside__categories-item:not(:last-child) {
    margin-bottom: 20px;
}

.leftside__categories-item:hover a {
    color: var(--links-2-color);
    text-decoration: underline;
    text-underline-offset: 5px;
    opacity: 1;
}

.leftside__categories-item.current a {
    pointer-events: none;
    color: var(--links-2-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.leftside__categories-item a {
    color: var(--text-1f);
    text-decoration: none;
	font-size: 17px;
}

.head_sorting-filterbut {
	flex-shrink: 0;
}

@media screen and (min-width: 600px) {

    .button {
        padding: 10px 12px;
    }

    .page__info p {
        font-size: 14px;
        line-height: 23px;
    }

	
	.subcategory__item span {
		font-size: 14px;
	}

    .subcategory {
        gap: 20px 14px;
        overflow: hidden;
        margin-bottom: 33px;
       /* max-width: 640px;*/
        flex-wrap: wrap;
        margin-right: 0;
    }

    .products-head_brands {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .head_sorting-list .sortby {
        margin-right: 27px;
    }

    .head_sorting-variant {
        margin-right: 20px;
    }

    .products-head_sorting {
        justify-content: space-between;
        padding-right: 15px;
    }

    .category__products-head {
        margin-bottom: 10px;
    }

    /* количество в планшете */
    .product-card {
        width: calc(100%/var(--category-product-note) - 9px);
        margin: 0 4.5px 40px;
    }

    .product-additional {
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .product-avariables {
        display: none;
    }

    .product-info {
        font-weight: 500;
        line-height: 21px;
    }

    .product-price {
        margin-bottom: 7px;
    }

    .add-product {
        padding: 10px 12px;
    }

    .category__products-list {
        margin: 0 -4.5px 10px -4.5px;
    }

    .page__other-info p {
        font-size: 14px;
        line-height: 23px;
    }

    .category__page  {
        margin-bottom: 38px;
    }

    .head_brands-list {
        overflow: hidden;
        margin-right: 0;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
	
.leftside__categories-list .menu__sub-list.cat-menu-sub { 
	left: 95%;
}
	

/*a.product-photo:hover {
	box-shadow: 0px 5px 22px 1px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	z-index: 99;
}*/

.product-base__photo {
	display: block;
	transition: all .2s linear;
	border-radius: 8px;
	box-shadow:none;
}
.product-base__photo:hover {
	display: block;
	box-shadow: 0px 5px 22px 1px rgba(0, 0, 0, 0.12);	
	border-radius: 8px;
	transition: all .2s linear;
}

.product-photo {
	border-radius: 8px;
}

	
.subcategory__item:hover {
  background: #fff;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.07);
  color: inherit;
}
	
/* дубль в start .leftside__categories-list > .menu__item > .menu__button-sub-open {
    display: flex;
    align-items: center;
	z-index: 1;	
	height: auto;
}
	
.leftside__categories-list > .menu__item > .menu__button-sub-open::before {
    color: var(--text-1f);
    font-size: 10px;
}		

.leftside__categories-block {
	padding-right: 63px;
	padding-bottom: 40px;
	padding-left: 48px;
}

.sidebar-block {
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 30px;
	padding-right: 30px;
}

.leftside__categories-list {
	list-style: none;
	padding: 0;
}

.leftside__categories-item {
	font-weight: 500;
	line-height: 22px;
}

.leftside__categories-item:not(:last-child) {
	margin-bottom: 20px;
}

.leftside__categories-item:hover a {
	color: var(--links-2-color);
	text-decoration: underline;
	text-underline-offset: 5px;
	opacity: 1;
}

.leftside__categories-item.current a {
	pointer-events: none;
	color: var(--links-2-color);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.leftside__categories-item a {
	color: var(--text-1f);
	text-decoration: none;
}

.leftside__categories {
	margin-bottom: 34px;
}

.leftside__categories {
	display: block;
}


.category__content-leftside {
	margin-right: 40px;
}
	
.category__content-leftside {
	display: flex;
	max-width: 313px;
	width: 100%;
	flex-direction: column;
	position: static;
	z-index: 10;
	padding: 0;
	height: 100%;
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.category__content-leftside .menu__sub-list {
	display: none;
}

*/
	

.cat-title.cat-current	{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: var(--ultimate-gray);
	text-decoration: none;
}
	
.product-photo img:hover {
	transition: all 0.2s ease 0s;
	box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.06);
}

.page__info p {
	font-size: 15px;
	line-height: 25px;
}

.page__info {
	margin-bottom: 33px;
}

.head_sorting-filterbut {
	display: none;
}

.subcategory {
	max-width: 100%;
	margin-bottom: 53px;
	margin-top: 30px;
	overflow: visible;
}

.category__content {
	display: flex;
	/* justify-content: space-between; */
	margin-top: 30px;
}



.sidebar-block {
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 30px;
	padding-right: 30px;
}

.cat-title.cat-back {
	padding-left: 12px;
}

.cat-current:hover {
	text-decoration: underline;
}

.cat-current.cat-back .cat-back_icon {
	margin-right: 20px;     
}



.products-head_brands span {
	margin-right: 24px;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
}

.head_brands-item {
	font-size: 15px;
	line-height: 25px;
}

.head_brands-list {
	gap: 6px 33px;
}

.head_sorting-list .sortby {
	margin-right: 20px;
	font-size: 15px;
	line-height: 25px;
}

.head_sorting-variant {
	margin-right: 25px;
	font-size: 14px;
	line-height: 25px;
}

.category__products-head {
	margin-bottom: 32px;
}

.category__products-list {
	margin: 0 -17.5px 10px -17.5px;
	padding-right: 40px;
}

/* количество в нетбуке */
.product-card {
	width: calc(100%/var(--category-product-netbook) - 35px);
	margin: 0 17.5px 55px;
}



.page__other-info p {
	font-size: 15px;
	line-height: 25px;
	color: var(--text-1f);
}

.category__page  {
	margin-bottom: 70px;
}




.price-cost {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
}

.price-penny {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
}

.old-price {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
}

.old-price span {
	font-size: 12px;
	line-height: 15px;
}

.product-additional {
	font-size: 13px;
	line-height: 20px;
}

.product-info {
	font-size: 16px;
	line-height: 24px;
}

.product-info:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.add-product {
	padding: 12px 15px;
	font-size: 14px;
	line-height: 17px;
}

.add-product:hover {
	cursor: pointer;
	background: #e1e3da; /*var(--tags-color)*/
	color: var(--text-1f);
	border-color: #e1e3da; /*var(--tags-color)*/
}

.head_brands-item:hover {
	text-decoration: underline;
}

.head_sorting-variant:hover {
	text-decoration: none;
}


.pagination-arrow:hover span {
	color: var(--links-2-color);
	transition: all .1s linear;
}


.close-filters {
	display: none;
}

.category__content-products {
	padding-left: 0px;
	width: 100%;
}
	
	
.subcategory__item span {
	font-size: 15px;
}
	

	
.subcategory__item {
	padding: 10px 16px;
}	

}

/* количество в декстопе */

@media screen and (min-width: 1280px) {
.product-card {
	width: calc(100%/var(--category-product-desktop) - 35px);
	margin: 0 17.5px 60px;
}

.subcategory__item span {
	font-size: 16px;
}		

/* дубль в start .category__content-leftside .menu__sub-list {
	display: block;
}*/

}	

@media screen and (min-width: 1480px) {
	
.category__content .mtp-admin_note {
	max-width: 100%;
}	

.page__info p {
	font-size: 16px;
}


.page__info {
	margin-bottom: 24px;
}

.subcategory {
	margin-bottom: 35px;
}

/* количество в большом экране */

.product-card {
	width: calc(100% / var(--category-product-full) - 35px);
	margin: 0 17.5px 60px;
}

.product-avariables {
	display: flex;
	margin-bottom: 10px;
}

.product-avariables__variant {
	font-size: 13px;
	line-height: 15px;
}

.product-additional {
	color: var(--ultimate-gray);
}

.product-avariables__variant  .avariable-icon {
	margin-right: 10px;
	width: 10px;
}

.pagination-arrow span {
	font-size: 15px;
	line-height: 18px;
}

.pager-pagination__listpages {
	margin: 0 12px;
}

.page__other-info p {
	font-size: 16px;
}

.category__page {
	margin-bottom: 52px;
}

.category__content-products {
	padding-left: 0px;
}

/* дубль в start .category__content-leftside {
	margin-right: 50px;
}*/

.subcategory__item span {
	font-size: 17px;
	padding: 3px 18px;
}

}