

/* Start:/local/templates/suvenir/components/bitrix/catalog.section.list/catalog-section-new/style.css?1725956504568*/
.main__categories-item:nth-child(1n + 7) {
	display: none;
	transition: 0.1s ease-in;
}

.sections_show_more
{
    text-align: center;
    z-index: 50;
    position: relative;
}

.sections_show_more a.btn {
    text-decoration: none;
    background-color: var(--color-light-green);
    color: var(--color-white);
    font-weight: 500;
    padding: 20px 80px;
    border-radius: 70px;
    font-size: 16px;
    display: inline-flex;
    font-family: 'Roboto';
}
.sections_show_more a.btn:hover {
    background-color: var(--color-green);
    color: var(--color-white);
}
/* End */


/* Start:/local/templates/suvenir/components/bitrix/system.pagenavigation/round_catalog/style.css?17695091563483*/
.s-pagination{
	display: flex;
	flex-direction: row;
	height: auto;
}
@media(max-width:980px){
	.s-pagination{
		flex-direction:column;
	}
}
.s-pagination-container ul{
	display: flex;
	margin-right: 100px;
}
@media(max-width:980px){
	.s-pagination-container ul{
		margin-right: 0px;
	}
}
.s-pagination-container ul li{
	color: var(--color-bordo-light);
	margin-right: 20px;
}
.s-pagination-container ul li.s-active{
	color: var(--color-white);
	border: 1px solid var(--color-bordo-light);
	border-radius: 20px;
	background-color: var(--color-bordo-light);
	display: inline-block;
	min-width: 40px;
	padding: 9px 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	font-family: 'Roboto';
}

.s-pagination-container ul li.s-pag-prev{
	display: none;
}
.s-pagination-container ul li a{
	border: 1px solid var(--color-bordo-light);
	border-radius: 20px;
	color: var(--color-bordo-light);
	display: inline-block;
	min-width: 40px;
	padding: 9px 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	font-family: 'Roboto';
	transition: all 0.3s ease;
}
.s-pagination-container ul li a:hover {
	background: var(--color-bordo-light);
	color: var(--color-white);
}
.s-pagination-container ul li a.next{
	border: none;
	display: flex;
}
.s-pagination-container ul li a.next:hover {
	background-color: transparent;
	color: var(--color-bordo-light);
}
.s-pag-next {
	margin-right: 0;
}

.s-pag-next > span{
	border: none;
	display: flex;
}
.s-pag-next > span{
	
	border-radius: 20px;
	color: var(--color-gray-light);
	display: inline-block;
	min-width: 40px;
	padding: 9px 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	font-family: 'Roboto';
}
.s-pagination-container ul li a.next:after{
	content: url('/local/templates/suvenir/components/bitrix/system.pagenavigation/round_catalog/images/pagination_next.svg');
	margin-left: 14px;
}

@media(max-width:980px){
	.s-pagination-container{
		order: 2;
	}
}
.load_more{
	border: 1px solid var(--color-bordo-light);
	border-radius: 20px;
	color: var(--color-bordo-light);
	font-weight: 600;
	font-size: 16px;
	height: 40px;
	padding: 10px 90px;
	font-family: 'Roboto';
	cursor: pointer;
	display: inline-flex;
	position: absolute;
	right: 0;
}
@media(max-width:980px){
	.load_more{
		order: 1;
		margin-bottom: 10px;
		text-align: center;
	}

}

@media(max-width:768px){
	.load_more {
		margin: 60px auto 10px;
		width: 80%;
		left: 10%;
		right: 10%;
		display: inline-block;
	} 

	.paginator-section {
		width: 80%;
		left: 10%;
		right: 10%;
		position: absolute;
	}

	.s-pagination-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
}

@media screen and (max-width:576px) {
	.load_more {
		padding: 10px;
	}
	

	.s-pagination-container ul li {
		margin: 10px 4px;
  }

	.s-pagination-container ul li a {
    border-radius: 50%;
    min-width: 30px;
    padding: 4px 8px;
    font-size: 12px;
    height: 30px;
	}

	.s-pagination-container ul li.s-active {
		border-radius: 50%;
		min-width: 30px;
		padding: 5px 8px;
		font-size: 12px;
		height: 30px;
	  }

	.s-pagination-container ul li a.next:after {
		margin-left: 6px;
	}

}

/* End */


/* Start:/local/templates/suvenir/components/bitrix/catalog.section/popular_products/style.css?17189011365023*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
.entries {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
	margin-bottom: 44px;
}
.main__products {
    flex-direction: column;
    position: relative;
}
.main__products .swiper-container {
    width: 100%;
}
.main__products h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    font-family: "Roboto";
}
.slider-similar-prod_prev,
.slider-similar-prod_next{
	height: 20px;
	content: url('/local/templates/suvenir/components/bitrix/catalog.section/popular_products/images/arr_slider_similar.svg');
	width: 10px;	
	position: absolute;
	cursor: pointer;
	top: 38px;
}
.slider-similar-prod_next{
	right: 0px;	
}
.slider-similar-prod_prev{
	right: 40px;
	transform: rotate(180deg);
}
@media(max-width:980px){
    .main__products h2 { font-size: 26px; }
    .slider-similar-prod_prev,
	.slider-similar-prod_next{
        top: 25px;
    }
    .slider-similar-prod_prev{
        right: 30px;
    }
	/*.slider-similar-prod_prev,
	.slider-similar-prod_next{
		content: url('/local/templates/suvenir/components/bitrix/catalog.section/popular_products/images/arr_mob_next.svg');
        top: 0;
		width: 25px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.205);
		z-index: 11;
		padding: 5px;
		opacity: 0.3;
	}
	.slider-similar-prod_next{
		right: 0px;	
	}
	.slider-similar-prod_next:hover{
		opacity: 1;
	}
	.slider-similar-prod_prev{
		left: 0;
	}*/
}
/* End */


/* Start:/local/templates/suvenir/components/bitrix/catalog.item/catalog_itm/style.css?16581597226993*/
/*карточка товара*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	-webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}



@media(max-width:980px){
	.product-item-container.hover .product-item{
		position: relative;
		right: unset;
		left: unset;
		padding: 0;
		top:unset;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
	}
	.bx-no-touch .product-item-container.hover .product-item {
		position: unset;
		right: unset;
		left: unset;
		padding: unset;
		width: auto;
		border: unset;
		background: #fff;
		-webkit-box-shadow:unset;
		        box-shadow:unset;
	}
}

.product-item{
	display: block;
	border-radius: 7px !important;	
}
.product-item-image-wrapper{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-top: 102%;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color:#fafafa;
}
.card-images{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-top: 102%;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color:#fafafa;

}
.product-item-image-original{
	position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
}
.block-but-price{
	border-top: 1px solid var(--color-gray-middle-opacity30);
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.card-buy_form{
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
@media(max-width:980px){
	.card-buy_form{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-top: 11px;
	}
}
.block-price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.price-current{
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	margin-top: 8px;
	font-family: 'Roboto';
}
@media(max-width:980px){
	.price-current{
		font-size: 12px;
		margin-top: 0px;
	}
}
.product-item-price-old{
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	margin-top: 2px;
	font-family: 'Roboto';
	position: relative;
	color: var(--color-gray-middle-opacity50);
	
}
.product-item-price-old:before {
	z-index:5;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 15px;
	height: 1px;
	background: var(--color-bordo-light);
	}
@media(max-width:980px){
	.product-item-price-old{
		font-size: 12px;
		margin-top: 0px;
	}
}
.button-buy{
	width: 20px;
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	position: relative;
}
.button-buy:before{
	position: absolute;
	content: url('/local/templates/suvenir/components/bitrix/catalog.item/catalog_itm/images/basket_icon.svg');
	right: 0;
}
.card-name{
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	margin-top:10px;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Roboto';	
}
@media(max-width: 1280px){
	.card-name
	{
	
		line-height: 120%;
	}
}
@media(max-width: 1024px){
	.card-name
	{
		font-size: 14px;
		
	}
}
@media(max-width:980px){
	.card-name{
		font-size: 12px;
		
	}
}
.card-name a{
	color: var(--color-gray-dark);
        text-decoration: none;
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 150%;
       
	background: -o-linear-gradient(top left, var(--color-gray-dark) 60%, #ffffff00 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(60%, var(--color-white)), to(#ffffff00));
        background: linear-gradient(to bottom right, var(--color-gray-dark) 60%, #ffffff00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
@media(max-width: 1280px){
	.card-name a
	{
		font-size: 15px;
		line-height: 120%;
	}
}
@media(max-width: 1024px){
	.card-name a
	{
		font-size: 14px;
		line-height: 120%;
	}
}
/* .card-name:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
	
} */

.product-item-label-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	height: 28px;
	width: 56px;
	color: var(--color-white);
	font-weight: 600;
	font-size: 16px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 0 20px rgb(58 67 70 / 30%);
	        box-shadow: 0 0 20px rgb(58 67 70 / 30%);
	
	font-family: 'Roboto';
}
.product-item-label-text{
	background-color: var(--color-light-green);
}
.product-item-label-ring {background-color: var(--color-light-orange);}
.product-item-label-top {
	top:10px;
}
.product-item-label-right{
	right: 0;
}
.product-item-label-left{
	left:0;
}

.product-item-color-variants {
	display: flex;
    align-items: stretch;
	align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: -15px;
}
.color-variant-preview {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	width: calc(25% - 5px);
	max-width: 38px;
	max-height: 38px;
	margin: 2.5px;
}
.color-variant-preview-container {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.color-variant-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.color-variant-preview.active {
	border: 1px solid var(--color-bordo-light);
}
.color-variant-preview.notAvailable {
	opacity: .25;
}

/* End */
/* /local/templates/suvenir/components/bitrix/catalog.section.list/catalog-section-new/style.css?1725956504568 */
/* /local/templates/suvenir/components/bitrix/system.pagenavigation/round_catalog/style.css?17695091563483 */
/* /local/templates/suvenir/components/bitrix/catalog.section/popular_products/style.css?17189011365023 */
/* /local/templates/suvenir/components/bitrix/catalog.item/catalog_itm/style.css?16581597226993 */
