/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: 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;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  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 img {
  display: block; }

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.text-right {
    text-align: right;
}

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

@media (min-width: 1200px) {
    .custom-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom-container .col-2 {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 20%;
        flex: 0 0 20%;
        margin-bottom: 24px;
    }

    .custom-container .row {
        margin-right: -12px;
        margin-left: -12px;
    }
}

@media (max-width: 1199px) {
    .custom-container .col-2 {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 25%;
        flex: 0 0 25%;
        margin-bottom: 16px;
    }

    .custom-container .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media (max-width: 991px) {
    .custom-container .col-2 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767px) {
    .custom-container .col-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #0D0D0D;
    background-color: #fff;
    min-width: 320px;
}

body.locked {
    overflow: hidden !important;
}

a,
button {
    cursor: pointer;
}

picture {
    display: block;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
}

p {
    margin: 0 0 15px;
}

@media (max-width: 1399px) {
    body {
        font-size: 14px;
    }
}

.title-group h1,
.title-group .h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.175em;
    text-transform: uppercase;
}

@media (max-width: 1699px) {

    .title-group .h1,
    .title-group h1 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {

    .title-group .h1,
    .title-group h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .title-group .h1,
    .title-group h1 {
        font-size: 24px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1724px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-group {
    margin-bottom: 0;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
}

.form-control {
    display: block;
    width: 100%;
    border: 1px solid #DBCDBC;
    transition: 0.15s;
    outline: 0;
    height: 40px;
    padding: 10px 12px;
    border-radius: 10px;
}

.form-control:focus {
    border: 1px solid #DBCDBC;
    box-shadow: 0 0 0 3px rgba(219, 205, 188, 0.3);
}

.red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none;
}

.red .red-text {
    display: block;
}

textarea {
    display: block;
    border: 1px solid #DBCDBC;
    transition: 0.15s;
    outline: 0;
    height: 40px;
    padding: 10px 12px;
    border-radius: 10px;
    min-height: 120px;
}

textarea:focus {
    border: 1px solid #DBCDBC;
    box-shadow: 0 0 0 3px rgba(219, 205, 188, 0.3);
}

.checkbox-item {
    position: relative;
}

.checkbox-item label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    color: #9B8D7B;
}

.checkbox-item label:before,
.checkbox-item label:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: -2px;
}

.checkbox-item label:before {
    width: 26px;
    height: 26px;
    border: 1px solid #DBCDBC;
    background-color: #fff;
    border-radius: 7px;
    z-index: 1;
}

.checkbox-item label:after {
    background: url("../img/icons/check-icon.svg") no-repeat center;
    opacity: 0;
    z-index: 5;
}

.checkbox-item label a {
    color: #9B8D7B;
}

.checkbox-item label a:hover {
    text-decoration: none;
}

.checkbox-item input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkbox-item input:checked~label:before {
    background-color: #DBCDBC;
    border-color: #DBCDBC;
}

.checkbox-item input:checked~label:after {
    opacity: 1;
}

.btn-primary {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    background-color: #DBCDBC;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    transition: 0.2s;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    border: 1px solid #DBCDBC;
    border-radius: 10px;
}

.btn-primary:hover {
    text-decoration: underline;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: transparent;
    color: #DBCDBC;
}

.btn-light {
    border: 1px solid #72BD5E;
    background-color: transparent;
    color: #252525;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    height: 42px;
    line-height: 41px;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    display: inline-block;
}

.btn-light:hover {
    background-color: #72BD5E;
    color: #fff;
}

.back-link {
    display: block;
    width: 50px;
    height: 30px;
    background: url(../img/icons/arrow-left.svg) no-repeat center left;
    transition: 0.25s;
    float: left;
}

.back-link:hover {
    transform: translateX(-5px);
}

.forward-link {
    position: relative;
    color: #DBCDBC;
    float: right;
    padding-right: 30px;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.forward-link:after {
    content: '';
    width: 20px;
    height: 30px;
    background: url(../img/icons/gray-arrow-right.svg) no-repeat center left;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    transition: 0.25s;
}

.forward-link:hover {
    text-decoration: underline;
}

.forward-link:hover:after {
    transform: translateX(5px);
}

.select-label {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.select-container {
    position: relative;
    display: flex;
    align-items: center;
}

.select-container .select-button {
    background-color: #fff;
    border: 1px solid #DBCDBC;
    cursor: pointer;
    font-size: 14px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    height: 40px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    z-index: 100;
    color: #DBCDBC;
    text-transform: uppercase;
}

.select-container .select-button:focus {
    border: 1px solid #9B8D7B;
}

.select-container .select-button span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-container .select-button:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 9px;
    border-top: 6px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform-origin: center;
    transition: 0.3s;
}

.select-container .select-button.is-active {
    border: 1px solid #9B8D7B;
    color: #9B8D7B;
}

.select-container .select-button.is-active:after {
    transform: rotate(180deg);
}

.select-container .select-button.is-added {
    color: #9B8D7B;
}

.select-container .select-dropdown {
    list-style: none;
    width: 100%;
    display: none;
    position: relative;
    top: -20px;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #DBCDBC;
    border-radius: 10px;
    padding: 20px 10px 10px;
}

.select-container .select-dropdown li {
    position: static;
    padding: 0;
    display: block;
    width: 100%;
}

.select-container .select-dropdown li:before {
    display: none;
}

.select-container .select-dropdown li a {
    display: block;
    border: 0;
    line-height: 1.4;
    text-decoration: none;
    padding: 10px 0;
    color: #DBCDBC;
    font-size: 13px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #DBCDBC;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.select-container .select-dropdown li a:hover {
    color: #9B8D7B;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    align-items: center;
    background-color: transparent;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 1001;
}

.breadcrumb a {
    text-decoration: none;
    color: #111;
}

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

.breadcrumb .breadcrumb-item.active {
    color: #9B8D7B;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: '/';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 4px 5px 0;
    font-weight: 500;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 800px;
    background-color: #fff;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icons/close-icon.svg);
}

.modal-content hr {
    display: block;
    width: 100%;
    border: 0;
    border-top: 2px solid #6AB831;
}

.modal-content .close {
    position: absolute;
    right: 10px;
    top: 7px;
    opacity: 1;
    outline: 0;
}

.modal-content .close img {
    width: 15px;
}

.modal-content .modal-header {
    display: flex;
    justify-content: center;
    border: 0;
    padding: 25px 35px 10px;
    flex-wrap: wrap;
}

.modal-content .modal-body {
    padding: 50px;
}

.social-holder {
    display: flex;
    align-items: center;
}

.social-holder a {
    margin: 0 15px;
    transition: 0.25s;
}

.social-holder a:hover {
    opacity: 0.8;
}

@media (max-width: 1536px) {
    .back-link {
        margin-top: -25px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 12px;
    }

    .title-group {
        clear: both;
    }

    .title-group .h2,
    .title-group h2 {
        font-size: 42px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {

    .title-group .h2,
    .title-group h2 {
        font-size: 32px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {

    .title-group .h2,
    .title-group h2 {
        font-size: 24px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        white-space: nowrap;
    }

    .breadcrumb .breadcrumb-item {
        white-space: nowrap;
    }

    .breadcrumb .breadcrumb-item:last-child {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        margin-top: 0;
    }
}

.main-header {
    position: relative;
    z-index: 100;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.main-header .container {
    display: flex;
    align-items: center;
}

.main-header .container .main-logo {
    width: 260px;
}

.main-header .container .main-logo img {
    display: block;
    width: 100%;
}

.index-page .main-header .main-logo img {
    filter: brightness(0) invert(1);
}

.index-page .main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    z-index: 100;
}

.nav-toggle {
    background-color: transparent;
    border: 0;
    padding: 0 26px 0 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    z-index: 5;
    font-size: 14px;
    display: none;
}

.nav-toggle i {
    position: absolute;
    right: 0;
    width: 16px;
    height: 2px;
    border-radius: 3px;
    background-color: #252525;
    transition: 0.25s;
}

.nav-toggle i:nth-child(1) {
    top: 2px;
}

.nav-toggle i:nth-child(2) {
    top: 7px;
}

.nav-toggle i:nth-child(3) {
    top: 12px;
}

.nav-toggle.active {
    color: #fff;
}

.index-page .nav-toggle i,
.nav-toggle.active i {
    background-color: #fff;
}

.nav-toggle.active i:nth-child(1) {
    top: 2px;
    transform: translateY(5px) rotate(45deg);
}

.nav-toggle.active i:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active i:nth-child(3) {
    top: 12px;
    transform: translateY(-5px) rotate(-45deg);
}

.main-nav {
    position: relative;
    z-index: 5;
    margin: auto;
}

.main-nav a {
    text-transform: uppercase;
    margin: 0 15px;
    text-decoration: none;
    color: #0D0D0D;
    position: relative;
    white-space: nowrap;
}

.index-page .main-nav a {
    color: #fff;
}

.main-nav a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #111;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 300ms ease-in-out;
}

.index-page .main-nav a:after {
    background-color: #fff;
}

.main-nav a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.search-holder {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.search-input {
    border: 1px solid #121212;
    border-radius: 40px;
    height: 40px;
    display: block;
    width: 260px;
    text-transform: uppercase;
    color: #111;
    padding: 0 50px 0 20px;
    transition: .15s ease-in-out;
    outline: 0;
    background-color: transparent;
}

.search-input::placeholder {
    color: #807B7B;
}

.search-input:focus {
    border-color: #9B8D7B;
    box-shadow: 0 0 0 3px rgba(155, 141, 123, 0.3);
}

.search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 13px;
    top: 4px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent url(../img/icons/search-icon.svg) no-repeat center;
    background-size: 22px;
}

.index-page .search-btn {
    filter: brightness(0) invert(1);
}

.index-page .search-input {
    border: 1px solid #fff;
    color: #fff;
}

.index-page .search-input::placeholder {
    color: #DFDFDF;
}

.index-page .search-input:focus {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.search-close {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 32px;
    height: 32px;
    background: url(../img/icons/close-icon-b.svg) no-repeat center;
    background-size: 20px;
    z-index: 10;
    display: none;
}

.search-toggle {
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background: transparent url(../img/icons/search-icon.svg) no-repeat center;
    background-size: 20px;
    display: none;
}

@media(max-width: 1899px) {
    .main-nav a {
        margin: 0 10px;
    }
}

@media (max-width: 1699px) {
    .main-header {
        padding: 20px 0;
    }
}

@media(max-width: 1399px) {
    .main-header .container .main-logo {
        width: 220px;
    }

    .search-input {
        width: 230px;
        font-size: 13px;
    }

    .main-nav a {
        font-size: 13px;
    }
}


@media (max-width: 1199px) {
    .main-header .container .main-logo {
        width: 160px;
    }

    .search-input {
        width: 190px;
        font-size: 12px;
    }

    .main-nav a {
        font-size: 12px;
        margin: 0 8px;
    }
}

@media (max-width: 991px) {
    .main-header .container .main-logo {
        margin: 0 auto;
    }

    .nav-toggle {
        display: block;
    }

    .main-header .container {
        position: relative;
    }

    .main-nav {
        position: absolute;
        right: 12px;
        top: 60px;
        opacity: 0;
        pointer-events: none;
    }

    .main-nav a {
        display: block;
        text-align: right;
        margin-left: 0;
        margin-bottom: 15px;
        color: #fff;
    }

    .main-nav a:after {
        display: none;
    }

    .main-nav.active {
        opacity: 1;
        pointer-events: auto;
    }

    .search-holder {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px 67px 20px 20px;
        z-index: 100;
        transition: 0.25s;
        opacity: 0;
        pointer-events: none;
    }

    .search-holder.active {
        opacity: 1;
        pointer-events: auto;
    }

    .search-input {
        width: 100%;
    }

    .index-page .search-input {
        border: 1px solid #121212;
        width: 100%;
        color: #121212;
    }

    .search-btn,
    .index-page .search-btn {
        filter: unset;
        right: 78px;
        top: 23px;
    }

    .index-page .search-input::placeholder {
        color: #807B7B;
    }

    .index-page .search-input:focus {
        border-color: #9B8D7B;
        box-shadow: 0 0 0 3px rgba(155, 141, 123, 0.3);
    }

    .search-close {
        display: block;
    }

    .search-toggle {
        display: block;
    }

    .index-page .nav-toggle {
        color: #fff;
    }

    .index-page .search-toggle {
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 10px 0;
    }

    .main-header .container .main-logo {
        width: 180px;
        margin: 0 auto;
    }
}

@media (max-width: 375px) {
    .main-header .container .main-logo {
        width: 150px;
    }
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #0D0D0D;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: none;
}

#wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-content {
    flex: 1;
}

.start-section {
    height: 100vh;
    position: relative;
}

.start-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(18, 18, 18, 0.35) 28.65%, rgba(0, 0, 0, 0) 97.92%);
    pointer-events: none;
}

.start-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.start-section picture {
    display: block;
    width: 100%;
    height: 100%;
}

.start-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.start-section .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.start-section .text-holder {
    max-width: 500px;
    color: #fff;
}

.start-section .text-holder h1,
.start-section .text-holder .h1 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}

.start-section .text-holder p {
    letter-spacing: 4px;
    font-size: 16px;
    color: #fff!important;
}

.start-section .text-holder .btn-outline {
    display: inline-block;
    border: 2px solid #fff;
    font-size: 20px;
    padding: 15px 60px;
    border-radius: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.25s;
    margin-top: 30px;
}

.start-section .text-holder .btn-outline:hover {
    background-color: #DBCDBC;
    border-color: #DBCDBC;
}

.sound-toggle {
    position: absolute; 
    right: 30px;
    bottom: 30px;
    width:  50px;
    height: 50px;
    background: url(../img/icons/sound-off.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}

.sound-toggle.sound-on {
    background: url(../img/icons/sound-on.svg) no-repeat center;
    background-size: contain;
}

@media (max-width: 1699px) {
    .start-section .text-holder h1,
    .start-section .text-holder .h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .start-section .text-holder p {
        font-size: 14px;
    }

    .start-section .text-holder .btn-outline {
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .start-section {
        height: calc(var(--vh, 1vh) * 100);
    }


    .start-section .text-holder h1,
    .start-section .text-holder .h1 {
        font-size: 32px;
    }

    .start-section .text-holder p {
        font-size: 14px;
    }

    .start-section .text-holder .btn-outline {
        font-size: 14px;
    }
}

@media(max-width: 991px) {
    .sound-toggle {
        width: 40px;
        height: 40px;
    }

    .start-section .container {
        padding-bottom: 50px;
    }
} 

@media (max-width: 767px) {
    .start-section .text-holder h1,
    .start-section .text-holder .h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .start-section .text-holder p {
        font-size: 10px;
        max-width: 100%;
    }

    .start-section .text-holder .btn-outline {
        font-size: 12px;
        padding: 13px 30px;
        margin-top: 10px;
    }

    .start-section .text-holder p,
    .start-section .text-holder span{
        font-size: 11px!important;
        color: #fff!important;
    }
}


.index-catalog {
    padding: 50px 0 70px;
}

.index-catalog .h2,
.index-catalog h2 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 7px;
    margin: 0 0 60px;
}

.categories-slider {
    max-width: 1270px;
    margin: 0 auto;
}

.categories-slider .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 540px;
    margin: 0 0 60px;
    display: flex !important;
    align-items: flex-end;
    padding: 30px 30px 80px;
    font-size: 30px;
}

.categories-slider .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.categories-slider .item-title {
    color: #fff;
    position: relative;
    z-index: 5;
    text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #F4EADD;
}

.categories-slider .item-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 5;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 7px 40px;
    background-color: #DBCDBC;
    letter-spacing: 4px;
}

.categories-slider .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.22%, #000000 156.18%);
    z-index: 2;
}

.categories-slider .item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.categories-slider .item:hover img {
    transform: scale(1.05);
}

.categories-slider .slick-slide {
    margin: 0 50px;
}

.categories-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: -15px 0 0;
    display: flex;
    justify-content: center;
}

.categories-slider .slick-dots li {
    margin: 0 10px;
}

.categories-slider .slick-dots li button {
    border: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 10px;
    background-color: #7C7C7C;
    transition: 0.25s;
}

.categories-slider .slick-dots li.slick-active button {
    background-color: #DBCDBC;
    width: 70px;
}

@media (max-width: 1699px) {

    .index-catalog .h2,
    .index-catalog h2 {
        font-size: 36px;
    }
}

@media (max-width: 1399px) {

    .index-catalog .h2,
    .index-catalog h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .categories-slider {
        width: 1070px;
    }

    .categories-slider .slick-slide {
        margin: 0 30px;
    }

    .categories-slider .item {
        height: 475px;
    }
}

@media (max-width: 1199px) {
    .index-catalog {
        padding: 40px 0 60px;
    }

    .categories-slider {
        width: 720px;
    }

    .categories-slider .slick-slide {
        margin: 0 20px;
    }

    .categories-slider .item {
        height: 320px;
        padding: 20px 20px 60px;
        margin-bottom: 40px;
    }

    .categories-slider .item-link {
        font-size: 14px;
        bottom: 20px;
        right: 20px;
    }

    .categories-slider .item-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .index-catalog {
        padding: 30px 0 40px;
    }

    .index-catalog .h2,
    .index-catalog h2 {
        font-size: 24px;
    }

    .categories-slider {
        width: 520px;
    }

    .categories-slider .item {
        height: 220px;
        padding: 10px 15px 30px;
    }

    .categories-slider .item-link {
        display: none;
    }

    .categories-slider .item-title {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .categories-slider .item:after {
        height: 50%;
    }

    .categories-slider .slick-dots li {
        margin: 0 5px;
    }

    .categories-slider .slick-dots li button {
        width: 7px;
        height: 7px;
    }

    .categories-slider .slick-dots li.slick-active button {
        width: 40px;
    }
}

@media (max-width: 575px) {

    .index-catalog .h2,
    .index-catalog h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .categories-slider {
        width: 400px;
    }

    .categories-slider .slick-slide {
        margin: 0 10px;
    }

    .categories-slider .item {
        margin-bottom: 20px;
        height: 180px;
        padding-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .categories-slider {
        width: 320px;
    }

    .categories-slider .slick-slide {
        margin: 0 5px;
    }

    .categories-slider .item {
        margin-bottom: 10px;
        height: 150px;
    }

    .categories-slider .item-title {
        font-size: 14px;
    }

    .categories-slider .slick-dots {
        margin-top: -5px;
    }
}

.index-about {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}


.index-about .desktop-video,
.index-about .mobile-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.index-about .desktop-video {
    display: block;
}

.index-about .mobile-video {
    display: none;
}

.index-about .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 200px;
    position: relative;
    z-index: 10;
}

.index-about .text-holder {
    max-width: 500px;
}

.index-about .text-holder .h2,
.index-about .text-holder h2 {
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.index-about .text-holder p {
    font-size: 16px;
    letter-spacing: 4px;
}

@media (max-width: 1699px) {

    .index-about .text-holder .h2,
    .index-about .text-holder h2 {
        font-size: 36px;
    }

    .index-about .text-holder p {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .index-about {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .index-about .container {
        padding-bottom: 50px;
    }

    .index-about .text-holder .h2,
    .index-about .text-holder h2 {
        font-size: 32px;
    }

    .index-about .text-holder p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .index-about {
        aspect-ratio: auto;
        padding: 40px 0;
    }

    .index-about .container {
        padding-bottom: 0;
    }


    .index-about .text-holder .h2,
    .index-about .text-holder h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .index-about .text-holder {
        max-width: 100%;
    }

    .index-about .text-holder p {
        font-size: 12px;
    }

    .index-about .desktop-video {
        display: none;
    }

    .index-about .mobile-video {
        display: block;
    }

}

@media (max-width: 575px) {
    .index-about .text-holder .h2,
    .index-about .text-holder h2 {
        font-size: 20px;
    }

    .index-about .text-holder p {
        font-size: 10px;
    }
}

.catalog-page .page-content {
    padding: 30px 0 100px;
}

.catalog-page .col-sm-6.col-xl-4 {
    margin-bottom: 60px;
}

.catalog-page .title-group h1,
.catalog-page .title-group .h1 {
    margin: 0 0 30px;
}

.catalog-container .row {
    margin-right: -30px;
    margin-left: -30px;
}

.catalog-container .col-sm-6.col-xl-4 {
    padding-right: 30px;
    padding-left: 30px;
}

.catalog-item {
    position: relative;
}

.catalog-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.catalog-item .product-img {
    height: 750px;
    overflow: hidden;
    border-radius: 20px;
}

.catalog-item .product-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-item .hover-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 5;
}

.catalog-item .product-title {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

.catalog-item .product-code {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

.catalog-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
}

.catalog-item:hover .product-title {
    transform: translateY(0);
    opacity: 1;
}

.catalog-item:hover .product-code {
    transform: translateY(0);
    transition-delay: 0.2s;
    opacity: 1;
}

.catalog-item:hover:after {
    opacity: 1;
}

.catalog-slider {
    padding: 0 60px;
}

.catalog-slider .item {
    margin: 0 25px;
}

.catalog-slider .item .product-title {
    font-size: 18px;
    letter-spacing: 0.15em;
}

.catalog-slider .product-img {
    border-radius: 10px;
    height: 350px;
}

.catalog-slider .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 30px);
    outline: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.catalog-slider .slick-arrow svg {
    display: block;
    width: 10px;
    height: 14px;
}

.catalog-slider .slick-arrow.slick-prev {
    left: 0;
}

.catalog-slider .slick-arrow.slick-next {
    right: 0;
}

@media (max-width: 1899px) {
    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 680px;
    }

    .catalog-slider .item {
        margin: 0 15px;
    }
}

@media (max-width: 1699px) {
    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 620px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 32px;
    }

    .search-page .catalog-container .catalog-item .product-title,
    .catalog-page .catalog-item .product-title {
        font-size: 20px;
    }

    .catalog-slider {
        padding: 0 30px;
    }

    .catalog-slider .item {
        margin: 0 10px;
    }

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

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

@media (max-width: 1399px) {
    .catalog-container .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .catalog-container .col-sm-6.col-xl-4 {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }


    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 550px;
    }
}

@media (max-width: 1199px) {
    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 680px;
    }

    .catalog-slider .slick-arrow {
        top: calc(50% - 50px);
    }

    .catalog-slider .catalog-item .product-title {
        font-size: 16px;
        text-align: left;
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 1px;
    }

    .catalog-slider .catalog-item .product-code {
        text-align: left;
        transform: translateY(0);
        opacity: 1;
        color: #7C7C7C;
    }

    .catalog-slider .catalog-item .hover-content {
        position: static;
        transform: translateY(0);
    }

    .catalog-slider .catalog-item:after {
        display: none;
    }
}

@media (max-width: 992px) {
    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 520px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 28px;
    }

    .catalog-slider .product-img {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 420px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .title-group .h1,
    .title-group h1 {
        font-size: 24px;
    }

    .catalog-item .product-title {
        font-size: 16px;
        text-align: left;
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 1px;
    }

    .catalog-item .product-code {
        text-align: left;
        transform: translateY(0);
        opacity: 1;
        color: #7C7C7C;
    }

    .catalog-item .hover-content {
        position: static;
        transform: translateY(0);
    }

    .catalog-item:after {
        display: none;
    }

    .catalog-container .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .catalog-container .col-sm-6.col-xl-4 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .catalog-slider .product-img {
        height: 600px;
    }
}

@media (max-width: 575px) {

    .title-group .h1,
    .title-group h1 {
        font-size: 20px;
    }

    .search-page .catalog-container .catalog-item,
    .catalog-page .catalog-item {
        width: 380px;
        margin: 0 auto;
    }

    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 580px;
    }

    .catalog-slider {
        padding: 0;
        margin: 0 -12px;
    }
}

@media (max-width: 520px) {
    .catalog-slider .product-img {
        height: 500px;
    }
}

@media (max-width: 479px) {
    .catalog-slider .product-img {
        height: 420px;
    }
}

@media (max-width: 420px) {
    .search-page .catalog-container .catalog-item,
    .catalog-page .catalog-item {
        width: 340px;
    }

    .catalog-slider .product-img {
        height: 380px;
    }

    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 520px;
    }
}

@media (max-width: 375px) {
    .search-page .catalog-container .catalog-item,
    .catalog-page .catalog-item {
        width: 300px;
    }

    .catalog-slider .product-img {
        height: 320px;
    }

    .search-page .catalog-container .catalog-item .product-img,
    .catalog-page .catalog-item .product-img {
        height: 480px;
    }
}


.search-page .page-content {
    padding: 30px 0 50px;
}

.search-page .title-group {
    margin: 20px 0 30px;
    clear: both;
    padding-top: 20px;
}

.search-page .title-group h1, 
.search-page .title-group .h1 {
    text-align: left;
    font-size: 32px;
    text-transform: none;
    line-height: 1.2;
    margin: 0 0 5px;
    letter-spacing: 0.8px;
}

.search-page .title-group h1 span, 
.search-page .title-group .h1 span {
    font-weight: 500;
    color: #7C7C7C;
}

.search-divider {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 50px;
}

.search-divider span {
    background-color: #fff;
    padding: 0 10px;
    font-size: 24px;
    letter-spacing: 0.24em;
    position: relative;
    z-index: 2;
}

.search-divider:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: #DBCDBC;
    margin: 0 auto;
    z-index: 1;
}

.search-page .col-sm-6.col-xl-4 {
    margin-bottom: 60px;
}

.results-found {
    font-size: 18px;
}

.results-found span {
    color: #7C7C7C;
}

.search-page .divider {
    margin-bottom: 40px;
    margin-top: 50px;
    display: block;
    border: 0;
    border-bottom: 1px solid #DBCDBC;
}

.empty-search {
  padding: 150px 0;
  text-align: center;
}

.empty-search .h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}



@media(max-width: 1399px) {
    .search-page .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .search-page .col-sm-6.col-xl-4 {
        margin-bottom: 40px;
    }
}

@media(max-width: 991px) {
    .search-page .title-group h1, .search-page .title-group .h1 {
        font-size: 28px;
    }

    .search-divider span {
        font-size: 20px;
    }
}

@media(max-width: 575px) {
    .search-page .title-group h1, .search-page .title-group .h1 {
        font-size: 22px;
    }
}

.collection-start {
    height: 830px;
    position: relative;
    margin-bottom: 150px;
}

.collection-start img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.collection-start:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 108.86%);
    z-index: 2;
}

.collection-start:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: #DBCDBC;
    margin: 0 auto;
    width: 800px;
    z-index: 2;
}

.collection-start .container {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.collection-start .h1,
.collection-start h1 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.175em;
    line-height: 1.2;
    margin: 0 0 10px;
}

.collection-start .h2,
.collection-start h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.32em;
    margin: 0;
}

.collection-start .btn-primary {
    padding: 24px 92px;
    color: #0D0D0D;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    margin-bottom: -40px;
    margin-top: 50px;
}

.collections-section .title-group {
    margin-bottom: 80px;
}

.collections-section .title-group .h2,
.collections-section .title-group h2 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.32em;
    margin: 0;
}

.collections-section .img-holder img {
    display: block;
    max-width: 100%;
    max-height: 830px;
    border-radius: 10px;
}

.collections-section .text-holder {
    color: #7C7C7C;
}

.collections-section .text-holder h2,
.collections-section .text-holder .h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.175em;
    color: #0D0D0D;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.collections-section .text-holder p {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 0.15em;
    max-width: 600px;
}

.collections-section .text-holder .btn-primary {
    padding: 24px 92px;
    color: #0D0D0D;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 0.24em;
}

.collections-section .text-holder a {
    text-decoration: none;
    color: #7C7C7C;
}

.collections-section .row {
    margin-bottom: 100px;
}

.collections-section .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
}

.collections-section .reverse-row .col-md-7 {
    align-items: flex-end;
    text-align: right;
}

.collections-section .reverse-row .col-md-7 .text-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.collections-section .reverse-row .img-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.collections-section .reverse-row .col-md-5 {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1899px) {

    .collections-section .text-holder h2,
    .collections-section .text-holder .h2 {
        font-size: 68px;
    }

    .collection-start .h1,
    .collection-start h1 {
        font-size: 80px;
    }

    .collection-start .h2,
    .collection-start h2 {
        font-size: 32px;
    }

    .collections-section .title-group .h2,
    .collections-section .title-group h2 {
        font-size: 42px;
    }

    .collections-section .img-holder img {
        max-width: 90%;
    }
}

@media (max-width: 1699px) {

    .collection-start .h1,
    .collection-start h1 {
        font-size: 68px;
    }

    .collections-section .text-holder h2,
    .collections-section .text-holder .h2 {
        font-size: 52px;
    }

    .collections-section .text-holder,
    .collections-section .text-holder p {
        font-size: 13px;
    }

    .collections-section .text-holder .btn-primary {
        font-size: 18px;
        padding: 15px 80px;
        margin-top: 20px;
    }

    .collection-start {
        height: 620px;
    }
}

@media (max-width: 1199px) {

    .collection-start .h1,
    .collection-start h1 {
        font-size: 52px;
    }

    .collection-start .h2,
    .collection-start h2 {
        font-size: 24px;
    }

    .collection-start .btn-primary {
        font-size: 16px;
        padding: 15px 50px;
        margin-bottom: -23px;
    }

    .collections-section .title-group .h2,
    .collections-section .title-group h2 {
        font-size: 32px;
    }

    .collections-section .text-holder h2,
    .collections-section .text-holder .h2 {
        font-size: 42px;
    }

    .collections-section .text-holder,
    .collections-section .text-holder p {
        font-size: 12px;
    }

    .collections-section .text-holder .btn-primary {
        font-size: 16px;
        padding: 15px 50px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {

    .collections-section .text-holder h2,
    .collections-section .text-holder .h2 {
        font-size: 32px;
    }

    .collection-start .h1,
    .collection-start h1 {
        font-size: 36px;
    }

    .collection-start .h2,
    .collection-start h2 {
        font-size: 18px;
    }

    .collection-start {
        height: 450px;
        margin-bottom: 100px;
    }

    .collection-start:after {
        width: 600px;
    }
}

@media (max-width: 767px) {

    .collection-start .h1,
    .collection-start h1 {
        font-size: 32px;
    }

    .collection-start .h2,
    .collection-start h2 {
        font-size: 15px;
    }

    .collection-start:after {
        width: 500px;
    }

    .collections-section .title-group {
        margin-bottom: 30px;
    }

    .collections-section .title-group .h2,
    .collections-section .title-group h2 {
        font-size: 24px;
    }

    .collections-section .img-holder img {
        max-width: 100%;
        margin: 0 auto;
    }

    .collections-section .img-holder {
        margin-bottom: 12px;
    }

    .collections-section .reverse-row {
        flex-direction: column-reverse;
    }

    .collections-section .reverse-row .col-md-7 {
        align-items: flex-start;
        text-align: left;
    }

    .collections-section .reverse-row .text-holder {
        text-align: left;
    }

    .collections-section .reverse-row .col-md-7 .text-holder {
        display: block;
    }

    .collections-section .text-holder h2,
    .collections-section .text-holder .h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .collections-section .text-holder .btn-primary {
        margin-top: 5px;
    }
}

@media (max-width: 420px) {
    .collections-section .row {
        margin-bottom: 80px;
    }
}

.product-page .page-content {
    padding: 0 0 80px;
}

.product-page .title-group {
    margin-bottom: 40px;
    clear: both;
}

.product-page .breadcrumb {
    transform: translateY(calc(100% - 60px));
}

.product-page .title-group h1,
.product-page .title-group .h1 {
    text-align: center;
    margin: 0 0 5px;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    line-height: 1.2;
}

.product-page .title-group .product-code {
    text-align: center;
    color: #7C7C7C;
    font-size: 20px;
}

.slide-container {
    position: relative;
    height: 1040px;
    padding-right: 420px;
    overflow: hidden;
    margin-bottom: 50px;
}

.product-slider .item {
    height: 1040px;
    overflow: hidden;
}

.magnifier {
  border-radius: 20px;
  border: 0!important;
}

.product-slider .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 30px);
  outline: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0;
  border-radius: 50%;
  z-index: 10;
}

.product-slider .slick-arrow svg {
    display: block;
    width: 20px;
    height: 22px;
    fill: #9B8D7B;
}

.product-slider .slick-arrow.prev-arrow {
  display: none!important;
}

.product-slider .slick-arrow.next-arrow {
  right: 0;
}

.product-slider .item picture {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.product-slider .item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.slide-container:after {
    content: '';
    width: 400px;
    height: 80px;
    background: linear-gradient(177.76deg, rgba(255, 255, 255, 0) 1.89%, #FFFFFF 98.12%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.product-slider-nav {
    position: absolute;
    right: 0;
    top: -50px;
    width: 360px;
    height: 1040px;
}

.product-slider-nav .slick-list {
    height: 1110px !important;
}

.product-slider-nav .item {
    margin: 0 0 25px;
    outline: none;
    position: relative;
    cursor: pointer;
    opacity: 0;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

.product-slider-nav.slick-initialized .item {
    opacity: 1;
}

.product-slider-nav .item picture {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.product-slider-nav .item .item.slick-current {
    border: 1px solid #669A00;
}

.product-slider-nav .item img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.product-page .divider {
    margin-bottom: 40px;
    display: block;
    border: 0;
    border-bottom: 1px solid #DBCDBC;
}

.catalog-section .h2,
.catalog-section h2 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-description {
    font-size: 17px;
}

.product-description strong {
    font-weight: 500;
    color: #9B8D7B;
}

.product-description p {
    margin: 0 0 30px;
}

.product-description .btn-group {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.product-description .btn-group .btn-primary {
    margin-right: 30px;
}

.size-toggle {
    text-decoration: underline;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    color: #DBCDBC;
}

.size-toggle:hover {
    text-decoration: none;
}

.size-dropdown {
    width: 500px;
    display: none;
    margin-left: -50px;
}

.size-dropdown table {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}

.size-dropdown table th {
    background-color: #E1CEB8;
    font-weight: 400;
    border: 2px solid #F4EADD;
    padding: 15px 5px;
}

.size-dropdown table tr:nth-child(odd) td {
    background-color: #E1CEB8;
}

.size-dropdown table tr td {
    border: 2px solid #F4EADD;
    padding: 15px 10px;
}

@media (max-width: 1899px) {

    .product-page .title-group h1,
    .product-page .title-group .h1 {
        font-size: 42px;
    }

    .slide-container {
        padding-right: 400px;
    }

    .product-slider-nav {
        width: 320px;
    }

    .product-slider-nav .item {
        height: 440px;
    }

    .slide-container {
        height: 1000px;
    }

    .product-slider .item {
        height: 1000px;
    }

    .slide-container:after {
        width: 320px;
    }

    .size-dropdown {
        width: 380px;
    }

    .product-description .btn-group {
        margin-bottom: 25px;
    }

    .size-dropdown table {
        font-size: 15px;
    }
}

@media (max-width: 1699px) {
    .product-page .breadcrumb {
        transform: translateY(calc(100% - 52px));
    }

    .product-page .title-group h1,
    .product-page .title-group .h1 {
        font-size: 32px;
    }

    .product-page .title-group .product-code {
        font-size: 18px;
    }

    .slide-container {
        padding-right: 320px;
        height: 920px;
    }

    .product-slider-nav {
        width: 250px;
    }

    .slide-container:after {
        width: 250px;
    }

    .product-slider-nav .item {
        height: 400px;
    }

    .product-slider .item {
        height: 920px;
    }

    .product-description {
        font-size: 15px;
    }
}

@media (max-width: 1536px) {
    .product-page .breadcrumb {
        transform: translateY(calc(100% - 55px));
    }

    .product-page .breadcrumb {
        transform: translateY(calc(100% - 47px));
    }
}

@media (max-width: 1399px) {
    .slide-container {
        padding-right: 250px;
    }

    .product-slider-nav {
        width: 220px;
    }

    .slide-container:after {
        width: 250px;
    }

    .product-slider-nav .item {
        height: 320px;
        margin-bottom: 15px;
    }

    .slide-container {
        height: 700px;
    }

    .product-slider .item {
        height: 700px;
    }

    .size-toggle,
    .product-description .btn-group .btn-primary {
        font-size: 15px;
    }

    .size-dropdown {
        width: 350px;
        margin-left: -20px;
    }

    .size-dropdown table {
        font-size: 13px;
    }

    .size-dropdown table th,
    .size-dropdown table td {
        padding: 8px 3px;
    }
}

@media (max-width: 1199px) {
    .product-page .col-xl-9 {
        order: 1;
    }

    .product-page .col-xl-3 {
        order: 2;
    }

    .size-dropdown {
        width: 100%;
        margin-left: 0;
    }

    .product-page .breadcrumb {
        transform: translateY(0);
        clear: both;
        margin: 10px 0 8px;
    }

    .product-page .back-link {
        margin-top: 0;
    }

    .statusdiv,
    .magnifier,
    .cursorshade,
    .tracker {
      display: none !important;
      pointer-events: none;
    }
}

@media (max-width: 991px) {
  .product-slider {
    padding-right: 70px;
  }

  .slide-container {
      padding-right: 0;
      height: auto;
  }

  .product-slider-nav {
      display: none !important;
  }

  .slide-container:after {
      display: none;
  }

  .product-slider .item {
      height: 750px;
      margin-right: 0;
  }

  .product-page .title-group {
      margin-bottom: 20px;
  }

  .product-page .title-group h1,
  .product-page .title-group .h1 {
      font-size: 24px;
  }

  .product-page .title-group .product-code {
      font-size: 15px;
  }

  .product-slider .item img {
      border-radius: 10px;
  }
}

@media (max-width: 767px) {
    .product-slider .item {
        height: 600px;
    }

    .product-page .title-group {
        margin-top: 50px;
    }

    .product-page .title-group h1,
    .product-page .title-group .h1 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
  .product-slider .item {
      height: 520px;
  }

  .product-slider {
    padding-right: 50px;
  }

  .product-slider .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .product-slider .slick-arrow svg {
    width: 16px;
    height: 18px;
  }
}

@media (max-width: 479px) {
    .slide-container {
        margin-bottom: 30px;
    }

    .product-slider .item {
        height: 450px;
    }

    .product-description p {
        margin-bottom: 20px;
    }
}

@media (max-width: 390px) {
    .product-slider .item {
        height: 420px;
    }

    .size-dropdown table {
        font-size: 12px;
    }
}

.about-page .page-content {
    padding: 40px 0 300px;
}

.about-page .page-content .row {
    margin-bottom: 80px;
}

.about-page .title-group h1,
.about-page .title-group .h1 {
    margin: 0 0 90px;
}

.about-page .img-holder img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
}

.about-page .text-center {
    margin-top: 200px;
    text-align: center;
}

.about-page .text-center img {
    display: block;
    max-width: 1440px;
    margin: 0 auto 40px;
}

.about-page .text-holder {
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 100px;
}

.about-page .text-holder p {
    max-width: 780px;
    margin: 0 0 10px;
    letter-spacing: 0.15em;
}

.about-page .text-holder .h2,
.about-page .text-holder h2,
.about-page .text-center h2,
.about-page .text-center .h2 {
    letter-spacing: 0.475em;
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 30px;
    line-height: 1.3;
}

.about-page .text-holder ul {
    list-style: none;
    padding: 0;
}

.about-page .text-holder a {
    color: #9B8D7B;
    text-decoration: none;
}

.about-page .text-holder a:hover {
    text-decoration: underline;
}

.about-page .text-holder ol,
.about-page .text-holder ul {
    margin: -5px 0 15px;
}

.about-page .text-center p {
    max-width: 550px;
    margin: 0 auto 20px;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
}

.about-page .reverse-row .col-lg-6 {
    text-align: right;
}

.about-page .reverse-row .text-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 50px;
    padding-top: 20px;
}

.about-page .reverse-row .text-holder p {
    max-width: 620px;
}

.about-page .reverse-row .text-holder h2,
.about-page .reverse-row .text-holder .h2 {
    margin-right: -15px;
}

@media (max-width: 1699px) {
    .about-page .text-center img {
        max-width: 100%;
    }

    .about-page .text-holder {
        font-size: 15px;
    }

    .about-page .text-holder .h2,
    .about-page .text-holder h2,
    .about-page .text-center h2,
    .about-page .text-center .h2 {
        font-size: 32px;
    }

    .about-page .reverse-row .text-holder {
        padding-top: 0;
    }

    .about-page .title-group h1,
    .about-page .title-group .h1 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1399px) {
    .about-page .page-content {
        padding-bottom: 150px;
    }

    .about-page .text-holder {
        font-size: 13px;
    }

    .about-page .text-center p {
        font-size: 13px;
    }

    .about-page .text-holder .h2,
    .about-page .text-holder h2,
    .about-page .text-center h2,
    .about-page .text-center .h2 {
        font-size: 28px;
    }

    .about-page .text-center {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .about-page .text-holder {
        padding-top: 15px;
    }

    .about-page .reverse-row .text-holder {
        padding-right: 0;
        padding-top: 15px;
        align-items: flex-start;
        text-align: left;
    }

    .about-page .page-content .reverse-row {
        flex-direction: column-reverse;
    }

    .about-page .text-holder .h2,
    .about-page .text-holder h2,
    .about-page .text-center h2,
    .about-page .text-center .h2 {
        margin-bottom: 10px;
    }

    .about-page .title-group h1,
    .about-page .title-group .h1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {

    .about-page .text-holder .h2,
    .about-page .text-holder h2,
    .about-page .text-center h2,
    .about-page .text-center .h2 {
        font-size: 24px;
    }

    .about-page .text-center p,
    .about-page .text-holder,
    .about-page .reverse-row .text-holder {
        font-size: 12px;
    }
}

.faq-page .page-content {
    padding: 30px 0 50px;
}

.faq-page .title-group h1,
.faq-page .title-group .h1 {
    margin: 0 0 40px;
}

.faq-container .col-md-6.col-xl-4 {
    margin-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
}

.faq-container .row {
    margin-left: -50px;
    margin-right: -50px;
}

.question-head {
    color: #9B8D7B;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 500;
}

.question-body {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.question-body a {
    color: #9B8D7B;
    text-decoration: underline;
}

.question-body a:hover {
    text-decoration: none;
}

@media (max-width: 1699px) {
    .question-head {
        font-size: 18px;
        margin-bottom: 3px;
    }
}

@media (max-width: 575px) {

    .faq-page .title-group h1,
    .faq-page .title-group .h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.instagram-section {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding: 35px 0;
}

.instagram-section .row {
    max-width: 310px;
    margin: 20px auto 30px;
    border-top: 1px solid #0D0D0D;
    border-bottom: 1px solid #0D0D0D;
    padding: 30px 0;
}

.instagram-section a {
    text-decoration: none;
    color: #0D0D0D;
    transition: 0.25s;
}

.instagram-section a img {
    display: block;
    width: 50px;
    margin: 0 auto 20px;
}

.instagram-section a span {
    display: block;
}

.instagram-section a:hover {
    color: #9B8D7B;
}

.instagram-section p,
.instagram-section .top-text,
.instagram-section .bottom-text {
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .instagram-section {
        font-size: 15px;
    }

    .instagram-section p {
        font-weight: 400;
    }
}

@media (max-width: 420px) {
    .instagram-section {
        font-size: 12px;
    }

    .instagram-section .row {
        width: 280px;
    }

    .instagram-section a img {
        width: 30px;
        margin-bottom: 10px;
    }

    .instagram-section a span {
        font-size: 12px;
    }

    .instagram-section .row {
        padding: 20px 0;
    }
}

.contacts-page .page-content {
    padding: 30px 0 180px;
}

.contacts-page .title-group {
    text-align: center;
    margin-bottom: 20px;
}

.contacts-page .title-group h1,
.contacts-page .title-group .h1 {
    margin: 0 0 15px;
}

.contacts-page .title-group p {
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9B8D7B;
}

.contacts-page .page-content .social-holder {
    justify-content: center;
    margin-bottom: 40px;
}

.contacts-page .form-group label {
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 0.175em;
    font-size: 13px;
    margin-bottom: 8px;
}

.contacts-page .form-container {
    max-width: 1360px;
    margin: 0 auto;
}

.contacts-page .textarea-box {
    width: 600px;
    margin: 20px auto 0;
}

.contacts-page textarea {
    min-height: 150px;
    width: 100%;
}

.contacts-page .form-container .btn-primary {
    padding: 16px;
    letter-spacing: 0.175em;
    color: #0D0D0D;
    display: block;
    width: 312px;
    margin: 15px auto 0;
}

.contacts-info {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.contacts-phone,
.contacts-mail {
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.175em;
}

.contacts-phone a,
.contacts-mail a {
    text-decoration: none;
    color: #0D0D0D;
}

.contacts-phone a:hover,
.contacts-mail a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .contacts-page .textarea-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contacts-info {
        display: block;
        text-align: center;
    }

    .contacts-phone {
        margin-bottom: 10px;
    }

    .contacts-page .page-content {
        padding-bottom: 80px;
    }
}

.trunk-page .title-group h1,
.trunk-page .title-group .h1 {
    margin: 0 0 30px;
}

.trunk-page .page-content {
    padding: 30px 0 50px;
}

.trunk-row {
    margin-bottom: 40px;
}

.row-title {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #9B8D7B;
    margin: 0 0 25px;
}

.trunk-item {
    text-align: center;
    min-height: 100%;
    margin-bottom: 50px;
}

.trunk-img {
    width: 425px;
    height: 325px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.trunk-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36.61%, #FFFFFF 100%);
}

.trunk-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.trunk-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.trunk-title {
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    min-height: 60px;
}

.trunk-contact {
    width: 410px;
    border-top: 1px solid #9B8D7B;
    border-bottom: 1px solid #9B8D7B;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    color: #9B8D7B;
    text-align: center;
    min-height: 60px;
    text-transform: uppercase;
}

.trunk-date {
    width: 40%;
    text-align: left;
}

.trunk-address {
    width: 60%;
    text-align: center;
}

.trunk-address span {
    position: relative;
    padding-left: 25px;
}

.trunk-address span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 21px;
    background: url(../img/icons/filled-marker.svg) no-repeat center;
    background-size: contain;
}

.trunk-descr {
    color: #7C7C7C;
    text-transform: uppercase;
    letter-spacing: 0.175em;
}

.trunk-item .btn-primary {
    border-radius: 14px;
    padding: 16px 35px;
    margin-top: 20px;
}

@media (max-width: 1699px) {
    .row-title {
        font-size: 24px;
    }

    .trunk-title {
        font-size: 18px;
    }

    .trunk-descr {
        font-size: 14px;
    }

    .trunk-item .btn-primary {
        padding: 12px 30px;
    }

    .trunk-img {
        width: 380px;
    }

    .trunk-contact {
        width: 100%;
    }
}

@media (max-width: 1399px) {
    .row-title {
        font-size: 20px;
    }

    .trunk-title {
        font-size: 16px;
    }

    .trunk-descr {
        font-size: 13px;
    }

    .trunk-img {
        height: 240px;
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .trunk-contact {
        width: 380px;
    }
}

@media (max-width: 991px) {
    .trunk-contact {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .trunk-img {
        width: 220px;
    }
}

.buy-page .page-content {
    padding: 30px 0 50px;
}

.buy-page .title-group h1,
.buy-page .title-group .h1 {
    margin: 0 0 20px;
}

.buy-page .select-group {
    display: flex;
    padding: 10px 60px;
    border-bottom: 1px solid #DBCDBC;
    width: 720px;
    margin: 0 auto 30px;
}

.buy-page .form-group {
    width: calc(33.33% - 20px);
    margin: 0 20px;
}

.buy-page .select-group .select-button {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

.buy-page .select-container,
.buy-page .select-box,
.buy-page .select-container .select-dropdown {
    width: 100%;
}

.buy-page .select-group .select-label {
    text-align: center;
    font-size: 20px;
}

.buy-container {
    max-width: 1400px;
    margin: 0 auto;
}

.buy-page .page-content .row {
    margin-right: -20px;
    margin-right: -20px;
}

.buy-page .page-content .col-md-6.col-xl-4 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.buy-item {
    border: 1px solid #DBCDBC;
    border-radius: 10px;
    padding: 25px 20px;
    height: 100%;
    text-transform: uppercase;
    transition: 0.25s;
}

.buy-item:hover {
    background-color: #DBCDBC;
    color: #fff;
}

.buy-item:hover a {
    color: #fff;
}

.buy-item:hover .buy-title:after {
    filter: brightness(100);
}

.buy-item a {
    color: #0D0D0D;
    text-decoration: none;
}

.buy-item a:hover {
    text-decoration: underline;
}

.buy-item .buy-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.buy-instagram,
.buy-address,
.buy-phone,
.buy-site {
  padding-left: 35px;
  position: relative;
  margin-bottom: 9px;
  min-height: 24px;
}

.buy-instagram img,
.buy-address img,
.buy-phone img,
.buy-site img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 21px;
  max-height: 21px;
}

.buy-site img {
  max-width: 23px;
  max-height: 23px;
  top: -1px;
}

.buy-site,
.buy-instagram {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.buy-item:hover img {
  filter: brightness(0) invert(1);
}

/*.buy-item .buy-title:after {
    content: '';
    width: 25px;
    height: 28px;
    background: url(../img/icons/marker-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: 2px;
    transition: 0.25s;
}
*/

@media (max-width: 1699px) {
    .buy-item .buy-title {
        font-size: 24px;
    }

    .buy-item .buy-title:after {
        top: -5px;
    }
}

@media (max-width: 1399px) {
    .buy-item .buy-title {
        font-size: 20px;
    }

    .buy-item .buy-title:after {
        top: -5px;
        width: 20px;
        height: 22px;
    }
}

@media (max-width: 767px) {
    .buy-page .form-group {
        width: 100%;
        margin: 0 0 10px;
    }

    .buy-page .select-group {
        display: block;
        width: 100%;
        padding: 0;
    }

    .buy-page .select-group .select-label {
        font-size: 16px;
    }

    .buy-item {
        padding: 20px;
    }
}

.partnership-page .page-content {
    padding: 30px 0 50px;
}

.partnership-page .title-group h1,
.partnership-page .title-group .h1 {
    margin: 0 0 15px;
}

.partnership-page .title-group {
    margin-bottom: 20px;
    text-align: center;
}

.partnership-page .title-group p {
    text-transform: uppercase;
    color: #9B8D7B;
    font-size: 13px;
    margin: 0 auto;
    max-width: 780px;
    letter-spacing: 0.15em;
}

.partnership-page .title-group a {
    color: #9B8D7B;
    text-decoration: none;
}

.partnership-page .title-group a:hover {
    text-decoration: underline;
}

.partnership-page .form-holder label {
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.175em;
    font-size: 13px;
}

.partnership-page .form-group {
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.partnership-page .form-holder {
    padding-right: 20px;
}

.partnership-page .form-holder .btn-primary {
    display: block;
    width: 250px;
    padding: 15px 10px;
    margin: 0 auto;
    color: #0D0D0D;
}

.partnership-page .form-holder textarea {
    display: block;
    width: 100%;
}

.partnership-page .igm-holder {
    padding-left: 20px;
}

.partnership-page .igm-holder img {
    display: block;
    max-width: 100%;
}

@media (max-width: 1699px) {
    .partnership-page .igm-holder {
        padding-top: 30px;
    }

    .partnership-page .form-holder label {
        font-size: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 1399px) {
    .partnership-page .form-holder {
        margin-right: -30px;
    }
}

@media (max-width: 1199px) {
    .partnership-page .page-content .row {
        flex-direction: column-reverse;
    }

    .partnership-page .form-holder {
        margin-right: 0;
    }

    .partnership-page .igm-holder {
        padding-top: 30px;
        padding-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .partnership-page .title-group p {
        font-size: 11px;
    }

    .partnership-page .igm-holder {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .partnership-page .title-group p {
        font-size: 10px;
    }
}

.success-box {
    padding: 250px 0;
    text-align: center;
}

.success-box h1,
.success-box .h1 {
    margin-bottom: 25px;
}

.success-box p {
    font-size: 13px;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    color: #9B8D7B;
}

.success-box .btn-primary {
    font-size: 20px;
    padding: 15px 80px;
    margin-top: 25px;
    color: #0D0D0D;
}

@media (max-width: 1699px) {
    .success-box {
        padding: 200px 0;
    }

    .success-box .btn-primary {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .success-box {
        padding: 150px 0;
    }

    .success-box .btn-primary {
        font-size: 14px;
    }
}

.text-page .page-content {
    padding: 30px 0 50px;
}

.text-container {
    max-width: 800px;
    margin: 0 auto 30px;
}

.text-container .h1,
.text-container h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
}

.text-container .h2,
.text-container h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.text-container .h3,
.text-container h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.text-container .h4,
.text-container h4 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500;
}

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

.text-container p {
    margin: 0 0 10px;
}

.text-container .align-left {
    margin: 15px 20px 5px 0;
}

.text-container .align-right {
    margin: 12px 0 5px 20px;
}

.text-container b,
.text-container strong {
    font-weight: 700;
}

.text-container a {
    text-decoration: underline;
    font-weight: 500;
    color: #9B8D7B;
}

.text-container a:hover {
    text-decoration: none;
}

ol li::marker,
ul li::marker {
    color: #9B8D7B;
}

ol {
    padding-left: 20px;
}

ol li::marker {
    font-weight: 600;
}

ul {
    padding-left: 20px;
    list-style-type: disc;
}

iframe {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .text-page .page-content .text-container {
        max-width: 950px;
    }
}

@media (max-width: 1199px) {

    .text-container .h1,
    .text-container h1 {
        font-size: 32px;
    }

    .text-container .h2,
    .text-container h2 {
        font-size: 20px;
    }

    .text-container .h3,
    .text-container h3 {
        font-size: 16px;
    }

    .text-container .h4,
    .text-container h4 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .text-container .h1,
    .text-container h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .text-container .h1,
    .text-container h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .text-container img {
        float: none !important;
        margin: 10px auto !important;
    }
}

@media (max-width: 575px) {

    .text-page .page-content .h3,
    .text-page .page-content h3 {
        font-size: 18px;
    }
}

#size-modal {
    max-width: 1200px;
    width: 1200px;
    border-radius: 10px;
    background: linear-gradient(252.93deg, #FFFFFF 0%, #FFFEFC 75.79%, #FFFAF4 100%);
}

.modal-content {
    padding: 0 30px;
}

#size-modal .modal-header {
    border-bottom: 2px solid #0D0D0D;
    padding: 30px 0;
}

#size-modal .modal-body {
    padding: 30px 0;
}

#size-modal .modal-logo {
    width: 130px;
}

#size-modal .h2 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 10px;
}

#size-modal .modal-footer {
    padding: 15px 0;
    border-top: 2px solid #C5AF95;
}

#size-modal table {
    width: 580px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}

#size-modal table th {
    background-color: #E1CEB8;
    font-weight: 400;
    border: 2px solid #F4EADD;
    padding: 15px 5px;
}

#size-modal table tr:nth-child(odd) td {
    background-color: #E1CEB8;
}

#size-modal table tr td {
    border: 2px solid #F4EADD;
    padding: 15px 10px;
}

#size-modal .close-modal {
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-size: 18px;
    border-radius: 10px;
    right: -45px;
    top: 0;
}

@media (max-width: 1699px) {
    #size-modal .h2 {
        font-size: 32px;
    }

    #size-modal table {
        font-size: 14px;
    }

    #size-modal {
        max-width: 800px;
        width: 800px;
    }

    #size-modal table tr td {
        padding: 8px;
    }

    #size-modal .modal-body {
        padding: 15px 0;
    }
}

@media (max-width: 1199px) {
    #size-modal .h2 {
        font-size: 28px;
    }

    #size-modal table {
        font-size: 13px;
    }

    #size-modal {
        max-width: 700px;
        width: 700px;
    }

    #size-modal table tr td {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    #size-modal {
        width: 600px;
        max-width: 600px;
    }

    #size-modal .h2 {
        font-size: 24px;
    }

    #size-modal .modal-logo {
        display: none;
    }

    #size-modal .modal-header {
        padding: 10px 0;
        border-bottom: 0;
    }

    #size-modal .modal-content {
        padding: 0 20px;
    }

    #size-modal .modal-footer {
        border-top: 0;
    }

    #size-modal .close-modal {
        right: 5px;
    }

    #size-modal table {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #size-modal {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    #size-modal .modal-content {
        padding: 0 12px;
    }

    #size-modal .modal-footer {
        padding: 0;
    }

    #size-modal table {
        font-size: 12px;
    }

    #size-modal table th,
    #size-modal table tr td {
        border: 1px solid #F4EADD;
        padding: 10px 3px;
    }
}

.main-footer {
    background-color: #F4EADD;
    padding: 45px 0;
}

.footer-logo {
    display: block;
    width: 310px;
}

.main-footer .copy-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -100px;
}

.footer-text {
    width: 100%;
    margin-bottom: 20px;
    color: #7C7C7C;
}

.footer-copyright {
    color: #9B8D7B;
    font-size: 13px;
    margin-right: 100px;
}

.main-footer .social-holder a {
    margin: 0 0 0 25px;
}

.main-footer .nav-col {
    display: flex;
    padding: 30px 80px 0 20px;
    position: relative;
}

.main-footer .nav-col:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px solid #DBCDBC;
    right: 30px;
}

.main-footer .nav-col a {
    color: #9B8D7B;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 35px;
    font-size: 13px;
}

.main-footer .nav-col a:last-child {
    margin-bottom: 30px;
}

.main-footer .nav-col a span {
    position: relative;
}

.main-footer .nav-col a span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #9B8D7B;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 300ms ease-in-out;
}

.main-footer .nav-col a:hover span:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.main-footer .nav-holder {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.main-footer .nav-holder:last-child {
    margin-right: 0;
}

.subscription-holder .form-control {
    height: 47px;
}

.subscription-holder .h3,
.subscription-holder h3 {
    color: #9B8D7B;
    margin: 0 0 10px;
}

.subscription-holder .form-control::placeholder {
    color: #DBCDBC;
}

.subscription-holder .form-control:focus::placeholder {
    color: transparent;
}

.subscription-holder .btn-holder {
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.subscription-holder .btn-holder .btn-primary {
    margin-right: 30px;
}

@media (max-width: 1399px) {
    .footer-logo {
        display: block;
        width: 280px;
    }

    .main-footer .nav-col a {
        font-size: 12px;
    }

    .subscription-holder .btn-holder .btn-primary {
        padding: 10px 40px;
    }

    .footer-copyright {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .checkbox-item label {
        font-size: 12px;
    }

    .subscription-holder {
        margin-left: -20px;
    }

    .footer-text {
        font-size: 12px;
    }

    .main-footer {
        padding: 30px 0;
    }

    .main-footer .social-holder {
        width: 100%;
    }

    .main-footer .social-holder a {
        margin: 10px 20px 0 0;
    }

    .main-footer .copy-col {
        margin-top: -120px;
    }
}

@media (max-width: 991px) {
    .footer-logo {
        width: 200px;
        margin: 0 auto;
    }

    .main-footer .nav-col {
        padding: 30px 12px 0;
        margin-bottom: 25px;
    }

    .main-footer .nav-holder {
        width: 33.33%;
    }

    .main-footer .nav-col:after {
        border-bottom: 1px solid #DBCDBC;
        left: 12px;
        right: 12px;
        top: auto;
        bottom: 0;
    }

    .main-footer .nav-col a {
        margin-bottom: 15px;
    }

    .subscription-holder {
        margin-left: 0;
    }

    .main-footer .copy-col {
        margin-top: 25px;
    }

    .footer-text {
        text-align: center;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .footer-copyright {
        width: 100%;
        text-align: center;
        margin-right: 0;
        font-size: 11px;
    }

    .subscription-holder .h3,
    .subscription-holder h3 {
        font-size: 13px;
        text-align: center;
    }

    .main-footer .social-holder {
        justify-content: center;
        margin-top: 10px;
    }

    .subscription-holder .btn-holder {
        justify-content: center;
    }

    .subscription-holder .btn-holder .btn-primary {
        width: 170px;
        margin: 10px 20px 0;
    }

    .main-footer .social-holder img {
        width: 22px;
    }
}

@media (max-width: 420px) {
    .footer-logo {
        width: 140px;
    }

    .main-footer .nav-col a {
        font-size: 10px;
    }

    .checkbox-item label {
        font-size: 10px;
        padding-top: 3px;
    }
}

.error-page {
    position: relative;
}

.error-page .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.error-page .page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    text-align: center;
}

.error-page .page-content .lg-nums {
    font-size: 160px;
    font-weight: 600;
    line-height: 1.1;
    color: #72BD5E;
}

.error-page .page-content .h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px;
}

.error-page .page-content p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
    color: #74747a;
}

.error-page .page-content p a {
    color: #72BD5E;
    font-weight: 400;
}

.error-page .page-content p a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .error-page .page-content .h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .error-page .page-content .lg-nums {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .error-page .page-content .lg-nums {
        font-size: 80px;
    }

    .error-page .page-content .h2 {
        font-size: 24px;
    }

    .error-page .page-content p {
        font-size: 14px;
    }
}

.mobile-video {
	display: none!important;
}

@media(max-width: 767px) {
	.desktop-video {
		display: none!important;
	}

	.mobile-video {
		display: block!important;
	}
}