

/* 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 */
/* /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 */
