

/* Start:/local/templates/shop/components/bitrix/catalog/shop/style.css?1769031540907*/
.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 .search {
     margin-top: -14px; 
    margin-bottom: 15px;
}

/* .catalog-filter-hide{ */
	/* min-height:50px !important; */
/* } */
/* #catalog .search h4 { */
    /* margin-left: 11px; */
/* } */

/* End */


/* Start:/local/templates/shop/components/bitrix/catalog/shop/bitrix/catalog.element/.default/style.css?17690315409556*/
.ch-wish .btn span, .ch-wish .btn .icon {
    color: #1A3853;
}
.product-info-btns .ch-wish .btn.active span,
.product-info-btns .ch-wish .btn.active .icon {
    color: #E76642;
    border-bottom-color: transparent;
}

.popup-wrapper {
    position: relative;
    background: #fff;
    margin: 0 auto;
}

.popup-wrapper.popup-vacancy, .popup-wrapper.popup-checkout {
    max-width: 600px;
}

.popup-wrapper.popup-bigprod {
    max-width: 950px;
}

.popup-wrapper h3 {
    font-size: 15px;
    color: #333;
    margin-bottom: 1.875rem;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.cat-menu-wrapper h3.catalog-menu-header {
    text-align: left;
    margin: 0 10px 1.475rem;
}

.popup-wrapper.popup-checkout h3 {
    margin-bottom: 0.625rem;
}

.popup-wrapper.popup-checkout .product-price {
    margin-bottom: 40px;
}

.popup-wrapper.popup-checkout .product-price p {
    margin: 0;
}

.popup-ingredients {
    padding: 10px 0;
}

.ingredients-hide {
    margin-bottom: 30px;
}

.popup-counters {
    margin-bottom: 40px;
}

.popup-counters p {
    font-weight: 700;
    color: #333;
    font-size: 15px;
    line-height: 40px;
}

.popup-checkout .icon-basket {
    font-size: 1.714rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.popup-wrapper form {
    padding: 0 1.25rem;
}

.mfp-close {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.popup-border {
    padding: 35px;
    position: relative;
}

.popup-border:after, .popup-border:before {
    content: '';
    position: absolute;
    top: 55px;
    bottom: 55px;
    width: 3px;
    height: auto;
    background: #96ddc8;
}

.popup-border:after {
    right: 0;
}

.popup-border:before {
    left: 0;
}

.popup-border-vertical {
    position: relative;
}

.popup-border-vertical:after, .popup-border-vertical:before {
    content: '';
    position: absolute;
    left: 55px;
    right: 55px;
    height: 3px;
    width: auto;
    background: #96ddc8;
}

.popup-border-vertical:after {
    top: 0;
}

.popup-border-vertical:before {
    bottom: 0;
}

.popup-corner {
    overflow: visible;
    border: 1.875rem solid transparent;
    padding: 1.25rem;
    position: relative;
    background: url(/_v/images/bg/top-corner-left.svg) top left, url(/_v/images/bg/top-corner-right.svg) top right, url(/_v/images/bg/bottom-corner-left.svg) bottom left, url(/_v/images/bg/bottom-corner-right.svg) bottom right;
    background-size: 3.4375rem auto;
    background-repeat: no-repeat;
    background-color: #fff;
}

.popup-clear {
    max-width: 840px;
    padding: 50px 40px;
}

.small-title {
    color: #333;
    text-transform: uppercase;
}

.popup-wrapper .product-price p {
    font-weight: 500;
    color: #333;
}

.popup-wrapper .product-price p > span {
    font-size: 19px;
    font-weight: 800;
    margin-left: 5px;
}

.popup-wrapper .ingredients-hide {
    margin-bottom: 30px;
}

.popup-wrapper .ingredients-hide > a {
    position: relative;
    outline: none;
}

.popup-wrapper .ingredients-hide > a span {
    font-weight: 700;
    font-size: 17px;
    color: #333;
    border-bottom: 1px dashed #333;
    display: inline-block;
    margin-bottom: 20px;
}

.popup-wrapper .ingredients-hide > a span:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}

.popup-wrapper .product-checkout {
    padding: 20px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.popup-wrapper .product-counter p {
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-right: 20px;

}

.popup-wrapper .counter {
    display: inline-block;
    border: none;
}

.popup-wrapper .counter input[type="text"] {
    width: 70px;
    display: inline-block;
    text-align: center;
    margin: 0 7px;
}

.popup-wrapper .counter a {
    text-decoration: none;
    vertical-align: middle;
    outline: none;
    display: inline-block;
}

.popup-wrapper .counter a i {
    color: #666;
    font-size: 1.286rem;
}

.popup-wrapper .counter a:hover i {
    color: #999;
}

.popup-wrapper .checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.popup-wrapper .checkbox + label {
    cursor: pointer;
}

.popup-wrapper .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.popup-wrapper .checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: normal;

    display: inline-block;
}

.popup-wrapper .checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c7c7c7;
}

.popup-wrapper .checkbox:checked + label:before {
    background: #fff url("/_v/images/forms/green-check.svg") center center no-repeat;
    border-color: #209e79;
}

.popup-wrapper .icon-triangle-left:before {
    content: "\e90f";
}

.popup-wrapper .icon-triangle-right:before {
    content: "\e911";
}

.popup-wrapper .counter {
    display: inline-block;
}

.popup-wrapper .btn-positive {
    background-color: #067778 !important;
    color: #fff !important;
    text-align: center;
}

.popup-wrapper .btn-small {
    height: 3.286rem;
    line-height: 3.286rem;
}

.popup-wrapper .btn {
    font-family: "Roboto", sans-serif;
    border: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.popup-wrapper .icon-basket:before {
    content: "\e912";
}

.popup-wrapper .btn-small {
    height: 3.286rem;
    line-height: 3.286rem;
}

.popup-wrapper .btn {
    font-family: "Roboto", sans-serif;
    border: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.popup-wrapper span.text {
    top: -5px;
    position: relative;
}

.product-carousel h3{margin-top:0;}
.product-carousel .product-carousel-big{position:relative;margin-bottom:20px;overflow:hidden;}
.product-carousel .product-carousel-big div{padding-right:1px;}
.product-carousel .product-carousel-big img{width:100%;border:1px solid #c7c7c7;box-sizing:border-box;}
.product-carousel .product-carousel-small{margin:0 0 30px 0;overflow:hidden;}
.product-carousel .product-carousel-small .slick-slide{margin:0 5px;padding:0;}
.product-carousel .product-carousel-small div{padding:2px;margin:0 10px 0 0;}
.product-carousel .product-carousel-small img{border:1px solid #c7c7c7;box-sizing:border-box;width:100%;}
.product-carousel .product-carousel-small .slick-current img{outline:2px solid #ffd502;border-color:#ffd502;}
.arrow-absolute .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:9;}
.arrow-absolute .slick-arrow.slick-next{right:0;}
.arrow-absolute .slick-arrow i{font-size:1.875rem;color:#fff;padding:10px;background:rgba(0, 0, 0, 0.5);cursor:pointer;}
.arrow-absolute .slick-arrow i:hover{background:rgba(32, 158, 121, 0.7);}
.popup-wrapper .arrow-absolute .slick-arrow.slick-prev,
.popup-wrapper .arrow-absolute .slick-arrow.slick-next {
    background-color: transparent;
    width: auto;
    height: 40px;
}
.popup-wrapper .arrow-absolute .slick-arrow.slick-prev {
    left: 0;
}
.popup-wrapper .arrow-absolute .slick-arrow.slick-next {
    left: auto;
}
.popup-wrapper .arrow-absolute .slick-arrow.slick-prev i,
.popup-wrapper .arrow-absolute .slick-arrow.slick-next i {
    width: auto;
    height: auto;
    padding: 10px;
}


.product-gallery-top .gallery-item {
    height: auto;
}
.product-gallery-top .gallery-item.videos:after {
    font-size: 90px;
}
.product-top .product-gallery-top .ch-img.ch-video:after {
    content: none;
}

.product-alert {
    width: 100%;
    /*margin-top: 30px;*/
    padding: 15px 25px;
    background-color: #E76642;
    border-radius: 3px;
}
.product-alert span,
.product-alert a {
    color: #fff;
    font-size: 0.9375rem;
}
.product-alert a {
    text-decoration: underline;
}
.product-alert a:hover {
    text-decoration: none;
}
/* End */


/* Start:/local/templates/shop/css/old/grid.css?176903154017242*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }
}

*, :after, :before {
    box-sizing: border-box
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
}
.flex-row-start {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row-center {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.flex-row-center, .flex-row-stretch {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row-stretch {
    -webkit-box-align: stretch;
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch
}

.flex-row-center-around {
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

.flex-row-center-around, .flex-row-center-start {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column-center, .flex-row-center-start {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.flex-column-center {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: no-wrap;
    -moz-box-lines: no-wrap;
    box-lines: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

.d-none {
    display: none !important
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.no-float-align {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px
}

.w-100 {
    width: 100%
}

.pl-40 {
    padding-left: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px;
    padding-top: 40px;
}

.mt-0 {
    margin-top: 0
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}
.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-100 {
    margin-bottom: 100px
}
/* End */


/* Start:/local/templates/shop/css/old/icons.css?176903154010237*/
@font-face {
    font-family: catering;
    src: url(/local/templates/shop/css/old/../../fonts/old/catering/catering.eot?iclmme);
    src: url(/local/templates/shop/css/old/../../fonts/old/catering/catering.eot?iclmme#iefix) format("embedded-opentype"), url(/local/templates/shop/css/old/../../fonts/old/catering/catering.woff2?iclmme) format("woff2"), url(/local/templates/shop/css/old/../../fonts/old/catering/catering.ttf?iclmme) format("truetype"), url(/local/templates/shop/css/old/../../fonts/old/catering/catering.woff?iclmme) format("woff"), url(/local/templates/shop/css/old/../../fonts/old/catering/catering.svg?iclmme#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ALS Rubl;
    font-style: normal;
    font-weight: 400;
    src: local("ALS Rubl"), url(/local/templates/shop/css/old/../../fonts/old/rouble.woff) format("woff")
}

.rouble {
    font-family: ALS Rubl
}

.fa, [class*=" c-icon-"], [class^=c-icon-] {
    font-family: catering !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-1:before, .c-icon-1:before {
    content: "\e900"
}

.fa-2:before, .c-icon-2:before {
    content: "\e901"
}

.fa-3:before, .c-icon-3:before {
    content: "\e902"
}

.fa-4:before, .c-icon-4:before {
    content: "\e903"
}

.fa-5:before, .c-icon-5:before {
    content: "\e904"
}

.fa-6:before, .c-icon-6:before {
    content: "\e905"
}

.fa-7:before, .c-icon-7:before {
    content: "\e906"
}

.fa-10:before, .c-icon-10:before {
    content: "\e909"
}

.fa-11:before, .c-icon-11:before {
    content: "\e90a"
}

.fa-20:before, .c-icon-20:before {
    content: "\e922"
}

.fa-25:before, .c-icon-25:before {
    content: "\e927"
}

.fa-33:before, .c-icon-33:before {
    content: "\e9cb"
}

.fa-34:before, .c-icon-34:before {
    content: "\e9cc"
}

.fa-35:before, .c-icon-35:before {
    content: "\e907"
}

.fa-36:before, .c-icon-36:before {
    content: "\e9d3"
}

.c-icon-8:before {
    content: "\e908"
}

.c-icon-9:before {
    content: "\e90b"
}

.c-icon-12:before {
    content: "\e90c"
}

.c-icon-14:before {
    content: "\e969"
}

.c-icon-cook-2:before {
    content: "\e918"
}

.c-icon-cook-1:before {
    content: "\e919"
}

.c-icon-house:before {
    content: "\e91c"
}

.c-icon-menu:before {
    content: "\e91d"
}

.c-icon-cutlery:before {
    content: "\e91e"
}

.c-icon-cake:before {
    content: "\e91f"
}

.c-icon-car-1:before {
    content: "\e920"
}

.c-icon-cook:before {
    content: "\e921"
}

.c-icon-cook-12:before {
    content: "\e924"
}

.c-icon-cook-22:before {
    content: "\e925"
}

.c-icon-car-2:before {
    content: "\e929"
}

.c-icon-cap:before {
    content: "\e92a"
}

.c-icon-logo:before {
    content: "\e953"
}

.c-icon-map-pin:before {
    content: "\e952"
}

.c-icon-lk-01:before {
    content: "\e940"
}

.c-icon-lk-02:before {
    content: "\e941"
}

.c-icon-lk-03:before {
    content: "\e942"
}

.c-icon-lk-04:before {
    content: "\e943"
}

.c-icon-lk-05:before {
    content: "\e944"
}

.c-icon-lk-06:before {
    content: "\e945"
}

.c-icon-lk-07:before {
    content: "\e946"
}

.c-icon-lk-08:before {
    content: "\e947"
}

.c-icon-lk-09:before {
    content: "\e948"
}

.c-icon-lk-13:before {
    content: "\e949"
}

.c-icon-lk-14:before {
    content: "\e94a"
}

.c-icon-lk-10:before {
    content: "\e94b"
}

.c-icon-lk-11:before {
    content: "\e94c"
}

.c-icon-lk-12:before {
    content: "\e94d"
}

.c-icon-lk-15:before {
    content: "\e94e"
}

.c-icon-lk-16:before {
    content: "\e94f"
}

.c-icon-lk-18:before {
    content: "\e950"
}

.c-icon-lk-19:before {
    content: "\e951"
}

.c-icon-phone:before {
    content: "\e800"
}

.c-icon-mail-alt:before {
    content: "\f0e0"
}

.c-icon-DoubleChevronRight:before {
    content: "\e9d5"
}

.c-icon-DoubleChevronDown:before {
    content: "\e9d6"
}

.c-icon-DoubleChevronUp:before {
    content: "\e9d7"
}

.c-icon-DoubleChevronLeft:before {
    content: "\e9d8"
}

.c-icon-arrow_program:before {
    content: "\e9d9"
}

.c-icon-arrow_program_left:before {
    content: "\e9da"
}

.c-icon-arrow_program_up:before {
    content: "\e9db"
}

.c-icon-arrow_program_down:before {
    content: "\e9d4"
}

.c-icon-plus:before {
    content: "\e90d"
}

.c-icon-dash:before {
    content: "\e90e"
}

.c-icon-close:before {
    content: "\e910"
}

.c-icon-triangle-left:before {
    content: "\e90f"
}

.c-icon-triangle-right:before {
    content: "\e911"
}

.c-icon-basket:before {
    content: "\e912"
}

.c-icon-eye:before {
    content: "\e913"
}

.c-icon-refresh:before {
    content: "\e914"
}

.c-icon-heart:before {
    content: "\e915"
}

.c-icon-clock:before {
    content: "\e916"
}

.c-icon-send-money:before {
    content: "\e91a"
}

.c-icon-rouble:before {
    content: "\e91b"
}

.c-icon-hand-w-cart:before {
    content: "\e923"
}

.c-icon-circle-plus:before {
    content: "\e917"
}

.c-icon-circle-minus:before {
    content: "\e926"
}

.c-icon-user:before {
    content: "\e928"
}

.c-icon-coins-1:before {
    content: "\e92c"
}

.c-icon-coins-2:before {
    content: "\e92d"
}

.c-icon-coins-3:before {
    content: "\e92b"
}

.c-icon-thin-arrow-left:before {
    content: "\e92e"
}

.c-icon-thin-arrow-right:before {
    content: "\e92f"
}

.c-icon-private:before {
    content: "\e931"
}

.c-icon-company:before {
    content: "\e930"
}

.c-icon-fotocamera:before {
    content: "\e932"
}

.c-icon-videocamera:before {
    content: "\e933"
}

.c-icon-map-marker:before {
    content: "\e934"
}

.c-icon-envelope:before {
    content: "\e935"
}

.c-icon-calendar:before {
    content: "\e936"
}

.c-icon-times:before {
    content: "\e937"
}

.c-icon-soup:before {
    content: "\e938"
}

.c-icon-group:before {
    content: "\e939"
}

.c-icon-cars:before {
    content: "\e93a"
}

.c-icon-alert:before {
    content: "\e93b"
}

.c-icon-arrow-bold:before {
    content: "\e93c"
}

.c-icon-zoom:before {
    content: "\e93d"
}

.c-icon-files:before {
    content: "\e93e"
}

.c-icon-rates:before {
    content: "\e93f"
}

.c-icon-set-002:before {
    content: "\e9ae"
}

.c-icon-set-003:before {
    content: "\e9af"
}

.c-icon-set-004:before {
    content: "\e9b4"
}

.c-icon-set-005:before {
    content: "\e9b5"
}

.c-icon-set-009:before {
    content: "\ea05"
}

.c-icon-set-10:before {
    content: "\ea06"
}

.c-icon-set-11:before {
    content: "\ea07"
}

.c-icon-set-012:before {
    content: "\ea08"
}

.c-icon-set-013:before {
    content: "\ea09"
}

.c-icon-set-014:before {
    content: "\ea0a"
}

.c-icon-set-015:before {
    content: "\ea0b"
}

.c-icon-set-017:before {
    content: "\ea16"
}

.c-icon-set-019:before {
    content: "\ea30"
}

.c-icon-set-020:before {
    content: "\ea31"
}

.c-icon-set-024:before {
    content: "\eadc"
}

.c-icon-set-026:before {
    content: "\eb0d"
}

.c-icon-set-027:before {
    content: "\eb0e"
}

.c-icon-set-029:before {
    content: "\eb16"
}

.c-icon-set-030:before {
    content: "\eb17"
}

.c-icon-set-032:before {
    content: "\eb20"
}

.c-icon-set-034:before {
    content: "\eb2a"
}

.c-icon-set-036:before {
    content: "\eb4a"
}

.c-icon-set-037:before {
    content: "\eb4b"
}

.c-icon-set-038:before {
    content: "\eb4c"
}

.c-icon-set-039:before {
    content: "\eb4d"
}

.c-icon-set-041:before {
    content: "\eb53"
}

.c-icon-set-042:before {
    content: "\eb54"
}

.c-icon-set-043:before {
    content: "\eb55"
}

.c-icon-set-044:before {
    content: "\eb56"
}

.c-icon-set-045:before {
    content: "\eb57"
}

.c-icon-set-046:before {
    content: "\eb58"
}

.c-icon-set-047:before {
    content: "\eb59"
}

.c-icon-set-048:before {
    content: "\eb5a"
}

.c-icon-set-049:before {
    content: "\eb5b"
}

.c-icon-set-050:before {
    content: "\eb5c"
}

.c-icon-set-051:before {
    content: "\eb5d"
}

.c-icon-set-052:before {
    content: "\eb5e"
}

.c-icon-set-053:before {
    content: "\eb5f"
}

.c-icon-set-054:before {
    content: "\eb60"
}

.c-icon-set-056:before {
    content: "\eb66"
}

.c-icon-set-057:before {
    content: "\eb67"
}

.c-icon-set-059:before {
    content: "\e9aa"
}

.c-icon-set-060:before {
    content: "\e954"
}

.c-icon-set-061:before {
    content: "\e955"
}

.c-icon-set-062:before {
    content: "\e956"
}

.c-icon-set-063:before {
    content: "\e957"
}

.c-icon-set-064:before {
    content: "\e958"
}

.c-icon-set-066:before {
    content: "\e95a"
}

.c-icon-set-067:before {
    content: "\e95b"
}

.c-icon-set-069:before {
    content: "\e95d"
}

.c-icon-set-070:before {
    content: "\e95e"
}

.c-icon-set-071:before {
    content: "\e95f"
}

.c-icon-set-073:before {
    content: "\e961"
}

.c-icon-set-074:before {
    content: "\e962"
}

.c-icon-set-075:before {
    content: "\e963"
}

.c-icon-set-076:before {
    content: "\e964"
}

.c-icon-set-077:before {
    content: "\e965"
}

.c-icon-set-078:before {
    content: "\e966"
}

.c-icon-set-079:before {
    content: "\e997"
}

.c-icon-set-080:before {
    content: "\e967"
}

.c-icon-set-081:before {
    content: "\e968"
}

.c-icon-set-082:before {
    content: "\e96a"
}

.c-icon-set-083:before {
    content: "\e96b"
}

.c-icon-set-084:before {
    content: "\e96c"
}

.c-icon-set-085:before {
    content: "\e96d"
}

.c-icon-set-086:before {
    content: "\e96e"
}

.c-icon-set-087:before {
    content: "\e96f"
}

.c-icon-set-088:before {
    content: "\e970"
}

.c-icon-set-089:before {
    content: "\e971"
}

.c-icon-set-090:before {
    content: "\e972"
}

.c-icon-set-091:before {
    content: "\e973"
}

.c-icon-set-092:before {
    content: "\e974"
}

.c-icon-set-093:before {
    content: "\e975"
}

.c-icon-set-094:before {
    content: "\e976"
}

.c-icon-set-095:before {
    content: "\e977"
}

.c-icon-set-096:before {
    content: "\e978"
}

.c-icon-set-097:before {
    content: "\e979"
}

.c-icon-set-098:before {
    content: "\e97a"
}

.c-icon-set-099:before {
    content: "\e97b"
}

.c-icon-set-101:before {
    content: "\eb68"
}

.c-icon-set-103:before {
    content: "\eb71"
}

.c-icon-set-104:before {
    content: "\eb72"
}

.c-icon-set-106:before {
    content: "\eba0"
}

.c-icon-set-107:before {
    content: "\eba1"
}

.c-icon-set-109:before {
    content: "\eba9"
}

.c-icon-set-110:before {
    content: "\ebaa"
}

.c-icon-set-111:before {
    content: "\ebab"
}
/* End */
/* /local/templates/shop/components/bitrix/catalog/shop/style.css?1769031540907 */
/* /local/templates/shop/components/bitrix/catalog/shop/bitrix/catalog.element/.default/style.css?17690315409556 */
/* /local/templates/shop/css/old/grid.css?176903154017242 */
/* /local/templates/shop/css/old/icons.css?176903154010237 */
