

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17651705532530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/catalog/style.css?17714199774851*/
.f_sort{
    display: flex;
    justify-content: end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}

.f_sort a{
   text-decoration: none;
    color: #359ae0;
    font-weight: 500;
}

.f_sort span{
       color: #999;
}


.product_img {
    height: 100%;
    position: relative;
}


.product_img_line {
	background: #aeaeae;
	height: 2px;
	width: 94%;
	position: absolute;
	bottom: 4px;
	left: 3%;
	opacity:0;
}

.product__articul{
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 7px; 
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    line-height: 13px;
}

.product__price_old{
    font-size: 14px;
    color: #c60a0a;
    text-decoration: line-through;
}

  
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #73644f; 
}
 
.product {
	border-radius: 10px;
    border:3px solid #efefef;
	background:#fff;
	position: relative; 
	height: 100%;
	overflow: hidden;
	background:#EDEEF4
}

.product:hover {
    /*box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);*/
	border:3px dashed #1457FF;
}
 
.product-info{
	padding: 10px;
}

.product_name_price{
	display: flex;
    justify-content: space-between !important;
	gap: 10px;
    flex-direction: row;
}
 
.product__title{ 
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    /* margin-bottom: 4px; */
    /* margin-top: -1px; */
    color: rgba(43, 43, 43, 1) !important;
    text-decoration: none;
    height: 73px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    text-decoration: underline;
    line-height: 18px;
}
 
.product__price{
	display: flex;
    font-size: 18px;
    font-weight: 600;
    color: #1457FF;
    white-space: nowrap;
    flex-direction: column;
    gap: 0px;
    line-height: 20px;
}

.product__har{
	margin-top: 4px;
    margin-bottom: 3px;
	height: 46px;
}
.product__har span{
	background: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 5px;
	white-space: nowrap;
}

.product__star i{
	color:#FF6600;
	font-size:12px;
}


 
 
@media (min-width: 992px){
	
	.product-a{
		position: relative;
		display: block;
		height: 250px;
		background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
		margin-top: 0px;
	}

	.flex-container {
		height: 250px;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		position: absolute; 
		z-index: 30;
	}
  
	.product__btn{
		display: inline-block;
		margin-top: 7px;
		padding: 8px 36px;
		background:#1457FF;
		text-align: center;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 500;
		transition: all .3s linear;
		cursor:pointer;
		width: 100%;
	}

}
 
@media (max-width: 992px){

	.product-a{
		position: relative;
		display: block;
		height: 150px;
		background-size: contain !important;
        background-repeat: no-repeat  !important;
        background-position: center  !important;
		margin-top: 0px;
	}

	.flex-container {
		height: 150px;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		position: absolute; 
		z-index: 30;
	}
	
 

	.product__btn{
        display: inline-block;
        margin-top: 7px;
        padding: 8px 0px;
        width: 100%;
        background: #1457FF;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 500;
        transition: all .3s linear;
		cursor:pointer;
		width: 100%;
	}

}


.favorites_card {
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 20;
    font-size: 24px;
    color: #1e283a;
    cursor: pointer;
}

.product_icon{
	position: absolute;
    z-index: 100;
    top: 6px;
    left: 10px;
	display: flex;
	gap: 10px;
}

.product_sale{
    font-size: 13px;
    background: #f1acac82;
    padding: 6px;
    border-radius: 10px;
}

.product_season{
    font-size: 21px;
    color: #59deff; 
}

.product_season_leto{
    font-size: 21px;
    color: #ff5959; 
}



.swiper-recommended > .swiper-scrollbar-drag{
	background:#84aabd;
}

.swiper-recommended{
	position: relative !important;
	height: 2px !important;
}
._scrollbar-recommended {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    grid-template-rows: 20px;
    grid-gap: 20px; 
	margin-top: 30px;
}

.left1-recommended{
	font-size: 29px;
    margin-top: -15px;
    position: absolute;
    color: #c7c7c7;
	cursor:pointer;
}

.right1-recommended{
	font-size: 29px;
    margin-top: -15px;
    position: absolute;
    color: #c7c7c7;
	cursor:pointer;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #1457ff !important;
    color: #fff;
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17651705532530 */
/* /local/templates/.default/components/bitrix/news.list/catalog/style.css?17714199774851 */
