

/* Start:/local/templates/main/css/pikaday.css?17643449604543*/
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}
.hidden{
    display: none !important;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
.active_trye_this
{
    display: block;
}
.hidden_trye_this{
    display: none;
}
/* End */


/* Start:/local/templates/main/css/select2.min.css?176434496016264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/main/css/app.css?1764344960200791*/
@charset 'UTF-8';
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    display:none;
    float:left;
    min-height:1px
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block !important;
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.slick-loading .slick-list{
    background:#fff url(/local/templates/main/css/../js/slick/ajax-loader.gif) center center no-repeat
}
@font-face{
    font-family:slick;
    font-weight:400;
    font-style:normal;
    src:url(/local/templates/main/css/../js/slick/fonts/slick.eot);
    src:url(/local/templates/main/css/../js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'),url(/local/templates/main/css/../js/slick/fonts/slick.woff) format('woff'),url(/local/templates/main/css/../js/slick/fonts/slick.ttf) format('truetype'),url(/local/templates/main/css/../js/slick/fonts/slick.svg#slick) format('svg')
}
.slick-next,.slick-prev{
    font-size:0;
    line-height:0;
    position:absolute;
    top:50%;
    display:block;
    width:20px;
    height:20px;
    padding:0;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    cursor:pointer;
    color:transparent;
    border:none;
    outline:0;
    background:0 0
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
    color:transparent;
    outline:0;
    background:0 0
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
    opacity:1
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
    opacity:.25
}
.slick-next:before,.slick-prev:before{
    font-family:slick;
    font-size:20px;
    line-height:1;
    opacity:.75;
    color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-prev{
    left:-25px
}
[dir=rtl] .slick-prev{
    right:-25px;
    left:auto
}
.slick-prev:before{
    content:'←'
}
[dir=rtl] .slick-prev:before{
    content:'→'
}
.slick-next{
    right:-25px
}
[dir=rtl] .slick-next{
    right:auto;
    left:-25px
}
.slick-next:before{
    content:'→'
}
[dir=rtl] .slick-next:before{
    content:'←'
}
.slick-dotted.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:-25px;
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center
}
.slick-dots li{
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:20px;
    height:20px;
    padding:5px;
    cursor:pointer;
    color:transparent;
    border:0;
    outline:0;
    background:0 0
}
.slick-dots li button:focus,.slick-dots li button:hover{
    outline:0
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{
    opacity:1
}
.slick-dots li button:before{
    font-family:slick;
    font-size:6px;
    line-height:20px;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    content:'•';
    text-align:center;
    opacity:.25;
    color:#000;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before{
    opacity:.75;
    color:#000
}
.slick-lightbox{
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:100%;
    background:#000;
    -webkit-transition:opacity .5s ease;
    transition:opacity .5s ease
}
.slick-lightbox .slick-loading .slick-list{
    background-color:transparent
}
.slick-lightbox .slick-prev{
    left:15px
}
.slick-lightbox .slick-next{
    right:15px
}
.slick-lightbox-hide{
    opacity:0
}
.slick-lightbox-hide-init{
    position:absolute;
    top:-9999px;
    opacity:0
}
.slick-lightbox-inner{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.slick-lightbox-slick-item{
    text-align:center;
    overflow:hidden
}
.slick-lightbox-slick-item:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-.25em
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    width:100%;
    margin-bottom:20px
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{
    display:block;
    text-align:center
}
.slick-lightbox-slick-item-inner{
    display:inline-block;
    vertical-align:middle;
    max-width:90%;
    max-height:90%
}
.slick-lightbox-slick-img{
    margin:0 auto;
    display:block;
    max-width:90%;
    max-height:90%
}
.slick-lightbox-slick-caption{
    margin:10px 0 0;
    color:#fff
}
.slick-lightbox-close{
    position:absolute;
    top:15px;
    right:15px;
    display:block;
    height:20px;
    width:20px;
    line-height:0;
    font-size:0;
    cursor:pointer;
    background:0 0;
    color:transparent;
    padding:0;
    border:none
}
.slick-lightbox-close:focus{
    outline:0
}
.slick-lightbox-close:before{
    font-family:slick;
    font-size:20px;
    line-height:1;
    color:#fff;
    opacity:.85;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:'×'
}
.mfp-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1042;
    overflow:hidden;
    position:fixed;
    background:#0b0b0b;
    opacity:.8
}
.mfp-wrap{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1043;
    position:fixed;
    outline:0!important;
    -webkit-backface-visibility:hidden;
}
.mfp-container{
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding:0 8px;
    box-sizing:border-box
}
.mfp-container:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.mfp-align-top .mfp-container:before{
    display:none
}
.mfp-content{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:1045
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{
    width:100%;
    cursor:auto
}
.mfp-ajax-cur{
    cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor:-moz-zoom-out;
    cursor:-webkit-zoom-out;
    cursor:zoom-out
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in
}
.mfp-auto-cursor .mfp-content{
    cursor:auto
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.mfp-loading.mfp-figure{
    display:none
}
.mfp-hide{
    display:none!important
}
.mfp-preloader{
    color:#ccc;
    position:absolute;
    top:50%;
    width:auto;
    text-align:center;
    margin-top:-.8em;
    left:8px;
    right:8px;
    z-index:1044
}
.mfp-preloader a{
    color:#ccc
}
.mfp-preloader a:hover{
    color:#fff
}
.mfp-s-ready .mfp-preloader{
    display:none
}
.mfp-s-error .mfp-content{
    display:none
}
button.mfp-arrow,button.mfp-close{
    overflow:visible;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:0;
    padding:0;
    z-index:1046;
    box-shadow:none;
    touch-action:manipulation
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.mfp-close{
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:0;
    text-decoration:none;
    text-align:center;
    opacity:.65;
    padding:0 0 18px 10px;
    color:#fff;
    font-style:normal;
    font-size:28px;
    font-family:Arial,Baskerville,monospace
}
.mfp-close:focus,.mfp-close:hover{
    opacity:1
}
.mfp-close:active{
    top:1px
}
.mfp-close-btn-in .mfp-close{
    color:#333
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
    color:#fff;
    right:-6px;
    text-align:right;
    padding-right:6px;
    width:100%
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#ccc;
    font-size:12px;
    line-height:18px;
    white-space:nowrap
}
.mfp-arrow{
    position:absolute;
    opacity:.65;
    margin:0;
    top:50%;
    margin-top:-55px;
    padding:0;
    width:90px;
    height:110px;
    -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active{
    margin-top:-54px
}
.mfp-arrow:focus,.mfp-arrow:hover{
    opacity:1
}
.mfp-arrow:after,.mfp-arrow:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:medium inset transparent
}
.mfp-arrow:after{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px
}
.mfp-arrow:before{
    border-top-width:21px;
    border-bottom-width:21px;
    opacity:.7
}
.mfp-arrow-left{
    left:0
}
.mfp-arrow-left:after{
    border-right:17px solid #fff;
    margin-left:31px
}
.mfp-arrow-left:before{
    margin-left:25px;
    border-right:27px solid #3f3f3f
}
.mfp-arrow-right{
    right:0
}
.mfp-arrow-right:after{
    border-left:17px solid #fff;
    margin-left:39px
}
.mfp-arrow-right:before{
    border-left:27px solid #3f3f3f
}
.mfp-iframe-holder{
    padding-top:40px;
    padding-bottom:40px
}
.mfp-iframe-holder .mfp-content{
    line-height:0;
    width:100%;
    max-width:900px
}
.mfp-iframe-holder .mfp-close{
    top:-40px
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%
}
.mfp-iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:0 0 8px rgba(0,0,0,.6);
    background:#000
}
img.mfp-img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    line-height:0;
    box-sizing:border-box;
    padding:40px 0 40px;
    margin:0 auto
}
.mfp-figure{
    line-height:0
}
.mfp-figure:after{
    content:'';
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    display:block;
    right:0;
    width:auto;
    height:auto;
    z-index:-1;
    box-shadow:0 0 8px rgba(0,0,0,.6);
    background:#444
}
.mfp-figure small{
    color:#bdbdbd;
    display:block;
    font-size:12px;
    line-height:14px
}
.mfp-figure figure{
    margin:0
}
.mfp-bottom-bar{
    margin-top:-36px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto
}
.mfp-title{
    text-align:left;
    line-height:18px;
    color:#f3f3f3;
    word-wrap:break-word;
    padding-right:36px
}
.mfp-image-holder .mfp-content{
    max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    cursor:pointer
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){
    .mfp-img-mobile .mfp-image-holder{
        padding-left:0;
        padding-right:0
    }
    .mfp-img-mobile img.mfp-img{
        padding:0
    }
    .mfp-img-mobile .mfp-figure:after{
        top:0;
        bottom:0
    }
    .mfp-img-mobile .mfp-figure small{
        display:inline;
        margin-left:5px
    }
    .mfp-img-mobile .mfp-bottom-bar{
        background:rgba(0,0,0,.6);
        bottom:0;
        margin:0;
        top:auto;
        padding:3px 5px;
        position:fixed;
        box-sizing:border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty{
        padding:0
    }
    .mfp-img-mobile .mfp-counter{
        right:5px;
        top:3px
    }
    .mfp-img-mobile .mfp-close{
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,.6);
        position:fixed;
        text-align:center;
        padding:0
    }
}
@media all and (max-width:900px){
    .mfp-arrow{
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    .mfp-arrow-left{
        -webkit-transform-origin:0;
        transform-origin:0
    }
    .mfp-arrow-right{
        -webkit-transform-origin:100%;
        transform-origin:100%
    }
    .mfp-container{
        padding-left:6px;
        padding-right:6px
    }
}
@font-face{
    font-family:Arsenal;
    font-style:normal;
    font-weight:400;
    src:local("Arsenal"),url(/local/templates/main/css/../fonts/Arsenal-Regular.woff2) format("woff2")
}
@font-face{
    font-family:IBM;
    font-style:normal;
    font-weight:400;
    src:local("IBM"),url(/local/templates/main/css/../fonts/IBMPlexSans-Regular.woff2) format("woff2")
}
@font-face{
    font-family:IBM;
    font-style:normal;
    font-weight:300;
    src:local("IBM"),url(/local/templates/main/css/../fonts/IBMPlexSans-Light.woff2) format("woff2")
}
@font-face{
    font-family:Ubuntu;
    font-style:normal;
    font-weight:500;
    src:local("Ubuntu"),url(/local/templates/main/css/../fonts/Ubuntu-Medium.woff2) format("woff2")
}
*{
    padding:0;
    margin:0
}
*,:after,:before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
:active,:focus{
    outline:0
}
a:active,a:focus{
    outline:0
}
aside,footer,header,nav{
    display:block
}
*{
    -webkit-tap-highlight-color:transparent
}
input::-ms-clear{
    display:none
}
button{
    cursor:pointer
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
a,a:visited{
    text-decoration:none
}
a:hover{
    text-decoration:none
}
ul li{
    list-style:none
}
img{
    vertical-align:top
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:400
}
body{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    min-width:320px;
    position:relative;
    overflow-x:hidden;
    color:#696968;
    background-color:#fff
}
.desctop-hidden{
    display:none!important
}
.container{
    max-width:1440px;
    padding:0 112px;
    margin:0 auto;
    width:100%
}
a{
    color:#696968
}
a:hover{
    text-decoration:none;
    color:#2f2f2d
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flex-column{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flex-line{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
li,ul{
    list-style:none;
    margin:0;
    padding:0
}
.btn{
    display:block;
    width:280px;
    border:1px solid #000;
    padding:12px 0;
    text-align:center;
    cursor:pointer;
    color:#000;
    background-color:#fff;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px
}
.btn--dark{
    background-color:#000;
    color:#fff
}
.btn--lg{
    padding:15px 0;
    color:#000
}
.btn-secondary{
    border-color:#d5d5d2;
    color:#000
}
@media screen and (min-width: 769px){
    .btn:focus,.btn:hover {
        background-color:#000;
        border-color:#000;
        color:#fff;
    }
    .btn:active {
        color: #fff;
        border-color: #444442;
        background-color: #444442
    }
}

.btn:disabled{
    color:#b2b2b0
}
.btn:disabled:focus,.btn:disabled:hover{
    background-color:inherit;
    color:#b2b2b0;
    border-color:#d5d5d2;
    cursor:auto
}
.btn--dark:focus,.btn--dark:hover{
    background-color:#fff;
    color:#000
}
.btn--dark:active{
    color:#fff;
    border-color:#444442;
    background-color:#444442
}
.btn--dark:disabled{
    color:#b2b2b0
}
.btn-like{
    border:none;
    max-width:56px
}
.btn-like svg{
    width:24px;
    height:24px
}
.btn-like .is-active svg{
    width:24px;
    height:24px
}
.btn-like .is-active svg path{
    fill:#2f2f2d;
    stroke:#fff
}
.type-link{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    border-bottom:1px solid #8f8f8d
}
.sp{
    padding:104px 0
}
p{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    color:#444442
}
.no-scroll{
    overflow:hidden;
    overflow-y: hidden!important;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    -ms-touch-action: none;
}
.title{
    font-family:Arsenal,sans-serif;
    font-size:32px;
    line-height:32px;
    letter-spacing:-.2px;
    text-transform:uppercase;
    color:#000;
    text-align:center;
    max-width:592px;
    margin-left:auto;
    margin-right:auto
}
@media screen and (max-width:768px){
    .title{
        font-size:20px;
        line-height:120%
    }
}
.responsive-img{
    max-width:100%;
    height:auto;
    display:block;
}
.news-preview .responsive-img{
    max-height: 260px;
    object-fit: cover;
}
.text-link{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    color:#8f8f8d;
    border-bottom:1px solid rgba(0,0,0,.2);
    padding-bottom:2px;
    cursor:pointer;
    width:auto
}
.text-link--dark{
    color:#000
}
.back-link{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding-left:20px;
    position:relative
}
.back-link svg{
    position:absolute;
    left:0;
    top:1px;
    width:16px;
    height:16px
}
.back-link svg path:first-child{
    fill:#8f8f8d
}
.back-link svg path:last-child{
    stroke:#8f8f8d
}
.back-link:hover svg path:first-child{
    fill:#000
}
.back-link:hover svg path:last-child{
    stroke:#000
}
.breadcrumbs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.breadcrumbs__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none;
    margin-bottom:8px
}
.breadcrumbs__list li:first-child .breadcrumbs__item{
    margin-left:0
}

.breadcrumbs__item{
    margin-left:0;
    display:inline-block;
    color:#8f8f8d;
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    text-align:center;
    letter-spacing:.2px
}
.breadcrumbs--product{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:24px
}
.breadcrumbs--product .breadcrumbs__list{
    margin-bottom:0
}

.text-button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.text-button button{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
    border-bottom:1px solid rgba(0,0,0,.2);
    background-color:transparent
}
.text-button--md{
    height:40px
}
.btn--wrap .btn{
    margin:0 auto
}
.slick-lightbox-close{
    width:48px;
    height:48px;
    background-color:rgba(0,0,0,.5);
    border-radius:2px
}
.slick-lightbox-close::before{
    content:'';
    font-size:0;
    position:absolute;
    background:url(/local/templates/main/css/../images/dest/icon/close.svg) 50% 50% no-repeat;
    background-size:50%;
    color:#c1c4cb;
    opacity:1;
    width:48px;
    height:48px;
    top:0;
    left:0
}
.mouse-circle{
    background-color:#fff;
    width:64px;
    height:64px;
    border-radius:50%;
    background-image:url(/local/templates/main/css/../images/dest/icon/zoom.svg);
    background-position:center center;
    background-size:30%;
    background-repeat:no-repeat;
    position:absolute;
    pointer-events:none;
    z-index:10;
    display:none
}
.tab-nav__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.tab-nav__item{
    padding:20px 0;
    border-bottom:3px solid transparent;
    margin-right:32px;
    color:#8f8f8d;
    cursor:pointer
}
.tab-nav__item.tab-active,.tab-nav__item:hover{
    border-color:#000;
    color:#000
}
.tab__body{
    display:none
}
.tab__body.tab-active{
    display:block
}
.pagination{
    width:352px;
    margin:80px auto 0
}
.pagination__title{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    text-align:center;
    margin-bottom:16px
}
.pagination__line{
    margin-bottom:40px;
    position:relative
}
.pagination__line .line{
    position:absolute;
    width:100%;
    height:1px;
    background-color:#d5d5d2
}
.pagination__line .line--progress{
    background-color:#696968;
    width:50%
}
.btn--pagination{
    width:100%
}
.mobile-nav__btn.right-nav__item{
    display:none
}
.sandwich{
    position:relative;
    display:block;
    width:20px;
    height:12px;
    cursor:pointer
}
.sandwich.active .sandwich-line--top{
    top:6px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.sandwich.active .sandwich-line--middle{
    opacity:0
}
.sandwich.active .sandwich-line--bottom{
    top:6px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.sandwich-line{
    left:0;
    height:1px;
    width:20px;
    position:absolute;
    display:block;
    background-color:#696968;
    -webkit-transition:all linear .5s;
    -o-transition:all linear .5s;
    transition:all linear .5s
}
.sandwich-line--top{
    top:0
}
.sandwich-line--middle{
    top:6px;
    opacity:1;
    width:20px
}
.sandwich-line--bottom{
    top:12px
}
html.mfp-helper{
    height:100%
}
html.mfp-helper body{
    overflow:hidden;
    height:100%;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.error-location{
    position:fixed;
    top:8px;
    right:0;
    background-color:#ea7777;
    padding:24px 56px 24px 32px;
    border-radius:2px;
    -webkit-box-shadow:0 8px 15px rgba(60,72,88,.14);
    box-shadow:0 8px 15px rgba(60,72,88,.14);
    z-index:9999;
    color:#fff;
    max-width:462px;
    width:100%;
    display:none
}
.error-location.is-active{
    display:block
}
.error-location .close-icon{
    position:absolute;
    right:32px;
    top:calc(50% - 8px)
}
.error-location svg path{
    stroke:#fff
}
.header{
    background-color:#fff
}
.top-line{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    height:88px
}
.top-nav__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    list-style:none;
    margin:0;
    padding:0
}
.top-nav__list li:last-child .top-nav__link{
    /*margin-left:40px*/
    margin-left:20px
}

.top-nav__list li:first-child .top-nav__link{
    /*margin-left:40px*/
    margin-right:20px
}
.top-nav__link{
    display:block;
    font-size:16px;
    line-height:24px;
    text-transform:uppercase;
    padding-top:30px;
    padding-bottom:30px;
    border-bottom:3px solid transparent
}
.top-nav__link.is-active{
    color:#000;
    border-bottom-color:#000
}
.top-nav__link:hover{
    color:#000;
    border-bottom-color:#000
}
.shops{
    letter-spacing:.6px;
    padding-left:28px;
    position:relative
}
.shops::before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    background:url(/local/templates/main/css/../images/dest/icon/pin.svg) 0 0 no-repeat;
    background-size:100%
}
.shops:hover{
    color:#000
}
.mobileapp{
    letter-spacing:.6px;
    padding-left:89px;
    position:relative;
	color: #CC3300
}
.mobileapp::before{
    content:'';
    display:block;
    position:absolute;
    left:9px;
    top:0px;
    width:75px;
    height:24px;
    background:url(/local/templates/main/css/../images/dest/icon/ios-app.svg) 0 0 no-repeat;
    background-size:100%
}
.mobileapp:hover{
    color:#000
}
.language{
    margin-left:16px;
    display:block
}
.logo--nav{
    display:none
}
.main-nav{
    border-top:1px solid #e9e8e5;
    background-color:#fff;
    position:relative
}
.main-nav.fixed{
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    right:0;
    z-index:100;
    border-bottom:1px solid #e9e8e5
}
.main-nav.fixed .main-nav__list>li{
    padding:0 12px
}

.main-nav.fixed .logo--nav{
    display:block;
    /*max-width:154px;*/
}


.main-nav--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.main-nav__list{
    display:table;
    list-style:none
}
.main-nav__list>li{
    display:table-cell;
    padding:0 28px
}
.main-nav__list>li:first-child{
    padding-left:0
}
.main-nav__list>li.hover .main-nav__dropdown{
    top:100%;
    z-index:100
}
.main-nav__link{
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px;
    display:block;
    padding:24px 0;
    text-transform:uppercase;
    border-bottom:2px solid transparent;
    color:#2f2f2d;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    white-space:nowrap
}
.main-nav__link.is-active{
    border-bottom-color:#000
}
.main-nav__link.accent{
    color:#e13c3c
}
.main-nav__link.accent:hover{
    border-bottom-color:#e13c3c
}
.main-nav__link:hover{
    border-bottom-color:#000
}
.right-nav__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.right-nav__item{
    width:24px;
    height:24px;
    display:block;
    margin-right:24px
}
.right-nav__item--cart{
    width:auto;
    margin-right:5px;
    position:relative
}
.right-nav__item--cart .cart-icon-counter{
    background-color:#696968;
    color:#fff;
    line-height:0;
    border-radius:50%;
    font-size:12px;
    display:inline-block
}
.right-nav__item--cart .cart-icon-counter span{
    display:inline-block;
    padding-top:50%;
    padding-bottom:50%;
    margin:0 5.5px;
    font-family:Ubuntu,sans-serif
}
.right-nav__item--cart.is-active{
    z-index:200
}
.right-nav__item--cart.is-active::before{
    content:'';
    width:52px;
    height:52px;
    background-color:#fff;
    -webkit-box-shadow:0 0 0 5000px rgba(0,0,0,.4);
    box-shadow:0 0 0 5000px rgba(0,0,0,.4);
    border-radius:50%;
    position:absolute;
    top:-15px;
    left:-3px;
    z-index:-1;
    -webkit-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}
.right-nav__item--cart.is-active .cart-icon-product{
    visibility:visible;
    opacity:1
}
.cart-icon-product{
    position:absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:32px;
    background-color:#fff;
    width:344px;
    right:-30px;
    top:calc(100% + 24px);
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    visibility:hidden;
    opacity:0
}
.cart-icon-product::before{
    content:'';
    position:absolute;
    top:-7px;
    right:41px;
    width:0;
    height:0;
    border-style:solid;
    border-width:0 7px 7px 7px;
    border-color:transparent transparent #fff transparent
}
.cart-icon-product__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000
}
@media screen and (max-width:768px){
    .cart-icon-product__title{
        font-size:16px;
        line-height:100%
    }
}
.cart-icon-product__body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:32px
}
.cart-icon-product__body .cart__product-options{
    margin-top:8px
}
.cart-icon-product__body .cart__product-cost{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    margin-top:16px;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.cart-icon-product__body .cart__product-cost--old{
    margin-left:8px
}
.cart-icon-product__image{
    max-width:65px
}
.cart-icon-product__footer{
    margin-top:32px
}
.cart-icon-product__footer p{
    color:#e13c3c
}
.main-nav.fixed .main-nav__list{
    max-width:630px
}
.main-nav__dropdown{
    height:424px;
    position:absolute;
    top:-5000px;
    left:0;
    right:0;
    width:100%;
    background-color:#fff;
    z-index:-1;
    border-top:1px solid #e9e8e5;
    padding:40px 0 36px
}
.main-nav__dropdown .container,.main-nav__dropdown .dropdown-menu,.main-nav__dropdown .dropdown-menu__list{
    height:100%
}
.dropdown-menu{
    width:calc(100% - 384px);
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.dropdown-menu__list{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.dropdown-menu__list li{
    width:176px;
    margin-right:32px
}
.dropdown-menu__link{
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px;
    text-transform:uppercase;
    color:#8f8f8d;
    margin-bottom:3px;
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.dropdown-menu__link.type-link{
    text-transform: lowercase;
    width: max-content;
}
.dropdown-menu__link--title{
    color:#000
}
.dropdown-aside .type-link{
    color:#fff;
    border-bottom-color:rgba(255,255,255,.5)
}
.dropdown-aside__link{
    display:block;
    width:280px;
    height:280px;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.dropdown-aside__link .img-overlay{
    background-color:#000;
    opacity:.2;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.dropdown-aside--content{
    height:100%;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:24px;
    position:relative
}
.dropdown-aside__title{
    font-family:Arsenal,sans-serif;
    font-size:28px;
    line-height:32px;
    letter-spacing:.6px;
    color:#fff;
    margin-bottom:8px;
    text-align:center
}
.dropdown-aside__link:hover{
    background-size:105%
}
.main-slider__link{
    display:block;
    width:100%;
    line-height:0;
    padding-top:42%;
    max-height:600px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
.s-category{
    /* padding-top:120px */
}
.main-category{
    margin:0 -16px;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.main-category__item{
    max-width:calc(100% / 2);
    margin:0 16px;
    z-index:0
}
/* .main-category__item:last-child{
    margin-top:92px
} */
.main-category__link{
    position:relative;
    display:block;
    overflow:hidden;
    -webkit-overflow-scrolling:auto;
    opacity:.999999
}
.main-category__img{
    max-width:100%;
    height:auto;
    display:block;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.main-category__img:hover{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.main-category__title{
    position:absolute;
    z-index:10;
    bottom:48px;
    left:48px;
    font-family:Arsenal,sans-serif;
    font-size:32px;
    line-height:32px;
    letter-spacing:-.2px;
    text-transform:uppercase;
    color:#fff
}
@media screen and (max-width:768px){
    .main-category__title{
        font-size:20px;
        line-height:120%
    }
}
.title-catalog{
    /* margin-top:32px;
    margin-bottom:68px */
    margin-top:15px;
    margin-bottom:40px;
}
section.first {
    margin-bottom: 40px;
}
.s-catalog{
    background-color:#fff;
    margin-top:32px
}
.main-cat--wrap{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:344px;
    grid-gap:32px
}
.main-cat{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:0 0;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:40px 48px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.main-cat:first-child{
    -ms-grid-column:1;
    grid-column:1;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row:1/3
}
.main-cat__title{
    font-family:Arsenal,sans-serif;
    font-size:28px;
    line-height:32px;
    letter-spacing:.2px;
    z-index:10
}
@media screen and (max-width:768px){
    .main-cat__title{
        font-size:18px;
        line-height:133%
    }
}
.main-cat__title.accent{
    color:#e13c3c
}
.main-cat .text-link{
    z-index:10
}
.main-cat--light .main-cat__title,.main-cat--light .text-link{
    color:#000
}
.main-cat--light .text-link{
    border-color:rgba(0,0,0,.2)
}
.main-cat--dark .main-cat__title,.main-cat--dark .text-link{
    color:#fff;
    border-color:rgba(255,255,255,.2)
}
.overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:.2;
    background-color:#000
}
.overlay--light{
    background-color:#fff
}
.cat-filter{
    position:-webkit-sticky;
    position:sticky;
    top:76px;
    background-color:#fff;
    z-index:50;
    margin-bottom:24px
}
.cat-filter .filter{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:40px;
    border-bottom:1px solid #d5d5d2;
    padding:16px 0;
    position:relative
}
.cat-filter.fixed{
    position:fixed;
    top:76px;
    left:0;
    right:0;
    z-index:100;
    background-color:#fff
}
.cat-filter.fixed .filter{
    margin-top:0
}
.cat-filter.fixed .cat-filter__counter span{
    display:inline;
    padding-right:12px
}
.cat-filter__counter{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    text-align:center;
    letter-spacing:.2px;
    color:#8f8f8d;
    position:absolute;
    left:0
}
.cat-filter__counter span{
    color:#000;
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    display:none
}
.cat-filter__clean{
    position: absolute;
    right: 0;
    top: 15px;
}
.cat-filter__clean input{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #8f8f8d;
    cursor: pointer;
    width: auto;
    border: none;
    outline: none;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 2px;
}
.cat-filter__item{
    display:inline-block;
    margin-right:32px;
    color:#444442;
    position:relative;
    padding-right:24px;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    -o-transition:transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease,-webkit-transform .3s ease;
    cursor:pointer
}
.cat-filter__item:last-child{
    margin-right:0
}
.cat-filter__item::after{
    content:url(/local/templates/main/css/../images/dest/icon/down.svg);
    position:absolute;
    right:0;
    top:calc(50% - 8px)
}
.cat-filter__item.is-active::after{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top:calc(50% - 12px)
}
.cat-filter__item.is-active .cat-filter__dropdown{
    top:calc(100% + 17px);
    z-index:10;
    visibility:visible
}
.sorter{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    width:264px;
    padding-right:0
}
.sorter::after{
    display:none
}
.sorter .select{
    margin-left:12px;
    margin-top:0
}
.sorter .select__header{
    border:none;
    padding:0 25px 0 0
}
.sorter .select__header span{
    color:#000
}
.sorter .select__icon{
    top:4px;
    right:0
}
.sorter .select__body{
    width:191px;
    -webkit-box-shadow:0 8px 15px rgba(60,72,88,.14);
    box-shadow:0 8px 15px rgba(60,72,88,.14);
    border:none;
    right:0;
    top:calc(100% + 17px)
}
.sorter .select.is-active{
    -webkit-box-shadow:none;
    box-shadow:none
}
.sorter .select.is-active .select__icon{
    top:-1px
}
.cat-filter__dropdown{
    position:absolute;
    min-width:188px;
    top:-550%;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    background-color:#fff;
    z-index:-10;
    padding:40px 0 36px;
    -webkit-box-shadow:0 10px 35px rgba(60,72,88,.16);
    box-shadow:0 10px 35px rgba(60,72,88,.16);
    padding:16px 26px 12px;
    visibility:hidden
}
.cat-filter__dropdown--brend{
    overflow-y:auto
}
.cat-filter__dropdown--brend .dropdown__check-block{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-gap:24px;
    -moz-column-gap:24px;
    column-gap:24px
}
.cat-filter__dropdown .btn{
    width:100%;
    margin-top:28px
}
.dropdown__check{
    width:156px;
    margin-bottom:8px
}
/*.checkboxs{
    padding-left:32px;
    position:relative;
    display:inline-block;
    max-width:100%;
    cursor:pointer
}*/
/*.checkboxs span{
    display:block;
    border:1px solid #b2b2b0;
    border-radius:2px;
    width:20px;
    height:20px;
    background-color:#fff;
    position:absolute;
    left:0;
    top:2px
}*/
.checkboxs input{
    position:absolute;
    opacity:0;
    z-index:-10
}
.catalog{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.catalog--wrap{
    padding-left:32px;
    width:calc(100% - 180px);
}
.catalog__body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.catalog__body .product-prev{
    /*width:calc((100% - 64px)/ 3);*/
    width:calc((100%)/ 3);
    margin:0;
    margin-bottom:32px;
    padding: 0 10px;
}
.cat-nav{
    width: 180px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}
.cat-nav__list>li{
    position:relative
}
.cat-nav__list>li:not(.disabled):hover a{
    padding-left:12px
}
.cat-nav__list>li:not(.disabled):hover a::before{
    content:'';
    width:4px;
    height:4px;
    position:absolute;
    left:1px;
    top:19px;
    background-color:#444442;
    border-radius:50%
}
.cat-nav__header{
    display:none
}
.cat-nav__item a{
    color:#444442;
    display:block;
    background-color:#fff;
    width:100%;
    padding:8px 0
}
.cat-nav__item.disabled{
    opacity:.6;
    cursor:default
}
.cat-nav__item .cat-nav__dropdown{
    height:0;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.cat-nav__item .cat-nav__dropdown li{
    padding:8px 12px;
    display:block
}
.cat-nav__item .cat-nav__dropdown .checkboxs,.cat-nav__item .cat-nav__dropdown span{
    color:#8f8f8d
}
.cat-nav__item .custom__dropdown{
    height:0;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.cat-nav__item .custom__dropdown li{
    padding:8px 12px;
    display:block;
    color:#8f8f8d
}


.cat-nav.fixed{
    position:fixed;
    top:145px;
    background-color:#fff
}
.s-catalog--lev-2 .cat-nav__list li:not(.disabled).is-active a{
    padding-left:12px
}
.s-catalog--lev-2 .cat-nav__list li:not(.disabled).is-active a::before{
    content:'';
    width:4px;
    height:4px;
    position:absolute;
    left:1px;
    top:19px;
    background-color:#444442;
    border-radius:50%
}
.s-catalog--lev-2 .cat-nav__list li:not(.disabled).is-active .cat-nav__dropdown{
    height:100%;
    visibility:visible;
    opacity:1
}
.s-catalog--lev-2 .cat-nav__list li:not(.disabled).is-active .custom__dropdown{
    height:100%;
    visibility:visible;
    opacity:1
}


.check-input{
    background-color:#fff
}
.check-input:checked~span{
    background-image:url(/local/templates/main/css/../images/dest/icon/check.svg);
    background-size:71%;
    background-repeat:no-repeat;
    background-position:3px 4px
}
.has-cat-nav__dropdown{
    position:relative
}
.has-cat-nav__dropdown a{
    display:block;
    width:100%
}
.has-cat-nav__dropdown a::after{
    content:url(/local/templates/main/css/../images/dest/icon/down.svg);
    position:absolute;
    top:11px;
    right:0
}
.has-cat-nav__dropdown.is-active a::after{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top:8px
}
.favorite__descr{
    text-align:center;
    max-width:600px;
    margin:0 auto 40px
}
.title--favor{
    margin-bottom:16px;
    margin-top:32px
}
.save-reg{
    padding:24px;
    background-color:#f9f9f7;
    width:100%;
    max-width:592px;
    margin:0 auto;
    text-align:center;
    margin-bottom:56px
}
.s-search{
    margin-top:32px
}
.s-search .catalog--wrap{
    padding-left:0;
    width:100%
}
.s-search .catalog__body{
    margin-top:24px
}
.s-search .catalog__body .product-prev{
    width:calc((100% - 96px)/ 3)
}
.s-search .cat-nav{
    display:none
}
select{
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
select .select--list{
    padding:16px 24px
}
.s-service{
    margin-top:32px
}
.info-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:120px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.info-item__img{
    width:48%
}
.info-item__img img{
    max-width:100%;
    height:auto;
    -webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);
    box-shadow:0 4px 4px rgba(0,0,0,.25)
}
.info-item__content{
    width:48%;
    max-width:558px
}
.info-item--rev{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.info-item:last-child{
    margin-bottom:160px
}
.title--service{
    margin-bottom:40px
}
.product-prev{
    display:block;
    margin:0 16px;
    min-width:124px
}
.product-prev__header{
    position:relative;
    margin-bottom:16px
}
.product-prev__like{
    position:absolute;
    right:16px;
    top:16px;
    z-index:9;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
}
.product-prev__like svg{
    fill:#fff;
    width:24px;
    height:24px
}
.product-prev__like.is-active svg{
    fill:#000;
    stroke:#fff
}
.product-prev__label{
    position:absolute;
    bottom:8px;
    right:0;
    left:3px;
    z-index:9;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
}
.product-prev__label--new,.product-prev__label--sale{
    color:#fff;
    /*background-color:#696968;*/
	background-color:#dd0404;
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    text-align:center;
    text-transform:uppercase;
    width:64px;
    height:24px;
    margin-top:8px
}
.product-prev__info{
    text-align:center;
    padding-bottom:4px
}
.product-prev__title{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:20px;
    letter-spacing:.4px;
    color:#000
}
.product-prev__image {
    display: flex;
    justify-content: center;
}
@media screen and (max-width:768px){
    .product-prev__title{
        font-size:13px;
        line-height:123%
    }
}
.product-prev__price{
    text-align:center;
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px
}
.product-prev__price--current.accent{
    color:#e13c3c
}
.product-prev__price--old{
    text-decoration:line-through;
    margin-right:8px;
    color:#b2b2b0
}
.product-prev__size{
    margin:0 auto;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    opacity:0
}
.product-prev__size span{
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px;
    margin-right:8px
}
.product-prev__size span:last-child{
    margin-right:0
}
.product-prev__footer{
    padding:8px 0 16px
}
.product-prev:hover .product-prev__size{
    opacity:1
}
.product-prev:not(.empty-size):hover .product-prev__price{
    /* display:none; */
}
@media screen and (max-width:768px) {
    .product-prev .product-prev__size{
        opacity:1
    }
}
.product-prev:hover .slick-arrow{
    visibility:visible
}
.product-prev:hover .btn{
    opacity:1;
    visibility:visible
}
.product-prev .btn{
    position:absolute;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    z-index:9;
    background-color:rgba(255,255,255,.5);
    border:none;
    width:198px;
    top:8px;
    left:8px;
    color:#696968;
    opacity:0;
    visibility:hidden;
}
.product-prev .btn svg{
    margin:0 10px -7px 0;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    width:24px;
    height:24px;
}
.product-prev .btn svg path:nth-child(-n+2){
    fill:#fff
}
.product-prev .btn svg path:last-child{
    stroke:#696968
}
.product-prev .btn.is-active svg path:nth-child(-n+2){
    fill:#000
}
.product-prev .btn.is-active svg path:last-child{
    stroke:#000
}
.product-prev .slick-arrow{
    width:16px;
    height:16px;
    z-index:10;
    font-size:0;
    visibility:hidden
}
.product-prev .slick-prev{
    left:20px
}
.product-prev .slick-prev:before{
    content:url(/local/templates/main/css/../images/dest/icon/left-sm.svg)
}
.product-prev .slick-next{
    right:20px
}
.product-prev .slick-next:before{
    content:url(/local/templates/main/css/../images/dest/icon/right-sm.svg)
}
.s-slider{
    margin-top:120px
}
.slider__title{
    font-family:Arsenal,sans-serif;
    font-size:28px;
    line-height:32px;
    letter-spacing:.2px;
    color:#2f2f2d;
    margin-bottom:40px
}
@media screen and (max-width:768px){
    .slider__title{
        font-size:18px;
        line-height:133%
    }
}
.product-item-slider{
    margin:0 0;
    position:relative
}
.product-item-slider__control{
    width:24px;
    height:24px;
    z-index:10;
    font-size:0;
    position:absolute;
    top:40%
}
.product-item-slider .product-item-slider--small__control--prev,.product-item-slider .product-item-slider__control--prev{
    left:-20px;
    background:url(/local/templates/main/css/../images/dest/icon/left.svg)
}
.product-item-slider .product-item-slider--small__control--next,.product-item-slider .product-item-slider__control--next{
    right:-20px;
    background:url(/local/templates/main/css/../images/dest/icon/right.svg)
}
.product{
    margin-top:16px;
    min-height:760px;
    width:100%
}
.product__image{
    max-width:692px;
    width:58%;
    padding-right:60px
}
.product__sliders{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.product__slider{
    width:100%;
    min-width:0;
    max-width:452px;
    position:relative
}
.product__slider__item{
    max-width:452px
}
.product__container{
    max-width:520px;
    width:42%;
    padding:48px 32px 8px
}
.product__title{
    font-family:Arsenal,sans-serif;
    font-size:32px;
    line-height:32px;
    letter-spacing:-.2px;
    text-transform:uppercase;
    color:#000;
    margin-bottom:16px
}
@media screen and (max-width:768px){
    .product__title{
        font-size:20px;
        line-height:120%
    }
}
.product__price{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:40px
}
.product__price-current{
    font-family:Arsenal,sans-serif;
    font-size:28px;
    line-height:32px;
    letter-spacing:.6px
}
.product__price-current.accent{
    color:#e13c3c
}
.product__price-old{
    text-decoration:line-through;
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px;
    color:#8f8f8d;
    margin-left:12px
}
.product__price-discount{
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px;
    color:#000;
    margin-left:32px
}
.product__colors{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom:40px
}
.product__color{
    width:32px;
    height:32px;
    border-radius:50%;
    position:relative;
    border:1px solid #eaeaea;
    margin:4px;
    cursor:pointer;
}
.product__color:last-child{
    margin-right:0
}
.product__color::after{
    content:'';
    position:absolute;
    border-radius:50%;
    top:3px;
    left:3px;
    right:3px;
    bottom:3px;
}
.product__color.is-active{
    border-color:#696968
}
.product__color--white::after{
    background-color:#fff;
}
.product__color--red::after{
    background-color:#ef1a36;
}
.product__color--green::after{
    background-color:#42b85e;
}
.product__color--blue::after{
    background-color:#0077c1;
}
.product__color--lightblue::after{
    background-color:#1ac0f0;
}
.product__color--brown::after{
    background-color:#894c35;
}
.product__color--orange::after{
    background-color:#f38530;
}
.product__color--purple::after{
    background-color:#8e449d;
}
.product__color--yellow::after{
    background-color:#ffc92f;
}
.product__color--grey::after{
    background-color:#a2a3a5;
}
.product__color--lime::after{
    background-color:#b2d348;
}
.product__color--teal::after{
    background-color:#78cdcc;
}
.product__color--bluegrey::after{
    background-color:#abbde3;
}
.product__color--black::after{
    background-color:#000;
}
.product__color--beige::after{
    background-color:#F5F5DC;
}
.product__sizes{
    /*display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;*/
    margin-bottom:48px;
    position:relative;
}
.product__sizes .text-link{
    margin-left:32px;
    margin-bottom:8px;
    color:#000;
    padding-bottom:0
}
.product-size__list{
    list-style:none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product-size__list li{
    margin: 5px 0;
}
.product-size__item{
    margin-right: 8px;
    width:40px;
    height:40px;
    padding:0;
    cursor: pointer;
}
li.product-size__item{
    padding-top:7px;
}
.product-size__item.disabled{
    color:#d5d5d2
}
.product-size__item.is-active{
    background-color:#000;
    color:#fff;
    border-color:#000
}
.product__sizes.no_size .product__desabled{
    color:#e13c3c;
}
.product__sizes:not(.no_size) .product__desabled{
    color:#e13c3c;
    position:absolute;
    left:0;
    bottom:-24px;
}
.product__body .btn--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.product__body .btn--wrap .btn{
    margin:0;
    margin-right:32px
}
.product__body .btn--wrap .btn--alarm svg{
    margin:0 10px -7px 0;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.product__body .btn--wrap .btn--alarm svg path:first-child{
    fill:#fff
}
.product__body .btn--wrap .btn--alarm svg path:last-child{
    stroke:#000
}
.product__body .btn--wrap .btn--alarm.is-active svg path:first-child{
    fill:#000;
    stroke:#fff
}
.product__body .btn--wrap .btn--alarm:focus svg path,.product__body .btn--wrap .btn--alarm:hover svg path{
    fill:#000;
    stroke:#fff
}
.product__body .btn--wrap .btn--alarm:active svg path{
    fill:#444442;
    stroke:#fff
}
.product__body .btn--wrap .btn-like{
    padding:16px;
    display:block;
    height:56px;
    width:56px;
    margin-right:0
}
.product__body .btn--wrap .btn-like svg{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.product__body .btn--wrap .btn-like svg path:first-child{
    fill:#fff
}
.product__body .btn--wrap .btn-like svg path:last-child{
    stroke:#000
}
.product__body .btn--wrap .btn-like.is-active svg path:first-child{
    fill:#000;
    stroke:#fff
}
.product__body .btn--wrap .btn-like:focus svg path,.product__body .btn--wrap .btn-like:hover svg path{
    fill:#000;
    stroke:#fff
}
.product__body .btn--wrap .btn-like:active svg path{
    fill:#444442;
    stroke:#fff
}
.product__body .text-link{
    margin-top:24px;
    display:inline-block;
    color:#000
}
.product__delivery{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.product__desc{
    margin-top:64px
}
.product__desc span{
    margin-right:4px
}
.product-desc{
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.product-desc span{
    position:relative;
    padding-right:32px
}
.product-desc span::after{
    content:url(/local/templates/main/css/../images/dest/icon/down.svg);
    position:absolute;
    right:0;
    top:calc(50% - 9px);
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.product-desc p{
    max-height:0;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    overflow:hidden
}
.product-desc.is-active p{
    max-height:100%
}
.product-desc.is-active span::after{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top:calc(50% - 12px)
}
.product__footer{
    margin-top:56px;
    padding-right:62px
}
.product__delivery{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.product__delivery .text-link--terms{
    color:#8f8f8d
}
.product-thumbs__slider{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:88px
}
.product-thumbs__item{
    width:88px;
    margin-bottom:16px;
    opacity:.3;
    -webkit-transition:opacity .2s ease;
    -o-transition:opacity .2s ease;
    transition:opacity .2s ease;
    cursor:pointer
}
.product-thumbs__item.slick-current{
    opacity:1
}
.product-slider__control{
    width:16px;
    height:16px;
    background-position:0 0;
    background-size:100%;
    background-repeat:no-repeat;
    position:absolute;
    top:40%
}
.product-slider__control--next{
    background-image:url(/local/templates/main/css/../images/dest/icon/right-sm.svg);
    right:8px
}
.product-slider__control--prev{
    background-image:url(/local/templates/main/css/../images/dest/icon/left-sm.svg);
    left:8px
}
.product-thumbs-slider{
    position:relative
}
.product-thumbs-slider__control{
    width:40px;
    height:40px;
    background-position:0 0;
    background-size:100%;
    background-repeat:no-repeat;
    position:absolute
}
.product-thumbs-slider__control--next{
    background-image:url(/local/templates/main/css/../images/dest/icon/arrow-down.svg);
    left:21px
}
.product-thumbs-slider__control--prev{
    background-image:url(/local/templates/main/css/../images/dest/icon/arrow-up.svg);
    display:none!important
}
.slick-lightbox .slick-next,.slick-lightbox .slick-prev{
    width:64px;
    height:64px;
    background-color:#fff;
    border-radius:50%
}
.slick-lightbox .slick-prev{
    z-index:10;
    left:20%
}
.slick-lightbox .slick-prev::before{
    content:url(/local/templates/main/css/../images/dest/icon/left.svg)
}
.slick-lightbox .slick-next{
    right:20%
}
.slick-lightbox .slick-next::before{
    content:url(/local/templates/main/css/../images/dest/icon/right.svg)
}
.s-allnews{
    margin-top:32px
}
.title--news{
    margin-bottom:68px
}
.allnews--grid{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap:80px
}
.news-preview__img{
    margin-bottom:24px;
    overflow:hidden
}
.news-preview__img img{
    -webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);
    box-shadow:0 4px 4px rgba(0,0,0,.25);
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.news-preview__date{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    color:#8f8f8d
}
.news-preview:hover img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.info-item__title,.news-preview__title{
    margin-bottom:8px;
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000
}
@media screen and (max-width:768px){
    .info-item__title,.news-preview__title{
        font-size:16px;
        line-height:100%
    }
}
.s-article{
    margin-top:32px
}
.s-article .catalog__body .product-prev{
    width:calc((100% - 96px)/ 3)
}
.title--article{
    margin-bottom:80px
}
.article__date{
    text-align:center;
    margin-bottom:8px;
    color:#8f8f8d
}
.article__content{
    padding:16px 0 160px;
    max-width:784px;
    margin:0 auto
}
.article__title{
    font-family:Arsenal,sans-serif;
    font-size:36px;
    line-height:56px;
    letter-spacing:.4px;
    color:#000;
    margin-top:80px
}
@media screen and (max-width:768px){
    .article__title{
        font-size:20px;
        line-height:180%
    }
}
.article__descr{
    margin-top:80px
}
.article__descr p:last-child{
    margin-bottom:0
}
.article__img{
    -webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);
    box-shadow:0 4px 4px rgba(0,0,0,.25)
}
.title--other-news{
    text-transform:inherit;
    font-family:Arsenal,sans-serif;
    font-size:28px;
    line-height:32px;
    letter-spacing:.2px;
    margin-bottom:56px
}
@media screen and (max-width:768px){
    .title--other-news{
        font-size:18px;
        line-height:133%
    }
}
.article__descr p,.info-item__descr--news p{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:32px;
    letter-spacing:-.1px;
    color:#444442
}
@media screen and (max-width:768px){
    .article__descr p,.info-item__descr--news p{
        font-size:14px
    }
}
.info-item__descr--news p{
    margin-bottom:24px
}
.s-account{
    margin-top:40px
}
.account{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.account-nav{
    width:25%;
    max-width:280px
}
.account-nav__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000
}
@media screen and (max-width:768px){
    .account-nav__title{
        font-size:16px;
        line-height:100%
    }
}
.account-nav__body{
    margin-top:40px
}
.account-nav__item{
    padding:8px 32px 8px 0;
    display:block;
    width:100%;
    color:#8f8f8d;
    position:relative;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.account-nav__item.is-active,.account-nav__item:hover{
    color:#000
}
.account-nav__item.is-active svg path:first-child,.account-nav__item:hover svg path:first-child{
    fill:#000
}
.account-nav__item.is-active svg path:last-child,.account-nav__item:hover svg path:last-child{
    stroke:#000
}
.account-nav__item svg{
    position:absolute;
    right:0;
    top:calc(50% - 6px);
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.account-nav__item svg path:first-child{
    fill:#8f8f8d
}
.account-nav__item svg path:last-child{
    stroke:#8f8f8d
}
.account-nav__footer{
    margin-top:50px
}
.text-link--escape{
    border-bottom:0;
    color:#8f8f8d
}
.account-data{
    width:68%;
    max-width:800px
}
.account-data__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000;
    margin-top:24px
}
.account-data>p{
    margin-top:16px;
    margin-bottom:8px
}
.orders__content{
    margin-top:24px
}
.orders__content .btn{
    margin-top:40px
}
.orders__desc{
    color:#444442;
    max-width:590px
}
.order-prev{
    margin-bottom:40px;
    max-width:800px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.order-prev__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    width:75%
}
.order-prev__item{
    width:33.3%;
    max-width:176px;
    margin-right:32px;
    position:relative;
}
.order-prev__item:nth-child(3){
    position:relative
}
.order-prev__item-counter{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-family:Arsenal,sans-serif;
    font-size:32px;
    line-height:32px;
    letter-spacing:-.2px;
    text-transform:uppercase;
    color:#fff;
    z-index:2
}
@media screen and (max-width:768px){
    .order-prev__item-counter{
        font-size:20px;
        line-height:120%
    }
}
.order-prev__item__info{
    width:25%;
    -moz-text-align-last:left;
    text-align-last:left;
    margin-top:32px
}
.order-prev__item__info ul{
    margin-bottom:16px
}
.order-prev__item__info ul li{
    color:#8f8f8d
}
.order-prev__item__info .text-link{
    color:#8f8f8d
}
.order-prev__item__status{
    color:#000
}
.order-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#696968;
    opacity:.4;
    z-index:0
}
.order__header{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:40px
}
.order__header-status{
    margin-top:8px;
    color:#000
}
.order__header .btn{
    margin-top:24px;
    max-width:280px
}
.order__body{
    margin-top:40px;
    border-top:1px solid #e9e8e5;
    border-bottom:1px solid #e9e8e5;
    padding-top:40px;
    padding-bottom:8px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.order__info{
    max-width:176px;
    width:23%
}
.order__date{
    color:#000;
    margin-bottom:8px
}
.order__date--desc{
    color:#8f8f8d
}
.order__price{
    color:#8f8f8d
}
.product-order{
    display:block;
    max-width:176px;
    margin-left:32px;
    margin-bottom:32px
}
.product-order__title{
    font-family:Arsenal,sans-serif;
    font-size:12px;
    line-height:16px;
    text-align:center;
    color:#000
}
.product-order__body{
    text-align:center
}
.product-order__option{
    color:#8f8f8d
}
.product-order__option-counter{
    color:#444442;
    margin-left:8px
}
.product-order__option-size{
    margin-left:4px
}
.product-order__price{
    color:#000;
    margin-top:12px;
    font-family:Arsenal,sans-serif;
    font-size:12px;
    line-height:16px;
    text-align:center
}
.product-order__price-old{
    text-decoration:line-through;
    color:#b2b2b0;
    margin-left:8px
}
.delivery__title{
    margin-top:40px;
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:20px;
    letter-spacing:.4px;
    color:#000
}
@media screen and (max-width:768px){
    .delivery__title{
        font-size:13px;
        line-height:123%
    }
}
.delivery__attention{
    margin-top:24px;
    color:#000
}
.delivery-info{
    margin-top:24px
}
.delivery-info__item{
    margin-top:16px
}
.delivery-info__title{
    color:#000
}
.delivery-info__desc{
    color:#8f8f8d
}
.account-info__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:40px
}
.account-info__title{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    color:#000;
    max-width:176px;
    width:23%
}
.account-info__body{
    margin-left:32px;
    max-width:382px;
    width:100%
}
.account-info__item{
    position:relative;
    margin-bottom:12px
}
.account-info__item .btn{
    width:100%;
    margin-top:14px
}
.account-info__item--del{
    margin-top:48px;
    border:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    color:#8f8f8d
}
.account-info__item--del .text-link{
    margin-left:16px;
    color:#000
}
.account-info__item--subm{
    border:none
}
.account-info__item span{
    display:none;
    position:absolute;
    bottom:-16px
}
.account-info__input{
    position:relative;
    width:100%;
    border:1px solid #d5d5d2;
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    color:#444442;
    padding:24px 24px 8px;
    -webkit-appearance: textfield;
}
.account-info__input-label{
    display:block;
    position:absolute;
    left:24px;
    top:0;
    z-index:3;
    margin-top:16px;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    color:#8f8f8d
}
@media (max-width: 550px) {
    .account-info__input-label {
        left: 16px;
        margin-top: 6px;
    }
}
input.is-active~label,input:focus~label{
    margin-top:5px;
    font-family:IBM,sans-serif;
    line-height:16px;
}
input[aria-invalid=true]{
    border-color:#e13c3c
}
.error{
    color:#e13c3c
}
.error-input{
    color:#e13c3c;
    border-color:#e13c3c;
}
.account-adress~.account-adress{
    border-bottom:1px solid #e9e8e5;
    margin-bottom:40px
}
.account-adress{
    margin-top:24px;
    padding:32px 0;
    border-top:1px solid #e9e8e5
}
.account-adress__title{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    color:#000
}
.account-adress--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width:740px;
    position:relative;
    flex-wrap: wrap;
}
.account-adress__body{
    max-width:385px;
    width:100%;
    margin-top:16px
}
.account-adress__desc{
    color:#8f8f8d
}
.account-adress__btns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    max-width:354px;
    width:100%;
    margin-top:16px
}
.account-adress__btns .text-link{
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;
    margin-left:24px;
    color:#000
}
.account-adress__btns .text-link:first-child{
    margin-left:32px
}
.account-adress__btns .text-link--del{
    color:#8f8f8d
}
.account-data .btn{
    margin-top:40px;
    max-width:350px
}
.account-data__desc{
    margin-top:16px;
    padding-bottom:56px;
    border-bottom:1px solid #e9e8e5
}
.account-data__desc p{
    margin-bottom:16px
}
.account-data__desc .text-link{
    color:#000
}
.account-card .account-info__item{
    max-width:385px
}
.account-card p{
    margin-top:56px;
    margin-bottom:24px
}
.account-card .btn{
    max-width:385px;
    width:100%;
    margin-top:0;
    margin:12px 0 0 0
}
.account-card .btn-secondary{
    margin-top:12px
}
.account-card .btn--wrap{
    margin-top:52px
}
.card{
    border:1px solid #d5d5d2;
    background-color:#f9f9f7;
    padding:36px 35px
}
.card--border{
    padding:4px 5px;
    border:1px solid #8f8f8d;
    background-color:#fff;
    width:calc((100% - 32px)/ 2)
}
.card--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:48px
}
.card__title{
    color:#444442
}
.card__sale{
    color:#444442;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.card__sale-percant{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-right:32px;
    width:156px
}
.card__sale-percant span{
    font-size:80px;
    font-family:Arsenal,sans-serif;
    line-height:80px;
    letter-spacing:.4px;
    color:#000
}
.card__sale-percant span+span{
    font-size:40px;
    line-height:56px;
    margin-right:32px
}
.card__tool{
    font-family:IBM,sans-serif;
    font-size:12px;
    line-height:16px;
    margin-top:24px;
    color:#b2b2b0
}
.card-desc{
    width:calc((100% - 32px)/ 2)
}
.card-desc span{
    color:#000
}
.card-desc p{
    color:#8f8f8d;
    margin-top:40px;
    margin-bottom:32px
}
.s-404 .search-form{
    z-index:9
}
.error-page{
    min-height:65vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:-120px 0
}
.error-page__image{
    width:55%
}
.error-page__body{
    width:50%;
    padding:104px 164px 0 0
}
.error-page__title{
    color:#000;
    margin-bottom:16px;
    font-family:Arsenal,sans-serif;
    font-size:32px;
    line-height:32px;
    letter-spacing:-.2px;
    text-transform:uppercase
}
@media screen and (max-width:768px){
    .error-page__title{
        font-size:20px;
        line-height:120%
    }
}
.error-page__descr{
    max-width:300px;
    margin-bottom:32px
}
.search-empty{
    margin:40px auto 0;
    padding-bottom:80px;
    max-width:280px
}
.search-empty p{
    margin-bottom:16px
}
.search-box{
    position:relative;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.search{
    max-width:280px;
    width:100%;
    height:44px;
    font-size:15px;
    border:1px solid #2f2f2d;
    padding:8px 48px 8px 48px;
    position:relative;
    border:1px solid #d5d5d2;
    background-color:transparent;
    -webkit-appearance:none
}
.search-form{
    position:relative;
    max-width:280px;
    z-index:9
}
.search-icon--input{
    position:absolute;
    top:10px;
    left:12px
}
.search:focus~.search-clean{
    opacity:1
}
::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.search__icon--404page{
    display:block;
    position:absolute;
    left:12px;
    top:calc(50% - 14px)
}
.search-clean{
    position:absolute;
    top:10px;
    right:12px;
    cursor:pointer;
    opacity:0
}
.search-clean svg{
    margin-top:4px
}
.search-form--header .search{
    border:none;
    margin-top:-10px;
    position:absolute;
    top:0;
    width:0;
    padding:0;
    z-index:5
}
.search-form--header .search-icon{
    top:0;
    left:0
}
.search-form--header .search.is-active{
    left:-85px;
    border:1px solid #2f2f2d;
    width:280px;
    padding:8px 48px;
    background-color:#fff;
    z-index:0
}
.search-form--header .search.is-active~img{
    z-index:1;
    left:-75px
}
.search-form--header .search.is-active~.search-clean{
    top:0;
    right:-160px;
    display:block;
    opacity:1
}
.search-form--header .search-clean{
    display:none
}
.s-contacts{
    margin-top:56px
}
.s-contacts .title{
    margin-left:0;
    -moz-text-align-last:left;
    text-align-last:left
}
.contacts--wrap{
    margin-top:48px
}
.contact__desc,.contact__list{
    width:calc((100% - 137px)/ 2)
}
.contact__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    margin-bottom:32px
}
.contact__title{
    max-width:174px;
    width:100%
}
.contact__body{
    max-width:280px;
    width:100%;
    text-align:left
}
.contact__body p{
    color:#000
}
.contact__desc p{
    color:#000
}
.contact__desc .btn{
    margin-top:40px
}
.text-link--contact{
    color:#000;
    border:none;
    text-decoration:underline;
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.s-brands{
    margin-top:48px
}
.brands-nav__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width:1000px;
    margin:56px auto 0
}
.brands-nav__item{
    text-transform:uppercase;
    color:#444442
}
.brands-nav__item.disabled a{
    cursor:auto;
    color:#b2b2b0
}
.brands__body{
    margin:0 auto;
    max-width:800px
}
.brands__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:72px
}
.brands__title{
    text-transform:uppercase;
    font-family:Arsenal,sans-serif;
    font-size:28px;
    line-height:32px;
    letter-spacing:.2px;
    color:#000
}
@media screen and (max-width:768px){
    .brands__title{
        font-size:18px;
        line-height:133%
    }
}
.brands__list{
    -webkit-columns:2;
    -moz-columns:2;
    columns:2;
    -webkit-column-width:280px;
    -moz-column-width:280px;
    column-width:280px;
    -webkit-column-fill:auto;
    -moz-column-fill:auto;
    column-fill:auto
}
.brand{
    margin-bottom:8px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.brand span{
    color:#e13c3c;
    font-family:Arsenal,sans-serif;
    font-size:12px;
    line-height:16px;
    text-align:center;
    margin-left:8px
}
.popup-reg{
    max-width:592px;
    height:570px;
    margin:auto;
    background-color:#fff;
    padding-bottom:40px;
    position:relative
}
.popup-reg--success{
    height:456px;
    padding:80px 104px 88px
}
.popup-reg--success .enter__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    margin-bottom:24px;
    color:#000
}
@media screen and (max-width:768px){
    .popup-reg--success .enter__title{
        font-size:16px;
        line-height:100%
    }
}
.popup-reg--success .enter__body{
    margin-bottom:40px
}
.popup-reg--success .enter__body p{
    margin-bottom:16px
}
.popup-reg--success .btn{
    width:100%
}
.popup-reg .logo{
    display:none
}
.popup-reg .mfp-close{
    font-size:0;
    background:url(/local/templates/main/css/../images/dest/icon/close-sm.svg) 50% 50% no-repeat;
    background-size:50%;
    top:16px;
    right:16px
}
.popup-reg .tab-nav__list{
    -webkit-box-pack:space-evenly;
    -ms-flex-pack:space-evenly;
    justify-content:space-evenly;
    padding:0 104px
}
.popup-reg .tab-nav__item{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px
}
@media screen and (max-width:768px){
    .popup-reg .tab-nav__item{
        font-size:16px;
        line-height:100%
    }
}
.popup-reg .account-info__item--subm:last-child{
    margin-top:40px
}
.popup-reg .tab__body--popup{
    border-top:1px solid #e9e8e5;
    padding:40px 104px 0;
    height:calc(100% - 75px)
}
.popup-reg .tab__body--popup .text-link{
    display:inline-block
}
.enter__form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:100%
}
.enter__form .account-info__item--subm{
    text-align:center
}
.enter__form .account-info__item--subm .text-link{
    margin-top:24px
}
.popup__reg .account-info__item--subm:last-child{
    margin-top:0
}
.form__footer{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    flex-wrap: wrap;
}
.form__footer>.text-link{
    margin-left:16px
}
.form__footer .text-link{
    display:inline-block
}
.form__info{
    text-align:center;
    color:#8f8f8d
}
.popup-page{
    position:fixed;
    width:100%;
    top:0;
    left:-100%;
    right:100%;
    height:100%;
    z-index:1000;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow:auto;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.popup-page--wrap{
    width:100%;
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;
    min-height:100vh
}
.popup-page.is-active{
    right:0;
    left:0
}
.popup-page__content{
    position:relative;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.popup-page .text-link--close{
    position:absolute;
    right:122px;
    top:48px;
    display:inline-block
}
.popup-page__aside{
    background-color:#e9e8e5;
    padding-top:48px;
    padding-bottom:104px;
    height:auto;
    max-width:392px;
    width:28%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.popup-page__aside .logo{
    margin-bottom:204px;
    display:block
}
.popup-page__aside .text-link{
    color:#000;
    margin-bottom:24px;
    display:inline-block
}
.popup-page__aside .aside__contacts{
    margin-top:auto
}
.popup-page__aside .aside__contacts a{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    color:#000
}
.popup-page__aside .aside__contacts .work-time{
    font-family:IBM,sans-serif;
    font-size:12px;
    line-height:16px;
    color:#8f8f8d
}
.popup-page main{
    max-width:800px;
    margin:0 auto;
    padding:112px 0 104px;
    width:100%
}
.one-click .account-info__title{
    width:40%
}
.one-click--complite .aside__menu{
    display:none
}
.one-click--complite main{
    background-color:#e9e8e5;
    padding:0;
    margin:0;
    max-width:100%
}
.one-click--complite main .one-click{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:100%;
    width:100%
}
.complite{
    position:relative;
    border:1px solid #d5d5d2;
    max-width:596px;
    background-color:#fff;
    padding:4px 5px
}
.complite__block{
    border:1px solid #8f8f8d;
    padding:60px 131px 68px
}
.complite__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000
}
@media screen and (max-width:768px){
    .complite__title{
        font-size:16px;
        line-height:100%
    }
}
.complite__body p{
    margin-top:16px
}
.complite__footer{
    margin-top:56px
}
.complite__footer .btn{
    position:static;
    max-width:320px;
    width:100%
}
.card-input{
    border-top:1px solid #d5d5d2;
    padding-top:32px
}
.card-input .account-info__body{
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important;
    -webkit-box-pack:start!important;
    -ms-flex-pack:start!important;
    justify-content:flex-start!important;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.card-input .text-link{
    background-color:#fff;
    border:none;
    border-bottom:1px solid rgba(0,0,0,.2);
    display:inline-block;
    margin-left:32px
}
.cart .account-info__content{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:40px;
    margin-top:0
}
.cart .account-info__content--line .account-info__body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    max-width:75%;
    width:75%
}
.cart .account-info__content--line .account-info__body .account-info__item{
    width:calc(50% - 16px);
    margin-bottom:0
}
.cart .account-info__content--line .account-info__body .text-link{
    background-color:#fff;
    border:none;
    border-bottom:1px solid rgba(0,0,0,.2);
    display:inline-block;
    margin-left:32px
}
.cart .account-info__title{
    width:25%;
    max-width:100%
}
.cart .account-info__title--comment{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    text-align:center;
    letter-spacing:.2px;
    color:#8f8f8d;
    text-align:left
}
.cart .account-info__body{
    max-width:280px;
    width:40%;
    margin-left:0
}
.cart__header ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.cart__header ul .cart-step{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#b2b2b0;
}
@media screen and (max-width:768px){
    .cart__header ul .cart-step{
        font-size:16px;
        line-height:100%
    }
}
.cart__header ul .cart-step:last-child{
    margin-right:82px
}
.cart__header ul .cart-step.is-active{
    color:#000
}
.cart__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000
}
.cart__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:8px
}
.cart__content p{
    max-width:490px
}
.cart__body{
    border-top:1px solid #e9e8e5;
    margin-top:33px
}
.cart__body--step3 .cart__data{
    padding-bottom:48px
}
.cart__body .info{
    width:35%;
    font-family:IBM,sans-serif;
    font-size:12px;
    line-height:16px;
    color:#b2b2b0;
    margin-left:40px
}
.cart__footer{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:40px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.cart__footer p{
    max-width:490px;
    font-family:IBM,sans-serif;
    font-size:12px;
    line-height:16px;
    color:#8f8f8d
}
.cart__footer p a{
    color:#444442
}
.cart__product{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:16px 0
}
.cart__product--wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:calc(100% - 120px)
}
.cart__product-info{
    max-width:265px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.cart__product-name{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:20px;
    letter-spacing:.4px;
    color:#000
}
@media screen and (max-width:768px){
    .cart__product-name{
        font-size:13px;
        line-height:123%
    }
}
.cart__product-options{
    margin-top:16px;
    color:#8f8f8d
}
.cart__product-options li{
    line-height:16px
}
.cart__product-counter{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.cart__product-cost{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.cart__product-cost--current{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    color:#000
}
.cart__product-cost--old{
    font-family:Arsenal,sans-serif;
    font-size:12px;
    line-height:16px;
    text-align:center;
    text-decoration:line-through;
    color:#b2b2b0;
    text-align:right
}
.cart__product-cost .text-link{
    margin-top:12px
}
.cart__image{
    max-width:88px
}
.cart__data{
    border-top:1px solid #e9e8e5;
    padding:40px 0 0
}
.cart__data .text-link{
    color:#000;
    margin-left:auto
}
.cart__result{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-top:32px;
    border-top:1px solid #e9e8e5
}
.cart__result-prod{
    color:#8f8f8d
}
.cart__result-cost{
    max-width:280px;
    width:100%
}
.cart__result-cost li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px
}
.cart__result-cost li:last-child{
    color:#000
}
.cart__result-cost .text-link.is-active{
    display:inline-block;
    margin-top:24px
}
.cart__result-cost .text-link{
    display:none;
}
.cart-complite .order-prev{
    position:relative
}
.cart-complite .order-prev__info{
    position:absolute;
    top:calc(100% + 80px);
    left:0
}
.cart-complite .cart__result{
    padding:0
}
.cart-complite .cart__footer{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.cart .order-prev{
    margin-top:40px
}
.cart .order-prev__list{
    width:100%;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.cart .order-prev__item{
    width:calc((100% - 96px)/ 4);
    max-width:176px;
    margin-right:0
}
.cart .order-prev__item:nth-child(4){
    position:relative
}
.cart .order-prev__status{
    color:#000
}
.cart .order-prev__status ul{
    margin-top:8px
}
.cart .order-prev__status li{
    color:#8f8f8d
}
.cart .btn--wrap a{
    margin-bottom:16px!important
}
.cart-step-title{
    display:none
}
.check-type{
    display:block;
    position:relative;
    padding-left:36px;
    color:#444442
}
.check-type:last-child{
    margin-top:8px
}
.check-type span{
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    border-radius:50%;
    border:1px solid #b2b2b0
}
.check-type span::after{
    content:'';
    position:absolute;
    top:5px;
    right:5px;
    bottom:5px;
    left:5px;
    background-color:#000;
    opacity:0;
    border-radius:50%
}
.check-type input:checked~span:after{
    opacity:1
}
.check-type input:disabled~span{
    background-color:#e9e8e5
}
.check-type__info{
    color:#696968;
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    text-align:center;
    letter-spacing:.2px;
    text-align:left;
    font-style:normal;
    display:block
}
.check-type input{
    font-size:0;
    position:absolute;
    opacity:0
}
.product-counter{
    border:1px solid #d5d5d2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:40px;
    width:80px;
    margin-top:8px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.product-counter .items-number{
    width:32px;
    text-align:center;
    height:100%;
    display:block;
    border:none
}
.product-counter .minus{
    width:24px;
    text-align:right;
    display:block;
    font-size:19px;
    line-height:38px;
    cursor:pointer
}
.product-counter .plus{
    width:24px;
    text-align:left;
    display:block;
    font-size:19px;
    line-height:38px;
    cursor:pointer
}
.product-counter .plus span.disable{
    color:#8f8f8d;
    cursor:auto
}
.instagram-block{
    width:100%;
    border:1px solid #8f8f8d;
    padding:4px 5px;
    margin-top:84px
}
.instagram-block .border-block{
    border:1px solid #d5d5d2;
    background-color:#f9f9f7;
    padding:36px 35px 44px
}
.instagram-block__desc{
    max-width:448px
}
.instagram-block__link{
    max-width:151px;
    text-align:right
}
.instagram-block__link .instagram__link{
    font-size:32px;
    line-height:32px;
    font-family:Arsenal,sans-serif
}
.instagram-block__link span{
    color:#8f8f8d;
    display:block
}
.cart-tabs{
    margin-top:100px
}
.cart-tabs li{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px
}
@media screen and (max-width:768px){
    .cart-tabs li{
        font-size:16px;
        line-height:100%
    }
}
.cart-tabs-body{
    display:block!important;
    opacity:0;
    overflow:hidden;
    height:0
}
.cart-tabs-body.tab-active{
    opacity:1;
    height:auto;
    overflow:visible
}
.cart-tabs-body section{
    margin-top:0;
    padding-top:40px;
    border-top:1px solid #e9e8e5
}
.popup-side{
    position:fixed;
    top:0;
    bottom:0;
    left:-100%;
    right:100%;
    width:100%;
    z-index:9999;
    background:rgba(0,0,0,.5)
}
.popup-side.is-active{
    left:0;
    right:0
}
.side-page{
    width:50%;
    padding:96px 104px 80px 112px;
    height:100%;
    background-color:#fff;
    max-width:704px;
    overflow:auto
}
.side-page__title{
    color:#000;
    font-family:Arsenal,sans-serif;
    font-size:32px;
    line-height:32px;
    letter-spacing:-.2px;
    text-transform:uppercase
}
@media screen and (max-width:768px){
    .side-page__title{
        font-size:20px;
        line-height:120%
    }
}
.side-page__body{
    margin-top:40px
}
.side-page__body p{
    margin-bottom:24px
}
.side-page__footer{
    padding-top:16px
}
.size-page{
    overflow:auto;
    background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.496236)),color-stop(22%,rgba(0,0,0,.5)),color-stop(22%,#fff),to(white));
    background:-o-linear-gradient(left,rgba(0,0,0,.496236) 0,rgba(0,0,0,.5) 22%,#fff 22%,#fff 100%);
    background:linear-gradient(90deg,rgba(0,0,0,.496236) 0,rgba(0,0,0,.5) 22%,#fff 22%,#fff 100%)
}
.size-page .side-page{
    width:80%;
    margin-left:auto;
    max-width:1116px;
    height:auto;
    background:0 0
}
.size-page .side-page__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px
}
@media screen and (max-width:768px){
    .size-page .side-page__title{
        font-size:16px;
        line-height:100%
    }
}
.size-page .tab-nav__list{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.size-page .tab-nav__item{
    margin-right:0
}
.size-page__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:48px
}
.size-page__image{
    max-width:280px
}
.size-page__desc{
    max-width:558px
}
.size-page__desc h4{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    color:#000;
    margin-bottom:16px
}
.size-page__desc ol{
    color:#444442;
    margin-bottom:24px
}
.size-page__desc ol li{
    list-style-type:decimal;
    margin-top:8px;
    margin-left:16px
}
.size-table{
    margin-top:24px;
    overflow:hidden;
    border-collapse:collapse
}
.size-table .empty-row td{
    height:24px;
    background-color:#fff;
    background-color:#e9e8e5
}
.size-table .empty-row td:hover{
    background-color:#fff
}
.size-table thead tr{
    background-color:#fff
}
.size-table thead tr th{
    z-index:10;
    position:relative
}
.size-table thead tr:hover th{
    background-color:#fff
}
.size-table td{
    width:72px;
    min-width:42px;
    text-align:center;
    color:#444442;
    cursor:pointer;
    background-color:transparent;
    height:32px;
    position:relative
}
.size-table td.row-title{
    text-align:left;
    color:#8f8f8d;
    background-color:#fff;
    min-width:163px
}
.size-table td.row-title:hover{
    background-color:#fff
}
.size-table td.row-title:hover::before{
    display:none
}
.size-table td:hover{
    color:#000
}
.size-table td:hover:first-child{
    background-color:#fff
}
.size-table td:hover::before{
    content:'';
    background-color:rgba(0,0,0,.2);
    position:absolute;
    height:2000px;
    width:100%;
    left:0;
    top:-1000px;
    z-index:-1
}
.size-table tr:hover{
    background-color:rgba(0,0,0,.2)
}
.size-table tr:hover td{
    color:#000
}
.admission--wrap{
    max-width:280px
}
.admission__header p{
    color:#696968
}
.admission__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000;
    margin-bottom:8px
}
@media screen and (max-width:768px){
    .admission__title{
        font-size:16px;
        line-height:100%
    }
}
.admission__body{
    margin-top:48px
}
.admission__footer p{
    margin-top:32px;
    color:#8f8f8d
}
.admission__footer p.error{
    color: #e13c3c;
}
.admission__footer a{
    color:#444442
}
.admission__image{
    max-width:280px
}
.admission__desc{
    text-align:center;
    color:#444442
}
.admission__list{
    margin-top:24px
}
.admission__list li{
    color:#000
}
.admission .product__sizes{
    display:block;
    color:#000
}
.admission .product-size__list{
    margin-top:12px
}
.admission .account-info__body{
    margin-left:0
}
.admission-page--complite .admission{
    height:100%
}
.admission-page--complite .admission--wrap{
    max-width:488px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.admission-page--complite .admission__footer{
    margin-top:auto
}
.admission-page--complite .admission__footer .btn:first-child{
    margin-bottom:8px
}
.popup{
    max-width:592px;
    padding:80px 104px 88px;
    margin:auto;
    background-color:#fff;
    position:relative;
}
.popup__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    color:#000
}
.popup__body p{
    margin-top:16px
}
.popup__footer{
    margin-top:40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.popup__footer .btn{
    width:calc((100% - 8px)/ 2)
}
.popup .mfp-close{
    font-size:0;
    background:url(/local/templates/main/css/../images/dest/icon/close.svg) 0 0 no-repeat;
    background-size:65%;
    top:16px;
    right:0
}
.popup-adress{
    padding:32px 48px 48px;
    max-width:480px
}
.popup-adress .popup__title{
    text-align:center;
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px
}
@media screen and (max-width:768px){
    .popup-adress .popup__title{
        font-size:16px;
        line-height:100%
    }
}
.popup-adress .popup__title .adress-icon{
    position:absolute;
    right:48px;
    top:36px;
    cursor:pointer
}
.popup-adress .popup__title .adress-icon svg{
    stroke:#8f8f8d;
    width:24px;
    height:24px
}
.popup-adress .popup__title .adress-icon:focus svg,.popup-adress .popup__title .adress-icon:hover svg{
    fill:#000;
    stroke:#fff
}
.popup-adress .popup__title .adress-icon:active svg{
    fill:#444442;
    stroke:#fff
}
.popup-adress .popup__body{
    margin-top:32px;
    width:100%
}
.popup-adress .popup__body .account-info__item{
    max-width:384px;
    margin:0 auto
}
.popup-adress .popup__body .account-info__input{
    padding:16px 24px
}
.popup-adress .popup__body .btn{
    margin:24px auto 0
}
.popup-adress .mfp-close{
    right:auto;
    top:36px;
    left:35px;
    background-size:55%
}
.callback{
    text-align:center
}
.callback .popup__title{
    margin-bottom:8px
}
.callback .popup__subtitle{
    margin-bottom:32px
}
.callback .btn{
    width:100%
}
.select-block{
    width:35%;
    margin-left:auto
}
.select-block__title{
    font-family:Arsenal,sans-serif;
    font-size:16px;
    line-height:24px;
    letter-spacing:.6px;
    color:#000;
    text-transform:uppercase
}
.select-block .select~.text-link{
    margin-left:0!important;
    margin-top:24px;
    display:inline-block
}
.select-block .select~.text-link span{
    font-size:22px
}
.select{
    max-width:280px;
    position:relative;
    margin-top:8px;
    z-index:2;
}
.select__header{
    padding:16px 44px 16px 24px;
    border:1px solid #d5d5d2;
    color:#444442;
    position:relative;
    background-color:#fff;
    cursor:pointer
}
.select__current{
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    display:block
}
.select__icon{
    position:absolute;
    top:20px;
    right:20px
}
.select__body{
    background-color:#fff;
    padding:8px 0;
    border:1px solid #b2b2b0;
    position:absolute;
    top:calc(100% + 4px);
    max-width:280px;
    width:100%;
    display:none
}
.select-edit-personal .select,
.select-new-adress .select{
    max-width: 100%;
}
.select-edit-personal .default-adres-custom,
.select-new-adress .default-adres-custom{
    width: 95%;
}
.select-edit-personal .select__body,
.select-new-adress .select__body{
    max-width: 100%;
}
.select__item{
    padding:8px 40px 8px 24px;
    color:#000;
    position:relative;
    cursor:pointer
}
.select__item::after{
    content:url(/local/templates/main/css/../images/dest/icon/check.svg);
    position:absolute;
    top:8px;
    right:23px;
    display:none
}
.select__item input[type="checkbox"], .select__item input[type="radio"]{
    opacity: 0;
    display: none;
}
.select__item label{
    cursor:pointer
}
.select.is-active{
    -webkit-box-shadow:0 0 0 5000px rgba(0,0,0,.4);
    box-shadow:0 0 0 5000px rgba(0,0,0,.4);
    z-index:10
}
.select.is-active .select__body{
    display:block;
    z-index:2;
    overflow-y: auto;
    max-height: 180px;
}

.select.select--user-adress.is-active .select__body,
.select.select--personal-adress.is-active .select__body{
    display:none;
}
.select.select--user-adress.is-active .select__body.is-active,
.select.select--personal-adress.is-active .select__body.is-active{
    display:block;
}
.select__header_custom{
    border: 1px solid #d5d5d2;
}
.custom-error .select__header_custom{
    border: 1px solid #e13c3c;
}
.custom-error .select__header{
    border: 1px solid #e13c3c;
}
.default-adres-custom{
    outline: none;
    border: 0;
    padding: 16px 0px 16px 24px;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 230px;
}
.one-click-sap .default-adres-custom{
    width: 198px;
}
.select.is-active .select__icon{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top:15px
}
.select__item.is-active::after{
    display:block
}
.select--shops-adress .select__item{
    opacity:.4;
    line-height:16px
}
.select--shops-adress .select__item .date-of-receiving{
    color:#8f8f8d
}
.select--shops-adress .select__item.is-active{
    opacity:1
}
.select--shops-adress .select__item.is-active::after{
    display:none;
    color:#000
}
.s-shops{
    margin-top:32px
}
.s-shops .tab-nav__header{
    margin:24px auto 0
}
.s-shops .tab-nav__list{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.s-shops .tab-nav__item:last-child{
    margin-right:0
}
.s-shops .tab__body{
    border-top:1px solid #e9e8e5;
    padding-top:64px;
    margin-top:-1px
}
.shops-prev{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.shops-prev__item{
    width:calc((100% - 64px)/ 3);
    margin-right:32px;
    margin-bottom:120px
}
.shops-prev__item:last-child{
    margin-bottom:0
}
.shops-prev__item:nth-child(3n+3){
    margin-right:0
}
.shops-prev__item .btn{
    margin-top:40px;
    border-color:#444442;
    width:176px
}
.shops-prev__item .contact__body{
    margin-top:8px
}
.shops-prev__metro{
    position:relative;
    padding-left:24px;
    color:#8f8f8d
}
.shops-prev__metro-icon svg{
    position:absolute;
    left:0;
    top:calc(50% - 13px)
}
.shops-prev__metro-icon--red svg{
    fill:#ef1a36
}
.shops-prev__metro-icon--green svg{
    fill:#42b85e
}
.shops-prev__metro-icon--purple svg{
    fill:#8e449d
}
.shops-prev__metro-icon--orange svg{
    fill:#f38530
}
.shops-prev__metro-icon--teal svg{
    fill:#78cdcc
}
.shops-prev__metro-icon--blue svg{
    fill:#0077c1
}
.shops-prev__metro-icon--circle svg{
    fill:#894c35
}
.shops-prev__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    /* line-height:32px; */
    letter-spacing:.4px;
    margin-top:16px;
    color:#000;
    text-transform:uppercase
}
@media screen and (max-width:768px){
    .shops-prev__title{
        font-size:16px;
        line-height:100%
    }
}
.shops-prev__desc{
    margin-top:8px
}
.s-shop{
    margin-top:32px
}
.shop{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.shop__info{
    width:50%
}
.shop__info .title{
    text-align:left;
    margin-left:0;
    margin-top:48px
}
.shop__info .shops-prev__desc,.shop__info .shops-prev__metro,.shop__info .work-time{
    margin-top:24px;
    color:#444442
}
.shop__info .contact__body{
    max-width:100%
}
.shop__info .contact__body .contact__link{
    margin-bottom:0;
    color:#000
}
.shop__map{
    width:48%;
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
    height:400px
}
.shop__map div{
    height:100%
}
.shop__galery{
    margin-top:120px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:-64px
}
.shop__img{
    width:calc(50% - 1px);
    margin-bottom:1px
}
.shop__img:nth-child(odd) img{
    margin-left:auto
}
.map{
    margin-bottom:-40px;
    position:relative
}
.map--wrap{
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
    height:600px
}
.map__item{
    max-width:320px;
    padding:32px;
    background-color:#fff;
    -webkit-box-shadow:0 8px 15px rgba(60,72,88,.14);
    box-shadow:0 8px 15px rgba(60,72,88,.14)
}
.map__item--wrap{
    position:absolute;
    top:149px;
    left:272px
}
.map__item .shops-prev__item{
    width:100%
}
.map__item .close-icon{
    position:absolute;
    top:32px;
    right:32px;
    cursor:pointer
}
.work-time__title{
    font-family:Arsenal,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.2px;
    color:#444442
}
.footer{
    padding-top:80px;
    margin-top:160px;
    border-top:1px solid #d5d5d2
}
.footer--wrap{
    padding-bottom:80px;
    border-bottom:1px solid #d5d5d2
}
.footer-nav{
    width:65%;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.footer-nav__list{
    width:175px
}
.footer-nav__title{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    margin-bottom:24px;
    color:#000
}
@media screen and (max-width:768px){
    .footer-nav__title{
        font-size:16px;
        line-height:100%
    }
}
.footer-nav__link{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    margin-bottom:8px;
    display:block
}
.footer-nav__link.accent{
    color:#e13c3c
}
.longbanner_image {
  width: 1440px;
  height: auto;
}
.sidebar_mobile{
    /*margin-top: -7px;*/
   /* font-family:IBM,sans-serif;*/
    letter-spacing:normal;
   /* text-shadow: 1px 1px 2px grey;*/
    font-size:110%;
    background: black;
    color: white;
    display: block;
    font-weight: bold;
    min-height: 70px;
   line-height: normal;
   padding: 10px;
   /*margin-left: -12px;
    margin-right: -12px;*/
    text-align: center;
   /* text-shadow: 0 0 0 transparent, 0 0 2px black;*/
    width: auto;
}
.sidebar_mobile:hover {
    color: #eee;
}
.sidebar_main{
   /* font-family:Arsenal,sans-serif;*/
    font-size:16px;
    background: black;
    color: red;
    display: block;
    font-weight: bold;
    height: 100px;
    /*line-height: 200px;
   margin-left: -12px;
    margin-right: -12px;*/
    text-align: center;
   /* text-shadow: 0 0 0 transparent, 0 0 2px black;*/
    width: auto;
}
.contact__phone--footer{
    font-family:Arsenal,sans-serif;
    font-size:22px;
    line-height:32px;
    letter-spacing:.4px;
    margin-bottom:24px;
    color:#000
}
@media screen and (max-width:768px){
    .contact__phone--footer{
        font-size:16px;
        line-height:100%
    }
}
.contact__link{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px;
    margin-bottom:8px;
    display:block
}
.footer-down{
    padding:40px 0 24px;
    width:45%
}
.link{
    font-family:IBM,sans-serif;
    font-size:14px;
    line-height:24px;
    letter-spacing:-.1px
}
@media screen and (max-width:1366px){
    .container{
        padding:0 50px
    }
    .main-nav__list>li{
        padding:0 15px
    }
    .main-nav__link{
        padding:15px 0
    }
    .cat-filter{
        top:58px
    }
    .side-page{
        width:60%
    }
    .size-page{
        background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.496236)),color-stop(15%,rgba(0,0,0,.5)),color-stop(15%,#fff),to(#fff));
        background:-o-linear-gradient(left,rgba(0,0,0,.496236) 0,rgba(0,0,0,.5) 15%,#fff 15%,#fff 100%);
        background:linear-gradient(90deg,rgba(0,0,0,.496236) 0,rgba(0,0,0,.5) 15%,#fff 15%,#fff 100%)
    }
    .size-page .side-page{
        max-width:1200px;
        width:90%
    }
}
@media screen and (max-width:1220px){
    .slick-lightbox .slick-prev{
        left:5%
    }
    .slick-lightbox .slick-next{
        right:5%
    }
    .right-nav__item{
        margin-right:10px
    }
    .search-form--header .search.is-active{
        left:-100px
    }
    .search-form--header .search.is-active~.search-clean{
        right:-245px
    }
    .product-prev .btn{
        top:40px
    }
    .product__container{
        padding:32px 0 8px
    }
    .allnews--grid{
        grid-gap:40px
    }
    .allnews--grid .news-preview__img img{
        -o-object-fit:cover;
        object-fit:cover;
        height:352px;
        width:100%
    }
    .account-data{
        width:73%
    }
    .popup-page__aside{
        width:22%
    }
    .popup-page .text-link--close{
        right:75px
    }
    .admission,.cart{
        padding:0 16px
    }
}
@media screen and (max-width:1024px){
    .container{
        padding:0 16px
    }
    .popup{
        padding:40px 56px;
    }
    .right-nav__item{
        margin-right:10px
    }
    .error-page{
        min-height:auto
    }
    .error-page__body{
        padding-right:0;
        padding-top:48px
    }
    .side-page{
        padding:64px
    }
    .popup-page__aside{
        padding:48px 16px 104px
    }
    .popup-page .text-link--close{
        right:16px
    }
    .size-page{
        background:#fff
    }
    .size-page .side-page{
        width:100%
    }
    .size-page__table{
        margin-right:-32px
    }
    .size-page__table .tab-nav__header{
        overflow:auto;
        scrollbar-width:none;
        -ms-overflow-style:none
    }
    .size-page__table .tab-nav__header::-webkit-scrollbar{
        width:0
    }
    .size-page__table .tab-nav__header ul{
        min-width:720px
    }
    .size-page__table .table--relative{
        position:relative
    }
    .size-page__table .size-table{
        width:100%;
        margin-left:163px;
        margin-top:48px
    }
    .size-page__table .size-table thead tr th{
        text-align:left;
        position:absolute;
        left:0;
        top:12px
    }
    .size-page__table .size-table .row-title{
        position:absolute;
        left:0;
        z-index:10
    }
    .size-page__content{
        max-width:90vw
    }
    .size-page .table-wrap{
        overflow:auto;
        max-width:100vw;
        scrollbar-width:none;
        -ms-overflow-style:none
    }
    .size-page .table-wrap::-webkit-scrollbar{
        width:0
    }
}
@media screen and (max-width:900px){
    body{
        padding-top:58px
    }
    input,select:focus,textarea{
        font-size:16px!important
    }
    .mobile-hidden{
        display:none!important
    }
    .desctop-hidden{
        display:block!important
    }
    .mouse-circle{
        display:none!important
    }
    .btn-to-top{
        width:40px;
        height:40px;
        background-color:#000;
        opacity:.6;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        position:fixed;
        top:calc(50% - 20px);
        right:0;
        opacity:0;
        overflow:hidden;
        z-index:9
    }
    .btn-to-top svg{
        stroke:#fff;
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg)
    }
    .btn-to-top.show{
        overflow:visible;
        opacity:.6
    }
    .error-location{
        position:relative;
        margin-bottom:24px
    }
    .header{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        border-bottom:1px solid #e9e8e5
    }
    .header .top-line{
        width:100%;
        height:auto
    }
    .header .top-line .logo{
        display:none
    }
    .header .top-line__block{
        position:static
    }
    .main-nav.fixed .main-nav__list{
        max-width:100%
    }
    .main-nav.fixed .main-nav__list>li{
        padding:0 15px
    }
    .main-nav{
        padding:16px 0;
        border-bottom:1px solid #e9e8e5;
        position:fixed;
        z-index:10;
        top:0;
        right:0;
        left:0
    }
    .main-nav--wrap-mobile{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        position:fixed;
        top:101px;
        left:0;
        right:0;
        bottom:0;
        z-index:10;
        -webkit-transform:translate(-100%);
        -ms-transform:translate(-100%);
        transform:translate(-100%);
        background-color:#fff;
        -webkit-transition:all .1s ease;
        -o-transition:all .1s ease;
        transition:all .1s ease;
        overflow:scroll;
        border-top:1px solid #e9e8e5
    }
    .main-nav--wrap-mobile.fixed{
        -webkit-transform:translate(0);
        -ms-transform:translate(0);
        transform:translate(0)
    }
    .main-nav__list{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:100%;
        position:static
    }
    .main-nav__list>li{
        position:relative;
        padding:0 15px
    }
    .main-nav__list>li::after{
        content:url(/local/templates/main/css/../images/dest/icon/down.svg);
        position:absolute;
        top:11px;
        right:16px;
        -webkit-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        transform:rotate(-90deg);
        -webkit-transition:all .2s ease;
        -o-transition:all .2s ease;
        transition:all .2s ease
    }
    .main-nav__list>li:nth-last-child(-n+2)::after{
        display:none
    }
    .main-nav__list>li:first-child{
        padding-left:15px
    }
    .main-nav__link{
        width:100%;
        display:block
    }
    .main-nav__link:hover{
        border:none
    }
    .main-nav__link.is-active{
        border-bottom:none;
        padding-left:12px;
        position:relative
    }
    .main-nav__link.is-active::before{
        content:'';
        width:4px;
        height:4px;
        position:absolute;
        left:1px;
        top:calc(50% - 2px);
        background-color:#444442;
        border-radius:50%
    }
    .dropdown-aside{
        display:none
    }
    .mobile-nav__btn.right-nav__item{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .top-nav__list{
        width:100%
    }
    .top-nav__list li:first-child{
        width:calc(50% + 1px);
        border-right:1px solid #e9e8e5
    }
    .top-nav__list li:last-child{
        width:calc(50% - 1px)
    }
    .top-nav__link{
        padding:8px 0;
        text-align:center
    }
    .top-nav__link.is-active,.top-nav__link:focus,.top-nav__link:hover{
        border-bottom:none
    }
    .logo--nav{
        display:block;
        position:absolute;
        left:calc(50% - 98px)
    }
    .right-nav__list{
        width:100%
    }
    .right-nav__item{
        margin-right:10px
    }
    .right-nav__item:last-child{
        margin-right:0
    }
    .right-nav__item.reg.uis,
    .right-nav__item.uis,
    .right-nav__item.reg{
        display:none
    }
    .right-nav__item--cart{
        background:url(/local/templates/main/css/../images/dest/icon/cart.svg) -1px -2px no-repeat;
        background-size:110%;
        width:24px;
        height:24px;
        line-height:24px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .right-nav__item--cart .cart-icon-counter{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        background:0 0;
        color:#696968;
        text-align:center
    }
    .right-nav__item--cart .cart-icon-counter span{
        margin:0;
        padding:0;
        line-height:120%;
        font-size:10px;
        margin-bottom:-28px;
        font-weight:500
    }
    .right-nav__item--cart .cart-icon{
        display:none
    }
    .right-nav__item--cart.is-active::before{
        width:40px;
        height:40px;
        top:-7px;
        left:-8px;
        background-color:transparent
    }
    .right-nav__item--cart.is-active .cart-icon-product{
        right:0;
        padding:16px
    }
    .right-nav__item--cart.is-active .cart-icon-product::before{
        right:5px
    }
    .right-nav__item--cart.is-active .cart-icon-product__footer .btn{
        max-width:256px;
        margin-top:12px
    }
    .search-form{
        margin-right:auto
    }
    .mobile-nav__btn{
        display:block
    }
    .top-line.fixed{
        position:fixed;
        left:0;
        right:0;
        top:58px;
        z-index:10;
        background-color:#fff
    }
    .language{
        color:#8f8f8d
    }
    .shops{
        padding:8px 0 8px 28px;
        margin:12px 0 40px 16px;
        display:block
    }
    .shops::before{
        top:10px
    }
    .catalog-page{
        padding-top:102px
    }
    .catalog-page .header{
        position:fixed;
        top:56px;
        left:0;
        right:0;
        z-index:10
    }
    .catalog-page .back-link{
        margin:0 auto;
        margin-bottom:24px
    }
    .catalog-page .back-link svg path:first-child{
        fill:#fff
    }
    .catalog-page .main-nav__list>li a{
        font-family:IBM,sans-serif;
        font-size:14px;
        line-height:24px;
        letter-spacing:-.1px;
        text-transform:none
    }
    .catalog-page .main-nav__list>li:nth-last-child(-n+2)::after{
        display:block
    }
    .main-nav__dropdown{
        position:static;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        max-height:0;
        height:auto;
        overflow:hidden;
        border-top:none;
        padding:0
    }
    .main-nav__dropdown .container{
        padding:0
    }
    .main-nav__list li.is-active::after{
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
    }
    .main-nav__list li.is-active .main-nav__dropdown{
        height:auto;
        max-height:100%
    }
    .dropdown-menu{
        width:100%
    }
    .dropdown-menu__list{
        max-width:50%
    }
    .dropdown-menu__list li{
        max-width:140px;
        width:100%
    }
    .product__header{
        margin:0 auto;
        text-align:center
    }
    .product .back-link{
        margin:0 auto;
        padding:16px 0 16px 24px;
        display:block
    }
    .product .back-link svg{
        top:18px
    }
    .product .back-link svg path:first-child{
        fill:#fff;
        stroke:#8f8f8d
    }
    .product__sizes{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .shop .back-link svg:first-child{
        display:none
    }
    .shop .back-link svg path:first-child{
        fill:#fff
    }
}
@media screen and (max-width:768px){
    .main-slider{
        margin-top:32px
    }
    .main-slider_link{
        padding-top:50%
    }
    .s-category{
        padding-top:32px
    }
    .main-category{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .main-category__item{
        width:calc(50% - 4px);
        margin:0
    }
    .main-category__item:first-child{
        margin-left:0
    }
    .main-category__item:last-child{
        margin-top:0;
        margin-right:0
    }
    .main-category__img:hover{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
    .main-category__title{
        position:static;
        color:#444442;
        margin-top:8px;
        text-align:center
    }
    .title-catalog{
        margin:24px 0
    }
    .main-cat{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .main-cat .text-link{
        display:none
    }
    .main-cat--wrap{
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
        grid-auto-rows:300px
    }
    .main-cat:first-child{
        -ms-grid-row:1;
        grid-row:1
    }
    .main-cat__title{
        font-size:28px;
        color:#fff!important
    }
    .overlay{
        opacity:.4
    }
    .overlay--light{
        background-color:#000
    }
    .catalog__header-mobile{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-bottom:24px
    }
    .catalog__header-mobile .cat-filter__counter{
        position:static;
        margin-top:8px
    }
    .catalog__header-mobile .btn--wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:100%;
        margin-top:32px
    }
    .catalog__header-mobile .btn--wrap .btn{
        margin:0;
        width:calc(50% - 4px)
    }
    .catalog__body .product-prev{
        width:calc((100% - 64px)/ 2);
        margin-bottom:24px
    }
    .catalog--wrap{
        padding-left:0;
        width:100%
    }
    .cat-filter{
        position:fixed;
        top:0;
        right:100%;
        left:-100%;
        bottom:0;
        margin:0
    }
    .cat-filter__body{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:70%;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .cat-filter__item{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        width:100%;
        display:block;
        margin-right:0;
        padding:24px
    }
    .cat-filter__item .select__header{
        margin-left:0
    }
    .cat-filter__item:last-child{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .cat-filter .filter{
        height:100%
    }
    .cat-filter--mobile{
        position:fixed;
        top:0;
        right:100%;
        left:-100%;
        bottom:0;
        background-color:#fff;
        z-index:20
    }
    .cat-filter--mobile .cat-filter__item{
        padding:24px 150px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .cat-filter--mobile .cat-nav__footer .btn--wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .cat-filter--mobile .cat-nav__footer .btn--wrap .btn{
        width:calc((100% - 8px)/ 2)
    }
    .cat-filter--mobile .dropdown-menu__list{
        margin-left:16px
    }
    .cat-filter--mobile .main-nav__list{
        padding:0 150px
    }
    .cat-filter--mobile .main-nav__list>li::after{
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
    }
    .cat-filter--mobile .main-nav__list>li.is-active::after{
        -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    .cat-filter--mobile.is-active{
        left:0;
        right:0
    }
    .cat-filter--mobile.is-active .cat-nav__footer{
        position:fixed
    }
    .s-search .cat-nav{
        display:block
    }
    .s-search .catalog__body .product-prev{
        width:calc((100% - 48px)/ 3)
    }
    .cat-nav{
        position:fixed;
        top:0;
        right:100%;
        bottom:0;
        left:-100%;
        width:100%;
        background-color:#fff;
        height:100%;
        z-index:20;
        overflow:auto
    }
    .cat-nav.is-active{
        right:0;
        left:0
    }
    .cat-nav.is-active .cat-nav__footer{
        position:fixed
    }
    .cat-nav__list{
        padding:0 150px;
        padding-bottom:56px
    }
    .cat-nav__header{
        position:-webkit-sticky;
        position:sticky;
        top:0;
        height:56px;
        background-color:#fff;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        font-family:Arsenal,sans-serif;
        font-size:22px;
        line-height:32px;
        letter-spacing:.4px;
        z-index:30;
        color:#000
    }
}
@media screen and (max-width:768px) and (max-width:768px){
    .cat-nav__header{
        font-size:16px;
        line-height:100%
    }
}
@media screen and (max-width:768px){
    .cat-nav__header .close-icon{
        position:absolute;
        top:16px;
        right:16px
    }
    .cat-nav__footer{
        position:static;
        bottom:0;
        left:0;
        right:0;
        padding:8px 16px 16px 16px;
        background-color:#fff
    }
    .cat-nav .btn{
        width:100%;
        margin-right:0
    }
    .info-item__img{
        text-align:center;
        margin-bottom:24px
    }
    .info-item:last-child{
        margin-bottom:60px
    }
    .product-prev{
        margin:0;
        margin-right:8px
    }
    .product-prev__footer{
        display:none
    }
    .product-prev__like{
        top:-4px;
        right:0
    }
    .product-prev .btn{
        width:156px;
        left:0;
        top:88px;
        padding:8px 0;
        font-family:IBM,sans-serif;
        font-size:12px;
        line-height:16px;
        opacity:1;
        visibility:visible
    }
    .product-prev .btn svg{
        width:16px;
        height:16px;
        margin:0 10px -4px 0
    }
    .product-prev .slick-arrow{
        visibility:initial;
        z-index:1
    }
    .product-prev .slick-prev{
        left:0
    }
    .product-prev .slick-next{
        right:0
    }
    .s-slider{
        margin-top:24px
    }
    .s-slider .slick-track{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .slider__title{
        text-align:center
    }
    .product-item-slider__controls{
        display:none
    }
    .product{
        margin-top:8px
    }
    .product__image{
        width:100%;
        max-width:100%;
        padding-right:0
    }
    .product__slider{
        max-width:100%
    }
    .product__slider .slick-dotted.slick-slider{
        margin-bottom:0
    }
    .product__slider .slick-slider .slick-list{
        margin-left:-16px;
        margin-right:-16px
    }
    .product__slider .slick-dots{
        bottom:auto;
        top:8px;
        left:0;
        width:auto
    }
    .product__slider .slick-dots li{
        margin:0
    }
    .product__slider .slick-dots li button::before{
        color:#e9e8e5;
        opacity:1
    }
    .product__slider .slick-dots li.slick-active button::before{
        color:#8f8f8d
    }
    .product__thumbs{
        display:none
    }
    .product__container{
        width:100%;
        max-width:100%;
        padding-top:24px
    }
    .product__body .btn{
        margin-right:8px
    }
    .product__body .btn-like{
        border:1px solid #444442;
        height:56px;
        width:56px;
        display:block;
        padding:20px;
        margin-right:0
    }
    .product__body .btn-like svg{
        width:16px;
        height:16px;
        margin:0
    }
    .product__body .text-link{
        margin:0
    }
    .product__body .one-click-show{
        margin-top:16px
    }
    .product__colors{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .product__sizes{
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        margin-bottom:16px;
        position:relative
    }
    .product__sizes .btn--wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:100%;
        margin-bottom:16px
    }
    .product__desc{
        margin-top:40px
    }
    .product__price{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:32px
    }
    .product__desabled{
        top:0;
        right:0;
        left:auto;
        bottom:auto
    }
    .product-size__list{
        width:100%;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .product-size__list li{
        width:calc((100% - 16px)/ 3);
        margin-bottom:8px
    }
    .product-size__item{
        width:100%;
        min-width:91px
    }
    .title--article,.title--news{
        margin-bottom:24px
    }
    .allnews--grid .news-preview__img{
        margin-bottom:12px
    }
    .allnews--grid .news-preview__img img{
        height:225px
    }
    .allnews--grid .news-preview__title{
        margin-bottom:4px
    }
    .article__content{
        padding-bottom:60px
    }
    .article__title{
        margin-top:48px
    }
    .article__descr{
        margin-top:48px
    }
    .info-item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-bottom:60px
    }
    .info-item div{
        width:100%
    }
    .info-item__title{
        margin-bottom:32px
    }
    .info-item__content{
        margin-bottom:32px
    }
    .main-nav .account-nav{
        display:block;
        position:static
    }
    .account-nav{
        display:none;
        width:100%;
        max-width:100%;
        padding:40px 16px 40px 8px;
        border-top:1px solid #e9e8e5;
        border-bottom:1px solid #e9e8e5
    }
    .account-nav__title{
        position:relative;
        padding-left:33px;
        font-family:Arsenal,sans-serif;
        font-size:28px;
        line-height:32px;
        letter-spacing:.2px
    }
}
@media screen and (max-width:768px) and (max-width:768px){
    .account-nav__title{
        font-size:18px;
        line-height:133%
    }
}
@media screen and (max-width:768px){
    .account-nav__title .account-icon{
        position:absolute;
        left:0
    }
    .account-nav__title a{
        color:#000
    }
    .account-nav--no-reg .account-nav__title{
        padding-left:24px
    }
    .account-nav--no-reg .account-nav__title a{
        margin:0 16px;
        display:inline-block;
        position:relative
    }
    .account-nav--no-reg .account-nav__title a:first-child::after{
        content:'';
        position:absolute;
        right:-16px;
        top:0;
        width:1px;
        height:24px;
        background-color:#000
    }
    .account-nav__body{
        padding-left:33px;
        margin-top:24px
    }
    .account-nav__footer{
        margin-top:16px
    }
    .contacts-nav{
        padding:40px 16px;
        position:static
    }
    .contacts-nav .contact__links{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .contacts-nav .contact__links a{
        width:auto;
        display:inline-block;
        margin-right:40px;
        margin-bottom:8px;
        font-family:Arsenal,sans-serif;
        font-size:14px;
        line-height:24px;
        letter-spacing:-.2px;
        color:#2f2f2d
    }
    .contacts-nav .contact__links a:last-child{
        margin-right:0
    }
    .account-data{
        width:100%
    }
    .account-data__title{
        margin-top:0
    }
    .account-data .btn{
        margin-top:0
    }
    .account-data .card-del{
        margin-bottom:8px
    }
    .account-data .btn--wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:space-evenly;
        -ms-flex-pack:space-evenly;
        justify-content:space-evenly;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .account-data>p{
        margin-top:8px
    }
    .account-info__content{
        margin-top:16px
    }
    .account-info__title{
        width:100%
    }
    .account-info__item:last-child{
        margin-bottom:0
    }
    .account-info__item--del{
        margin-top:32px
    }
    .account-adress .text-link--del{
        position:absolute;
        top:16px;
        right:0
    }
    .account-adress .text-link--del svg{
        width:24px;
        height:24px
    }
    .orders__desc{
        margin-bottom:16px
    }
    .order__info{
        display:none
    }
    .order__header{
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .order__header .btn{
        margin-top:16px
    }
    .order__data--mobile .order__count{
        margin-top:8px
    }
    .order__data--mobile .order__price{
        margin-top:8px
    }
    .order__footer .text-link{
        margin-top:32px;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        width:fit-content
    }
    .search-form--header .search.is-active{
        left:-35px;
        max-width:288px;
        width:288px
    }
    .search-form--header .search.is-active~.search-clean{
        right:-210px
    }
    .search-form--header .search.is-active~img{
        left:-20px
    }
    .s-contacts{
        margin-top:32px
    }
    .contacts--wrap{
        margin-top:24px
    }
    .contact__desc,.contact__list{
        width:100%
    }
    .contact__item{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .contact__item a{
        display:inline-block;
        margin-right:40px
    }
    .contact__item a:last-child{
        margin-right:0
    }
    .side-page{
        width:100%;
        max-width:100%;
        padding:56px 56px;
        position:relative
    }
    .close-icon{
        position:absolute;
        right:56px;
        top:32px;
        right:32px;
        z-index:10
    }
    .shop__galery{
        margin-top:48px;
        margin-bottom:0
    }
    .popup-page--wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .popup-page__aside{
        width:100%;
        max-width:100%;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        padding-bottom:24px;
        padding-top:32px
    }
    .popup-page__aside .logo{
        margin-bottom:16px;
        width:50%
    }
    .popup-page__aside .text-link{
        color:#8f8f8d
    }
    .popup-page__aside .aside__menu{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        margin-top:24px
    }
    .popup-page__aside .aside__contacts{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .popup-page__aside .aside__contacts .work-time{
        margin-top:8px
    }
    .popup-page__aside .aside__contacts a{
        margin-top:16px;
        display:block
    }
    .cart__product-cost{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .cart__product-cost--wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .cart__product-cost .text-link--del{
        text-align:right
    }
    .cart__product-cost svg{
        width:24px;
        height:24px
    }
    .cart__product-name{
        font-family:Arsenal,sans-serif;
        font-size:14px;
        line-height:16px
    }
    .cart-complite main{
        padding:112px 16px 102px
    }
    .cart-complite .cart{
        padding:0
    }
    .one-click--complite main{
        background-color:#fff
    }
    .complite{
        border:none
    }
    .complite__block{
        border:none;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:100%;
        height:100%;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .admission{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .admission--wrap{
        width:48%;
        max-width:100%
    }
    .admission__image{
        width:48%;
        max-width:100%
    }
    .admission__title{
        font-family:Arsenal,sans-serif;
        font-size:22px;
        line-height:32px;
        letter-spacing:.4px
    }
    .admission .btn{
        width:100%;
        margin-top:16px
    }
    .admission__body{
        margin-top:0
    }
    .size-page{
        background:#fff
    }
    .size-page .side-page{
        width:100%;
        padding:56px 32px
    }
    .s-favorite .open-filter-mob{
        margin:0 auto 24px
    }
    .slick-lightbox .slick-list{
        padding:0!important
    }
    .slick-lightbox-close{
        top:0;
        right:0
    }
    .slick-lightbox .slick-next,.slick-lightbox .slick-prev{
        display:none!important
    }
    .slick-lightbox-slick-img{
        max-width:100%
    }
    .select__body{
        max-width:100%
    }
    .footer{
        margin-top:24px;
        padding-top:32px
    }
    .footer-nav{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        width:100%;
        margin-top:48px
    }
    .footer-contact{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        width:100%;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .footer-contact .btn{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0;
        display:inline-block
    }
    .footer-contact__content{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -ms-flex-pack:distribute;
        justify-content:space-around;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:50%
    }
    .footer-contact__content .contact__phone{
        min-width:140px;
        width:50%
    }
    .footer-contact__content .contact__links{
        min-width:140px;
        width:50%
    }
    .footer-contact__content .contact__link{
        margin-bottom:0
    }
    .footer-down{
        width:100%;
        padding-top:32px
    }
}
/* FIX: #6686633 */
@media screen and (max-width:1102px) {
    .footer-contact__content {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px){
    .footer-contact__content {
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
    }
    .footer-contact {
        flex-direction: column;
        align-items: center;
    }
    .footer-contact__content .contact__links {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer-contact__content .contact__phone {
        margin-bottom: 0;
        width: unset;
    }
}
/**/
@media screen and (max-width:600px){
    .card--wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-top:16px
    }
    .card--border{
        width:65%
    }
    .card-desc{
        width:100%
    }
    .card-desc p{
        margin:16px 0 8px
    }
    .account-card .btn--wrap{
        margin-top:40px
    }
    .account-adress--wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        position:relative
    }
    .account-adress__btns{
        margin-top:12px
    }
    .account-adress__btns .text-link:first-child{
        margin-left:0
    }
    .error-page{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .error-page__image{
        width:100%;
        overflow:hidden
    }
    .error-page__image img{
        margin-top:-80px
    }
    .error-page__body{
        width:100%;
        padding-top:24px;
        padding-bottom:40px
    }
    .s-404 .search-form{
        z-index:9
    }
    .cart__content p{
        max-width:360px
    }
    .size-page{
        background:#fff;
        -webkit-overflow-scrolling:touch
    }
    .size-page.is-active .close-icon{
        position:fixed
    }
    .size-page .side-page__footer .btn{
        display:none
    }
    .size-page__content{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .size-page__image{
        max-width:160px;
        margin-bottom:32px
    }
    .allnews--grid{
        -ms-grid-columns:1fr;
        grid-template-columns:1fr
    }
    .allnews--grid .news-preview__img img{
        -o-object-fit:contain;
        object-fit:contain;
        height:auto
    }
    .allnews--grid-other{
        -ms-grid-columns:1fr 1fr;
        grid-template-columns:1fr 1fr;
        grid-gap:8px
    }
    .article__content{
        padding-bottom:24px
    }
    .article__title{
        margin-top:24px
    }
    .article__descr{
        margin-top:24px
    }
    .info-item{
        margin-bottom:40px
    }
    .info-item__title{
        margin-bottom:16px
    }
    .info-item__img{
        max-width:100%
    }
    .info-item__content{
        margin-top:16px;
        max-width:100%
    }
    .footer--wrap{
        padding-bottom:0
    }
    .footer-nav{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .footer-nav__list{
        min-width:140px;
        width:50%;
        margin-bottom:24px
    }
    .footer-nav__title{
        margin-bottom:12px
    }
    .footer-contact .btn{
        width:100%
    }
    .footer-contact__content{
        margin-top:24px;
        width:100%;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
@media screen and (max-width:425px){
    .tab-nav__item{
        padding:12px 0
    }
    .logo--nav{
        max-width:95px;
        left:calc(50% - 47px);
    }
    .cart-icon-product{
        max-width:288px
    }
    .contacts-nav{
        text-align:center
    }
    .contacts-nav .contact__links a{
        margin-right:0
    }
    .contacts-nav .contact__links a:nth-child(-n+2){
        width:50%
    }
    .contacts-nav .contact__links a:nth-child(n+3){
        width:33.33%
    }
    .main-slider_link{
        padding-top:47%
    }
    .main-cat--wrap{
        grid-auto-rows:152px
    }
    .main-cat__title{
        font-size:18px
    }
    .catalog__body{
        margin:0 -16px
    }
    .catalog__body .product-prev{
        width:calc((100% - 8px)/ 1)
    }
    .cat-nav__list{
        padding:16px
    }
    .s-search .cat-nav{
        display:block
    }
    .s-search .catalog__body .product-prev{
        width:calc((100% - 8px)/ 1)
    }
    .cat-filter--mobile .main-nav__list{
        padding:0
    }
    .cat-filter--mobile .main-nav__list>li::after{
        top:14px
    }
    .cat-filter--mobile .cat-filter__item{
        padding:16px
    }
    .cat-filter--mobile .cat-filter__item .select{
        width:100%;
        margin-left:0
    }
    .cat-filter--mobile .cat-filter__item .select__current{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .save-reg{
        margin:0 0 32px
    }
    .s-favorite .open-filter-mob{
        width:100%;
        margin-bottom:24px
    }
    .title--service{
        text-align:left;
        margin-bottom:24px
    }
    .info-item:last-child{
        margin-bottom:24px
    }
    .info-item__content{
        margin:0
    }
    .product-prev .btn{
        top:70px
    }
    .js-product-item-slider>.slick-list{
        margin-left:-35px
    }
    .product-item-slider{
        margin-right:-16px;
        overflow:hidden
    }
    .product__slider .slick-dots li{
        width:10px;
        height:10px
    }
    .product__slider .slick-dots li button{
        width:10px;
        height:10px
    }
    .product__slider .slick-dots li button::before{
        width:10px;
        height:10px;
        font-size:4px;
        line-height:4px
    }
    .s-slider .product-prev .btn{
        width:90%;
        top:70px
    }
    .s-slider .product-prev .btn svg{
        display:none
    }
    .product__body .btn--wrap .btn{
        margin-right:8px
    }
    .product__body .btn--wrap .btn-like{
        min-width:56px;
        margin-right:0
    }
    .account .tab-nav__item{
        margin-right:24px
    }
    .account-info__content{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .account-info__body{
        margin-left:0;
        margin-top:16px
    }
    .account-data .back-link svg:first-child{
        display:none
    }
    .account-data .back-link svg path:first-child{
        fill:#fff
    }
    .account-data__desc{
        padding-bottom:32px
    }
    .account-adress{
        border:none;
        margin-top:0;
        padding-top:24px;
        padding-bottom:0
    }
    .account-adress__body{
        margin-top:0
    }
    .account-adress__desc{
        padding-right:25px
    }
    .account-adress--wrap{
        padding:16px;
        border:1px solid #e9e8e5;
        background-color:#f9f9f7;
        margin-top:16px
    }
    .account-adress--wrap.account-adress--main{
        border-color:#8f8f8d
    }
    .account-adress--wrap .text-link--del{
        right:12px
    }
    .account-adress .btn{
        margin-right:0
    }
    .account-card p{
        margin-top:0
    }
    .account-card--wrap{
        width:-webkit-fit-content;
        width:-moz-fit-content;
        width:fit-content;
        padding:16px;
        border:1px solid #e9e8e5;
        background-color:#f9f9f7;
        margin-bottom:32px
    }
    .card{
        padding:16px
    }
    .card--border{
        width:100%;
        margin-bottom:16px
    }
    .orders__content{
        margin-top:0
    }
    .order-prev{
        width:100%;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        position:relative;
        padding-bottom:72px;
        border-bottom:1px solid #e9e8e5;
        margin-top:32px;
        margin-bottom:0
    }
    .order-prev__list{
        width:100%;
        margin-top:8px
    }
    .order-prev__item{
        width:calc((100% -16px)/ 3);
        margin-right:0
    }
    .order-prev__status{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .order-prev .text-link{
        position:absolute;
        bottom:36px;
        right:0;
        color:#000
    }
    .order-prev__result{
        display:none
    }
    .order-prev__number{
        position:absolute;
        left:0;
        top:24px
    }
    .order-prev--mobile{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        border:none;
        padding-bottom:0
    }
    .order__header{
        position:relative
    }
    .order__header--wrap{
        width:100%
    }
    .order__header .btn{
        width:100%
    }
    .order__header-status{
        margin-top:0
    }
    .order__header .order__price{
        margin-top:0
    }
    .order__data--mobile{
        position:absolute;
        top:0;
        right:0
    }
    .order__body{
        margin:40px -16px 0 -16px
    }
    .order-prev__list--complite li:nth-child(3){
        display:none
    }
    .cart-complite .cart__header{
        display:block
    }
    .cart-complite .cart__body{
        margin-top:0;
        border-top:none
    }
    .cart-complite .cart__result{
        border:none
    }
    .cart-complite .cart__footer{
        margin-top:0
    }
    .cart-complite .cart__footer .btn--wrap{
        width:100%
    }
    .cart-complite .cart__footer a{
        display:none
    }
    .cart-complite .order-prev{
        border-bottom:none
    }
    .cart-complite .order-prev__info{
        position:static
    }
    .cart-complite .order-prev__info ul{
        margin-top:0;
        text-align:right
    }
    .cart .order-prev__item{
        width:calc((100% -16px)/ 3)
    }
    .cart-tabs{
        margin-top:24px
    }
    .cart-tabs li:last-child{
        margin-right:0
    }
    .instagram-block{
        margin-top:40px
    }
    .instagram-block__link{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        max-width:100%;
        margin-bottom:16px
    }
    .instagram-block .border-block{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        padding:8px 16px 16px
    }
    .delivery-info__item{
        margin-top:8px
    }
    .product-order{
        width:calc((100% - 8px)/ 2);
        margin-left:0
    }
    .contact__item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-bottom:16px
    }
    .s-brands .back-link{
        margin:0 auto 16px
    }
    .s-brands .back-link svg path:first-child{
        fill:#fff
    }
    .brands-nav{
        position:relative;
        overflow-x:auto;
        overflow-y:hidden;
        -webkit-overflow-scrolling:touch
    }
    .brands-nav--wrap{
        position:relative;
        overflow:hidden
    }
    .brands-nav__list{
        display:table;
        width:100%
    }
    .brands-nav__item{
        display:table-cell;
        padding:0 4px;
        vertical-align:middle;
        float:none;
        white-space:nowrap
    }
    .brands-nav__item a{
        width:32px;
        height:32px;
        display:block
    }
    .brands__item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-top:24px
    }
    .brand{
        margin-bottom:0;
        margin-top:8px
    }
    .side-page{
        padding:56px 16px 32px 16px
    }
    .side-page__body{
        margin-top:16px
    }
    .side-page__body p{
        margin-bottom:8px
    }
    .side-page__body p:last-child{
        margin-top:0
    }
    .side-page .close-icon{
        top:16px;
        right:16px
    }
    .popup-adress.popup{
        padding-top:20px
    }
    .popup-adress.popup .mfp-close{
        top:16px;
        left:auto;
        right:0;
        opacity:1;
        background-size:45%
    }
    .popup-adress.popup .popup__title .adress-icon{
        top:16px;
        right:auto;
        left:16px
    }
    .popup-adress.popup .popup__title .adress-icon svg{
        stroke:#000
    }
    .popup-reg{
        height:100%
    }
    .popup-reg .tab-nav__header{
        padding-top:56px
    }
    .popup-reg .tab-nav__list{
        padding:0 16px;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .popup-reg .tab-nav__item{
        margin-right:80px
    }
    .popup-reg .tab__body--popup{
        padding:24px 16px
    }
    .popup-reg .logo{
        display:block;
        width:25%;
        position:absolute;
        top:16px;
        left:16px
    }
    .popup-reg .mfp-close{
        top:0;
        right:0
    }
    .popup-reg--success{
        padding:56px 16px
    }
    .popup{
        padding:56px 16px;
        width:100%;
        height:100%;
    }
    .popup .mfp-close{
        background-size:55%
    }
    .popup__footer{
        margin-top:32px
    }
    .mfp-content{
        height:100%
    }
    .mfp-container{
        padding:0
    }
    #card-del .popup__footer{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .cart__image{
        max-width:91px
    }
    .cart__title{
        font-family:Arsenal,sans-serif;
        font-size:22px;
        line-height:32px;
        letter-spacing:.4px
    }
    .cart__type{
        margin-bottom:32px
    }
    .cart__header{
        display:none
    }
    .cart__product{
        position:relative;
        padding-bottom:32px
    }
    .cart__product--wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:calc(100% - 8px)
    }
    .cart__product-name{
        padding-right:32px
    }
    .cart__product-options{
        margin-top:0
    }
    .cart__product-cost{
        position:absolute;
        top:16px;
        right:0;
        bottom:40px
    }
    .cart__result{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .cart__result-cost,.cart__result-prod{
        width:100%;
        max-width:100%
    }
    .cart__data .delivery-adress{
        margin-left:0;
        margin-top:24px
    }
    .cart__footer{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
    }
    .cart__footer .btn{
        width:100%;
        margin-bottom:16px
    }
    .cart .account-info__title{
        width:100%
    }
    .cart .account-info__body{
        max-width:100%;
        width:100%
    }
    .cart .account-info__title--comment{
        display:inline-block;
        margin-left:8px
    }
    .cart .account-info__content--line .account-info__body{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:100%;
        max-width:100%
    }
    .cart .account-info__content--line .account-info__body .text-link{
        margin-top:16px;
        margin-left:0
    }
    .cart .account-info__content--line .account-info__body .account-info__item{
        width:100%;
        max-width:100%
    }
    .cart__data{
        padding-top:16px;
        border-top:none
    }
    .cart__product-cost--popup{
        position:static
    }
    .cart__body--step3 .cart__data{
        padding-bottom:0
    }
    .cart__body .info{
        width:100%;
        margin-left:0;
        margin-top:24px
    }
    .cart .account-info__content{
        margin-bottom:36px
    }
    .select-block{
        width:100%;
        margin-left:0;
        margin-top:24px
    }
    .cart-step-title{
        font-family:Arsenal,sans-serif;
        font-size:22px;
        line-height:32px;
        letter-spacing:.4px;
        position:absolute;
        top:9px;
        left:16px;
        color:#000;
        display:block
    }
    #card-step2 .cart__body,#card-step3 .cart__body,#cart .cart__body{
        border-top:none;
        margin-top:0
    }
    .close-icon{
        top:16px;
        right:16px
    }
    .search-empty{
        padding-bottom:16px
    }
    .popup-page__aside .text-link{
        margin-bottom:16px
    }
    .popup-page main{
        padding-top:56px;
        padding-bottom:40px
    }
    .popup-page .close-icon{
        position:absolute;
        right:16px;
        top:16px;
        z-index:10
    }
    .complite__block{
        padding:0 16px
    }
    .admission{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse
    }
    .admission--wrap{
        width:100%
    }
    .admission__image{
        width:100%
    }
    .admission__image img{
        margin:0 auto;
        max-width:191px
    }
    .admission__header{
        margin-bottom:24px
    }
    .size-page .side-page{
        padding:56px 16px
    }
    .size-page__table{
        margin-right:-16px
    }
    .select{
        max-width:100%
    }
    .select__body{
        width:100%
    }
    .slick-lightbox-close{
        top:0;
        right:0;
        z-index:10
    }
    .s-shops .tab-nav__header{
        margin-top:0
    }
    .s-shops .tab__body{
        padding-top:32px
    }
    .shops-prev__item{
        width:100%;
        margin:0 0 32px 0
    }
    .shops-prev__item .contact__body{
        margin-top:4px
    }
    .shops-prev__item .contact__body .btn{
        margin-top:20px
    }
    .shops-prev__title{
        margin-top:8px
    }
    .shop{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .shop__info,.shop__map{
        width:100%
    }
    .shop__map{
        margin-top:24px;
        height:240px
    }
    .shop__galery{
        margin-top:32px
    }
    .shop .back-link svg:first-child{
        display:none
    }
    .shop .back-link svg path:first-child{
        fill:#fff
    }
    .shop__info .title{
        margin-top:24px
    }
    .shop__info .shops-prev__metro{
        margin-top:16px
    }
    .shop__info .work-time{
        margin-top:16px
    }
    .shop__desc{
        margin-top:4px
    }
    .map--wrap{
        height:320px
    }
    .map__item{
        padding:16px;
        position:relative;
        max-width:288px
    }
    .map__item .btn{
        padding:12px 0;
        margin-top:20px
    }
    .map__item .close-icon{
        right:16px;
        top:16px
    }
    .map__item--wrap{
        top:0;
        left:0;
        right:0;
        bottom:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        background:rgba(105,105,104,.7);
        position:fixed;
        z-index:11
    }
    .copyright{
        text-align:left
    }
    .link{
        width:50%
    }
    .link:first-child{
        width:100%
    }
    .promo_block button{
        margin-top: 20px;
    }
}
@media screen and (max-width:320px){
    .product-prev img{
        max-height:160px
    }
}

.cat-filter__aplly input{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #8f8f8d;
    cursor: pointer;
    width: auto;
    border: none;
    outline: none;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 2px;
}
.cat-filter__aplly a, .cat-filter__aplly a:visited{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #8f8f8d;
    cursor: pointer;
    width: auto;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 2px;
    text-decoration: none;
}
.itogo{
    display: block;
    width: 100%;
}
.product__body .disabled{
    cursor: not-allowed;
}
.product__body .disabled:hover{
    border-color:inherit;
    color:inherit;
    background-color: inherit;
}
.btn-bell--alarm{
    background-image: url(/local/templates/main/css/../images/dest/icon/bell.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    display: block;
    width: 230px;
    border: 1px solid #000;
    padding: 12px 0;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
}
.btn-bell--alarm span{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -.1px;
    text-align: center;
    padding-top: 37px;
    color:#000;
    height: 260px;
}
.product-bell--alarm{
    background-image: url(/local/templates/main/css/../images/dest/icon/bell.svg);
    background-repeat: no-repeat;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 9;
    background-color: rgba(255,255,255,.5);
    border: none;
    width: 198px;
    top: 8px;
    left: 8px;
    color: #696968;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
}
.product-prev:hover .product-bell--alarm{
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width:1220px){
    .product-bell--alarm{
        top:40px
    }
}
.form__text{
    margin-bottom: 10px;
}
.forgot-mm{
    text-align: center;
    margin-bottom: 10px;
}
.product__text_notification[data-disabled='Y']{
    display:none;
}
.product__text_notification[data-disabled='N']{
    display:inline;
}
.admission__data{
    color:#000;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start agrement >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.modal-design{
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display:none;
}
.modal-design-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background:rgba(0,0,0,0.5);
}
.modal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    min-height: 100%;
}
.md-close{
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.md-close svg{
    transition: 0.5s;
    stroke:#000;
}

.md-container{
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}
.md-close, .md-container{
    z-index: 10;
}
.md-title h3{
    margin: 0 0 30px 0;
    font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
}

.popup-agrement textarea{
    resize:none;
    width:500px;
    height:200px;
    margin:0 auto;
    display:block;
}
.read-agrement{
    cursor:pointer;
    color: #000;
}
.read-agrement.text-link{
    color: #8f8f8d;
}
.popup-agrement button.event-agrement-accept{
    background: #bbed21;
}
.popup-agrement button.event-agrement-accept:hover{
    background: #d2f95f;
}
.popup-agrement{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.popup-agrement button{
    display: inline-block;
    height: 39px;
    margin: 0 10px 5px 0;
    padding: 0 18px;
    border: none;
    border-radius: 2px;
    font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #535c69;
    outline: none;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear;
    cursor: pointer;
}
.popup-agrement button:not(.event-agrement-accept):hover{
    background: #cfd4d8;
}
.contol-agrement-popup{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0;
}
.admission__footer{
    margin-top: 32px;
}
.admission__footer .label_agrement{

    color: #8f8f8d;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
}
.admission__footer .read-agrement{
    color: #444442;
}
.admission__footer.event-hidden{
    display:none;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> end agrement >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/


.cart__product--wrap .cartk__product-info{
    width:33%;
}

@media screen and (max-width:420px){
    .cart__product--wrap .cartk__product-info{
        width:100%;
    }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> start tab basket >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.cart__body.tabcontent{
    display:none;
}
.cart__body.tabcontent.is-active{
    display:block;
}
.tabcontent .account-info__title--comment{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    letter-spacing: .2px;
    color: #8f8f8d;
    text-align: left;
}
.tabcontent .account-info__content{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 0;
}

.tabcontent .account-info__body{
    max-width: 280px;
    width: 40%;
    margin-left: 0;
}
.tabcontent .account-info__content--line .account-info__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 75%;
    width: 75%;
}
.tabcontent .account-info__content--line .text-link{
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
    display: inline-block;
    margin-left: 32px;
}
.tabcontent .account-info__content--line .account-info__item{
    width: calc(50% - 16px);
    margin-bottom: 0;
}
@media screen and (max-width: 425px){
    .tabcontent .account-info__body{
        max-width: 100%;
        width: 100%;
    }
    .tabcontent .account-info__content{
        margin-bottom: 36px;
    }
    .tabcontent .account-info__title{
        width: 100%;
    }
    .tabcontent .account-info__content--line .account-info__body{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
    .tabcontent .account-info__content--line .account-info__body .account-info__item{
        width: 100%;
        max-width: 100%;
    }
    .tabcontent .account-info__content--line .account-info__body .text-link{
        margin-top: 16px;
        margin-left: 0;
    }
    .tabcontent .account-info__title--comment{
        display: inline-block;
        margin-left: 8px;
    }
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> end tab basket >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.event-select--shops-adress.is-active{
    background: rgba(0,0,0,0.5);
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
}
.select-pickup, .select-address-users{
    display:none;
}

.select-pickup.is-active, .select-address-users.is-active{
    display:block;
}
.select-sap.one-click-sap.select-address-users.is-active{
    width: 30%;
}


.select.select--shops-adress.empty-adress{
    display:none;
}
.account-info__content.decision-delivery{
    display:none;
}
.account-info__content.decision-delivery.is-active{
    display:flex;
}

.product-prev__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-prev__color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #fff;
    margin-right: 4px
}

.product-prev__color:last-child {
    margin-right: 0
}

.product-prev__color::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    display: block
}

.product-prev__color.is-active {
    border-color: #696968;
}

.product-prev__color--white::after {
    background-color: #ffffff;
}
.product-prev__color--black::after {
    background-color: #000000;
}
.product-prev__color--red::after {
    background-color: #ef1a36;
}
.product-prev__color--blue::after {
    background-color: #0077c1;
}
.product-prev__color--lightblue::after {
    background-color: #1ac0f0;
}
.product-prev__color--beige::after {
    background-color: #f5f5dc;
}

.product-prev__color--brown::after {
    background-color: #422405;
}

.product-prev__color--yellow::after {
    background-color: #ffc92f;
}

.product-prev__color--orange::after {
    background-color: #f38530;
}

.product-prev__color--purple::after {
    background-color: #8e449d;
}

.product-prev__color--grey::after {
    background-color: #a2a3a5;
}

.product-prev__color--lime::after {
    background-color: #b2d348;
}

.product-prev__color--teal::after {
    background-color: #78cdcc;
}

.product-prev__color--bluegrey::after {
    background-color: #abbde3;
}

.product-prev__color--green::after {
    background-color: #42b85e;
}
.product-prev__color--circle::after {
    background-color: #894c35;
}
.basket_select .select2.select2-container.select2-container--default{
    width: 100% !important;
}
.select-new-adress{
    display:none;
}
.select-new-adress.is-active{
    display:block;
}
.select-new-adress.is-active .select2-container{
    width: 100%!important;
}
.select-edit-adress{
    display:none;
}
.select-edit-adress.is-active{
    display:block;
    width:100%;
}
.select-edit-adress.is-active .select2-container{
    width: 100%!important;
}

@media screen and (max-width: 1129px){
    .account-adress__btns .text-link:first-child{
        margin-left: 0;
    }
}
.btn-detail{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;

}
.btn-detail svg{
    width: 20px;
}

.right-nav__item.is-active svg{
    fill: #000;
    stroke: #fff;
}
.cat-filter__item.is-active .cat-filter__dropdown{
    overflow-y: auto;
    max-height: 400px;
}
.card-style{
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.promo_block{
    position: relative;
    margin-top: 24px;
    display:none;
}
.promo_block.is-active{
    display:block;
}
.promo_block input{
    position: relative;
    width: 100%;
    border: 1px solid #d5d5d2;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #444442;
    padding: 20px 22px 12px;
}
.promo_block input.is-active~label, .promo_block input:focus~label{
    margin-top: 5px;
    font-family: IBM,sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.promo_block label{
    display: block;
    position: absolute;
    left: 24px;
    top: 0;
    z-index: 3;
    margin-top: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #8f8f8d;
}
.promo_block button{
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.promo_block label.error{color:#e13c3c;}
.custom-error{
    color:#e13c3c;
}
.button_pay p,
.button_pay a{
    display:none;
}
.button_pay input[type=submit],
.button_pay button{
    border-radius: 0px !important;
    margin-top: 40px;
    max-width: 350px;
    display: block;
    width: 280px;
    border: 1px solid #000;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
}
.button_pay input[type=submit]:hover,
.button_pay button:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.button_pay input[type=submit]:active,
.button_pay button:active{
    color: #fff;
    border-color: #444442;
    background-color: #444442;
}

/*>>>>>>>>>> start filter <<<<<<<<<<*/
.product_filter{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-top: 40px;
    border-bottom: 1px solid #d5d5d2;
    padding: 16px 0;
    position: relative;
    margin-bottom: 24px;
}
.product_filter .product_counter{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #8f8f8d;
}
.product_filter .product_center_proces{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 60%;
    color: #444442;
}
.product_filter .product_process_filter{
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #8f8f8d;
}

.product_filter .product_process_filter .show,
.product_filter .product_process_filter .reset{
    font-family: IBM,sans-serif;
    font-size: 14px;
    letter-spacing: -.1px;
    color: #8f8f8d;
    cursor: pointer;
    width: 65px;
    border: none;
    outline: none;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 2px;
}
.product_sort.event-arrow .product_property__list,
.product_property.event-arrow .product_property__list{
    display:none;
    position: absolute;
    top: 41px;
    overflow-y: auto;
    max-height: 400px;
    background-color: #fff;
    box-shadow: 0 10px 35px rgb(60 72 88 / 16%);
    padding: 16px 26px 12px;
    min-width: 240px;
    z-index:11;
}

.product_property.event-arrow .product_property__list div{
    margin-top:10px;
    width: 30%;
}
.product_property.event-arrow .product_property__list label{
    border: 1px solid #b2b2b0;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.product_property.event-arrow .product_property__list span{
    padding-left: 25px;
    display: block;
    position: absolute;
}

.product_property.event-arrow .product_property__list input[type="checkbox"]{
    position: absolute;
    opacity: 0;
}
.product_property.prop_brand.event-arrow .product_property__list,
.product_sort.event-arrow .product_property__list{
    display:none;
}
.product_sort.event-arrow.is-active .product_property__list,
.product_property.event-arrow.is-active .product_property__list{
    display:block;
}
.product_property.prop_brand.event-arrow.is-active .product_property__list{
    width: 560px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
    column-gap: 24px;
    overflow-y: auto;
    max-height: 312px;
}
.product_sort.event-arrow .product_property__list div{
    padding: 8px 38px 8px 13px;
    position: relative;
    cursor: pointer;
}
.product_sort.event-arrow .product_property__list div a{
    color: #000;
}
.product_sort.event-arrow .product_property__list div.is-active::after{
    content:url(/local/templates/main/css/../images/dest/icon/check.svg);
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
}

.product_property.event-arrow .product_property__list input:checked ~ label{
    background-image:url(/local/templates/main/css/../images/dest/icon/check.svg);
    background-size:71%;
    background-repeat:no-repeat;
    background-position:3px 4px
}

.event-arrow{
    position:relative;
    cursor: pointer;
}
 .event-arrow::after{
    content:url(/local/templates/main/css/../images/dest/icon/down.svg);
    position: absolute;
    bottom: -2px;
    right: -22px;
    margin-left: 5px;
}
.event-arrow.is-active::after{
    bottom: 2px;
    transform: rotate(180deg);
}

@media screen and (max-width: 1160px) {
    .product_filter .product_center_proces{
        width: 65%;
    }
}
@media screen and (max-width: 960px) {
    .product_filter .product_center_proces{
        width: 69%;
    }
}
.product_sections .product_sections_items{
    position: relative;
}
.product_sections .product_sections_items a{
    color: #444442;
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 8px 0;
}
.product_sections .product_sections_items.is-active a,
.product_sections .product_sections_items a:hover{
    padding-left: 12px;
}
.product_sections .product_sections_items.is-active a::before,
.product_sections .product_sections_items:not(.disabled):hover a::before{
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 1px;
    top: 19px;
    background-color: #444442;
    border-radius: 50%;
}
.product_sections .product_sections_items.drop_down_list > a::after{
    content:url(/local/templates/main/css/../images/dest/icon/down.svg);
    position:absolute;
    top:11px;
    right:0;
}
.product_sections .product_sections_items.drop_down_list.is-active > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}
.product_sections .product_sections_items.drop_down_list ul.child_list{
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product_sections .product_sections_items.drop_down_list ul.child_list{
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    height:0;
}
.product_sections .product_sections_items.drop_down_list.is-active ul.child_list{
    opacity: 1;
    visibility: visible;
    height:100%;
}
.product_sections{
    width: 180px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.product_header .back-link,
.product_header .product_counter{
    display:none;
}
.product_header .back-link{
    margin-bottom: 24px;
}
.product_header .product_counter{
    margin-top: 8px;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    letter-spacing: .2px;
    color: #8f8f8d;
}
.product_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.order.reg.uis {
    margin-left: 36px;
}
.align-buttons{
    display:none;
    margin-top: 32px;
    width: 100%;
}
.align-buttons button{
    width: 48%;
    border: 1px solid #000;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: IBM,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
}
.align-buttons button:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.align-buttons button:active{
    color: #fff;
    border-color: #444442;
    background-color: #444442;
}
.product_filter .icon-close,
.product_sections .icon-close,
.product_sections .product_sections_count{
    display:none;
}
.product_sections .product_sections_count{
    font-size: 16px;
    font-family: Arsenal,sans-serif;
    color: #000;
    letter-spacing: .4px;
}
.product_filter .icon-close,
.product_sections .icon-close{
    cursor:pointer;
    position: fixed;
    right: 20px;
}
.product_filter  .product_filter_counter{
    display:none;
}
@media screen and (max-width: 900px) {
    .product_header .back-link,
    .product_header .product_counter{
        display:block;
    }
    .product_header .breadcrumbs{
        display:none;
    }
    .product_header .title{
        font-size: 25px;
        line-height: 120%;
    }
    .align-buttons{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .product_sections{
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        left: 0;
        display: none;
        padding:15px;
        height: 100%;
    }
    .product_sections.is-active{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        overflow-y: auto;
        flex-wrap: nowrap;
    }
    .main-catalog .catalog--wrap{
        width:100%;
        padding-left:0;
        margin-top: 24px;
    }
    .product_filter .icon-close,
    .product_sections .icon-close,
    .product_sections .product_sections_count{
        display:block;
    }
    .product_filter{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        height: 100%;
        width: 100%;
        display:none;
    }
    .product_filter.is-active{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin: 0;
        overflow-y: auto;
        flex-wrap: nowrap;
    }
    .product_filter .product_center_proces{
        display: block;

    }
    .product_property.prop_brand.event-arrow.is-active .product_property__list{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: normal;
        flex-wrap: nowrap;
        width: auto;
        overflow-y:hidden;
        max-height: 100%;
    }
    .product_filter .product_counter{
        display:none;
    }
    .product_filter  .product_filter_counter{
        display: block;
        font-size: 16px;
        font-family: Arsenal,sans-serif;
        color: #000;
        letter-spacing: .4px;
    }
    .product_filter .product_center_proces .product_sort,
    .product_filter .product_center_proces .product_property{
        padding: 15px 0;
    }
    .product_filter .event-arrow::after{
        bottom: inherit;
        top:20px;
    }
    .product_filter .event-arrow.is-active::after{
        bottom: inherit;
        top: 15px;
    }
    .product_sort.event-arrow .product_property__list,
    .product_property.event-arrow .product_property__list{
        position: static;
        background-color: transparent;
        box-shadow: none;
        overflow-y: hidden;
        max-height: 100%;
    }
    .product_filter .product_process_filter .show,
    .product_filter .product_process_filter .reset{
        display: block;
        width: 280px;
        border: 1px solid #000;
        padding: 12px 0;
        text-align: center;
        cursor: pointer;
        color: #000;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-family: IBM,sans-serif;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -.1px;
        margin:0 10px;
        -webkit-appearance: none;
        -webkit-appearance: textfield;
        border-radius: 0;
    }
    .product_filter .product_process_filter .reset{
        border-color: #d5d5d2;
        color: #000;
    }
    .product_filter .product_process_filter{
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .product_filter .bx-filter-popup-result,
    .product_filter .product_process_filter span{
        display:none !important;
    }
}
@media screen and (max-width: 616px){
    .product_filter .product_process_filter .show,
    .product_filter .product_process_filter .reset{
        width: calc(30vw + 30px);
    }
}
/*>>>>>>>>>> end filter <<<<<<<<<<*/

@media screen and (max-width: 425px) {
    .catalog__body .product-prev{
       width: calc((100% - 2px)/ 1);
    }
    .product-prev__like{
        right: 17px;
    }
    .cnt_one .slick-track{
        width: 100% !important;
        transform: none !important;
        margin: 0 auto;
        justify-content: center;
    }
    .select-sap.one-click-sap.select-address-users.is-active{
        width:100%;
    }
    .one-click-sap .default-adres-custom{
        width:90%;
    }
    .default-adres-custom{
        width: 90%;
    }
    .product-prev img {
        /*max-height: 230px;*/
	height:auto;
    }
}

@media screen and (max-width:425px){
    .popup-agrement textarea{
        width:100%;
    }
    .md-container{
        width:90%;
    }
}

.account-data .btn.event-delete-date,
.account-data .btn.event-save-profile{
    width:100%;
    max-width: 100%;
}
@media screen and (max-width:382px){
    .pagination{
        width: 100%;
    }
}
.event-subscribe-send,
.event-subscribe-back{
    margin: 10px 0;
}

.product_process_filter .show, .product_process_filter .reset{
    color: #444442 !important;
}

@media(max-width: 500px){
    .this__module__bx-authform{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-counter span {
    width: 24px;
    text-align: center;
    display: block;
    font-size: 19px;
    line-height: 38px;
    cursor: pointer;
}

.select2.select2-container {
    min-width: 280px;
    max-width: 280px;
    position: relative;
    margin-top: 8px;
    z-index: 2;
    padding: 16px 44px 16px 24px;
    border: 1px solid #d5d5d2;
    color: #444442;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-results__option.select2-results__message {
    display: none;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: unset;
    border-radius: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 17px;
}
.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    color: #000000;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #dddddd;
    color: inherit;
}

[id^="wait_comp_"] {
	display: none;
}

.orderForm .order.reg.uis {
    margin-left: 34px;
}

.orderForm .cart__header {
    display: block;
}
.right-nav__item.cart-open.right-nav__item--cart {
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.product__delivery.sale {
    color: #8f8f8d;
}
@media (max-width: 680px)
{
    .orderForm .cart__content {
        flex-flow: column;
    }
    .orderForm .cart__content p {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .orderForm .account-info__content.decision-delivery.is-active {
        flex-flow: column;
    }
    .orderForm .account-info__body {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .orderForm .cart .account-info__title {
        width: 100%;
    }
    .orderForm .cart .account-info__body {
        width: 100%;
        max-width: unset;
    }
    .orderForm .select-block {
        width: 100%;
        margin-left: unset;
    }
    .cart__header ul .cart-step:last-child {
        margin-right: 30px;
    }
}
.cart-open {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    .product-item-slider .product-prev,
    .product-item-slider-2 .product-prev {
        height: max-content;
        /* max-height: 230px; */
    }
    .product-item-slider-2 .product-prev img,
    .product-item-slider .product-prev img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
}

.catalog_description {
    margin-top: 20px;
}
.catalog_description h2 {
    font-family: Arsenal,sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: .2px;
    color: #2f2f2d;
    margin: 10px 0;
}
.catalog_description p {
    margin: 10px 0;
    color: #2f2f2d;
}
.catalog_description ul {
    padding-left: 20px;
    color: #2f2f2d;
}
.catalog_description ul li {
    list-style: disc;
}
/* .js-product-item-slider-3 {
    max-height: 400px;
}
.js-product-item-slider-3 img,
.js-product-item-slider-3 .slick-track {
    height: 100%;
} */


.footer-contact__content {
    margin-bottom: 10px;
}
.footer-contact .btn--callback {
    margin-bottom: 10px;
}



.sv-callback__wrap {
    padding: 34px 0;
    border-top: 1px solid #f5f5f5;
    margin-top: 50px;
    margin-bottom: -130px;
}
.sv-callback {

}
.sv-callback__title {
    text-align: left;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sv-callback__subtitle {
    text-align: left;
    color: #696969;
    margin-bottom: 45px;
}
.sv-callback__body .callback__form {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sv-callback__body .callback__form .account-info__item,
.sv-callback__body .callback__form input,
.sv-callback__body .callback__form button,
.sv-callback__body .callback__form .politic {
    width: 100%;
    margin: 0;
}

.sv-callback__body .callback__form button,
.sv-callback__body .callback__form .account-info__item {
    margin-right: 50px;
}
.sv-callback__body .callback__form .politic {
    text-align: left;
    font-weight: 480;
    font-size: 14px;
    line-height: 18px;
}

.sv-callback__answer {
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
    color: #313131;
    display: none;
}

@media screen and (max-width:1200px) {
    .sv-callback__body .callback__form {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sv-callback__body .callback__form .account-info__item,
    .sv-callback__body .callback__form button {
        width: calc(50% - 20px);
        margin: 0;
    }
    .sv-callback__body .callback__form .politic {
        margin-top: 38px;
    }
}

@media screen and (max-width:768px) {
    .sv-callback__wrap {
        margin-bottom: 0;
    }
    .sv-callback__body .callback__form {
        flex-direction: column;
    }
    .sv-callback__body .callback__form .politic {
        margin: 0;
    }
    .sv-callback__subtitle {
        margin-bottom: 18px;
    }
    .sv-callback__body .callback__form .account-info__item,
    .sv-callback__body .callback__form button,
    .sv-callback__body .callback__form .politic {
        width: 100%;
        margin-bottom: 35px;
    }
}


.sv-mobile__filters {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.sv-categories__select-wrapper {
    position: relative;
    width: 100%;
}
.sv-categories__select-wrapper select {
    border: 1px solid #000;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    text-transform: uppercase;
}
.sv-categories__select-wrapper::after {
    content: ''; 
    position: absolute;
    right: 10px;
    bottom: 5px;
    border: 8px solid transparent;
    border-top: 12px solid #000;
}
.sv-mobile__filters button {
    color: #333;
    background: #fff;
    border: none;
    border-bottom: 1px dashed #333;
    padding: 0;
    margin: 0;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;    
}

.product__container {
    padding-top: 0;
}
@media screen and (max-width:768px) {
    .product__header {
        margin-top: 30px;
    }
}

.product__slider .slick-dots{
    position: relative;
}
.product__slider .slick-dots li{
    margin:0;
    width: 25px;
    height: 25px;
}
.product__slider .slick-dots li button {

}
.product__slider .slick-dots li button::before{
    content: '';
    width: 15px;
    height: 15px;
    background: #e9e8e5;
    border-radius: 50%;
    border: 1px solid #aaa;
}
.product__slider .slick-dots li.slick-active button::before{
    background: #000;
    border-color: #000;
}

@media screen and (max-width:480px) {
    .scrollup {
        display: none !important;
    }
}

.sv-mobile__filters {
    display: none;
}
@media screen and (max-width:900px) {
    .sv-mobile__filters {
        display: flex;
    }
}

@media screen and (max-width:425px) {
    .product-prev__title {
        font-size: 16px;
    }
    .product-prev__price--current {
        font-size: 16px;
    }
    .product-prev__size span {
        font-size: 16px;
    }
}

.sv-shop__galery {
    width: 100%;
    max-width: 1450px;
    margin: 120px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
}

/* Новинки */
.sv-newcatalog {
    margin: 30px 0 10px;
}
.sv-newcatalog-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 200px;
}
.sv-newcatalog-text {
    position: absolute;
    z-index: 1;
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    top: calc(50% - 1.5em);
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #E34E64;
}
.sv-newcatalog-item.girl .sv-newcatalog-text {
    left: 85px;
}
.sv-newcatalog-item.man .sv-newcatalog-text {
    text-align: right;
    right: 85px;
    border-color: #C8C8C8;
}
.sv-newcatalog-img {
    height: 100%;
}
.sv-newcatalog-img img {
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sv-newcatalog-item:hover img {
    transform: scale(1.1);
}
@media screen and (max-width:768px) {
    .sv-newcatalog-item {
        height: 90px;
    }
    .sv-newcatalog-text {
        font-size: 20px;
        line-height: 23px;
        top: calc(50% - 1.3em);
        padding-bottom: 5px;
    }
    .sv-newcatalog-item.girl .sv-newcatalog-text {
        left: 15px;
    }
    .sv-newcatalog-item.man .sv-newcatalog-text {
        right: 15px;
    }
}
/**/

/* Баннеры */
.sv-banner {
    margin: 20px 0;
    position: relative;
    overflow:hidden;
}
.sv-banner__text {
    left: 85px;
    position: absolute;
    z-index: 1;
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    top: calc(50% - 1.5em);
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.sv-banner__img,
.sv-banner__img-mob {
    padding-bottom: 15%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease;
}
.sv-banner__img-mob {
    display: none;
}

.sv-banner:hover .sv-banner__img {
    transform: scale(1.1);
}

.sv-banner.text-right .sv-banner__text {
    left: unset;
    right: 85px;
}

@media screen and (max-width: 768px) {
    .sv-banner__text {
        font-size: 25px;
        line-height: 29px;
        top: calc(50% - 1.3em);
        padding-bottom: 5px;
        left: 15px;
    }
    .sv-banner__img {
        display: none;
    }
    .sv-banner__img-mob {
        display: block;
        padding-bottom: 25%;
    }
    .sv-banner.text-right .sv-banner__text {
        left: unset;
        right: 15px;
    }
}
@media screen and (max-width: 400px) {
    .sv-banner__text {
        font-size: 20px;
        line-height: 23px;
    }
}
/**/

/* Раздел брендов */
.product_sections_items-header {
    text-transform: uppercase;
}
.product_sections_items-header:not(:first-child) {
    margin-top: 20px;
}
.product_sections.brands .product_sections_items {
    padding-left: 20px;
}
/**/

.js-product-prev__slider .slick-list,
.js-product-item-slider .slick-list,
.js-product-item-slider-2 .slick-list,
.js-product__slider .slick-list {
    display: none;
}
.js-product-prev__slider.slick-initialized .slick-list,
.js-product-item-slider.slick-initialized .slick-list,
.js-product-item-slider-2.slick-initialized .slick-list,
.js-product__slider.slick-initialized .slick-list {
    display: block;
}
.js-product__slider {
    overflow: hidden;
}

/* Раздел брендов */
.brand__header {
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d2;
    margin-bottom: 40px
}
.brand__header-headline {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    color: #444442;
    margin-bottom: 18px;
}
.brand__header-description {
    display: flex;
    gap: 69px;
}
.brand__header-img {
    width: 150px;
}
.brand__header-description-inner {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.brand__header-description-inner.show {
    -webkit-line-clamp: unset;
}
.brand__header-description-more {
    display: inline-block;
    padding-top: 10px;
    border-bottom: 1px solid #000;
    display: none;
}
.brand__header-description-more:hover {
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .brand__header-description {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .brand__header-description-inner {
        text-align: center;
    }
    .brand__header-headline {
        text-align: center;
    }
    .brand__header-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.sv-brands__list {
    display: flex;
    flex-wrap: wrap;
    gap: 57px 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sv-brands__item {
    width: calc(100% / 5 - 20px);
}
.sv-brands__item.sel {
    width: calc(100% / 4 - 20px);
}
.sv-brands__item img {
    width: 174px;
    max-height: 70px;
    transition: all .3s ease;
    object-fit: contain;
}
.sv-brands__item:hover img {
    transform: scale(1.1);
}
.sv-brands-more {
    display: flex;
    justify-content: center;
}
.sv-brands-more a {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    padding: 14px 40px;
    border: 1px solid #000000;
}
.sv-brands-more a:hover {
    background: #000;
    color: #fff;
}
@media screen and (max-width:1100px) {
    .sv-brands__item {
        padding: 0 5px;
        margin-bottom: 30px;
        width: calc(100% / 4);
    }
    .sv-brands__img img {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .sv-brands__item,
    .sv-brands__item.sel {
        width: calc(50% - 10px);
    }
}
/**/
/* End */


/* Start:/local/templates/main/styles.css?17643449572396*/
.disabled-button{
	border: 1px solid #b2b2b0;
	color: #b2b2b0;
	position: relative;
}

.disabled-button:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	position: absolute;
}

.cart__footer p span{
	color: #8f8f8d;
	border-bottom: dotted 1px #8f8f8d;
	transition: 0.3s;
}

[name="CONFIRM_ORDER"].is-active~label, [name="CONFIRM_ORDER"]:focus~label{
	margin-top: 0px !important;
}

[name="CONFIRM_ORDER"]{
	display: none;
}

[name="CONFIRM_ORDER"] + label{
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

[name="CONFIRM_ORDER"] + label:before{
	content:'';
	display: inline-block;
	position: absolute;
	top: 3px;
	left:0;
	width: 24px;
	height: 24px;
	border: solid 1px #000;
	z-index: 1;
	transition: 0.3s;
}

[name="CONFIRM_ORDER"]:checked + label:before{
	background-color: #000;
}

[name="CONFIRM_ORDER"] + label:after{
	content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 7px;
    height: 13px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    z-index: 1;
}

.btn:disabled{
	border: 1px solid #b2b2b0;
}

.cart__footer p span:hover{
	color: #000;
	border-bottom: dotted 1px #000;
}

#cart-step-3 .account-info__body .select-block{
	width: 100%;
    margin: 10px 0 20px 0;
}

#cart-step-3 .account-info__body .account-info__item{
    margin: 10px 0 20px 0;
}

#cart-step-3 .account-info__body .account-info__item textarea{
	margin-top: 10px !important;
    padding: 10px 20px 10px 20px !important;
    resize: none !important;
}

.authform-hidden{
    visibility: hidden;
}

.bx-authform {
    margin: 0 auto;
}

@media(max-width: 1024px){
    .bx-authform {
    padding: 0 16px 90px;
}
}

.account-info__title{
    width: 35%;
}

.btn-change{
    width: 100%;
}

.bx-title {
    text-align: center;
}

.sv-page-more {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.sv-page-more a {
    padding: 10px 30px;
    border: 1px solid #000;
}
.sv-page-more a:hover {
    color: #fff;
    background: #000;
}


.cart .account-info__title.account-info__title-description{
	width: 100%;
	margin-bottom: 20px;
}

#prod-721363 .product-prev__price{
	display:none !important;
}
.act-link{
	text-decoration:underline;
	color:#333;
}
.act-link:hover{
	opacity:0.8;
}
.main-nav__link.accent2{
	color:#800080;
} 
/* End */


/* Start:/local/templates/main/template_styles.css?17643449571173*/
#cookie_note {
    display: none;
    overflow: hidden;
    width: 100%;
}
#cookie_note div {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(14,15,14,.9);
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    
}
#cookie_note p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#cookie_note button {
    border: none;
    background: none;
    padding: 8px;
    color: #fff;
    position: relative;
    margin-left: 30px;
}
#cookie_note button::before {
    content: '';
    height: 100%;
    width: 1px;
    background: #555;
    display: block;
    left: -15px;
    top: 0;
    position: absolute;
}
@media screen and (max-width:1050px) {
    #cookie_note p {
        max-width: 500px;
    }
}
@media screen and (max-width:768px) {
    #cookie_note p {
        max-width: 500px;
    }
    #cookie_note div {
        flex-direction: column;
        align-items: center;
    }
    #cookie_note button::before {
        top: -5px;
        left: -50vw;
        width: 110vw;
        height: 1px;
    }
    #cookie_note button {
        margin: 10px 0 0;
    }
}
/* End */
/* /local/templates/main/css/pikaday.css?17643449604543 */
/* /local/templates/main/css/select2.min.css?176434496016264 */
/* /local/templates/main/css/app.css?1764344960200791 */
/* /local/templates/main/styles.css?17643449572396 */
/* /local/templates/main/template_styles.css?17643449571173 */
