

/* Start:/local/templates/sivikshop/components/bitrix/catalog/catalog/style.css?17458194646289*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

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

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.after_content {
    padding: 15px;
    font-size: 13px;
    line-height: 15px;
}

.food_banner {
    width: 100%;
    min-height: 285px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.food_banner img {
    width: 100%;
}
.filter_wrap {
    /* margin-top: -44px; */
    margin-top: 0;
}
.form__fields {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.form__field {
    display: flex;
    min-width: 14%;
    align-self: stretch;
    align-content: stretch;
}
.form__field input[type=radio] {
    visibility: hidden;
    position: absolute;
}
.form__field input[type=radio] + label {
    color: #fff;
    cursor: pointer;
    display: flex;
    width: 100%;
    background-color: #282827;
    align-items: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    padding: 15px 5px 15px 57px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 20px center;
    transition: all ease 0.2s;
}
.form__field input[type=radio]#milk + label {
    background-image: url("/local/templates/sivikshop/img/milk_white.svg");
}
.form__field input[type=radio]#chiken + label {
    background-image: url("/local/templates/sivikshop/img/hen_white.svg");
}
.form__field input[type=radio]#pig + label {
    background-image: url("/local/templates/sivikshop/img/pig_white.svg");
}
.form__field input[type=radio]#meat + label {
    background-image: url("/local/templates/sivikshop/img/meat_white.svg");
}
.form__field input[type=radio]#drink + label {
    background-image: url("/local/templates/sivikshop/img/beer_white.svg");
}
.form__field input[type=radio]:checked + label, .form__field input[type=radio] + label:hover {
	background-color: #e41d2d ;
}
.overlay_consult {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
	display: none;
}
.form__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px 30px;
}
.form__consult-desc {
    width: 100%;
    background: #e7e7e7;
    padding: 15px 30px;
}
.form__consult-desc ul {
    margin-left: 20px;
    list-style: none;
}
.form__consult-desc ul li {
    position: relative;
    padding-left: 10px;
}
.form__consult-desc ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    background-color: #282828;
    border-radius: 50%;
    transform: translateY(-50%);
}
.open_consult {
    cursor: pointer;
    padding: 10px 30px;
    border: 1px solid #e41d2d;
    color: #fff;
    background: #e41d2d;
    display: inline-block;
    margin: 15px 0;
	transition: all ease 0.2s;
}
.open_consult:hover {
    color: #e41d2d;
    background: #e7e7e7;	
}
.form__consult-desc span {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.slogan_consult {
    text-transform: uppercase;
    font-weight: 600;
}
.close_consult {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 23px;
    cursor: pointer;
}
.form__title {
    font-size: 18px;
    font-weight: 600;
    color: #125abd;
}
.card .btn-cart.select {
    background-color: #fff !important;
}
#sliders-tabs-info li.characteristics b {
    border-bottom: 1px dashed #19488f !important;
}

@media screen and (max-width: 1175px) {
	.form__fields {
		flex-wrap: wrap;
	}
	.form__field {
		min-width: 50%;
	}
	.form__field input[type=radio] + label {
		margin: 0;
		padding: 15px 5px 15px 60px;
	}	
	.food_item-section {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
    a.food-card {
        width: 45%;
    }
	.form__field {
		min-width: 100%;
	}
	.form__field input[type=radio] + label {
		margin: 0;
		padding: 15px 5px 15px 60px;
	}	
	.food_item-section {
		width: 100% !important;
        border-bottom: 2px solid #c7c7c7;
	}
    .product__item-body {
        flex-direction: column;
    }
    .product__item-left, .product__item-right {
        flex-basis: 100%;
    }
    a.product-item-image-wrapper {
        width: 100% !important;
        position: relative !important;
    }
    .product-item-preview {
        display: none;
    }
    .product-item-preview.detail-text {
        display: block;
    }
    /* .product-price-btn-wrapper {
        flex-wrap: wrap;
    } */
    .product-item-offers {
        flex-basis: 100%;
    }
    .product-item-scu-container {
        justify-content: flex-end;
    }
    /* .product-item-price-container {
        margin: 10px 0 !important;
        padding-right: 0 !important;
    }
    .product-item-info-container.product-item-hidden {
        width: 100% !important;
    }
    .count_wrapper {
        position: relative !important;
        align-self: center !important;
        top: 0 !important;
    }
    .product-item-amount-field {
        max-width: 40px !important;
        height: 50px !important;
    }
    .product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
        min-width: 30px !important;
        height: 25px !important;
    } */
}
/* End */


/* Start:/local/templates/sivikshop/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17458194647151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/sivikshop/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17458194641265*/
.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 */
/* /local/templates/sivikshop/components/bitrix/catalog/catalog/style.css?17458194646289 */
/* /local/templates/sivikshop/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17458194647151 */
/* /local/templates/sivikshop/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17458194641265 */
