@import url(normalize.css);

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
}

@font-face {
    font-family: 'Cormorant SC';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/CormorantSC/cormorant-sc-v16-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("fonts/CormorantSC/cormorant-sc-v16-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("fonts/CormorantSC/cormorant-sc-v16-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

html * {
    max-height: 999999px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body * {
    outline: none;
}

body.modal-open {
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 500;
}

input, button, textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

input[type="text"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear, textarea::-ms-clear {
    display: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.container {
    width: 100%;
    max-width: 1470px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    width: 100%;
}

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

img.img-overflow {
    max-width: none;
}

svg {
    display: block;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.fancybox-container {
    font-family: 'Montserrat', sans-serif;
}

.fancybox-slide:before {
    margin-right: 0;
}

ul, ol {
    margin: 15px 0;
    padding: 0;
    padding-left: 12px;
    list-style-type: none;
}

ul:first-child, ol:first-child {
    margin-top: 0;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ul li, ol li {
    position: relative;
    margin-bottom: 10px;
}

ul li:last-child, ol li:last-child {
    margin-bottom: 0;
}

p, li {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

ul li {
    padding-left: 15px;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1D1D1B;
}

ol {
    counter-reset: olCounter;
}

ol li {
    padding-left: 22px;
}

ol li::before {
    content: counter(olCounter) ".";
    counter-increment: olCounter;
    position: absolute;
    left: 0;
    top: 0;
}

h1, .h1 {
    font-family: 'Cormorant SC', sans-serif;
    font-weight: 500;
    font-size: 72px;
    color: #986F48;
    line-height: 1;
}

.title {
    font-family: 'Cormorant SC', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

.spec-title {
    font-family: 'Cormorant SC', sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

h2, .h2 {
    font-family: 'Cormorant SC', sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: #986F48;
    line-height: 1;
}

h3, .h3 {
    font-family: 'Cormorant SC', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}

h4, .h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}

h4:first-child, .h4:first-child {
    margin-top: 0;
}

h4:last-child, .h4:last-child {
    margin-bottom: 0;
}

.sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.slider-pagination {
    position: absolute;
    left: 0;
    bottom: 15px !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.slider-pagination span {
    display: block;
    width: 60px;
    height: 4px;
    margin: 0 !important;
    margin-right: 15px !important;
    background-color: #979797;
    opacity: .5;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .25s;
    transition: .25s;
}

.slider-pagination span:last-child {
    margin-right: 0 !important;
}

.slider-pagination span.active {
    opacity: 1;
}

.btn {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 9px 22px;
    background-color: #986F48;
    border: 1px solid #986F48;
    color: #fff;
    text-transform: uppercase;
    min-width: 255px;
    -webkit-transition: .25s;
    transition: .25s;
	margin: 5px 0px;
}

.btn[disabled] {
    background-color: #B6B6B6 !important;
    border-color: #B6B6B6 !important;
    pointer-events: none;
}

.btn:active {
    background-color: #B78D75 !important;
    border-color: #B78D75 !important;
}

.btn-border {
    background-color: transparent !important;
    color: #986F48;
}

.btn-border[disabled] {
    background-color: transparent !important;
    border-color: #B6B6B6 !important;
    color: #B6B6B6 !important;
}

.btn-border:active {
    background-color: transparent !important;
    border-color: #B78D75 !important;
    color: #B78D75 !important;
}

.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-white:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1D1D1B !important;
    opacity: .75;
}

.btn-grey {
    color: #828282;
    border-color: #828282;
}

.section {
    padding-top: 50px;
}

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

.section-title:last-child {
    margin-bottom: 0;
}

.slider-prev, .slider-next {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.slider-prev.swiper-button-disabled, .slider-next.swiper-button-disabled {
    display: none;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

.tag {
    display: inline-block;
    background-color: #1D1D1B;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 12px;
    line-height: 18px;
}

.tag--red {
    background-color: #EB5757;
}

.tag--grey {
    background-color: #F4F1EF;
    color: #828282;
}

.line-none {
    text-decoration: none !important;
}

.main-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}

.main-pagination__item {
    width: 44px;
    height: 44px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.main-pagination__item svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
}

.main-pagination__item:last-child {
    margin-right: 0;
}

.main-pagination span.main-pagination__item {
    color: #999;
}

.main-pagination span.main-pagination__item svg path {
    fill: #999;
}

.main-input {
    position: relative;
}

.main-input__label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.main-input__label:last-child {
    margin-bottom: 0;
}

.main-input input, .main-input textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #BDBDBD;
    padding: 2px 0;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B;
}

.main-input input::-webkit-input-placeholder, .main-input textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #828282;
    -webkit-transition: .1s;
    transition: .1s;
}

.main-input input::-moz-placeholder, .main-input textarea::-moz-placeholder {
    opacity: 1;
    color: #828282;
    -moz-transition: .1s;
    transition: .1s;
}

.main-input input:-ms-input-placeholder, .main-input textarea:-ms-input-placeholder {
    opacity: 1;
    color: #828282;
    -ms-transition: .1s;
    transition: .1s;
}

.main-input input::-ms-input-placeholder, .main-input textarea::-ms-input-placeholder {
    opacity: 1;
    color: #828282;
    -ms-transition: .1s;
    transition: .1s;
}

.main-input input::placeholder, .main-input textarea::placeholder {
    opacity: 1;
    color: #828282;
    -webkit-transition: .1s;
    transition: .1s;
}

.main-input input:focus::-webkit-input-placeholder, .main-input textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus::-moz-placeholder, .main-input textarea:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus:-ms-input-placeholder, .main-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus::-ms-input-placeholder, .main-input textarea:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus::placeholder, .main-input textarea:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input.error, .main-input textarea.error {
    border-color: #EB5757;
}

.main-input input.error + .main-input__error, .main-input textarea.error + .main-input__error {
    display: block;
}

.main-input textarea {
    resize: none;
    height: 120px;
}

.main-input__error {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    font-size: 14px;
    line-height: 20px;
    color: #EB5757;
    display: none;
}

.main-input.main-input--password {
    position: relative;
}

.main-input.main-input--password input {
    padding-right: 40px;
}

.main-input__password-btn {
    position: absolute;
    right: 0;
    top: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-input__password-btn svg path:first-child {
    display: none;
}

.main-input__password-btn.active svg path:first-child {
    display: block;
}

.main-input__password-btn.active svg path:last-child {
    display: none;
}

.main-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-checkbox label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-checkbox label input {
    display: none;
}

.main-checkbox label input:checked + span::before {
    border-color: #986F48;
}

.main-checkbox label input:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.main-checkbox label span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    padding-left: 26px;
}

.main-checkbox label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #828282;
    background-color: #fff;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}

.main-checkbox label span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    background: #986F48 url(../img/check-icon.svg) center center no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s;
    transition: .15s;
}

.main-checkbox.main-checkbox--small label span {
    font-size: 14px;
    line-height: 15px;
}

.main-checkbox.main-checkbox--small label span::before {
    top: 0;
}

.main-checkbox.main-checkbox--small label span::after {
    top: 0;
}

.main-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-radio label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-radio label input {
    display: none;
}

.main-radio label input:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.main-radio label span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    padding-left: 26px;
}

.main-radio label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #828282;
    background-color: #fff;
}

.main-radio label span::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 15px;
    width: 9px;
    height: 9px;
    background-color: #986F48;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s;
    transition: .15s;
}

.filter-price {
    margin-bottom: 20px;
}

.filter-price:last-child {
    margin-bottom: 0;
}

.filter-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-price__item {
    width: 50%;
    max-width: 105px;
}

.filter-price__item span {
    font-size: 14px;
}

.filter-price__item input {
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #BDBDBD;
    padding: 2px 0;
    font-size: 18px;
    line-height: 25px;
}

.filter-price__slider {
    margin-top: 18px;
}

.main-range {
    padding: 12px 13px;
}

.main-range__slider {
    height: 2px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #ccc;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-range__slider .noUi-connect {
    background: #986F48;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.main-range__slider .noUi-handle {
    width: 26px;
    height: 26px;
    right: -13px;
    top: -12px;
    border: 2px solid #986F48;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-range__slider .noUi-handle::before, .main-range__slider .noUi-handle::after {
    display: none;
}

@media (min-width: 992px) {
    .main-scrollbar .ps__rail-y {
        opacity: 1 !important;
        background-color: transparent !important;
        width: 6px !important;
    }

    .main-scrollbar .ps__thumb-y {
        width: 6px !important;
        right: 0 !important;
        background-color: #ccc !important;
    }
}

@media (max-width: 991px) {
    .main-scrollbar {
        overflow-y: auto;
    }

}

select.js-select {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: 0;
    background: none;
}

.main-select .jq-selectbox {
    display: block;
}

.main-select .jq-selectbox.opened .jq-selectbox__select-text::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-select .jq-selectbox__select-text {
    display: block;
    padding: 10px 45px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #1D1D1B;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.main-select .jq-selectbox__select-text::before {
    content: '';
    position: absolute;
    right: 16px;
    top: calc(50% - 6px);
    width: 14px;
    height: 11px;
    background: url(../img/main-select-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.main-select .jq-selectbox__dropdown {
    width: 100% !important;
    top: calc(100% - 1px) !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    height: auto !important;
    background-color: #fff;
    border: 1px solid #1D1D1B;
}

.main-select .jq-selectbox__dropdown ul {
    max-height: none !important;
    margin: 0;
    padding: 5px 0;
}

.main-select .jq-selectbox__dropdown ul li {
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .15s;
    transition: .15s;
}

.main-select .jq-selectbox__dropdown ul li::before {
    display: none;
}

.main-select .jq-selectbox__dropdown ul li.selected, .main-select .jq-selectbox__dropdown ul li:hover {
    background-color: #986F48;
    color: #fff;
}

.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: .45;
}

body.modal-gallery-open .fancybox-slide--html {
    padding: 0;
}

.modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 97;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s;
}

.modal-bg.active {
    opacity: 1;
    visibility: visible;
}

.main-modal {
    display: none;
    width: 100%;
    max-width: 450px;
    padding: 34px 30px 30px;
    background-color: #fff;
}

.main-modal .fancybox-close-small {
    display: none;
}

.main-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-modal__title {
    font-size: 30px;
    color: #986F48;
    text-transform: none;
}

.main-modal__form {
    margin-top: 35px;
}

.main-modal__form-item {
    margin-bottom: 40px;
}

.main-modal__form-item:last-child {
    margin-bottom: 0;
}

.main-modal__form-btn {
    margin-top: 30px;
}

.main-modal__form-btn .btn {
    width: 100%;
    display: block;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.main-modal__form-agree {
    margin-top: 14px;
    font-size: 12px;
    text-align: center;
}

.main-modal__form-agree a {
    font-weight: 500;
    color: #986F48;
}

.one-click-modal__result {
    margin-top: 25px;
}

.one-click-modal__result:first-child {
    margin-top: 0;
}

.one-click-modal__result-icon img {
    margin: 0 auto;
}

.one-click-modal__result-desc {
    text-align: center;
    margin-top: 26px;
}

.one-click-modal__result-desc:first-child {
    margin-top: 0;
}

.outlet-modal {
    display: none;
    width: 100%;
    max-width: 570px;
    background-color: #fff;
    padding: 0;
}

.outlet-modal .fancybox-close-small {
    display: none;
}

.outlet-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.outlet-modal__content {
    padding: 24px 30px 36px;
    text-align: center;
}

.outlet-modal__title {
    font-size: 60px;
    color: #986F48;
    text-transform: none;
}

.outlet-modal__desc {
    max-width: 430px;
    margin: 16px auto 0;
}

.outlet-modal__desc:first-child {
    margin-top: 0;
}

.outlet-modal__btn {
    margin-top: 22px;
}

.outlet-modal__btn:first-child {
    margin-top: 0;
}

.outlet-modal__btn .btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    position: relative;
    z-index: 96;
    background-color: #fff;
    padding: 15px 0;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__left {
    min-width: 182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu-open {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .25s;
    transition: .25s;
}

.header__menu-open span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #828282;
    margin-bottom: 12px;
}

.header__menu-open span:last-child {
    margin-bottom: 0;
}

.header__menu-open.active {
    opacity: 0;
    visibility: hidden;
}

.header__logo {
    margin: 0 30px;
}

.header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__icon {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    position: relative;
    margin-right: 20px;
}

.header__icon:last-child {
    margin-right: 0;
}

.header__icon > span {
    position: absolute;
    right: -8px;
    top: -4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    min-width: 16px;
    padding-left: 5px;
    padding-right: 4px;
    height: 16px;
    border-radius: 8px;
    background-color: #986F48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.header-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 98;
    opacity: 0;
    height: 100%;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s;
}

.header-search.active {
    opacity: 1;
    visibility: visible;
}

.header-search__wrap {
    background-color: #fff;
    position: relative;
}

.header-search__close {
    position: absolute;
    left: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.header-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 32px;
    padding-bottom: 28px;
}

.header-search__input {
    display: block;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 25px;
    padding: 2px 0;
    padding-right: 40px;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid #BDBDBD;
    color: #1D1D1B;
    min-width: 0;
}

.header-search__input::-webkit-input-placeholder {
    opacity: 1;
    color: #828282;
}

.header-search__input::-moz-placeholder {
    opacity: 1;
    color: #828282;
}

.header-search__input:-ms-input-placeholder {
    opacity: 1;
    color: #828282;
}

.header-search__input::-ms-input-placeholder {
    opacity: 1;
    color: #828282;
}

.header-search__input::placeholder {
    opacity: 1;
    color: #828282;
}

.header-search__reset {
    position: absolute;
    right: 55px;
    top: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: .25s !important;
    transition: .25s !important;
}

.header-search__reset.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.header-search__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
}

.header-search__dropdown {
    padding-bottom: 30px;
    display: none;
}

.header-search__catalog {
    margin-top: 30px;
}

.header-search__catalog-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header-search__catalog-col {
    width: 25%;
}

.header-search__catalog-btn {
    margin-top: 65px;
    text-align: center;
}

.header-menu {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    background-color: #fff;
    width: 100%;
    max-width: 465px;
    z-index: 98;
    padding: 30px 30px 50px;
    overflow-y: auto;
    -webkit-transition: .25s;
    transition: .25s;
}

.header-menu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.header-menu.main-scrollbar .ps__rail-y {
    right: 8px !important;
}

.header-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-menu__close {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-menu__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
	padding-right: 25px;
}

.header-menu__tel img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.header-menu__nav {
    margin-top: 30px;
}

.header-menu__nav ul {
    margin: 0;
    padding: 0;
}

.header-menu__nav ul li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.header-menu__nav ul li::before {
    display: none;
}

.header-menu__nav > ul > li {
    border-top: 1px solid #ccc;
}

.header-menu__nav > ul > li:last-child {
    border-bottom: 1px solid #ccc;
}

.header-menu__nav > ul > li > a, .header-menu__nav > ul > li > span {
    font-family: 'Cormorant SC', sans-serif;
    font-size: 28px;
    line-height: 28px;
    display: block;
    color: #986F48;
    padding: 14px 0 13px;
}

.header-menu__nav > ul > li > a.dropdown, .header-menu__nav > ul > li > span.dropdown {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.header-menu__nav > ul > li > a.dropdown::after, .header-menu__nav > ul > li > span.dropdown::after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    width: 14px;
    height: 11px;
    background: url(../img/header-menu-dropdown-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.header-menu__nav > ul > li > a.dropdown.active::after, .header-menu__nav > ul > li > span.dropdown.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-menu__nav > ul > li.current > a, .header-menu__nav > ul > li.current > span {
    color: #6D4425;
}

.header-menu__nav > ul > li > ul {
    display: none;
}

.header-menu__nav > ul > li > ul > li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.header-menu__nav > ul > li > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.header-menu__nav > ul > li > ul > li.current > a, .header-menu__nav > ul > li > ul > li.current > span {
    color: #986F48;
}

.header-menu__soc {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__soc:first-child {
    margin-top: 0;
}

.header-menu__soc-item {
    margin-right: 15px;
    opacity: .5;
}

.header-menu__soc-item:last-child {
    margin-right: 0;
}

.footer {
    background-color: #1D1D1B;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 40px 0 20px;
}

.footer__wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer__icon {
    position: absolute;
    z-index: -1;
}

.footer__icon-1 {
    left: 0;
    bottom: 0;
}

.footer__icon-2 {
    right: 0;
    top: 0;
}

.footer__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__col {
    width: 25%;
}

.footer__sub {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.footer__sub:last-child {
    margin-bottom: 0;
}

.footer__list ul {
    padding: 0;
    margin: 0;
}

.footer__list ul li {
    margin: 0 0 10px;
    padding: 0;
    line-height: normal;
}

.footer__list ul li:last-child {
    margin-bottom: 0;
}

.footer__list ul li::before {
    display: none;
}

.footer__bottom {
    margin-top: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.footer__copyright {
    font-size: 14px;
}

.footer__soc {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(25% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__soc-item {
    margin-right: 15px;
    opacity: .5;
}

.footer__soc-item:last-child {
    margin-right: 0;
}

.home-banner__slider {
    overflow: hidden;
    position: relative;
}

.home-banner__slide {
    height: auto;
}

.home-banner__item {
    height: 100%;
    min-height: 690px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
}

.home-banner__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.home-banner__content {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.home-banner__sub {
    margin-bottom: 25px;
}

.home-banner__sub:last-child {
    margin-bottom: 0;
}

.home-banner__btn {
    margin-top: 56px;
}

.home-banner__btn:first-child {
    margin-top: 0;
}

.home-banner__prev, .home-banner__next {
    position: absolute;
    top: calc(50% - 22px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 2;
}

.home-banner__prev.swiper-button-disabled, .home-banner__next.swiper-button-disabled {
    opacity: .5 !important;
    cursor: default;
}

.home-banner__prev {
    left: 45px;
}

.home-banner__next {
    right: 45px;
}

.home-advantages {
    background-color: #1D1D1B;
    color: #fff;
    padding: 65px 0;
}

.home-advantages__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -40px;
}

.home-advantages__col {
    width: 25%;
    margin-bottom: 40px;
}

.home-advantages__sub {
    font-size: 24px;
    color: #986F48;
}

.home-advantages__desc {
    margin-top: 18px;
    line-height: 1.34;
}

.home-advantages__desc:first-child {
    margin-top: 0;
}

.home-collection {
    margin-top: 30px;
}

.home-collection:first-child {
    margin-top: 0;
}

.home-collection__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.home-collection__col {
    width: 50%;
    margin-bottom: 30px;
}


select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 18px;
    background-color: #fff;
    color: #828282;
    border: 1px solid #828282;
    -webkit-transition: .25s;
    transition: .25s;
    /*min-width: 631px;*/
    margin-bottom: 25px;

}


.collection-card {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    padding: 60px;
    min-height: 450px;
}

.collection-card--black {
    color: #1D1D1B;
}

.collection-card__sub {
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.collection-card__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-category__title {
    margin-bottom: 36px;
}

.home-category__row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 330px;
}

.home-category__col:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.category-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    color: #fff;
    position: relative;
    padding: 30px 15px;
    overflow: hidden;
    z-index: 1;
}

.category-card__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.category-card__sub {
    text-align: center;
    font-size: 30px;
}

.catalog-slider__slider, .lamps-slider__slider {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.catalog-slider__title {
    margin-bottom: 24px;
}

.product-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    border: 1px solid transparent;
    background-color: #fff;
}

.product-card__tags {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.product-card__tag {
    margin-bottom: 10px;
}

.product-card__tag:last-child {
    margin-bottom: 0;
}

.product-card__favourites {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.product-card__favourites svg path {
    -webkit-transition: fill .25s;
    transition: fill .25s;
}

.product-card__favourites.active svg path {
    fill: #828282;
}

.product-card__img img {
    width: 100%;
}

.product-card__content {
    padding-top: 6px;
    padding: 6px 15px 0;
    text-align: center;
}

.product-card__sub {
    line-height: 1.34;
    text-transform: uppercase;
}

.product-card__price {
    margin-top: 6px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card__price b, .product-card__price s {
    font-weight: 500;
    display: inline-block;
    min-width: 112px;
    text-align: center;
}

.product-card__price b {
    color: #EB5757;
}

.product-card__price s {
    color: #828282;
}

.product-card__info {
    text-align: center;
    padding: 15px;
    background-color: #fff;
}

.product-card__art-code {
    font-size: 16px;
    line-height: 1;
}

.product-card__one-click {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #986F48;
    min-height: 16px;
}

.product-card__one-click:first-child {
    margin-top: 0;
}

.product-card__btn {
    margin-top: 12px;
}

.product-card__btn .btn {
    display: block;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .catalog-slider__slider, .lamps-slider__slider {
        padding-bottom: 135px;
    }

    .catalog-slider__slider .slider-prev, .catalog-slider__slider .slider-next, .lamps-slider__slider .slider-prev, .lamps-slider__slider .slider-next {
        -webkit-transform: translateY(-67px);
        transform: translateY(-67px);
    }

    .product-card {
        -webkit-transition: border-color .25s;
        transition: border-color .25s;
    }

    .product-card__info {
        position: absolute;
        left: -1px;
        right: -1px;
        top: 100%;
        border: 1px solid transparent;
    }

    .product-card__info, .product-card .product-card__favourites {
        -webkit-transition: .25s !important;
        transition: .25s !important;
        opacity: 0;
        visibility: hidden;
    }

    .product-card:hover {
        border-color: #986F48;
        border-bottom-color: transparent;
        z-index: 3;
    }

    .product-card:hover .product-card__info, .product-card:hover .product-card__favourites {
        opacity: 1;
        visibility: visible;
    }

    .product-card:hover .product-card__info {
        border-color: #986F48;
        border-top-color: transparent;
    }

    .product-card.product-card--out-stock .product-card__img img, .product-card.product-card--out-stock .product-card__content, .product-card.product-card--out-stock .product-card__art-code, .product-card.product-card--out-stock .product-card__btn {
        opacity: .4 !important;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .product-card.product-card--out-stock:hover .product-card__img img, .product-card.product-card--out-stock:hover .product-card__content, .product-card.product-card--out-stock:hover .product-card__art-code, .product-card.product-card--out-stock:hover .product-card__btn {
        opacity: 1 !important;
    }
}

.slider-banner__slider {
    overflow: hidden;
    position: relative;
}

.slider-banner__slide {
    height: auto;
}

.slider-banner__item {
    padding: 40px 0 80px;
    height: 100%;
    min-height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-banner__item.slider-banner__item--row {
    background: #887D73;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.slider-banner__col {
    width: 50%;
    height: 100%;
}

.slider-banner__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-banner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
}

.slider-banner__col-content {
    max-width: 712px;
    margin: 0 auto;
    text-align: center;
}

.slider-banner__sub {
    margin-bottom: 4px;
}

.slider-banner__sub:last-child {
    margin-bottom: 0;
}

.slider-banner__text {
    margin-top: 14px;
}

.slider-banner__text:first-child {
    margin-top: 0;
}

.slider-banner__text + .slider-banner__btn {
    margin-top: 30px;
}

.slider-banner__btn {
    margin-top: 60px;
}

.slider-banner__btn:first-child {
    margin-top: 0;
}

.slider-banner__desc {
    margin-top: 10px;
}

.slider-banner__desc:first-child {
    margin-top: 0;
}

.slider-banner__desc p, .slider-banner__desc li {
    font-size: 24px;
    line-height: 32px;
}

.slider-banner__desc li {
    margin: 0;
}

.slider-banner__desc ul, .slider-banner__desc ol {
    padding-left: 15px;
}

.slider-banner__desc ul li {
    padding-left: 20px;
}

.slider-banner__desc ul li::before {
    top: 15px;
    width: 3px;
    height: 3px;
    background-color: #fff;
}

.home-news__title {
    margin-bottom: 36px;
}

.home-news__more {
    margin-top: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.home-news__more a {
    color: #986F48;
}

.home-news__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30px;
}

.home-news__col {
    width: 33.333333%;
    margin-bottom: 30px;
}

.news-card {
    height: 100%;
    min-height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #F4F1EF;
}

.news-card__col {
    width: 50%;
}

.news-card__img {
    overflow: hidden;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card__info {
    padding: 15px;
}

.news-card__date {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 22px;
}

.news-card__date:last-child {
    margin-bottom: 0;
}

.news-card__desc {
    line-height: 1.34;
}

.advantages__block {
    text-align: center;
    padding: 55px 0 70px;
    background-color: #F4F1EF;
}

.advantages__title {
    margin-bottom: 50px;
}

.advantages__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -55px;
}

.advantages__col {
    width: 25%;
    margin-bottom: 55px;
}

.advantages__icon {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages__sub {
    margin-top: 40px;
    line-height: 1.34;
    text-transform: uppercase;
}

.advantages__sub:first-child {
    margin-top: 0;
}

.text-section {
    text-align: center;
    padding-bottom: 34px;
}

.text-section__title {
    margin-bottom: 25px;
}

.text-section__desc {
    max-width: 1170px;
    margin: 0 auto;
}

.text-section__btn {
    margin-top: 22px;
}

.subscribe {
    padding: 30px 0;
    background-color: #F4F1EF;
}

.subscribe.subscribe--top {
    margin-top: 100px;
}

.subscribe__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.subscribe__sub {
    line-height: 1.34;
    text-transform: uppercase;
}

.subscribe__form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    width: 512px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe__form input {
    border: 0;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 14px;
    font-weight: 300;
    background: #fff;
}

.subscribe__form input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.subscribe__form input::-moz-placeholder {
    opacity: 1;
    -moz-transition: .1s;
    transition: .1s;
}

.subscribe__form input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: .1s;
    transition: .1s;
}

.subscribe__form input::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: .1s;
    transition: .1s;
}

.subscribe__form input::placeholder {
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.subscribe__form input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.subscribe__form input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.subscribe__form input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.subscribe__form input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.subscribe__form input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.subscribe__form button.btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
}

.post-header {
    border-top: 1px solid #828282;
    text-align: center;
}

.post-header h1 {
    margin-bottom: 86px;
}

.post-header h1:first-child {
    padding-top: 78px;
}

.breadcrumbs {
    padding-top: 18px;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

.breadcrumbs + h1 {
    margin-top: 36px;
}

.post-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.post-banner + .post-header {
    border-top: 0;
}

.post-banner__sub {
    margin-bottom: 5px;
}

.post-banner__sub:last-child {
    margin-bottom: 0;
}

.post-banner__title {
    color: #fff;
}

.post-banner__desc {
    margin-top: 15px;
}

.post-banner.post-banner--center {
    text-align: center;
}

.post-banner.post-banner--center .post-banner__content {
    width: 100%;
    max-width: 712px;
    margin: 0 auto;
}

.post-banner__btn {
    margin-top: 35px;
}

.post-banner__btn:first-child {
    margin-top: 0;
}

.post-banner.post-banner--404 {
    margin-bottom: 25px;
}

.post-banner.post-banner--404:last-child {
    margin-bottom: 0;
}

.post-banner.post-banner--404 .post-banner__desc {
    max-width: 454px;
}

.catalog-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -15px;
}

.catalog-category__col {
    margin-right: 20px;
    margin-bottom: 15px;
}

.catalog-category__item {
    display: block;
    line-height: 1;
    padding: 5px 14px;
    border: 1px solid #986F48;
}

.catalog {
    margin-top: 30px;
    padding-bottom: 45px;
}

.catalog.catalog--single {
    padding-bottom: 0;
}

.catalog__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.catalog__col--large {
    grid-column: span 2;
    grid-row: span 2;
}

.catalog__col--banner {
    grid-column: span 2;
}

.catalog__video {
    display: block;
    margin: 60px 0 30px;
    position: relative;
}

.catalog__video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-icon.svg) center center no-repeat;
}

.catalog__banner {
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 56px 45px;
}

.catalog__banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.catalog__banner-sub {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.catalog__banner-sub:last-child {
    margin-bottom: 0;
}

.catalog__bottom {
    margin-top: 150px;
}

.catalog__more {
    text-align: center;
}

.catalog__pagination {
    margin-top: 30px;
}

.catalog-filters {
    margin-top: 20px;
}

.catalog-filters:first-child {
    margin-top: 0;
}

.catalog-filters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -35px;
    margin-bottom: -20px;
}

.catalog-filters__col {
    margin-right: 35px;
    margin-bottom: 20px;
}

.catalog-filters__item {
    position: relative;
    z-index: 9;
}

.catalog-filters__item.active {
    z-index: 10;
}

.catalog-filters__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filters__sub > span > span {
    text-transform: none;
}

.catalog-filters__sub img {
    margin-top: -2px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.catalog-filters__sub i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    min-width: 16px;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #986F48;
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
}
label span i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    min-width: 16px;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #986F48;
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
}

label.disabled span i
{
    background-color: #999999;
}

.catalog-filters__sub.active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filters__sub.active + .catalog-filters__dropdown {
    opacity: 1;
    visibility: visible;
}

.catalog-filters__dropdown {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: calc(100% + 15px);
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s;
}

.catalog-filters__dropdown::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
    border-right-color: #fff;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catalog-filters__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 330px;
}

.catalog-filters__btn {
    /*width: calc(50% - 7px);*/
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filters__btn-reset {
    color: #828282;
    border-color: #828282;
}

.catalog-filters__categories {
    padding: 15px;
}

.catalog-filters__categories-list {
    max-height: 240px;
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
    margin-bottom: 15px;
}

.catalog-filters__categories-list:last-child {
    margin-bottom: 0;
}

.catalog-filters__collection {
    padding: 15px;
}

.catalog-filters__collection-list {
    white-space: nowrap;
    position: relative;
    max-height: 280px;
    padding-right: 15px;
}

.catalog-filters__price {
    padding: 18px 15px 15px;
}

.catalog-filters__sub-price img:nth-child(2) {
    -webkit-transform: none !important;
    transform: none !important;
    margin-left: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.catalog-filters__sub-price.selected img:nth-child(2) {
    display: block;
}

.catalog-filters__sub-price.selected img:nth-child(3) {
    display: none;
}

.catalog-filters__all {
    white-space: nowrap;
}

.catalog-filters__all .catalog-filters__controls {
    padding: 20px 15px 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.catalog-filters__all-header {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-filters__all-title {
    font-size: 30px;
    color: #986F48;
}

.catalog-filters__all-reset {
    margin-right: 5px;
    margin-left: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filters__all-item {
    border-bottom: 1px solid #986F48;
    padding: 0 15px;
    padding-right: 15px;
}

.catalog-filters__all-item:first-child {
    border-top: 1px solid #986F48;
}

.catalog-filters__all-sub {
    padding: 13px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filters__all-sub > span {
    display: block;
    line-height: 1;
    font-weight: 500;
}

.catalog-filters__all-sub i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    min-width: 16px;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #986F48;
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
}

.catalog-filters__all-sub::before {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    background: url(../img/filter-all-arrow.svg) center center no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.catalog-filters__all-sub.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filters__all-dropdown {
    display: none;
    padding-bottom: 10px;
}

.catalog-filters__all-dropdown-list {
    padding-right: 15px;
    max-height: 200px;
    position: relative;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 55px;
}

.card__gallery {
    width: calc(100% - 480px);
}

.card__info {
    width: 450px;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .card__mob-preview {
        display: none;
    }
}

.card-gallery__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.card-gallery__col {
    width: 50%;
    margin-bottom: 30px;
}

.card-gallery__col:nth-child(5n + 1) {
    width: 100%;
}

.card-gallery__item img {
    width: 100%;
}

.card-gallery__item--video a {
    display: block;
    position: relative;
}

.card-gallery__item--video a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-icon.svg) center center no-repeat;
}

.card-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.card-info__top:last-child {
    margin-bottom: 0;
}

.card-info__top .card-info__favourites {
    position: static;
}

.card-info__sub {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.card-info__title {
    font-size: 48px;
    color: #986F48;
}

.card-info__price {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.card-info__price:first-child {
    margin-top: 0;
}

.card-info__price b, .card-info__price s {
    display: block;
    font-weight: 500;
}

.card-info__price b {
    color: #EB5757;
}

.card-info__price s {
    font-size: 18px;
    color: #999;
}

.card-info__price s {
    margin-left: 12px;
}

.card-info__controls {
    margin-top: 30px;
}

.card-info__controls:first-child {
    margin-top: 0;
}

.card-info__btn {
    margin-top: 15px;
}

.card-info__btn:first-child {
    margin-top: 0;
}

.card-info__btn .btn {
    display: block;
}

.card-info__desc {
    margin-top: 25px;
}

.card-info__specifications {
    margin-top: 32px;
}

.card-info__category {
    margin-top: 30px;
}

.card-info__dropdown {
    margin-top: 20px;
}

.card-desc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.card-desc__item:last-child {
    margin-bottom: 0;
}

.card-desc__item a, .card-desc__item span {
    color: #986F48;
}

.card-desc__item-icon {
    width: 30px;
}

.card-specifications__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.card-specifications__col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.card-specifications__item {
    text-align: center;
    position: relative;
    z-index: 2;
}

.card-specifications__icon img {
    margin: 0 auto;
}

.card-specifications__sub {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #443E3E;
}

.card-specifications__sub:first-child {
    margin-top: 0;
}

.card-specifications__info {
    position: absolute;
    left: calc(50% - 100px);
    bottom: calc(100% + 14px);
    z-index: -1;
    width: 200px;
    padding: 4px 10px 5px;
    background-color: #777776;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.card-specifications__info::before {
    content: '';
    position: absolute;
    left: calc(50% - 9px);
    top: calc(100% - 1px);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #777776;
}

.card-category__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}

.card-category__col {
    margin-right: 15px;
    margin-bottom: 15px;
}

.card-dropdown__col {
    border-top: 1px solid #986F48;
}

.card-dropdown__col:last-child {
    border-bottom: 1px solid #986F48;
}

.card-dropdown__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.card-dropdown__sub img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.card-dropdown__sub.active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-dropdown__content {
    padding-bottom: 20px;
}

.card-dropdown__block {
    display: none;
}

.card-additionally__item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.card-additionally__item:last-child {
    border-bottom: 0;
}

.card-additionally__img {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.card-additionally__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-additionally__sub {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px;
}

.card-additionally__sub:last-child {
    margin-bottom: 0;
}

.card-additionally__desc {
    font-size: 12px;
}

.card-additionally__price {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
}

.card-additionally__price:first-child {
    margin-top: 0;
}

.card-additionally__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    width: 60px;
}

.card-additionally__btn {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #986F48;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}

.card-additionally__btn:active {
    background-color: #B78D75 !important;
}

.card-additionally__count .jq-number {
    display: block;
    position: relative;
}

.card-additionally__count .jq-number__field input {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #986F48;
    padding: 11px 10px 10px;
    padding-right: 25px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.card-additionally__count .jq-number__spin {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px;
    height: 11px;
    background-color: #fff;
    background-position: center left;
    background-repeat: no-repeat;
    right: 1px;
}

.card-additionally__count .jq-number__spin.minus {
    bottom: 8px;
    background-image: url(../img/card-count-minus.svg);
}

.card-additionally__count .jq-number__spin.plus {
    top: 8px;
    background-image: url(../img/card-count-plus.svg);
}

.specifications__item {
    padding-top: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.specifications__item span, .specifications__item b {
    display: block;
    max-width: calc(50% - 10px);
}

.specifications__item b {
    text-align: right;
}

.specifications__item:last-child {
    border-bottom: 0;
}

.card-tabs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.card-tabs__row:last-child {
    margin-bottom: 0;
}

.card-tabs__item {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 50px;
    text-transform: uppercase;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}

.card-tabs__item:last-child {
    margin-right: 0;
}

.card-tabs__item.active {
    border-color: #986F48;
    font-weight: 500;
}

.card-recommend__title {
    margin-bottom: 45px;
}

.card-gallery-modal {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background: none;
    padding: 30px;
}

.card-gallery-modal .fancybox-close-small {
    display: none;
}

.card-gallery-modal__content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 55px 30px 30px;
    position: relative;
}

.card-gallery-modal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
}

.card-gallery-modal__slider {
    overflow: hidden;
    position: relative;
    height: calc(100% - 29px);
    padding-left: 30px;
    padding-right: 30px;
}

.card-gallery-modal__slide {
    height: auto;
}

.card-gallery-modal__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.card-gallery-modal__item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-gallery-modal__item img.zoomImg {
    width: auto !important;
    min-width: 130%;
    -o-object-fit: fill;
    object-fit: fill;
    max-height: none;
    height: auto !important;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.card-gallery-modal__item img.zoomImg.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.card-gallery-modal__pagination {
    padding-top: 25px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.card-gallery-modal__pagination span {
    opacity: 1;
    height: 4px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0;
    background-color: #ccc;
    margin: 0 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .25s;
    transition: .25s;
}

.card-gallery-modal__pagination span.active {
    background-color: #986F48;
}

.news-list__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.news-list__bottom {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .news-list__col:first-child, .news-list__col:nth-child(8n + 11) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .news-list__col:first-child .news-card__info, .news-list__col:nth-child(8n + 11) .news-card__info {
        padding: 15px 30px;
    }

    .news-list__col:first-child .news-card__desc, .news-list__col:nth-child(8n + 11) .news-card__desc {
        font-family: 'Cormorant SC', sans-serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 1;
    }
}

.article .btn-border {
    padding-left: 12px;
    padding-right: 12px;
    color: #828282;
    border-color: #828282;
}

.article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 60px;
}

.article__header:last-child {
    margin-bottom: 0;
}

.article__header-thumbnail {
    width: calc(50% - 15px);
}

.article__header-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__header-info {
    width: calc(50% + 15px);
    background-color: #F4F1EF;
    padding: 30px;
}

.article__header-content {
    max-width: 450px;
    margin: 0 auto;
}

.article__date {
    margin-bottom: 20px;
}

.article__date:last-child {
    margin-bottom: 0;
}

.article__title {
    margin-bottom: 18px;
}

.article__title:last-child {
    margin-bottom: 0;
}

.article__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.article__row.article__row--spec .article__col:first-child {
    width: 33.333333%;
}

.article__row.article__row--spec .article__col:last-child {
    width: 66.666666%;
}

.article__col {
    width: 50%;
}

.article__col > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__section {
    margin-top: 55px;
}

.article__section:first-child {
    margin-top: 0;
}

.article__desc {
    max-width: 480px;
    margin: 0 auto;
}

.article__product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.article__product-img {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: calc(100% - 360px);
}

.article__product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__product-card {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.favourites__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.favourites__top:last-child {
    margin-bottom: 0;
}

.favourites__top-btn {
    margin-left: 15px;
}

.favourites__top-btn:first-child {
    margin-left: 0;
}

.favourites__top-btn .btn {
    min-width: 240px;
    padding-left: 14px;
    padding-right: 14px;
}

.favourites__sort.catalog-filters__item {
    margin: 0;
    margin-left: auto;
}

.favourites__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
}

.favourites__col {
    width: 25%;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .favourites__wrap {
        padding-bottom: 135px;
    }
}

.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.order__left {
    width: calc(100% - 480px);
}

.order__aside {
    width: 450px;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order__form {
    margin-top: 60px;
}

.order__form:first-child {
    margin-top: 0;
}

.order-cart__item {
    position: relative;
    padding: 30px 0 15px;
    border-top: 1px solid #986F48;
}

.order-cart__item:last-child {
    border-bottom: 1px solid #986F48;
}

.order-cart__controls {
    position: absolute;
    top: 15px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-cart__favourites .product-card__favourites {
    position: static;
}

.order-cart__remove {
    margin-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-cart__remove:first-child {
    margin-left: 0;
}

.order-cart__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-cart__img {
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.order-cart__img img {
    width: 100%;
}

.order-cart__right {
    width: calc(100% - 240px);
}

.order-cart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-cart__label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
}

.order-cart__art-code {
    margin-bottom: 5px;
}

.order-cart__art-code:last-child {
    margin-bottom: 0;
}

.order-cart__sub {
    font-weight: 500;
    text-transform: uppercase;
}

.order-cart__price {
    min-width: 155px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.order-cart__price s, .order-cart__price b {
    display: block;
}

.order-cart__price s {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
    color: #828282;
}

.order-cart__price s:last-child {
    margin-bottom: 0;
}

.order-cart__price b {
    color: #EB5757;
}

.order-cart__count {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-cart__count .jq-number {
    display: block;
    position: relative;
}

.order-cart__count .jq-number__field input {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 10px 25px;
    border: 1px solid #986F48;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.order-cart__count .jq-number__spin {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 22px;
    z-index: 1;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-cart__count .jq-number__spin.plus {
    right: 1px;
    background-position: left center;
    background-image: url(../img/order-count-plus.svg);
}

.order-cart__count .jq-number__spin.minus {
    left: 1px;
    background-position: right center;
    background-image: url(../img/order-count-minus.svg);
}

.order-cart__installation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
}

.order-cart__installation-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    font-weight: 500;
}

.order-cart__additionally {
    margin-top: 25px;
    margin-left: auto;
}

.order-additionally {
    position: relative;
    padding: 0 60px 10px;
}

.order-additionally__slider {
    overflow: hidden;
}

.order-additionally__slide {
    height: auto;
}

.order-additionally__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-additionally__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    margin-right: 12px;
}

.order-additionally__img:last-child {
    margin-right: 0;
}

.order-additionally__img img {
    width: 100%;
}

.order-additionally__sub {
    font-size: 14px;
    margin-bottom: 4px;
}

.order-additionally__sub:last-child {
    margin-bottom: 0;
}

.order-additionally__desc {
    font-size: 12px;
}

.order-additionally__bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-additionally__price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-additionally__price b, .order-additionally__price s {
    display: block;
}

.order-additionally__price s {
    color: #828282;
}

.order-additionally__price b {
    color: #EB5757;
    margin-right: 12px;
}

.order-additionally__price b:last-child {
    margin-right: 0;
}

.order-additionally__btn-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.order-additionally__btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #986F48;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}

.order-additionally__btn:active {
    background-color: #B78D75 !important;
}

.order-form__title {
    margin-top: 60px;
    margin-bottom: 20px;
}

.order-form__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-form__col {
    width: 50%;
    margin-bottom: 40px;
}

.order-form__col--small {
    width: 33.333333%;
}

.order-form__col--large {
    width: 100%;
}

.order-form__radio {
    margin: 20px 0 25px;
}

.order-form__radio:first-child {
    margin-top: 0;
}

.order-form__radio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}

.order-form__radio-item {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    margin-bottom: 15px;
}

.order-form__radio-item input {
    display: none;
}

.order-form__radio-item input:checked + span {
    border-color: #986F48;
    color: #986F48;
}

.order-form__radio-item input:checked + span::before {
    border-color: #986F48;
}

.order-form__radio-item input:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.order-form__radio-item span {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 18px;
    padding-left: 42px;
    background-color: #fff;
    color: #828282;
    border: 1px solid #828282;
    -webkit-transition: .25s;
    transition: .25s;
}

.order-form__radio-item span::before {
    content: '';
    position: absolute;
    left: 15px;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #828282;
    background-color: #fff;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}

.order-form__radio-item span::after {
    content: '';
    position: absolute;
    left: 15px;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: #986F48 url(../img/check-icon.svg) center center no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s;
}

.order-aside__block {
    padding: 22px 30px 28px;
    background-color: #F4F1EF;
}

.order-aside__title {
    margin-bottom: 20px;
}

.order-aside__title:last-child {
    margin-bottom: 0;
}

.order-aside__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 26px;
}

.order-aside__item:last-child {
    margin-bottom: 0;
}

.order-aside__item span:last-child {
    text-align: right;
}

.order-aside__code {
    margin-top: 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.order-aside__code a {
    color: #986F48;
}

.order-aside__total {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.order-aside__total:first-child {
    margin-top: 0;
}

.order-aside__btns-wrap {
    margin-top: 25px;
}

.order-aside__btn {
    margin-top: 15px;
}

.order-aside__btn .btn {
    display: block;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.order-aside__agree {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
}

.order-aside__agree a {
    text-decoration: underline;
}

.order-aside__bottom {
    padding: 30px 30px 0;
}

.order-aside__bottom-btn {
    margin-bottom: 15px;
}

.order-aside__bottom-btn:last-child {
    margin-bottom: 0;
}

.order-aside__bottom-btn .btn {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about__aside {
    width: 330px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about__content {
    width: calc(100% - 360px);
}

.about-aside__menu {
    padding: 25px 30px;
    background-color: #F4F1EF;
}

.about-aside__menu ul {
    margin: 0;
    padding: 0;
}

.about-aside__menu ul li {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-aside__menu ul li:last-child {
    margin-bottom: 0;
}

.about-aside__menu ul li::before {
    display: none;
}

.about-aside__menu ul li.active a {
    -webkit-transition: color .25s;
    transition: color .25s;
    color: #986F48;
}

.about-pay {
    margin: 40px 0;
}

.about-pay:first-child {
    margin-top: 0;
}

.about-pay:last-child {
    margin-bottom: 0;
}

.about-pay__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -30px;
}

.about-pay__col {
    margin-bottom: 30px;
}

.lk-profile__wrap {
    max-width: 450px;
}

.lk-profile__check-item {
    margin-bottom: 14px;
}

.lk-profile__check-item:last-child {
    margin-bottom: 0;
}

.lk-profile__check-item .main-checkbox label span {
    color: #828282;
}

.lk-orders__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}

.lk-orders__top:last-child {
    margin-bottom: 0;
}

.lk-orders__top-filters .card-tabs__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lk-orders__search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.lk-orders__item {
    padding-bottom: 30px;
    border-top: 1px solid #986F48;
}

.lk-orders__item:last-child {
    border-bottom: 1px solid #986F48;
}

.lk-orders__item-header {
    padding: 12px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.lk-orders__item-header.active .lk-orders__sub::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lk-orders__item-header.active ~ .lk-orders__content {
    padding-top: 8px;
}

.lk-orders__item-header.active ~ .lk-orders__content .lk-orders__products {
    display: none;
}

.lk-orders__item-header.active ~ .lk-orders__content .lk-orders__desc {
    display: block;
}

.lk-orders__item-header.active ~ .lk-orders__cart {
    display: block;
}

.lk-orders__sub {
    padding-left: 42px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
}

.lk-orders__sub::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 5px;
    width: 14px;
    height: 12px;
    background: url(../img/lk-oredrs-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.lk-orders__sub span {
    margin-right: 15px;
}

.lk-orders__status {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 5px;
    color: #fff;
    background-color: #1D1D1B;
    min-width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.lk-orders__status--orange {
    background-color: #F2994A;
}

.lk-orders__status--blue {
    background-color: #2F80ED;
}

.lk-orders__status--red {
    background-color: #EB5757;
}

.lk-orders__status--green {
    background-color: #219653;
}

.lk-orders__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 42px;
}

.lk-orders__products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}

.lk-orders__products-item {
    margin-right: 15px;
    margin-bottom: 15px;
}

.lk-orders__desc {
    display: none;
}

.lk-orders__desc p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.lk-orders__total {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    text-align: right;
}

.lk-orders__total-sum {
    font-size: 24px;
    line-height: 1;
}

.lk-orders__total-count {
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
}

.lk-orders__total-count:first-child {
    margin-top: 0;
}

.lk-orders__cart {
    padding-left: 42px;
    padding-top: 20px;
    display: none;
}

.lk-orders__products {
    max-width: 510px;
}

.lk-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.lk-search input {
    display: block;
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #BDBDBD;
    font-size: 18px;
    line-height: 24px;
    padding: 2px 0;
    color: #1D1D1B;
}

.lk-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #828282;
    -webkit-transition: .1s;
    transition: .1s;
}

.lk-search input::-moz-placeholder {
    opacity: 1;
    color: #828282;
    -moz-transition: .1s;
    transition: .1s;
}

.lk-search input:-ms-input-placeholder {
    opacity: 1;
    color: #828282;
    -ms-transition: .1s;
    transition: .1s;
}

.lk-search input::-ms-input-placeholder {
    opacity: 1;
    color: #828282;
    -ms-transition: .1s;
    transition: .1s;
}

.lk-search input::placeholder {
    opacity: 1;
    color: #828282;
    -webkit-transition: .1s;
    transition: .1s;
}

.lk-search input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.lk-search input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.lk-search input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.lk-search input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.lk-search input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.lk-search button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2px;
}

.lk-cart__item {
    padding: 16px 0;
    border-top: 1px solid #BDBDBD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk-cart__item:last-child {
    padding-bottom: 0;
}

.lk-cart__img {
    width: 210px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lk-cart__img img {
    width: 100%;
}

.lk-cart__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.lk-cart__art-code {
    margin-bottom: 5px;
}

.lk-cart__art-code:last-child {
    margin-bottom: 0;
}

.lk-cart__sub {
    font-weight: 500;
    text-transform: uppercase;
}

.lk-cart__total {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    text-align: right;
}

.lk-cart__total-count {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px;
}

.lk-cart__total-count:last-child {
    margin-bottom: 0;
}

.lk-cart__total-sum {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.catalog-search {
    margin-bottom: 30px;
}

.catalog-search .header-search__form {
    padding: 0;
}

.catalog-search .header-search__form .header-search__reset {
    top: 7px;
}

@media (max-width: 1599px) {
    .header-search .header-search__form {
        padding-left: 65px;
    }

    .card-specifications__col:last-child .card-specifications__info {
        right: 0;
        left: auto;
    }

    .card-specifications__col:last-child .card-specifications__info::before {
        left: auto;
        right: 28px;
    }
}

@media (max-width: 1469px) {
    .category-card__sub {
        font-size: 26px;
    }

    .product-card.product-card--out-stock .product-card__btn .btn {
        font-size: 14px;
    }

    .order-cart__img {
        width: 140px;
    }

    .order-cart__right {
        width: calc(100% - 170px);
    }

    .order-cart__additionally {
        width: 100%;
    }

    .lk-orders__top {
        display: block;
    }

    .lk-orders__search {
        margin: 20px 0 0;
    }

    .lk-search input {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 1199px) {
    .footer__soc {
        width: auto;
    }

    .footer__copyright {
        margin-right: 30px;
    }

    .footer__sub {
        font-size: 20px;
    }

    .footer__list ul li {
        font-size: 16px;
    }

    .home-advantages__col {
        width: 50%;
    }

    .home-advantages__desc {
        margin-top: 12px;
    }

    .home-advantages {
        padding: 40px 0;
    }

    .home-category__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: normal;
        margin-bottom: -30px;
    }

    .home-category__col {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .home-category__col:first-child {
        width: 100%;
    }

    .home-category__col:first-child .category-card {
        min-height: 50vw;
    }

    .home-category__col .category-card {
        min-height: 30vw;
    }

    .home-news__col {
        width: 50%;
    }

    .header-search__catalog-col {
        width: 33.333333%;
    }

    .header-search__catalog-col:last-child {
        display: none;
    }

    .header-search__dropdown {
        display: none !important;
    }

    .catalog__row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .catalog__col--large {
        grid-column: auto;
        grid-row: auto;
    }

    .catalog__col--banner {
        display: none;
    }

    .catalog-filters__row {
        margin-right: 0;
    }

    .catalog-filters__col {
        width: 100%;
        margin-right: 0;
    }

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

    .news-list__row {
        grid-template-columns: 1fr 1fr;
    }

    .favourites__col {
        width: 33.333333%;
    }

    .order {
        display: block;
    }

    .order__left {
        width: 100%;
    }

    .order__aside {
        margin: 30px 0 0;
    }

    .about {
        display: block;
    }

    .about__aside {
        width: 100%;
        margin-bottom: 40px;
    }

    .about__aside:last-child {
        margin-bottom: 0;
    }

    .about__content {
        width: 100%;
    }

    .catalog-filters__dropdown .main-checkbox, .catalog-filters__dropdown .main-radio {
        display: none;
    }

    .catalog-filters__item.active .catalog-filters__dropdown .main-checkbox, .catalog-filters__item.active .catalog-filters__dropdown .main-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-filters__dropdown {
        -webkit-transition: 0s;
        transition: 0s;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .catalog-filters__sub.active + .catalog-filters__dropdown {
        display: block;
    }
}

@media (min-width: 992px) {
    .header__menu-open span {
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
    }

    .header__menu-open:hover span {
        background-color: #1D1D1B;
    }

    .header__icon > svg path {
        -webkit-transition: fill .25s;
        transition: fill .25s;
    }

    .header__icon:hover > svg path {
        fill: #1D1D1B;
    }

    .btn:hover {
        background-color: #6D4425;
        border-color: #6D4425;
    }

    .btn-border:hover {
        color: #6D4425;
        border-color: #6D4425;
    }

    .btn-white:hover {
        background-color: #fff !important;
        border-color: #fff;
        color: #1D1D1B !important;
    }

    .card-additionally__btn:hover {
        background-color: #6D4425;
    }

    .order-additionally__btn:hover {
        background-color: #6D4425;
    }

    .home-banner__prev:hover, .home-banner__next:hover {
        opacity: .65;
    }

    .slider-pagination span:hover {
        opacity: 1;
    }

    .collection-card__bg {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .collection-card:hover .collection-card__bg {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .category-card__bg {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .category-card:hover .category-card__bg {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .news-card__img img {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .news-card:hover .news-card__img img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .catalog__banner-bg {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .catalog__banner:hover .catalog__banner-bg {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .slider-prev:hover, .slider-next:hover {
        opacity: .65;
    }

    .product-card__favourites {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .product-card__favourites:hover svg path {
        fill: #828282;
    }

    .product-card__favourites.active:hover {
        opacity: .75;
    }

    .product-card__one-click a:hover, .home-news__more a:hover {
        text-decoration: underline;
    }

    .footer__list ul li a:hover {
        text-decoration: underline;
    }

    .header-menu__soc-item, .footer__soc-item {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .header-menu__soc-item:hover, .footer__soc-item:hover {
        opacity: 1;
    }

    .breadcrumbs a:hover {
        text-decoration: underline;
    }

    .catalog-category__item {
        -webkit-transition: border-color .25s;
        transition: border-color .25s;
    }

    .catalog-category__item:hover {
        border-color: #1D1D1B;
    }

    a.catalog__video::before {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    a.catalog__video:hover::before {
        opacity: .75;
    }

    .card-gallery__item--video a::before {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .card-gallery__item--video:hover a::before {
        opacity: .75;
    }

    a.main-pagination__item:hover {
        color: #986F48;
    }

    a.main-pagination__item:hover svg path {
        fill: #986F48;
    }

    .main-checkbox label:hover span::before {
        border-color: #986F48;
    }

    .catalog-filters__sub-price img:nth-child(2) {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .catalog-filters__sub-price img:nth-child(2):hover {
        opacity: .5;
    }

    .catalog-filters__all-reset {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .catalog-filters__all-reset:hover {
        opacity: .5;
    }

    .link-line a:hover {
        text-decoration: underline;
    }

    .card-specifications__info {
        -webkit-transition: .25s;
        transition: .25s;
    }

    .card-specifications__item:hover .card-specifications__info {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .card-dropdown__sub {
        -webkit-transition: color .25s;
        transition: color .25s;
    }

    .card-dropdown__sub:hover {
        color: #986F48;
    }

    .card-tabs__item:hover {
        border-color: #986F48;
    }

    .card-gallery-modal__close {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .card-gallery-modal__close:hover {
        opacity: .65;
    }

    .product-card__favourites.product-card__favourites--remove, .order-cart__remove {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .product-card__favourites.product-card__favourites--remove:hover, .order-cart__remove:hover {
        opacity: .65;
    }

    .lk-search button {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .lk-search button:hover {
        opacity: .65;
    }

    .order-form__radio-item:hover span {
        border-color: #986F48;
    }

    .order-form__radio-item:hover span::before {
        border-color: #986F48;
    }

    .order-aside__code a:hover {
        text-decoration: underline;
    }

    .order-aside__agree a:hover {
        text-decoration: none;
    }

    .about-aside__menu ul li a:hover {
        color: #986F48;
    }

    .hover-opacity {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .hover-opacity:hover {
        opacity: .65;
    }

    .main-modal__form-agree a:hover {
        text-decoration: underline;
    }

    .header-menu__nav > ul > li > a, .header-menu__nav > ul > li > span {
        -webkit-transition: color .25s;
        transition: color .25s;
    }

    .header-menu__nav > ul > li > a:hover, .header-menu__nav > ul > li > span:hover {
        color: #6D4425;
    }

    .header-menu__nav > ul > li > ul > li a {
        -webkit-transition: color .25s;
        transition: color .25s;
    }

    .header-menu__nav > ul > li > ul > li a:hover {
        color: #986F48;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 12px 0;
        min-height: 90px;
    }

    .header__icon {
        margin-right: 16px;
    }

    .header__icon img, .header__icon svg {
        width: auto;
        height: 24px;
    }

    .header__icon > span {
        font-size: 10px;
        padding-left: 4px;
        padding-right: 4px;
        height: 14px;
        min-width: 14px;
    }

    .header__logo {
        max-width: 100px;
    }

    .header__menu-open span {
        height: 2px;
        width: 30px;
        margin-bottom: 8px;
    }

    .header__left {
        min-width: 146px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    body {
        font-size: 16px;
    }

    p, li {
        font-size: 16px;
        line-height: 26px;
    }

    ul li::before {
        top: 12px;
    }

    h1, .h1 {
        font-size: 60px;
    }

    .title {
        font-size: 50px;
    }

    h2, .h2 {
        font-size: 40px;
    }

    h3, .h3 {
        font-size: 26px;
    }

    h4, .h4, .sub, .home-advantages__sub {
        font-size: 22px;
        line-height: 28px;
    }

    .subscribe__row {
        display: block;
        text-align: center;
    }

    .subscribe__form {
        width: 500px;
        margin: 15px auto 0;
    }

    .subscribe__form:first-child {
        margin-top: 0;
    }

    .btn {
        font-size: 16px;
    }

    .footer__icon {
        display: none;
    }

    .footer__row {
        margin-bottom: -30px;
    }

    .footer__col {
        width: 50%;
        margin-bottom: 30px;
    }

    .home-banner__prev, .home-banner__next {
        display: none;
    }

    .home-banner__sub {
        margin-bottom: 20px;
    }

    .home-banner__btn {
        margin-top: 40px;
    }

    .home-banner__item {
        min-height: calc(100vh - 90px);
        padding: 65px 0;
    }

    .home-banner__content {
        padding-bottom: 20px;
    }

    .collection-card {
        padding: 40px;
        min-height: 40vw;
    }

    .home-collection__col {
        width: 100%;
    }

    .catalog-slider__slide {
        height: auto;
    }

    .product-card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product-card__info {
        padding: 0;
        margin-top: 15px;
    }

    .product-card__content {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product-card__favourites {
        top: 0;
        right: 10px;
    }

    .catalog-slider {
        padding-bottom: 60px;
    }

    .slider-banner__item {
        padding-top: 80px;
        padding-bottom: 90px;
        min-height: 65vw;
    }

    .advantages__col {
        width: 50%;
    }

    .advantages__sub {
        margin-top: 20px;
    }

    .advantages__block {
        padding: 50px 0;
    }

    .header-menu__nav > ul > li > a, .header-menu__nav > ul > li > span {
        font-size: 24px;
        line-height: 1;
    }

    .header-menu__nav > ul > li > ul > li {
        font-size: 16px;
        line-height: normal;
    }

    .header-search__close {
        left: 20px;
    }

    .news-card {
        min-height: 0;
    }

    .breadcrumbs + h1 {
        margin-top: 20px;
    }

    .post-header h1 {
        margin-bottom: 55px;
    }

    .subscribe.subscribe--top {
        margin-top: 80px;
    }

    .post-banner {
        min-height: 400px;
    }

    .catalog__row {
        grid-template-columns: 1fr 1fr;
    }

    .catalog__video::before {
        background-size: 10vw;
    }

    .catalog__bottom {
        margin-top: 65px;
    }

    .catalog__pagination {
        margin-top: 25px;
    }

    .main-pagination__item {
        font-size: 16px;
    }

    .card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card__gallery {
        margin-top: 20px;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .card__info {
        width: 100%;
        margin: 20px auto 0;
    }

    .card-gallery__item--video a::before {
        background-size: 10vw;
    }

    .card-tabs, .card-recommend {
        margin-bottom: 60px;
    }

    .slider-banner__item.slider-banner__item--row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-banner__left {
        display: none;
    }

    .slider-banner__right {
        width: 100%;
        padding: 60px 0;
    }

    .card-tabs__row {
        display: block;
    }

    .card-tabs__item {
        border: 1px solid #ccc;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        padding: 12px 10px;
    }

    .card-tabs__item:last-child {
        margin-bottom: 0;
    }

    .card-gallery-modal__item img.zoomImg {
        display: none !important;
    }

    .article__header {
        display: block;
    }

    .article__header-thumbnail {
        width: 100%;
    }

    .article__header-thumbnail img, .article__col > img {
        width: auto;
        height: auto;
        -o-object-fit: none;
        object-fit: none;
        margin: 0 auto;
    }

    .article__header-info {
        padding: 30px;
        width: 100%;
    }

    .article__header-content {
        max-width: none;
    }

    .article__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }

    .article__col {
        width: 100%;
        margin-bottom: 30px;
    }

    .article__desc {
        max-width: none;
    }

    .article .catalog-slider__slider {
        margin-bottom: 60px;
    }

    .favourites__top {
        display: block;
    }

    .favourites__top-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .favourites__top-btn:first-child {
        margin-top: 0;
    }

    .favourites__sort.catalog-filters__item {
        margin-top: 20px;
    }

    .favourites__col {
        width: 50%;
    }

    .favourites__wrap {
        padding-bottom: 70px;
    }

    .outlet-modal__title {
        font-size: 50px;
    }

    .order__aside {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .post-header h1:first-child {
        padding-top: 60px;
    }

    .order-form__radio-item span {
        font-size: 16px;
    }

    select, textarea {
        font-family: inherit;

        color: #828282;
        border: 1px solid #828282;
        font-size: 16px;
        min-width: -webkit-fill-available;

    }
}

@media (max-width: 767px) {
    .home-advantages__row {
        margin-bottom: -30px;
    }

    .home-advantages__col {
        width: 100%;
        margin-bottom: 30px;
    }

    .home-news__col {
        width: 100%;
    }

    .news-list__row {
        grid-template-columns: 1fr;
    }

    .article__product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article__product-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .article__product-card {
        margin: 0 auto;
        width: 100%;
        max-width: 360px;
    }

    .article__row.article__row--spec .article__col:first-child, .article__row.article__row--spec .article__col:last-child {
        width: 100%;
    }

    .order-additionally {
        padding-left: 0;
        padding-right: 0;
    }

    .order-additionally .slider-prev, .order-additionally .slider-next {
        display: none;
    }

    .order-additionally__slide {
        width: 70%;
    }

    .order-cart__top {
        display: block;
    }

    .order-cart__right {
        width: 100%;
    }

    .order-cart__content {
        margin-top: 15px;
    }

    .order-cart__installation {
        margin-top: 20px;
    }

    .order-form__col {
        width: 100%;
    }

    .lk-orders__content {
        padding-left: 0;
    }

    .lk-orders__cart {
        padding-left: 0;
    }

    .lk-cart__img {
        width: 160px;
        margin-right: 20px;
    }
}

@media (min-width: 576px) {
    .header-menu .header__controls {
        display: none;
    }
}

@media (max-width: 575px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col {
        padding-left: 10px;
        padding-right: 10px;
    }

    body {
        font-size: 15px;
    }

    p, li {
        font-size: 15px;
        line-height: 24px;
    }

    ul, ol {
        padding-left: 0;
    }

    ul li::before {
        top: 11px;
    }

    h1, .h1 {
        font-size: 38px;
    }

    .title {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4, .sub, .home-advantages__sub {
        font-size: 20px;
        line-height: normal;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header {
        padding: 10px 0;
        min-height: 86px;
    }

    .header .header__icon {
        margin: 0;
    }

    .header .header__controls {
        min-width: 28px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__logo {
        margin: 0 20px;
        max-width: 100px;
    }

    .header__menu-open span {
        height: 2px;
        width: 28px;
        margin-bottom: 6px;
    }

    .header__left {
        min-width: 0;
    }

    .header .header__icon--hide {
        display: none;
    }

    .subscribe__form {
        width: 100%;
        display: block;
    }

    .subscribe__form button.btn {
        display: block;
        width: 100%;
    }

    .subscribe__form input {
        font-size: 16px;
    }

    .footer__col {
        width: 100%;
    }

    .footer__logo {
        position: absolute;
        left: 15px;
        top: 25px;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer {
        padding: 95px 0 25px;
    }

    .footer__soc {
        margin: 0;
    }

    .footer__copyright {
        margin: 20px 0 0;
    }

    .footer__copyright:last-child {
        margin-top: 0;
    }

    .footer__bottom {
        margin-top: 40px;
    }

    .home-banner__item {
        min-height: calc(100vh - 86px);
    }

    .home-banner__sub {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .home-banner__btn {
        margin-top: 35px;
    }

    .home-collection__row {
        margin-bottom: -20px;
    }

    .home-collection__col {
        margin-bottom: 20px;
    }

    .collection-card {
        padding: 25px;
        min-height: 230px;
    }

    .home-category__row {
        margin-bottom: -20px;
    }

    .home-category__col {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-category__col .category-card {
        min-height: 50vw;
    }

    .category-card__sub {
        font-size: 24px;
    }

    .category-card {
        padding-bottom: 20px;
    }

    .home-category__title {
        margin-bottom: 25px;
    }

    .text-section {
        padding-top: 40px;
    }

    .text-section__title {
        margin-bottom: 15px;
    }

    .slider-prev, .slider-next {
        width: 35px;
        height: 35px;
        top: calc(50% - 17px);
    }

    .product-card__art-code {
        font-size: 14px;
    }

    .tag {
        font-size: 12px;
    }

    .slider-banner__sub {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .slider-banner__btn {
        margin-top: 45px;
    }

    .news-card__info {
        padding: 15px 10px;
    }

    .news-card__date {
        margin-bottom: 10px;
        line-height: normal;
    }

    .news-card__img {
        width: 40%;
    }

    .news-card__info {
        width: 60%;
    }

    .home-news__row {
        margin-bottom: -20px;
    }

    .home-news__col {
        margin-bottom: 20px;
    }

    .home-news__title {
        margin-bottom: 25px;
    }

    .home-news__more {
        margin-top: 20px;
    }

    .advantages__row {
        margin-bottom: -30px;
    }

    .advantages__col {
        width: 100%;
        margin-bottom: 30px;
    }

    .advantages__sub {
        margin-top: 15px;
    }

    .advantages__block {
        padding: 40px 0 50px;
    }

    .advantages__title {
        margin-bottom: 28px;
    }

    .footer__list ul li {
        font-size: 15px;
    }

    .header-search__close {
        max-width: 24px;
        left: 15px;
    }

    .header-search .header-search__form {
        padding-top: 25px;
        padding-bottom: 32px;
        padding-left: 50px;
    }

    .header-search__submit {
        margin-left: 10px;
        max-width: 24px;
    }

    .header-search .header-search__reset {
        right: 42px;
        top: 34px;
    }

    .header-search__input {
        font-size: 16px;
    }

    .header-menu {
        max-width: 100%;
    }

    .header-menu__tel img {
        max-width: 24px;
        margin-right: 12px;
    }

    .header-menu__close {
        max-width: 24px;
    }

    .header-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-menu__nav > ul > li > a, .header-menu__nav > ul > li > span {
        font-size: 20px;
    }

    .header-menu__nav > ul > li > ul > li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .header-menu .header__controls {
        margin-top: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-menu__nav {
        margin-top: 20px;
    }

    .post-header h1 {
        margin-bottom: 40px;
    }

    .subscribe.subscribe--top {
        margin-top: 60px;
    }

    .post-banner {
        min-height: 300px;
        padding: 50px 0;
    }

    .post-banner__sub {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .catalog-category {
        margin-right: 0;
        margin-bottom: -10px;
    }

    .catalog-category__col {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .catalog-category__item {
        text-align: center;
    }

    .catalog-filters__item {
        display: block;
    }

    .catalog-filters__controls {
        display: block;
        min-width: 0;
    }

    .catalog-filters__btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

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

    .catalog__row {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .catalog__video {
        margin-top: 30px;
    }

    .catalog__pagination {
        margin-top: 20px;
    }

    .slider-banner__desc ul, .slider-banner__desc ol {
        padding-left: 0;
    }

    .slider-banner__desc p, .slider-banner__desc li {
        font-size: 18px;
    }

    .card-gallery__row {
        margin-bottom: -20px;
    }

    .card-gallery__col {
        margin-bottom: 20px;
    }

    .card-info__sub {
        font-size: 16px;
    }

    .card-info__title {
        font-size: 36px;
    }

    .main-select .jq-selectbox__select-text {
        font-size: 16px;
    }

    .card-specifications__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .card-specifications__col {
        width: auto;
        min-width: 94px;
    }

    .card-dropdown__sub {
        font-size: 16px;
        line-height: 24px;
    }

    .specifications__item {
        font-size: 12px;
    }

    .card-info__price {
        font-size: 20px;
    }

    .card-info__price s {
        font-size: 16px;
    }

    .card-tabs__item {
        font-size: 16px;
    }

    .card-additionally__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-additionally__img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .card-additionally__img:last-child {
        margin-bottom: 0;
    }

    .card-additionally__info {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: calc(100% - 80px);
    }

    .card-additionally__right {
        margin-left: 20px;
    }

    .card-gallery-modal {
        padding: 0;
    }

    .card-gallery-modal__close {
        right: 20px;
        top: 20px;
    }

    .card-gallery-modal__close img {
        max-width: 24px;
    }

    .card-gallery-modal__content {
        padding-left: 0;
        padding-right: 0;
    }

    .card-gallery-modal__slider {
        padding: 0;
    }

    .card-gallery-modal__pagination {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-list__bottom {
        margin-top: 40px;
    }

    .news-list__row {
        grid-gap: 20px;
    }

    .article__header-info {
        padding: 20px 20px 30px;
    }

    .article__product-card {
        max-width: 350px;
    }

    .favourites__col {
        width: 100%;
    }

    .catalog-search .header-search__form .header-search__reset {
        right: 42px;
    }

    .catalog-filters__sub {
        font-size: 16px;
    }

    .main-modal {
        padding: 35px 20px 30px;
    }

    .main-modal__title {
        font-size: 24px;
    }

    .main-input input, .main-input textarea {
        font-size: 16px;
    }

    .outlet-modal__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .outlet-modal__title {
        font-size: 42px;
    }

    .outlet-modal__close {
        max-width: 25px;
    }

    .order-aside__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-aside__bottom {
        padding: 20px 0 0;
    }

    .order-aside__item {
        font-size: 15px;
    }

    .order-aside__code {
        font-size: 16px;
    }

    .order-aside__total {
        font-size: 20px;
    }

    .order-aside__bottom-btn .btn {
        font-size: 14px;
    }

    .order-cart__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order-cart__label {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .order-cart__price {
        min-width: 0;
    }

    .order-additionally__item {
        display: block;
    }

    .order-additionally__img {
        margin: 0 0 15px;
    }

    .order-additionally__img:last-child {
        margin-bottom: 0;
    }

    .order-cart__favourites .product-card__favourites img, .order-cart__favourites .product-card__favourites svg, .order-cart__remove img, .order-cart__remove svg {
        width: 24px;
        height: auto;
    }

    .post-header h1:first-child {
        padding-top: 40px;
    }

    .order-form__radio-item span {
        font-size: 14px;
    }

    .about-aside__menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-aside__menu ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .lk-orders__content {
        display: block;
    }

    .lk-orders__total {
        margin: 20px 0 0;
        text-align: left;
    }

    .lk-orders__products {
        max-width: 100%;
    }

    .lk-orders__total-count {
        margin-top: 8px;
    }

    .lk-orders__total-sum {
        font-size: 20px;
    }

    .lk-orders__sub {
        font-size: 16px;
        line-height: normal;
        padding-left: 30px;
        margin-right: -10px;
    }

    .lk-orders__sub::before {
        left: 0;
    }

    .lk-orders__sub span {
        margin-right: 10px;
    }

    .lk-orders__item-header {
        padding-bottom: 20px;
        display: block;
    }

    .lk-orders__status {
        margin-left: 30px;
        margin-top: 5px;
    }

    .lk-orders__item-header.active ~ .lk-orders__content {
        padding-top: 0;
    }

    .lk-cart__item {
        display: block;
    }

    .lk-cart__img {
        width: 210px;
        margin: 0 auto 20px;
    }

    .lk-cart__total {
        margin: 15px 0 0;
        text-align: center;
    }

    .lk-cart__total-sum {
        font-size: 20px;
    }

    .lk-cart__info {
        text-align: center;
    }

    .lk-orders__products-item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .lk-orders__products-row {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .order-form__title {
        margin-top: 45px;
    }

    .catalog-filters__collection-list, .catalog-filters__categories-list {
        white-space: normal;
    }


    select, textarea {
        font-family: inherit;

        color: #828282;
        border: 1px solid #828282;
        font-size: 14px;
        min-width: -webkit-fill-available;
    }


}

@media (max-width: 374px) {
    body {
        font-size: 14px;
    }

    p, li {
        font-size: 14px;
        line-height: 22px;
    }

    ul li::before {
        top: 10px;
    }

    h1, .h1 {
        font-size: 34px;
    }

    .title {
        font-size: 34px;
    }

    .footer__copyright {
        font-size: 12px;
    }

    .lk-orders__sub {
        font-size: 14px;
    }
}
.disabled span {
    color: #999999;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.dropdown-menu {
    /*padding-left: 0;*/
    /*position: absolute;*/
    z-index: 9999999;
    background-color: #fff;
}
.dropdown-menu li {
    padding-left: 10px;
}
.dropdown-menu li:hover {
    background-color: #f0f0f1;
}
.dropdown-menu li:before {
    content: none !important;
}