html {
    font-size: 10px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.is-noscroll body {
    position: fixed !important;
    width: 100%;
    overflow-y: auto;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    font-family: 'Geometria', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    background: #fff;
    color: #595959;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

:hover,
:active,
:focus {
    outline: none;
}

a,
button {
    transition: 0.15s ease-in-out;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}

img {
    vertical-align: middle;
    border-style: none;
}

b, strong {
    font-weight: bold;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 36px 0;
    border: 0;
    border-top: 1px solid #c3c3c3;
    clear: both;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    resize: vertical;
}

a {
    color: #4874a5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p,
ul,
ol,
dl,
pre,
figure,
address,
fieldset,
blockquote {
    margin: 0 0 21px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0 0 21px 0;
}

h1,
.h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 24px;
}

h2,
.h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 22px;
}

h3,
.h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 27px;
}

h4,
.h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 11px;
}

h5,
h6,
.h5,
.h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0 0 5px 0;
}

.title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0 0 21px 0;
}

.text * + h2 {
    margin-top: 38px;
}

.text * + h3 {
    margin-top: 37px;
}

.text * + h4,
.text * + h5,
.text * + h6 {
    margin-top: 41px;
}

.text .gallery + h2 {
    margin-top: 22px;
}

blockquote {
    font-size: 25px;
    line-height: 1.4;
    color: #1d1d1d;
    margin: 58px 0 62px 87px;
    position: relative;
    max-width: 951px;
    padding: 0 2.5em 0 2.5em;
}

blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 1.8em;
    line-height: 0.778em;
    font-weight: 300;
    color: #c3c3c3;
}

blockquote:before {
    content: '«';
    left: 0;
    top: -0.1em;
}

blockquote:after {
    content: '»';
    right: 0;
    bottom: 0.1em;
}

.text ul {
    list-style: none;
    padding: 0;
}

.text ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 9px;
}

.text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #e4000d;
    position: absolute;
    left: 0;
    top: 6px;
}

ol {
    list-style: none;
    padding: 0;
    counter-reset: li;
}

ol li {
    position: relative;
    counter-increment: li;
    padding-left: 18px;
    margin-bottom: 9px;
}

ol li:before {
    content: counter(li);
    color: #e4000d;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.text img {
    width: auto;
    height: auto;
    max-width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 34px;
}

th,
td {
    padding: 7px 0 7px 18px;
    border: 1px solid #d8d8d8;
    border-width: 1px 0;
}

th {
    text-align: inherit;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #1d1d1d;
    color: #1d1d1d;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 15px;
}

td {

}

.form-block {
    background: #f1f1f1;
    padding: 41px 40px 50px;
    margin: 36px 0;
}

.form-block__header {
    text-align: center;
    margin-bottom: 31px;
}

.form-block__title {
    margin-bottom: 7px;
}

.form-block__subtitle {
    font-size: 14px;
}

.form-block__content {
    max-width: 515px;
    margin: 0 auto;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 7px;
    padding-left: 7px
}

.form-btn-row {
    text-align: center;
    margin-top: 36px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group__label {
    display: block;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.form-group__label[for] {
    cursor: pointer;
}

.form-check {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}

.form-group + .form-check {
    margin-top: -6px;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check__input {
    position: absolute;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
}

.form-check_btn .form-check__text {
    padding: 0;
    width: 15px;
}

.form-check__input:disabled + .form-check__text {
    opacity: 0.5;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3;
    background: #fff;
}

.form-check__input[type=radio] + .form-check__text:before {
    border-radius: 50%;
}

.form-check__input[type=checkbox] + .form-check__text:after {
    width: 8px;
    height: 5px;
    margin: 4px 0 0 4px;
    border: 2px solid #1d1d1d;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
}

.form-check__input[type=radio] + .form-check__text:after {
    width: 7px;
    height: 7px;
    margin: 4px 0 0 4px;
    background: #1d1d1d;
    border-radius: 50%;
    opacity: 0;
}

.form-check__input:checked + .form-check__text:after {
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

.form-control::-ms-input-placeholder {
    color: #ccc;
}

.form-control::placeholder {
    color: #ccc;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-control {
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: 0.15s ease-in-out;
    width: 100%;
    height: 35px;
    font-size: 13px;
    line-height: 21px;
    color: #595959;
}

.form-control,
.jq-selectbox__select,
.jq-selectbox li {
    padding: 6px 12px;
}

.form-control,
.jq-selectbox__dropdown {
    border: 1px solid #c3c3c3;
    background-color: #fff;
}

input[type=file].form-control {
    padding: 0;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    border-color: #595959;
}

.form-control[disabled],
.form-control.disabled {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #888;
}

.form-control[disabled],
.form-control.disabled,
.jq-selectbox.disabled .jq-selectbox__select,
.jq-number.disabled .jq-number__spin,
.form-check__input:disabled + .form-check__text {
    cursor: default;
    cursor: not-allowed;
}

.form-control.error,
.form-check__input.error + .form-check__text:before {
    border-color: #e4000d;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #e4000d;
}

label.error {
    display: block;
    color: #e4000d;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
}

.jq-selectbox {
    padding: 0 !important;
}

.jq-selectbox__select {
    padding-right: 30px;
    height: 100%;
    cursor: pointer;
}

.jq-selectbox__select-text.placeholder {
    color: inherit;
}

.jq-selectbox__dropdown {
    top: 100%;
    left: -1px;
    right: -1px;
    font-size: 13px;
    line-height: 21px;
    overflow: hidden;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox li {
    white-space: normal;
    cursor: pointer;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #f1f1f1;
}

.jq-selectbox__select:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    right: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #1d1d1d #1d1d1d transparent;
    transform: rotate(45deg);
}

.jq-selectbox.opened .jq-selectbox__select:after {
    margin-top: -2px;
    transform: rotate(-135deg);
}

.jq-number {
    padding: 0 !important;
    position: relative;
    border: none !important;
    border-radius: 0;
    background: none;
    height: auto;
    transition: none;
}

.jq-number .form-control {
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
}

.jq-number__spin  {
    position: absolute;
    cursor: pointer;
    width: 35px;
    height: 100%;
    top: 0;
}

.jq-number__spin.minus {
    left: 0;
}

.jq-number__spin.plus {
    right: 0;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #1d1d1d #1d1d1d transparent;
    transform: rotate(45deg);
}

.jq-number__spin.plus:after {
    margin-top: -2px;
    transform: rotate(-135deg);
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    text-decoration: none;
    background: #5c5f79;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    padding: 9px 30px;
    height: 40px;
}

.btn:hover {
    background-color: #46495e;
    color: #fff;
    text-decoration: none;
}

.btn:active {
    background-color: #5c5f79;
    color: #fff;
}

.btn[disabled],
.btn.is-disabled {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}

.popup-window {
    background: #fff;
    width: 450px;
    max-width: 100%;
    padding: 3rem;
    overflow: visible;
}

.popup-window:not(.fancybox-content) {
    display: none;
}

.close-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: none;
    padding: 0;
    width: 24px;
    height: 24px;
    color: #1d1d1d;
    border: 1px solid;
    border-radius: 50%;
}

.close-btn:hover {
    color: #e4000d;
}

.close-btn:before,
.close-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    border-bottom: 1px solid;
    margin: -1px 0 0 -8px;
    transform: rotate(45deg);
}

.close-btn:after {    
    transform: rotate(-45deg);  
}

.menu-btn,
.menu-popup__bg,
.menu-popup__close {
    display: none;
}

.container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.slick-track {
    margin: 0;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 19px;
    height: 19px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 11px;
    margin: -5px;
    border-radius: 50%;
    background: #aaa;
}

.slick-dots li.slick-active button:before {
    background: #fff;
}

.slick-arrow {
    border: none;
    padding: 0;
    background: none;
    text-indent: -9999px;
    z-index: 11;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 23px;
    height: 23px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
}

.slick-arrow:before,
.slick-arrow:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 17px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -11px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.15s ease-in-out;
}

.slick-prev:before {
    background-image: url('../images/icon-arrow-left.svg');
}

.slick-prev:after {
    background-image: url('../images/icon-arrow-left-r.svg');
}

.slick-next:before {
    background-image: url('../images/icon-arrow-right.svg');
}

.slick-next:after {
    background-image: url('../images/icon-arrow-right-r.svg');
}

.slick-arrow:before,
.slick-arrow:not(.slick-disabled):hover:after {
    opacity: 1;
    visibility: visible;
}

.slick-arrow:after,
.slick-arrow:not(.slick-disabled):hover:before {
    opacity: 0;
    visibility: hidden;
}


.main-slider {
    margin: 0 0 30px !important;
}
.main-slider,
.main-slider .slide {
    height: 369px;
    position: relative;
}
.main-slider .slide a {
    color: #fff;
}
.main-slider .slide img {
    object-fit:  cover;
    height: 100%;
    width: 100%;
}
.main-slider .slide .main-slider__img-mob {
    display: none;
}

.main-slider.gallery .slick-prev {left: 0 !important;}
.main-slider.gallery .slick-next {right: 0 !important;}

.main-slider .slick-dots li button:before {
    border: 1px solid #d0d5fa;
}


.gallery .slick-arrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: rgba(0, 0, 0, .5);
}

.gallery .slick-arrow:not(.slick-disabled):hover {
    background: rgba(0, 0, 0, .8);
}

.gallery .slick-prev {
    left: 15px;
}

.gallery .slick-next {
    right: 15px;
}

.gallery .slick-arrow:before {
    display: none;
}

.gallery .slick-arrow:after {
    opacity: 1;
    visibility: visible;
}

.gallery .slick-prev:after {
    background-image: url('../images/icon-arrow-left-w.svg');
}

.gallery .slick-next:after {
    background-image: url('../images/icon-arrow-right-w.svg');
}

.breadcrumbs {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #c3c3c3;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:after{
    content: '/';
    margin: 0 16px;
}

.breadcrumbs__item:last-child:after{
    display: none;
}

.breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs__link:hover {
    color: #595959;
    text-decoration: none;
}

.pagination {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

.pagination__arrow,
.pagination__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}

.pagination__link {
    color: inherit;
    text-decoration: none;
    margin: 0 1px;
}

.pagination__link:hover {
    background: #f1f1f1;
    color: #e4000d;
    text-decoration: none;
}

.pagination__link.is-active {
    background: #1d1d1d;
    color: #fff;
    text-decoration: none;
}

.pagination__arrow {
    text-indent: -9999px;
}

.pagination__arrow_prev {
    margin-right: 1px;
}

.pagination__arrow_next {
    margin-left: 1px;
}

.pagination__arrow:before,
.pagination__arrow:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 17px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -11px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.15s ease-in-out;
}

.pagination__arrow_prev:before {
    background-image: url(../images/icon-arrow-left.svg);
}

.pagination__arrow_prev:after {
    background-image: url(../images/icon-arrow-left-r.svg);
}

.pagination__arrow_next:before {
    background-image: url(../images/icon-arrow-right.svg);
}

.pagination__arrow_next:after {
    background-image: url(../images/icon-arrow-right-r.svg);
}

.pagination__arrow:before,
.pagination__arrow:hover:after {
    opacity: 1;
    visibility: visible;
}

.pagination__arrow:after,
.pagination__arrow:hover:before {
    opacity: 0;
    visibility: hidden;
}

.pagination__dott {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.tabs {

}

.tabs__nav {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #c3c3c3;
}

.tabs__nav-item {
    margin-right: 75px;
}

.tabs__nav-item:last-child {
    margin-right: 0;
}

.tabs__nav-link {
    display: block;
    position: relative;
    top: 1px;
    color: #c3c3c3;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 14px;
}

.tabs__nav-link:hover {
    color: #595959;
    text-decoration: none;
}

.tabs__nav-link.is-active {
  color: #1d1d1d;
  text-decoration: none;  
  border-bottom-color: #1d1d1d;
}

.tabs__content {

}

.tabs__item {
    display: none;
}

.tabs__item.is-open {
    display: block;
}

.menu-popup__bg,
.menu-popup__close {
    display: none;
}

.header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__inner {
    border-bottom: 1px solid #c3c3c3;
    padding: 39px 0 37px;
}

.header__content {
    position: relative;
}

.header__logo {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
}

.logo {

}

.logo__img {
    width: 270px;
}

.header__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__search {
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 10;
    width: 80px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease-in-out;
}

html.is-search-open .header__search {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    width: 564px;
}

.search {
    position: relative;
}

.search__input {
    height: 37px;
    padding: 7px 60px 7px 16px;
    font-size: 14px;
}

.search__btn {
    position: absolute;
    right: 31px;
    top: 0;
    width: 20px;
    height: 100%;
    text-indent: -9999px;
    opacity: 0.38;
    border: none;
    padding: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../images/icon-search.svg');
}

.search__btn:hover {
    opacity: 1;
}

.search__close {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    color: #d0d0d0;
    width: 31px;
    height: 100%;
}

.search__close:hover {
    color: #595959;
}

.search__close:before,
.search__close:after {
    width: 12px;
    border-bottom-width: 2px;
    margin: -1px 0 0 -6px;
}

.header__social {
    -ms-flex-order: 1;
    order: 1;
    margin-left: 36px;
}

.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social__btn {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    opacity: 0.38;
    border: none;
    padding: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
}

.social__btn:last-child {
    margin-right: 0;
}

.social__btn:hover {
    opacity: 1;
}

.social__btn_instagram {
    background-image: url('../images/icon-social-instagram.svg');
}

.social__btn_twitter {
    width: 25px;
    background-image: url('../images/icon-social-twitter.svg');
}

.social__btn_facebook {
    background-image: url('../images/icon-social-facebook.svg');
}

.social__btn_search {
    background-image: url('../images/icon-search.svg');
}

.header__control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__control-item {

}

.header__basket {

}

.basket-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #1d1d1d;
    text-decoration: none;
}

.basket-field:hover {
    color: #e4000d;
    text-decoration: none;
}

.basket-field__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.basket-field__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 25px;
    height: 17px;
}

.basket-field__icon:before,
.basket-field__icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.15s ease-in-out;
}

.basket-field__icon:before {
    background-image: url('../images/icon-basket.svg');
}

.basket-field__icon:after {
    background-image: url('../images/icon-basket-r.svg');
}

.basket-field__icon:before,
.basket-field:hover .basket-field__icon:after {
    opacity: 1;
    visibility: visible;
}

.basket-field__icon:after,
.basket-field:hover .basket-field__icon:before {
    opacity: 0;
    visibility: hidden;
}

.basket-field__count {
    margin-left: 7px;
}

.basket-field__content {
    color: #1d1d1d;
    border-left: 1px solid #c3c3c3;
    padding-left: 8px;
    margin-left: 11px;
}

.header__phone {
    margin-left: 110px;
}

.phone-link {
    color: inherit;
    text-decoration: none;
}

.phone-link:hover {
    color: inherit;
    text-decoration: none;
}

.phone-link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 19px;
    background: url(../images/icon-phone.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    top: -1px;
}

.header__menu-btn {
    display: none;
}

.menu-btn {

}

.header__menu {
    margin-top: 25px;
}

.menu {
    margin: 0;
    padding: 0 0 0 278px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.menu__item {

}

.menu__row {

}

.menu__toggle-btn {
    display: none;
}

.menu__link {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 14px 30px 0;
    height: 60px;
    color: #1d1d1d;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu__link:hover {
    color: #1d1d1d;
    text-decoration: none;
}

.menu__item:last-child .menu__link {
    padding-right: 0;
}

.menu__text {
    border-bottom: 1px solid transparent;
    padding-bottom: 7px;
}

.menu__link:hover .menu__text,
.menu__link.is-active .menu__text {
    border-bottom-color: inherit;
}

@media (min-width: 768px) {
    .menu__item.has-dropdown:hover .menu__link {
        color: #1d1d1d;
        background: #f1f1f1;
    }

    .menu__itemhas-dropdown:hover .menu__text {
        border-bottom-color: inherit;
    }
}

.menu__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 34px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    background: #f1f1f1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.menu__item:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
}

.menu__group {
    position: relative;
    left: 1px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 50px;
    border-right: 1px solid #d8d8d8;
}

.menu__group:last-child {
    border-right: none;
}

.menu__group_col-3 .menu__group-list {
    column-count: 3;
}

.menu__group_col-2 .menu__group-list,
.menu__group_col-2 .menu__group-list {
    column-count: 2;
}

.menu__group-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1d1d1d;
    margin-bottom: 8px;
}

.menu__group-title a {
    color: inherit;
    text-decoration: none;
}

.menu__group-title a:hover {
    color: #e4000d;
    text-decoration: none;
}

.menu__group-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__group-list li {
    margin-bottom: 9px;
}

.menu__group-list a {
    color: inherit;
    text-decoration: none;
}

.menu__group-list a:hover {
    color: #e4000d;
    text-decoration: none;
}

.footer {
    background: #f1f1f1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__inner {
    display: -ms-flexbox;
    display: flex;
}

.footer__subscribe {
    background: #ececec;
    position: relative;
    -ms-flex: 0 0 31.667%;
    flex: 0 0 31.667%;
    max-width: 31.667%;
    padding: 43px 40px 43px 0;
}

.footer__subscribe:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #ececec;
}

.footer-subscribe {

}

.footer-subscribe__title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #1d1d1d;
    margin-bottom: 27px;
}

.footer-subscribe__form {
    max-width: 306px;
    padding-right: 46px;
    position: relative;
}

.footer-subscribe__input {
    height: 35px;
    border-color: #fff;
}

.footer-subscribe__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 35px;
    padding: 0;
    background-image: url('../images/icon-email.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 13px;
}

.footer-subscribe__text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
}

.footer__main {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 44px 0 44px 54px;
}

.footer__content {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
}

.footer__bottom {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-top: 30px;
    font-size: 12px;
}

.footer__col {
    padding: 0 15px;
}

.footer__col_1 {
    width: 41%;
}

.footer__col_2 {
    width: 30%;
}

.footer__col_3 {
    width: 29%;
}

.footer__nav {

}

.footer__title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__list li {
    margin-bottom: 9px;
}

.footer__list a,
.footer__bottom a {
    color: inherit;
    text-decoration: none;
}

.footer__list a:hover,
.footer__bottom a:hover {
    color: #e4000d;
    text-decoration: none;
}

.footer__social {

}

.footer__social-content {
    margin-top: 27px;
}

.footer__social .social {
    margin: 0 -5px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__social .social__btn {
    margin: 0 5px 10px;
}

@media (min-width: 768px) {
    .footer__social .social__btn {
        margin: 0 5px 10px;
        width: 27px;
        height: 27px;
    }

    .footer__social .social__btn_twitter {
        width: 34px;
    }
}

.content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 26px 0 56px;
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 19px;
}

.gallery.slick-slider {
    display: block;
}

.gallery__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.gallery_lg .gallery__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.slick-slide .gallery__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    vertical-align: top;
}

.gallery__item img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-slider-text{
    padding: 0 80px;
}

.gallery-slider-text .gallery__item a{
    display: flex;
    background: #f1f1f1;
    padding: 12px 6px;
    text-align: center;
    color: #333;
    text-decoration: none;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.gallery-slider-text .gallery__item a:hover, .gallery-slider-text .gallery__item a:focus {
    background: #ebebeb;
    text-decoration: none;
}

.gallery-slider-text .slick-track{
    display: flex;
    align-items: stretch;
}

.gallery-slider-text.slick-initialized .slick-slide{
    display: flex!important;
    height: auto!important;
    flex-direction: column;
}
.gallery-slider-text.slick-initialized .slick-slide > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.gallery-slider-text .slick-slide .gallery__item{
    display: flex!important;
    flex-grow: 1;
}


.promo-quote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 37px 0 34px;
}

.promo-quote__image-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.promo-quote__image {
    display: block;
    width: 100%;
    height: auto;
}

.promo-quote__content-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 75px 50px 76px 65px;
}

.promo-quote__content-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    transform: translateX(-50%);
    background: #f1f1f1;
    z-index: -1;
}

.promo-quote__content {
    font-weight: 500;
    font-style: italic;
    color: #1d1d1d;
}

.promo-quote__footer {
    font-style: italic;
    margin-top: 76px;
    padding-top: 34px;
    font-size: 12px;
    position: relative;
}

.promo-quote__footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    border-top: 1px solid #c3c3c3;
}

.promo-quote__footer strong {
    font-weight: 500;
}

.callback-block {
    text-align: center;
    margin: 51px 0 20px;
}

.callback-block__title {
    margin-bottom: 10px;
}

.callback-block__phone {
    font-size: 20px;
    line-height: 30px;
}

.callback-block__phone a {
    color: inherit;
    text-decoration: none;
}

.callback-block__phone a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 19px;
    background: url('../images/icon-phone.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 14px;
    top: -2px;
}

.basket {
    margin: 0;
}

.basket__cell {

}

.basket__cell:first-child {
    padding-left: 0;
}

.basket__cell_head {

}

.basket__cell_image {
    width: 95px;
    padding: 0;
}

.basket__cell_title {
    text-align: left;
}

.basket__cell_price {
    white-space: nowrap;
    width: 16%;
}

.basket__cell_count {
    width: 14%;
}

.basket__cell_total {
    width: 27.5%;
}

.basket__cell_remove {
    text-align: center;
    width: 1px;
}

.basket__image-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}

.basket__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.basket__title {
    font-size: 14px;
    line-height: 22px;
    max-width: 270px;
}

.basket__title a {
    color: inherit;
}

.basket__price,
.basket__total-price {
    display: inline;
    white-space: nowrap;
    font-weight: bold;
}

.basket__price-old {
    display: inline;
    white-space: nowrap;
    text-decoration: line-through;
    color: #e4000d;
    margin-left: 11px;
}

.basket__count {
    width: 83px;
}

.order {
    background: #f1f1f1;
    position: relative;
    top: -1px;
    margin-bottom: 23px;
}

.order__form {

}

.order__header {
    padding: 23px 40px;
    border-bottom: 1px solid #d8d8d8;
}

.order__total {
    margin-left: auto;
    color: #1d1d1d;
}

.order__total-title {

}

.order__total-value {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.order__content {
    padding: 34px 40px 40px;
}

.order__step {

}

.order__step-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0 0 18px 0;
}

.order__btn-row {
    margin-top: 36px;
    text-align: right;
}

.order__btn {

}

.collection-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px -15px 9px;
}

.collection-catalog__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.collection-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.collection-thumb:before {
    content: '';
    display: block;
    padding-top: 110%;
}

.collection-thumb_hrz:before {
    padding-top: 300px;
}

.collection-thumb__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection-thumb__image + .collection-thumb__image {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.collection-thumb:hover .collection-thumb__image + .collection-thumb__image {
    opacity: 1;
    visibility: visible;
}

.collection-thumb__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px 0 20px;
    transition: 0.5s ease-in-out;
}

.collection-thumb_hrz .collection-thumb__content {
    width: calc(50% - 15px);
    min-height: 100%;
}

.collection-thumb:hover .collection-thumb__content {
    min-height: 100%;
}

.collection-thumb__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url('../images/icon-arrow-right-w.svg') right 20px center no-repeat;
    background-size: 23px 17px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.collection-thumb_hrz .collection-thumb__content:before {
    width: 100%;
    background-position: right 20px bottom 20px;
}

.collection-thumb_hrz:hover .collection-thumb__content:before {
    width: calc(200% - -30px);
}



.collection-thumb__content-inner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.collection-thumb__title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.collection-thumb__text {
    margin-top: 12px;
}

.page-text {
    margin-top: 40px;
    border-top: 1px solid #c3c3c3;
    padding-top: 38px;
}

.filter-popup__bg,
.filter-popup__close {
    display: none;
}

.filter {
    padding-top: 26px;
}

.filter__form {

}

.filter__section {
    margin-bottom: 39px;
}

.filter__section-title {
    display: block;
    font-weight: bold;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.filter__section-content {

}

.filter__range-inputs {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.filter__range-inputs:before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    margin: 17px -12px 0;
    border-top: 1px solid #c3c3c3;
}

.filter__range-input-field {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
}

.filter__range-input-field + .filter__range-input-field {
    padding-right: 0;
    padding-left: 20px;
}

.ui-slider {
    height: 2px;
    border: none !important;
    background: #c3c3c3;
    color: #000;
    border-radius: 0;
}

.ui-slider .ui-slider-range {
    border-radius: 0;
    background: #595959;
    top: 0;
    bottom: 0;
    height: auto;
}

.ui-slider .ui-slider-handle {
    border-radius: 0;
    width: 20px;
    height: 20px;
    top: -9px;
    margin-left: -10px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #595959;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -4px;
}

.filter__footer {

}

.filter__btn {
    width: 100%;
}

.filter__reset {
    width: 100%;
    color: #595959;
    background: #fff;
    font-weight: normal;
    margin-top: 5px;
}

.filter__reset:hover,
.filter__reset:active {
    background: #fff;
    color: #e4000d;
}

.catalog-section {
    display: -ms-flexbox;
    display: flex;
    margin: 25px -15px 0;
}

.catalog-section__aside {
    -ms-flex: 0 0 21.952%;
    flex: 0 0 21.952%;
    max-width: 21.952%;
    padding: 0 15px;
}

.catalog-section__main {
    -ms-flex: 0 0 78.048%;
    flex: 0 0 78.048%;
    max-width: 78.048%;
    padding: 0 15px;
}

.catalog-section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog-section__filter-btn-field {
    display: none;
}

.filter-btn {

}

.catalog-section__sort-select-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}

.catalog-section__sort-select-title {
    position: relative;
    z-index: 101;
    padding: 6px 2px 6px 0;
}

.catalog-section__sort-select {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    background: none;
    font-size: inherit;
    line-height: inherit;
    color: #1d1d1d;
}

.catalog-section__sort-select-field .jq-selectbox {
    position: static;
}

.catalog-section__sort-select-field .jq-selectbox__select {
    padding: 6px 16px 6px 0;
}

.catalog-section__sort-select-field .jq-selectbox__select:after {
    margin-top: -5px;
    right: 2px;
}

.catalog-section__sort-select-field .jq-selectbox.opened .jq-selectbox__select:after {
    margin-top: -1px;
}

.catalog-section__sort-select-field .jq-selectbox__dropdown {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
}

.catalog-section__content {

}

.catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 9px;
}

.catalog__item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.catalog-slider-section {
    margin-bottom: 25px;
    margin-top: 38px;
}

.catalog-slider-section__title {
    margin-bottom: 27px;
}

.catalog-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.catalog-slider__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.catalog-slider.slick-slider {
    display: block;
}

.slick-slide .catalog-slider__item {
    max-width: 100%;
    vertical-align: top;
    margin: 0;
}

.catalog-slider .slick-arrow {
    top: 145px;
}

.catalog-slider .slick-prev {
    left: 15px;
}

.catalog-slider .slick-next {
    right: 15px;
}

.item {
    display: block;
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 19px 13px;
    color: inherit;
    text-decoration: none;
}

.item:hover {
    border-color: #595959;
}

.item a.item_a:hover {
    color: #e4000d;
    text-decoration: none;
}

.item__image-field {
    max-width: 250px;
    margin: 0 auto 4px;
    position: relative;
}

.item__image-field:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.item__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item__image-wrapper .item__image-wrapper {
    opacity: 0;
    visibility: hidden;
}

.item:hover .item__image-wrapper + .item__image {
    opacity: 0;
    visibility: hidden;
}

.item:hover .item__image-wrapper .item__image-wrapper {
    opacity: 1;
    visibility: visible;
}

.item__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 3px auto 14px;
    max-width: 220px;
}

.item__price {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #1d1d1d;
    margin-bottom: 16px;
}

.item_table{
    text-align: left;
    padding: 0 6% 12px;
}
.item_table .item_row{
    display: flex;
    padding: 0 20px;
}
.item_table .item_row:hover {
    background-color: #fafafa;
}
.item_table .item_row > div {
    width: 10%;
}
.item_table .item_row > div:first-child, .item_table .item_row > div:last-child {
    width: 45%;
}

.item__top{
    display: flex;
    justify-content: space-between;
    font-size: 85%;
}
.item__top .product_instock{
    color: #17800c;
    font-weight: bold;
}
.item__top .product_articul{
    color: #5c5f79;
    font-weight: bold;
}

.main-collection-catalog {
    margin: 0 -15px 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-collection-catalog__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.main-collection-catalog__item_lg {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .main-collection-catalog .collection-thumb__content {
        padding-left: 35px;
    }
}

.main-banner {
    display: block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: -27px 0 30px;
}

.main-banner:before {
    content: '';
    display: block;
    padding-top: 369px;
}

.main-banner__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner__content {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px 0 90px;
    width: calc(50% - 15px);
    height: 100%;
    background: rgba(70, 73, 94, .5);
    transition: 0.3s ease-in-out;
}

.main-banner__content-inner {
    width: 100%;
}

.main-banner__title {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    margin: 0 0 8px 0;
}

.main-content {
    position: relative;
    margin-bottom: 59px;
}

.main-content:before {
    content: '';
    position: absolute;
    top: -236px;
    bottom: -220px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
    background: #f1f1f1;
}

.main-content__header {
    margin-bottom: 77px;
}

.main-content__title {
    font-size: 55px;
    line-height: 65px;
    color: #1d1d1d;
    margin: -20px 0 2px;
}

.main-content__subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0;
}

.main-content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 21px;
}

.main-content p {
    margin-right: 18px;
}

.main-content hr {
    width: 100vw;
    margin-top: 77px;
}

.articles-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.articles-catalog__item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.articles-catalog__header {
    display: block;
    background: #46495e url(../images/icon-arrow-right-w.svg) right 20px bottom 20px no-repeat;
    background-size: 23px 17px;
    color: #fff;
    text-decoration: none;
    padding-top: 85.6%;
    position: relative;
}

.articles-catalog__header:hover {
    background-color: #5c5f79;
    color: #fff;
    text-decoration: none;
}

.articles-catalog__header-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px 0 36px;
}

.articles-catalog__header-content {
    width: 100%;
}

.articles-catalog__title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px 0;
    color: inherit;
}

.articles-catalog__text {

}

.article-excerpt {
    display: block;
    color: inherit;
    text-decoration: none;
}

.article-excerpt:hover {
    color: #e4000d;
    text-decoration: none;
}

.article-excerpt__image {
    display: block;
    padding-top: 85.6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 19px;
}

.article-excerpt__title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 11px;
}

.article-excerpt__date {
    font-size: 11px;
    text-transform: uppercase;
    color: #c3c3c3;
}

.product-gallery {

}

.product-gallery__slider {

}

.product-gallery__thumbs-item {
    border: 1px solid #c3c3c3;
    background: #fff;
}

.product-gallery__item,
.product-gallery__thumbs-item {
    display: block !important;
    width: auto !important;
    position: relative;
}

.product-gallery__item:before,
.product-gallery__thumbs-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-gallery__item + .product-gallery__item {
    display: none !important;
}

.product-gallery__thumbs-item {
    margin: 0 7px 0 8px;
    cursor: pointer;
}

.slick-current .product-gallery__thumbs-item,
.product-gallery__thumbs-item:hover {
    border-color: #595959;
}

.product-gallery__item-inner,
.product-gallery__thumbs-item-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-gallery__item-inner {

}

.product-gallery__thumbs-item-inner {
    padding: 3px;
}

.product-gallery__item img,
.product-gallery__thumbs-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-gallery__thumbs {
    margin-top: 30px;
    padding: 0 60px;
}

.product {
    margin-bottom: 34px;
}

.product__main {
    display: -ms-flexbox;
    display: flex;
}

.product__image-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px 40px 0;
}

.product__gallery {
    max-width: 500px;
}

.product__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 35px 0 0 40px;
    background: #f1f1f1;
    box-shadow: 600px 0 0 0 #f1f1f1;
    position: relative;
}

.product__content:after {
    content: '';
    display: table;
    clear: both;
}

.product__content table {
    margin-bottom: 36px;
}

.product__content table th:first-child,
.product__content table td:first-child {
    padding-left: 0;
}

.basket-btn {
    position: relative;
    padding-left: 55px;
    padding-right: 22px;
}

.basket-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0 21px;
    width: 25px;
    height: 17px;
    background: url('../images/icon-basket-w.svg') center center no-repeat;
    background-size: 100% 100%;
}

.product__articul {
    position: absolute;
    right: 0;
    top: -46px;
    font-size: 12px;
    line-height: 20px;
}

.product__articul strong {
    font-weight: inherit;
    color: #1d1d1d;
}

.product__instock {
    position: absolute;
    left: 0;
    top: -28px;
    font-size: 12px;
    line-height: 20px;
}

.product__price-row {
    margin: 23px 0 28px;
}

.product__price {
    display: inline;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #1d1d1d;
    margin-right: 26px;
}

.product__old-price {
    display: inline;
    font-size: 18px;
    line-height: 22px;
    text-decoration: line-through;
    color: #e4000d;
}

.product__form {

}

.product__variants {

}

.product__variant {
    cursor: pointer;
}
.product__variant.have_desc td {
    border-bottom: none;
}

.product__variant-desc td {
    border-top: none;
     padding-top: 0;
}

.product__variant-desc *:last-child {
    margin:0;
}

.product__variant.is-active + .product__variant-desc {
    background: #fff;
}
.product__variant.is-active td {
    background: #fff;
}

.product__variant .form-check {
    display: block;
    width: 30px;
    text-align: right;
    margin: 0;
}

.product__variant-radio {

}

.product__btn-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product__current-price-field {
    margin-right: 54px;
}

.product__current-price-title {
    color: #1d1d1d;
    margin-bottom: 2px;
}

.product__current-price {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #1d1d1d;
    white-space: nowrap;
}

.product__btn-field {

}

.product__btn {

}

.product__specifications {
    font-size: 12px;
    line-height: 17px;
    background: #f1f1f1;
    padding: 22px 0;
    box-shadow: 600px 0 0 0 #f1f1f1, -600px 0 0 0 #F1F1F1;
}

.product__specifications-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
}

.product__specifications-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 16px 0;
}

.product__specifications-icon {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 10px;
}

.product__specifications-icon img {
    max-width: 100%;
    height: auto;
}

.product__specifications-text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.ecommerce-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #46495e;
    color: #fff;
    margin: 37px 0 24px;
}

.ecommerce-link__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 4px 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 34px;
}

.ecommerce-link__btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    display: block;
    border: none;
    padding: 40px 100px 34px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    width: 46.7%;
}

.ecommerce-link__btn > span {
    position: relative;
}

.ecommerce-link__btn > span:before {
    content: '';
    position: absolute;
    left: -65px;
    top: -7px;
    width: 46px;
    height: 31px;
    background: url(../images/icon-basket-w.svg) center center no-repeat;
    background-size: 100% 100%;
}

.reviews {
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.reviews .slick-arrow {
    top: auto;
    margin: 0;
    bottom: 0;
}

.reviews .slick-prev {
    left: 0;
}

.reviews .slick-next {
    right: auto;
    left: 0;
    margin-left: 47px;
}

.review {

}

.review__header {
    margin-bottom: 7px;
}

.review__author {
    display: inline;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    margin-right: 5px;
}

.review__date {
    display: inline;
    vertical-align: baseline;
    font-size: 11px;
    color: #c3c3c3;
}

.reviews + .form-block {
    margin-top: 0;
}
