16:46 23.06.2017@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[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;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "в†ђ"; }
[dir="rtl"] .slick-prev:before {
    content: "в†’"; }*/

/*.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "в†’"; }
[dir="rtl"] .slick-next:before {
    content: "в†ђ"; }*/

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    /*content: "вЂў";*/
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
    display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none; }

body {
    min-width: 320px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    /*max-width: 1600px; */}

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

ul {
    list-style: none; }

a {
    text-decoration: none; }

h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0; }

.loading {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    text-align: center;
}
.loading:after {
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/local/templates/mkbox/img/icons/spinner-circle.svg');
    background-size: 100%;

    /*animation: spin 2000ms linear infinite;*/

    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    z-index: 100;
}
.loading img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100%;

    z-index: 100;
}
.loading img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.loading.inline {
    height: 1em;
    width: 2em;
    display: inline;
}
.loading.inline:after {
    height: 1em;
    width: 1em;
}
.loading.var1_orange:after {
    background-image: url('/local/templates/mkbox/img/icons/spinner-circle_orange.svg');
}
.loading.var1_dark:after {
    background-image: url('/local/templates/mkbox/img/icons/spinner-circle_dark.svg');
}
.loading.var1_grey:after {
    background-image: url('/local/templates/mkbox/img/icons/spinner-circle_grey.svg');
}
.loading.var2:after {
    background-image: url('/local/templates/mkbox/img/icons/loading.svg');
}
.loading.var3:after {
    background-image: url('/local/templates/mkbox/img/icons/loading-circles.svg');
}


.page-header {
    background-color: #121215; }
.page-header__container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
.page-header__container:after {
    content: '';
    display: table;
    clear: both; }
.page-header__city, .page-header__time, .page-header__mail {
    display: none; }
.page-header__block-info {
    float: left; }
.page-header__tel {
    padding-top: 2px;
    font-size: 12px;
    color: #ffffff;
    padding-left: 23px;
    position: relative; }
.page-header__tel:after {
    content: url(http://sample.vlx9.ru/mkbox/img/header/tel.png);
    position: absolute;
    left: 2px;
    top: -1px; }
.page-header__form-block {
    float: right;
    display: inline-block;
    position: relative; }
.page-header__form-block:after {
    content: url(http://sample.vlx9.ru/mkbox/img/header/form.png);
    position: absolute;
    left: 8px;
    top: -1px; }
.page-header__registration, .page-header__enter {
    text-decoration: none;
    font-size: 12px;
    color: #b5b5b5; }
.page-header__enter {
    padding-left: 30px;
    margin-right: 5px; }

@media (min-width: 768px) {
    .page-header__container {
        width: 100%;
        /*max-width: 768px;*/
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 13px; }
    .page-header__tel {
        padding-left: 43px; }
    .page-header__tel:after {
        left: 12px; }
    .page-header__form-block {
        padding-right: /*33px*/ 20px; } }

@media (min-width: 1200px) {
    .page-header__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px; }
    .page-header__city, .page-header__time, .page-header__mail {
        font-size: 12px;
        display: block; }
    .page-header__city {
        position: relative;
        margin-right: 15px;
        color: #ffffff; }
    .page-header__city:after {
        content: url(http://sample.vlx9.ru/mkbox/img/header/city.png);
        position: absolute;
        left: -27px;
        top: -1px; }
    .page-header__time {
        margin-right: 23px;
        color: #a6a6a6; }
    .page-header__mail {
        color: #a6a6a6; }
    .page-header__tel {
        margin-right: 20px; }
    .page-header__block-info {
        padding-left: 30px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .page-header__form-block {
        padding-right: /*52px*/ 10px; } }

.sub-header {
    background-color: #16181e;
    position: relative; }
.sub-header__container {
    width: 100%;
    /*max-width: 320px;*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px; }
.sub-header__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
.sub-header__logo span {
    color: #ffffff;
    font-size: 12px; }
.sub-header__logo img {
    width: 85px;
    height: 50px;
    margin-right: 5px; }
.sub-header__list {
    display: none; }
.sub-header__list--active {
    padding-top: 10px;
    text-align: center;
    background-color: #1d1e23;
    display: block;
    position: absolute;
    bottom: -372px;
    z-index: 102;
    left: 0;
    width: 100%; }
.sub-header__item {
    margin-bottom: 27px; }
.sub-header__item a {
    color: #dadada;
    font-size: 12px;
    text-transform: uppercase; }
.sub-header__bottom-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.sub-header__form {
    position: relative; }
/*.sub-header__form:after {
    content: url(http://sample.vlx9.ru/mkbox/img/sub-header/form.png);
    position: absolute;
    right: 20px;
    top: 12px; }*/
.sub-header__form input {
    font-size: 13px;
    padding: 13px 45px 15px 25px;
    outline: none;
    border-radius: 50px;
    width: 195px;
    border: 2px solid #31343e;
    background-color: #16181e; }
.sub-header__form input:focus {
    color: #959aa5; }
.sub-header__buy {
    position: relative; }
.sub-header__buy span {
    /*display: none;*/
color: #fff}
/*.sub-header__buy:before {
    position: absolute;
    content: url(http://sample.vlx9.ru/mkbox/img/sub-header/buy.png);
    left: 10px;
    bottom: -21px; }*/
.sub-header .burger {
    margin-right: 15px;
    position: relative;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 2px; }
.sub-header .burger__text {
    color: #121215;
    font-size: 18px;
    position: relative;
    display: inline-block;
    top: 9px;
    left: 3px;
    text-transform: uppercase; }
.sub-header .burger span {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 3px;
    background-color: #ff9621;
    position: relative;
    transition: background .3s .5s;
    border-radius: 5px; }
.sub-header .burger span:before, .sub-header .burger span:after {
    width: 20px;
    height: 3px;
    background: #ff9621;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s, -webkit-transform .3s;
    transition: top .3s .6s, transform .3s;
    transition: top .3s .6s, transform .3s, -webkit-transform .3s;
    border-radius: 5px; }
.sub-header .burger span:before {
    top: 6px; }
.sub-header .burger span:after {
    top: -6px; }
.sub-header .burger--close span {
    transition: background .3s 0;
    background: transparent; }
.sub-header .burger--close span:before, .sub-header .burger--close span:after {
    transition: top .3s, -webkit-transform .3s .5s;
    transition: top .3s, transform .3s .5s;
    transition: top .3s, transform .3s .5s, -webkit-transform .3s .5s;
    top: 0; }
.sub-header .burger--close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
.sub-header .burger--close span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

@media (min-width: 768px) {
    .sub-header__container {
        width: 100%;
        /*max-width: 768px;*/
        padding-left: 20px;
        padding-right: 20px; }
    .sub-header__logo {
        margin-bottom: 27px; }
    .sub-header__logo img {
        width: 110px;
        height: 65px; }
    .sub-header__logo span {
        font-size: 15px; }
    .sub-header__buy:before {
        left: 20px;
        bottom: -17px; }
    .sub-header__form input {
        width: 596px; }
    .sub-header .burger {
        margin-right: 43px; } }

@media (min-width: 1200px) {
    .sub-header__container {
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 55px; }
    .sub-header .burger {
        display: none; }
    .sub-header__logo {
        margin-right: 100px; }
    .sub-header__list {
        display: block;
        position: absolute;
        left: 30px;
        right: 0;
        top: 105px; }
    .sub-header__item {
        text-transform: uppercase;
        margin-right: 75px;
        font-size: 12px;
        display: inline-block; }
    .sub-header__item:last-child {
        margin-right: 0; }
    .sub-header__item a {
        color: #ffffff; }
    .sub-header__form {
        margin-right: /*60px*/ 80px;
        padding-bottom: 20px; }
    .sub-header__form input {
        width: 568px; }
    .sub-header__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.catalog {
    background-image: linear-gradient(to top, #fb9f28 0%, #17181e 100%); }
.catalog__container {
    margin-left: auto;
    margin-right: auto; }
.catalog__list {
    display: none; }
.catalog__list--active {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1d1e23;
    display: block; }
.catalog__item {
    margin-bottom: 10px;
    padding-left: 20px;
    max-width: 200px; }
.catalog__item a {
    color: #dadada;
    font-size: 12px;
    text-transform: uppercase; }
.catalog__title {
    padding-top: 15px;
    padding-bottom: 14px;
    display: block;
    text-align: center;
    background-color: #ff9621;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-style: italic;
    position: relative; }
.catalog__title:before {
    /*content: url(http://sample.vlx9.ru/mkbox/img/catalog/arrow-down.png);*/
    content: url(/local/templates/mkbox/img/catalog/arrow-down.png);
    position: absolute;
    left: 50px;
    top: 14px; }
.catalog .catalog__title:hover .sub-header {
    background-color: red; }
.catalog__slider-wrap  {
    /*background-image: url(http://sample.vlx9.ru/mkbox/img/catalog/slide-1.jpg); */
    background-size: cover;
    background-repeat: no-repeat; }
.catalog__slider-block {
    background-color: #0a0a0d;
    opacity: 0.8;
    width: 170px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px; }
.catalog__slider-new {
    font-weight: bold;
    color: #ff9621;
    font-size: 10px;
    margin-bottom: 3px; }
.catalog__slider-product {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px; }
.catalog__slider-series {
    color: #ffffff;
    font-size: 10px;
    margin-bottom: 5px; }
.catalog__slider-btn {
    text-transform: uppercase;
    border-radius: 21px;
    background-color: #ff9621;
    display: inline-block;
    width: 90px;
    color: black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 10px;
    font-weight: bold; }
.catalog .slick-arrow {
    display: none !important; }
.catalog .slick-dots {
    width: 100px;
    bottom: 8px;
    left: 41px;
    text-align: left; }
.catalog .slick-dots .slick-active button {
    border-radius: 50%;
    background-color: #ff9621; }
.catalog .slick-dots li button {
    width: 5px;
    height: 5px;
    border: 2px solid white;
    border-radius: 50%; }
.catalog .slick-dots li button:before {
    color: white; }
.catalog .slick-dotted.slick-slider {
    margin-bottom: 0; }

@media (min-width: 768px) {
    .catalog__container {
        width: 100%;
        max-width: 768px; }
    .catalog__menu {
        display: block; }
    .catalog__title:before {
        left: 250px; }
    .catalog__slider-block {
        width: 400px;
        padding-top: 116px;
        padding-bottom: 120px; }
    .catalog__slider-new {
        font-size: 23px;
        margin-bottom: 25px; }
    .catalog__slider-product {
        font-size: 53px;
        margin-bottom: 28px; }
    .catalog__slider-series {
        font-size: 14px;
        margin-bottom: 34px; }
    .catalog .slick-dots {
        left: 157px;
        bottom: 33px; }
    .catalog__slider-btn {
        width: 127px;
        font-size: 14px;
        padding-top: 17px;
        padding-bottom: 14px; } }

@media (min-width: 1200px) {
    .catalog__container {
        width: 100%;
        max-width: 1200px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 28px;
        padding-left: 15px; }
    .catalog__menu {
        text-align: center;
        position: relative;
        min-width: 270px;
        padding-top: 0;
        background-color: #1d1e23; }
    .catalog__list {
        display: block;
        padding-top: 20px;
        padding-bottom: 17px; }
    aside .catalog__list {
        display: none;
    }
    aside .catalog__list.catalog__list--active {
        display: block;
    }
    .catalog_product {
        position: relative;
    }
    .catalog-second .catalog__title::before {
        display: block;
        left: 230px;
        top: 20px;
    }
    .catalog-second .catalog__list {
        display: none;}
    .catalog-second .catalog__list--active {
        display: block;}
    .catalog__list--2 {
        display: none;
        min-width: 270px;
        background-color: #1d1e23;
        z-index: 2;
        right: -268px;
        top: -20px;
        position: absolute;
        /*min-height: 459px; */}
    .catalog__list--2 .catalog__item:hover .catalog__list.catalog__list--3 {
        display: block; }
    .catalog__list--3 {
        display: none;
        position: absolute;
        background-color: #1d1e23;
        min-width: 270px;
        top: -20px;
        right: -268px;
        min-height: 459px; }
    .catalog__title {
        display: block;
        padding-top: 23px;
        padding-bottom: 20px;
        cursor: pointer;
    }
    .catalog__title:before {
        display: none; }
    .catalog__item {
        max-width: 205px;
        text-align: left;
        padding-left: 17px;
        margin-bottom: 20px;
        box-sizing: content-box;
        padding-right: 48px;
        position: relative; }
    .catalog__item:hover .catalog__list--2 {
        display: block; }
    .catalog__item:last-child {
        margin-bottom: 0; }
    .catalog__item a {
        display: block;
        color: #cdcdcd;
        font-size: 12px;
        text-transform: uppercase; }
    .catalog__item a:after {
        position: absolute;
        content: url('../img/catalog/arrow.svg');
        right: 16px;
        top: 0px; }
    .catalog__item a:hover {
        cursor: pointer; }
    .catalog__slider-block {
        min-width: 455px;
        min-height: 520px;
        height: 100%;}
    .catalog__slider {
        max-width: 870px;
        margin-left: 30px;
        height: 565px;
        position: relative;
    }
    .catalog .slick-dots {
        left: 186px;
        bottom: 40px; } } /*AlexMexx:закоментил эту скобку 02-06-17*/

.goods {
    background-color: #f8f8f8;
    /*margin-bottom: 40px;*/ }
.goods__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px; }
.goods__desc {
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 75px; }
.goods__desc span {
    margin-right: 22px; }
.goods__desc span:last-child {
    margin-right: 0; }
.goods__slider-wrap {
    background-color: #ffffff;
    padding-top: 55px;
    padding-bottom: 33px; }
.goods__slider-wrap img {
    padding-left: 26px;
    margin-bottom: 26px; }
.goods__slider-purchase {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.goods__slider-desc {
    padding-left: 26px;
    margin-bottom: 20px;
    font-size: 16px;
    color: black; }
.goods__slider-price {
    color: #eb0b0b;
    font-size: 22px;
    font-weight: bold;
    padding-left: 26px;
    margin-right: 28px; }
.goods__slider-price span {
    font-size: 16px;
    font-weight: normal; }

.goods__slider-buy {
	/*AlexMex:03-07-2017:закомментил - не влезала цена с кнопками "Подробнее"*/
	/*
    width: 120px;
	*/
    color: #ff9621;
    border: 2px solid #ff9621;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center; }

.goods__slider-cart {
    /*width: 120px;*/
display: inline-block;
padding-left: 14px;
padding-right: 14px;
    color: #ff9621;
    border: 2px solid #ff9621;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
	
@media (min-width: 768px) {
    .goods__container {
        width: 100%;
        /*max-width: 768px;*/ } }

@media (min-width: 1200px) {
    .goods {
        margin-bottom: 0; }
    .goods__container {
        width: 100%;
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 96px;
        padding-bottom: 22px; }
    .goods__desc {
        font-size: 24px;
        margin-bottom: 46px; }
    .goods__slider-wrap {
        padding-left: 40px;
		max-height: 50%;
}
    .goods__slider-wrap img {
        padding-left: 50px; } }

.shares__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto; }

.shares__block {
    padding-top: 38px;
    padding-bottom: 10px;
    background-color: #1d1e23;
    background-image: url(http://sample.vlx9.ru/mkbox/img/shares/background-1.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

.shares__block--2 {
    margin-top: 30px;
    position: relative;
    padding-top: 39px;
    padding-bottom: 87px;
    background-image: url(http://sample.vlx9.ru/mkbox/img/shares/background-2.jpg); }

.shares__title {
    margin-left: 18px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff9621;
    margin-bottom: 28px; }
.shares__title span {
    color: #ffffff; }

.shares__btn {
    margin-left: 18px;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 76px;
    color: #ff9621;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #ff9700;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px;
}

.shares__img {
    margin-left: 9px; }
.shares__img img {
    width: 100%; }

.shares__img-absolute {
    width: 75px;
    height: 72px;
    position: absolute;
    top: 25px;
    right: 35px; }

.shares__img-absolute-2 {
    position: absolute;
    width: 293px;
    height: 110px;
    bottom: 9px;
    left: 13px; }

@media (min-width: 768px) {
    .shares__container {
        width: 100%;
        max-width: 768px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .shares__block {
        width: 348px;
        height: 236px;
    }
    .shares__block--2 {
        width: 348px;
        margin-top: 0;
        margin-left: 25px; } }

@media (min-width: 1200px) {
    .shares__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 47px;
        padding-top: 44px; }
    .shares__block {
        height: 390px;
        padding-left: 10px;
        padding-top: 62px;
        padding-bottom: 22px; }
    .shares__btn {
        display: block;
        text-align: center;
        width: 137px;
        border-radius: 21px;
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 13px; }
    .shares__title {
        font-size: 26px;
        font-weight: bold; }
    .shares__img-absolute-2 {
        width: 520px;
        height: 190px; }
    .shares__block {
        min-width: 570px; }
    .shares__block--2 {
        width: 570px;
        margin-left: 30px; } }

.brackets {
    background-color: #f8f8f8; }
.brackets__container {
    width: 100%;
    /*max-width: 320px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 27px;
    padding-bottom: 13px; }
.brackets__title {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 20px; }
.brackets__block-wrap:after {
    display: table;
    clear: both;
    content: ''; }
.brackets__block {
    position: relative;
    width: 137px;
    height: 145px;
    text-align: center;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: left;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1d1e23;
}
.brackets__block:nth-child(2n) {
    margin-right: 0; }
.brackets__img {
    position: absolute;
    width: 116px;
    top: 10px;
    left: 10px; }
.brackets__model {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }

@media (min-width: 768px) {
    .brackets__container {
        width: 100%;
        max-width: 768px;
        padding-left: 20px;
        padding-right: 20px; }
    .brackets__block {
        margin-right: 34px;
        width: 341px;
        height: 194px; }
    .brackets__img {
        width: 277px;
        left: 32px;
        top: 44px; }
    .brackets__model {
        font-size: 20px; } }

@media (min-width: 1200px) {
    .brackets__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 57px;
        padding-bottom: 60px; }
    .brackets__title {
        font-size: 24px;
        margin-bottom: 42px; }
    .brackets__title br {
        display: none; }
    .brackets__block:nth-child(2n) {
        margin-right: 30px; }
    .brackets__block {
        width: 270px;
        height: 154px;
        margin-right: 20px; }
    .brackets__block img {
        width: 227px; }
    .brackets__block:nth-child(4), .brackets__block:nth-child(8) {
        margin-right: 0; }
    .brackets__model {
        font-size: 16px; } }

.news {
    background-image: linear-gradient(to top, #1d1e23 0%, #86878e 100%); }
.news__container {
    width: 100%;
    /*max-width: 320px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 31px;
    padding-bottom: 40px; }
.news__title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 21px;
    padding-left: 10px; }
.news__nav-link {
    display: none; }
.news__img {
    width: 270px;
    height: 162px;
    padding-left: 10px;
    margin-bottom: 30px; }
.news__date {
    color: #b5b5b5;
    font-size: 11px;
    padding-left: 10px;
    margin-bottom: 15px; }
.news__desc {
    padding-left: 10px;
    margin-bottom: 10px;
}
.news__desc a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
     }
.news__text {
    color: #b5b5b5;
    font-size: 13px;
    margin-bottom: 40px;
    padding-left: 10px; }
.news__all-news {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase; }

@media (min-width: 768px) {
    .news__container {
        width: 100%;
        max-width: 768px;
        padding-left: 20px;
        padding-right: 20px; }
    .news__block-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news__nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .news__nav-link {
        display: block; }
    .news__nav-link a {
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        margin-right: 46px; }
    .news__nav-link a:last-child {
        margin-right: 0; }
    .news__block {
        -webkit-flex-basis: 349px;
        -ms-flex-preferred-size: 349px;
        flex-basis: 349px; }
	.img_pretty_alina {width: 349px;}
    .news__block img {
        max-width: 100%;
	width: auto;
        height: 208px;
        padding-left: 0; }
    .news__block:nth-child(2n+1) {
        margin-right: 24px; }
    .news__all-news {
        display: none; } }

@media (min-width: 1200px) {
    .news__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 69px;
        padding-bottom: 31px; }
    .news__title {
        font-size: 24px;
        margin-bottom: 62px; }
    .news__block {
        -webkit-flex-basis: 270px;
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px; }
	.img_pretty_alina {width: 270px;}
    .news__block img {
        max-width: 100%;
	width: auto;
        height: 162px;
        margin-bottom: 26px; }
    .news__block:nth-child(2n+1) {
        margin-right: 25px; }
    .news__block {
        margin-right: 30px; }
    .news__block:last-child {
        margin-right: 0; } }

.logos__container {
    text-align: center;
    width: 100%;
    /*max-width: 320px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 44px;
    padding-bottom: 44px; }
.logos__container a:hover {
    cursor: pointer; }
.logos__container a {
    display: none;
    margin-right: 49px; }
.logos__container a:nth-child(2) {
    margin-right: 0; }
.logos__container a:nth-child(1),
.logos__container a:nth-child(2) {
    display: inline-block; }

@media (min-width: 768px) {
    .logos__container {
        width: 100%;
        /*max-width: 768px;*/
        padding-left: 20px;
        padding-right: 20px; }
    .logos a:nth-child(3),
    .logos a:nth-child(4) {
        display: inline-block; }
    .logos a:nth-child(2) {
        margin-right: 90px; }
    .logos a:nth-child(3) {
        margin-right: 96px; } }

@media (min-width: 1200px) {
    .logos__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 53px;
        padding-bottom: 54px; }
    .logos a:nth-child(5) {
        display: inline-block;
        margin-right: 0; }
    .logos a:nth-child(1) {
        /*margin-right: 152px;*/ }
    .logos a:nth-child(2) {
       /* margin-right: 156px;*/ }
    .logos a:nth-child(3) {
        /*margin-right: 165px; */}
    .logos a:nth-child(4) {
        /*margin-right: 142px; */} }

.subscription {
    background-color: #ff9700; }
.subscription__container {
    width: 100%;
    max-width: 320px;
    padding: 42px 15px;
    margin-left: auto;
    margin-right: auto; }
.subscription__title {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #0a0a0d;
    padding-left: 75px;
    position: relative;
    margin-bottom: 26px; }
.subscription__title:after {
    content: url(http://sample.vlx9.ru/mkbox/img/subscription/paper-airplane.svg);
    position: absolute;
    top: 0;
    left: 20px; }
.subscription__form {
    text-align: center; }
.subscription__form input[type="text"] {
    width: 270px;
    padding: 18px 25px;
    font-size: 13px;
    border: none;
    color: #707070;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.96);
    margin-bottom: 30px; }
.subscription__form input[type="submit"] {
    border: none;
    width: 170px;
    padding: 18px 0;
    text-align: center;
    border-radius: 22px;
    font-size: 13px;
    background-color: rgba(10, 10, 13, 0.96);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }

@media (min-width: 768px) {
    .subscription__container {
        width: 100%;
        max-width: 768px;
        padding-left: 20px;
        padding-right: 20px; }
    .subscription__form {
        text-align: center; }
    .subscription__form input[type="text"] {
        width: 210px;
        padding: 14px 25px;
        margin-right: 30px; }
    .subscription__form input[type="submit"] {
        width: 150px;
        padding: 13px 0;
        margin-left: 40px; } }

@media (min-width: 1200px) {
    .subscription__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 19px;
        padding-bottom: 12px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .subscription__title {
        margin-top: 17px;
        font-size: 16px;
        margin-right: 16px;
        padding-left: 43px; }
    .subscription__title:after {
        left: 0;
        top: -8px; }
    .subscription__title br {
        display: none; }
    .subscription__form {
        text-align: center; }
    .subscription__form input[type="text"] {
        width: 270px;
        padding: 18px 25px;
        margin-right: 20px;
        margin-bottom: 0; }
    .subscription__form input[type="submit"] {
        width: 170px;
        padding: 18px 0;
        margin-left: 15px; } }

.footer {
    background-color: #16181e; }
.footer__container {
    width: 100%;
    /*max-width: 320px;*/
    padding: 15px 20px;
    margin-left: auto;
    margin-right: auto; }
.footer__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.footer__logo img {
    width: 109px;
    height: 65px;
    margin-right: 5px; }
.footer__logo span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff; }
.footer__adress {
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px; }
.footer__adress span {
    color: #b4b4b4;
    margin-left: 13px;
    font-weight: normal; }
.footer__adress:after {
    position: absolute;
    content: url(http://sample.vlx9.ru/mkbox/img/footer/adress.svg);
    top: 0;
    left: 0; }
.footer__communication {
    position: relative;
    padding-left: 25px;
    margin-bottom: 24px; }
.footer__communication:after {
    position: absolute;
    content: url(http://sample.vlx9.ru/mkbox/img/footer/tel.svg);
    top: 0;
    left: 0; }
.footer__tel {
    font-size: 12px;
    margin-right: 22px;
    font-weight: bold;
    color: #fff; }
.footer__mail {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: normal; }
.footer__social {
    margin-bottom: 34px; }
.footer__social a {
    margin-right: 13px; }
.footer__title {
    color: #ff9700;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 24px; }
.footer__list {
    margin-bottom: 15px; max-width: 270px; }
.footer__list--right {
    margin-bottom: 31px; }
.footer__item, .footer__item_selected {
    margin-bottom: 15px;
    font-size: 13px; }
.footer__item:last-child, .footer__item_selected:last-child {
    margin-bottom: 0; }
.footer__item a, .footer__item_selected {
    color: #b5b5b5; }
.footer__list--service {
    margin-bottom: 0px; }

.footer-bottom {
    background-color: #0a0a0d;
    color: #707070; }
.footer-bottom__container {
    width: 100%;
    /*max-width: 320px;*/
    padding: 26px 20px 32px;
    margin-left: auto;
    margin-right: auto; }
.footer-bottom__text {
    margin-bottom: 23px;
    font-size: 12px; }
.footer-bottom__copyright {
    font-size: 11px;
    margin-bottom: 10px; }
.footer-bottom__link {
    font-size: 11px;
    text-decoration: underline;
    color: #707070; }

@media (min-width: 768px) {
    .footer__container {
        width: 100%;
        /*max-width: 768px;*/
        padding: 41px 15px 25px 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .footer__block-left {
        -webkit-flex-basis: 286px;
        -ms-flex-preferred-size: 286px;
        flex-basis: 286px;
        margin-right: 44px; }
    .footer__block-center {
        margin-right: 47px; }
    .footer-bottom__container {
        width: 100%;
        /*max-width: 768px;*/
        padding-left: 20px;
        padding-right: 20px; }
    .footer-bottom__copyright {
        text-align: right; }
    .footer-bottom__copyright br {
        display: none; }
    .footer-bottom__link {
        display: block;
        text-align: right; } }

@media (min-width: 1200px) {
    .footer__container {
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__title {
        font-size: 16px;
    }

    .footer__logo {
        margin-bottom: 39px;
    }

    .footer__adress {
        margin-bottom: 15px;
    }

    .footer__communication {
        margin-bottom: 42px;
    }

    .footer__block-left {
        -webkit-flex-basis: 267px;
        -ms-flex-preferred-size: 267px;
        flex-basis: 267px;
        margin-right: 133px;
    }

    .footer__block-right {
        padding-top: 15px;
    }

    .footer__block-center {
        padding-top: 15px;
        -webkit-flex-basis: 454px;
        -ms-flex-preferred-size: 454px;
        flex-basis: 454px;
        margin-right: 60px;
    }

    .footer__block-center-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /*.footer__list--right {
        margin-left: 88px;
    }*/

    .footer-bottom__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-bottom__text {
        -webkit-flex-basis: 697px;
        -ms-flex-preferred-size: 697px;
        flex-basis: 697px;
        margin-right: 140px;
    }

    .footer-bottom__link-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 320px;
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }
}

/*# sourceMappingURL=style.css.map */



.spoiler-body ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.spoiler-body ul li:hover {
	opacity: 0.9;
}

.u2400-arrow {
	font-size: 12px;
}


.ya_stars {
   margin-bottom: 7px;
   display: inline-block;
}

