@charset "UTF-8";
/*==============================FONTS==============================*/
@font-face {
    font-family: 'MetaBoldLFC';
    src: url("../fonts/MetaBoldLFC.eot");
    src: url("../fonts/MetaBoldLFC.eot?#iefix") format("embedded-opentype"), url("../fonts/MetaBoldLFC.woff") format("woff"), url("../fonts/MetaBoldLFC.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MetaPro-Bold';
    src: url("../fonts/MetaPro-Bold.eot");
    src: url("../fonts/MetaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MetaPro-Bold.woff") format("woff"), url("../fonts/MetaPro-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url("../fonts/MuseoSansCyrl-300.eot");
    src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url("../fonts/MuseoSansCyrl-500.eot");
    src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url("../fonts/MuseoSansCyrl-700.eot");
    src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url("../fonts/MuseoSansCyrl-900.eot");
    src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HeliosCondC-Bold';
    src: url("../fonts/HeliosCondC-Bold.eot");
    src: url("../fonts/HeliosCondC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosCondC-Bold.woff") format("woff"), url("../fonts/HeliosCondC-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



/*==============================PLUGINS==============================*/
/*-----------------slick-slider---------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -24px;
    width: 23px;
    height: 48px;
    font-size: 0;
    background: transparent;
    z-index: 20;
}

.slick-dots {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 20;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.slick-dots li.slick-active button {
    background-color: #00bfa5;
    opacity: 1;
}

.slick-dots li button {
    width: 19px;
    height: 19px;
    background: #fff;
    background-color: #fff;
    border-radius: 100%;
}

/*---------------------formstyler------------------------*/
.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-width: 100%;
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select-text {
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
    /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

/*--theme--*/
.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #08c;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55;
}

.jq-checkbox {
    border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #aaa;
}

.jq-radio {
    border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
    cursor: pointer;
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
}

.jq-file:hover .jq-file__browse {
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
    border-color: #b3b3b3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff;
}

.jq-select-multiple li.disabled {
    color: #aaa;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #ccc;
    color: #fff;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: none;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

/*----custom-----*/
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jq-selectbox__select {
    position: relative;
    padding: 0 40px 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #e9e9e9;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    color: #000;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: -5.5px;
    width: 11px;
    height: 7px;
    background-image: url(../images/icon-select-arrow.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jq-selectbox__dropdown {
    position: absolute;
    padding: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #fff;
    border-top: 0;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px;
    color: #000;
}

.jq-selectbox li:hover {
    background-color: #bc1416;
    color: #fff;
}

.jq-selectbox li.selected {
    background-color: #bc1416;
    color: #fff;
}

.jq-selectbox li.disabled {
    color: #aaa;
}

.hide_disabled .jq-selectbox li.disabled {
    display: none !important;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    width: 100%;
    margin: 0;
    padding: 5px 25px 5px 10px;
    color: #333;
    border: 1px solid #000;
    outline: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: fff;
    font-size: 13px;
}

.jq-selectbox .placeholder {
    color: #fff;
}

/*==============================GENERAL==============================*/
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'MuseoSansCyrl';
    font-weight: 500;
    min-width: 320px;
    line-height: 1.15;
}

body.lock {
    overflow: hidden;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

.center-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1145px;
}

.main-wrapper {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    font-family: 'MetaBoldLFC';
}

h1 {
    margin-bottom: 25px;
    font-family: 'MetaBoldLFC';
    font-size: 72px;
    letter-spacing: -0.05em;
    color: #333;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
}

img {
    vertical-align: top;
}

svg {
    max-height: 100%;
}

.main-feature-item__icon img {
    max-width: 100%;
    max-height: 100%;
}

.red {
    color: #bc1416;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*--------------form-styles-------------------*/
.form-item {
    margin-bottom: 30px;
    position: relative;
}

.form-field {
    padding-left: 20px;
    width: 100%;
    height: 62px;
    font-size: 16px;
    color: #0d0d0d;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
}

.form-field:focus ~ .form-field__label,
.form-field:not(:focus):valid ~ .form-field__label {
    top: 5px;
    left: 20px;
    font-size: 14px;
    opacity: 1;
}

.form-area {
    padding: 30px 20px 20px;
    width: 100%;
    height: 120px;
    font-size: 16px;
    color: #0d0d0d;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
}

.form-area:focus ~ .form-field__label,
.form-area:not(:focus):valid ~ .form-field__label {
    top: 5px;
    left: 20px;
    font-size: 14px;
    opacity: 1;
}

.form-field__label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 23px;
    font-size: 18px;
    color: #858585;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-forget {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #bc1416;
    font-size: 14px;
    z-index: 10;
}

.form-forget:hover {
    color: #bc1416;
    text-decoration: underline;
}

.form-field_password {
    padding-right: 80px;
}

.btn {
    display: inline-block;
    padding: 0 30px;
    height: 63px;
    text-align: center;
    font-family: 'MetaPro-Bold';
    background: #bc1416;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    line-height: 22px;
}

.btn:hover {
    color: #fff;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.3);
    padding-left: 30px;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #e6e6e6;
    z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label:before {
    background-image: url(../images/icon-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.select {
    position: relative;
}

.select-title {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.select-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 9px;
    height: 6px;
    background-image: url(../images/icon-arrow-down.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select-title__value {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 700;
    color: #050505;
    white-space: nowrap;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 10px;
    min-width: 100%;
    width: 100%;
    background: #f3f3f3;
    /*border: 1px solid #bc1416;*/
	    border: 1px solid #bbbbbb;
    border-top: 0;
    overflow: hidden;
    z-index: 30;
}

.select-options__value {
    position: relative;
    margin: 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #050505;
    cursor: pointer;
}

.select-options__value:hover {
    color: #bc1416;
}

.select-options__value:active {
    color: #bc1416;
}

.select.active .select-title {
    border-color: #bc1416;
}

.select.active .select-title:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-content-block {
    display: none;
}

.select-content-block.active {
    display: block;
}

/*---------------modal-window--------------------*/
.modal-contacts {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 423px;
    background-color: #f4f4f4;
    box-shadow: 0 0 106px rgba(0, 0, 0, 0.15);
    z-index: 70;
}

.modal-contacts.active {
    display: block;
}

.modal-contacts-body {
    padding: 30px 70px 25px;
}

.modal {
    position: fixed;
    top: 0;
    width: 920px;
    right: -920px;
    background: #f9f8f8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    z-index: 70;
    box-shadow: 0 0 106px rgba(0, 0, 0, 0.15);
}

.modal.opened {
    right: 0;
}

.modal-cart-form,
.modal-order-form,
.modal-quick-form {
    height: 100%;
}

.modal-filter {
    border-bottom: 13px solid #fff;
}

.modal-body {
    overflow: auto;
    overflow-x: hidden;
    padding-top: 80px;
    height: 100%;
}

.modal-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 26px 30px 25px 40px;
    background: #fff;
    z-index: 20;
}

.modal-top_gray {
    background: #f9f8f8;
}

.modal-top__title {
    font-family: 'MetaBoldLFC';
    font-size: 26px;
    line-height: 1;
    color: #2d3538;
}

.modal-top__link {
    position: absolute;
    top: 30px;
    right: 120px;
    font-size: 16px;
    color: #bc1416;
    text-decoration: none;
    border-bottom: 1px dotted #bc1416;
}

.modal-top__link:hover {
    border-color: transparent;
}

.modal-top__link_back {
    padding-left: 50px;
    border-bottom: 0;
    background-image: url(../images/icon-arrow-back.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.modal-top__close {
    position: absolute;
    top: 27px;
    right: 25px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-close.png);
    cursor: pointer;
    z-index: 50;
}

.modal-filter {
    padding: 60px 30px 30px 30px;
}

.modal-filter .catalog-filter-row {
    padding: 0;
}

.modal-filter .catalog-filter-column {
    padding: 0 10px;
}

.modal-filter .jq-selectbox__select {
    border-color: transparent;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.modal-filter .jq-selectbox__dropdown {
    border-color: transparent;
}

/*---------------------modal-cart------------------------*/
.modal-cart .product-table-row:first-child:hover {
    background: transparent;
}

.modal-cart .product-table-row:hover {
    background: #fff;
}

.modal-cart .product-table-row:hover .product-table__close {
    display: block;
}

.product-table__addcart {
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 50%;
    margin-top: -15px;
    width: 32px;
    height: 30px;
    background-image: url(../images/icon-modal-cart-black.svg);
    background-size: 32px 30px;
}

.product-table__addcart._in_cart {
    /*cursor: default;*/
    background-image: url(../images/icon-modal-cart.svg);
    background-repeat: no-repeat;
}

.modal-cart-bottom {
    display: none;
    padding: 35px 0 35px 45px;
}

.modal-upload {
    padding: 40px;
}

.modal-upload-body {
    border: 1px dashed #dadada;
    border-radius: 10px;
}

.modal-upload-body.fs-upload-element {
    cursor: pointer;
}

.modal-upload-row {
    display: table;
}

.modal-upload-column {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 35px;
}

.modal-upload-text {
    padding-left: 90px;
    background-image: url(../images/icon-upload.svg);
    background-repeat: no-repeat;
    background-size: 54px 54px;
    background-position: 0 50%;
    line-height: 24px;
    color: #050505;
    opacity: 0.5;
}

.modal-upload-text__title {
    font-size: 16px;
}

.modal-upload-text__subtitle {
    font-size: 14px;
}

.modal-upload-file {
    max-width: 175px;
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e;
    white-space: nowrap;
}

.modal-upload__btn {
    cursor: pointer;
    color: #bc1416;
    text-decoration: none;
    border-bottom: 1px dotted #bc1416;
}

.modal-upload__btn:hover {
    border-color: transparent;
}

/*---------------------modal-cart------------------------*/
.modal-order-price {
    padding: 30px 40px;
    font-size: 20px;
    color: #2d3538;
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.modal-order-price strong {
    font-weight: 900;
}

.modal-order-price > span {
    color: #0d0d0d;
    font-size: 16px;
    opacity: 0.5;
}

.modal-order-row {
    display: table;
    width: 100%;
    padding: 40px 0;
}

.modal-order-column {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 40px;
    width: 50%;
}

.modal-order-column .form-item:last-child {
    margin-bottom: 0;
}

.modal-order-upload {
    position: absolute;
    border: 1px dashed #dadada;
    border-radius: 10px;
    padding: 40px 50px;
    top: 0;
    left: 0;
    right: 40px;
    height: 100%;
    background-image: url(../images/icon-upload.svg);
    background-size: 54px 54px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modal-order-upload__top {
    text-align: center;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 24px;
}

.modal-order-upload__bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    text-align: center;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 24px;
}

.modal-order-upload__bottom a {
    display: inline-block !important;
    opacity: 1;
}

.modal-order-bottom {
    padding: 0 40px 30px;
}

.modal-enter__title {
    margin-bottom: 20px;
    font-family: 'MetaBoldLFC';
    font-size: 26px;
    color: #2d3538;
}

.modal-enter-bottom {
    padding: 25px 70px;
    border-top: 1px solid #dbdbdb;
}

.modal-enter__link {
    font-size: 16px;
    color: #bc1416;
    border-bottom: 1px dotted #bc1416;
    text-decoration: none;
}

.modal-enter__link:hover {
    color: #bc1416;
    border-color: transparent;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#overlay.active {
    display: block;
}

/*==============================INDEX==============================*/
/*---------------------header------------------------*/
.top-buttons {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 70;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-buttons.opened {
    right: 920px;
}

.top-buttons-cell {
    margin-left: 1px;
    position: relative;
    float: left;
}

.top-btn {
    display: block;
    height: 77px;
    width: 77px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.top-btn.active, .top-btn:hover {
    background: #bc1416;
}

.top-btn_contacts {
    background-image: url(../images/icon-contacts.svg);
    background-size: 30px 30px;
}

.top-btn_contacts.active, .top-btn_contacts:hover {
    background-image: url(../images/icon-contacts-active.svg);
    background-size: 30px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.top-btn_quick {
    background-image: url(../images/icon-btn-search.svg);
    background-size: 25px 25px;
}

.top-btn_quick.active, .top-btn_quick:hover {
    background-image: url(../images/icon-btn-search-active.svg);
    background-size: 25px 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.top-btn_cart {
    background-image: url(../images/icon-btn-cart.svg);
    background-size: 32px 30px;
}

.product-table__addcart._clone {
    z-index: 1500;
    overflow: hidden;
    transition: font-size .2s, margin .5s, width .5s, padding .5s, height .6s, top cubic-bezier(0.6, -0.28, 0.735, 0.045) 1s, left cubic-bezier(0.6, 0.28, 0.735, 0.045) 1s;
    position: absolute;
    pointer-events: none;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.preloader__icon {
    width: 64px;
    height: 64px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    z-index: 100;
}

.sk-cube {
    width: 33%;
    height: 33%;
    background-color: #bc1416;
    float: left;
    -webkit-animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
    animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
}

.sk-cube-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cube-grid-scale-delay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cube-grid-scale-delay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.top-btn_cart.active, .top-btn_cart:hover {
    background-image: url(../images/icon-btn-cart-active.svg);
    background-size: 32px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 268px;
    background: #f3f3f3;
    z-index: 40;
}

.header-top {
    padding: 43px 0 23px 40px;
}

.header-logo {
    display: inline-block;
    margin-bottom: 45px;
}

.header-menu > ul > li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 20px;
}

.header-menu > ul > li:hover .menu-dropdown {
    display: block;
}

.header-menu > ul > li > a {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.header-menu > ul > li > a:hover {
    color: #bc1416;
}

.header-menu .menu-catalog {
    margin-bottom: 20px;
    padding: 0;
}

.header-menu .menu-catalog:hover span {
    width: 100%;
    background-color: #bc1416;
    background-image: url(../images/icon-catalog-menu-active.png);
    color: #fff;
}

.header-menu .menu-catalog span {
    display: inline-block;
    padding: 0 65px 0 20px;
    width: 158px;
    color: #bc1416;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 54px;
    background: #fff;
    background-image: url(../images/icon-catalog-menu.png);
    background-repeat: no-repeat;
    background-position: 110px 50%;
    cursor: pointer;
}

.header-menu__switcher {
    position: relative;
    display: none;
    top: 50%;
    margin-top: 15px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 29px;
    cursor: pointer;
}

.header-menu__switcher span,
.header-menu__switcher span:before,
.header-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #bc1416;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu__switcher span:before {
    top: -10px;
}

.header-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.header-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.header-menu__switcher.active span {
    background-color: transparent;
}

.header-menu__switcher.active span:before,
.header-menu__switcher.active span:after {
    top: 0;
    background: #bc1416;
}

.header-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    padding: 20px;
    top: 0;
   /* width: 1100px;*/
    background-color: #f6f6f6;
    box-shadow: 0 0 106px rgba(0, 0, 0, 0.15);
    max-height: 750px;
    overflow-y: auto;
    z-index: 30;
}

.dropdown-row {
    display: table;
    width: 100%;
}

.dropdown-cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}

.dropdown-block {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

.dropdown-block__title {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'MetaBoldLFC';
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #050505;
}





.dropdown-block__title01 {
display: inline-block;
    margin-left: 10px;
    margin-bottom: 7px;
    font-family: 'MetaBoldLFC';
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #050505;
    padding: 30px 0 0 0;
}

.dropdown-block__title02 {
display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
}

.dropdown-block__title:last-child {
    margin-bottom: 0;
}

.dropdown-block__list ul li a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
}

.dropdown-block__list ul li a:hover {
    background: #bc1416;
    color: #fff;
}

.header-contacts {
    padding: 52px 20px 20px 60px;
}

.header-contacts-city {
    margin-bottom: 10px;
}

.header-city-select {
    margin-bottom: 10px;
}

.header-contacts-city__name {
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #050505;
    background-image: url(../images/icon-arrow-down.png);
    background-position: right 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

a.header-contacts-city__phone {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    color: #2d3538;
}

.header-contacts__callback {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #bc1416;
}

.header-contacts__address {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #2d3538;
}

.header-contacts__timetable {
    color: #2d3538;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    opacity: 0.4;
}

/*---------------------main-wrapper------------------------*/
.main-wrapper {
    padding-left: 280px;
}

.promo {
    margin-bottom: 13px;
}

.promo-slider .slick-dots {
    width: auto;
    top: 45%;
    right: 30px;
    z-index: 10;
}

.promo-slider .slick-dots li {
    display: block;
    margin: 10px 0;
}

.promo-slider .slick-dots li.slick-active button {
    background-color: #d52628;
}

.promo-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    background-color: #fff;
}

.promo-slider-item {
    position: relative;
    padding-top: 90px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-slider-top {
    margin-bottom: 95px;
}

.promo-slider-top-column {
    padding: 50px 80px 35px 50px;
    width: 50%;
}

.promo-slider-item__title {
    font-family: 'MetaBoldLFC';
    font-size: 103px;
    line-height: 80px;
    color: #fff;
    letter-spacing: -0.05em;
}

.promo-slider-item__title span {
    display: block;
}

.promo-slider-bottom {
    display: table;
    width: 100%;
}

.promo-slider-bottom-cell {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    padding: 50px 80px 35px 50px;
}

.promo-slider-bottom-cell_white {
    background: #fff;
    position: relative;
    right: -1px;
}

.promo-slider-bottom-cell_white:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -6.5px;
    width: 6.5px;
    height: 100%;
    background: #fff;
}

.promo-slider-item__number {
    font-family: 'MetaBoldLFC';
    font-size: 78px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.promo-slider-item__text {
    font-size: 26px;
    color: #fff;
    letter-spacing: -0.05em;
}

.promo-slider-item__description {
    padding-bottom: 20px;
}

.promo-slider-item__description p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.promo-slider-item__link {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #bc1416;
}

.promo-slider-item__link:after {
    content: '';
    display: block;
    position: absolute;
    left: 110%;
    top: 50%;
    margin-top: -1px;
    width: 75px;
    height: 2px;
    background: #bc1416;
}

/*---------------------main-products------------------------*/
.main-products {
    margin-bottom: 70px;
}

.main-products-row {
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.main-product-column {
    float: left;
    width: 25%;
    margin-bottom: 13px;
    padding: 0 6.5px;
}

.main-product-column_big {
    width: 50%;
}

.main-product-item {
    display: table;
    width: 100%;
    height: 190px;
    background: #e4e8eb;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    color: #050505;
    font-family: 'MetaBoldLFC';
    background-repeat: no-repeat;
    background-position: right 50%;
}

.main-product-item:hover span span {
    background: #bc1416;
    color: #fff;
    box-shadow: -5px 0 #bc1416, 5px 0 #bc1416;
}

.main-product-item > span {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 20px 50px;
}

.main-product-item > span span {
    line-height: 1.3;
    padding: 2px 1px 5px 0;
}

.main-product-item_bottom {
    background-position: right bottom;
}

.main-product-order {
    display: table;
    position: relative;
    width: 100%;
    height: 190px;
    background: #bc1416;
    text-decoration: none;
    color: #fff;
	cursor:pointer;
}

.main-product-order:hover {
    color: #fff;
}

.main-product-order:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-image: url(../images/icon-search.svg);
}

.main-product-order__body {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 20px 50px;
}

.main-product-order__title {
    display: block;
    margin-bottom: 10px;
    font-family: 'MetaBoldLFC';
    font-size: 36px;
}

.main-product-order__text {
    display: block;
    font-size: 14px;
}

/*---------------------main-form-section------------------------*/
.main-form-section {
    margin-bottom: 95px;
    padding: 85px 0 80px 0;
    background-image: url(../images/bg-main-form.jpg);
    background-position: 50% 50%;
    background-position: 335px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-form-section_index .main-form-text {
    padding-left: 50px;
}

.main-form-text {
    float: left;
    width: 50%;
    padding: 0 80px 0 0;
}

.main-form-text__title {
    margin-bottom: 40px;
    font-family: 'MetaBoldLFC';
    font-size: 100px;
    line-height: 77px;
    letter-spacing: -0.05em;
    color: #333;
}

.main-form-text__slogan {
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    color: #393939;
}

.main-form-text__slogan span {
    display: block;
}

.main-form-wrap {
    float: left;
    width: 50%;
    padding-left: 6.5px;
    padding-top: 10px;
}

.main-form__title {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 700;
    color: #393939;
}

.main-form__field {
    display: block;
    margin-bottom: 30px;
    width: 385px;
    height: 60px;
    font-size: 22px;
    color: #050505;
    font-weight: 300;
    border: 0;
    border-bottom: 2px solid #000;
}

.main-form__area {
    margin-bottom: 30px;
    width: 100%;
    min-height: 180px;
    max-width: 385px;
    padding: 10px 20px 20px 0;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 2px solid #000;
    color: #050505;
}

.main-form-agreement {
    margin-bottom: 40px;
    max-width: 410px;
}

.main-form__btn {
    position: relative;
    display: inline-block;
    width: 239px;
    height: 63px;
    background: #bc1416;
    line-height: 63px;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.main-form__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -153px;
    width: 307px;
    height: 123px;
    background-image: url(../images/btn-shadow.png);
}

.main-form__btn span {
    position: relative;
    z-index: 5;
}

/*---------------------main-about------------------------*/
.main-about-top {
    position: relative;
}

.main-about-top-column {
    float: left;
    width: 50%;
}

.main-about-top-column:first-child {
    padding-right: 6.5px;
}

.main-about-image {
    position: absolute;
    top: 0;
    right: -6.5px;
    height: 100%;
    width: 50%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
}

.main-about-years {
    background: #333;
}

.main-about-years-body {
    display: table;
    width: 100%;
    padding: 60px 20px 60px 50px;
    color: #fff;
}

.main-about-years__number {
    display: table-cell;
    vertical-align: middle;
    font-family: 'HeliosCondC-Bold';
    font-size: 213px;
    letter-spacing: -0.15em;
}

.main-about-years__title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    font-family: 'MetaPro-Bold';
    font-size: 52px;
    line-height: 54px;
    font-weight: 700;
}

.main-about-years__title span {
    display: block;
    font-size: 70px;
}

.main-features {
    padding-top: 50px;
}

.main-features-row {
    font-size: 0;
}

.main-features-row_2items .main-feature-item {
    width: 50%;
}

.main-feature-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 75px;
    width: 25%;
    padding: 0 10px 0 50px;
    font-size: 16px;
    line-height: 24px;
    color: #050505;
}

.main-feature-item__icon {
    height: 80px;
}

.main-feature-item__title span {
    display: block;
}

/*---------------------main-clients------------------------*/
.main-clients {
    padding: 75px 50px 55px 0;
    border-top: 2px solid #333;
}

.main-clients-row {
    display: table;
    width: 100%;
}

.main-clients-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
}

.main-partner__item {
    display: inline-block;
}

.main-partner__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.main-partner__item img {
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.3;
}

/*---------------------footer------------------------*/
.footer {
    padding: 70px 50px 50px;
    background: #f6f6f6;
}

.footer-column {
    float: left;
    width: 50%;
}

.footer-social {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.footer-social__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-policy {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    opacity: 0.4;
}

.footer-policy:hover {
    opacity: 1;
}

.footer-contacts {
    float: left;
}

.footer-address {
    margin-bottom: 20px;
    font-size: 14px;
    color: #050505;
}

.footer-mail {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #bc1416;
}

.footer-develop {
    float: right;
    color: #050505;
    font-size: 14px;
    line-height: 20px;
}

.footer-develop a {
    display: inline-block;
    padding: 0 5px;
    background: #bc1416;
    color: #fff;
    text-decoration: none;
}

/*==============================SERVICES==============================*/
.page-inner .main-wrapper {
    padding-left: 330px;
}

.breadcrumbs {
    margin-bottom: 45px;
    padding-top: 35px;
    min-height: 78px;
    border-bottom: 1px solid #eee;
}

.breadcrumbs-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 45px 10px 0;
}

.breadcrumbs-list li:last-child:after {
    display: none;
}

.breadcrumbs-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -35px;
    width: 20px;
    height: 1px;
    background: #d2d2d2;
}

.breadcrumbs-list li a {
    font-size: 14px;
    text-decoration: none;
    color: #2d3538;
    opacity: 0.6;
}

.breadcrumbs-list li a:hover {
    opacity: 1;
}

.breadcrumbs-list li .breadcrumbs-home {
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../images/icon-home.png);
    background-repeat: no-repeat;
    opacity: 1;
}

.services {
    margin-bottom: 60px;
}

.services-row {
    margin-left: -6px;
    margin-right: -6px;
    display: flex;
    flex-wrap: wrap;
}

.service-column {
    width: 25%;
    margin-bottom: 45px;
    padding: 0 6px;
}

.service-item {
    display: block;
    text-decoration: none;
    background: #f3f3f3;
    color: #050505;
    height: 100%;
}

.service-item:hover {
    color: #bc1416;
}

.service-item__image {
    display: block;
    height: 175px;
    overflow: hidden;
}

.service-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}

.service-item__title {
    display: block;
    padding: 15px 20px 20px 40px;
    font-family: 'MetaBoldLFC';
    font-size: 20px;
    line-height: 26px;
}

/*==============================SERVICE==============================*/
.service-promo {
    margin-bottom: 95px;
    padding: 55px 15px 50px 80px;
    background-position: 50% 50%;
    background-size: cover;
}

.service-promo__content {
    max-width: 520px;
}

.service-promo__title {
    font-family: 'MetaPro-Bold';
    margin-bottom: 55px;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
}

.service-promo__text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.service-list {
    padding-bottom: 10px;
}

.service-block {
    margin-bottom: 160px;
}

.service-block:nth-child(even) {
    background: #f6f6f6;
}

.service-block:nth-child(even) .service-block__image {
    left: 0;
    right: auto;
}

.service-block:nth-child(even) .service-block__content {
    float: right;
    padding: 50px 0 40px 0;
}

.service-block-body {
    position: relative;
    max-width: 90%;
}

.service-block__content {
    width: 47%;
}

.service-block__title {
    margin-bottom: 30px;
    font-family: 'MetaPro-Bold';
    font-size: 48px;
    line-height: 44px;
    color: #333;
}

.service-block__text {
    font-size: 16px;
    line-height: 30px;
}

.service-block__text p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
}

.service-block__more {
    float: left;
    position: relative;
    line-height: 42px;
    color: #bc1416;
    text-decoration: none;
    padding-right: 95px;
    font-size: 14px;
}

.service-block__more:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 75px;
    height: 2px;
    background: #bc1416;
}

.service-block__btn {
    float: right;
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    text-decoration: none;
    background: #bc1416;
}

.service-block__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

/*==============================CATALOG==============================*/
.catalog-promo {
    position: relative;
    margin-bottom: 55px;
}

.catalog-promo-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.catalog-promo-content {
    width: 100%;
    padding-right: 80px;
}

.catalog-promo__title {
    margin-bottom: 95px;
    position: relative;
    font-family: 'MetaPro-Bold';
    font-size: 30px;
    line-height: 44px;
    color: #333;
}

.catalog-promo__title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -43px;
    left: 0;
    width: 98px;
    height: 2px;
    background: #bc1416;
}

.catalog-promo__text p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}

.catalog-promo__text p:last-child {
    margin-bottom: 0;
}

.catalog-tabs {
    margin-bottom: 100px;
}

.catalog-tabs-top__item {
    float: left;
    height: 180px;
    width: 24.25%;
    margin-right: 1%;
    padding: 65px 50px 0 30px;
    background: #f3f3f3;
    border-top: 2px solid #f3f3f3;
    cursor: pointer;
    color: #050505;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 12px solid #fff;
    background-repeat: no-repeat;
    background-position: right 25px bottom 0;
}

.catalog-tabs-top__item span {
    display: block;
}

.catalog-tabs-top__item.active {
    background-color: #e4e8eb;
    border-top: 2px solid #bc1416;
    border-bottom: 12px solid #e4e8eb;
}

.catalog-tabs-top__item:last-child {
    margin-right: 0;
}

.catalog-tabs-top__item_1 {
    background-image: url(../images/catalog-tab-image1.png);
}

.catalog-tabs-top__item_2 {
    background-image: url(../images/catalog-tab-image2.png);
}

.catalog-tabs-top__item_3 {
    background-image: url(../images/catalog-tab-image3.png);
    background-position: right bottom;
}

.catalog-tabs-top__item_4 {
    background-image: url(../images/catalog-tab-image4.png);
}

.catalog-tabs-content {
    background: #e4e8eb;
}

.catalog-tabs-content__item {
    display: none;
}

.catalog-tabs-content__item.active {
    display: block;
}

.catalog-tabs-benefits {
    padding: 30px;
    font-size: 0;
}

.catalog-tabs-benefit {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 20px 0;
    width: 33.333%;
    padding-right: 50px;
}

.catalog-tabs-benefit__body {
    display: table;
    width: 100%;
}

.catalog-tabs-benefit__icon {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
}

.catalog-tabs-benefit__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
}

.catalog-tabs-benefit__title span {
    display: block;
}

.catalog-filter {
    margin-bottom: 15px;
}

.catalog-filter-top {
    position: relative;
    margin-bottom: 20px;
}

.catalog-filter__title {
    font-family: 'MetaBoldLFC';
    font-size: 50px;
    line-height: 77px;
    color: #333;
}

.catalog-filter__clear {
    position: absolute;
    top: 32px;
    right: 0;
    font-size: 16px;
    color: #bc1416;
    text-decoration: none;
    border-bottom: 1px dotted #bc1416;
}

.catalog-filter__clear:hover {
    border-color: transparent;
}

.catalog-filter-form {
    padding: 45px 0 15px 0;
    background: #efefef;
}

.catalog-filter-column {
    float: left;
    margin-bottom: 30px;
    padding: 0 50px;
    width: 33.333%;
}

.catalog-filter-select__label {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
    color: #050505;
    opacity: 0.5;
    z-index: 5;
}

.catalog-filter__select {
    position: relative;
    background: #fff;
}

.catalog-filter__select .jq-selectbox {
    display: block;
}

.catalog-filter__select .jq-selectbox__select {
    height: 60px;
    line-height: 1;
    padding-top: 30px;
}

.catalog-result {
    margin-bottom: 40px;
    background: #f6f6f6;
}

.product-table {
    display: table;
    width: 100%;
}

.product-table-row {
    display: table-row;
}

.product-table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.product-table-cell:first-child {
    padding-left: 50px;
}

.product-table-cell:last-child {
    padding-right: 90px;
}

.product-table__title {
    font-size: 14px;
    color: #050505;
    opacity: 0.5;
}

.product-table-title-wrap {
    display: table;
    width: 100%;
}

.product-table-title-wrap .product-table__image {
    display: table-cell;
    vertical-align: middle;
}

.product-table-title-wrap .product-table__name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.product-table__close {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-cart-close.png);
    cursor: pointer;
    z-index: 10;
}

.product-table__name {
    font-size: 16px;
}

.product-table__image {
    width: 88px;
    height: 88px;
    overflow: hidden;
}

.product-table__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-table__metal {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    white-space: nowrap;
}

.product-table__metal:hover {
    border-color: transparent;
}

.product-table__size {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    white-space: nowrap;
}

.product-table__size:hover {
    border-color: transparent;
}

span.product-table__size,
span.product-table__metal {
    border-color: transparent;
}

.product-table-quantity {
    display: table;
    border: 1px solid #e9e9e9;
}

.product-table-quantity__btn {
    display: table-cell;
    vertical-align: top;
    width: 32px;
    height: 37px;
    background: #f5f5f5;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.product-table-quantity__btn:hover {
    background-color: #e9e9e9;
}

.product-table-quantity__btn.btn-minus {
    background-image: url(../images/icon-quantity-minus.png);
}

.product-table-quantity__btn.btn-plus {
    background-image: url(../images/icon-quantity-plus.png);
}

.product-table-quantity__value {
    display: table-cell;
    vertical-align: top;
    width: 45px;
}

.product-table-quantity__value input {
    width: 100%;
    min-width: 45px;
    height: 37px;
    background: #fff;
    font-size: 16px;
    text-align: center;
}

.product-table__price {
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 900;
}

.product-table__cart,
.catalog-result .product-table__addcart {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 77px;
    background: #bc1416;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/icon-btn-cart-active.svg);
    background-size: 32px 30px;
}

.catalog-upload {
    padding: 40px 60px;
}

.catalog-upload-body {
    border: 1px dashed #dadada;
    border-radius: 10px;
}

.catalog-upload-row {
    display: table;
}

.catalog-upload-column {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 50px;
}

.catalog-upload-text {
    padding-left: 90px;
    background-image: url(../images/icon-upload.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    line-height: 24px;
    color: #050505;
    opacity: 0.5;
}

.catalog-upload-text__title {
    font-size: 16px;
}

.catalog-upload-text__subtitle {
    font-size: 14px;
}

.catalog-upload-file {
    max-width: 175px;
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e;
    white-space: nowrap;
}

.catalog-upload__btn {
    color: #bc1416;
    text-decoration: none;
    border-bottom: 1px dotted #bc1416;
}

.catalog-upload__btn:hover {
    border-color: transparent;
}

/*==============================ABOUT==============================*/
.about-promo {
    margin-bottom: 105px;
    position: relative;
    height: 635px;
    
    background-size: cover;
}

.about-promo-block {
    position: absolute;
    bottom: -85px;
    right: 5%;
    width: 370px;
    background-color: #f7f7f7;
    box-shadow: 0 0 84px rgba(0, 0, 0, 0.17);
}

.about-promo-body {
    display: table;
    width: 100%;
    padding: 15px 20px 15px 20px;
    color: #bc1416;
}

.about-promo-body__number {
    display: table-cell;
    vertical-align: middle;
    font-family: 'HeliosCondC-Bold';
    font-size: 120px;
    letter-spacing: -0.15em;
}

.about-promo-body__title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-family: 'MetaPro-Bold';
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.about-promo-body__title span {
    display: block;
    font-size: 38px;
}

.assortment {
    margin-bottom: 100px;
}

.assortment__title {
    max-width: 640px;
    padding-right: 30px;
    margin-bottom: 35px;
    font-family: 'MetaBoldLFC';
    font-size: 36px;
    line-height: 46px;
    color: #050505;
}

.assortment__subtitle {
    margin-bottom: 55px;
    max-width: 900px;
    padding-right: 30px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}

.assortment-row {
    font-size: 0;
}

.assortment-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 60px;
    width: 25%;
    font-size: 16px;
    line-height: 30px;
}

.assortment-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: #bc1416;
}

.assortment-item span {
    display: block;
}

.storage {
    position: relative;
    margin-bottom: 95px;
}

.storage-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.storage-content {
    width: 53%;
    padding: 90px 10px 115px 60px;
    background: #333;
}

.storage-content__title {
    margin-bottom: 55px;
    font-family: 'MetaPro-Bold';
    font-size: 48px;
    color: #fff;
}

.storage-content-text__column {
    float: left;
    width: 50%;
    padding-right: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.profit {
    margin-bottom: 95px;
}

.profit .main-features {
    padding-top: 0;
}

.profit .main-feature-item {
    margin: 0 0 45px 0;
    padding-left: 0;
    padding-right: 100px;
}

.profit .main-feature-item_mbn {
    margin-bottom: 0;
}

.profit__title {
    margin-bottom: 50px;
    font-family: 'MetaPro-Bold';
    font-size: 48px;
    line-height: 44px;
    color: #333;
}

.profit-content-bottom {
    display: table;
    width: 100%;
}

.profit-content-bottom-cell {
    position: relative;
    display: table-cell;
    width: 50%;
}

.profit-content-bottom__image {
    position: absolute;
    height: 100%;
    left: 0;
    right: 100px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-slogan {
    margin-bottom: 100px;
    padding-right: 30px;
    text-align: center;
}

.about-slogan img {
    max-width: 100%;
}

.main-news {
    margin-bottom: 80px;
    padding: 70px 0 70px 65px;
    background: #f6f6f6;
}

.main-news__title {
    margin-bottom: 20px;
    font-family: 'MetaPro-Bold';
    font-size: 48px;
    color: #333;
}

.main-news-row {
    font-size: 0;
}

.main-news-column {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding-right: 50px;
    width: 33.333%;
    font-size: 16px;
    line-height: 24px;
    color: #0d0d0d;
}

.main-news-item {
    display: inline-block;
    text-decoration: none;
    color: #0d0d0d;
}

.main-news-item:hover .main-news-item__logo {
    opacity: 1;
}

.main-news-item__logo {
    display: block;
    height: 50px;
    opacity: 0.25;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-news-item__title {
    display: block;
}

.main-news-bottom {
    text-align: center;
}

.main-news__link {
    position: relative;
    display: inline-block;
    padding-right: 95px;
    color: #bc1416;
    text-decoration: none;
    font-size: 14px;
}

.main-news__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 75px;
    height: 2px;
    background: #bc1416;
}

/*==============================DELIVERY==============================*/
.delivery {
    margin-bottom: 50px;
}

.delivery-info {
    margin-bottom: 30px;
}

.delivery-info p {
    margin-bottom: 20px;
    font-size: 16px;
}

.delivery-info ul {
    padding-bottom: 10px;
}

.delivery-info ul li {
    position: relative;
    margin: 0;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
}

.delivery-info ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 22px;
    height: 1px;
    background: #bc1416;
}

.delivery-cars-row {
    padding-bottom: 20px;
    padding-right: 20px;
}

.delivery-cars__title {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}

.delivery-cars-row {
    font-size: 0;
}

.delivery-car-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding-right: 15px;
    width: 33.333%;
    font-size: 16px;
}

.delivery-car-item__image {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
}

.delivery-car-item__image span {
    display: table-cell;
    vertical-align: middle;
}

.delivery-car-item__image img {
    max-width: 100%;
    height: auto;
}

.delivery-car-item__title {
    margin-bottom: 15px;
    font-family: 'MetaBoldLFC';
    font-size: 20px;
}

.delivery-car-item__length {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-size: 16px;
}

.delivery-car-item__weight {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

/*==============================CONTACTS==============================*/
.contacts-map {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding-right: 5px;
}

.contacts-map img {
    max-width: 100%;
}

.contacts-map__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacts-map-item {
    position: absolute;
    padding-left: 35px;
    background-image: url(../images/icon-map.svg);
    background-size: 28px 40px;
    background-repeat: no-repeat;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

.contacts-map-item:hover {
    background-image: url(../images/icon-map-active.svg);
    background-size: 28px 40px;
    background-repeat: no-repeat;
    z-index: 20;
}

.contacts-map-item:hover span {
    display: inline-block;
}

.contacts-map-item span {
    display: none;
    padding: 0 20px;
    line-height: 40px;
    color: #050505;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 106px rgba(0, 0, 0, 0.25);
}

.contacts-city {
    margin-bottom: 50px;
}

.contacts-city-select {
    margin-bottom: 30px;
    display: inline-block;
}

.contacts-city-select .select-title:after {
    position: relative;
    top: -7px;
    width: 21px;
    height: 12px;
    background-image: url(../images/icon-select-arrow-big.png);
}

.contacts-city-select .select-title__value {
    font-size: 50px;
    background-repeat: no-repeat;
    background-position: right 60%;
    color: #333;
}

.contacts-city-select .select-options {
    padding: 10px 15px;
    white-space: nowrap;
    width: auto;
}

.contacts-city-select .select-options__value {
    margin: 15px 0;
    font-size: 25px;
}

.contacts-city-select__title {
    display: inline-block;
    padding-right: 45px;
    font-family: 'MetaBoldLFC';
    font-size: 50px;
    color: #333;
    letter-spacing: -0.05em;
    background-image: url(../images/icon-select-arrow-big.png);
    background-repeat: no-repeat;
    background-position: right 60%;
    cursor: pointer;
}

.contacts-city-inner {
    display: table;
    width: 100%;
}

.contacts-city-content {
    display: table-cell;
    vertical-align: top;
    padding: 105px 15px 80px 50px;
    width: 50%;
    background: #f6f6f6;
}

.contacts-city__address {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 30px;
}

.contacts-city__timetable {
    font-size: 16px;
    margin-bottom: 30px;
}

.contacts-city-phones-column {
    width: 50%;
    padding-right: 20px;
}

.contacts-city-phones-column_pt {
    padding-top: 30px;
}

.contacts-city-phone-item {
    margin-bottom: 26px;
}

.contacts-city-phone-item:last-child {
    margin-bottom: 0;
}

.contacts-city-phone-item__photo {
    margin: 0 0 20px 30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.contacts-city-phone-item__name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
}

.contacts-city-phone-item__title {
    margin-bottom: 5px;
    font-size: 14px;
    color: #050505;
    opacity: 0.5;
}

.contacts-city-phone-item__number {
    font-size: 24px;
    color: #000;
    font-weight: 900;
    text-decoration: none;
}

.contacts-city-map {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
}

.contacts-city-map iframe {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.contacts-mail {
    display: table;
    width: 100%;
    margin-bottom: 75px;
    background: #bc1416;
}

.contacts-mail-column {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 20px 50px 0;
    width: 50%;
}

.contacts-mail-column:first-child {
    padding-left: 50px;
}

.contacts-mail__address {
    display: inline-block;
    color: #fff;
    padding-left: 120px;
    text-decoration: none;
    font-size: 36px;
    line-height: 51px;
    background-image: url(../images/icon-mail.svg);
    background-size: 89px 51px;
    background-repeat: no-repeat;
}

.contacts-mail__slogan {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (min-width: 2000px) {
    .service-item__image {
        height: 330px;
    }

    .assortment-item span {
        display: inline;
    }
}

@media only screen and (max-width: 1799px) {
    .page-inner .main-wrapper {
        padding-left: 300px;
    }

    .promo-slider-top-column {
        padding: 40px 30px 30px 30px;
    }

    .promo-slider-bottom-cell {
        padding: 40px 30px 30px 30px;
    }

    .promo-slider-item__title {
        font-size: 85px;
    }

    .main-product-item span {
        padding-left: 20px;
    }

    .main-product-order:after {
        right: 50px;
    }

    .main-form-text__title {
        font-size: 80px;
    }

    .main-feature-item {
        padding-left: 25px;
    }

    .main-clients-cell {
        padding: 10px;
    }

    .main-about-years-body {
        padding: 20px 20px 20px 30px;
    }

    .main-about-years__number {
        font-size: 170px;
    }

    .main-about-years__title {
        font-size: 40px;
        line-height: 1;
    }

    .main-about-years__title span {
        font-size: 60px;
    }

    .main-about-image {
        background-position: 5% 0;
    }

    .main-features {
        padding-top: 35px;
    }

    .main-feature-item {
        margin-bottom: 50px;
    }

    .service-item__title {
        padding-left: 20px;
    }

    .service-block-body {
        max-width: 97%;
    }

    .about-promo {
        height: 626px;
    }

    .about-promo-block {
        right: 5%;
        width: 525px;
    }

    .about-promo-body {
        padding: 15px 20px 15px 40px;
    }

    .about-promo-body__number {
        font-size: 170px;
        line-height: 170px;
    }

    .about-promo-body__title {
        font-size: 40px;
        line-height: 1;
    }

    .about-promo-body__title span {
        font-size: 55px;
    }

    .profit .main-feature-item {
        padding-right: 50px;
    }

    .profit-content-bottom__image {
        right: 50px;
    }

    .catalog-filter-row {
        padding: 0 25px;
    }

    .catalog-filter-column {
        padding: 0 25px;
    }
}

@media (min-width: 992px) and (max-height: 899px) {
    .menu-dropdown {
        max-height: 600px;
    }
}

@media (min-width: 992px) and (max-height: 759px) {
    .menu-dropdown {
        max-height: 500px;
    }

    .header-contacts {
        padding-top: 15px;
    }
}

@media (min-width: 992px) and (max-height: 679px) {
    .menu-dropdown {
        max-height: 400px;
    }

    .header-menu > ul > li {
        margin-bottom: 15px;
    }

    .header-top {
        padding: 20px 0 5px 40px;
    }

    .header-logo {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) and (max-height: 679px) {
    .menu-dropdown {
        max-height: 400px;
    }
}

@media only screen and (max-width: 1430px) {
    .menu-dropdown {
        width: 900px;
    }

    .promo-slider-item__title {
        font-size: 75px;
        line-height: 70px;
    }

    .main-product-item {
        background-position: right -30px top 50%;
        font-size: 19px;
    }

    .main-product-order__body {
        padding-left: 20px;
    }

    .main-product-order:after {
        right: 25px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .main-form-text {
        padding: 0 30px 0 25px;
    }

    .main-about-top:after {
        background-position: 15% 0;
    }

    .main-about-years__number {
        font-size: 150px;
    }

    .main-about-years__title {
        padding-left: 30px;
        font-size: 35px;
    }

    .service-column {
        width: 33.3333%;
    }

    .service-block__image,
    .service-block__content {
        width: 48%;
    }

    .service-promo {
        padding-left: 40px;
    }

    .contacts-city-content {
        padding-left: 20px;
    }

    .contacts-city-phone-item__number {
        font-size: 21px;
    }

    .contacts-city-phone-item__photo {
        margin-bottom: 14px;
    }

    .contacts-city-content {
        padding-top: 80px;
    }

    .contacts-mail-column:first-child {
        padding-left: 20px;
    }

    .contacts-mail__address {
        padding-left: 110px;
        font-size: 30px;
    }

    .about-promo {
        height: 530px;
    }

    .assortment-item {
        padding-right: 20px;
    }

    .storage-content {
        padding-left: 30px;
    }

    .storage-content-text__column {
        padding-right: 15px;
    }

    .catalog-promo-content {
        padding-right: 0px;
    }

    .catalog-promo__title {
        font-size: 27px;
        line-height: 40px;
    }

    .catalog-filter-column {
        padding: 0 10px;
    }

    .catalog-tabs-top__item {
        padding: 40px 40px 0 15px;
    }

    .catalog-tabs-top__item {
        position: relative;
        background-position: right -10px bottom 0;
    }

    .catalog-upload {
        padding: 30px;
    }

    .catalog-upload-column {
        padding: 40px 25px;
    }

    .catalog-upload-text {
        padding-left: 70px;
    }

    .product-table-cell:first-child {
        padding-left: 30px;
    }

    .catalog-filter-row {
        padding: 0 20px;
    }

    .catalog-filter__title {
        font-size: 40px;
    }

    .catalog-tabs-benefit {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1280px) {
    .modal-cart-cell__close {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .promo-slider-top {
        margin-bottom: 50px;
    }

    .promo-slider-top-column {
        width: 100%;
        padding: 20px 60px 20px 30px;
        float: none !important;
    }

    .promo-slider-item {
        background-position: 0 0;
        height: auto;
    }

    .promo-slider-bottom {
        position: static;
        display: block;
    }

    .promo-slider-bottom-cell {
        display: block;
        width: 100%;
        padding: 20px 30px;
    }

    .main-product-column {
        width: 50%;
    }

    .main-product-column_big {
        width: 100%;
    }

    .main-product-item {
        background-position: right 0 top 50%;
        font-size: 25px;
    }

    .main-form-section {
        padding: 50px 0;
        background-position: 0 0;
    }

    .main-form-text {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .main-form-wrap {
        float: none;
        width: 100%;
        padding: 0 30px 0 25px;
    }

    .main-form-text__slogan span {
        display: inline;
    }

    .main-about-top-column {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .main-about-image {
        display: none;
    }

    .main-about-top .main-features {
        padding-top: 35px;
    }

    .main-features {
        padding-top: 0;
    }

    .main-feature-item {
        width: 50%;
    }

    .main-clients {
        padding-right: 15px;
    }

    .footer {
        padding: 40px 25px;
    }

    .footer-column:last-child {
        text-align: right;
    }

    .footer-block {
        margin-bottom: 15px;
    }

    .footer-social {
        margin-bottom: 25px;
        display: block;
        width: auto;
    }

    .footer-contacts {
        float: none;
    }

    .footer-develop {
        float: none;
    }

    .footer-address {
        margin-bottom: 7px;
    }

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

    .menu-dropdown {
        width: 725px;
        padding-left: 10px;
    }

    .dropdown-block__list ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .modal {
        width: 750px;
    }

    .top-buttons.opened {
        right: 750px;
    }

    .modal-cart__price {
        padding-right: 15px;
    }

    .modal-top {
        padding-left: 25px;
    }

    .modal-cart-cell:first-child {
        padding-left: 25px;
    }

    .modal-cart-bottom {
        padding-left: 25px;
    }

    .modal-cart-item {
        width: 330px;
    }

    .modal-cart-item__title {
        padding-left: 20px;
    }

    .service-column {
        width: 50%;
    }

    .service-block__content {
        float: none !important;
        width: 100%;
    }

    .service-block__image {
        position: static;
        margin-bottom: 30px;
        width: 100%;
        height: 350px;
    }

    .service-block:nth-child(even) {
        background: transparent;
    }

    .service-block:nth-child(even) .service-block__content {
        padding: 0;
    }

    .delivery-car-item {
        width: 50%;
    }

    .contacts-mail__address {
        padding-left: 65px;
        background-size: 50px 29px;
        line-height: 29px;
        font-size: 24px;
    }

    .contacts-mail__slogan {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .contacts-city-phones-column {
        float: none;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }

    .contacts-city-phone-item {
        margin-bottom: 15px;
    }

    .contacts-map-item {
        padding-left: 28px;
        background-size: 21px 30px;
        background-position: 0 50%;
    }

    .contacts-map-item:hover {
        background-size: 21px 30px;
        background-position: 0 50%;
    }

    .contacts-map-item span {
        line-height: 30px;
    }

    .about-promo-block {
        width: 370px;
    }

    .about-promo-body__number {
        font-size: 120px;
        line-height: 120px;
    }

    .about-promo-body__title {
        padding-left: 30px;
        font-size: 28px;
    }

    .about-promo-body__title span {
        font-size: 38px;
    }

    .assortment-item {
        font-size: 15px;
        line-height: 26px;
    }

    .storage-content-text__column {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .storage-content-text__column:last-child {
        margin-bottom: 0;
    }

    .storage-content {
        width: 50%;
        padding: 50px 10px 50px 30px;
    }

    .storage-image {
        width: 50%;
    }

    .profit-content-bottom {
        display: block;
    }

    .profit-content-bottom-cell {
        width: 100%;
        display: block;
    }

    .profit-content-bottom-cell:first-child {
        display: none;
    }

    .main-news {
        padding-left: 30px;
    }

    .main-news-column {
        width: 50%;
    }

    .about-promo {
        height: 392px;
    }

    .assortment__title {
        max-width: 100%;
    }

    .catalog-promo-image {
        position: static;
        margin-bottom: 20px;
        height: 300px;
        width: 100%;
    }

    .catalog-promo-content {
        float: none;
        width: 100%;
    }

    .catalog-filter__clear {
        position: static;
    }

    .catalog-filter-column {
        width: 100%;
    }

    .catalog-tabs-top__item {
        background-image: none;
        height: 135px;
        padding: 15px;
    }

    .catalog-tabs-benefit {
        vertical-align: middle;
        width: 50%;
    }

    .catalog-upload-column {
        padding: 30px 15px;
    }

    .catalog-upload-text {
        background-size: 50px 50px;
    }

    .catalog-upload__btn {
        display: block;
    }

    .catalog-upload-text__subtitle {
        line-height: 1.3;
    }

    .catalog-upload-file {
        line-height: 1.3;
    }

    .product-table-cell:last-child {
        padding-right: 100px;
    }

    .modal-order-price {
        padding: 20px 25px;
    }

    .modal-order-column {
        padding: 0 25px;
    }

    .modal-order-bottom {
        padding: 0 25px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .main-wrapper,
    .page-inner .main-wrapper {
        padding-left: 0;
    }

    .page-inner .main-wrapper {
        padding: 81px 0 0;
    }

/*    .page-inner .main-wrapper {
        padding: 100px 0 0;
    }
*/
    .content {
        padding: 0 15px;
    }

    .breadcrumbs {
        margin-bottom: 5px;
        padding: 0 15px 5px;
        min-height: auto;
        border-bottom: 0;
    }

    .top-buttons {
        z-index: 80;
    }

    .top-buttons.opened {
        right: 0;
    }

    .header {
        position: fixed;
        width: 100%;
        bottom: auto;
        height: 81px;
        padding: 10px 0;
    }

    .header .container-fluid {
        max-width: 100%;
    }

    .header-top {
        padding: 0;
        border-bottom: 0;
    }

    .top-btn {
        width: 60px;
        height: 81px;
    }

    .header-logo {
        position: absolute;
        margin: 0 0 0 -120px;
        left: 50%;
        width: 180px;
    }

    .header-contacts {
        display: none;
    }

    body.lock {
        overflow: hidden;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 81px;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        overflow: auto;
        z-index: 10;
    }

    .header-menu.active {
        left: 0;
    }

    .header-menu .menu-catalog {
        margin: 0;
        padding: 0;
        display: block;
        height: auto;
    }

    .header-menu .menu-catalog span {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        line-height: 1;
        background-image: none !important;
    }

    .header-menu > ul > li {
        display: block;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #bc1416;
    }

    .header-menu > ul > li:first-child {
        border-top: 1px solid #bc1416;
    }

    .header-menu > ul > li > a {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .header-menu__switcher {
        display: inline-block;
        z-index: 70;
        margin-left: 30px;
    }

    .menu-dropdown {
        position: static;
        width: 100%;
        max-height: none;
    }

    .promo {
        padding-top: 0px;
    }

/*    .promo {
        padding-top: 80px;
    }
*/
    .promo-slider-item {
        padding-top: 0;
    }

    .promo-slider-top-column {
        padding: 30px;
    }

    .promo-slider-bottom-cell {
        padding: 30px;
    }

    .main-product-item {
        background-position: right 0 top 50%;
        font-size: 24px;
    }

    .profit .main-feature-item,
    .main-feature-item {
        text-align: center;
        padding: 0 15px;
    }

    .main-clients {
        padding: 15px 20px;
    }

    .main-clients-row {
        display: block;
        font-size: 0;
    }

    .main-clients-cell {
        display: inline-block;
        vertical-align: middle;
        width: 33.333%;
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    .footer-column:last-child {
        text-align: center;
    }

    .modal {
        width: 100%;
        right: -100%;
    }

    .modal .modal-top__close {
        right: 200px;
    }

    .service-block-body {
        max-width: 100%;
    }

    .service-promo {
        padding: 30px 15px 30px 30px;
    }

    .modal-top__title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .modal-top__link {
        position: static;
        padding-top: 3px;
        display: inline-block;
        vertical-align: middle;
    }

    .modal-top {
        min-height: 81px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 55px;
    }

    .header-logo {
        margin: 0;
        left: 90px;
    }

    .menu-dropdown {
        padding: 0;
    }

    .dropdown-row {
        display: block;
        padding: 0;
    }

    .dropdown-cell {
        display: block;
        width: 100%;
    }

    .main-clients-cell {
        width: 50%;
    }

    .main-form-text__title {
        font-size: 65px;
        line-height: 1.1;
    }

    .main-product-item {
        font-size: 27px;
        line-height: 1.1;
    }

    .modal-cart-row {
        display: block;
        position: relative;
    }

    .modal-cart-row:after {
        content: '';
        display: block;
        clear: both;
    }

    .modal-cart-row:first-child {
        display: none;
    }

    .modal-cart-cell {
        display: block;
        position: static;
        padding: 10px 10px 10px 15px !important;
        width: 33.333%;
        float: left;
    }

    .modal-cart-cell:first-child {
        width: 100%;
    }

    .modal-cart-item {
        width: 100%;
    }

    .modal-cart__price {
        padding-right: 0;
    }

    .modal-cart-top {
        padding-left: 15px;
    }

    .modal-cart-bottom {
        padding-left: 15px;
    }

    .modal-cart-item__title {
        line-height: 20px;
    }

    .service-block__image {
        height: 300px;
    }

    .service-block {
        margin-bottom: 60px;
    }

    .delivery-cars-row {
        padding-right: 0;
    }

    .delivery-car-item {
        display: block;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .delivery-car-item__image {
        height: auto;
    }

    .delivery-car-item__length {
        padding-right: 10px;
        margin-right: 0;
    }

    .delivery-car-item__weight {
        padding-left: 10px;
    }

    .contacts-map {
        display: none;
    }

    .contacts-city-select__title {
        padding-right: 35px;
        font-size: 40px;
    }

    .contacts-city-inner {
        display: block;
    }

    .contacts-city-content {
        display: block;
        width: 100%;
    }

    .contacts-city-map {
        display: block;
        width: 100%;
    }

    .contacts-city-phones-column {
        float: left;
        padding-right: 10px;
        width: 50%;
    }

    .contacts-mail {
        padding: 15px 0;
    }

    .contacts-mail-column {
        display: block;
        width: 100%;
        padding: 10px 15px !important;
    }

    .contacts-mail__slogan {
        font-size: 19px;
    }

    .contacts-city-content {
        padding: 40px 15px;
    }

    .contacts-city__address {
        font-size: 24px;
    }

    .contacts-city-map {
        height: 300px;
    }

    .contacts-city-map iframe {
        position: static;
    }

    .assortment__title {
        padding-right: 0;
    }

    .assortment__title {
        font-size: 31px;
        line-height: 1.3;
    }

    .assortment__subtitle {
        padding-right: 0;
        font-size: 22px;
        line-height: 1.3;
    }

    .storage-image {
        position: static;
        height: 300px;
        width: 100%;
    }

    .storage-content__title {
        margin-bottom: 25px;
    }

    .storage-content {
        width: 100%;
    }

    .main-news-column {
        padding-right: 25px;
    }

    .catalog-tabs-benefit {
        width: 100%;
        padding-right: 0;
    }

    .catalog-tabs-top__item {
        height: auto;
        padding: 5px 10px;
        width: 100%;
        border-bottom: 0 !important;
        border-top: 0 !important;
        padding-right: 5px;
        border-left: 5px solid transparent;
    }

    .catalog-tabs-top__item.active {
        border-left: 5px solid #bc1416;
    }

    .catalog-tabs-top__item span {
        display: inline;
        line-height: 1;
    }

    .catalog-tabs-benefits {
        padding: 10px 15px;
    }

    .catalog-upload-column {
        display: block;
        padding: 10px 25px;
    }

    .catalog-upload__btn {
        display: inline-block;
    }

    .product-table-row:first-child {
        display: none;
    }

    .product-table-row {
        display: block;
    }

    .product-table-cell {
        display: block;
        padding: 15px 15px;
    }

    .product-table-cell:first-child {
        padding-left: 15px;
    }

    .product-table-cell::before {
        content: attr(data-table-title) ": ";
        display: block;
        font-weight: 700;
        padding-bottom: 4px;
    }

    .contacts-city-select .select-title__value {
        font-size: 35px;
    }

    .contacts-city-select .select-options__value {
        margin: 10px 0;
        font-size: 20px;
    }

    .modal-order-column {
        display: block;
        width: 100%;
    }

    .modal-order-column:first-child {
        margin-bottom: 30px;
    }

    .modal-order-upload {
        position: static;
    }

    .modal-order-upload__bottom {
        position: static;
        padding-top: 50px;
    }

    .modal-order-upload__top {
        padding-bottom: 50px;
    }

    .modal-top__link {
        right: 70px;
    }

    .modal-upload-row {
        display: block;
    }

    .modal-upload-column {
        display: block;
        padding: 15px 30px;
        text-align: center;
    }

    .modal-upload-file {
        display: inline-block;
    }

    .modal-upload-text {
        padding-left: 0;
        padding-bottom: 85px;
        background-position: 50% bottom;
    }

    .contacts-city-select .select-title:after {
        top: -3px;
    }

    .modal-cart .product-table-row {
        font-size: 0;
        position: relative;
    }

    .modal-cart .product-table-row:nth-child(odd) {
        background: #fff;
    }

    .modal-cart .product-table-cell::before {
        padding-right: 25px;
    }

    .modal-cart .product-table-cell {
        position: static;
        font-size: 16px;
    }

    .modal-cart .product-table-cell:nth-child(2),
    .modal-cart .product-table-cell:nth-child(3) {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 93px;
    }

    .modal-cart .product-table__close {
        display: block;
    }

    .modal-filter {
        padding: 30px 20px;
    }

    .catalog-filter-column {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 599px) {
    .top-buttons-cell {
        position: static;
    }

    .promo-slider-item__description {
        display: none;
    }

    .promo-slider-bottom-cell_white {
        right: 0;
    }

    .promo-slider-item__link {
        font-size: 17px;
    }

    .promo-slider-bottom-cell_white {
        background: transparent;
    }

    .promo-slider-item__link {
        color: #fff;
    }

    .promo-slider-item__link:after {
        display: none;
    }

    .promo-slider-bottom-cell_white:before {
        display: none;
    }

    .promo-slider-top-column {
        padding: 25px 15px;
    }

    .promo-slider-bottom-cell {
        padding: 25px 15px;
    }

    .main-product-item span {
        padding: 20px 15px;
    }

    .main-form-text,
    .main-form-wrap {
        padding: 0 16px;
    }

    .main-form__field {
        width: 100%;
    }

    .main-about-years-body {
        padding: 20px 15px;
    }

    .main-products-row {
        margin: 0;
    }

    .main-product-column {
        width: 100%;
        padding: 0;
    }

    .modal-enter {
        position: fixed;
        top: 81px;
        width: 100%;
        left: 0;
    }

    .footer {
        padding: 40px 15px;
    }

    .service-block__title {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .service-block__image {
        margin-bottom: 20px;
    }

    .main-form__area {
        max-width: 100%;
    }

    .about-promo {
        height: 240px;
    }

    .about-promo-body {
        padding: 15px 20px 15px 20px;
    }

    .assortment-item {
        width: 50%;
        margin-bottom: 50px;
    }

    .main-news {
        padding-left: 15px;
    }

    .main-news-column {
        float: none;
        width: 100%;
    }

    .about-slogan {
        margin-bottom: 50px;
    }

    .profit__title {
        font-size: 35px;
        line-height: 1.25;
    }

    .modal-order-price > span {
        display: block;
        padding-top: 3px;
    }

    .modal-top__link_back {
        position: static;
        display: inline-block;
        margin-top: 15px;
    }

    .modal-top__link {
        position: absolute;
        right: auto;
        left: 25px;
        top: auto;
        bottom: 7px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 45px;
    }
/*
    .page-inner .main-wrapper {
        padding-top: 145px;
    }
*/
	.page-inner .main-wrapper {
        padding-top: 131px;
    }

    .top-buttons {
        left: 0;
    }

    .top-buttons-cell {
        width: 33.33333%;
        margin: 0;
    }

    .top-btn {
        height: 50px;
        width: 100%;
    }

    .header {
        padding: 60px 0 10px;
        text-align: center;
        height: 130px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .header-logo {
        left: 50%;
        margin: 0;
        margin-left: -90px;
    }

    .header-menu {
        top: 130px;
    }

    .header-menu__switcher {
        margin-left: 15px;
    }

    .promo {
        padding-top: 0;
    }

    .promo-slider-item {
        min-height: 100vh;
        padding-top: 10px;
        background-position: 15% 0px;
    }

 /*  .promo-slider-item {
        min-height: 100vh;
        padding-top: 130px;
        background-position: 15% 120px;
    }
*/
    .promo-slider-top {
        margin-bottom: 20px;
    }

    .promo-slider-top-column {
        padding: 20px 15px;
    }

    .promo-slider-bottom-cell {
        padding: 20px 15px;
    }

    .promo-slider-item__title {
        font-size: 60px;
    }

    .promo-slider-item__number {
        font-size: 60px;
    }

    .main-form-section {
        margin-bottom: 0;
    }

    .main-form-text__title {
        font-size: 55px;
    }

    .main-form-text__slogan {
        font-size: 22px;
        line-height: 1.2;
    }

    .main-form__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.2;
    }

    .main-product-order__body {
        padding-right: 90px;
    }

    .main-form__field {
        width: 100%;
    }

    .main-about-years__number {
        font-size: 110px;
    }

    .main-about-years__title {
        font-size: 24px;
    }

    .main-about-years__title span {
        font-size: 45px;
    }

    .main-form__btn {
        width: 100%;
    }

    .main-feature-item {
        font-size: 15px;
        line-height: 22px;
    }

    .modal-enter-body,
    .modal-enter-bottom {
        padding: 30px 25px;
    }

    .service-column {
        width: 100%;
    }

    .footer-column {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-column:last-child {
        margin-bottom: 0;
    }

    .service-promo {
        margin-bottom: 50px;
        padding-left: 15px;
    }

    .service-promo__title {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .service-promo__text {
        line-height: 22px;
    }

    .service-block__image {
        height: 215px;
    }

    .service-block__more {
        padding-right: 65px;
    }

    .service-block__more:after {
        width: 50px;
    }

    .service-block__title {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .service-block__text p {
        margin-bottom: 15px;
    }

    .contacts-city-phones-column {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .contacts-mail__address {
        font-size: 21px;
    }

    .contacts-city-select__title {
        font-size: 32px;
    }

    .about-promo-block {
        right: 0;
        width: 100%;
    }

    .assortment__title {
        font-size: 24px;
    }

    .assortment__subtitle {
        font-size: 20px;
    }

    .about-promo-body__number {
        font-size: 90px;
        line-height: 90px;
    }

    .about-promo-body__title {
        font-size: 22px;
    }

    .about-promo-body__title span {
        font-size: 32px;
    }

    .assortment {
        margin-bottom: 30px;
    }

    .assortment-item {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-top: 15px;
    }

    .assortment-item:before {
        left: 50%;
        margin-left: -21px;
    }

    .storage-image {
        height: 200px;
    }

    .storage-content {
        padding: 30px 15px;
    }

    .profit .main-feature-item, .main-feature-item {
        padding: 0 10px;
    }

    .about-slogan {
        display: none;
    }

    .storage-content-text__column {
        padding-right: 0;
    }

    .catalog-upload-column:first-child {
        display: none;
    }

    .catalog-filter-column {
        padding: 0;
    }

    .catalog-filter-row {
        padding: 0 15px;
    }

    .contacts-city-select .select-title__value {
        font-size: 25px;
    }

    .contacts-city-select .select-options__value {
        font-size: 16px;
    }

    .contacts-city-select .select-options {
        padding: 5px 15px;
    }

    .modal-top {
        top: 50px;
    }

    .modal-body {
        padding-top: 130px;
    }

    .modal .modal-top__close {
        right: 25px;
        top: 31px;
    }

    .modal-contacts {
        width: 100%;
    }

    .contacts-city-select .select-title:after {
        width: 15px;
        height: 9px;
        background-size: 15px 9px;
        margin-left: 3px;
    }
}

@media only screen and (max-width: 374px) {
    .promo-slider-item__title {
        font-size: 55px;
        line-height: 1.1;
    }

    .main-clients-cell {
        width: 100%;
    }

    .main-form-text__title {
        font-size: 50px;
    }

    .main-form-text__slogan {
        font-size: 24px;
        line-height: 1.1;
    }

    .main-form__title {
        font-size: 22px;
    }

    .main-feature-item {
        font-size: 17px;
    }

    .main-product-item {
        font-size: 26px;
    }

    .main-features-row_2items .main-feature-item,
    .main-feature-item {
        width: 100%;
    }

    .contacts-mail__address {
        padding-left: 35px;
        font-size: 19px;
        background-size: 25px 15px;
        line-height: 15px;
    }

    .contacts-mail__slogan {
        font-size: 16px;
        line-height: 1.3;
    }

    .about-promo-body {
        padding: 5px 20px 5px 20px;
    }

    .assortment__title {
        font-size: 21px;
    }

    .assortment__subtitle {
        font-size: 17px;
    }

    .storage-content__title {
        font-size: 40px;
    }

    .profit__title {
        font-size: 29px;
    }

    .main-news__title {
        font-size: 37px;
    }

    .main-news {
        padding: 30px 15px;
    }

    .about-promo {
        height: 185px;
    }

    .contacts-city-select .select-title__value {
        font-size: 22px;
    }

    .modal-top__title {
        font-size: 24px;
    }

    .modal-order-price {
        font-size: 18px;
    }

    .modal-order-upload {
        padding: 20px;
    }

    .contacts-city-select .select-title:after {
        top: -1px;
    }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.items-quantity {
	    position: absolute;
    top: 11px;
    right: 11px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #ec4446;
    font: 9px/17px "Arvo-Regular", sans-serif;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
h2 {
    max-width: 640px;
    padding-right: 30px;
    margin-bottom: 25px;
    font-family: 'MetaBoldLFC';
    font-size: 36px;
    line-height: 46px;
    color: #050505;
}

h3 {
    margin-bottom: 25px;
    max-width: 900px;
    padding-right: 30px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}