blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr,
fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

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

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

::-moz-selection {
    background-color: #8c7a66;
    color: #fff;
}

::selection {
    background-color: #8c7a66;
    color: #fff;
}

input[type="tel"] {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    min-width: 320px;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #555;
    background-color: #fff;
}

.main-content {
    min-height: 100vh;
    overflow: hidden;
}

h1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 0.025em;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.jq-selectbox__select {
    position: relative;
}

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

.jq-selectbox__dropdown {
    position: absolute;
}

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

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

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

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

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

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s, visibility;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0/100% 100% no-repeat;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    /*-ms-transform-origin: top left;*/
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    /*cursor: -webkit-grab;*/
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    /*cursor: -webkit-grabbing;*/
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: 0;
}

.fancybox-button.fancybox-focus {
    outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    /*-ms-transform-origin: 0;*/
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    /*left: env(safe-area-inset-left);*/
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    /*right: env(safe-area-inset-right);*/
}

.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px 44px 25px;
    }

}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: 1s linear infinite a;
    animation: 1s linear infinite a;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes a {
    to {
        transform: rotate(1turn);
    }

}

@keyframes a {
    to {
        transform: rotate(1turn);
    }

}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

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

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    top: 8px;
    border: 5px solid transparent;
    border-bottom: 5px solid #999;
}

.jq-selectbox__select {
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    height: 30px;
    padding: 0 45px 0 10px;
    border: none;
    outline: 0;
    border-bottom-color: #b3b3b3;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.jq-selectbox__select:hover {
    color: #a8927b;
}

.jq-selectbox__select:active {
    background: #f5f5f5;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf;
}

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

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

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

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

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 15px;
}

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

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

.jq-selectbox li {
    text-transform: uppercase;
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20;
}

.jq-selectbox li.selected {
    color: #231f20;
}

.jq-selectbox li:hover {
    color: #a8927b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.styler {
    overflow: auto;
}

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #a8927b;
    background-color: #fff;
    border: 1px solid #e5ded7;
    text-transform: uppercase;
    font: inherit;
    cursor: pointer;
    transition: 0.3s;
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #f5f2f0;
    background-color: #a8927b;
}

.slider__content {
    position: relative;
    padding-top: 77px;
    padding-bottom: 5px;
    border-top: 1px solid #ddd;
}

.slider__content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #fff;
}

.slider__title {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 55px;
}

.slider__item {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 15px;
}

.slider__item h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 600;
}

.slider__item h3 span {
    display: block;
}

.slider__item ul {
    margin-bottom: 15px;
}

.slider__item li {
    margin-bottom: 2px;
}

.slider__price {
    margin-bottom: 15px;
    font-weight: 600;
}

.slider__descr {
    background: #fff;
    background: linear-gradient(0deg, #f7f7f3 0, #fff 100%);
}

.slider__descr p {
    max-width: 885px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
    font-weight: 100;
    line-height: 24px;
}

.slider__list {
    position: relative;
}

.slider__list .slick-arrow {
    position: absolute;
    top: 38%;
    z-index: 2;
    font-size: 0;
    width: 35px;
    height: 35px;
    outline: 0;
    border: none;
    background: url(../img/right-arrow.svg) no-repeat;
    cursor: pointer;
}

.slider__list .slick-arrow.slick-prev {
    left: -25px;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slider__list .slick-arrow.slick-next {
    right: -25px;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
    overflow: hidden;
    outline: 0 !important;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    /* изменено */
    /*height: 250px;*/
    -o-object-fit: contain;
    object-fit: contain;
}

.product__slider-main {
    margin-bottom: 30px;
}

.product__slider-main .slick-slide {
    height: 500px;
}

.product__slider-nav .slick-slide {
    margin: 0 5px;
    height: 103px;
}

.header {
    padding-top: 26px;
    padding-bottom: 20px;
}

.header__content {
    position: relative;
}

.header__top {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: center;
}

.header__city {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__city a {
    padding: 8px 18px 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    background: url(../img/triangle.svg) center right no-repeat;
}

.header__city a:hover {
    color: #8c7a66;
}

.header__adress {
    font-size: 14px;
}

.header__logo {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px);
    font-size: 30px;
    font-weight: 600;
    line-height: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #a6987c;
    text-decoration: none;
    white-space: nowrap;
}

.header__contact {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px);
    text-align: right;
}

.header__tel {
    margin-bottom: 5px;
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.header__time {
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}

.header__time::before {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #51b905;
}

.header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header__menu li {
    margin: 0 25px;
}

.header__menu a {
    font-size: 17px;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
}

.header__menu a:active,
.header__menu a:focus,
.header__menu a:hover {
    color: #a8927b;
}

.header__burger {
    display: none;
    z-index: 13;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.header__burger:focus {
    outline: 0;
}

.header__burger > span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #555;
    position: relative;
    transition: background 0.5s 0.5s;
    border-radius: 30px;
}

.header__burger > span:after,
.header__burger > span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background: #555;
    /*-ms-transform-origin: 50% 50%;*/
    transform-origin: 50% 50%;
    transition: top 0.5s 0.5s, transform 0.5s;
    border-radius: 30px;
}

.header__burger > span:before {
    width: 100%;
    top: -8px;
}

.header__burger > span:after {
    width: 50%;
    top: 8px;
}

.header__burger--close {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 111;
}

.header__burger--close > span {
    transition: background 0.5s;
    background: 0 0;
}

.header__burger--close > span:after,
.header__burger--close > span:before {
    width: 100%;
    transition: top 0.5s, transform 0.5s 0.5s;
    top: 0;
    color: #555;
}

.header__burger--close > span:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.header__burger--close > span:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

.hero {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 300px;
    background: #555;
}

.hero h1 {
    margin: 0 auto;
    max-width: 700px;
}

.home .hero {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 324px;
    background: url(../img/home_hero_bg.jpg) center/cover no-repeat #555;
}

.home .hero__subtitle {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #959599;
}

.home .hero__btn {
    margin: 0 15px 10px;
    color: #e6e6e6;
    border: 1px solid #454545;
    background: 0 0;
    transition: 0.3s;
    font-weight: 400;
}

.home .hero__btn:active,
.home .hero__btn:focus,
.home .hero__btn:hover {
    color: #000;
    background-color: #e6e6e6;
}

.home .hero__contacts {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #454545;
}

.home .hero__contacts > div {
    display: flex;
}

.home .hero__contacts p {
    margin: 5px 0;
    color: #959599;
    font-weight: 400;
}

.home .hero__link {
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #454545;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home h1 {
    max-width: 970px;
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 60px;
}

.buy .hero,
.product .hero {
    background: url(../img/buy_hero_bg.jpg) center/cover no-repeat #555;
}

.repair .hero {
    background: url(../img/repair_hero_bg.jpg) center/cover no-repeat #555;
}

.contact .hero {
    background: url(../img/contact_hero_bg.jpg) center/cover no-repeat #555;
}

.buyup .hero {
    background: url(../img/buyup_hero_bg.jpg) center/cover no-repeat #555;
}

.sell .hero {
    background: url(../img/sell_hero_bg.jpg) center/cover no-repeat #555;
}

.p404 .hero {
    background: url(../img/404_hero_bg.jpg) center/cover no-repeat #555;
}

.jewel .hero {
    background: url(../img/jewel_hero_bg.jpg) center/cover no-repeat #555;
}

.box__wrapper {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.box__wrapper span {
    margin-bottom: 10px;
    margin-right: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.box__wrapper > div {
    display: flex;
    align-items: center;
}

.box__wrapper > div .box__filter {
    padding: 10px 18px 10px 15px;
    min-width: 220px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    margin: 0 10px 10px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
    background: url(../img/triangle.svg) no-repeat;
    background-position-y: center;
    background-position-x: 98%;
}

.box__wrapper > div .box__filter:hover {
    border-color: #8c7a66;
    color: #8c7a66;
}

.box__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-around;
    padding-top: 55px;
}

.box__item {
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(33.333333333333336% - 30px);
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.box__item h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 600;
}

.box__item h3 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.box__item ul {
    margin-bottom: 15px;
}

.box__item li {
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box__picture {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66666666666667% - 30px);
}

.box__picture img {
    width: 100%;
    height: 12.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.box__text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.333333333333336% - 30px);
    /* добавлено */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box__text ul {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box__price {
    margin-bottom: 15px;
    font-weight: 600;
    /* добавлено */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box__pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box__pagination li {
    width: 32px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box__pagination li.box__page,
.box__pagination li.box__page--more {
    border-bottom: 1px solid #e1e1e2;
}

.box__pagination li.box__page--active,
.box__pagination li.box__page:hover {
    border-bottom-color: #353537;
}

.box__pagination li a {
    color: inherit;
    text-decoration: none;
}

.box__descr {
    text-align: center;
}

.box__descr-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #fff;
    background: linear-gradient(0deg, #f7f7f3 0, #fff 100%);
}

.box__descr p {
    line-height: 24px;
    font-weight: 100;
    max-width: 870px;
    margin: 0 auto;
}

.box__descr p:not(:last-child) {
    margin-bottom: 24px;
}

.box__descr p span {
    font-weight: 400;
}

.info {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info__item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.info__item:not(:last-child) {
    margin-bottom: 52px;
}

.info__pic {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66666666666667% - 30px);
    text-align: center;
}

.info__text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    /* убрано */
    /*width: calc(58.333333333333336% - 30px)*/
}

.info__text h2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
}

.info__text h2 span {
    color: #8c7a66;
}

.info__text ul {
    margin-bottom: 40px;
}

.info__text li {
    position: relative;
    padding-left: 40px;
}

.info__text li::before {
    /*position: absolute;*/
    /*content: "";*/
    /*text-align: center;*/
    /*line-height: 27px;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 27px;*/
    /*height: 27px;*/
    /*color: #a6987c;*/
    /*border: 1px solid #d1cac2;*/
}

.info__text li:nth-child(1)::before {
    /*content: "1";*/
}

.info__text li:nth-child(2)::before {
    /*content: "2";*/
}

.info__text li:nth-child(3)::before {
    /*content: "3";*/
}

.info__text li:nth-child(4)::before {
    /*content: "4";*/
}

.info__text li,
.info__text p {
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

.info__text li:not(:last-child),
.info__text p:not(:last-child) {
    margin-bottom: 25px;
}

.info__text p.bold {
    font-weight: 500;
}

.info__item:nth-child(2) .info__pic,
.info__item:nth-child(2) .info__text {
    width: calc(50% - 30px);
}

/*.home .info__text li::before {*/
/*    border: none;*/
/*    content: "\2014";*/
/*}*/

.buy .info__item:nth-child(1) .info__pic,
.jewel .info__item:nth-child(1) .info__pic {
    align-self: flex-start;
}

.buy .info__item:nth-child(1) .info__text,
.jewel .info__item:nth-child(1) .info__text {
    padding-top: 38px;
    align-self: flex-start;
}

.contact-info {
    padding-top: 52px;
    padding-bottom: 58px;
}

.contact-info__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.contact-info__adress,
.contact-info__city,
.contact-info__tel {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    margin-bottom: 30px;
}

.contact-info__title {
    margin-bottom: 16px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-info__text {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
}

.contact-info__map {
    width: 100%;
    height: 420px;
}

.feedback__form {
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback__fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-self: stretch;
}

.feedback__fieldset-wrapper fieldset {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feedback__fieldset-wrapper fieldset label {
    font-weight: 400;
    text-transform: uppercase;
}

.feedback__checkbox-wrapper {
    display: flex;
}

.feedback__checkbox-wrapper div {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.feedback__checkbox-wrapper div label {
    margin-left: 10px;
    text-transform: unset;
}

.feedback__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.feedback #feedback_brand {
    padding: 10px 15px;
    min-width: 220px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: 0 0;
}

.feedback #feedback__file {
    margin-bottom: 30px;
}

.feedback__descr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    align-items: center;
}

.feedback__descr-wrapper {
    background: #fff;
    background: linear-gradient(0deg, #f7f7f3 0, #fff 100%);
}

.feedback__text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66666666666667% - 30px);
    font-weight: 100;
    line-height: 24px;
}

.feedback__text p {
    margin-bottom: 35px;
}

.feedback__pic {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px);
}

.advantages {
    padding-top: 72px;
    padding-bottom: 22px;
    text-align: center;
    background: url(../img/advantages_bg.jpg) center/cover no-repeat #555;
}

.advantages h2 {
    margin-bottom: 60px;
    font-size: 48px;
    text-transform: uppercase;
    color: #dedede;
}

.advantages__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-around;
}

.advantages__list img {
    opacity: 0.8;
}

.advantages__list h3 {
    margin-top: 30px;
    color: #dedede;
}

.advantages__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    margin-bottom: 50px;
}

.advantages__item:first-child img {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.factors {
    padding-top: 24px;
    padding-bottom: 33px;
    background-color: #ece8e5;
}

.factors__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.factors__text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66666666666667% - 30px);
    line-height: 24px;
}

.factors__text p {
    margin-bottom: 25px;
}

.factors__text .bold {
    font-weight: 500;
    margin-bottom: 17px;
}

.factors__text li {
    margin-bottom: 4px;
    padding-left: 30px;
    position: relative;
}

.factors__text li::before {
    /*position: absolute;*/
    /*content: "\2014";*/
    /*left: 0;*/
    /*top: 0;*/
}

.factors__pic {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333333333333336% - 30px);
    overflow: hidden;
    text-align: center;
}

.factors__pic img {
    opacity: 0.6;
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
}

.product {
    padding-top: 40px;
    padding-bottom: 70px;
}

.product__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.product__images {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
}

.product__text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
}

.product h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 300;
}

.product h2 span {
    display: block;
    color: #a6987c;
}

.product__info {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #555;
    font-weight: 600;
}

.product__price {
    font-size: 24px;
}

.product__store {
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
}

.product__store span {
    text-transform: none;
    display: block;
}

.product__specs {
    margin-top: 26px;
    margin-bottom: 26px;
    /*max-height: 430px;*/
    overflow-y: auto;
}

.product__specs li {
    margin-bottom: 12px;
}

.product__specs li span {
    font-weight: 600;
}

.product__form {
    margin-top: auto;
    padding: 31px;
    background-color: #a6987c;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.product__form input {
    margin-right: 30px;
    width: 64%;
    padding: 10px 17px;
    text-transform: uppercase;
    font-weight: 400;
}

.product__btn {
    width: 34%;
    color: #fff;
    background-color: transparent;
    transition: 0.3s;
}

.product__btn:active,
.product__btn:focus,
.product__btn:hover {
    color: #a6987c;
    background-color: #fff;
}

#sticky-bar {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0%);
    border-top: 1px solid #bfbfbf;
    padding: 8px;
    transition: top 0.3s ease-in-out;
    z-index: 90;
}

.sticky-bar--active {
    display: flex !important;
}

.intro-messenger-link {
    display: flex;
    align-items: center;
    margin: 8px;
    border: 1px solid #a6987c;
    border-radius: 12px;
    transition: background-color 0.3s;
    /*width: 50px;*/
    height: 50px;
    text-decoration: none;
}

.intro-messenger-link > span {
    margin-right: 0.6em;
    color: #a6987c;
    font-weight: bold;
}

#subscribe {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 38px 30px 33px;
    border-top: 1px solid #a39484;
    background-color: rgba(255, 255, 255, 0.9);
}

#subscribe form {
    display: flex;
    justify-content: center;
    align-items: center;
}

#subscribe form div {
    display: flex;
}

#subscribe input {
    background-color: #fafafa;
    border: 1px solid #a39484;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 30px;
}

#subscribe p {
    text-align: center;
    font-size: 17px;
    margin-right: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

#subscribe .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    outline: 0;
    border: none;
    background: 0 0;
}

#subscribe .btn-close svg {
    display: block;
    width: 24px;
    height: 24px;
    color: #d1d1d0;
}

.p404-box {
    padding-top: 77px;
    padding-bottom: 60px;
    text-align: center;
}

.p404-box h2 {
    margin-bottom: 55px;
    color: #000;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.p404-box p {
    max-width: 820px;
    margin: 0 auto 40px;
    line-height: 24px;
    font-weight: 100;
}

.footer {
    background: #fff;
    background: linear-gradient(0deg, #f7f7f3 0, #fff 100%);
}

.footer__content {
    border-top: 1px solid #ddd;
    padding-top: 44px;
    padding-bottom: 45px;
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.footer__city {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.666666666666668% - 30px);
    margin-bottom: 32px;
    font-size: 14px;
}

.footer__city a {
    padding: 8px 18px 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    background: url(../img/triangle.svg) center right no-repeat;
}

.footer__city a:hover {
    color: #8c7a66;
}

.footer__adress {
    margin-top: 5px;
    font-size: 14px;
    white-space: nowrap;
}

.footer__menu {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66666666666667% - 30px);
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer__menu li {
    margin: 0 25px 20px;
}

.footer__menu a {
    font-size: 17px;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
}

.footer__menu a:active,
.footer__menu a:focus,
.footer__menu a:hover {
    color: #a8927b;
}

.footer__contact {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.666666666666668% - 30px);
    margin-bottom: 32px;
    text-align: right;
}

.footer__tel {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
}

.footer__time {
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}

.footer__time::before {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #51b905;
}

.footer__social {
    margin-top: 12px;
}

.footer__social a {
    text-decoration: none;
}

.footer__social a + a {
    margin-left: 25px;
}

.footer__social svg {
    width: 20px;
    height: 20px;
}

.footer__social svg:hover path {
    fill: #a8927b;
}

.footer__logo {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.1em;
    text-transform: uppercase;
    color: #a6987c;
    text-decoration: none;
}

.footer__copy {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 100;
}

.footer__bottom {
    text-align: center;
}

.popup {
    max-width: 480px;
    padding: 32px;
    color: #555;
    background-color: #fff;
    border-radius: 20px;
}

.popup__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.popup__item {
    font-size: 15px;
    color: inherit;
    text-decoration: none;
    padding: 8px;
    white-space: nowrap;
    text-align: center;
    transition: color 0.3s;
}

.popup__item--active {
    font-weight: 700;
    cursor: default;
}

.popup__item:not(.popup__item--active):hover {
    color: #8c7a66;
    text-decoration: underline;
}

#callback .popup__form {
    display: flex;
    flex-direction: column;
}

#callback .popup__form label {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

#callback .popup__form input {
    margin-bottom: 15px;
}

#online .popup__form {
    display: flex;
    flex-direction: column;
}

#online .popup__fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-self: stretch;
}

#online .popup__fieldset-wrapper fieldset {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

#online .popup__title {
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

#online .popup__checkbox-wrapper {
    display: flex;
}

#online .popup__checkbox-wrapper > div:first-child {
    margin-right: 15px;
}

#online .popup__checkbox-wrapper label {
    margin-left: 5px;
}

#online #popup_brand {
    padding: 10px 15px;
    min-width: 220px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: 0 0;
}

#online #popup__file {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    #sticky-bar {
        bottom: 0;
        transition: top 0.3s ease-in-out;
    }

}

@media screen and (max-width: 992px) {
    .home .hero__contacts p,
    .home .hero__subtitle {
        color: #fff;
    }

    .box__item {
        width: calc(50% - 30px);
    }

    .buy .info__item:nth-child(1) .info__text,
    .jewel .info__item:nth-child(1) .info__text {
        padding-top: 0;
    }

    .footer__city {
        width: calc(50% - 30px);
        order: 1;
        text-align: center;
    }

    .footer__menu {
        width: calc(50% - 30px);
        flex-direction: column;
        order: 3;
    }

    .footer__contact {
        width: calc(50% - 30px);
        order: 2;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .slider__title {
        font-size: 30px;
    }

    .slider__list .slick-arrow.slick-prev {
        left: -20px;
    }

    .slider__list .slick-arrow.slick-next {
        right: -20px;
    }

    .header__menu li {
        margin-bottom: 10px;
    }

    .home h1 {
        font-size: 45px;
    }

    .box__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .box__wrapper > div .box__filter {
        width: 280px;
    }

    .box__item {
        text-align: center;
    }

    .box__picture {
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }

    .box__text {
        width: calc(100% - 30px);
    }

    .info__item {
        align-items: flex-start;
    }

    .info__text h2 {
        font-size: 25px;
        line-height: 38px;
    }

    .contact-info__content {
        text-align: center;
    }

    .contact-info__adress,
    .contact-info__city,
    .contact-info__tel,
    .feedback__pic {
        width: calc(100% - 30px);
    }

    .advantages h2 {
        font-size: 30px;
    }

    .product__images,
    .product__text {
        width: calc(100% - 30px);
    }

    #subscribe {
        padding: 18px 10px 13px;
    }

    #subscribe form {
        flex-direction: column;
    }

    #subscribe p {
        margin-bottom: 10px;
    }

    .footer__top {
        margin-left: 0;
        margin-right: 0;
    }

    .footer__city,
    .footer__contact,
    .footer__menu {
        width: calc(100% - 30px);
    }

}

@media (orientation: portrait) and (max-width: 768px) {
    .product__slider-main .slick-slide {
        max-height: 60vh;
    }

    .product__slider-nav .slick-slide {
        max-height: 10vh;
    }

}

@media screen and (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    h1 {
        font-size: 30px;
    }

    .slider__list .slick-arrow.slick-prev {
        left: -15px;
    }

    .slider__list .slick-arrow.slick-next {
        right: -15px;
    }

    .header {
        padding-bottom: 55px;
    }

    .header__content {
        display: flex;
    }

    .header__bottom {
        order: -1;
    }

    .header__city {
        width: auto;
        margin: 0;
        position: absolute;
        right: 0;
        top: 20px;
        align-items: flex-end;
    }

    .header__adress {
        order: -1;
        font-size: 12px;
    }

    .header__logo {
        position: absolute;
        left: 28px;
        top: 9px;
    }

    .header__contact {
        width: calc(100% - 30px);
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .header__tel {
        position: absolute;
        right: 0;
        top: -3px;
        font-size: 14px;
    }

    .header__time {
        position: absolute;
        left: -18px;
        top: 42px;
    }

    .header__menu {
        -ms-transform: translateX(-105%);
        transform: translateX(-105%);
        /*display: none;*/
        /*-ms-transform-origin: right top;*/
        transform-origin: right top;
        transition: 0.5s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 110;
        width: 100%;
        height: 100%;
        padding: 40px;
        background-color: #fff;
    }

    .header__menu li {
        text-align: center;
        width: 100%;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #555;
    }

    .header__menu li:last-child {
        border-bottom: 1px solid #555;
    }

    .header__menu.header__menu--open {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header__burger {
        /*display: block;*/
        display: flex;
    }

    .home h1 {
        font-size: 30px;
    }

    .box__wrapper > div {
        flex-wrap: wrap;
    }

    .box__wrapper > div .box__filter {
        width: 100%;
    }

    .box__item {
        width: 43%;
    }

    .box__btn {
        font-size: 13px;
        padding: 10px;
        /* добавлено */
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .info__pic {
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }

    .info__item:nth-child(2) .info__pic,
    .info__text {
        width: calc(100% - 30px);
    }

    .info__item:nth-child(2) .info__pic {
        order: -1;
    }

    .feedback__text,
    .info__item:nth-child(2) .info__text {
        width: calc(100% - 30px);
    }

    .advantages__item {
        width: calc(50% - 30px);
    }

    .factors__text {
        width: calc(75% - 30px);
    }

    .factors__pic {
        width: calc(25% - 30px);
    }

    .product__form {
        flex-wrap: wrap;
    }

    .product__form input {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product__btn {
        width: 100%;
    }

    #subscribe form div {
        flex-direction: column;
    }

    #subscribe input {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #subscribe p {
        font-size: 14px;
    }

    .footer__menu a {
        font-size: 15px;
    }

}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }

}

@media screen and (max-width: 350px) {
    .header__logo {
        font-size: 24px;
    }

}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: 12px;
            padding-right: 12px;
        }

    }

}




/* добавлено */

.box__btn {
    text-align: center;
}

.box__status,
.slider__status {
    margin-bottom: 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slider__picture {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66666666666667% - 30px);
}

.slider__picture img {
    width: 100%;
    height: 12.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}




.hero-video-1 {
    position: relative;
}

.hero-video-1 video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-1__background {
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 70px;
}

.hero-video-1 h1 {
    text-align: center;
    margin: 0 auto 24px;
}

.hero-video-1__subtitle {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #959599;
}

.hero-video-1__use {
    text-align: center;
    margin-bottom: 200px;
}

.hero-video-1__contacts {
    border-top: 1px solid #454545;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hero-video-1__contacts p {
    margin: 5px 0;
    color: #959599;
    font-weight: 400;
    text-align: center;
}

.hero-video-1__contacts div {
    display: flex;
}

.hero-video-1__link {
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #454545;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.hero-video-2 {
    position: relative;
    min-height: 300px;
}

.hero-video-2 video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-2__background {
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
}

.hero-video-2__background .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    height: 100%;
    width: 100%;
}

.hero-video-2 h1 {
    max-width: 700px;
    text-align: center;
}




.info h2 {
    font-size: 1.5em;
    margin: 0 0 1em;
}

.info p {
    margin: 0 0 1em;
    text-indent: 2em;
}

.info ul,
.info ol {
    margin: 0 0 1em;
    padding-left: 2em;
}

.info ul li,
.info ol li {
    margin: 0 0 1em;
    list-style: disc inside;
}




.box__user {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 15px;
}

.box__user_avatar {
    flex-shrink: 0;
}

.box__user_avatar > img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.box__user_info {
    flex-shrink: 1;
}

.box__user_info__name {
    display: flex;
    align-items: center;
    gap: 0.25em;
    font-size: 0.8em;
    font-weight: bold;
}

.box__user_info__number {
    font-weight: normal;
    padding-right: 0.5em;
}

.box__user_info__star {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
}

.box__user_info__type {
    font-size: 0.6em;
}

.box__user_info__name,
.box__user_info__type,
.box__user_info__name_wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .box__user {
        justify-content: center;
    }

    .box__user_info__name,
    .box__user_info__type {
        text-align: left;
    }
}




.box__picture {
    position: relative;
}

.box__picture .badge {
    padding: 0.5em 1em;
    color: white;
    background-color: #a8927b;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.box__picture .badge.badge__tl,
.box__picture .badge.badge__tr,
.box__picture .badge.badge__bl,
.box__picture .badge.badge__br,
.box__picture .badge.badge__b {
    position: absolute;
}

.box__picture .badge.badge__tl,
.box__picture .badge.badge__tr {
    top: 0;
}

.box__picture .badge.badge__bl,
.box__picture .badge.badge__br {
    bottom: 0;
}

.box__picture .badge.badge__tl,
.box__picture .badge.badge__bl {
    left: 0;
}

.box__picture .badge.badge__tr,
.box__picture .badge.badge__br {
    right: 0;
}

.box__picture .badge.badge__b {
    bottom: 5em;
    left: 1em;
    right: 1em;
    background-color: #6f6f6f;
}
