@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,cyrillic-ext);

a, img, div, textarea, input, span, p {
    outline: none;
    -webkit-transition: all 0.2s linear, font-size 0s;
    -moz-transition: all 0.2s linear, font-size 0s;
    -o-transition: all 0.2s linear, font-size 0s;
    -ms-transition: all 0.2s linear, font-size 0s;
    transition: all 0.2s linear, font-size 0s;
    text-decoration: none;
}

label {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.form__input, .form .jq-selectbox__select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    display: block;
    padding: 8px 12px 8px 13px;
    width: 100%;
    background: #f3f3f3;
    color: #222;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
}

.form__error .form__input, .form__error .form .jq-selectbox__select, .form .form__error .jq-selectbox__select {
    border-color: #d50404;
}

.form {
    padding: 6px 40px 29px;
    background: #fff;
}

.form__row {
    margin: 15px 0 0;
}

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

.form__row:after {
    clear: both;
}

.form__row_type_group {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    font-size: 0;
    line-height: 0;
}

.form__row_type_justify {
    text-align: justify;
    text-justify: newspaper;
    font-size: 0;
    line-height: 0;
}

.form__row_type_justify:after {
    display: inline-block;
    height: 0;
    width: 100%;
    overflow: hidden;
    content: '';
    visibility: hidden;
}

.form__row.form__error {
    margin-bottom: 0;
}

.form__row_type_calculate {
    margin-top: 24px;
}

.form__cell {
    display: inline-block;
    vertical-align: top;
}

.form__cell_type_full {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.form__cell_type_triple {
    width: 33.33%;
}

.form__cell_type_triple span {
    display: inline-block;
    margin-left: 8px;
    color: #222;
    font-size: 14px;
    line-height: 1;
}

.form__cell_type_half {
    width: 100%;
}

@media screen and (min-width: 990px) {
    .form__cell_type_half {
        width: 48.5%;
        margin-top: 0;
    }
}

.form__cell_type_justify {
    margin-top: 4px;
}

.form__cell_type_justify {
    text-align: justify;
    text-justify: newspaper;
    font-size: 0;
    line-height: 0;
}

.form__cell_type_justify:after {
    display: inline-block;
    height: 0;
    width: 100%;
    overflow: hidden;
    content: '';
    visibility: hidden;
}

@media screen and (min-width: 990px) {
    .form__cell_type_justify {
        margin: 0;
    }
}

.form__label {
    display: block;
    margin-bottom: 8px;
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
}

.form__label_type_small {
    display: inline-block;
    margin: -2px 0 0 11px;
    font-size: 13px;
    font-weight: 400;
    vertical-align: top;
}

.form__row_type_required .form__label:after {
    display: inline;
    margin-left: 3px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    content: '*';
}

.form__label_type_inline {
    display: inline-block;
}

.form__radio_hidden {
    display: none;
}

.form__checkbox {
    display: none;
}

.form__input {
    height: 39px;
}

.form__cell_type_triple .form__input {
    display: inline-block;
    width: 66.5%;
}

.form__input_type_count {
    display: inline-block;
    width: 66px;
    margin-top: 6px;
    margin-left: 25px;
}

.form__input_type_count + span {
    display: inline-block;
    margin-left: 8px;
    color: #222;
    font-size: 14px;
    line-height: 1;
}

.form__link {
    float: right;
    margin-top: 6px;
    color: #8a8989;
    font-size: 12px;
    font-style: italic;
}

@media screen and (min-width: 990px) {
    .form__link:hover {
        color: #000000;
    }
}

.form__link_type_orange {
    display: inline-block;
    float: none;
    border-bottom: 1px dotted #ea600e;
    margin-left: 13px;
    color: #ea600e;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
}

@media screen and (min-width: 990px) {
    .form__link_type_orange:hover {
        color: #000000;
        border-bottom-color: #000000;
    }
}

.form__switcher {
    display: inline-block;
    margin: 4px 11px 0 11px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}

.form__switch {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #b2b2b2;
    position: relative;
    background-color: #f3f3f3;
    vertical-align: top;
    cursor: pointer;
}

.form__switch_type_euro {
    border-left: 0;
}

.form__switch_type_euro:before {
    width: 9px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/sprites.png) no-repeat -25px -72px;
    content: '';
}

.form__switch_type_rub {
    border-right: 0;
}

.form__switch_type_rub:before {
    width: 8px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 11px;
    background: url(../img/sprites.png) no-repeat -8px -72px;
    content: '';
}

.form__switch_state_active {
    border-color: #000000;
    background-color: #000000;
    cursor: default;
}

.form__switch_type_euro.form__switch_state_active:before {
    background-position: -16px -72px;
}

.form__switch_type_rub.form__switch_state_active:before {
    background-position: 0 -72px;
}

.form .jq-selectbox {
    width: 100%;
    display: block;
}

.form .jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #b2b2b2;
    box-shadow: none;
}

.form .jq-selectbox__dropdown li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 25px;
    padding: 6px 14px 6px;
    border: 0;
    white-space: normal;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
}

.form .jq-selectbox__dropdown li:hover {
    background-color: #f3f3f3;
    color: #222;
}

.form .jq-selectbox__dropdown li.sel {
    background-color: #000000;
    color: #fff;
}

.form .jq-selectbox__trigger {
    width: 30px;
    border: 0;
}

.form .jq-selectbox__trigger-arrow {
    width: 6px;
    height: 7px;
    border: 0;
    opacity: 1;
    top: 16px;
    overflow: inherit;
    background: url(../img/select.png) no-repeat;
}

.form .jq-selectbox__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 39px;
    padding: 4px 30px 4px 14px;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    text-shadow: none;
}

.form .jq-selectbox.focused .jq-selectbox__select {
    outline: none;
    border-color: #b2b2b2;
}

.form .jq-checkbox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #b2b2b2;
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 10;
}

.form .jq-checkbox.checked {
    border-color: #000000;
}

.form .form__checkbox.checked .jq-checkbox__div {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    box-shadow: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 30;
    background: transparent url(../img/icons/checkbox.png) no-repeat;
}

.form__message {
    display: none;
    margin-top: 3px;
    color: #d50404;
    font-size: 13px;
}

.form__error .form__message {
    display: block;
}

.form__message_type_common {
    display: block;
}

.form__option {
    margin-top: 10px;
}

.form__subtitle {
    margin-left: 0;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}

.form span.form__subtitle {
    margin-left: 0;
}

.form__submit {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    padding: 0 32px;
    background-color: #000000;
    border: 0;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.form__submit:hover {
    background-color: #f94048;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.form__value {
    display: none;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    vertical-align: middle;
}

.form__value span {
    font-size: 16px;
}

.form__value_state_active {
    display: inline;
}

@media screen and (max-width: 443px) {
    .form__cell_type_triple:last-of-type {
        margin-top: 10px;
    }
}

@media screen and (max-width: 585px) {
    .form {
        padding: 15px 20px;
    }

    .form__cell_type_half:nth-child(even) {
        margin-top: 15px;
    }

    .form__cell_type_full {
        margin-bottom: -10px;
    }

    .form__cell_type_triple {
        min-width: 119px;
    }

    .form__switcher {
        margin-left: 0;
    }
}

.wysiwyg a, .layout__sidebar-more, .layout__about a, .header__link, .breadcrumbs a, .articles-card__back, .articles__more, .articles-other__short a, .news-card__back, .news-other__short a, .products__sublist li a, .products__more, .order__info a, .contacts__item-careers a, .contacts__teaser a, .table a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.wysiwyg a:hover, .layout__sidebar-more:hover, .layout__about a:hover, .header__link:hover, .breadcrumbs a:hover, .articles-card__back:hover, .articles__more:hover, .articles-other__short a:hover, .news-card__back:hover, .news-other__short a:hover, .products__sublist li a:hover, .products__more:hover, .order__info a:hover, .contacts__item-careers a:hover, .contacts__teaser a:hover, .table a:hover {
    color: #222222;
}

.anchor, .order__call, .order__question, .order__question span, .ask span, .table__currency, .careers__list li span {
    border-bottom: 1px dotted;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.anchor:hover, .order__call:hover, .order__question:hover, .order__question span:hover, .ask span:hover, .table__currency:hover, .careers__list li span:hover {
    color: #222222;
    text-decoration: none;
}

.wysiwyg {
    color: #585858;
}

.wysiwyg p {
    color: #585858;
    margin: 0 0 12px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.wysiwyg p strong {
    font-weight: 600;
}

@media screen and (min-width: 990px) {
    .wysiwyg p {
        margin: 10px 0 22px;
    }
}

.wysiwyg p:first-child {
    margin-top: 0;
}

.wysiwyg strong {
    font-weight: 600;
}

.wysiwyg em {
    font-style: italic;
    line-height: 1.7;
}

.wysiwyg h1 {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: top;
}

@media screen and (min-width: 990px) {
    .wysiwyg h1 {
        margin: 5px 0 28px;
        color: #222222;
        font-size: 35px;
        font-weight: 600;
    }
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.wysiwyg h2 {
    margin: 20px 0 11px;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (min-width: 990px) {
    .wysiwyg h2 {
        margin: 28px 0 20px;
        font-size: 16px;
        line-height: 1.16;
    }
}

.wysiwyg h3 {
    margin: 19px 0 11px;
    font-size: 16px;
    line-height: 1.375;
}

@media screen and (min-width: 990px) {
    .wysiwyg h3 {
        margin: 22px 0 24px;
        font-size: 16px;
        line-height: 1.2;
    }
}

.wysiwyg h4 {
    margin: 18px 0 11px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.53;
}

@media screen and (min-width: 990px) {
    .wysiwyg h4 {
        margin: 22px 0 14px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
    }
}

.wysiwyg h5 {
    margin: 19px 0 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
}

@media screen and (min-width: 990px) {
    .wysiwyg h5 {
        margin: 23px 0 13px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
}

.wysiwyg h6 {
    margin: 18px 0 11px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
}

@media screen and (min-width: 990px) {
    .wysiwyg h6 {
        margin: 23px 0 12px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.57;
    }
}

.wysiwyg a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.wysiwyg a:active {
    color: #000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .wysiwyg a:hover {
        color: #000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.wysiwyg ul, .wysiwyg ol {
    margin: 0 0 15px;
    padding-left: 20px;
}

@media screen and (min-width: 990px) {
    .wysiwyg ul, .wysiwyg ol {
        margin: 12px 0;
        padding-left: 19px;
    }
}

.wysiwyg ul li, .wysiwyg ol li {
    margin: 8px 0;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (min-width: 990px) {
    .wysiwyg ul li, .wysiwyg ol li {
        margin: 6px 0;
        font-size: 13px;
        line-height: 1.5;
    }
}

.wysiwyg ul {
    list-style: none;
}

.wysiwyg ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: -19px;
    top: 6px;
    background-color: #000000;
    content: '';
}

@media screen and (min-width: 990px) {
    .wysiwyg ul li:before {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        left: -19px;
        top: 6px;
    }
}

.wysiwyg ol {
    counter-reset: item;
}

.wysiwyg ol li {
    list-style: none;
    counter-increment: item;
}

.wysiwyg ol li:before {
    width: 19px;
    position: absolute;
    left: -22px;
    top: 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    content: counter(item) ".";
}

@media screen and (min-width: 990px) {
    .wysiwyg ol li:before {
        left: -22px;
        top: -1px;
    }
}

.wysiwyg table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18px 0;
    position: relative;
    width: 100%;
    color: #585858;
    font-size: 13px;
    padding: 0;
    border-collapse: collapse;
}

@media screen and (min-width: 990px) {
    .wysiwyg table {
        margin: 30px 0 20px;
    }
}

.wysiwyg table:first-child {
    margin-top: 0;
}

.wysiwyg table thead {
    display: table-header-group;
    border: 1px solid #000000;
    border-bottom: 0;
    background-color: #000000;
}

.wysiwyg table thead tr {
    border-bottom: 0;
}

.wysiwyg table tbody {
    border: 1px solid #cfcfcf;
    border-width: 1px 1px 0;
    position: relative;
    overflow-x: auto;
}

thead + .wysiwyg table tbody {
    border: 1px solid #cfcfcf;
    border-width: 0 1px;
}

.wysiwyg table td, .wysiwyg table th {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top;
    border: 0;
    border-left: 1px solid #000000;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.4;
}

.foot_partner-logo {
    color: #FFF;
    background: #555555;
    font-size: 15px;
    font-weight: 600;
    width: 143px;
    padding: 3px 4px 3px 16px;
    margin-top: -10px;
    margin-bottom: -2px;
}

.wysiwyg table td:first-child, .wysiwyg table th:first-child {
    width: auto;
    border-left: none;
}

@media screen and (min-width: 990px) {
    .wysiwyg table td, .wysiwyg table th {
        padding: 4px 4px 4px;
    }
}

.wysiwyg table th {
    border: 0;
    color: #fff;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.wysiwyg table tr {
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
}

.wysiwyg table tr td {
    border-left: 1px solid #cfcfcf;
    vertical-align: middle;
    white-space: normal;
}

.wysiwyg table tr td:first-child {
    border-left: 1px solid #cfcfcf;
}

.wysiwyg table tr:first-child td {
    border-left: 1px solid #cfcfcf;
    vertical-align: middle;
}

.wysiwyg table td {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1.25em;
    text-align: left;
    line-height: 1.7;
}

.wysiwyg table td p {
    margin-bottom: 0;
}

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

.wysiwyg:after {
    clear: both;
}

.wysiwyg img {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 15px 18px 0;
}

.wysiwyg img img ~ img {
    margin-top: 23px;
}

.wysiwyg .border {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0;
    padding: 25px 36px;
    border: 2px solid #cfcfcf;
}

.wysiwyg .border *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.wysiwyg .border *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wysiwyg ul.border,
.wysiwyg ol.border {
    padding: 25px 36px 20px 55px;
}

@media screen and (min-width: 620px) {
    .wysiwyg img {
        width: auto;
        margin: 0 15px 10px 0;
    }
}

@media screen and (min-width: 990px) {
    .wysiwyg img {
        width: auto;
        margin: 0 29px 10px 0;
    }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 12px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layout {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1380px;
    min-width: 320px;
    padding: 0 15px;
    margin: 0 auto;
    color: #585858;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
}

@media screen and (min-width: 1150px) {
    .layout {
        padding: 0 20px;
    }
}

.layout h1 {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: top;
}

@media screen and (min-width: 990px) {
    .layout h1 {
        margin: 5px 0 28px;
        color: #222222;
        font-size: 35px;
        font-weight: 600;
    }
}

.layout_page_main {
    padding: 0;
}

@media screen and (min-width: 990px) {
    .layout_page_main {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1150px) {
    .layout_page_main {
        padding: 0 20px;
    }
}

@media screen and (min-width: 990px) {
    .layout__main {
        padding: 40px 0 40px 0;
        border-bottom: 1px solid #cfcfcf;
    }

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

    .layout__main:after {
        clear: both;
    }
}

.layout__sidebar {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.layout__sidebar-title {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.layout__sidebar-more {
    display: none;
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    font-size: 14px;
}

.layout__sidebar-more_type_mobile {
    display: inline-block;
}

@media screen and (min-width: 990px) {
    .layout__sidebar-more {
        display: inline-block;
        margin-top: 4px;
        margin-right: 0;
    }

    .layout__sidebar-more_type_mobile {
        display: none;
    }
}

.layout__sidebar_type_right {
    padding: 19px 13px 17px 19px;
    max-width: 430px;
    border: 2px solid #d4d4d4;
}

@media screen and (min-width: 990px) {
    .layout__sidebar {
        float: left;
        width: 290px;
        margin-right: 38px;
    }

    .layout__sidebar_type_right {
        width: 430px;
        float: right;
        padding: 22px 28px 28px;
        margin: 17px 0 0 25px;
    }

    .layout__sidebar-title {
        font-size: 20px;
    }
}

.layout__holder {
    padding: 10px 15px 13px;
    margin: 0 -15px;
    background-color: #222;
    position: relative;
}

.layout__holder_setting_margin {
    margin-bottom: 45px;
}

@media screen and (min-width: 990px) {
    .layout__holder {
        padding: 0;
        margin: 0;
        background-color: transparent;
    }

    .layout__holder_setting_margin {
        margin-bottom: 0;
    }
}

.layout__content {
    width: 100%;
    padding-top: 20px;
}

.layout__content_setting_padding {
    padding-top: 0;
}

@media screen and (min-width: 990px) {
    .layout__content {
        width: auto;
        padding: 0;
        overflow: hidden;
    }

    .layout__content_type_news, .layout__content_type_search {
        overflow: inherit;
    }

    .layout__content_setting_padding {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 66%;
        float: left;
    }
}

.layout__about {
    color: #585858;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 19px 7px;
    border: 2px solid #cfcfcf;
}

.layout__about p {
    color: #585858;
    margin: 0 0 12px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.layout__about p strong {
    font-weight: 600;
}

@media screen and (min-width: 990px) {
    .layout__about p {
        margin: 10px 0 22px;
    }
}

.layout__about p:first-child {
    margin-top: 0;
}

.layout__about strong {
    font-weight: 600;
}

.layout__about em {
    font-style: italic;
    line-height: 1.7;
}

.layout__about h1 {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: top;
}

@media screen and (min-width: 990px) {
    .layout__about h1 {
        margin: 5px 0 28px;
        color: #222222;
        font-size: 35px;
        font-weight: 600;
    }
}

.layout__about h2, .layout__about h3, .layout__about h4, .layout__about h5, .layout__about h6 {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.layout__about h2 {
    margin: 20px 0 11px;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (min-width: 990px) {
    .layout__about h2 {
        margin: 28px 0 20px;
        font-size: 30px;
        line-height: 1.16;
    }
}

.layout__about h3 {
    margin: 19px 0 11px;
    font-size: 16px;
    line-height: 1.375;
}

@media screen and (min-width: 990px) {
    .layout__about h3 {
        margin: 22px 0 24px;
        font-size: 16px;
        line-height: 1.2;
    }
}

.layout__about h4 {
    margin: 18px 0 11px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.53;
}

@media screen and (min-width: 990px) {
    .layout__about h4 {
        margin: 22px 0 14px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
    }
}

.layout__about h5 {
    margin: 19px 0 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
}

@media screen and (min-width: 990px) {
    .layout__about h5 {
        margin: 23px 0 13px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
}

.layout__about h6 {
    margin: 18px 0 11px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
}

@media screen and (min-width: 990px) {
    .layout__about h6 {
        margin: 23px 0 12px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.57;
    }
}

.layout__about a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.layout__about a:active {
    color: #000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .layout__about a:hover {
        color: #000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.layout__about ul, .layout__about ol {
    margin: 0 0 15px;
    padding-left: 20px;
}

@media screen and (min-width: 990px) {
    .layout__about ul, .layout__about ol {
        margin: 12px 0;
        padding-left: 19px;
    }
}

.layout__about ul li, .layout__about ol li {
    margin: 8px 0;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (min-width: 990px) {
    .layout__about ul li, .layout__about ol li {
        margin: 6px 0;
        font-size: 13px;
        line-height: 1.5;
    }
}

.layout__about ul {
    list-style: none;
}

.layout__about ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: -19px;
    top: 6px;
    background-color: #000000;
    content: '';
}

@media screen and (min-width: 990px) {
    .layout__about ul li:before {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        left: -19px;
        top: 6px;
    }
}

.layout__about ol {
    counter-reset: item;
}

.layout__about ol li {
    list-style: none;
    counter-increment: item;
}

.layout__about ol li:before {
    width: 19px;
    position: absolute;
    left: -22px;
    top: 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    content: counter(item) ".";
}

@media screen and (min-width: 990px) {
    .layout__about ol li:before {
        left: -22px;
        top: -1px;
    }
}

.layout__about table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18px 0;
    position: relative;
    width: 100%;
    color: #585858;
    font-size: 13px;
    padding: 0;
    border-collapse: collapse;
}

@media screen and (min-width: 990px) {
    .layout__about table {
        margin: 30px 0 20px;
    }
}

.layout__about table:first-child {
    margin-top: 0;
}

.layout__about table thead {
    display: table-header-group;
    border: 1px solid #000000;
    border-bottom: 0;
    background-color: #000000;
}

.layout__about table thead tr {
    border-bottom: 0;
}

.layout__about table tbody {
    border: 1px solid #cfcfcf;
    border-width: 1px 1px 0;
    position: relative;
    overflow-x: auto;
}

thead + .layout__about table tbody {
    border: 1px solid #cfcfcf;
    border-width: 0 1px;
}

.layout__about table td, .layout__about table th {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top;
    border: 0;
    border-left: 1px solid #000000;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.4;
}

.layout__about table td:first-child, .layout__about table th:first-child {
    width: auto;
    border-left: none;
}

@media screen and (min-width: 990px) {
    .layout__about table td, .layout__about table th {
        padding: 10px 29px 13px;
    }
}

.layout__about table th {
    border: 0;
    color: #fff;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.layout__about table tr {
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
}

.layout__about table tr td {
    border-left: 1px solid #cfcfcf;
    white-space: normal;
}

.layout__about table tr td:first-child {
    border-left: 1px solid #cfcfcf;
}

.layout__about table tr:first-child td {
    border-left: 1px solid #cfcfcf;
}

.layout__about table td {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1.25em;
    text-align: left;
    padding: 8px 30px 16px;
    line-height: 1.7;
}

.layout__about table td p {
    margin-bottom: 0;
}

@media screen and (min-width: 990px) {
    .layout__about {
        padding: 26px 35px 19px;
    }
}

.layout__about h2 {
    margin: 0 0 13px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    text-transform: uppercase;
}

.layout__about p {
    margin: 0 0 10px;
    line-height: 1.7;
}

.layout__submenu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 990px) {
    .layout__submenu {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        padding-top: 9px;
        position: relative;
        vertical-align: top;
    }
}

@media screen and (min-width: 990px) {
    .layout__icon {
        display: block;
        width: 36px;
        height: 35px;
        cursor: pointer;
        position: relative;
        background-color: #000000;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .layout__icon:hover {
        background-color: #222;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .layout__icon.active {
        background: #222;
    }

    .layout__icon i {
        display: block;
        width: 19px;
        height: 12px;
        position: absolute;
        top: 12px;
        left: 9px;
        background: url(../img/sprites.png) -120px -51px no-repeat;
    }
}

@media screen and (max-width: 1396px) {
    .layout__content_setting_padding {
        width: 64%;
    }
}

@media screen and (max-width: 1320px) {
    .layout__content_setting_padding {
        width: 62%;
    }
}

@media screen and (max-width: 1256px) {
    .layout__content_setting_padding {
        width: 60%;
    }
}

@media screen and (max-width: 1196px) {
    .layout__content_setting_padding {
        width: 58%;
    }
}

@media screen and (max-width: 1130px) {
    .layout__content_setting_padding {
        width: 55%;
    }
}

@media screen and (max-width: 1060px) {
    .layout__content_setting_padding {
        width: 53%;
    }
}

@media screen and (max-width: 1050px) {
    .layout__content_setting_padding {
        width: 50%;
    }
}

@media screen and (max-width: 989px) {
    .layout__content_setting_padding {
        width: 100%;
    }
}

.promo {
    font-size: 0;
    line-height: 0;
}

@media screen and (min-width: 990px) {
    .promo {
        margin: 40px 26px 20px;
    }
}

.promo__row {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 430px) {
    .promo__row {
        display: inline;
    }
}

@media screen and (min-width: 886px) {
    .promo__row {
        display: block;
        margin: 0 0 25px;
        position: relative;
    }

    .promo__row_pos_1, .promo__row_pos_3 {
        padding-bottom: -webkit-calc(625 * (100% / 1340));
        padding-bottom: calc(625 * (100% / 1340));
    }

    .promo__row_pos_2 {
        padding-bottom: -webkit-calc(300 * (100% / 1340));
        padding-bottom: calc(300 * (100% / 1340));
    }
}

.promo__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    padding-bottom: 60.9%;
}

@media screen and (min-width: 551px) {
    .promo__item {
        display: inline-block;
        width: 50%;
        padding-bottom: 35%;
    }

    .promo__row_pos_1 .promo__item:nth-child(1) {
        width: 100%;
    }

    .promo__row_pos_1 .promo__item:nth-child(3), .promo__row_pos_2 .promo__item:nth-child(2), .promo__row_pos_3 .promo__item:nth-child(1), .promo__row_pos_3 .promo__item:nth-child(3) {
        border-left: 3px solid #fff;
    }
}

@media screen and (min-width: 886px) {
    .promo__item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }

    .promo__row_pos_1 .promo__item:nth-child(1) {
        left: 0;
        width: 66%;
    }

    .promo__row_pos_1 .promo__item:nth-child(2) {
        bottom: -webkit-calc(50% - -12px);
        bottom: calc(50% - -12px);
        left: -webkit-calc(66% + 25px);
        left: calc(66% + 25px);
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_1 .promo__item:nth-child(3) {
        border: 0;
        top: -webkit-calc(50% - -12px);
        top: calc(50% - -12px);
        left: -webkit-calc(66% + 25px);
        left: calc(66% + 25px);
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_2 .promo__item:nth-child(1) {
        top: 0;
        left: 0;
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_2 .promo__item:nth-child(2) {
        border: 0;
        top: 0;
        left: 34%;
        right: 34%;
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_2 .promo__item:nth-child(3) {
        top: 0;
        left: -webkit-calc(66% + 25px);
        left: calc(66% + 25px);
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_3 .promo__item:nth-child(1) {
        border: 0;
        bottom: -webkit-calc(50% - -12px);
        bottom: calc(50% - -12px);
        left: 0;
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_3 .promo__item:nth-child(2) {
        top: -webkit-calc(50% - -12px);
        top: calc(50% - -12px);
        left: 0;
        width: -webkit-calc(34% - 25px);
        width: calc(34% - 25px);
    }

    .promo__row_pos_3 .promo__item:nth-child(3) {
        left: 34%;
        width: 66%;
        border: 0;
    }
}

.promo .promo__image {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 110%;
    object-fit: cover;
    height: 100%;
}

@media screen and (min-width: 430px) {
    .promo .promo__image {
        max-width: 105%;
    }
}

@media screen and (min-width: 886px) {
    .promo .promo__image {
        max-width: 105%;
        max-height: 100%;
        -webkit-transform: translatez(0);
        -ms-transform: translatez(0);
        transform: translatez(0);
        font: 0/0 a;
        border: 0;
    }
}

.promo__badge {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 13px 4px;
    max-width: 90%;
    background-color: #6fc433;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
}

.promo__badge span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 990px) {
    .promo__badge {
        bottom: 30px;
    }
}

.promo__overlay {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

@media screen and (min-width: 990px) {
    .promo__overlay {
        display: block;
        padding: 12.9% 12px 11% 47px;
        position: absolute;
        top: 0;
        left: -100%;
        bottom: 0;
        z-index: 15;
        width: 100%;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .promo__row_pos_1 .promo__item:nth-child(1) .promo__overlay, .promo__row_pos_3 .promo__item:nth-child(3) .promo__overlay {
        padding: 6.9% 12px 6.9% 47px;
        left: -48.6%;
        width: 48.6%;
    }

    .promo__item:hover .promo__overlay, .promo__row_pos_1 .promo__item:nth-child(1):hover .promo__overlay, .promo__row_pos_3 .promo__item:nth-child(3):hover .promo__overlay {
        left: 0;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
    }
}

.promo__inner {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 8% 12px 8% 48px;
}

.promo__content .promo__inner {
    padding: 45px 12px 40px 48px;
}

.promo__row_pos_1 .promo__item:nth-child(3) .promo__inner {
    padding: 33px 42px 34px 39px;
}

@media screen and (min-width: 551px) {
    .promo__row_pos_1 .promo__item:nth-child(3) .promo__inner {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 780px) {
    .promo__row_pos_1 .promo__item:nth-child(3) .promo__inner {
        padding-bottom: 34px;
    }
}

.promo__title {
    display: block;
    max-width: 245px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.promo__title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.promo__title a:hover {
    color: #cacaca;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.promo__content .promo__title a {
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.promo__content .promo__title a:hover {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.promo__row_pos_1 .promo__item:nth-child(1) .promo__title, .promo__row_pos_3 .promo__item:nth-child(3) .promo__title {
    max-width: 100%;
}

.promo__list {
    margin: 17px 0 0;
    padding: 0;
    color: #cacaca;
    list-style: none;
    font-size: 13px;
}

.promo__list li {
    padding-left: 18px;
    margin: 3px 0 4px;
    position: relative;
}

.promo__content .promo__list li:nth-child(n+3) {
    display: none;
}

.promo__list li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 7px;
    left: 1px;
    background-color: #fff;
    content: '';
}

.promo__list li a {
    color: #cacaca;
    line-height: 1.4;
    text-decoration: none;
}

.promo__inner .promo__list li a {
    color: #c8c8c8;
}

.promo__list li a:hover {
    color: #fff;
}

.promo__content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #555555;
}

.promo__link {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media screen and (min-width: 380px) {
    .promo__content .promo__list li:nth-child(n+2) {
        display: block;
    }

    .promo__content .promo__list li:nth-child(n+4) {
        display: none;
    }
}

@media screen and (min-width: 420px) {
    .promo__content .promo__list li:nth-child(n+4) {
        display: block;
    }

    .promo__content .promo__list li:nth-child(n+6) {
        display: none;
    }
}

@media screen and (min-width: 480px) {
    .promo__content .promo__list li:nth-child(n+6) {
        display: block;
    }

    .promo__content .promo__list li:nth-child(n+7) {
        display: none;
    }
}

@media screen and (min-width: 551px) {
    .promo__content .promo__list li:nth-child(n+7) {
        display: block;
    }
}

.menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 20;
    background-color: #fff;
}

.menu_type_mobile {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    margin: 30px -15px 0;
    position: static;
}

@media screen and (min-width: 990px) {
    .menu {
        display: block !important;
        width: auto;
        height: 50px;
        position: relative;
        top: 0;
        background-color: #000000;
    }

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

    .menu:after {
        clear: both;
    }

    .menu_type_mobile {
        display: none !important;
    }
}

.menu ul {
    padding: 0;
    margin: 0 29px;
    font-size: 0;
    line-height: 0;
}

.menu__list {
    border-bottom: 1px solid #bbb;
}

@media screen and (min-width: 990px) {
    .menu__list {
        float: left;
        border: 0;
        position: relative;
        z-index: 2;
        list-style: none;
    }
}

.menu__list li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    border-top: 1px solid #bbb;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.menu__list li.menu__item_state_active {
    border-color: #000000;
    height: 100%;
    margin-bottom: -1px;
    position: relative;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
}

.menu__list li.menu__item_state_active + li {
    border-color: #000000;
}

.menu__list li.menu__item_state_active:after {
    width: 9px;
    height: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/sprites.png) -120px -34px;
    content: '';
}

.menu__list li:active {
    border-color: #000000;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.menu__list li:active.menu__item_type_search {
    border-color: #bbb;
}

.menu__list li:active + li {
    border-color: #000000;
}

@media screen and (min-width: 990px) {
    .menu__list li {
        width: auto;
        display: inline-block;
        padding: 0;
        margin: 0;
        height: auto;
        border: 0;
    }

    .menu__list li.menu__item_state_active {
        background-color: #555555;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 50px;
    }

    .menu__list li.menu__item_state_active:after {
        display: none;
    }

    .menu__list li:active {
        border: 0;
    }
}

.menu__list li > span {
    padding: 0 15px;
}

@media screen and (min-width: 990px) {
    .menu__list li > span {
        padding: 0 12px;
    }
}

@media screen and (min-width: 1150px) {
    .menu__list li > span {
        padding: 0 14px;
    }
}

@media screen and (min-width: 1200px) {
    .menu__list li > span {
        padding: 0 21px;
    }
}

.menu__list li a {
    display: block;
    height: 100%;
    padding: 0 15px;
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-decoration: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.menu_type_mobile .menu__list li a {
    background-color: #ececec;
}

.menu__list li a:after {
    width: 9px;
    height: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/sprites.png) -120px -17px;
    content: '';
}

.menu_type_mobile .menu__list li a:after {
    background-position: -169px -32px;
}

.menu__list li a:active {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.menu__list li a:active:after {
    background-position: -120px -34px;
}

@media screen and (min-width: 990px) {
    .menu__list li a {
        padding: 0 12px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }

    .menu__list li a:hover {
        background-color: #555555;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }

    .menu__list li a:active {
        background-color: #555555;
        color: #fff;
    }

    .menu__list li a:after {
        display: none;
    }
}

@media screen and (min-width: 1150px) {
    .menu__list li a {
        padding: 0 14px;
    }
}

@media screen and (min-width: 1200px) {
    .menu__list li a {
        padding: 0 21px;
    }
}

.menu__list li.menu__item_state_active > a {
    color: #fff;
}

.menu__holder {
    display: none;
}

@media screen and (min-width: 990px) {
    .menu__holder {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        height: 50px;
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .menu__holder {
        width: 20%;
    }
}

@media screen and (min-width: 1320px) {
    .menu__holder {
        width: 23%;
    }
}

@media screen and (min-width: 1350px) {
    .menu__holder {
        width: 25%;
    }
}

@media screen and (min-width: 1380px) {
    .menu__holder {
        width: 27%;
    }
}

.header {
    padding: 0;
    margin: 0 -15px;
    position: relative;
}

.layout_page_main .header {
    margin: 0;
}

@media screen and (min-width: 990px) {
    .header {
        padding: 30px 0 13px;
        margin: 0;
    }

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

    .header:after {
        clear: both;
    }
}

.header__logo {
    display: inline-block;
    margin: 9px 0 3px 15px;
    max-width: 132px;
}

.header__logo img {
    max-width: 132px;
}

@media screen and (min-width: 990px) {
    .header__logo {
        margin: 0;
        max-width: 100%;
    }

    .header__logo img {
        max-width: 100%;
    }
}

.header__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.header__icon_type_phones {
    background: #cacaca;
    right: 60px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.header__icon_type_phones.active {
    background: #222;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.header__icon_type_phones i {
    display: block;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 21px;
    background: url(../img/sprites.png) -72px 0 no-repeat;
}

.header__icon_type_phones.active i {
    background-position: -91px 0;
}

.header__icon_type_menu {
    background-color: #000000;
    right: 0;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.header__icon_type_menu.active {
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    background: #222;
}

.header__icon_type_menu i {
    display: block;
    width: 26px;
    height: 17px;
    position: absolute;
    top: 22px;
    left: 19px;
    background: url(../img/sprites.png) -110px 0 no-repeat;
}

@media screen and (min-width: 990px) {
    .header__icon {
        display: none;
    }
}

.header__about {
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #222;
    color: #cecece;
    text-align: center;
}

.header__about strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.layout_page_main .header__about {
    display: block;
}

@media screen and (min-width: 990px) {
    .header__about {
        display: inline-block;
        margin-left: 33px;
        margin-top: 0;
        padding: 0 0 0 18px;
        max-width: 215px;
        position: relative;
        background-color: transparent;
        color: #222;
        font-size: 13px;
        line-height: 1.5;
        vertical-align: top;
        text-align: left;
    }

    .layout_page_main .header__about {
        display: inline-block;
    }

    .header__about:before {
        width: 1px;
        height: 60px;
        position: absolute;
        left: -2px;
        top: 0px;
        background-color: #555555;
        content: '';
    }

    .header__about strong {
        color: #646464;
    }
}

.header__holder {
    position: relative;
}

.header__holder_type_right {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 20;
}

@media screen and (min-width: 990px) {
    .header__holder {
        float: left;
        margin-left: 40px;
    }

    .header__holder_type_right {
        display: block !important;
        width: auto;
        position: static;
        float: right;
        margin-top: 0;
        margin-right: 40px;
    }
}

.header__info, .header__phones {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #bbb;
    width: 100%;
    height: 44px;
    padding: 0 15px 0 47px;
    background-color: #fff;
    line-height: 44px;
}

.header__info span.header__info-time {
    font-size: 18px;
    color: #6fc433;
}

@media screen and (min-width: 990px) {
    .header__info, .header__phones {
        width: auto;
        border: 0;
        height: auto;
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        line-height: inherit;
    }

    .header__info strong, .header__phones strong {
        display: block;
        font-weight: 600;
    }

    .header__info span, .header__phones span {
        color: #555;
        font-size: 13px;
        line-height: 1.5;
    }
}

.header__info {
    position: relative;
    font-size: 12px;
    color: #222;
    border-bottom: 1px solid #bbb;
}

.header__info strong {
    font-weight: 700;
}

.header__info:after {
    background-position: -48px 0;
    top: 10px;
    left: 15px;
}

@media screen and (min-width: 990px) {
    .header__info {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 178px;
        padding-left: 56px;
        border: 0;
        position: relative;
        top: 0;
        font-size: 13px;
        color: #555;
        vertical-align: top;
    }

    .header__info strong {
        margin-bottom: 2px;
        color: #222;
        font-size: 14px;
    }

    .header__phones:before {
        width: 1px;
        height: 60px;
        position: absolute;
        left: 0;
        top: -6px;
        background-color: #555555;
        content: '';
    }

    .header__phones:after {
        background-position: -48px 0;
        top: 3px;
        left: 22px;
    }
}

.header__phones {
    display: none;
}

.header__phones_type_mobile {
    display: block;
    padding-right: 0;
    color: #222;
    text-decoration: none;
}

.header__phones_type_mobile strong {
    margin-right: 19px;
    font-size: 14px;
    font-weight: 700;
}

.header__phones_type_mobile span {
    font-size: 11px;
}

.header__phones:after {
    background-position: -24px 0;
    left: 15px;
    top: 10px;
}

@media screen and (min-width: 990px) {
    .header__phones {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 26px;
        position: relative;
        vertical-align: top;
    }

    .header__phones_type_mobile {
        display: none;
    }

    .header__phones strong {
        color: #222;
        font-size: 18px;
        margin-top: 2px;
    }

    .header__phones:after {
        background-position: -24px 0;
        left: 12px;
        top: 5px;
    }
}

.header__link {
    display: none;
}

@media screen and (min-width: 990px) {
    .header__link {
        display: inline-block;
        font-size: 13px;
        border-bottom: 1px solid #000000;
        line-height: 1.2;
        color: #555555;
        margin-left: 4px;
    }

    .header__phones .header__link {
        border-bottom-style: dotted;
    }

    .header__link:hover {
        border-color: #222222;
    }
}

.footer {
    padding: 20px 0 22px;
}

.layout_page_main .footer {
    padding: 20px 25px 22px;
}

@media screen and (min-width: 990px) {
    .footer {
        padding: 0 0 40px;
    }

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

    .footer:after {
        clear: both;
    }

    .layout_page_main .footer {
        padding: 0 0 40px;
    }
}

.footer__holder {
    float: none;
}

.footer__holder {
    float: left;
    max-width: 59%;
}

.footer__holder_type_right {
    float: none;
}

.footer__holder_type_right {
    float: right;
    max-width: 100%;
    margin-top: 1px;
    text-align: right;
}

.footer__logo {
    display: inline-block;
    margin-left: -2px;
    position: relative;
    vertical-align: top;
}

@media screen and (min-width: 990px) {
    .footer__logo:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        background: url(../img/footer/logo-color.png) no-repeat;
        content: '';
    }

    .footer__logo:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
}

.footer__about {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.footer__about:before {
    width: 42%;
    height: 1px;
    margin-left: -21%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #ccc;
    content: '';
}

.footer__about span {
    display: block;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    text-align: center;
}

.footer__about span:first-of-type {
    color: #222;
    font-weight: 600;
}

@media screen and (min-width: 990px) {
    .footer__about {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 26px;
        padding-bottom: 0;
        margin: 15px 0 0;
        max-width: 62%;
        vertical-align: top;
        text-align: left;
    }

    .footer__about:before {
        display: none;
    }

    .footer__about span {
        line-height: 1.5;
        text-align: left;
    }

    .footer__about span:first-of-type {
        color: #555;
        font-weight: 400;
    }
}

@media screen and (min-width: 1200px) {
    .footer__about {
        max-width: 70%;
    }
}

@media screen and (min-width: 1366px) {
    .footer__about {
        max-width: 100%;
    }
}

.footer__phones {
    margin: 0;
    padding-top: 10px;
    position: relative;
    text-align: center;
}

.footer__phones span {
    display: block;
    color: #222;
    font-weight: 600;
}

@media screen and (min-width: 990px) {
    .footer__phones {
        display: inline-block;
        margin: 9px 0 0;
        font-size: 12px;
        padding: 0;
        text-align: right;
    }

    .footer__phones span {
        display: inline-block;
        font-weight: 400;
    }

    .footer__phones strong {
        font-weight: 700;
    }
}

.footer-dev {
    margin-top: 5px;
    text-align: center;
}

.footer-dev span {
    margin-right: 3px;
    color: #222;
    font-size: 12px;
    font-weight: 400;
}

.footer-dev a {
    display: inline-block;
    margin-left: 4px;
}

@media screen and (min-width: 990px) {
    .footer-dev {
        margin-top: 7px;
        text-align: right;
    }
}

.search {
    display: none;
}

.search_type_open {
    display: block;
    max-width: 430px;
    position: relative;
}

@media screen and (min-width: 780px) {
    .search_type_open {
        display: inline-block;
        margin: -6px 15px 0 3px;
        position: relative;
        right: auto;
        width: 430px;
        vertical-align: middle;
    }
}

@media screen and (min-width: 990px) {
    .search {
        display: block;
        position: absolute;
        width: 0%;
        min-width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }

    .search_type_open {
        display: inline-block;
        margin: -6px 15px 0 3px;
        position: relative;
        right: auto;
        width: 430px;
        vertical-align: middle;
    }

    .menu__item_type_search .search_type_open {
        display: none;
    }
}

.search__input {
    position: absolute;
    top: 0;
    right: 0;
    border: 5px solid #000000;
    outline: none;
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 15;
    padding: 15px 55px 15px 14px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #2c3e50;
}

.search__input::-webkit-input-placeholder {
    color: #9d9d9d;
}

.search__input:-moz-placeholder {
    color: #9d9d9d;
}

.search__input::-moz-placeholder {
    color: #9d9d9d;
}

.search__input:-ms-input-placeholder {
    color: #9d9d9d;
}

.search_type_open .search__input {
    border-color: #dcdcdc;
    padding: 8px 40px 8px 14px;
    position: static;
}

.menu__item_type_search .search__input {
    height: 44px;
}

.search__icon, .search__submit {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-left: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.search_type_open .search__icon, .search_type_open .search__submit {
    border-color: #dcdcdc;
}

.menu__item_type_search .search__icon, .menu__item_type_search .search__submit {
    height: 44px;
    line-height: 44px;
}

.search__submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 2;
}

.search_type_open .search__submit {
    z-index: 2;
}

.search__submit:hover + .search__icon {
    background: white url(../img/icons/submit-hover.png) 50% 50% no-repeat;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.search__icon {
    color: #fff;
    background: #000000 url(../img/icons/search.png) 50% 50% no-repeat;
    z-index: 90;
    -webkit-transition: border-color 0.25s, background 0.25s;
    transition: border-color 0.25s, background 0.25s;
}

.search:hover .search__icon {
    border-color: #555555;
    background-color: #555555;
    -webkit-transition: border-color 0.25s, background-color 0.25s;
    transition: border-color 0.25s, background-color 0.25s;
}

.search_type_open .search__icon {
    background: white url(../img/icons/submit.png) 50% 50% no-repeat;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    z-index: 1;
}

.search_type_open:hover .search__icon {
    border-color: #dcdcdc;
    background-color: #fff;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.search-results {
    margin-top: 15px;
}

@media screen and (min-width: 990px) {
    .search-results {
        margin-top: 0;
    }
}

.search-results__item {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 14px;
    text-decoration: none;
}

.search-results__item:before, .search-results__item:after {
    content: " ";
    display: table;
}

.search-results__item:after {
    clear: both;
}

@media screen and (min-width: 990px) {
    .search-results__inner {
        padding: 15px;
        border: 1px solid transparent;
        -webkit-transition: border-color 0.25s;
        transition: border-color 0.25s;
    }

    .search-results__item:hover .search-results__inner {
        border-color: #cdcdcd;
        -webkit-transition: border-color 0.25s;
        transition: border-color 0.25s;
    }
}

.news__image + .search-results__holder {
    margin-left: 76px;
}

@media screen and (min-width: 990px) {
    .news__image + .search-results__holder {
        margin-top: -7px;
        margin-left: 122px;
    }
}

.search-results__title {
    padding-top: 0.4em;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.47;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.search-results__title:active {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .search-results__title {
        font-size: 15px;
    }

    .search-results__title:hover {
        color: #000000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.search-results__short {
    display: none;
    font-size: 13px;
    line-height: 1.7;
}

@media screen and (min-width: 990px) {
    .search-results__short {
        display: block;
        margin: 12px 0 0;
        color: #585858;
        font-size: 13px;
    }
}

.search__info {
    display: block;
    margin-top: 10px;
}

@media screen and (min-width: 780px) {
    .search__info {
        display: inline-block;
        margin-top: -5px;
        vertical-align: middle;
    }
}

/* Open state */
.search.search-open,
.no-js .search {
    width: 100%;
}

.search.search-open .search__input,
.no-js .search .search__input {
    border-color: #555555;
}

.search.search-open .search__icon,
.no-js .search .search__icon {
    background: white url(../img/icons/submit.png) 50% 50% no-repeat;
    border-color: #555555;
    color: #fff;
    z-index: 20;
}

.search.search-open .search__submit,
.no-js .search .search__submit {
    z-index: 90;
}

.search.search-open .search__submit:hover + .search__icon,
.no-js .search .search__submit:hover + .search__icon {
    background: white url(../img/icons/submit-hover.png) 50% 50% no-repeat;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

@media screen and (min-width: 530px) {
    .search-results__list {
        margin-left: -25px;
        font-size: 0;
        line-height: 0;
    }

    .search-results__item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        max-width: 455px;
        vertical-align: top;
        border-left: 25px solid #fff;
        position: relative;
    }
}

@media screen and (min-width: 915px) {
    .search-results__item {
        width: 33.33%;
    }
}

@media screen and (min-width: 990px) {
    .search-results__list {
        margin: 13px -15px 0;
    }

    .search-results__item {
        max-width: 456px;
        border: 0;
    }
}

.breadcrumbs {
    margin: 1px 0 2px;
    color: #737373;
}

.breadcrumbs a {
    color: #737373;
    font-size: 12px;
}

.breadcrumbs a:hover {
    color: #737373;
}

.breadcrumbs a:active {
    color: #fff;
}

@media screen and (min-width: 990px) {
    .breadcrumbs {
        color: #222;
        margin: 3px 28px 0;
    }

    .breadcrumbs a {
        color: #000000;
        font-size: 13px;
    }

    .breadcrumbs a:active, .breadcrumbs a:hover {
        color: #222222;
    }
}

.submenu {
    margin: 0 -15px;
    position: relative;
}

@media screen and (min-width: 990px) {
    .submenu {
        margin: 0;
    }
}

.submenu_type_dropdown {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    background-color: #fff;
}

@media screen and (min-width: 990px) {
    .submenu_type_dropdown {
        width: 290px;
        top: 9px;
        left: 36px;
    }
}

.submenu_type_desktop {
    display: none;
}

@media screen and (min-width: 990px) {
    .submenu_type_desktop {
        display: block;
    }
}

.submenu_type_mobile {
    width: auto;
    margin: 0 -15px;
    position: relative;
}

@media screen and (min-width: 990px) {
    .submenu_type_mobile {
        display: none;
    }
}

.submenu__list {
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 20;
    background: #fff;
    list-style: none;
}

.submenu_type_mobile .submenu__list {
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 20;
    background: #fff;
}

@media screen and (min-width: 990px) {
    .submenu__list {
        display: block;
        position: static;
        border: 0;
        padding-left: 27px;
    }

    .submenu_type_dropdown .submenu__list {
        display: none;
    }
}

.submenu__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    border-top: 1px solid #bbb;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.submenu__item:first-of-type {
    border-color: #fff;
}

.submenu__item:active {
    border-color: #000000;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.submenu__item:active + li {
    border-top-color: #000000;
}

@media screen and (min-width: 990px) {
    .submenu__item {
        height: auto;
        min-height: 1px;
        border: 0;
        border-bottom: 0;
    }

    .submenu__item:before {
        content: '-';
        position: absolute;
        margin-left: 0;
        line-height: 20px;
    }

    .submenu__item.submenu__item_state_active:before {
        margin-left: -12px;
    }

    .submenu__item:first-of-type {
        border-color: #cfcfcf;
    }

    .submenu__item:active {
        border-color: #cfcfcf;
    }

    .submenu__item:active + li {
        border-top-color: #cfcfcf;
    }
}

.submenu__item_state_active {
    padding: 12px 15px;
    border-color: #000000;
    margin-bottom: -1px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 1.57;
}

.submenu__item_state_active + li {
    border-top-color: #000000;
}

@media screen and (min-width: 990px) {
    .submenu__item_state_active {
        padding: 17px 12px;
        background: #ffffff;
        color: #000000;
        font-weight: bold;
    }

    .submenu__item_state_active:first-of-type {
        border-color: #000000;
    }

    .submenu__item_state_active:last-of-type {
        margin-bottom: -1px;
    }
}

.submenu__item a {
    display: block;
    height: 100%;
    padding: 14px 35px 13px 15px;
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.submenu__item a:after {
    width: 9px;
    height: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/sprites.png) -120px -17px;
    content: '';
}

.submenu__item a:active {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.submenu__item a:active:after {
    background-position: -120px -34px;
}

@media screen and (min-width: 990px) {
    .submenu__item a {
        height: auto;
        padding: 1px 12px;
        line-height: 1.57;
        font-weight: 400;
        text-decoration: none;
        text-transform: none;
    }

    .submenu__item a:after {
        display: none;
    }

    .submenu__item a:hover, .submenu__item a:active {
        color: #222;
        background: #f1f1f1;
    }

    .submenu__item a:active {
        border-color: #cfcfcf;
    }
}

@media screen and (min-width: 990px) {
    .submenu .submenu__item.submenu__item_state_active > a {
        padding: 0;
        color: #000;
        font-weight: bold;
    }

    .submenu .submenu__item.submenu__item_state_active > a:hover {
        background: transparent;
    }
}

.submenu__icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    margin-top: 8px;
    background: url(../img/icons/arrow.png) no-repeat;
    vertical-align: top;
}

span > .submenu__icon {
    background: url(../img/icons/arrowactive.png) no-repeat;
}

.submenu__item_state_active > span .submenu__icon, .submenu__item_state_active > a .submenu__icon {
    background: url(../img/icons/arrowactivered.png) no-repeat;
}

a:hover > .submenu__icon {
    background: url(../img/icons/arrowactive.png) no-repeat;
}

.submenu__sublist {
    display: none;
}

@media screen and (min-width: 990px) {
    .submenu__sublist {
        display: block;
        box-sizing: border-box;
        padding: 0;
        border-top: 0;
        background-color: #fff;
        position: static;
        list-style: none;
        margin: 0;
    }

    .submenu__sublist li {
        padding: 1px 17px;
        color: #000000;
        font-size: 13px;
        line-height: 1.57;
    }

    .submenu__sublist li ul {
        padding: 0;
        margin: 2px 0;
        list-style: none;
    }

    .submenu__sublist li ul li {
        padding-left: 30px;
        position: relative;
        line-height: 1.57;
    }

    .submenu__sublist li ul li:before {
        position: absolute;
        top: 2px;
        left: 11px;
        color: #222;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
        content: '—';
    }

    .submenu__sublist a {
        display: inline;
        padding: 0.2em 0 0;
        color: #222;
        font-size: 13px;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }

    .submenu__sublist a:hover {
        background: #fff;
        color: #000000;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }
}

.submenu__collapse {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 0 15px;
    position: relative;
    z-index: 15;
    background-color: #222;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    cursor: pointer;
}

.submenu__collapse:before {
    width: 17px;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/sprites.png) -120px -63px no-repeat;
    content: '';
}

.active .submenu__collapse:before {
    background-position: -120px -72px;
}

@media screen and (min-width: 990px) {
    .submenu__collapse {
        display: none;
    }
}

.team {
    margin: 25px 0 0;
}

@media screen and (min-width: 990px) {
    .team {
        margin: 40px 0 0;
    }
}

.team__list {
    font-size: 0;
    line-height: 0;
}

.team__item {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    margin-bottom: 25px;
    min-width: 290px;
    vertical-align: top;
}

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

.team__item:after {
    clear: both;
}

.team__image {
    float: left;
    max-width: 90px;
}

@media screen and (min-width: 990px) {
    .team__image {
        max-width: 120px;
    }
}

.team__holder {
    margin-left: 105px;
}

@media screen and (min-width: 990px) {
    .team__holder {
        margin-left: 139px;
    }
}

.team__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-top: -3px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 1.32;
}

.team__name:after {
    width: 120px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #cfcfcf;
    content: '';
}

.team__name strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.team__position {
    font-size: 13px;
    line-height: 1.3;
}

@media screen and (min-width: 530px) {
    .team__list {
        margin-left: -25px;
        font-size: 0;
        line-height: 0;
    }

    .team__item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        max-width: 455px;
        min-width: 315px;
        border-left: 25px solid #fff;
        vertical-align: top;
    }
}

@media screen and (min-width: 915px) {
    .team__item {
        width: 33.33%;
    }
}

@media screen and (min-width: 990px) {
    .team__item {
        margin-bottom: 50px;
    }
}

.pagelist {
    margin: 14px 0 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

@media screen and (min-width: 990px) {
    .pagelist {
        margin: 0;
    }
}

.pagelist li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    margin-left: 3px;
    position: static;
    vertical-align: top;
}

.pagelist li:first-of-type {
    margin-left: 0;
}

.pagelist li.pagelist__item_state_selected {
    padding: 8px 12px 8px 14px;
    background-color: #eaeaea;
    color: #222;
    font-size: 14px;
}

.pagelist li a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 35px;
    font-size: 13px;
    padding: 8px 12px 8px 14px;
    color: #fff;
    text-decoration: none;
    background: #000000;
}

.pagelist li a:hover {
    background: #222;
}

.pagelist li a:active {
    background-color: #222;
}

.articles-card {
    padding: 20px 0 26px;
}

.articles-card__back {
    display: inline-block;
    font-size: 14px;
}

@media screen and (min-width: 990px) {
    .articles-card {
        padding: 0;
    }

    .articles-card__back {
        margin-top: 3px;
    }
}

.articles__list {
    font-size: 0;
    line-height: 0;
    margin-top: -20px;
}

@media screen and (min-width: 990px) {
    .articles__list {
        margin-top: -30px;
    }
}

.articles__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 990px) {
    .articles__item {
        margin-top: 35px;
    }
}

.articles__image {
    display: block;
    position: relative;
}

.articles__image img {
    max-width: 100%;
}

.articles__image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
}

@media screen and (min-width: 990px) {
    .articles__image:hover:before {
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
}

.articles__image + .articles__description {
    margin-top: 14px;
}

@media screen and (min-width: 990px) {
    .articles__image + .articles__description {
        margin-top: 25px;
    }
}

.articles__title {
    padding-top: 0.4em;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.articles__title:active {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .articles__title {
        margin-bottom: 3px;
        line-height: 1.3;
    }

    .articles__title:hover {
        color: #000000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.articles__short {
    margin: 5px 0 15px;
    font-size: 13px;
    line-height: 1.7;
}

@media screen and (min-width: 990px) {
    .articles__short {
        margin: 10px 0 15px;
    }
}

.articles-other {
    padding-top: 3px;
}

@media screen and (min-width: 990px) {
    .articles-other {
        padding-top: 10px;
    }
}

.articles-other__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0 10px;
    border-bottom: 1px solid #d4d4d4;
}

.articles-other__item:before, .articles-other__item:after {
    content: " ";
    display: table;
}

.articles-other__item:after {
    clear: both;
}

.articles-other__item:last-of-type {
    border: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 990px) {
    .articles-other__item {
        padding: 14px 0 19px;
    }
}

.articles-other__title {
    padding-top: 0.4em;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.articles-other__title:active {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .articles-other__title {
        font-size: 15px;
        line-height: 1.47;
    }

    .articles-other__title:hover {
        color: #000000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.articles-other__short {
    margin: 6px 0 0;
    line-height: 1.7;
}

.articles-other__image + .articles-other__holder {
    margin-left: 76px;
}

@media screen and (min-width: 990px) {
    .articles-other__image + .articles-other__holder {
        margin-left: 122px;
    }
}

.articles-other__image {
    float: left;
    margin-top: 4px;
    font-size: 0;
}

.articles-other__image img {
    max-width: 60px;
}

@media screen and (min-width: 990px) {
    .articles-other__image {
        margin-top: 5px;
    }

    .articles-other__image img {
        max-width: 100px;
    }
}

@media screen and (min-width: 530px) {
    .articles__list {
        margin-left: -25px;
        font-size: 0;
        line-height: 0;
    }

    .articles__item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        max-width: 455px;
        border-left: 25px solid #fff;
        margin-top: 30px;
        vertical-align: top;
    }
}

@media screen and (min-width: 915px) {
    .articles__item {
        width: 33.33%;
    }
}

.news-card {
    padding: 20px 0 26px;
}

.news-card__back {
    display: inline-block;
    font-size: 14px;
}

@media screen and (min-width: 990px) {
    .news-card {
        margin-top: 17px;
        padding: 0;
    }

    .news-card__back {
        margin-top: 23px;
    }
}

.news__item {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 14px;
    text-decoration: none;
}

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

.news__item:after {
    clear: both;
}

@media screen and (min-width: 990px) {
    .news__inner {
        padding: 15px;
        border: 1px solid transparent;
        -webkit-transition: border-color 0.25s;
        transition: border-color 0.25s;
    }

    .news__item:hover .news__inner {
        border-color: #cdcdcd;
        -webkit-transition: border-color 0.25s;
        transition: border-color 0.25s;
    }
}

.news__image {
    float: left;
    margin-top: 5px;
}

.news__image img {
    max-width: 60px;
}

@media screen and (min-width: 990px) {
    .news__image {
        margin-top: -2px;
    }

    .news__image img {
        max-width: 100px;
    }
}

.news__date {
    display: block;
    margin: 2px 0 10px;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1;
}

.layout__holder .news__date {
    margin-bottom: 3px;
}

@media screen and (min-width: 990px) {
    .layout__holder .news__date {
        margin: -18px 0 0;
    }
}

@media screen and (min-width: 990px) {
    .news__date {
        margin: 6px 0 10px;
    }
}

.news-other .news__date {
    margin-top: 8px;
}

.news__image + .news__holder {
    margin-left: 76px;
}

@media screen and (min-width: 990px) {
    .news__image + .news__holder {
        margin-top: -7px;
        margin-left: 122px;
    }
}

.news__title {
    padding-top: 0.4em;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.47;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.news__title:active {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .news__title {
        font-size: 15px;
    }

    .news__title:hover {
        color: #000000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.news__short {
    display: none;
    font-size: 13px;
    line-height: 1.7;
}

@media screen and (min-width: 990px) {
    .news__short {
        display: block;
        margin: 12px 0 0;
        color: #585858;
        font-size: 13px;
    }
}

.news-other {
    padding-top: 3px;
}

@media screen and (min-width: 990px) {
    .news-other {
        padding-top: 10px;
    }
}

.news-other__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0 10px;
    border-bottom: 1px solid #d4d4d4;
}

.news-other__item:before, .news-other__item:after {
    content: " ";
    display: table;
}

.news-other__item:after {
    clear: both;
}

.news-other__item:last-of-type {
    border: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 990px) {
    .news-other__item {
        padding: 14px 0 20px;
    }
}

.news-other__title {
    padding-top: 0.4em;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.news-other__title:active {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .news-other__title {
        font-size: 15px;
        line-height: 1.47;
    }

    .news-other__title:hover {
        color: #000000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.news-other__short {
    margin: 6px 0 0;
    line-height: 1.7;
}

.news-other__image + .news-other__holder {
    margin-left: 76px;
}

@media screen and (min-width: 990px) {
    .news-other__image + .news-other__holder {
        margin-left: 122px;
    }
}

.news-other__image {
    float: left;
    margin-top: 4px;
    font-size: 0;
}

.news-other__image img {
    max-width: 60px;
}

@media screen and (min-width: 990px) {
    .news-other__image {
        margin-top: 5px;
    }

    .news-other__image img {
        max-width: 100px;
    }
}

@media screen and (min-width: 530px) {
    .news__list {
        margin-left: -25px;
        font-size: 0;
        line-height: 0;
    }

    .news__item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        max-width: 455px;
        vertical-align: top;
        border-left: 25px solid #fff;
        position: relative;
    }
}

@media screen and (min-width: 915px) {
    .news__item {
        width: 33.33%;
    }
}

@media screen and (min-width: 990px) {
    .news__list {
        margin: -14px -15px 0;
    }

    .news__item {
        max-width: 456px;
        border: 0;
    }
}

.info {
    display: none;
}

@media screen and (min-width: 990px) {
    .info {
        display: block;
        margin: 46px 0 20px -25px;
        font-size: 0;
        line-height: 0;
    }
}

.info__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 33.33%;
    max-width: 455px;
    border-left: 25px solid #fff;
    padding-bottom: 22%;
    position: relative;
    vertical-align: top;
}

.info__item_type_slider {
    background-color: #000000;
}

.info__item_type_links {
    background-color: #e8e8e8;
}

.info__inner {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}

.info__item_type_offices .info__inner {
    padding: 34px 31px 30px 45px;
    border: 2px solid #d4d4d4;
}

.info__item_type_links .info__inner {
    padding: 36px 12px 7px 47px;
}

.info__item_type_slider .info__inner {
    padding: 33px 42px 34px 39px;
}

.info__title {
    display: inline-block;
    max-width: 245px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.info__title:hover {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.info__list {
    padding: 0 5px 0 19px;
    margin: 16px 0 0;
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .info__list {
        padding-right: 18px;
    }
}

.info__list li {
    margin: 3px 0 4px;
}

.info__list li a {
    color: #222;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.info__list li a:hover {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.info__phones {
    display: none;
}

@media screen and (min-width: 1200px) {
    .info__phones {
        display: block;
        margin-top: 20px;
    }
}

.info__phones span {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
}

.info__phones strong {
    display: block;
    margin-top: 5px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
}

.promo__inner .slider__item {
    padding: 0;
}

.slider__date {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.slider__title {
    display: inline-block;
    margin: 12px 0 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 430px) {
    .slider__title {
        font-size: 19px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 551px) {
    .slider__title {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 651px) {
    .slider__title {
        font-size: 19px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 780px) {
    .slider__title {
        font-size: 17px;
    }
}

@media screen and (min-width: 886px) {
    .slider__title {
        font-size: 14px;
        line-height: 1.4;
    }

    .slider__title:hover {
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

@media screen and (min-width: 990px) {
    .slider__title {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1150px) {
    .slider__title {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1200px) {
    .slider__title {
        font-size: 20px;
        line-height: 1.1;
    }
}

.slider__info {
    display: none;
}

@media screen and (min-width: 430px) {
    .slider__info {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 551px) {
    .slider__info {
        display: none;
    }
}

@media screen and (min-width: 780px) {
    .slider__info {
        display: block;
    }
}

@media screen and (min-width: 886px) {
    .slider__info {
        display: none;
    }
}

@media screen and (min-width: 570px) and (max-width: 651px) {
    .slider__title {
        font-size: 15px;
    }
}

@media screen and (min-width: 1300px) {
    .slider__info {
        display: block;
        font-size: 14px;
        line-height: 1.7;
    }

    .slider__title {
        font-size: 20px;
        line-height: 1.1;
    }
}

.products {
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: 7px;
}

@media screen and (min-width: 990px) {
    .products {
        margin-bottom: 21px;
        margin-top: 0;
    }
}

@media screen and (min-width: 990px) {
    .products__list {
        margin-top: 4px;
    }
}

.products__item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    margin-top: 12px;
    overflow: hidden;
}

.products__image {
    display: block;
    position: relative;
    line-height: 0;
    cursor: pointer;
}

.products__image img {
    display: block;
    max-width: 100%;
}

.products__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.products__overlay {
    display: none;
}

@media screen and (min-width: 990px) {
    .products__overlay {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 11% 12px 9% 46px;
        position: absolute;
        top: 0;
        left: -100%;
        bottom: 0;
        z-index: 10;
        width: 100%;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        cursor: default;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .products__image:hover .products__overlay {
        left: 0;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
    }
}

.products__subtitle {
    display: inline-block;
    max-width: 245px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.products__subtitle:hover {
    color: #cacaca;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.products__sublist {
    margin: 13px 0 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    list-style: none;
}

.products__sublist li {
    padding-left: 18px;
    margin: 3px 0;
    position: relative;
}

.products__sublist li:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    top: 7px;
    left: 2px;
    background-color: #fff;
    content: '';
}

.products__sublist li a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.products__sublist li a:hover {
    color: #fff;
}

.products__description {
    margin-top: 22px;
}

@media screen and (min-width: 990px) {
    .products__description {
        margin-top: 26px;
    }
}

.products__title {
    display: inline-block;
    margin-bottom: 3px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.products__title:hover {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.products__short {
    font-size: 13px;
    line-height: 1.69;
}

@media screen and (min-width: 530px) {
    .products__list {
        margin-left: -25px;
        font-size: 0;
        line-height: 0;
    }

    .products__item {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        max-width: 455px;
        border-left: 25px solid #fff;
        margin-top: 31px;
        vertical-align: top;
    }
}

@media screen and (min-width: 915px) {
    .products__item {
        width: 33.33%;
    }
}

.order {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 19px 23px 19px;
    border: 2px solid #222;
}

@media screen and (min-width: 990px) {
    .order {
        margin-top: 16px;
        padding: 24px 20px 23px 35px;
        font-size: 0;
        line-height: 0;
    }
}

.order__info {
    display: inline-block;
    width: 70%;
    font-size: 13px;
    line-height: 1.7;
    vertical-align: top;
}

.order__info p {
    margin: 0;
}

.order__info strong {
    color: #222;
    font-weight: 700;
}

.order__phones {
    display: inline-block;
    width: 30%;
    min-width: 282px;
    margin-top: -4px;
    vertical-align: middle;
    text-align: right;
}

.order__call, .order__question {
    display: inline-block;
    vertical-align: middle;
}

.order__call {
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.order__question {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 16px 20px 12px;
    margin-left: 23px;
    border: 0;
    background-color: #000000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.order__question span {
    display: inline-block;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}

.order__question:hover {
    background-color: #222;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.order__question:hover span {
    border-color: #fff;
    color: #fff;
}

@media screen and (max-width: 1380px) {
    .order__info {
        width: 90%;
    }

    .order__phones {
        width: 100%;
        margin-top: 6px;
        text-align: left;
    }
}

@media screen and (max-width: 360px) {
    .order__info {
        width: 100%;
    }

    .order__question {
        display: block;
        margin-top: 10px;
        max-width: 140px;
        margin-left: 0;
    }
}

.contacts__info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 15px;
    border: 2px solid #cfcfcf;
    font-size: 0;
    line-height: 0;
}

@media screen and (min-width: 990px) {
    .contacts__info {
        margin-bottom: 35px;
        margin-top: 0;
        padding: 23px 0 22px;
    }
}

.contacts__phone, .contacts__time, .contacts__email, .contacts__support {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-top: 10px;
    color: #222;
    font-size: 13px;
    line-height: 1.38;
    position: relative;
}

@media screen and (min-width: 990px) {
    .contacts__phone, .contacts__time, .contacts__email, .contacts__support {
        display: table-cell;
        padding: 0 1.5%;
        margin: 0;
        font-size: 14px;
        line-height: 1.71;
        vertical-align: top;
    }

    .contacts__phone:before, .contacts__time:before, .contacts__email:before, .contacts__support:before {
        width: 1px;
        height: 51px;
        position: absolute;
        top: 4px;
        left: 0;
        background: #ccc;
        content: '';
    }
}

.contacts__phone strong, .contacts__time strong, .contacts__email strong, .contacts__support strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (min-width: 990px) {
    .contacts__phone strong, .contacts__time strong, .contacts__email strong, .contacts__support strong {
        font-size: 22px;
    }
}

.contacts__phone a, .contacts__time a, .contacts__email a, .contacts__support a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.contacts__phone a:active, .contacts__time a:active, .contacts__email a:active, .contacts__support a:active {
    color: #222222;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .contacts__phone a, .contacts__time a, .contacts__email a, .contacts__support a {
        font-size: 13px;
    }

    .contacts__phone a:hover, .contacts__time a:hover, .contacts__email a:hover, .contacts__support a:hover {
        color: #222222;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.contacts__phone {
    margin: 0;
}

@media screen and (min-width: 990px) {
    .contacts__phone {
        width: 22%;
        padding: 0 2%;
    }

    .contacts__phone:before {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .contacts__phone {
        width: 22%;
        padding: 0 3%;
    }
}

@media screen and (min-width: 1366px) {
    .contacts__phone {
        width: 18.4%;
        padding: 0 2.62%;
    }
}

@media screen and (min-width: 990px) {
    .contacts__time {
        width: 26%;
        padding: 0 2%;
    }
}

@media screen and (min-width: 1200px) {
    .contacts__time {
        width: 25%;
        padding: 0 3%;
    }
}

@media screen and (min-width: 1366px) {
    .contacts__time {
        width: 21%;
        padding: 0 2.62% 0 3%;
    }
}

.contacts__email a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.contacts__email a:active {
    color: #222222;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .contacts__email a {
        font-size: 22px;
    }

    .contacts__email a:hover {
        color: #222222;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

@media screen and (min-width: 990px) {
    .contacts__email {
        width: 28%;
        padding: 0 2%;
    }
}

@media screen and (min-width: 1200px) {
    .contacts__email {
        width: 29%;
        padding: 0 3%;
    }
}

@media screen and (min-width: 1366px) {
    .contacts__email {
        width: 34.6%;
        padding: 0 2.62% 0 3%;
    }
}

.contacts__menu {
    margin: 0 -15px;
}

@media screen and (min-width: 990px) {
    .contacts__menu {
        margin: 0;
    }
}

.contacts__support strong {
    display: block;
    font-size: 13px;
}

@media screen and (min-width: 990px) {
    .contacts__support {
        width: 21%;
        padding: 0 2%;
    }

    .contacts__support strong {
        display: inline-block;
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .contacts__support {
        width: 21%;
        padding: 0 3%;
    }
}

@media screen and (min-width: 1366px) {
    .contacts__support {
        width: 22%;
        padding: 0 2.62% 0 3%;
    }
}

.contacts__list {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contacts__item {
    display: none;
    background-color: #f1f1f1;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.contacts__item:last-of-type {
    margin-bottom: 0;
}

.contacts__item_state_active {
    display: block;
}

@media screen and (min-width: 990px) {
    .contacts__item {
        display: block;
    }
}

.contacts__item-info {
    display: none;
}

.contacts__item-info a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.contacts__item-info a:active {
    color: #222222;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .contacts__item-info a {
        font-size: 13px;
    }

    .contacts__item-info a:hover {
        color: #222222;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.contacts__item_state_active .contacts__item-info {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 5px -25px -18px;
    padding: 0;
    border: 0;
    background-color: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    text-transform: none;
}

@media screen and (min-width: 990px) {
    .contacts__item_state_active .contacts__item-info {
        border: 1px solid #ccc;
        border-top: 0;
        margin: 15px -25px -18px;
    }
}

.contacts__item-about {
    padding: 17px 55px 0 58px;
    position: relative;
    line-height: 1.38;
}

.contacts__item-about:first-of-type {
    padding-top: 14px;
}

@media screen and (min-width: 990px) {
    .contacts__item-about {
        padding: 17px 23px 0 58px;
    }

    .contacts__item-about:first-of-type {
        padding-top: 17px;
    }
}

.contacts__item-about:before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 23px;
    top: 15px;
    background: url(../img/sprites.png) no-repeat;
    content: '';
}

.contacts__item-about strong {
    display: block;
    margin-bottom: 2px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.contacts__item-about_type_address strong {
    margin-bottom: 5px;
}

.contacts__item-about_type_address:before {
    top: 16px;
    left: 24px;
}

.contacts__item-about_type_phone:before {
    top: 22px;
    background-position: -24px 0;
}

.contacts__item-about_type_phone strong {
    font-size: 16px;
}

.contacts__item-about_type_time {
    padding: 15px 23px 15px 58px;
}

@media screen and (min-width: 990px) {
    .contacts__item-about_type_time {
        padding: 15px 23px 20px 58px;
    }
}

.contacts__item-about_type_time:before {
    top: 18px;
    background-position: -48px 0;
}

.contacts__item-about_type_time strong {
    margin-bottom: 3px;
}

.contacts__item_state_active {
    padding: 15px;
    background: #fff;
    color: #222;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
}

@media screen and (min-width: 990px) {
    .contacts__item_state_active {
        padding: 18px 25px;
        background: #000000;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
}

.contacts__item > a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 19px 25px 15px;
    color: #222;
    text-decoration: none;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.contacts__item > a:hover {
    background: #222;
    color: #fff;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.contacts__item-careers {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 25px 16px;
    position: relative;
}

.contacts__item-careers:before {
    height: 1px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    background-color: #ccc;
    content: '';
}

@media screen and (min-width: 990px) {
    .contacts__item-careers {
        border-top: 1px solid #ccc;
    }

    .contacts__item-careers:before {
        display: none;
    }
}

.contacts__item-careers a {
    display: inline;
    padding: 0;
    color: #000000;
}

.contacts__item-careers a:hover {
    color: #222222;
    background-color: #fff;
}

.contacts__teaser {
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 7px;
    border: 2px solid #000000;
    padding: 36px 24px 24px 39px;
    max-width: 290px;
}

.contacts__teaser_type_mobile {
    display: block;
}

@media screen and (min-width: 990px) {
    .contacts__teaser {
        display: block;
        margin-top: 36px;
    }

    .contacts__teaser_type_mobile {
        display: none;
    }
}

.contacts__teaser-title {
    display: inline-block;
    margin-bottom: 5px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.contacts__teaser a {
    display: block;
    color: #000000;
    text-decoration: none;
}

.contacts__teaser-info {
    margin: 10px 0;
    line-height: 1.7;
}

.socials {
    text-align: center;
}

@media screen and (min-width: 990px) {
    .socials {
        text-align: right;
    }
}

.socials span {
    display: none;
}

@media screen and (min-width: 990px) {
    .socials span {
        display: inline-block;
        margin-right: 5px;
        color: #222;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        vertical-align: middle;
    }
}

.socials__list {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.socials__item {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    position: relative;
    vertical-align: top;
    color: white;
    font-size: 30px;
}
.socials__item:hover{
    color: #6fc433;
}

.socials__item_type_fb {
    background-position: 0 -24px;
}

.socials__item_type_fb:after {
    background-position: 0 -48px;
}

.socials__item_type_fb:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.socials__item_type_vk {
    background-position: -48px -24px;
}

.socials__item_type_vk:after {
    background-position: -48px -48px;
}

.socials__item_type_vk:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.socials__item_type_inst {
    background-position: -96px -24px;
}

.socials__item_type_inst:after {
    background-position: -96px -48px;
}

.socials__item_type_inst:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.socials__item_type_youtube {
    background-position: -72px -24px;
}

.socials__item_type_youtube:after {
    background-position: -72px -48px;
}

.socials__item_type_youtube:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.socials__item_type_tw {
    background-position: -24px -24px;
}

.socials__item_type_tw:after {
    background-position: -24px -48px;
}

.socials__item_type_tw:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.ask {
    display: none;
}

@media screen and (min-width: 990px) {
    .ask {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 20px;
        width: 140px;
        position: absolute;
        top: 0;
        right: 50px;
        height: 50px;
        background-color: #222;
        line-height: 50px;
        text-decoration: none;
    }
}

.ask span {
    color: #fff;
    font-size: 14px;
}

.ask span:hover {
    color: #fff;
    border-color: #fff;
}

.ask:hover {
    background-color: #333;
}

.gallery {
    margin: 20px 0;
}

.gallery .fotorama__thumb-border {
    border-color: #000000;
}

@media screen and (min-width: 990px) {
    .gallery {
        margin: 30px 0;
    }
}

.table {
    color: #585858;
}

.table p {
    color: #585858;
    margin: 0 0 12px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.table p strong {
    font-weight: 600;
}

@media screen and (min-width: 990px) {
    .table p {
        margin: 10px 0 22px;
    }
}

.table p:first-child {
    margin-top: 0;
}

.table strong {
    font-weight: 600;
}

.table em {
    font-style: italic;
    line-height: 1.7;
}

.table h1 {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: top;
}

@media screen and (min-width: 990px) {
    .table h1 {
        margin: 5px 0 28px;
        color: #222222;
        font-size: 35px;
        font-weight: 600;
    }
}

.table h2, .table h3, .table h4, .table h5, .table h6 {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.table h2 {
    margin: 20px 0 11px;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (min-width: 990px) {
    .table h2 {
        margin: 28px 0 20px;
        font-size: 30px;
        line-height: 1.16;
    }
}

.table h3 {
    margin: 19px 0 11px;
    font-size: 16px;
    line-height: 1.375;
}

@media screen and (min-width: 990px) {
    .table h3 {
        margin: 22px 0 24px;
        font-size: 25px;
        line-height: 1.2;
    }
}

.table h4 {
    margin: 18px 0 11px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.53;
}

@media screen and (min-width: 990px) {
    .table h4 {
        margin: 22px 0 14px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
    }
}

.table h5 {
    margin: 19px 0 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
}

@media screen and (min-width: 990px) {
    .table h5 {
        margin: 23px 0 13px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
}

.table h6 {
    margin: 18px 0 11px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
}

@media screen and (min-width: 990px) {
    .table h6 {
        margin: 23px 0 12px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.57;
    }
}

.table a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.table a:active {
    color: #000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 990px) {
    .table a:hover {
        color: #000;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}

.table ul, .table ol {
    margin: 0 0 15px;
    padding-left: 20px;
}

@media screen and (min-width: 990px) {
    .table ul, .table ol {
        margin: 12px 0;
        padding-left: 19px;
    }
}

.table ul li, .table ol li {
    margin: 8px 0;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (min-width: 990px) {
    .table ul li, .table ol li {
        margin: 6px 0;
        font-size: 13px;
        line-height: 1.5;
    }
}

.table ul {
    list-style: none;
}

.table ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: -19px;
    top: 6px;
    background-color: #000000;
    content: '';
}

@media screen and (min-width: 990px) {
    .table ul li:before {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        left: -19px;
        top: 6px;
    }
}

.table ol {
    counter-reset: item;
}

.table ol li {
    list-style: none;
    counter-increment: item;
}

.table ol li:before {
    width: 19px;
    position: absolute;
    left: -22px;
    top: 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    content: counter(item) ".";
}

@media screen and (min-width: 990px) {
    .table ol li:before {
        left: -22px;
        top: -1px;
    }
}

.table table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18px 0;
    position: relative;
    width: 100%;
    color: #585858;
    font-size: 13px;
    padding: 0;
    border-collapse: collapse;
}

@media screen and (min-width: 990px) {
    .table table {
        margin: 30px 0 20px;
    }
}

.table table:first-child {
    margin-top: 0;
}

.table table thead {
    display: table-header-group;
    border: 1px solid #000000;
    border-bottom: 0;
    background-color: #000000;
}

.table table thead tr {
    border-bottom: 0;
}

.table table tbody {
    border: 1px solid #cfcfcf;
    border-width: 1px 1px 0;
    position: relative;
    overflow-x: auto;
}

thead + .table table tbody {
    border: 1px solid #cfcfcf;
    border-width: 0 1px;
}

.table table td, .table table th {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top;
    border: 0;
    border-left: 1px solid #000000;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.4;
}

.table table td:first-child, .table table th:first-child {
    width: auto;
    border-left: none;
}

@media screen and (min-width: 990px) {
    .table table td, .table table th {
        padding: 10px 29px 13px;
    }
}

.table table th {
    border: 0;
    color: #fff;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.table table tr {
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
}

.table table tr td {
    border-left: 1px solid #cfcfcf;
    white-space: normal;
}

.table table tr td:first-child {
    border-left: 1px solid #cfcfcf;
}

.table table tr:first-child td {
    border-left: 1px solid #cfcfcf;
}

.table table td {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1.25em;
    text-align: left;
    padding: 8px 30px 16px;
    line-height: 1.7;
}

.table table td p {
    margin-bottom: 0;
}

.table table {
    margin: 10px 0 15px;
}

@media screen and (min-width: 990px) {
    .table table {
        margin: 18px 0 15px;
    }
}

.table__convert {
    display: block;
    margin-bottom: 8px;
    color: #222;
}

@media screen and (min-width: 990px) {
    .table__convert {
        float: right;
    }
}

.table__currency {
    display: inline-block;
    margin-left: 7px;
    line-height: 1;
}

.table__currency_state_active {
    color: #222;
    border-color: transparent;
}

.calculate__button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26px;
    height: 44px;
    border: 2px solid #eb3c42;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

.calculate .calculate__button {
    margin: 0 14px 0 0;
}

.calculate__button:active {
    background-color: #eb3c42;
    color: #fff;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.calculate__button_type_desktop {
    display: none;
}

@media screen and (min-width: 990px) {
    .calculate__button {
        margin-bottom: 0;
        -webkit-transition: background-color 0.25s, color 0.25s;
        transition: background-color 0.25s, color 0.25s;
    }

    .calculate__button_type_desktop {
        display: inline-block;
        margin-left: 24px;
        margin-top: 5px;
    }

    .calculate__button_type_mobile {
        display: none;
    }

    .calculate__button:hover {
        background-color: #222;
        color: #fff;
        -webkit-transition: background-color 0.25s, color 0.25s;
        transition: background-color 0.25s, color 0.25s;
    }

    .calculate .calculate__button {
        margin-left: 0;
        margin-right: 14px;
    }
}

.calculate__attachment {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 2px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: color 0.25s, border-color 0.25s;
    transition: color 0.25s, border-color 0.25s;
}

.calculate__attachment span {
    display: inline-block;
    margin-left: 5px;
    border-bottom: 1px solid #f17277;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    line-height: 1.23;
    vertical-align: middle;
}

.calculate__attachment img {
    display: inline-block;
    max-width: 32px;
    max-height: 32px;
    vertical-align: middle;
}

.calculate__attachment:hover span {
    color: #222222;
    border-color: #222222;
    -webkit-transition: color 0.25s, border-color 0.25s;
    transition: color 0.25s, border-color 0.25s;
}

@media screen and (max-width: 440px) {
    .calculate__attachment {
        margin-top: 10px;
    }
}

#map {
    height: 293px;
    margin: -21px -15px 0;
}

@media screen and (min-width: 990px) {
    #map {
        width: 100%;
        height: 535px;
        margin: 0 0 6px;
    }
}

.careers {
    margin-top: -15px;
}

@media screen and (min-width: 990px) {
    .careers {
        margin-top: 0;
    }
}

.careers__location {
    display: inline-block;
    margin: 10px 0;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (min-width: 990px) {
    .careers__location {
        display: none;
    }
}

.careers__tabs {
    display: none;
}

@media screen and (min-width: 990px) {
    .careers__tabs {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 15px 0 16px 38px;
        margin-bottom: 11px;
        border: 2px solid #ccc;
        font-size: 0;
        line-height: 0;
    }
}

.careers__content {
    display: none;
}

.careers__content.active {
    display: block;
}

.careers__common {
    display: inline-block;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
}

.careers__list {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    border-left: 32px solid #fff;
    max-width: 69%;
    vertical-align: top;
}

@media screen and (min-width: 1200px) {
    .careers__list {
        max-width: 72%;
    }
}

@media screen and (min-width: 1150px) {
    .careers__list {
        max-width: 75%;
    }
}

.careers__list li {
    display: inline-block;
    padding: 0 20px 0 19px;
    line-height: 37px;
    vertical-align: middle;
}

.careers__list li span {
    display: inline-block;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
}

.careers__list li span:hover {
    color: #000000;
    border-bottom-color: #000000;
}

.careers__list li.active {
    background-color: #000000;
    line-height: inherit;
}

.careers__list li.active span {
    border: 0;
    color: #fff;
    line-height: 37px;
    cursor: default;
}

.careers__title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 25px 12px 38px;
    margin: 0 -15px;
    border-top: 1px solid #ccc;
}

.careers__title:first-of-type {
    border: 0;
}

@media screen and (min-width: 990px) {
    .careers__title {
        margin: 0;
        padding: 22px 38px 21px;
    }
}

.careers__title span {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
}

.careers__title span:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: -23px;
    background: url(../img/sprites.png) -139px -54px no-repeat;
    content: '';
}

@media screen and (min-width: 990px) {
    .careers__title span {
        font-size: 16px;
    }

    .careers__title span:before {
        width: 18px;
        height: 18px;
        top: 2px;
        left: -32px;
        background: url(../img/sprites.png) -136px 0 no-repeat;
        content: '';
    }

    .careers__title span:hover {
        color: #222;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }

    .careers__title span:hover:before {
        background-position: -136px -18px;
    }
}

.careers__title_state_active span {
    color: #222;
}

.careers__title_state_active span:before {
    background-position: -139px -68px;
}

@media screen and (min-width: 990px) {
    .careers__title_state_active span:before {
        background-position: -139px -36px;
    }

    .careers__title_state_active span:hover:before {
        background-position: -139px -36px;
    }
}

.careers__description {
    display: none;
    margin: 0 0 12px;
    padding: 0;
}

@media screen and (min-width: 990px) {
    .careers__description {
        padding-left: 41px;
        margin: -10px 0 12px;
    }
}

.fotorama__caption {
    color: #222;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.fotorama__caption__wrap {
    padding: 15px 21px 14px;
    background-color: rgba(255, 255, 255, 0.5);
}

.fotorama__active {
    position: relative;
}

.fotorama__arr {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
}

.fotorama__arr:before {
    width: 12px;
    height: 21px;
    position: absolute;
    top: 10px;
    left: 16px;
    background: url(../img/sprites.png) -157px 0 no-repeat;
    content: '';
}

.fotorama__arr--next {
    right: 0;
}

.fotorama__arr--next:before {
    background-position: -157px -21px;
}

.fotorama__arr--next:hover:before {
    background-position: -157px -42px;
}

.fotorama__arr--prev {
    left: 0;
}

.fotorama__arr--prev:before {
    left: 12px;
}

.fotorama__arr--prev:hover:before {
    background-position: -157px -63px;
}

.modal {
    display: none;
    position: absolute;
    opacity: 1;
    z-index: 650;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 555px;
    background-color: #fff;
}

@media screen and (min-width: 990px) {
    .modal {
        width: 555px;
        top: 50%;
        max-width: 555px;
        margin-left: -277px;
        -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
        position: fixed;
    }
}

.modal__close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../img/sprites.png) no-repeat -169px 0;
    cursor: pointer;
}

.modal__close:hover {
    background-position: -169px -16px;
}

.modal__header {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 102px;
    padding: 21px 40px 0;
    position: relative;
    background-color: #eee;
}

.modal__title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal__tabs {
    position: relative;
    min-height: 565px;
    clear: both;
    margin: -25px 0 0;
}

.modal__tab {
    float: left;
    display: none;
}

.modal__tab.active {
    display: block;
}

.modal__tab.active .modal__helper {
    display: block;
    position: relative;
    width: 100%;
}

.modal__tab.active .modal__helper:after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    right: -27px;
    cursor: pointer;
    background: url(../img/sprites.png) no-repeat -139px -54px;
    content: '';
}

.modal__tab.active:nth-child(5) .modal__helper {
    display: none;
}

.modal__tab:first-of-type {
    margin-left: 40px;
}

.modal__tab [type=radio] {
    display: none;
}

.modal__label {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    padding: 9px 11px 7px 15px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.modal__content {
    position: absolute;
    top: 25px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    z-index: 100;
}

.modal [type=radio]:checked ~ .modal__label {
    background: white;
    border-bottom: 0;
    z-index: 110;
    color: #222;
}

.modal [type=radio]:checked ~ .modal__label ~ .modal__content {
    z-index: 105;
}

.overlay {
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
}

@media screen and (max-width: 585px) {
    .modal {
        width: auto;
        left: 15px;
        right: 15px;
        max-width: 555px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .modal__header {
        height: 92px;
        padding: 21px 20px 0;
    }

    .modal__title {
        font-size: 16px;
    }

    .modal__tab:first-of-type {
        margin-left: 20px;
    }
}

.promo__scrollbar,
.products__scrollbar,
.info__scrollbar {
    width: 100%;
    height: 100%;
}

.promo__scrollbar .viewport,
.products__scrollbar .viewport,
.info__scrollbar .viewport {
    width: 98%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.promo__scrollbar .overview,
.products__scrollbar .overview,
.info__scrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.promo__scrollbar .scrollbar,
.products__scrollbar .scrollbar,
.info__scrollbar .scrollbar {
    background-color: rgba(255, 255, 255, 0.35);
    position: relative;
    float: right;
    width: 3px;
}

.promo__scrollbar .track,
.products__scrollbar .track,
.info__scrollbar .track {
    background: transparent;
    height: 100%;
    width: 3px;
    position: relative;
}

.promo__scrollbar .thumb,
.products__scrollbar .thumb,
.info__scrollbar .thumb {
    background: #fff;
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.promo__scrollbar .disable,
.products__scrollbar .disable,
.info__scrollbar .disable {
    display: none;
}

.promo__scrollbar .noSelect,
.products__scrollbar .noSelect,
.info__scrollbar .noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.info__scrollbar {
    height: 95%;
}

.info__scrollbar .thumb {
    background: #222;
    opacity: 0.2;
}

.http404 {
    padding: 7% 0 2%;
    text-align: center;
}

@media screen and (min-width: 990px) {
    .http404 {
        padding: 5.2% 0 4%;
    }
}

.http404__title {
    color: #222;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (min-width: 990px) {
    .http404__title {
        font-size: 50px;
    }
}

.http404__subtitle {
    max-width: 94%;
    margin: 15px auto 0;
    color: #222;
    font-size: 13px;
    line-height: 1.6;
}

@media screen and (min-width: 990px) {
    .http404__subtitle {
        max-width: 45%;
        margin: 19px auto 0;
        font-size: 15px;
    }
}

.pochta_info {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding: 0px 0px 0px 2px;
    margin: 0px;
    height: 20px;
}

.pochta_info:hover {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding: 0px 0px 0px 2px;
    margin: 0px;
    height: 20px;
}

.pochta_info span {
    color: #555555;
    font-size: 13px;
}

.pochta_info span:hover {
    color: #222;
    font-size: 13px;
}

a.icon_tex_btn {
    background: url(assets/images/img/3333.png) right;
    background-repeat: no-repeat;
    padding: 0px 15px 4px 0px;
}

.blocks_mini_blog {
    display: inline-block;
    width: 221px;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
    line-height: normal;
    padding: 10px 0px 0px 0px;
    margin-left: 15px !important;
    list-style-type: none !important;
}

.link_blogs_mini {
    float: left;
    background: rgb(234, 51, 58);
    padding: 10px 0px 10px 0px;
    width: 221px;
    margin-top: -10px;
    color: white;
}

.foto_sm {
    width: 300px;
    height: 250px;
    background: #000;
    margin-left: 25px;
}

.sm_tk {
    display: -webkit-inline-box;
}

.interesuet {
    padding-bottom: 5px;
    font-size: 18px;
    color: #000;
    border-bottom: 3px solid #000000;
}

.partner > a > img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    /*������� ��� ����� ��� ���*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /*����� ���� � transition*/
    margin-left: 5px;
}

.partner > a > img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
    margin-left: 5px;
}

.review-bg {
    float: left;
    background: #fff;
    padding: 10px;
    width: 460px;
    border: 1px solid #CECECE;
}

.photo-review {
    float: left;
    width: 101px;
    height: 100px;
    overflow: hidden;
}

.title-review {
    width: 357px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    margin-bottom: 6px;
    padding-left: -3px;
    margin-left: 107px;
    font-size: 12px;
}

.info {
    color: #777;
}

div.reviews .date_rewiews {
    float: right;
    color: #777;
    font-size: 11px;
    font-weight: normal;
    background: url(../images/icon-date.png) left center no-repeat;
    padding-left: 17px;
}

.text-review {
    float: right;
    width: 353px;
    margin-top: 7px;
    height: 48px;
    overflow: hidden;
}

.foot_partner {
    margin-bottom: 5px;
    height: 77px;

}

.foot_partner .text_part {
    color: #FFF;
    background: rgb(234, 51, 58);
    font-size: 15px;
    font-weight: 600;
    width: 143px;
    padding: 3px 4px 3px 16px;
    margin-top: -10px;
    margin-bottom: -2px;
}

div.container1 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_bottom_block {
    max-width: 98%;
    background-color: #555555;
    display: block;
    height: 50px;
    padding: 23px 30px 0 30px;
}

.about_page-headline {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
        padding: 12px 0 12px 38px;
}

ul.breadcrumbs li {
    list-style: none;
    display: inline-block;
}

ul.breadcrumbs li .active {
    color: #6fc433;
    text-decoration: underline;
}

.about_page-sideMenu-active{
    color: #6fc433;
}

.product_list-thumbnail {
    width: 250px;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.product_list-item:after {
    clear: both;
    content: "";
    display: block;
}

.product_list-item_title-link{
    text-decoration: none;
    color: #222222;
}

.product_list-item_description{
    margin-bottom: 10px;
}

.category_list-item {
    max-width: 450px;
    max-height: 380px;
    background-color: #b1b1b1;
    width: calc(50% - 37px);
    height: 25vw;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    .category_list-item {
        width: 100%;
        max-width: none;
        height: 40vw;
    }
}

.category_list-item__image {
    width: 110%;
    height: 100%;
    object-fit: cover;
}

.category_list-item__badge{
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 13px 4px;
    max-width: 90%;
    background-color: #6fc433;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
}

.category_list-item__badge span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.file.cust_filer{
    margin-bottom: 20px;
}
.product_list-item {
    position: relative;
}

.product_list-item .file.cust_filer {
    position: absolute;
    bottom: 0;
    left: 280px;
    margin-bottom: 2px;
}

.file.cust_filer a {
    font-size: 16px;
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

.file.cust_filer a img{
    border: 0px;
    margin-right: 10px;
    margin-bottom: -8px;
}

.titleOfTheDay_item {
    display: inline-block;
    width: calc(35% - 30px);
    position: relative;
    margin-bottom: 15px;
}

.titleOfTheDay_item  img.titleOfTheDay_img {
    width: 100%;
}

.titleOfTheDay_title {
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 41px;
    margin-right: 40px;
}
.layout__main .flexslider.promotion {
    border: 0;
}

.flexslider.promotion .flex-control-nav {
    bottom: 20px;
}

.flexslider.promotion .flex-control-paging li a {
    width: 6px;
    height: 6px;
    background: #fff;
    background: rgba(255,255,255);
}

.flexslider.promotion .flex-control-paging li a.flex-active {
    position: relative;
    bottom: 3px;
    width: 12px;
    height: 12px;
    background: #0f0;
    background: rgba(0,255,0);
}

.flexslider.promotion .flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba(255,255,255,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);

}

.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    position: inherit;
}

.slideshow-slide .header {
    margin: 10px 0 0 60px;
    position: absolute;
    top: 0;
    font-size: 4vw;
    text-transform: uppercase;
    max-width: 46%;
}

.flex-caption {
    right: 0;
    width: 46%;
    padding: 3%;
    top: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 18px;
    line-height: 18px;
    position: absolute;
}

.flexslider.promotion .slideshow-slide .flex-slide_img {
    height: 470px;
    object-fit: cover;
}

.flexslider.promotion .flex-direction-nav a,
.flexslider.promotion .flex-direction-nav a:before {
    color: #0f0;
}

.contact_block{
    margin-bottom: 20px;
    font-size: 24px;
}

.contact_block-left{
    float: left;
    width: 35%;
    background-color: #555555;
    padding: 40px;
    color: white;
}

.contact_block-right{
    float: right;
    width: 45%;
    text-align: right;
    padding: 20px 40px;
}

section.contact_block:after {
    content: "";
    clear: both;
    display: block;
}

.contact_block-left_address-block,
.contact_block-right_phones-block{
    margin-bottom: 20px;
}

.contact_block-left-text.address {
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    .contact_block-left,
    .contact_block-right{
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .layout_page_main .footer {
        padding: 10px 0;
    }
    .titleOfTheDay_item {
        width: 100%;
        margin: 10px auto;
        display: block;
    }
}

.delivery_block{
    margin-bottom: 40px;
}

.delivery_block img {
    max-width: 100%;
    width: 100%;
}

.partners, .partners-scroll-block {
	overflow: hidden;
	position: relative;
}
.partners:after {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	width: 10%;
	background: rgba(252,252,252,0);
	background: -moz-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(246,246,246,0.47) 47%, rgba(252,252,252,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(252,252,252,1)));
	background: -webkit-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(246,246,246,0.47) 47%, rgba(252,252,252,1) 100%);
	background: -o-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(246,246,246,0.47) 47%, rgba(252,252,252,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(246,246,246,0.47) 47%, rgba(252,252,252,1) 100%);
	background: linear-gradient(to right, rgba(252,252,252,0) 0%, rgba(246,246,246,0.47) 47%, rgba(252,252,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc', GradientType=1 );
}

.partners:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 10%;
    background: -moz-linear-gradient(left, rgba(252,252,252, 1) 1%, rgba(252,252,252, 1) 47%, rgba(252,252,252, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252,252,252, 1) 1%, rgba(252,252,252, 1) 47%, rgba(252,252,252, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252,252,252, 1) 1%, rgba(252,252,252, 1) 47%, rgba(252,252,252, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.partners ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style-type: none;
	/*flex-wrap: wrap;*/
}
.partners ul li a {
	display: block;
	height: 100px;
	margin-top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 500px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.75;
}
.partners ul li a:hover {
	opacity: 1;
}

.layout__content hr {
    margin-top: 16px;
}

.layout__content hr:first-of-type {
    margin-top: 0;
}

#about_company-video_player{
    width: 65%;
    height: 35vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-height: 466px;
}

@media screen and (max-width: 900px) {
    #about_company-video_player {
        width: 100%;
        height: 53vw;
        display: block;
        float: none;
    }
}

.phone-link {
    text-decoration: none;
    color: #231F20;
}

div[id^="light-gallery"] a img {
    margin-right: 15px;
}

.product_list_section,
.product_list-inside_section{
    margin-top: 15px;
}