

/* Start:/local/templates/food/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17128809181265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/food/components/bitrix/catalog.element/food_v1/style.css?175753135823244*/
.f-catalog-element-grid * {box-sizing: border-box}
.f-catalog-element-grid .image-wrapper {
    display: flex;
    max-height:600px;
    /*width: 100%;*/
}
.f-catalog-element-grid .image-wrapper .slider {
    width: 100%;
    height: 100%;
}
.f-catalog-element-grid .image-wrapper .thumb {
    flex: 1;
    position: relative;
}
.f-catalog-element-grid .image-wrapper .thumb-nav + .thumb {
    width: calc(100% - 115px);
}
.f-catalog-element-grid .image-wrapper .thumb-nav {
    width: 95px;
    margin-right: 20px;
    max-height: 315px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.f-catalog-element-grid .image-wrapper .thumb-nav img {
    height: 95px;
}
.f-catalog-element-grid .image-wrapper .thumb-nav .video-btn {
    width: 100%;
    height: 95px;
    position: relative;
}
.f-catalog-element-grid .image-wrapper .thumb .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: .3s ease-out;
}
.f-catalog-element-grid .image-wrapper .thumb .video.open {
    opacity: 1;
    visibility: visible;
}
.f-catalog-element-grid .image-wrapper .thumb .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.f-catalog-element-grid .image-wrapper .thumb-nav .video-btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.f-catalog-element-grid .image-wrapper img{margin:0 auto;width:auto;height:auto;max-height:480px;max-width:100%}
.f-catalog-element-grid .image-wrapper .slider {
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px!important;
    height: 40px!important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
    background: transparent url(/local/templates/food/components/bitrix/catalog.element/food_v1/../img/icons/arrow-circle.svg) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}
.swiper-button-prev:after {
    transform: rotate(-180deg);
}

.f-catalog-element-grid hr {
    width: 100%;
    margin: 20px 0;
    background: #0000000D;
    border: none;
}
.f-catalog-element-grid .f-product-info .name-wrapper{
    width: 100%;
}
.f-catalog-element-grid .f-product-info .name-wrapper .name {
    width: calc(100% - 100px);
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.f-catalog-element-grid .f-product-info .name-wrapper .buttons {
    width: 90px;

}
.f-catalog-element-grid .f-product-info .name-wrapper .buttons button {
    padding: 0;
    background: none;
    outline: none;
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
}
.f-catalog-element-grid .f-product-info .subname,
.f-catalog-element-grid .f-product-info .vendor-code{
    font-weight: 300;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 5px;
}
.f-catalog-element-grid .f-product-info .vendor-code {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 300;
}
.f-catalog-element-grid .price-block .price {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #FF7201;
}
.f-catalog-element-grid .option-block .name{
    color: #777;
    font-size: 16px;
    display: block;
    margin-right: 15px;
}
.f-catalog-element-grid .tag-el {
    padding: 5px 10px;
    background: #FAC261;
    border-radius: 15px;
    color: #000!important;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin: 5px;
    text-decoration: none!important;
}
.f-catalog-element-grid .action-block {margin: 15px 0}
.f-catalog-element-grid .action-block .btn{margin: 5px 10px 5px 0}
.page-wrapper .btn-info.btn.sample-order {background: #FF7201;border:1px solid #FF7201;color: white;margin-right: 0}
.page-wrapper .btn-info.btn.sample-order:hover{background:white; color:#FF7201; border-color:#FF7201;margin-right: 0}



.f-catalog-element-grid .label-title {
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    margin: 0 0 18px 0;
    font-size: 18px;
}
.f-catalog-element-grid .params-grid {
    margin-bottom: 30px;
}
.f-catalog-element-grid .params-grid .label {
    width: 40%;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.f-catalog-element-grid .params-grid .val {
    width: 60%;
}
.f-catalog-element-grid .params-grid a {
    color: #FF7201;
}
.f-catalog-element-grid .params-grid hr {
    width: 100%;
}
.f-catalog-element-grid .params-table {
    width: 100%;
    margin-bottom: 65px;
}

.f-catalog-element-grid .table-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
    text-transform: none;
}
.f-catalog-element-grid table,
.f-catalog-element-grid th,
.f-catalog-element-grid td {
    border: 1px solid  #E5E5E5;
    border-collapse: collapse;
}
.f-catalog-element-grid .params-table table {
    width: 100%;
}
.f-catalog-element-grid .params-table th,
.f-catalog-element-grid .params-table td{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #FF7201;
    padding: 15px 10px;
}
.f-catalog-element-grid .params-table td {
    font-weight: 400;
    color: #000000;
}
.f-catalog-element-grid .params-table td b {
    font-weight: 600;
}

.f-catalog-element-grid .content {
    padding-bottom: initial;
}
.f-tabs-wrapper {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.f-tabs-wrapper .buttons {
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid  #0000000D;
}
.f-tabs-wrapper .buttons::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.f-tabs-wrapper .buttons::-webkit-scrollbar-track {
    background: transparent;
}

.f-tabs-wrapper .buttons::-webkit-scrollbar-thumb {
    display: none;
}
.f-tabs-wrapper .button {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    display: block;
    flex-shrink: 0;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 12px 0;
    margin-right: 15px;
    cursor: pointer;
}
.f-tabs-wrapper .button.active {
    border-bottom: 3px solid #5D8167;
}
.f-tabs-wrapper .content-wrapper {
    width: 100%;
    /*display: none;*/
    visibility: hidden;
    position: absolute;
}
.f-tabs-wrapper .content-wrapper.active {
    /*display: block;*/
    visibility: visible;
    position: initial;
}

.option-label,
.min-order,
.package-price{font-style: normal;font-weight: 400;font-size: 16px;line-height: 20px;color: #777;display: block;margin-bottom: 10px}
.min-order{margin-bottom: 0}
.min-order .val{color: black;display: block;margin: 0 10px 0 0}
.package-price{font-weight: 700;font-size: 18px;line-height: 22px;color: #FF7201;display: block;margin: 0 10px 0 0}
.quantity-block-js{display: grid;grid-template-columns: 35px 75px 35px;height: 35px; grid-gap: 10px}
.quantity-block-js .input-js{width: 100%;height: 35px;display: flex;align-items: center;padding: 5px;border: 1px solid #e4e4e4;color: #232323;font-size: 16px; text-align:center;font-style: normal;font-weight: 400}
.cnt-btn{width: 35px;height: 35px;cursor: pointer;display: flex;align-items: center;justify-content: center}
.total-title,
.total-price{color: black;font-size: 25px;font-style: normal;font-weight: 400;display: block;margin-right: 10px}
.total-price{color: #FF7201;font-weight: 700}
.price-block-wrapper-new{width: 100%;display: flex;justify-content: space-between;box-shadow: 0px 0px 10px 0px #0000001A;background:#FFFFFF;padding: 20px;margin-top: 20px}
.quantity-label{font-style: normal;font-weight: 400;font-size: 13px;line-height: 16px;text-align: center;color: #888888}
.params-block{padding-top: 10px}
a.btn.product-item-detail-buy-button {
	position: relative;margin: 0 auto;min-width: 166px;width: 100%;padding-top: 12px;padding-bottom: 12px;text-transform: uppercase;
	color: #fff;background-color: #5D8167;border-color: #5D8167;
	display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 10px;border-radius: 0; height:52px; font-size:14px;font-weight:600;
}
a.btn.product-item-detail-buy-button:hover{background:#6DB658; border-color:#6DB658}
a.btn.product-item-detail-buy-button svg{max-width: 24px; max-height: 24px}

@media (max-width: 1024px){
	.price-block-wrapper-new{flex-wrap:wrap; display: grid; grid-template-columns: 1fr;	grid-gap: 20px;	justify-items: center; padding: 10px;}
}


.product-item-detail-slider-controls-block {padding: 10px 0;text-align: center}
.image-wrapper .gallery-product{max-width:100%;position:relative;}
.product-item-detail-slider-block {
	position: absolute; padding-top: 0;height:auto;display:flex; align-items:flex-start; justify-content:center; z-index:9;right:-60px
}
.product-item-detail-slider-block .gallery-product{position: relative}
.prodpics{position:absolute; right:-80px;}
.product-item-detail-slider-block .gallery-product__thumbs{width:120px}
.product-item-detail-slider-block .gallery-product__thumbs .item{margin-bottom:20px}
.product-item-detail-slider-block .gallery-product__thumbs .item img{width:auto;height:118px;max-width:100%; margin:0 auto; border:0 none}
.product-item-detail-slider-block .gallery-product__thumbs .slick-current .item{border:1px solid #FF7201}

.product-item-detail-slider-block .gallery-product__carousel{width:calc(100% - 100px); }
.product-item-detail-slider-block .gallery-product__carousel .item{}
.product-item-detail-slider-block .gallery-product__carousel .item img{width:auto;height:auto; max-height:480px; margin:0 auto}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active{outline-color:#5D8167}
.bx-no-retina .product-item-detail-slider-controls-image.active{outline-width: 2px}
.bx-retina .product-item-detail-slider-controls-image{outline-width: .5px}
.bx-retina .product-item-detail-slider-controls-image.active{outline-width: 1px}
.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left{left: 0}

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close{display: none}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{opacity: 1}
.product-item-detail-slider-container.popup .product-item-detail-slider-right{right: 105px}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{z-index: 100}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img{outline-color: #ddd}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index: 50}
.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring{opacity: 0}
.product-item-detail-slider-container.popup {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 999999;background: #fff;animation-name: imgPopupShow;animation-duration: 300ms}
.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{right: 105px}
.product-item-detail-slider-container.popup .product-item-detail-slider-block {padding-top: 0;height: 100vh}
.product-item-detail-slider-container.popup .product-item-detail-slider-image {text-align:center;position: absolute;top: 50%;left: 50%;max-height: 100vh;width: calc(100% - 150px);transform: translateY(-50%) translateX(-50%)}

@-webkit-keyframes imgPopupShow {
	from{opacity: 0}
	to{opacity: 1}
}

@-moz-keyframes imgPopupShow {
	from{opacity: 0}
	to{opacity: 1}
}

@-ms-keyframes imgPopupShow {
	from{opacity: 0}
	to{opacity: 1}
}

@-o-keyframes imgPopupShow {
	from{opacity: 0}
	to{opacity: 1}
}

@keyframes imgPopupShow {
	from{opacity: 0}
	to{opacity: 1}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;top: 0;right: 0;bottom: 0;overflow-y: auto;padding: 20px;border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{display: block;margin-bottom: 20px}

/* Slider */
.slick-slider{
	position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;
	-moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent
}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{background: #fff url('/local/templates/food/components/bitrix/catalog.element/food_v1/ajax-loader.gif') center center no-repeat}

.slick-prev,
.slick-next{font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color: transparent; outline: none; background: transparent}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity: 1}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity: .25}

.carousel__pagination .slick-prev,
.carousel__pagination .slick-next{background:rgba(0,0,0,0.5)}
.carousel__pagination .slick-prev:hover,
.carousel__pagination .slick-prev:focus,
.carousel__pagination .slick-next:hover,
.carousel__pagination .slick-next:focus{color: rgba(0,0,0,0.3)}

/* Dots */
.slick-dotted.slick-slider{margin-bottom: 30px}
.slick-dots{position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center}
.slick-dots li{position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer}
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 20px; height:5px; padding:1px; cursor: pointer; color: transparent; border: 0; outline: none; background: #dedede; border-radius:5px;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none; background:#333}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1}
.slick-dots li.slick-active button:before{opacity: .75; color: transparent;}

.topbanner{padding-top:30px; padding-bottom:30px}
.topbanner .slide-element-zag{font-size: 2.2em;line-height: 1.1em;margin: 0 0 20px 0;font-weight: 500;}
.topbanner .slide-element-text{margin: 40px 0; height: 130px}
.row.slide-elements .col-md-4{padding:35px;}
.carousel {margin: 0 auto; width: 100%; height:auto; position: relative; /* display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;*/}
.carousel__wrp{position: relative}
.carousel .slide{position: relative; width: 100%; height:auto}
.carousel .carousel__wrp .slide-3 .slide-element-zag{background:rgba(255,255,255,0.8)}
.carousel .carousel__wrp .slide-3 .slide-element-text p{margin:10px 0; display:inline; background:rgba(255,255,255,0.8)}
.carousel .carousel__wrp .slide-3 .row.slide-elements .col-md-4{display:flex; align-items:flex-end}

.slide__img{position: absolute; object-fit: cover; max-width: 100%; height:auto; z-index: -2; top:0; left: 0}
.slide__bg{position: absolute; max-width: 100%; height:auto; background: #000000; opacity: 0.2; z-index: -1; top:0; left: 0}
.carousel .slide .slide-elements{margin: 0 auto; height:auto; position: relative; overflow: hidden}
/*.slick-arrow{!*display: none!important;*!
    position: absolute; left: 0; top:0}*/
.carousel__pagination{position: absolute; bottom:36px; right:20px; left: initial!important; width: 118px; height: 60px; /*background-color: rgba(255, 255, 0, 0.42);*/
    z-index: 100; display: flex;
}
.slick-prev,
.slick-next{width: 59px; height: 60px; position: initial; left: initial; top:initial; bottom: initial; right: initial; transform: translate(0, 0); display: flex; align-items: center; justify-content: center}
.slick-prev:before{-webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px}
.slick-next:before{-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px}
.slick-prev:before, .slick-next:before{content: ''; display: block; width: 59px; height: 60px; background: #FFFFFF; opacity: 0.2; position: absolute; left: 0; top:0; transition: opacity .2s linear}
.slick-prev:hover:before, .slick-next:hover:before{opacity: 0.4}
.slick-prev:focus:before, .slick-next:focus:before{opacity: 0.2}
.slick-prev:active:before, .slick-next:active:before{opacity: 0.45}
.slick-list, .slick-track{height:auto}
.slide-elements__text{width: 90%;position: relative;padding:35px;}
.slide-elements__text__header{margin-top:80px;font-style: normal;text-shadow: 0 0 5px rgba(0,0,0,0.9); font-size: 2.2em;color: #FFFFFF;font-family: Verdana,sans-serif;text-transform: uppercase;height:120px;display: block}
.slide-elements__text__header span{display:block; font-size:0.9em}
.topslider .slick-prev{position: absolute;left: 60px;top: 50%}
.topslider .slick-next{position:absolute;right: 60px;top: 50%}
.topslider .slick-prev:before,
.topslider .slick-next:before {display: block;width: 30px;height: 30px;opacity: 0.5;position: static;background: transparent;transition: opacity .2s linear;font-size: 28px;text-align: center; font-family:'FontAwesome'; color:#000}
.topslider .slick-prev:before{content:"\f104"}
.topslider .slick-next:before{content:"\f105"}

@media (max-width: 767px) {
	
	.f-catalog-element-grid .image-wrapper {display: flex!important}
	.f-catalog-element-grid .image-wrapper img{max-height:360px}
	
	.product-item-detail-slider-block{right:0}
	.product-item-detail-slider-block .gallery-product__thumbs{width:60px}
	.product-item-detail-slider-block .gallery-product__thumbs .item img {width: auto;height:58px}
	

	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{right: 0}
	.product-item-detail-slider-container.popup .product-item-detail-slider-block {padding-top: 0;height: calc(100vh - 111px)}
	.product-item-detail-slider-container.popup .product-item-detail-slider-image{width: 90%}
	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {max-width: 100%;max-height: calc(100vh - 115px);width: auto;cursor: default}
	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;top: auto;right: 0;bottom: 0;
		left: 0;overflow-x: auto;max-height: 111px;border-top: 1px solid #d3d3d3;border-left: none;
		white-space: nowrap;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{display: inline-block;margin-bottom: 0}
	.product-item-detail-slider-container.popup .product-item-detail-slider-close {right: 10px;z-index: 200}
	.product-item-detail-slider-left,
	.product-item-detail-slider-right{max-width: 75px}
	.product-item-detail-slider-container.popup .product-item-detail-slider-right{right: 0}
	.f-catalog-element-grid .image-wrapper.mobile{	margin-bottom: 1em;}
}
/* End */


/* Start:/local/templates/food/components/bitrix/catalog.item/main/style.css?17128809171067*/

.f-catalog-element-grid.v1 .item-title,
.f-catalog-element-grid.v1 .subname,
.f-catalog-element-grid.v1 .vendor-code,
.f-catalog-element-grid.v1 .preview-text,
.f-catalog-element-grid.v1 .prop-info,
.f-catalog-element-grid.v1 .kg-price-wrapper {
	height: initial;
	max-height: initial;
	margin-bottom: 4px;
}
.f-catalog-element-grid.v1 .vendor-code {
	margin: 0 0 4px 0;
}
.f-catalog-element-grid.v1 .product-item-scu-container {
	margin: 0;
}
.f-catalog-element-grid.v1 .sky-wrapper,
.f-catalog-element-grid.v1 .price-wrapper {
	margin: auto 0 4px 0;
}
.f-catalog-element-grid.v1 .sky-wrapper + .price-wrapper {
	margin-top: initial;
}
.f-catalog-element-grid.v1 .to-cart-btn {
	min-height: 80px;
	margin: 0;
}
.card-centered .f-catalog-element-grid.v1 {
	align-items: center;
}
.card-centered .f-catalog-element-grid.v1 * {
	text-align: center;
}
.card-centered .f-catalog-element-grid.v1 .kg-price-wrapper{
	justify-content: center;
}

.f-catalog-element-grid.v1 .to-cart-btn {
	width: 100%;
}


.f-catalog-element-grid.v1 .kg-price-wrapper {
	min-height: 18px;
}
/* End */
/* /local/templates/food/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17128809181265 */
/* /local/templates/food/components/bitrix/catalog.element/food_v1/style.css?175753135823244 */
/* /local/templates/food/components/bitrix/catalog.item/main/style.css?17128809171067 */
