

/* Start:/local/libs/formstyler/jquery.formstyler.css?170301403413511*/
.jq-checkbox {
    border-radius: 2px;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #d0d0d0;
    background-color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    margin-top: -3px;
    overflow: visible !important;
}
.jq-checkbox.checked .jq-checkbox__div {
    display: block;
    width: 23px;
    height: 23px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAVCAYAAACt4nWrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0IyREVGQ0FBN0IyMTFFNEFBOTNCNUExNEVBNDhFQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0IyREVGQ0JBN0IyMTFFNEFBOTNCNUExNEVBNDhFQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QjJERUZDOEE3QjIxMUU0QUE5M0I1QTE0RUE0OEVDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QjJERUZDOUE3QjIxMUU0QUE5M0I1QTE0RUE0OEVDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiI3eLAAAAE/SURBVHjaYvz//z8DrQAjzPDa2lpqmLcSiMOAuLy5ubmLhUqOlAXiU0AsAbWgCyTIRImvobQnED+CGjwZiCNgCsh1OchR3EDsAcSroGKzgDgPXRE54B/UhTCDNwNxOjYXkAOmQl0KAheAuAyImdEVkRMs3UCchcQPAOIXQPyXkMudgFgdj8HlQFyCxAcFxUMg/okrYmAgBoj3AvEZILbEojYOiDuQ+JuRgoaBkOEwNg8QHwPidiQ5GyBeiMT/AsSZxCQpGFgExK1I/AogPgjEpkA8G01fAhA/JcVwEKgB4n1IfDtoztNAc8RaYjMDOkgC4q841L8D4kJScho6eAj1NjaQDbWAbMNBYA2WlLAViFeQWkbgAkXQAgkEfkFdzUAtw0Hhngxld0GDiyRAKPvvgZZ0WyiqiWhazdECAAQYAEKlQz32S4NvAAAAAElFTkSuQmCC') center no-repeat;
    position: relative;
    top: -4px;
    opacity: .7;
}
.jq-checkbox.focused {
    border: 1px solid #08C;
}
.jq-checkbox.disabled {
    background-color: #EEEEEE;
    border-color: rgb(204, 204, 204);
    cursor: no-drop;
}

.has-error .jq-checkbox {
    border-color: #a94442;
}

.jq-radio {
    width: 18px;
    height: 18px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #666;
}
.jq-radio.focused {
    border: 1px solid #08C;
}
.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}


.jq-file {
    width: 240px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}
.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}
.focused .jq-file__name {
    border: 1px solid #5794BF;
}
.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
    color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}
.jq-selectbox__select {
    padding: 0 30px 0 15px;
    height: 46px;
    border: 1px solid transparent;
    border-top-color: #ebebeb;
    border-right-color: #dcdcdc;
    border-bottom-color: #c5c5c5;
    border-left-color: #dcdcdc;
    border-radius: 4px;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #fff, #fafafa);
    color: #666;
    line-height: 46px;
}

.has-error .jq-selectbox__select {
    border-color: #ef3239;
}

.jq-selectbox__select:hover {
    border-top-color: #dddddd;
    border-right-color: #c5c5c5;
    border-bottom-color: #b0b0b0;
    border-left-color: #c5c5c5;
    background-image: linear-gradient(to bottom, #fff, #fafafa);
    color: #000;
}

.jq-selectbox__select:active {
    background: #fff;
    border-color: #f1f1f1;
}

.jq-selectbox.focused .jq-selectbox__select {
    outline: 0;
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 24px;
    right: 19px;
    width: 0;
    height: 0;
    border-top: 4px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.jq-selectbox__trigger-arrow:before {
    position: absolute;
    top: -12px;
    left: -4px;
    width: 0;
    height: 0;
    z-index: 1;
    border-bottom: 4px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
    top: 45px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #f1f1f1;
    border-radius: 1px;
    background: #FFF;
}

.jq-selectbox__dropdown > ul {
    margin: 0 !important;
    padding: 0 !important;
    max-height: 204px;
}

.jq-selectbox__dropdown > ul > li {
    margin: 0 !important;
    min-height: 42px;
    line-height: 24px;
}
.jq-selectbox__dropdown > ul > li:last-child {
    border-bottom: none; 
}
.jq-selectbox__dropdown > ul > li:before {
    display: none !important;
}

.jq-selectbox.opened .jq-selectbox__select {
    border-color: #f1f1f1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .07);
    background-image: none;
}

.jq-selectbox.dropdown .jq-selectbox__select {
    border-radius: 4px 4px 0 0;
    border-bottom-color: #fff;
}

.jq-selectbox.dropup .jq-selectbox__select {
    border-radius: 0 0 4px 4px;
    border-bottom-color: #fff;
}

.jq-selectbox.dropdown .jq-selectbox__dropdown {
    border-radius: 0 0 4px 4px;
    border-top-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .07);
}

.jq-selectbox.dropup .jq-selectbox__dropdown {
    border-radius: 4px 4px 0 0;
    border-bottom-color: #fff;
    margin-top: 1px;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, .07);
}

.jq-selectbox.dropup .jq-selectbox__dropdown li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 9px 16px 9px;
    color: #231F20;
}
.jq-selectbox li.selected {
    background-color: #f5f5f5;
    color: #333;
}
.jq-selectbox li:hover {
    background-color: #f5f5f5;
    color: #333;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}


.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}
.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}
.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}
.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}
.jq-select-multiple li.disabled {
    color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}
.jq-select-multiple li.optgroup {
    font-weight: bold;
}
.jq-select-multiple li.option {
    padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}
input[type="search"].styler {
    -webkit-appearance: none;
}
textarea.styler {
    overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.styler:after {
    content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/sym_podbor/bitrix/catalog.section.list/.default/style.min.css?17030140386536*/
.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-repeat:no-repeat;-webkit-background-size:contain;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{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.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;line-height:14px;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a{-ms-text-overflow:ellipsis;text-overflow:ellipsis;display:inline-block;max-width:100%;overflow:hidden;color:#4c7da6;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{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.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;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-repeat:no-repeat;-webkit-background-size:contain;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}@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}}@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 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(4n+1){clear:both}}@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(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{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.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;padding:0;vertical-align:top;font-weight:normal;line-height:13px;margin-bottom:10px}.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{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/local/templates/main/assets/bx-styles/vin-block.css?17574162887984*/
.vin-block {
  margin-top: 27px
}
.vin-block__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin-bottom: 40px;
  font-family: "Gotham Pro",sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: .2em;
  color: #4a82c4;
  text-transform: uppercase;
  background: #ccecff;
  border-radius: 10px;
  transition: .35s
}
.vin-block__download-btn svg {
  margin-left: 15px;
  stroke: #4a82c4
}
.vin-block__download-btn:hover {
  opacity: .8
}
.vin-block__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px
}
.vin-block__title-block {
  display: flex;
  flex-direction: column
}
.vin-block__row {
  display: flex;
  align-items: center;
  margin-bottom: 7px
}
.vin-block__title {
  flex-shrink: 0;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333
}
.vin-block__footnote {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(96,124,142,.7)
}
.vin-block__info-text {
  display: flex;
  align-items: center;
  cursor: pointer
}
.vin-block__info-text p {
  display: none
}
.vin-block__info-text span {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/main/assets/bx-styles/../img/style/info.svg)
}
.vin-block__input-block {
  display: flex;
  margin-left: 20px;
  margin-right: 18px
}
.vin-block__input {
  width: 24px;
  height: 52px;
  margin-right: 6px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe6ea;
  transition: .35s
}
.vin-block__input_has-value {
  border-color: #4a82c4
}
.vin-block__input:focus,
.vin-block__input:hover {
  background-color: rgba(204,236,255,.2);
  border: 1px solid #4a82c4
}
.vin-block__input:focus-visible {
  outline: 0
}
.vin-block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 52px;
  padding: 0;
  text-align: center;
  background: #4a82c4;
  border: 1px solid #4a82c4;
  cursor: pointer
}
.vin-block__btn svg {
  color: #fff
}
.vin-block__btn p {
  display: none
}
.vin-block__btn:disabled {
  cursor: auto;
  border: 1px solid #ccecff;
  background: #fff
}
.vin-block__btn:disabled svg {
  color: #dfe6ea
}
.vin-block__btn:disabled p {
  color: #dfe6ea
}
.vin-block__caption {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #333
}
.vin-block__caption_red {
  color: #d62230
}
.vin-block__caption span {
  margin-left: 10px;
  color: #4a82c4;
  text-transform: none;
  border-bottom: 1px solid rgba(74,130,196,.4)
}
.vin-block__wrap {
  position: relative
}
.vin-block__wrap.active .vin-block__info {
  position: absolute;
  top: 21px;
  left: 0;
  display: block
}
.vin-block__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333
}
.vin-block__info {
  display: none;
  width: 340px;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  z-index: 5
}
.vin-block__info p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: #607c8e
}
.vin-block__close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  background-image: url(/local/templates/main/assets/bx-styles/../img/style/close.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer
}
.vin-block__whole-vin {
  display: none
}
.body_light .vin-block__download-btn {
  background: #f5f5f5;
  color: #231f20
}
.body_light .vin-block__download-btn svg {
  stroke: #231f20
}
.body_light .vin-block__download-btn:hover {
  background-color: #f9dee0;
  color: red
}
.body_light .vin-block__download-btn:hover svg {
  stroke: red
}
.body_light .vin-block__input {
  border: 1px solid #c4c4c4
}
.body_light .vin-block__input:focus,
.body_light .vin-block__input:hover {
  border: 1px solid red;
  background-color: #f9dee0
}
.body_light .vin-block__input_has-value {
  border-color: red
}
.body_light .vin-block__btn {
  border: 1px solid red;
  background-color: transparent;
  transition: .35s
}
.body_light .vin-block__btn svg {
  color: red;
  transition: .35s
}
.body_light .vin-block__btn p {
  color: red;
  border: none
}
.body_light .vin-block__btn span {
  background-color: transparent
}
.body_light .vin-block__btn:hover {
  background-color: red
}
.body_light .vin-block__btn:hover svg {
  color: #fff
}
.body_light .vin-block__btn:disabled {
  background-color: transparent;
  border: 1px solid #f9dee0
}
.body_light .vin-block__btn:disabled svg {
  color: #f9dee0
}
.body_light .vin-block__btn:disabled p {
  color: #e7e7e7;
  border-right: 1px solid #f9dee0
}
.body_light .vin-block__btn:disabled span {
  background-color: transparent;
  border: none
}
.body_light .vin-block__footnote {
  color: rgba(92,93,96,.7)
}
.body_light .vin-block__caption span {
  color: red;
  border-bottom: 1px solid rgba(255,0,0,.4)
}
.body_light .vin-block__info-text span {
  background-image: url(/local/templates/main/assets/bx-styles/../img/style/info-red.svg)
}
.body_light .vin-block__info-text p {
  color: rgba(255,0,0,.7)
}
@media (max-width:1023px) {
  .vin-block {
    margin-top: 20px
  }
  .vin-block__download-btn {
    margin-bottom: 20px
  }
  .vin-block__form {
    flex-direction: column;
    align-items: flex-start
  }
  .vin-block__title-block {
    margin-bottom: 20px
  }
  .vin-block__input-block {
    margin-left: 0;
    margin-bottom: 16px
  }
  .vin-block__btn {
    width: 345px;
    align-items: stretch;
    border: none;
    background: #fff
  }
  .vin-block__btn p {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    background-color: #fff;
    color: #4a82c4;
    border: 1px solid #ccecff
  }
  .vin-block__btn span {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: none;
    background: #4a82c4
  }
  .vin-block__btn:disabled {
    border: none
  }
  .vin-block__btn:disabled span {
    background-color: #fff;
    border: 1px solid #ccecff;
    border-left: none
  }
  .vin-block__caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
  .vin-block__caption span {
    margin-top: 10px;
    margin-left: 0
  }
  .body_light .vin-block__btn span {
    background-color: red
  }
  .body_light .vin-block__btn span svg {
    color: #fff
  }
}
@media (max-width:767px) {
  .vin-block__title-block {
    width: 100%
  }
  .vin-block__row {
    justify-content: space-between;
    margin-bottom: 3px
  }
  .vin-block__title {
    margin-right: 0;
    font-size: 14px;
    line-height: 150%
  }
  .vin-block__footnote {
    font-size: 10px;
    line-height: 100%
  }
  .vin-block__info-text {
    justify-content: flex-end
  }
  .vin-block__info-text p {
    display: block;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(74,130,196,.7)
  }
  .vin-block__input-block {
    width: 100%;
    margin-right: 0
  }
  .vin-block__input {
    width: 17px;
    height: 40px;
    margin-right: 3px;
    font-size: 15px;
    line-height: 15px
  }
  .vin-block__input:last-child {
    margin-right: 0
  }
  .vin-block__caption {
    margin-bottom: 14px
  }
  .vin-block__wrap {
    justify-content: flex-end
  }
  .vin-block__wrap.active .vin-block__info {
    top: 24px;
    left: auto;
    right: 0
  }
  .vin-block__info {
    width: 345px;
    padding-right: 20px
  }
  .vin-block__close-btn {
    top: 4px;
    right: 4px
  }
}
@media (max-width:500px) {
  .vin-block__btn {
    width: 100%
  }
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.top/templates/.default/banner/style.min.css?170301327915489*/
.bx_slider_section{position:relative;overflow:hidden;margin-top:40px;padding-top:38%}@media(max-width:640px){.bx-touch .bx_slider_section{margin-top:20px;padding-top:70%}}@media(max-width:480px){.bx-touch .bx_slider_section{margin-top:20px;padding-top:70%}}.bx_slider_section .bx_slider_container{position:absolute;top:0;bottom:20px}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_container{position:static;top:auto;bottom:auto}}.bx_slider_section .bx_slider_block{position:relative;float:left;height:100%}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_block{position:static;float:none;display:none}.bx-touch .bx_slider_section .bx_slider_block.active{display:block}}.bx_slider_section .bx_slider_photo_container{position:absolute;top:0;bottom:0;width:55%}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_photo_container{width:100%;padding-top:35%;bottom:auto}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_photo_container{padding-top:70%}}.bx_slider_section .bx_slider_photo_background,.bx_slider_section .bx_slider_photo_element{position:absolute;top:3%;right:2%;bottom:3%;left:6%;background:#fff;box-shadow:0 0 4px 0 rgba(123,152,165,.75)}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_photo_background,.bx-touch .bx_slider_section .bx_slider_photo_element{right:2%;left:2%}}.bx_slider_section .bx_slider_photo_background{-webkit-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);-moz-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);-ms-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);-o-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)}.bx_slider_section .bx_slider_photo_element{display:block;padding:1px;-webkit-background-size:contain!important;background-size:contain!important}@media(max-width:980px){.bx_slider_section .bx_slider_photo_element,.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 3px 0 rgba(123,152,165,.75)}}@media(max-width:641px){.bx_slider_section .bx_slider_photo_element,.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 2px 0 rgba(123,152,165,.75)}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_photo_element,.bx-touch .bx_slider_section .bx_slider_photo_background{box-shadow:0 0 1px 0 rgba(123,152,165,.75)}}.bx_slider_section .bx_stick{position:absolute;width:123px;height:35px;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/stick.png) left center no-repeat;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;line-height:35px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx_slider_section .bx_stick.short{font-weight:bold;font-size:18px}.bx_slider_section .bx_stick.average{font-weight:bold;font-size:13px}.bx_slider_section .bx_stick.long{font-weight:normal;font-size:11px}.bx_slider_section .bx_stick_disc{position:absolute;width:72px;height:74px;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/stick_disc.png) no-repeat center;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:23px;line-height:74px}.bx_slider_section .bx_stick.left,.bx_slider_section .bx_stick_disc.left{left:-2px}.bx_slider_section .bx_stick.right,.bx_slider_section .bx_stick_disc.right{right:0}.bx_slider_section .bx_stick.top,.bx_slider_section .bx_stick_disc.top{top:15px}.bx_slider_section .bx_stick.bottom,.bx_slider_section .bx_stick_disc.bottom{bottom:5px}.bx_slider_section .bx_stick.middle,.bx_slider_section .bx_stick_disc.middle{top:49%}@media(min-width:641px) and (max-width:960px){.bx_slider_section .bx_stick{width:90px;height:30px;background-size:100%;line-height:30px}.bx_slider_section .bx_stick.short{font-weight:normal;font-size:14px}.bx_slider_section .bx_stick.average{font-weight:normal;font-size:11px}.bx_slider_section .bx_stick.long{font-weight:normal;font-size:11px}.bx_slider_section .bx_stick_disc{width:64px;height:65px;background-size:100%;font-size:20px;line-height:65px}}@media(max-width:640px){.bx-touch .bx_slider_section .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_slider_section .bx_stick_disc{width:48px;height:49px;background-size:100%;font-size:16px;line-height:49px}}@media(max-width:479px){.bx-touch .bx_slider_section .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_slider_section .bx_stick_disc{width:37px;height:38px;background-size:100%;font-size:13px;line-height:38px}}.bx_slider_section .bx_stick_disc{position:absolute;right:5px;bottom:5px;display:block;width:72px;height:74px;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/stick_disc.png) no-repeat center;-webkit-background-size:contain!important;background-size:contain!important;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:26px;line-height:74px}@media(max-width:980px){.bx_slider_section .bx_stick_disc{width:64px;height:64px;font-size:21px;line-height:64px}}@media(max-width:640px){.bx_slider_section .bx_stick_disc{width:48px;height:48px;font-size:15px;line-height:48px}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_stick_disc{width:36px;height:36px;font-size:12px;line-height:36px}}.bx_slider_section .bx_slider_content_container{position:absolute;top:1px;right:10px;bottom:0;left:59%;z-index:400}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_content_container{top:60%;left:auto;right:auto;width:100%}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_content_container{top:auto;position:static}}.bx_slider_section .bx_slider_title{overflow:hidden;margin:0;padding:0;max-height:25px}@media(max-width:980px){.bx_slider_section .bx_slider_title{max-height:23px}}@media(max-width:640px){.bx_slider_section .bx_slider_title{max-height:17px}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_title{max-height:12px}}.bx_slider_section .bx_slider_title a{color:#000;text-decoration:none;font-size:25px;line-height:25px;display:inline-block;width:100%;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}@media(max-width:980px){.bx_slider_section .bx_slider_title a{font-size:21px;line-height:23px}}@media(max-width:640px){.bx_slider_section .bx_slider_title a{font-size:17px;line-height:17px}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_title a{font-size:11px;line-height:12px}}.bx_slider_section .bx_slider_content_description{color:#658790;font-size:13px;line-height:19px;max-height:77px;overflow:hidden}@media(max-width:890px){.bx_slider_section .bx_slider_content_description{max-height:55px}}@media(max-width:820px){.bx_slider_section .bx_slider_content_description{max-height:38px}}@media(max-width:780px){.bx_slider_section .bx_slider_content_description{max-height:19px}}@media(max-width:720px){.bx_slider_section .bx_slider_content_description{display:none}}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_content_description{max-height:76px;display:block;position:absolute;left:52%;top:0}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_content_description{max-height:76px;position:static;left:auto;top:auto}}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_customblock_one{width:50%}.bx-touch .bx_slider_section .bx_slider_customblock_two{width:50%}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_customblock_one{width:100%}.bx-touch .bx_slider_section .bx_slider_customblock_two{width:100%}}.bx_slider_section .bx_slider_price_container{position:absolute;right:0;bottom:0;left:0;z-index:900}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_price_container{left:52%}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_price_container{left:auto;position:relative;margin-top:10px}}.bx_slider_section .bx_slider_price_rightblock{position:absolute;top:0;right:0;bottom:0;left:96%;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/price_bg.png) no-repeat left center;background-size:100% 100%}.bx_slider_section .bx_slider_price_leftblock{position:relative;width:96%;background:rgba(159,226,248,.52)}.bx_slider_section .bx_slider_current_price{padding:10px 10px 5px;text-shadow:0 1px 1px rgba(255,255,255,.7);font-weight:bold;font-size:26px;line-height:26px;vertical-align:middle}.bx_slider_section .bx_slider_current_price.bx_no_oldprice{font-size:26px;line-height:46px}@media(max-width:980px){.bx_slider_section .bx_slider_current_price{padding:5px 7px 1px;font-size:23px;line-height:18px}}@media(max-width:980px){.bx_slider_section .bx_slider_current_price.bx_no_oldprice{padding:5px 7px 1px;font-size:23px;line-height:46px}}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_current_price{padding:4px 7px 0;font-size:17px;line-height:12px}}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_current_price.bx_no_oldprice{padding:4px 7px 0;font-size:17px;line-height:34px}}.bx_slider_section .bx_slider_old_price{padding:5px 10px 10px;color:#496771;text-decoration:line-through;text-shadow:0 1px 1px rgba(255,255,255,.4);font-weight:bold;font-size:14px}@media(max-width:980px){.bx_slider_section .bx_slider_old_price{font-size:14px;padding:1px 7px 5px}}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_old_price{font-size:10px}}.bx_slider_section .bx_bt_button{position:absolute;top:50%;right:10px;margin-top:-19px;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx-touch .bx_slider_section .bx_bt_button{font-size:12px}.bx_slider_section .shadow.bx_bt_button{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.bx_slider_section .shadow.bx_bt_button:active{box-shadow:none}.bx_slider_section .bx_bt_button{background-image:-webkit-gradient(linear,0 0,0 100%,from(#00a2df),to(#006fcb));background-image:-webkit-linear-gradient(#00a2df 0,#006fcb 100%);background-image:-moz-linear-gradient(#00a2df 0,#006fcb 100%);background-image:-o-linear-gradient(#00a2df 0,#006fcb 100%);background-image:linear-gradient(#00a2df 0,#006fcb 100%);color:#fff;text-shadow:0 1px 0 #006cae;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx_slider_section .bx_bt_button:hover{background-image:-webkit-gradient(linear,0 0,0 100%,from(#21afe4),to(#006fcb));background-image:-webkit-linear-gradient(#21afe4 0,#006fcb 100%);background-image:-moz-linear-gradient(#21afe4 0,#006fcb 100%);background-image:-o-linear-gradient(#21afe4 0,#006fcb 100%);background-image:linear-gradient(#21afe4 0,#006fcb 100%)}.bx_slider_section .bx_bt_button:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#006fcb),to(#00a2df));background-image:-webkit-linear-gradient(#006fcb 0,#00a2df 100%);background-image:-moz-linear-gradient(#006fcb 0,#00a2df 100%);background-image:-o-linear-gradient(#006fcb 0,#00a2df 100%);background-image:linear-gradient(#006fcb 0,#00a2df 100%);box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21)}.bx_slider_section .big.bx_bt_button{padding:0 13px;height:36px;line-height:36px;font-weight:bold}.bx-touch .bx_slider_section .big.bx_bt_button{padding:0 12px;height:24px;line-height:24px;font-weight:bold;margin-top:-12px;vertical-align:middle}.bx_slider_section .big.bx_bt_button.cart span{position:relative;bottom:-7px;display:inline-block;margin:0 10px 0 0;width:26px;height:23px;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/bt_cart.png) no-repeat center;-webkit-background-size:contain!important;background-size:contain!important}.bx-touch .bx_slider_section .big.bx_bt_button.cart span{bottom:0;margin:0 10px 0 0;width:20px;height:24px;vertical-align:middle}@media(max-width:800px){.bx_slider_section .big.bx_bt_button.cart span{display:none}}@media(max-width:640px){.bx_slider_section .big.bx_bt_button.cart span{display:block;margin:0!important}.bx_slider_section .big.bx_bt_button.cart strong{display:none}}.bx_slider_section .bx_notavailable{text-align:left;font-size:12px;font-weight:bold;display:inline-block;border:1px solid #e4e4e4;background:#f3f3f3;white-space:normal;line-height:normal;padding:5px 15px;margin-bottom:10px;position:absolute;height:26px;top:50%;right:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:-13px}.bx_slider_section .bx_slider_arrow_left,.bx_slider_section .bx_slider_arrow_right{position:absolute;top:50%;z-index:910;display:none;margin-top:-29px;width:57px;height:58px;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/slider_arrow.png) no-repeat;cursor:pointer}.bx_slider_section:hover .bx_slider_arrow_left,.bx_slider_section:hover .bx_slider_arrow_right{display:block}.bx_slider_section .bx_slider_arrow_left{background-position:0 0;left:0}.bx_slider_section .bx_slider_arrow_right{background-position:0 -58px;right:0}.bx_slider_section .bx_slider_arrow_left:active{background-position:0 -116px}.bx_slider_section .bx_slider_arrow_right:active{background-position:0 -174px}@media(max-width:980px){.bx_slider_section .bx_slider_arrow_left,.bx_slider_section .bx_slider_arrow_right{margin-top:-13px;width:25px;height:25px;background-size:25px auto!important}.bx_slider_section .bx_slider_arrow_left{background-position:0 0;left:0}.bx_slider_section .bx_slider_arrow_right{background-position:0 -25px;right:0}.bx_slider_section .bx_slider_arrow_left:active{background-position:0 -50px}.bx_slider_section .bx_slider_arrow_right:active{background-position:0 -75px}}.bx-touch .bx_slider_section .bx_slider_arrow_left,.bx-touch .bx_slider_section .bx_slider_arrow_right{display:block;margin-top:-13px;width:25px;height:25px;background-size:25px auto!important}.bx-touch .bx_slider_section .bx_slider_arrow_left{background-position:0 0;left:0}.bx-touch .bx_slider_section .bx_slider_arrow_right{background-position:0 -25px;right:0}.bx-touch .bx_slider_section .bx_slider_arrow_left:active{background-position:0 -50px}.bx-touch .bx_slider_section .bx_slider_arrow_right:active{background-position:0 -75px}@media(max-width:639px){.bx-touch .bx_slider_section .bx_slider_arrow_left,.bx-touch .bx_slider_section .bx_slider_arrow_right{top:22%}}.bx_slider_section .bx_slider_pagination{position:absolute;bottom:-4px;margin:0;padding:0;width:57%;list-style:none;text-align:center}.bx_slider_section .bx_slider_pagination li{display:inline-block;margin:0 3px;width:14px;height:20px;line-height:20px;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/pagination_dot.png) no-repeat right center;cursor:pointer}.bx_slider_section .bx_slider_pagination li:hover,.bx_slider_section .bx_slider_pagination li.active{background:url(/bitrix/components/bitrix/catalog.top/templates/.default/banner/images/pagination_dot.png) no-repeat 1px center}.bx_slider_section .bx_slider_pagination li span{display:block;cursor:pointer;width:14px;height:20px;text-decoration:none}.bx-touch .bx_slider_section .bx_slider_pagination li,.bx-touch .bx_slider_section .bx_slider_pagination li span{margin:0 1px;width:7px;height:7px;-webkit-background-size:auto 7px;background-size:auto 7px}@media(max-width:640px){.bx-touch .bx_slider_section .bx_slider_pagination{display:block;position:relative;bottom:auto;margin:0;padding:0;width:100%}}@media(max-width:480px){.bx-touch .bx_slider_section .bx_slider_pagination{margin:10px 0}}.bx_slider_section .bx_stick,.bx_slider_section .bx_slider_title,.bx_slider_section .bx_slider_title a,.bx_slider_section .bx_stick_disc{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */
/* /local/libs/formstyler/jquery.formstyler.css?170301403413511 */
/* /local/templates/main/components/bitrix/catalog/sym_podbor/bitrix/catalog.section.list/.default/style.min.css?17030140386536 */
/* /local/templates/main/assets/bx-styles/vin-block.css?17574162887984 */
/* /bitrix/components/bitrix/catalog.top/templates/.default/banner/style.min.css?170301327915489 */
