@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body {
  min-height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #282524;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.wrapper.wrapper_ready-load {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #282524;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

h1,
.h1 {
  font-size: 80px;
}
@media (max-width: 1400px) {
  h1,
.h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 1400px) {
  h2,
.h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  h3,
.h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  h4,
.h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  h5,
.h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  h6,
.h6 {
    font-size: 14px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #282524;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #998680;
}

strong,
b,
.bold {
  font-weight: 600;
}

a {
  color: #998680;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #282524;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  ul, p, ol {
    margin-bottom: 12px;
  }
}
ul:last-child, p:last-child, ol:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

ul,
ol {
  margin-left: 24px;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 24px;
}
ul li,
ol li {
  margin: 0 0 8px;
}

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img:not(.no-img) {
  height: auto;
}

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px;
}

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #282524;
}

q,
.q {
  quotes: "«" "»";
  margin-bottom: 24px;
  display: block;
}
q q,
.q q {
  quotes: "„" "“";
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282524;
}
.info-block .icon {
  width: 16px;
  fill: #282524;
  margin-right: 4px;
}

.border-image img {
  overflow: hidden;
  border-radius: 16px;
}

.success-page .title {
  margin-bottom: 16px;
}
.success-page a {
  font-weight: 600;
}
.success-page p {
  font-weight: 300;
}
@media screen and (max-width: 579px) {
  .success-page .border-image {
    max-width: 75%;
    margin: 0 auto;
  }
}

.description-item__image img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .description-item__image img {
    border-radius: 8px;
  }
}

.container {
  width: 100%;
  max-width: calc(100% - 160px);
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1400px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
.container-big {
  max-width: calc(100% - 30px);
}
.container .container {
  max-width: inherit;
  padding: 0;
}
.container-middle {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 20px);
  }
  .container-middle {
    max-width: 760px;
  }
  .container-big {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .container-middle {
    padding: 0 10px;
    max-width: 560px;
  }
}
@media screen and (max-width: 579px) {
  .container {
    max-width: 100%;
  }
  .container-middle {
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .row {
    margin: 0 -10px;
  }
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0 10px;
  }
}
.col.col_1 {
  width: 8.3333%;
}
.col.col_2 {
  width: 16.666%;
}
.col.col_3 {
  width: 25%;
}
.col.col_4 {
  width: 33.3%;
}
.col.col_5 {
  width: 41.666667%;
}
.col.col_6 {
  width: 50%;
}
.col.col_7 {
  width: 58.333333%;
}
.col.col_8 {
  width: 66.666667%;
}
.col.col_9 {
  width: 75%;
}
.col.col_10 {
  width: 83.333333%;
}
.col.col_11 {
  width: 91.666667%;
}
.col.col_12 {
  width: 100%;
}
@media (max-width: 1400px) {
  .col.col_big-desktop-1 {
    width: 8.3333%;
  }
  .col.col_big-desktop-2 {
    width: 16.66%;
  }
  .col.col_big-desktop-3 {
    width: 25%;
  }
  .col.col_big-desktop-4 {
    width: 33.3%;
  }
  .col.col_big-desktop-5 {
    width: 41.666667%;
  }
  .col.col_big-desktop-6 {
    width: 50%;
  }
  .col.col_big-desktop-7 {
    width: 58.333333%;
  }
  .col.col_big-desktop-8 {
    width: 66.666667%;
  }
  .col.col_big-desktop-9 {
    width: 75%;
  }
  .col.col_big-desktop-10 {
    width: 83.333333%;
  }
  .col.col_big-desktop-11 {
    width: 91.666667%;
  }
  .col.col_big-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .col.col_desktop-1 {
    width: 8.3333%;
  }
  .col.col_desktop-2 {
    width: 16.66%;
  }
  .col.col_desktop-3 {
    width: 25%;
  }
  .col.col_desktop-4 {
    width: 33.3%;
  }
  .col.col_desktop-5 {
    width: 41.666667%;
  }
  .col.col_desktop-6 {
    width: 50%;
  }
  .col.col_desktop-7 {
    width: 58.333333%;
  }
  .col.col_desktop-8 {
    width: 66.666667%;
  }
  .col.col_desktop-9 {
    width: 75%;
  }
  .col.col_desktop-10 {
    width: 83.333333%;
  }
  .col.col_desktop-11 {
    width: 91.666667%;
  }
  .col.col_desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.col_middle-desktop-1 {
    width: 8.3333%;
  }
  .col.col_middle-desktop-2 {
    width: 16.66%;
  }
  .col.col_middle-desktop-3 {
    width: 25%;
  }
  .col.col_middle-desktop-4 {
    width: 33.3%;
  }
  .col.col_middle-desktop-5 {
    width: 41.666667%;
  }
  .col.col_middle-desktop-6 {
    width: 50%;
  }
  .col.col_middle-desktop-7 {
    width: 58.333333%;
  }
  .col.col_middle-desktop-8 {
    width: 66.666667%;
  }
  .col.col_middle-desktop-9 {
    width: 75%;
  }
  .col.col_middle-desktop-10 {
    width: 83.333333%;
  }
  .col.col_middle-desktop-11 {
    width: 91.666667%;
  }
  .col.col_middle-desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col.col_tab-3 {
    width: 25%;
  }
  .col.col_tab-4 {
    width: 33.3%;
  }
  .col.col_tab-5 {
    width: 41.666667%;
  }
  .col.col_tab-6 {
    width: 50%;
  }
  .col.col_tab-7 {
    width: 58.333333%;
  }
  .col.col_tab-8 {
    width: 66.666667%;
  }
  .col.col_tab-9 {
    width: 75%;
  }
  .col.col_tab-10 {
    width: 83.333333%;
  }
  .col.col_tab-11 {
    width: 91.666667%;
  }
  .col.col_tab-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col.col_mob-3 {
    width: 25%;
  }
  .col.col_mob-4 {
    width: 33.3%;
  }
  .col.col_mob-6 {
    width: 50%;
  }
  .col.col_mob-8 {
    width: 66.666667%;
  }
  .col.col_mob-12 {
    width: 100%;
  }
}
@media screen and (max-width: 579px) {
  .col.col_mob-p-12 {
    width: 100%;
  }
}

.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 1400px) {
  .text-big-desktop-uppercase {
    text-transform: uppercase;
  }
  .text-big-desktop-center {
    text-align: center;
  }
  .text-big-desktop-left {
    text-align: left;
  }
  .text-big-desktop-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-desktop-uppercase {
    text-transform: uppercase;
  }
  .text-desktop-center {
    text-align: center;
  }
  .text-desktop-left {
    text-align: left;
  }
  .text-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .text-middle-desktop-uppercase {
    text-transform: uppercase;
  }
  .text-middle-desktop-center {
    text-align: center;
  }
  .text-middle-desktop-left {
    text-align: left;
  }
  .text-middle-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-tab-uppercase {
    text-transform: uppercase;
  }
  .text-tab-center {
    text-align: center;
  }
  .text-tab-left {
    text-align: left;
  }
  .text-tab-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-mob-uppercase {
    text-transform: uppercase;
  }
  .text-mob-center {
    text-align: center;
  }
  .text-mob-left {
    text-align: left;
  }
  .text-mob-right {
    text-align: right;
  }
}
@media screen and (max-width: 579px) {
  .text-mob-p-uppercase {
    text-transform: uppercase;
  }
  .text-mob-p-center {
    text-align: center;
  }
  .text-mob-p-left {
    text-align: left;
  }
  .text-mob-p-right {
    text-align: right;
  }
}

.display-image img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .display-image img {
    border-radius: 8px;
  }
}
.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-block {
  display: block !important;
}
.display-none {
  display: none !important;
}
@media (max-width: 1400px) {
  .display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-big-desktop-block {
    display: block !important;
  }
  .display-big-desktop-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-desktop-block {
    display: block !important;
  }
  .display-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-middle-desktop-block {
    display: block !important;
  }
  .display-middle-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-tab-block {
    display: block !important;
  }
  .display-tab-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-block {
    display: block !important;
  }
  .display-mob-none {
    display: none !important;
  }
}
@media screen and (max-width: 579px) {
  .display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-p-block {
    display: block !important;
  }
  .display-mob-p-none {
    display: none !important;
  }
}

.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w-0 {
  width: 0;
}
@media (max-width: 1400px) {
  .w-big-desktop-100 {
    width: 100%;
  }
  .w-big-desktop-75 {
    width: 75%;
  }
  .w-big-desktop-50 {
    width: 50%;
  }
  .w-big-desktop-25 {
    width: 25%;
  }
  .w-big-desktop-0 {
    width: 0;
  }
}
@media (max-width: 1200px) {
  .w-desktop-100 {
    width: 100%;
  }
  .w-desktop-75 {
    width: 75%;
  }
  .w-desktop-50 {
    width: 50%;
  }
  .w-desktop-25 {
    width: 25%;
  }
  .w-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .w-middle-desktop-100 {
    width: 100%;
  }
  .w-middle-desktop-75 {
    width: 75%;
  }
  .w-middle-desktop-50 {
    width: 50%;
  }
  .w-middle-desktop-25 {
    width: 25%;
  }
  .w-middle-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 991px) {
  .w-tab-100 {
    width: 100%;
  }
  .w-tab-75 {
    width: 75%;
  }
  .w-tab-50 {
    width: 50%;
  }
  .w-tab-25 {
    width: 25%;
  }
  .w-tab-0 {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .w-mob-100 {
    width: 100%;
  }
  .w-mob-75 {
    width: 75%;
  }
  .w-mob-50 {
    width: 50%;
  }
  .w-mob-25 {
    width: 25%;
  }
  .w-mob-0 {
    width: 0;
  }
}
@media screen and (max-width: 579px) {
  .w-mob-p-100 {
    width: 100%;
  }
  .w-mob-p-75 {
    width: 75%;
  }
  .w-mob-p-50 {
    width: 50%;
  }
  .w-mob-p-25 {
    width: 25%;
  }
  .w-mob-p-0 {
    width: 0;
  }
}

.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-0 {
  height: 0;
}
.h-auto {
  height: auto;
}
@media (max-width: 1400px) {
  .h-big-desktop-100 {
    height: 100%;
  }
  .h-big-desktop-75 {
    height: 75%;
  }
  .h-big-desktop-50 {
    height: 50%;
  }
  .h-big-desktop-25 {
    height: 25%;
  }
  .h-big-desktop-0 {
    height: 0;
  }
  .h-big-desktop-auto {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .h-desktop-100 {
    height: 100%;
  }
  .h-desktop-75 {
    height: 75%;
  }
  .h-desktop-50 {
    height: 50%;
  }
  .h-desktop-25 {
    height: 25%;
  }
  .h-desktop-0 {
    height: 0;
  }
  .h-desktop-auto {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .h-middle-desktop-100 {
    height: 100%;
  }
  .h-middle-desktop-75 {
    height: 75%;
  }
  .h-middle-desktop-50 {
    height: 50%;
  }
  .h-middle-desktop-25 {
    height: 25%;
  }
  .h-middle-desktop-0 {
    height: 0;
  }
  .h-middle-desktop-auto {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .h-tab-100 {
    height: 100%;
  }
  .h-tab-75 {
    height: 75%;
  }
  .h-tab-50 {
    height: 50%;
  }
  .h-tab-25 {
    height: 25%;
  }
  .h-tab-0 {
    height: 0;
  }
  .h-tab-auto {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h-mob-100 {
    height: 100%;
  }
  .h-mob-75 {
    height: 75%;
  }
  .h-mob-50 {
    height: 50%;
  }
  .h-mob-25 {
    height: 25%;
  }
  .h-mob-0 {
    height: 0;
  }
  .h-mob-auto {
    height: auto;
  }
}
@media screen and (max-width: 579px) {
  .h-mob-p-100 {
    height: 100%;
  }
  .h-mob-p-75 {
    height: 75%;
  }
  .h-mob-p-50 {
    height: 50%;
  }
  .h-mob-p-25 {
    height: 25%;
  }
  .h-mob-p-0 {
    height: 0;
  }
  .h-mob-p-auto {
    height: auto;
  }
}

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media screen and (max-width: 1023px) {
  .direction-row-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-row-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-row-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-row-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (max-width: 1023px) {
  .direction-column-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-column-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-column-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-column-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media screen and (max-width: 1023px) {
  .direction-row-reverse-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-row-reverse-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-row-reverse-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-row-reverse-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

.direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media screen and (max-width: 1023px) {
  .direction-column-reverse-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-column-reverse-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-column-reverse-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-column-reverse-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 1023px) {
  .flex-wrap-desktop {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap-tab {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-wrap-mob {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 579px) {
  .flex-wrap-mob-p {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (max-width: 1023px) {
  .flex-nowrap-desktop {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 991px) {
  .flex-nowrap-tab {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-nowrap-mob {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 579px) {
  .flex-nowrap-mob-p {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 1023px) {
  .justify-center-desktop {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-center-tab {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-center-mob {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-center-mob-p {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.justify-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (max-width: 1023px) {
  .justify-left-desktop {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-left-tab {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-left-mob {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-left-mob-p {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media screen and (max-width: 1023px) {
  .justify-right-desktop {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-right-tab {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-right-mob {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-right-mob-p {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media screen and (max-width: 1023px) {
  .justify-between-desktop {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-between-tab {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-between-mob {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-between-mob-p {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
@media screen and (max-width: 1023px) {
  .justify-around-desktop {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-around-tab {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-around-mob {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-around-mob-p {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 1023px) {
  .align-center-desktop {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 991px) {
  .align-center-tab {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align-center-mob {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 579px) {
  .align-center-mob-p {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 1023px) {
  .align-start-desktop {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .align-start-tab {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .align-start-mob {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 579px) {
  .align-start-mob-p {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (max-width: 1023px) {
  .align-end-desktop {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 991px) {
  .align-end-tab {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .align-end-mob {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 579px) {
  .align-end-mob-p {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
@media screen and (max-width: 1023px) {
  .align-between-desktop {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .align-between-tab {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .align-between-mob {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 579px) {
  .align-between-mob-p {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

.align-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
@media screen and (max-width: 1023px) {
  .align-around-desktop {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 991px) {
  .align-around-tab {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .align-around-mob {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 579px) {
  .align-around-mob-p {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}
.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}
.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}
.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}
.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}
.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}
.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}
.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}
@media screen and (max-width: 1023px) {
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 991px) {
  .order-tab-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-tab-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-tab-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-tab-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-tab-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-tab-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-tab-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-tab-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-tab-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-tab-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-tab-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-tab-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 767px) {
  .order-mob-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mob-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mob-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mob-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-mob-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-mob-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-mob-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-mob-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-mob-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-mob-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 579px) {
  .order-mob-p-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mob-p-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mob-p-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mob-p-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mob-p-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mob-p-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-mob-p-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-mob-p-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-mob-p-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-mob-p-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-mob-p-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-mob-p-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #FFFFFF;
}

.fancybox__progress {
  background: #FFFFFF;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-72 {
  margin-bottom: 72px;
}
.margin-bottom-64 {
  margin-bottom: 64px;
}
.margin-bottom-48 {
  margin-bottom: 48px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-36 {
  margin-bottom: 36px;
}
.margin-bottom-32 {
  margin-bottom: 32px;
}
.margin-bottom-28 {
  margin-bottom: 28px;
}
.margin-bottom-24 {
  margin-bottom: 24px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
.margin-bottom-12 {
  margin-bottom: 12px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-bottom-4 {
  margin-bottom: 4px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-96 {
  margin-top: 96px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-72 {
  margin-top: 72px;
}
.margin-top-64 {
  margin-top: 64px;
}
.margin-top-48 {
  margin-top: 48px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-36 {
  margin-top: 36px;
}
.margin-top-32 {
  margin-top: 32px;
}
.margin-top-28 {
  margin-top: 28px;
}
.margin-top-24 {
  margin-top: 24px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-16 {
  margin-top: 16px;
}
.margin-top-12 {
  margin-top: 12px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-top-4 {
  margin-top: 4px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-auto {
  margin: 0 auto !important;
}
.margin-auto-y {
  margin: auto 0 !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-right-auto {
  margin-left: auto !important;
}
@media (max-width: 1400px) {
  .margin-big-desktop-auto {
    margin: 0 auto !important;
  }
  .margin-big-desktop-auto-y {
    margin: auto 0 !important;
  }
  .margin-big-desktop-left-auto {
    margin-left: auto !important;
  }
  .margin-big-desktop-right-auto {
    margin-left: auto !important;
  }
  .margin-big-desktop-top-96 {
    margin-top: 96px;
  }
  .margin-big-desktop-top-80 {
    margin-top: 80px;
  }
  .margin-big-desktop-top-72 {
    margin-top: 72px;
  }
  .margin-big-desktop-top-64 {
    margin-top: 64px;
  }
  .margin-big-desktop-top-48 {
    margin-top: 48px;
  }
  .margin-big-desktop-top-40 {
    margin-top: 40px;
  }
  .margin-big-desktop-top-36 {
    margin-top: 36px;
  }
  .margin-big-desktop-top-32 {
    margin-top: 32px;
  }
  .margin-big-desktop-top-28 {
    margin-top: 28px;
  }
  .margin-big-desktop-top-24 {
    margin-top: 24px;
  }
  .margin-big-desktop-top-20 {
    margin-top: 20px;
  }
  .margin-big-desktop-top-16 {
    margin-top: 16px;
  }
  .margin-big-desktop-top-12 {
    margin-top: 12px;
  }
  .margin-big-desktop-top-8 {
    margin-top: 8px;
  }
  .margin-big-desktop-top-4 {
    margin-top: 4px;
  }
  .margin-big-desktop-top-0 {
    margin-top: 0;
  }
  .margin-big-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-big-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-big-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-big-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-big-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-big-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-big-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-big-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-big-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-big-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-big-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-big-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-big-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-big-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-big-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-big-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .margin-desktop-auto {
    margin: 0 auto !important;
  }
  .margin-desktop-auto-y {
    margin: auto 0 !important;
  }
  .margin-desktop-left-auto {
    margin-left: auto !important;
  }
  .margin-desktop-right-auto {
    margin-left: auto !important;
  }
  .margin-desktop-top-96 {
    margin-top: 96px;
  }
  .margin-desktop-top-80 {
    margin-top: 80px;
  }
  .margin-desktop-top-72 {
    margin-top: 72px;
  }
  .margin-desktop-top-64 {
    margin-top: 64px;
  }
  .margin-desktop-top-48 {
    margin-top: 48px;
  }
  .margin-desktop-top-40 {
    margin-top: 40px;
  }
  .margin-desktop-top-36 {
    margin-top: 36px;
  }
  .margin-desktop-top-32 {
    margin-top: 32px;
  }
  .margin-desktop-top-28 {
    margin-top: 28px;
  }
  .margin-desktop-top-24 {
    margin-top: 24px;
  }
  .margin-desktop-top-20 {
    margin-top: 20px;
  }
  .margin-desktop-top-16 {
    margin-top: 16px;
  }
  .margin-desktop-top-12 {
    margin-top: 12px;
  }
  .margin-desktop-top-8 {
    margin-top: 8px;
  }
  .margin-desktop-top-4 {
    margin-top: 4px;
  }
  .margin-desktop-top-0 {
    margin-top: 0;
  }
  .margin-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .margin-middle-desktop-auto {
    margin: 0 auto !important;
  }
  .margin-middle-desktop-auto-y {
    margin: auto 0 !important;
  }
  .margin-middle-desktop-left-auto {
    margin-left: auto !important;
  }
  .margin-middle-desktop-right-auto {
    margin-left: auto !important;
  }
  .margin-middle-desktop-top-96 {
    margin-top: 96px;
  }
  .margin-middle-desktop-top-80 {
    margin-top: 80px;
  }
  .margin-middle-desktop-top-72 {
    margin-top: 72px;
  }
  .margin-middle-desktop-top-64 {
    margin-top: 64px;
  }
  .margin-middle-desktop-top-48 {
    margin-top: 48px;
  }
  .margin-middle-desktop-top-40 {
    margin-top: 40px;
  }
  .margin-middle-desktop-top-36 {
    margin-top: 36px;
  }
  .margin-middle-desktop-top-32 {
    margin-top: 32px;
  }
  .margin-middle-desktop-top-28 {
    margin-top: 28px;
  }
  .margin-middle-desktop-top-24 {
    margin-top: 24px;
  }
  .margin-middle-desktop-top-20 {
    margin-top: 20px;
  }
  .margin-middle-desktop-top-16 {
    margin-top: 16px;
  }
  .margin-middle-desktop-top-12 {
    margin-top: 12px;
  }
  .margin-middle-desktop-top-8 {
    margin-top: 8px;
  }
  .margin-middle-desktop-top-4 {
    margin-top: 4px;
  }
  .margin-middle-desktop-top-0 {
    margin-top: 0;
  }
  .margin-middle-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-middle-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-middle-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-middle-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-middle-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-middle-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-middle-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-middle-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-middle-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-middle-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-middle-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-middle-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-middle-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-middle-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-middle-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-middle-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .margin-tab-auto {
    margin: 0 auto !important;
  }
  .margin-tab-auto-y {
    margin: auto 0 !important;
  }
  .margin-tab-left-auto {
    margin-left: auto !important;
  }
  .margin-tab-right-auto {
    margin-left: auto !important;
  }
  .margin-tab-top-96 {
    margin-top: 96px;
  }
  .margin-tab-top-80 {
    margin-top: 80px;
  }
  .margin-tab-top-72 {
    margin-top: 72px;
  }
  .margin-tab-top-64 {
    margin-top: 64px;
  }
  .margin-tab-top-48 {
    margin-top: 48px;
  }
  .margin-tab-top-40 {
    margin-top: 40px;
  }
  .margin-tab-top-36 {
    margin-top: 36px;
  }
  .margin-tab-top-32 {
    margin-top: 32px;
  }
  .margin-tab-top-28 {
    margin-top: 28px;
  }
  .margin-tab-top-24 {
    margin-top: 24px;
  }
  .margin-tab-top-20 {
    margin-top: 20px;
  }
  .margin-tab-top-16 {
    margin-top: 16px;
  }
  .margin-tab-top-12 {
    margin-top: 12px;
  }
  .margin-tab-top-8 {
    margin-top: 8px;
  }
  .margin-tab-top-4 {
    margin-top: 4px;
  }
  .margin-tab-top-0 {
    margin-top: 0;
  }
  .margin-tab-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-tab-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-tab-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-tab-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-tab-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-tab-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-tab-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-tab-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-tab-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-tab-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-tab-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-tab-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-tab-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-tab-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-tab-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-tab-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .margin-mob-auto {
    margin: 0 auto !important;
  }
  .margin-mob-auto-y {
    margin: auto 0 !important;
  }
  .margin-mob-left-auto {
    margin-left: auto !important;
  }
  .margin-mob-right-auto {
    margin-left: auto !important;
  }
  .margin-mob-top-96 {
    margin-top: 96px;
  }
  .margin-mob-top-80 {
    margin-top: 80px;
  }
  .margin-mob-top-72 {
    margin-top: 72px;
  }
  .margin-mob-top-64 {
    margin-top: 64px;
  }
  .margin-mob-top-48 {
    margin-top: 48px;
  }
  .margin-mob-top-40 {
    margin-top: 40px;
  }
  .margin-mob-top-36 {
    margin-top: 36px;
  }
  .margin-mob-top-32 {
    margin-top: 32px;
  }
  .margin-mob-top-28 {
    margin-top: 28px;
  }
  .margin-mob-top-24 {
    margin-top: 24px;
  }
  .margin-mob-top-20 {
    margin-top: 20px;
  }
  .margin-mob-top-16 {
    margin-top: 16px;
  }
  .margin-mob-top-12 {
    margin-top: 12px;
  }
  .margin-mob-top-8 {
    margin-top: 8px;
  }
  .margin-mob-top-4 {
    margin-top: 4px;
  }
  .margin-mob-top-0 {
    margin-top: 0;
  }
  .margin-mob-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-mob-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-mob-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-mob-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-mob-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-mob-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-mob-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-mob-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-mob-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-mob-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-mob-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-mob-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-mob-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-mob-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-mob-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-mob-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .margin-mob-p-auto {
    margin: 0 auto !important;
  }
  .margin-mob-p-auto-y {
    margin: auto 0 !important;
  }
  .margin-mob-p-left-auto {
    margin-left: auto !important;
  }
  .margin-mob-p-right-auto {
    margin-left: auto !important;
  }
  .margin-mob-p-top-96 {
    margin-top: 96px;
  }
  .margin-mob-p-top-80 {
    margin-top: 80px;
  }
  .margin-mob-p-top-72 {
    margin-top: 72px;
  }
  .margin-mob-p-top-64 {
    margin-top: 64px;
  }
  .margin-mob-p-top-48 {
    margin-top: 48px;
  }
  .margin-mob-p-top-40 {
    margin-top: 40px;
  }
  .margin-mob-p-top-36 {
    margin-top: 36px;
  }
  .margin-mob-p-top-32 {
    margin-top: 32px;
  }
  .margin-mob-p-top-28 {
    margin-top: 28px;
  }
  .margin-mob-p-top-24 {
    margin-top: 24px;
  }
  .margin-mob-p-top-20 {
    margin-top: 20px;
  }
  .margin-mob-p-top-16 {
    margin-top: 16px;
  }
  .margin-mob-p-top-12 {
    margin-top: 12px;
  }
  .margin-mob-p-top-8 {
    margin-top: 8px;
  }
  .margin-mob-p-top-4 {
    margin-top: 4px;
  }
  .margin-mob-p-top-0 {
    margin-top: 0;
  }
  .margin-mob-p-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-mob-p-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-mob-p-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-mob-p-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-mob-p-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-mob-p-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-mob-p-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-mob-p-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-mob-p-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-mob-p-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-mob-p-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-mob-p-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-mob-p-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-mob-p-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-mob-p-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-mob-p-bottom-0 {
    margin-bottom: 0;
  }
}

.padding-bottom-96 {
  padding-bottom: 96px;
}
.padding-bottom-64 {
  padding-bottom: 64px;
}
.padding-bottom-48 {
  padding-bottom: 48px;
}
.padding-bottom-32 {
  padding-bottom: 32px;
}
.padding-bottom-24 {
  padding-bottom: 24px;
}
.padding-bottom-16 {
  padding-bottom: 16px;
}
.padding-bottom-12 {
  padding-bottom: 12px;
}
.padding-bottom-8 {
  padding-bottom: 8px;
}
.padding-bottom-4 {
  padding-bottom: 4px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-top-96 {
  padding-top: 96px;
}
.padding-top-64 {
  padding-top: 64px;
}
.padding-top-48 {
  padding-top: 48px;
}
.padding-top-32 {
  padding-top: 32px;
}
.padding-top-24 {
  padding-top: 24px;
}
.padding-top-16 {
  padding-top: 16px;
}
.padding-top-12 {
  padding-top: 12px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-top-4 {
  padding-top: 4px;
}
.padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1400px) {
  .padding-big-desktop-top-96 {
    padding-top: 96px;
  }
  .padding-big-desktop-top-64 {
    padding-top: 64px;
  }
  .padding-big-desktop-top-48 {
    padding-top: 48px;
  }
  .padding-big-desktop-top-32 {
    padding-top: 32px;
  }
  .padding-big-desktop-top-24 {
    padding-top: 24px;
  }
  .padding-big-desktop-top-16 {
    padding-top: 16px;
  }
  .padding-big-desktop-top-12 {
    padding-top: 12px;
  }
  .padding-big-desktop-top-8 {
    padding-top: 8px;
  }
  .padding-big-desktop-top-4 {
    padding-top: 4px;
  }
  .padding-big-desktop-top-0 {
    padding-top: 0;
  }
  .padding-big-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-big-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-big-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-big-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-big-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-big-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-big-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-big-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-big-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-big-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .padding-desktop-top-96 {
    padding-top: 96px;
  }
  .padding-desktop-top-64 {
    padding-top: 64px;
  }
  .padding-desktop-top-48 {
    padding-top: 48px;
  }
  .padding-desktop-top-32 {
    padding-top: 32px;
  }
  .padding-desktop-top-24 {
    padding-top: 24px;
  }
  .padding-desktop-top-16 {
    padding-top: 16px;
  }
  .padding-desktop-top-12 {
    padding-top: 12px;
  }
  .padding-desktop-top-8 {
    padding-top: 8px;
  }
  .padding-desktop-top-4 {
    padding-top: 4px;
  }
  .padding-desktop-top-0 {
    padding-top: 0;
  }
  .padding-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .padding-middle-desktop-top-96 {
    padding-top: 96px;
  }
  .padding-middle-desktop-top-64 {
    padding-top: 64px;
  }
  .padding-middle-desktop-top-48 {
    padding-top: 48px;
  }
  .padding-middle-desktop-top-32 {
    padding-top: 32px;
  }
  .padding-middle-desktop-top-24 {
    padding-top: 24px;
  }
  .padding-middle-desktop-top-16 {
    padding-top: 16px;
  }
  .padding-middle-desktop-top-12 {
    padding-top: 12px;
  }
  .padding-middle-desktop-top-8 {
    padding-top: 8px;
  }
  .padding-middle-desktop-top-4 {
    padding-top: 4px;
  }
  .padding-middle-desktop-top-0 {
    padding-top: 0;
  }
  .padding-middle-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-middle-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-middle-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-middle-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-middle-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-middle-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-middle-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-middle-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-middle-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-middle-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .padding-tab-top-96 {
    padding-top: 96px;
  }
  .padding-tab-top-64 {
    padding-top: 64px;
  }
  .padding-tab-top-48 {
    padding-top: 48px;
  }
  .padding-tab-top-32 {
    padding-top: 32px;
  }
  .padding-tab-top-24 {
    padding-top: 24px;
  }
  .padding-tab-top-16 {
    padding-top: 16px;
  }
  .padding-tab-top-12 {
    padding-top: 12px;
  }
  .padding-tab-top-8 {
    padding-top: 8px;
  }
  .padding-tab-top-4 {
    padding-top: 4px;
  }
  .padding-tab-top-0 {
    padding-top: 0;
  }
  .padding-tab-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-tab-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-tab-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-tab-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-tab-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-tab-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-tab-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-tab-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-tab-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-tab-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .padding-mob-top-96 {
    padding-top: 96px;
  }
  .padding-mob-top-64 {
    padding-top: 64px;
  }
  .padding-mob-top-48 {
    padding-top: 48px;
  }
  .padding-mob-top-32 {
    padding-top: 32px;
  }
  .padding-mob-top-24 {
    padding-top: 24px;
  }
  .padding-mob-top-16 {
    padding-top: 16px;
  }
  .padding-mob-top-12 {
    padding-top: 12px;
  }
  .padding-mob-top-8 {
    padding-top: 8px;
  }
  .padding-mob-top-4 {
    padding-top: 4px;
  }
  .padding-mob-top-0 {
    padding-top: 0;
  }
  .padding-mob-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-mob-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-mob-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-mob-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-mob-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-mob-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-mob-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-mob-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-mob-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-mob-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .padding-mob-p-top-96 {
    padding-top: 96px;
  }
  .padding-mob-p-top-64 {
    padding-top: 64px;
  }
  .padding-mob-p-top-48 {
    padding-top: 48px;
  }
  .padding-mob-p-top-32 {
    padding-top: 32px;
  }
  .padding-mob-p-top-24 {
    padding-top: 24px;
  }
  .padding-mob-p-top-16 {
    padding-top: 16px;
  }
  .padding-mob-p-top-12 {
    padding-top: 12px;
  }
  .padding-mob-p-top-8 {
    padding-top: 8px;
  }
  .padding-mob-p-top-4 {
    padding-top: 4px;
  }
  .padding-mob-p-top-0 {
    padding-top: 0;
  }
  .padding-mob-p-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-mob-p-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-mob-p-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-mob-p-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-mob-p-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-mob-p-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-mob-p-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-mob-p-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-mob-p-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-mob-p-bottom-0 {
    padding-bottom: 0;
  }
}

.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text .icon {
  margin-right: 8px;
}

.label-icon {
  position: relative;
}
.label-icon .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: auto;
  right: 12px;
}
.label-icon-position-right {
  left: auto;
  right: 12px;
}
.label-icon-position-left {
  right: auto;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .label-icon .icon {
    top: calc(50% - 10px);
    right: 8px;
  }
  .label-icon-position-right {
    left: auto;
    right: 8px;
  }
  .label-icon-position-left {
    right: auto;
    left: 8px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100% !important;
  margin-bottom: 32px;
}
table td, table th {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  color: #282524;
  font-weight: 300;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 700;
  color: #DCDCDC;
  background-color: #282524;
}
table thead td {
  padding: 16px;
  font-weight: 700;
  color: #DCDCDC;
  background-color: #282524;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[name=txtemail],
textarea {
  background-color: transparent;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.2;
  padding: 18px 14px;
  color: #282524;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  margin: 0;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[name=txtemail],
textarea {
    font-size: 14px;
    padding: 14px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[name=txtemail]:hover,
textarea:hover {
  border-color: #282524;
  background-color: transparent;
  border-width: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 17px 13px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[name=txtemail]:focus,
textarea:focus {
  border-color: #DCDCDC;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[name=txtemail]:disabled,
textarea:disabled {
  border-color: #F1EAE2;
  background-color: #F1EAE2;
  color: #9E9E9E;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
input[type=date].error,
input[name=txtemail].error,
textarea.error {
  border-color: #E80505;
}

textarea {
  width: 100%;
  height: 120px !important;
  line-height: 1.2 !important;
  resize: none;
}

.form-field {
  margin-bottom: 16px;
}
.form-field .label-wrap {
  display: block;
  height: 100%;
}
.form-field__title {
  padding: 14px 0;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  color: #282524;
}
@media screen and (max-width: 767px) {
  .form-field__title {
    font-size: 16px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  color: #E80505;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}
.wpcf7-spinner {
  display: block;
}

.error-label {
  color: #E80505;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #282524 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #282524 !important;
}

.custom-check {
  display: block;
  position: relative;
}
.custom-check .custom-check__input {
  position: absolute;
  opacity: 0;
}
.custom-check .custom-check__input:checked ~ .custom-check__text:before {
  opacity: 1;
}
.custom-check .custom-check__input:checked ~ .custom-check__text:after {
  border-color: #282524;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text {
  color: #282524;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:after {
  border-color: #282524;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
  border-color: #282524;
}
.custom-check .custom-check__text {
  position: relative;
  padding-left: 27px;
  display: block;
  cursor: pointer;
}
.custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-check .custom-check__text:before {
  opacity: 0;
}
.custom-check .custom-check__text:after {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 1px solid #282524;
}
.custom-check .custom-check__text:hover:after {
  border-color: #282524;
}
.custom-check input[type=checkbox] ~ .custom-check__text:before {
  content: "✓";
  background: #282524;
  color: #DCDCDC;
  width: 19px;
  height: 19px;
  top: 0;
  left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-check input[type=radio] ~ .custom-check__text:before, .custom-check input[type=radio] ~ .custom-check__text:after {
  border-radius: 50%;
}
.custom-check input[type=radio] ~ .custom-check__text:before {
  width: 15px;
  height: 15px;
  background: #282524;
  opacity: 0;
  top: 3px;
  left: 3px;
}

.radio-block_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.radio-block_group .radio,
.radio-block_group .checkbox {
  margin: 0;
}
.radio-block_group .radio label,
.radio-block_group .checkbox label {
  padding: 0;
}
.radio-block_group .radio label input[type=radio],
.radio-block_group .radio label input[type=checkbox],
.radio-block_group .checkbox label input[type=radio],
.radio-block_group .checkbox label input[type=checkbox] {
  opacity: 0;
}
.radio-block_group .radio label input[type=radio] ~ .custom-check__text,
.radio-block_group .radio label input[type=checkbox] ~ .custom-check__text,
.radio-block_group .checkbox label input[type=radio] ~ .custom-check__text,
.radio-block_group .checkbox label input[type=checkbox] ~ .custom-check__text {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  min-width: 58px;
  border-radius: 6px;
  font-weight: 400;
  display: block;
  border: 1px solid #9E9E9E;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radio-block_group .radio label input[type=radio] ~ .custom-check__text:hover,
.radio-block_group .radio label input[type=checkbox] ~ .custom-check__text:hover,
.radio-block_group .checkbox label input[type=radio] ~ .custom-check__text:hover,
.radio-block_group .checkbox label input[type=checkbox] ~ .custom-check__text:hover {
  background-color: #988580;
  border-color: #988580;
  color: #FFFFFF;
}
.radio-block_group .radio label input[type=radio]:checked ~ .custom-check__text,
.radio-block_group .radio label input[type=checkbox]:checked ~ .custom-check__text,
.radio-block_group .checkbox label input[type=radio]:checked ~ .custom-check__text,
.radio-block_group .checkbox label input[type=checkbox]:checked ~ .custom-check__text {
  background-color: #988580;
  border-color: #988580;
  color: #FFFFFF;
}
.radio-block_group.one-for-all .radio label input[type=radio] ~ .custom-check__text,
.radio-block_group.one-for-all .radio label input[type=checkbox] ~ .custom-check__text,
.radio-block_group.one-for-all .checkbox label input[type=radio] ~ .custom-check__text,
.radio-block_group.one-for-all .checkbox label input[type=checkbox] ~ .custom-check__text {
  background-color: transparent;
  border-color: transparent;
  color: #282524;
  padding: 0;
  min-width: auto;
  font-weight: 300;
}

.checkbox label,
.radio label {
  padding-left: 0;
}
.checkbox label .radio-checkbox__text,
.radio label .radio-checkbox__text {
  position: relative;
  padding-left: 24px;
  display: block;
  line-height: 20px;
}
.checkbox label .radio-checkbox__text:before, .checkbox label .radio-checkbox__text:after,
.radio label .radio-checkbox__text:before,
.radio label .radio-checkbox__text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  border-radius: 4px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #282524;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox label .radio-checkbox__text:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-color: transparent;
  border: none;
  z-index: 1;
  opacity: 0;
}
.checkbox label input[type=checkbox]:checked ~ span:before {
  opacity: 1;
  border-color: #282524;
}
.checkbox label input[type=checkbox]:checked ~ span:after {
  background-color: #282524;
  border-color: transparent;
}

.radio input[type=radio] {
  opacity: 0;
}
.radio label .radio-checkbox__text:before {
  border-radius: 50%;
}
.radio label .radio-checkbox__text:after {
  border-radius: 50%;
  background-color: #282524;
  border: none;
  top: 3px;
  width: 14px;
  height: 14px;
  left: 3px;
  opacity: 0;
}
.radio label input[type=radio]:checked ~ .radio-checkbox__text:after {
  opacity: 1;
}
.radio label input[type=radio]:checked ~ .radio-checkbox__text:before {
  border-color: #282524;
}

.quantitys {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100px;
  border: 1px solid #282524;
}
.quantitys input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.quantitys input::-webkit-inner-spin-button,
.quantitys input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.quantitys input {
  width: 100%;
  text-align: center;
  border-bottom: none;
}
.quantity-btn-minus:before {
  content: "-";
}
.quantity-btn-plus:before {
  content: "+";
}
.quantity-btn-minus, .quantity-btn-plus {
  padding: 17px 10px;
  border: none;
  margin: -1px 0;
}

.jcf-focus {
  border-color: #9E9E9E;
}

.jcf-select,
select {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jcf-select.jcf-drop-active .jcf-select-text,
select.jcf-drop-active .jcf-select-text {
  background-color: transparent;
}
.jcf-select.jcf-drop-active .jcf-select-opener,
select.jcf-drop-active .jcf-select-opener {
  background-color: transparent;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after,
select.jcf-drop-active .jcf-select-opener:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jcf-select.jcf-disabled,
select.jcf-disabled {
  opacity: 0.3;
}
.jcf-select .jcf-select-opener,
select .jcf-select-opener {
  width: 46px;
  height: 46px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jcf-select .jcf-select-opener:after,
select .jcf-select-opener:after {
  display: block;
  border-right: 1px solid #282524;
  border-top: 1px solid #282524;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jcf-select .jcf-select-text,
select .jcf-select-text {
  color: #282524;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  width: 100%;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .jcf-select .jcf-select-text,
select .jcf-select-text {
    font-size: 14px;
  }
}

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  z-index: 15;
}

.jcf-select-drop-content {
  background-color: #FFFFFF;
  border: 1px solid #9E9E9E;
  border-radius: 18px;
  padding: 16px 16px 0;
}
.jcf-select-drop-content .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-select-drop-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jcf-select-drop-content li {
  margin: 0;
  padding: 0;
}
.jcf-select-drop-content .jcf-option {
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #282524;
  background-color: #FFFFFF;
  font-weight: 400;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .jcf-select-drop-content .jcf-option {
    font-size: 14px;
  }
}
.jcf-select-drop-content .jcf-option:hover {
  background-color: #FFFFFF;
  color: #988580;
}
.jcf-select-drop-content .jcf-option.jcf-selected {
  background-color: #FFFFFF;
  color: #988580;
}

.checkout-shipping-address .jcf-select {
  display: none !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-dropdown {
  background-color: #FFFFFF;
  border: 1px solid #9E9E9E;
  border-top: 1px solid #9E9E9E;
  margin-top: 2px;
  border-radius: 8px !important;
  padding: 16px 16px 0;
  overflow: hidden;
}
.select2-search--dropdown {
  margin-bottom: 8px;
}
.select2-search--dropdown .select2-search__field {
  background-color: #FFFFFF;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.2;
  padding: 14px;
  color: #282524;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  margin: 0;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    padding: 14px;
  }
}
.select2-results__option {
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #282524;
  background-color: #FFFFFF;
  font-weight: 400;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .select2-results__option {
    font-size: 14px;
  }
}
.select2-results__option:hover {
  background-color: #FFFFFF;
  color: #988580;
}
.select2-results {
  max-height: 300px;
  overflow: auto;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #988580;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #998680;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.2;
  padding: 18px 36px;
  border: 1px solid #282524;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: normal;
  background-color: #282524;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    font-size: 14px;
    padding: 14px 28px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #FFFFFF;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #988580;
  border-color: #988580;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #FFFFFF;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #988580;
  color: #988580;
  background-color: #282524;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #988580;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #FFFFFF;
  border-color: #9E9E9E;
  background-color: #9E9E9E;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #FFFFFF;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  color: #282524;
  border-color: #282524;
  background-color: transparent;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #282524;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #FFFFFF;
  border-color: #282524;
  background-color: #282524;
}
.btn.btn_secondary:hover .icon,
button.btn_secondary:hover .icon,
input[type=submit].btn_secondary:hover .icon,
input[type=reset].btn_secondary:hover .icon {
  fill: #FFFFFF;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #988580;
  border-color: #988580;
  background-color: transparent;
}
.btn.btn_secondary:active .icon,
button.btn_secondary:active .icon,
input[type=submit].btn_secondary:active .icon,
input[type=reset].btn_secondary:active .icon {
  fill: #988580;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: #9E9E9E;
  background-color: #9E9E9E;
  color: #FFFFFF;
}
.btn.btn_secondary:disabled .icon,
button.btn_secondary:disabled .icon,
input[type=submit].btn_secondary:disabled .icon,
input[type=reset].btn_secondary:disabled .icon {
  fill: #FFFFFF;
}

.btn-hider {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}
.btn.btn-link {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  color: #282524;
}
.btn.btn-link .icon {
  fill: #282524;
}
.btn.btn-link:hover, .btn.btn-link:active {
  background-color: transparent;
  border: none;
  color: #998680;
}
.btn.btn-link:hover .icon, .btn.btn-link:active .icon {
  fill: #998680;
}
.btn.btn-link-border {
  color: #988580;
  border-bottom: 1px solid #988580;
  text-transform: inherit;
  border-radius: 0;
}
.btn.btn-link-border:hover, .btn.btn-link-border:active {
  color: #282524;
  border-bottom-color: #282524;
}
.btn.btn-icon-right {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-right {
    padding-right: 100px;
  }
}
.btn.btn-icon-left {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-left {
    padding-left: 100px;
  }
}
.btn.btn-icon {
  position: relative;
}
.btn.btn-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.btn-icon-arrow:before {
  width: 40px;
  height: 12px;
  top: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-arrow:before {
    width: 60px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group .btn-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-icon-position__left .icon {
  margin-right: 8px;
}
.btn-icon-position__left-block {
  margin-right: 12px;
}
.btn-icon-position__left-block .icon {
  margin-right: 0;
}
.btn-icon-position__left:hover-block .icon {
  margin-right: 0;
}
.btn-icon-position__right .icon {
  margin-left: 8px;
}
.btn-icon-position__right-block {
  margin-left: 12px;
}
.btn-icon-position__right-block .icon {
  margin-left: 0;
}
.btn-icon-position__right:hover-block .icon {
  margin-left: 0;
}
.btn-icon.icon {
  width: 24px;
  height: 24px;
}
.btn-icon.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-container .btn {
  border: none;
  background-color: #282524;
  color: #EEEEEE;
  padding: 48px 24px;
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .btn-container .btn {
    padding: 32px 24px;
    font-size: 26px;
  }
}
.btn-container .btn .icon {
  fill: #EEEEEE;
}
.btn-container .btn .icon.arrow {
  width: 41px;
  height: 16px;
}
.btn-container .btn:hover {
  background-color: #998680;
}
.btn-container .btn:hover .icon {
  fill: #EEEEEE;
}
.btn-container .btn:active {
  background-color: #282524;
  color: #998680;
}
.btn-container .btn:active .icon {
  fill: #998680;
}
.btn-catalog {
  font-family: "Open Sans", sans-serif;
}
.btn-catalog .icon {
  width: 64px;
  height: 48px;
}
.btn-catalog .btn-catalog__icon {
  position: relative;
  margin-left: 8px;
  width: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-catalog .btn-catalog__icon .icon {
  margin-left: 0;
}
.btn-catalog .btn-catalog__icon .icon.arrows {
  width: 41px !important;
  height: 8px !important;
  position: absolute;
  top: calc(50% - 4px);
}
.btn-catalog .btn-catalog__icon .icon.round {
  width: 46px !important;
  height: 48px !important;
  margin-left: auto;
}
.btn-catalog:hover .btn-text {
  margin-left: 8px;
}
.btn-catalog:hover .btn-catalog__icon {
  width: 58px;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 16px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li, .wysiwyg ol li {
    padding-left: 16px;
  }
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
}
.wysiwyg ul li:before {
  content: "—";
  left: -24px;
  top: 0;
  position: absolute;
}
.wysiwyg.check-list ul li {
  padding-left: 52px;
  margin-bottom: 24px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wysiwyg.check-list ul li {
    margin-bottom: 10px;
  }
}
.wysiwyg.check-list ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg.check-list ul li:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/check-circle.png");
}
.wysiwyg.video iframe {
  width: 100% !important;
}

@media screen and (max-width: 1023px) {
  .description-list-type-3 .description-col:not(:last-child) {
    margin-bottom: 16px !important;
  }
}

.slider {
  width: 100%;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn .icon {
  width: 12px;
  height: 20px;
  fill: #282524;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover {
  background-color: #FFFFFF;
}
.slider-nav-btn-next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.slider-nav-btn-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn {
    width: 22px;
    height: 28px;
    top: calc(50% - 14px);
  }
  .slider-nav-btn .icon {
    width: 6px;
    height: 12px;
  }
  .slider-nav-btn-next {
    border-radius: 4px 0 0 4px;
  }
  .slider-nav-btn-prev {
    border-radius: 0 4px 4px 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .slider-nav-btn.big-nav {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
  .slider-nav-btn.big-nav .icon {
    width: 8px;
    height: 16px;
  }
}
.slider-pagination {
  bottom: 40px !important;
}
.slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.gallery-slider {
  overflow: inherit;
}

.tabs:not(:last-child) {
  margin-bottom: 32px;
}
.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #FFFFFF;
  background-color: #988580;
  border-color: #988580;
}
.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #282524;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px;
  text-align: center;
  position: relative;
  background-color: transparent;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
  min-width: 57px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tabs-header .slick-next,
.tabs .tabs-header .slick-prev {
  width: 40px;
  height: 40px;
}
.tabs .tabs-header .slick-next.slick-disabled,
.tabs .tabs-header .slick-prev.slick-disabled {
  opacity: 0.5;
}
.tabs .tabs-header .slick-next i,
.tabs .tabs-header .slick-prev i {
  font-size: 15px;
  color: #282524;
}
.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none;
}
.tabs .tabs-body .tabs-body__item.active {
  display: block;
}
.tabs.tabs-header__slider .slider-tabs__header {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .tabs.tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
  .tabs.tabs-vertical .tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25%;
    width: 100%;
    padding: 0 16px;
    border-bottom: none;
  }
  .tabs.tabs-vertical .tabs-header__text {
    text-align: left;
  }
  .tabs.tabs-vertical .tabs-body {
    max-width: 75%;
    width: 100%;
    padding: 0 16px;
  }
}

.accordion-item {
  margin-bottom: 8px;
  padding: 16px 12px;
  border-bottom: 1px solid #DCDCDC;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 12px;
}
.accordion-item.active .accordion-item__header:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 8px;
}
.accordion-item.active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  color: #282524;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-item__header {
    font-size: 14px;
  }
}
.accordion-item .accordion-item__header .title-text {
  margin-right: 16px;
}
.accordion-item .accordion-item__header:after {
  border-right: 2px solid #282524;
  border-top: 2px solid #282524;
  content: "";
  width: 12px;
  min-width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-item__body {
  display: none;
  margin-bottom: 16px;
}

.light-fon .accordion-item {
  border-bottom-color: #DCDCDC;
}
.light-fon .accordion-item .accordion-item__header {
  color: #DCDCDC;
}
.light-fon .accordion-item .accordion-item__header:after {
  border-right-color: #DCDCDC;
  border-top-color: #DCDCDC;
}

.air-datepicker {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
  border-color: #DCDCDC !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
  color: #282524;
  padding: 16px;
  max-width: 280px;
  width: auto;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker--navigation {
  padding: 0;
}
.air-datepicker-nav {
  border-bottom: none;
}
.air-datepicker-nav--action {
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--action[data-action=prev] {
  border-radius: 8px;
}
.air-datepicker-nav--action[data-action=next] {
  border-radius: 8px;
}
.air-datepicker-nav--action svg {
  fill: #282524;
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
.air-datepicker-nav--action:hover {
  background-color: #F1EAE2;
}
.air-datepicker-nav--action:hover svg {
  fill: #DCDCDC;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: #F1EAE2;
  color: #DCDCDC;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #F1EAE2;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: #F1EAE2;
  color: #DCDCDC;
}
.air-datepicker-cell.-current- {
  border: 1px solid #282524;
  color: #282524;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #F1EAE2;
  background-color: #F1EAE2;
  color: #DCDCDC;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #282524;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #282524;
  color: #DCDCDC;
}
.air-datepicker-cell.-selected- {
  background: #282524;
  color: #DCDCDC;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #282524;
  color: #DCDCDC;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #282524 !important;
  color: #DCDCDC !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #282524;
  color: #DCDCDC;
}
.air-datepicker-cell.-range-from-:before, .air-datepicker-cell.-range-to-:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 21, 51, 0.3);
  width: 50%;
  z-index: -1;
}
.air-datepicker-cell.-range-from- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-:before {
  right: 0;
}
.air-datepicker-cell.-range-from-.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-.-range-to-:before {
  display: none;
}
.air-datepicker-cell.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-to-:before {
  left: 0;
}
.air-datepicker-cell.-in-range- {
  background-color: rgba(2, 21, 51, 0.3);
}
.air-datepicker-cell.-in-range-.-other-month- {
  background-color: rgba(2, 21, 51, 0.3) !important;
}
.air-datepicker-cell.-in-range-.-focus- {
  background-color: rgba(2, 21, 51, 0.5);
}
.air-datepicker-cell.-in-range-.-focus-.-current- {
  border-color: #282524;
  color: #DCDCDC;
}

.dropdown-btn {
  position: relative;
}
.dropdown-btn:after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-btn:hover:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown.active .dropdown-list {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
}
.dropdown.active .dropdown-item {
  left: 0;
  opacity: 1;
}
.dropdown-list {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  background-color: #282524;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .dropdown-list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
  }
}
.dropdown .dropdown-item {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-item {
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.dropdown .dropdown-link {
  padding: 8px 16px;
  display: block;
  color: #DCDCDC;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #282524;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #FFFFFF;
  background-color: #DCDCDC;
}

.header {
  padding: 14px 0;
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header a:not(.btn) {
  text-decoration: none;
  color: #282524;
  font-weight: 600;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-mobile {
  position: absolute;
  left: 0;
  top: calc(100% - 24px);
  height: calc(100vh - 110px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 24px 80px;
  border-radius: 0 16px 16px 0;
}
@media screen and (min-width: 1024px) {
  .header-mobile {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@media (max-width: 1400px) {
  .header-mobile {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    left: auto;
    right: 0;
    top: calc(100% - 12px);
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    border-radius: 48px 0 0 48px;
    min-width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    background-color: #FFFFFF;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
  }
}
.header-mobile__info_block.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__info_block.phone a {
  font-size: 26px;
}
.header-mobile__info_block.phone:after {
  content: url("../images/icon/whatsupp.png");
  margin-left: 4px;
}
@media screen and (min-width: 1024px) {
  .header-mobile__info_block {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header-mobile__info .contact-list li {
  font-size: 24px;
  font-weight: 600;
  color: #282524;
}
.header-mobile__info .contact-list li a {
  color: #282524;
}
.header-mobile__info .contact-list li a:hover {
  color: #998680;
}
@media screen and (min-width: 1024px) {
  .header-mobile__info_block.social {
    display: none;
  }
}
.header.active {
  top: 0 !important;
}
.header.active .header-mobile {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header.active .header-mobile {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (max-width: 1023px) {
  .header.active .header-mobile {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (min-width: 1024px) {
  .navbar-header:hover .header-mobile {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
    opacity: 1;
  }
}

.logo .logo__link {
  height: 100%;
  display: block;
}

.nav-toggle {
  width: 38px;
  height: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #282524;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
}
.nav-toggle .nav-toggle__link {
  display: block;
  background-color: #FFFFFF;
  height: 3px;
  border-radius: 3px;
  width: 100%;
  margin: 2px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle .nav-toggle__link:nth-child(1), .nav-toggle .nav-toggle__link:nth-child(3) {
  width: 80%;
}

@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 24px !important;
  }
}
.header .logo {
  margin: 0 10px;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    text-align: center;
  }
  .header .logo a {
    display: inline-block;
  }
  .header .logo img {
    max-width: 70px;
  }
}
.header .menu-list .menu-item {
  margin-bottom: 16px;
}
.header .menu-list .menu-item a {
  color: #282524;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding: 16px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list .menu-item a:hover {
  color: #998680;
  background-color: transparent;
  border-bottom-color: #998680;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item {
    margin-bottom: 0 !important;
  }
  .header .menu-list .menu-item a {
    padding: 14px 0;
    text-transform: uppercase;
    font-size: 14px;
  }
}
.header .menu-list .menu-item__sub .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item__sub .sub-menu {
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 16px;
    top: 100%;
    left: 0;
    position: absolute;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub .sub-menu {
    background: rgba(72, 75, 80, 0.4);
    padding: 0 16px;
  }
  .header .menu-list .menu-item__sub .sub-menu a {
    color: rgb(255, 255, 255);
  }
  .header .menu-list .menu-item__sub:hover .sub-menu {
    padding: 8px 16px;
  }
}
.header .menu-list .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.header .menu-list.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .menu-list.lang .lang-item {
  padding: 0 5px;
}
.header .menu-list.lang .lang-item:not(:first-child) {
  border-left: 3px solid #282524;
}
.header .menu-list.lang .lang-item a {
  font-weight: 600;
  text-transform: uppercase;
  color: #282524;
}
@media screen and (max-width: 1023px) {
  .header .menu-list.lang .lang-item a {
    font-size: 30px;
    font-weight: 800;
  }
}
.header .menu-list.lang .lang-item a:hover {
  color: #998680;
}
.header .menu-list.lang .lang-item.current-lang a {
  color: #998680;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .header .menu-list.lang .lang-item {
    margin-bottom: 0;
  }
  .header .menu-list.lang .lang-item a {
    font-size: 24px;
  }
}
.header-dropList {
  position: relative;
}
.header-dropList__icon {
  position: relative;
  padding-bottom: 15px;
  top: 7px;
}
.header-dropList__icon .icon {
  fill: #282524;
  display: block;
}
.header-dropList__container {
  position: absolute;
  left: -15px;
  min-width: 60px;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 16px;
  border-radius: 16px;
}
.header-dropList__container ul {
  list-style-type: none;
  margin: 0;
}
.header-dropList__container ul li {
  text-transform: uppercase;
}
.header-dropList:hover .header-dropList__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header-info {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-info__block {
  padding: 0 8px;
}
.header-info__block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4px;
}
.header-info__block_item {
  margin: 0 4px;
}
.header-info__block_item .icon {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .icon {
    width: 18px;
    height: 18px;
  }
}
.header #wishlist-total {
  position: relative;
}
.header #wishlist-total .count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #988580;
  color: #FFFFFF;
  font-weight: 300;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -2px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .header #wishlist-total .count {
    width: 14px;
    height: 14px;
  }
}
.header .mini-cart {
  position: static;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .mini-cart {
    margin-left: auto;
    margin-right: 0;
  }
}
.header .mini-cart .icon {
  fill: #282524;
}
.header .mini-cart .count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #988580;
  color: #FFFFFF;
  font-weight: 300;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -2px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .header .mini-cart .count {
    width: 14px;
    height: 14px;
  }
}
.header .social .icon {
  fill: #282524;
}
.header-search__container {
  position: relative;
}
.header-search__container .btn-search .icon {
  display: none;
}
.header-search__container .btn-search .icon.open {
  display: block;
}
.header-search__container .header-search {
  position: absolute;
  right: 100%;
  top: calc(50% - 28px);
  width: 512px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .header-search__container .header-search {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.header-search__container.active .icon.open {
  display: none;
}
.header-search__container.active .icon.close {
  display: block;
}
.header-search__container.active .header-search {
  opacity: 1;
  visibility: visible;
}
.header-search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  padding-left: 16px;
  background-color: #FFFFFF;
}
.header-search .input-group input {
  border: none;
  padding: 16px;
}
.header-search .input-group-btn {
  width: auto;
}
.header-search .input-group-btn .icon {
  display: block;
}
.header .language-menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .language-menu li {
  padding: 0 2px;
}
.header .language-menu li:not(:last-child) {
  border-right: 1px solid #282524;
}
.header .language-menu li.active .btn {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .header-order__logo, .header-order__info, .header-order__menu {
    max-width: 33.3334%;
    width: 100%;
  }
  .header-order__logo .logo img {
    margin: 0 auto;
  }
  .header-order__info {
    margin-left: auto;
  }
  .header-order__menu {
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-order__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
  }
  .header-order__info, .header-order__menu {
    width: 100%;
  }
  .header-order__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-order__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 60px;
    padding-left: 16px;
  }
}

.footer {
  margin-top: auto;
}
.footer a {
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-top {
  border-top: 1px solid #EEEEEE;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top .menu .footer-info,
.footer-top .info .footer-info {
    margin: 0 auto;
  }
}
.footer-top .contact-list ul li {
  text-transform: uppercase;
}
.footer-bottom {
  border-top: 1px solid #EEEEEE;
  padding: 30px 0;
  color: #988580;
}
.footer-bottom span {
  font-size: #988580;
}
.footer-bottom span a {
  color: #988580;
}
.footer-bottom span a:hover {
  color: #282524;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-bottom span {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .wysiwyg {
    font-size: 16px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-info .logo,
.footer-info .wysiwyg {
    margin-bottom: 10px;
  }
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 8px;
}
.footer-info .contact-list.email a {
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 12px 0;
  }
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer .soc-list {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .footer .soc-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .soc-list li a .icon {
  fill: #282524;
}
.footer .soc-list li a:hover .icon {
  fill: #EEEEEE;
}
.footer .soc-list__pay {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .footer .soc-list__pay {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer .soc-list__pay {
    margin-bottom: 4px;
  }
}
.footer .contact-list.addres .icon-item:before {
  background-image: url("../../assets/images/icon/footer-location.png");
}
.footer .contact-list.phone .icon-item:before {
  background-image: url("../../assets/images/icon/footer-phone.png");
}
.footer .contact-list.email .icon-item:before {
  background-image: url("../../assets/images/icon/footer-email.png");
}
@media screen and (max-width: 1023px) {
  .footer .contact-list ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer .subscribers {
    max-width: 480px;
  }
}

.popup {
  cursor: auto;
  padding: 30px;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  border-radius: 16px;
  background-color: #FFFFFF;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .popup {
    border-radius: 8px;
  }
}
.popup.popup-full {
  width: 100%;
  min-height: 100%;
}
.popup.popup-middle {
  width: 768px;
}
.popup.popup-tiny {
  width: 512px;
}
@media screen and (max-width: 1023px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(40, 37, 36, 0.4);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrap.active .popup {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 48px;
}
.popup-header .popup-remove {
  margin-left: auto;
  padding: 0;
  border: none;
}
.popup-header__title {
  margin-right: 24px;
}
.popup-header__title .title {
  color: #282524;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  padding: 24px 40px;
}
@media screen and (max-width: 1023px) {
  .popup-content {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 40px 32px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}
.popup-remove .icon {
  width: 24px;
  height: 24px;
  display: block;
  fill: #988580;
}
@media screen and (max-width: 1023px) {
  .popup-remove .icon {
    width: 16px;
    height: 16px;
  }
}
.popup-remove:hover {
  background-color: transparent;
}
.popup-remove:hover .icon {
  fill: #9E9E9E;
}

.popup-login .title {
  font-weight: 400 !important;
}
.popup-login .title span {
  color: #988580;
}

.modal-content {
  cursor: auto;
  padding: 30px;
  max-width: 850px;
  width: 100%;
  border-radius: 16px;
  background-color: #FFFFFF;
  z-index: 111;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .modal-content {
    border-radius: 8px;
    padding: 40px 32px 32px;
  }
}
.modal-content .modal-header {
  height: auto;
  padding: 0;
  border-bottom: 0;
}
.modal-content .modal-btn-close {
  position: absolute !important;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}
.modal-content .modal-btn-close .icon {
  width: 24px;
  height: 24px;
  display: block;
  fill: #988580;
}
.modal-content .modal-btn-close:hover {
  background-color: transparent;
}
.modal-content .modal-btn-close:hover .icon {
  fill: #9E9E9E;
}
@media screen and (max-width: 1023px) {
  .modal-content .modal-body {
    padding: 0;
  }
}
.modal-content .modal-title {
  font-weight: 400 !important;
}

.section {
  padding: 40px 0;
}
.section:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .section:first-child {
    padding-top: 40px;
  }
}
.section:last-of-type {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section:last-of-type {
    padding-bottom: 40px;
  }
}
.section-top-80 {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .section-top-80 {
    padding-top: 40px;
  }
}
.section-bottom-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section-bottom-80 {
    padding-bottom: 40px;
  }
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
.section-small {
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 20px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-gray {
  background-color: #9E9E9E;
}
.section.light-fon {
  color: #EEEEEE;
}
.section.light-fon h1, .section.light-fon h2, .section.light-fon h3, .section.light-fon h4, .section.light-fon h5, .section.light-fon h6 {
  color: #EEEEEE;
}
.section.light-fon h1 span, .section.light-fon h2 span, .section.light-fon h3 span, .section.light-fon h4 span, .section.light-fon h5 span, .section.light-fon h6 span {
  color: #EEEEEE;
}
.section.light-fon .btn-link {
  color: #DCDCDC;
}
.section.light-fon .btn-link .icon {
  fill: #DCDCDC;
}
.section.light-fon .btn-link:hover {
  color: #998680;
}
.section.light-fon .btn-link:hover .icon {
  fill: #998680;
}
.section.section-light {
  background-color: #DCDCDC;
}
.section.section-light h3, .section.section-light h4, .section.section-light h5, .section.section-light h6 {
  color: #282524;
}
.section.section-light .btn-link {
  color: #DCDCDC;
}
.section.section-light .btn-link .icon {
  fill: #DCDCDC;
}
.section .section-title {
  margin-bottom: 40px;
}
.section .section-title p {
  color: #988580;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .section .section-title {
    margin-bottom: 24px;
  }
}
.section .section-title__wysiwyg {
  margin-bottom: 16px;
}
.section .section-title .subtitle {
  text-transform: initial;
  color: #988580;
  margin-bottom: 16px;
  font-weight: 400 !important;
}
.section .section-title .title {
  margin-bottom: 0;
}
.section .section-title .section-description {
  margin-top: 8px;
}
.section .section-title__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.section-title__container {
  padding-bottom: 16px;
}
.section.section-title__container .section-title {
  margin-bottom: 0;
}

.light-fon {
  color: #FFFFFF;
}
.light-fon h1, .light-fon h2, .light-fon h3, .light-fon h4, .light-fon h5, .light-fon h6 {
  color: #FFFFFF;
}
.light-fon h1 span, .light-fon h2 span, .light-fon h3 span, .light-fon h4 span, .light-fon h5 span, .light-fon h6 span {
  color: #FFFFFF;
}

.menu {
  list-style-type: none;
  margin: 0;
}
.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu .menu-item {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
.menu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu .menu-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.menu .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #282524;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menu .menu-item a {
    font-size: 16px;
  }
}
.menu .menu-item a:hover {
  color: #998680;
}
.menu .menu-item__sub {
  position: relative;
}
.menu .menu-item__sub:before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-left: 2px solid #282524;
  border-bottom: 2px solid #282524;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -4px;
  top: 3px;
}
.menu .menu-item__sub .sub-menu {
  list-style-type: none;
  margin: 0;
}
.menu .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.pagination {
  margin: 20px -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  margin: 4px;
}
.pagination li .icon {
  width: 12px;
  height: 12px;
  fill: #9E9E9E;
}
.pagination li a,
.pagination li span {
  font-size: 18px;
  font-weight: 400;
  color: #9E9E9E;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
.pagination li a:hover,
.pagination li span:hover {
  color: #282524;
  background-color: transparent;
}
.pagination li a:hover .icon,
.pagination li span:hover .icon {
  fill: #282524;
}
.pagination li.active span {
  color: #282524;
  background-color: transparent;
  font-weight: 600;
}
.pagination li.active span:hover {
  color: #9E9E9E;
}

.sidebar {
  position: relative;
}
.sidebar-btn.btn {
  display: none;
  background-color: #282524;
  color: #EEEEEE;
  padding: 5px;
  border: none;
}
.sidebar-btn.btn:hover {
  background-color: #282524;
  color: #EEEEEE;
}
.sidebar-btn.btn:hover .icon {
  fill: #EEEEEE;
}
@media screen and (max-width: 1023px) {
  .sidebar-btn.btn {
    display: block;
    margin-bottom: 32px;
  }
}
.sidebar-btn.btn .icon {
  fill: #EEEEEE;
  display: block;
}
.sidebar-btn.btn-filter .btn-text {
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  text-transform: capitalize;
  font-size: 18px;
}
.sidebar-btn.btn-filter .btn-text:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  border-right: 1px solid #282524;
  border-top: 1px solid #282524;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sidebar-container {
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
  }
  .sidebar-container__block {
    width: 75%;
    height: 100vh;
    background-color: #EEEEEE;
    overflow-y: auto;
    padding: 16px 10px;
  }
}
.sidebar.active > .sidebar-btn {
  opacity: 0.5;
}
.sidebar.active .sidebar-container {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar.active .sidebar-container__block {
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
}
.sidebar .menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .menu-item__sub:before {
  display: none;
}
.sidebar .menu-item:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar .menu-item a {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #282524;
  text-transform: uppercase;
  padding: 8px 0;
}
@media screen and (max-width: 1023px) {
  .sidebar .menu-item a {
    font-size: 18px;
  }
}
.sidebar .menu-item a:hover {
  color: #988580;
}
.sidebar .menu-item a.active {
  color: #282524;
}
.sidebar .menu-item a.active a {
  border-bottom: 2px solid transparent;
  position: relative;
}
.sidebar .menu-item a.active a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #988580;
}
.sidebar .menu-item.active > a {
  color: #282524;
  border-bottom: 2px solid transparent;
  position: relative;
}
.sidebar .menu-item.active > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #988580;
}
.sidebar .menu-item__sub:before {
  top: 6px;
  width: 12px;
  height: 12px;
  right: 0;
}
.sidebar .menu-item__sub .sub-menu {
  overflow: hidden;
  padding: 10px 24px 0;
}
.sidebar .menu-item__sub .sub-menu .menu-item a {
  text-transform: initial;
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.sidebar .menu-item__sub.active:before {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.breadcrumb {
  padding: 24px 0 16px;
  background-color: transparent;
  margin: 0;
}
.breadcrumb li a {
  color: #9E9E9E;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #988580;
}
.breadcrumb li:last-child a {
  color: #282524;
}

.banner-section {
  padding: 150px 0;
}
.banner-section h1, .banner-section h2, .banner-section h3, .banner-section h4, .banner-section h5, .banner-section h6 {
  font-weight: 300;
}
.banner-section__fon {
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner-section__fon {
    background-image: var(--bg-image-mob);
  }
}

.image-block {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(20, 28, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(20, 28, 0, 0.25);
}
.image-block img {
  display: block;
  width: 100%;
}

.soc-list ul {
  list-style-type: none;
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.soc-list ul li {
  padding: 0 8px;
  margin-bottom: 0;
}
.soc-list ul li a {
  display: block;
}
.soc-list ul li img {
  display: block;
}

.main-banner_section {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-banner_section {
    background-position-x: right !important;
  }
}
.main-banner_section__home.section {
  padding: 0;
}
.main-banner_section__home .home-banner__image {
  margin-top: auto;
}
.main-banner_section__home .home-banner__image img {
  width: 100%;
  display: block;
}
.main-banner_section__home .main-banner_description {
  padding: 150px 0 40px;
  margin: auto 0;
}
.main-banner_section__home .main-banner_description p {
  font-weight: 300;
}
.main-banner_section__home .main-banner_description .btn {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .main-banner_section__home .main-banner_description .container {
    width: auto;
    max-width: initial;
    margin-left: calc(50vw - (100% - 60px) - 20px);
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main-banner_section__home .main-banner_description .container {
    margin-left: calc(50vw - (100% - 40px) - 20px);
  }
}
.main-banner_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner_description .section-title {
  margin-bottom: 16px;
}

.counter-list.row {
  margin: 0 -10px;
}
.counter-item {
  max-width: 50%;
  width: 100%;
}
.counter-item:nth-child(3n) {
  max-width: 100%;
}
.counter-item.col {
  padding: 0 10px;
}

.services-list {
  margin: 0 -10px;
}
.services-list .services-item {
  background-color: #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(20, 28, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(20, 28, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 12px;
  height: 100%;
}
.services-list .services-item__info {
  max-width: calc(100% - 75px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
}
.services-list .services-item__info .title {
  text-transform: inherit;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.services-list .services-item__icon {
  max-width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.services-list .services-item__icon .icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 80px;
  width: 100%;
  height: inherit;
  fill: #FFFFFF;
}
.services-list .services-item__col {
  padding: 0 10px;
}
.services-list .services-item:hover {
  background-color: #FFFFFF;
  color: #DCDCDC;
}
.services-list .services-item:hover .services-item__info .title {
  color: #DCDCDC;
}
.services-list .services-item:hover .services-item__icon .icon {
  fill: #DCDCDC;
}
@media screen and (max-width: 1023px) {
  .services-list .services-item {
    min-height: 180px;
  }
  .services-list .services-item__icon .icon {
    right: 0;
    width: 80px;
  }
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -10px;
}
.advantages-list__col {
  padding: 0 10px;
  max-width: 16.667%;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .advantages-list__col {
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .advantages-list__col {
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .advantages-list__col {
    max-width: 50%;
  }
}
.advantages-item__icon {
  margin-bottom: 24px;
}
.advantages-item__icon img {
  display: block;
  margin: 0 auto;
}
.advantages-item__info {
  text-align: center;
}
.advantages-item .title {
  margin-bottom: 0;
  font-size: 20px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .advantages-item .title {
    font-size: 14px;
  }
}

.news-section.light-fon .news-item__info .date {
  color: #EEEEEE;
}
.news-section.light-fon .news-item__title {
  color: #EEEEEE;
}
.news-section.light-fon .news-item__title a {
  color: #EEEEEE;
}
.news-list {
  margin: 0 -10px;
}
.news-col {
  padding: 0 10px;
}
.news-item {
  margin-bottom: 20px;
  position: relative;
  height: 100%;
}
.news-item__img {
  overflow: hidden;
}
.news-item__img img {
  width: 100%;
  display: block;
}
.news-item__img img:not(.no-img) {
  height: auto;
}
.news-item__info {
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .news-item__info {
    padding: 5px;
  }
}
.news-item__info .date {
  color: #282524;
}
.news-item__info > *:not(:last-child) {
  margin-bottom: 8px;
}
.news-item__title {
  margin-bottom: 0;
  color: #282524;
}
.news-item__title a {
  color: #282524;
}
.news-item.catalog-item .news-item__info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-item.catalog-item .news-item__title {
  color: #282524;
  margin-right: 0;
  text-transform: uppercase;
}
.news-item.product-item .news-item__title {
  font-weight: 600;
}
.news-item.product-item .news-item__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item.product-item .news-item__info .article {
  font-size: 16px;
  color: #FFFFFF;
}
.news-item.product-item .news-item__info .name {
  padding-right: 15px;
}
.news-item.product-item .news-item__info .price-block {
  font-size: 24px;
  font-weight: 800;
  text-transform: lowercase;
}
.news-item.product-item .news-item__description {
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-item.product-item .news-item__description .wysiwyg {
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 32px;
  margin-bottom: 6px;
}
.news-item.product-item .news-item__description:not(.open) .wysiwyg {
  -webkit-line-clamp: 2;
}
.news-item.product-item .news-item__description .description-open {
  border: none;
  background: none;
  color: #998680;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0;
  padding-right: 24px;
}
.news-item.product-item .news-item__description .description-open:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #998680;
  border-bottom: 2px solid #998680;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
}
.news-item.product-item .news-item__description .description-open.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 2px);
}
@media screen and (max-width: 1023px) {
  .news-aside {
    display: none;
  }
}
.news-aside .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .news-aside .title {
    margin-bottom: 16px;
  }
}
.news-description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .news-description {
    margin-bottom: 16px;
  }
}
.news-description img {
  width: 100%;
}
.news-section-detail .description .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .news-section-detail .description .title {
    margin-bottom: 16px;
  }
}
.news-detail__info ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.news-detail__info ul li {
  padding: 0 10px;
  margin-bottom: 0;
}

.sale-section {
  background-color: #282524;
  position: relative;
  padding: 15% 0;
}
.sale-section:before, .sale-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sale-section:before {
  background-position: center top;
  background-image: url("../images/sale-top.png");
  top: 0;
}
.sale-section:after {
  background-position: center bottom;
  background-image: url("../images/sale-bottom.png");
  bottom: 0;
}
.sale-item {
  min-height: 446px;
  z-index: 2;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
}
.sale-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  -webkit-box-shadow: 6px 0 6px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 6px 0 6px rgba(0, 0, 0, 0.25) inset;
  background-color: #282524;
  max-width: 75%;
  width: 100%;
}
.sale-item__info {
  height: 100%;
  max-width: 75%;
  padding: 17px;
  padding-right: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 579px) {
  .sale-item__info {
    max-width: 100%;
  }
}
.sale-item .wysiwyg h1, .sale-item .wysiwyg h2 {
  font-weight: 600;
}
.sale-item .wysiwyg h1, .sale-item .wysiwyg h2, .sale-item .wysiwyg h3, .sale-item .wysiwyg h4, .sale-item .wysiwyg h5, .sale-item .wysiwyg h6 {
  text-transform: inherit;
}
.sale-item .wysiwyg > * {
  margin-bottom: 16px;
}
.sale-list .sale-col:nth-child(even) .sale-item:before {
  background-color: #FFFFFF;
}
.sale-list .sale-col:nth-child(odd) .sale-item__info {
  color: #DCDCDC;
}

.price-list {
  counter-reset: my-awesome-counter;
}
.price-col {
  margin-bottom: 10px;
}
.price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  height: 100%;
  padding: 10px 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(20, 28, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(20, 28, 0, 0.25);
  background-color: #DCDCDC;
  border-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .price-item {
    padding: 10px 20px;
    min-height: 48px;
  }
}
.price-item .title {
  margin-right: 15px;
  text-transform: initial;
  margin-bottom: 0;
  counter-increment: my-awesome-counter;
  color: #282524;
}
.price-item .title:before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .price-item .title:before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 579px) {
  .price-item .title {
    word-break: break-word;
    max-width: 50%;
  }
}
.price-item .price-block {
  margin-left: 16px;
  text-align: right;
}
@media screen and (max-width: 579px) {
  .price-item .price-block {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    width: 100%;
  }
}

.price {
  text-transform: initial;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
  font-variant-numeric: lining-nums tabular-nums;
  color: #282524;
}

.advice-list {
  margin: 0 -10px;
}
.advice-col {
  padding: 0 10px;
}
.advice-item {
  height: 100%;
  padding: 30px 12px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(20, 28, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(20, 28, 0, 0.25);
  background-color: #DCDCDC;
  border-radius: 8px;
  margin-bottom: 20px;
}
.advice-item .title {
  margin-bottom: 8px;
}
.advice-item .price {
  margin-bottom: 14px;
  display: block;
}
.advice-item .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}

.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact-section {
    min-height: 600px;
  }
}
.contact-section-title {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 768px) {
  .contact-section.section-fon {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .contact-section.section-fon {
    padding-top: 400px;
    background-position: center top;
  }
}
.contact-form {
  margin: auto;
  color: #DCDCDC;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form textarea {
  border-bottom-color: #DCDCDC;
}
.contact-form .btn {
  display: block;
  margin: 0 auto;
}
.contact-form__success {
  display: none;
  text-align: center;
}
.contact-form.active .contact-form__form {
  display: none;
}
.contact-form.active .contact-form__success {
  display: block;
}
.contact-list:not(:last-child) {
  margin-bottom: 24px;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-list ul li {
    font-size: 16px;
  }
}
.contact-list ul li:last-child {
  margin-bottom: 0;
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list ul li.icon-item:before {
    margin-right: 10px;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../../assets/images/icon/phone.png");
}
.contact-list.email li a {
  word-break: break-all;
}
.contact-list.email .icon-item:before {
  background-image: url("../../assets/images/icon/email.png");
}
.contact-list.addres .icon-item:before {
  background-image: url("../../assets/images/icon/location.png");
}
.contact-list.work .icon-item:before {
  background-image: url("../../assets/images/icon/time.png");
}
.contact-form-block-form {
  text-align: center;
}
.contact-maps-section {
  padding: 0;
}
.contact-maps-section .maps iframe {
  width: 100%;
  height: 575px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .contact-maps-section .maps iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact-maps-section .maps iframe {
    height: 230px;
  }
}
.contact-info-list .contact-list:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact-info-list .contact-list:not(:last-child) {
    margin-bottom: 16px;
  }
}
.contact-info-list .contact-list ul li {
  padding-left: 26px;
  font-size: 18px;
  font-weight: 300;
  color: #282524;
}
@media screen and (max-width: 767px) {
  .contact-info-list .contact-list ul li {
    font-size: 16px;
  }
}
.contact-info-list .contact-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-info-list .contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info-list .contact-list ul li.icon-item:before {
  content: "";
  width: 22px;
  height: 22px;
}
.contact-info-list .contact-list ul li a {
  color: #282524;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info-list .contact-list ul li a:hover {
  color: #998680;
}
.contact-info-list .soc-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-info-list .soc-list {
    margin-top: 24px;
  }
}
.contact-info-list .soc-list a .icon {
  fill: #282524;
}
.contact-info-list .soc-list a:hover .icon {
  fill: #998680;
}
.contact-info__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .contact-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
  }
}
.contact-info__list .contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
@media screen and (max-width: 1023px) {
  .contact-info__list .contact-info__item {
    padding: 0;
    margin-bottom: 0;
  }
  .contact-info__list .contact-info__item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.contact-info__list .contact-info__item a {
  font-weight: 300;
  color: #282524 !important;
}
.contact-info__list .contact-info__item a:hover {
  color: #988580 !important;
}
.contact-info__list .contact-info__item .icon {
  fill: #988580;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .contact-info__list .contact-info__item .icon {
    width: 16px;
    height: 16px;
  }
}

.page-description__section {
  background-color: #DCDCDC;
}
.page-description__section .page-description__block.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .page-description__section .page-description__block.section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .team-section .container {
    max-width: 80%;
  }
}
.team-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(20, 28, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(20, 28, 0, 0.25);
}
.team-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FFF 100%);
  z-index: 1;
}
.team-item img {
  width: 100%;
  display: block;
}
.team-item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}
.team-item__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.team-item__info .title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .team-item__info .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .team-item__info {
    padding: 10px 9px;
  }
  .team-item__info > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

.work-list {
  counter-reset: my-awesome-counter;
}
.work-item {
  margin-bottom: 24px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.work-item__image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.work-item__col {
  max-width: 20%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .work-item__col {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .work-item__col {
    max-width: 50%;
  }
}
@media screen and (max-width: 579px) {
  .work-item__col {
    max-width: 100%;
  }
}
.work-item__info .title {
  margin-bottom: 8px;
}
.work-banner {
  margin-top: 40px;
}
.work-banner img {
  width: 100%;
}

.follow-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  grid-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .follow-list {
    grid-gap: 8px;
  }
}
.follow-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.follow-item a {
  display: block;
  position: relative;
}
.follow-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(40, 37, 33, 0.37);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.follow-item a:hover:before {
  opacity: 1;
  visibility: visible;
}
.follow-item img {
  display: block;
  width: 100%;
  height: 100%;
}

#information-information p,
.product-info-description .wysiwyg p,
.product-accordion-description p {
  color: #282524 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  text-transform: initial !important;
}
@media screen and (max-width: 1023px) {
  #information-information p,
.product-info-description .wysiwyg p,
.product-accordion-description p {
    font-size: 14px !important;
  }
}
#information-information p > *,
.product-info-description .wysiwyg p > *,
.product-accordion-description p > * {
  color: #282524 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  text-transform: initial !important;
}
@media screen and (max-width: 1023px) {
  #information-information p > *,
.product-info-description .wysiwyg p > *,
.product-accordion-description p > * {
    font-size: 14px !important;
  }
}
#information-information h1, #information-information h2, #information-information h3, #information-information h4, #information-information h5, #information-information h6,
.product-info-description .wysiwyg h1,
.product-info-description .wysiwyg h2,
.product-info-description .wysiwyg h3,
.product-info-description .wysiwyg h4,
.product-info-description .wysiwyg h5,
.product-info-description .wysiwyg h6,
.product-accordion-description h1,
.product-accordion-description h2,
.product-accordion-description h3,
.product-accordion-description h4,
.product-accordion-description h5,
.product-accordion-description h6 {
  color: #282524 !important;
  margin: 0 0 16px !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}
#information-information h1 > *, #information-information h2 > *, #information-information h3 > *, #information-information h4 > *, #information-information h5 > *, #information-information h6 > *,
.product-info-description .wysiwyg h1 > *,
.product-info-description .wysiwyg h2 > *,
.product-info-description .wysiwyg h3 > *,
.product-info-description .wysiwyg h4 > *,
.product-info-description .wysiwyg h5 > *,
.product-info-description .wysiwyg h6 > *,
.product-accordion-description h1 > *,
.product-accordion-description h2 > *,
.product-accordion-description h3 > *,
.product-accordion-description h4 > *,
.product-accordion-description h5 > *,
.product-accordion-description h6 > * {
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: initial !important;
}
#information-information h1 span, #information-information h2 span, #information-information h3 span, #information-information h4 span, #information-information h5 span, #information-information h6 span,
.product-info-description .wysiwyg h1 span,
.product-info-description .wysiwyg h2 span,
.product-info-description .wysiwyg h3 span,
.product-info-description .wysiwyg h4 span,
.product-info-description .wysiwyg h5 span,
.product-info-description .wysiwyg h6 span,
.product-accordion-description h1 span,
.product-accordion-description h2 span,
.product-accordion-description h3 span,
.product-accordion-description h4 span,
.product-accordion-description h5 span,
.product-accordion-description h6 span {
  color: #282524 !important;
}
@media screen and (max-width: 767px) {
  #information-information h1, #information-information h2, #information-information h3, #information-information h4, #information-information h5, #information-information h6,
.product-info-description .wysiwyg h1,
.product-info-description .wysiwyg h2,
.product-info-description .wysiwyg h3,
.product-info-description .wysiwyg h4,
.product-info-description .wysiwyg h5,
.product-info-description .wysiwyg h6,
.product-accordion-description h1,
.product-accordion-description h2,
.product-accordion-description h3,
.product-accordion-description h4,
.product-accordion-description h5,
.product-accordion-description h6 {
    margin: 0 0 12px !important;
  }
}
#information-information h1,
#information-information .h1,
.product-info-description .wysiwyg h1,
.product-info-description .wysiwyg .h1,
.product-accordion-description h1,
.product-accordion-description .h1 {
  font-size: 80px !important;
}
@media (max-width: 1400px) {
  #information-information h1,
#information-information .h1,
.product-info-description .wysiwyg h1,
.product-info-description .wysiwyg .h1,
.product-accordion-description h1,
.product-accordion-description .h1 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 1023px) {
  #information-information h1,
#information-information .h1,
.product-info-description .wysiwyg h1,
.product-info-description .wysiwyg .h1,
.product-accordion-description h1,
.product-accordion-description .h1 {
    font-size: 36px !important;
  }
}
#information-information h2,
#information-information .h2,
.product-info-description .wysiwyg h2,
.product-info-description .wysiwyg .h2,
.product-accordion-description h2,
.product-accordion-description .h2 {
  font-size: 40px !important;
}
@media (max-width: 1400px) {
  #information-information h2,
#information-information .h2,
.product-info-description .wysiwyg h2,
.product-info-description .wysiwyg .h2,
.product-accordion-description h2,
.product-accordion-description .h2 {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 1023px) {
  #information-information h2,
#information-information .h2,
.product-info-description .wysiwyg h2,
.product-info-description .wysiwyg .h2,
.product-accordion-description h2,
.product-accordion-description .h2 {
    font-size: 24px !important;
  }
}
#information-information h3,
#information-information .h3,
.product-info-description .wysiwyg h3,
.product-info-description .wysiwyg .h3,
.product-accordion-description h3,
.product-accordion-description .h3 {
  font-size: 32px !important;
}
@media screen and (max-width: 1023px) {
  #information-information h3,
#information-information .h3,
.product-info-description .wysiwyg h3,
.product-info-description .wysiwyg .h3,
.product-accordion-description h3,
.product-accordion-description .h3 {
    font-size: 22px !important;
  }
}
#information-information h4,
#information-information .h4,
.product-info-description .wysiwyg h4,
.product-info-description .wysiwyg .h4,
.product-accordion-description h4,
.product-accordion-description .h4 {
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  #information-information h4,
#information-information .h4,
.product-info-description .wysiwyg h4,
.product-info-description .wysiwyg .h4,
.product-accordion-description h4,
.product-accordion-description .h4 {
    font-size: 18px !important;
  }
}
#information-information h5,
#information-information .h5,
.product-info-description .wysiwyg h5,
.product-info-description .wysiwyg .h5,
.product-accordion-description h5,
.product-accordion-description .h5 {
  font-size: 22px !important;
}
@media screen and (max-width: 1023px) {
  #information-information h5,
#information-information .h5,
.product-info-description .wysiwyg h5,
.product-info-description .wysiwyg .h5,
.product-accordion-description h5,
.product-accordion-description .h5 {
    font-size: 16px !important;
  }
}
#information-information h6,
#information-information .h6,
.product-info-description .wysiwyg h6,
.product-info-description .wysiwyg .h6,
.product-accordion-description h6,
.product-accordion-description .h6 {
  font-size: 18px !important;
}
@media screen and (max-width: 1023px) {
  #information-information h6,
#information-information .h6,
.product-info-description .wysiwyg h6,
.product-info-description .wysiwyg .h6,
.product-accordion-description h6,
.product-accordion-description .h6 {
    font-size: 14px !important;
  }
}
#information-information h1 a,
#information-information h2 a,
#information-information h3 a,
#information-information h4 a,
#information-information h5 a,
#information-information h6 a,
.product-info-description .wysiwyg h1 a,
.product-info-description .wysiwyg h2 a,
.product-info-description .wysiwyg h3 a,
.product-info-description .wysiwyg h4 a,
.product-info-description .wysiwyg h5 a,
.product-info-description .wysiwyg h6 a,
.product-accordion-description h1 a,
.product-accordion-description h2 a,
.product-accordion-description h3 a,
.product-accordion-description h4 a,
.product-accordion-description h5 a,
.product-accordion-description h6 a {
  text-decoration: none !important;
  color: #282524 !important;
}
#information-information h1 a:hover,
#information-information h2 a:hover,
#information-information h3 a:hover,
#information-information h4 a:hover,
#information-information h5 a:hover,
#information-information h6 a:hover,
.product-info-description .wysiwyg h1 a:hover,
.product-info-description .wysiwyg h2 a:hover,
.product-info-description .wysiwyg h3 a:hover,
.product-info-description .wysiwyg h4 a:hover,
.product-info-description .wysiwyg h5 a:hover,
.product-info-description .wysiwyg h6 a:hover,
.product-accordion-description h1 a:hover,
.product-accordion-description h2 a:hover,
.product-accordion-description h3 a:hover,
.product-accordion-description h4 a:hover,
.product-accordion-description h5 a:hover,
.product-accordion-description h6 a:hover {
  color: #998680 !important;
}
#information-information strong,
#information-information b,
#information-information .bold,
.product-info-description .wysiwyg strong,
.product-info-description .wysiwyg b,
.product-info-description .wysiwyg .bold,
.product-accordion-description strong,
.product-accordion-description b,
.product-accordion-description .bold {
  color: #282524 !important;
  font-weight: 600 !important;
}
#information-information a,
.product-info-description .wysiwyg a,
.product-accordion-description a {
  color: #998680 !important;
  font-weight: 600 !important;
}
#information-information a:hover,
.product-info-description .wysiwyg a:hover,
.product-accordion-description a:hover {
  text-decoration: none !important;
  color: #282524 !important;
}
#information-information ul, #information-information p, #information-information ol,
.product-info-description .wysiwyg ul,
.product-info-description .wysiwyg p,
.product-info-description .wysiwyg ol,
.product-accordion-description ul,
.product-accordion-description p,
.product-accordion-description ol {
  padding: 0 !important;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  #information-information ul, #information-information p, #information-information ol,
.product-info-description .wysiwyg ul,
.product-info-description .wysiwyg p,
.product-info-description .wysiwyg ol,
.product-accordion-description ul,
.product-accordion-description p,
.product-accordion-description ol {
    margin-bottom: 12px !important;
  }
}
#information-information ul:last-child, #information-information p:last-child, #information-information ol:last-child,
.product-info-description .wysiwyg ul:last-child,
.product-info-description .wysiwyg p:last-child,
.product-info-description .wysiwyg ol:last-child,
.product-accordion-description ul:last-child,
.product-accordion-description p:last-child,
.product-accordion-description ol:last-child {
  margin-bottom: 0;
}
#information-information p:empty,
.product-info-description .wysiwyg p:empty,
.product-accordion-description p:empty {
  display: none !important;
}
#information-information ul,
#information-information ol,
.product-info-description .wysiwyg ul,
.product-info-description .wysiwyg ol,
.product-accordion-description ul,
.product-accordion-description ol {
  margin-left: 24px !important;
}
#information-information ul ul, #information-information ul ol,
#information-information ol ul,
#information-information ol ol,
.product-info-description .wysiwyg ul ul,
.product-info-description .wysiwyg ul ol,
.product-info-description .wysiwyg ol ul,
.product-info-description .wysiwyg ol ol,
.product-accordion-description ul ul,
.product-accordion-description ul ol,
.product-accordion-description ol ul,
.product-accordion-description ol ol {
  margin: 8px 0 8px 24px !important;
}
#information-information ul li,
#information-information ol li,
.product-info-description .wysiwyg ul li,
.product-info-description .wysiwyg ol li,
.product-accordion-description ul li,
.product-accordion-description ol li {
  margin: 0 0 8px !important;
}

.reviews-list {
  margin-bottom: 80px;
}
.reviews-list .reviews-item:not(:last-child) {
  margin-bottom: 40px;
}
.reviews-item {
  background-color: #F1EAE2;
  padding: 24px;
  border-radius: 8px;
  font-weight: 400;
}
.reviews-item .title {
  text-transform: initial;
}
.reviews-item .date {
  font-weight: 300;
}
.reviews-container .stars-list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.reviews-container .reviews-row {
  margin: 0 -8px;
}
.reviews-container .reviews-row .col {
  padding: 0 8px;
}

.mini-cart__btn {
  position: relative;
}
.mini-cart__btn .total {
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #DCDCDC;
  font-variant-numeric: lining-nums tabular-nums;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.mini-cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.mini-cart__title .title {
  margin-bottom: 0;
}
.mini-cart__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: 10;
}
.mini-cart__container:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(40, 37, 36, 0.4);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.mini-cart__container_block {
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 24px 0;
  max-height: 100vh;
  height: 100%;
  max-width: 650px;
  width: 0;
  overflow-y: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mini-cart__container .checkout-table__container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mini-cart__container .checkout-table__container .checkout-table__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mini-cart__container .checkout-table__container .checkout-table__image {
    width: 88px;
  }
  .mini-cart__container .checkout-table__container .checkout-table__info {
    max-width: calc(100% - 88px);
    padding-left: 16px;
  }
}
.mini-cart__container .checkout-table__container .quantity-container .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-cart__container .checkout-table__container .quantity-container .quantity .btn {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  min-width: 58px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mini-cart__container .checkout-table__container .quantity-container .quantity .btn {
    min-width: 50px;
    height: 55px;
  }
}
.mini-cart__container .checkout-table__container .quantity-container .quantity .btn .fa {
  display: none;
}
.mini-cart__container .checkout-table__container .quantity-container .quantity .btn:hover, .mini-cart__container .checkout-table__container .quantity-container .quantity .btn:active {
  color: #DCDCDC;
  background-color: #282524;
}
.mini-cart__container .checkout-table__container .quantity-container .quantity input[type=text] {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  max-width: 58px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px !important;
  border: 1px solid #9E9E9E;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .mini-cart__container .checkout-table__container .quantity-container .quantity input[type=text] {
    min-width: 50px;
    height: 55px;
  }
}
.mini-cart__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.mini-cart__empty {
  text-align: center;
  margin: auto 0;
  font-weight: 300;
}
.mini-cart.active .mini-cart__container {
  width: 100%;
}
.mini-cart.active .mini-cart__container_block {
  width: 100%;
  padding: 24px;
}

.certificate-section {
  padding-top: 0 !important;
}
.certificate-description {
  padding: 120px 0;
  color: #DCDCDC;
  min-height: 575px;
}
@media screen and (min-width: 768px) {
  .certificate-description__fon {
    background-position-x: 100%;
  }
}
@media screen and (max-width: 767px) {
  .certificate-description__fon {
    background-position-y: 100%;
  }
}
.certificate-description .container {
  margin-left: calc(50vw - 840px - 8px);
  margin-right: 0;
  width: auto;
}
@media (max-width: 1700px) {
  .certificate-description .container {
    margin-left: calc(50vw - 710px - 8px);
  }
}
@media (max-width: 1520px) {
  .certificate-description .container {
    margin-left: calc(50vw - 590px - 8px);
  }
}
@media (max-width: 1200px) {
  .certificate-description .container {
    margin-left: calc(50vw - 502px - 8px);
  }
}
@media screen and (max-width: 1023px) {
  .certificate-description .container {
    margin-left: calc(50vw - 380px - 8px);
  }
}
@media screen and (max-width: 767px) {
  .certificate-description .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.certificate-description .section-title .title {
  color: #282524;
}
.certificate-description .section-title .title.title-fon-icon span {
  color: #282524;
}
.certificate-description .btn-link {
  color: #DCDCDC;
}
.certificate-description .btn-link .icon {
  fill: #DCDCDC;
}
.certificate-banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .certificate-banner__fon {
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  .certificate-banner {
    display: none;
  }
}

/*product*/
.category-list__home {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  grid-gap: 40px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .category-list__home {
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-list__home .category-item {
  width: 100%;
}
.category-list__home .category-item__btn .btn-link {
  color: #282524;
}
.category-list__home .category-item__btn .btn-link .icon {
  fill: #282524;
  width: 64px;
  height: 48px;
}
.category-list__home .category-item__btn .btn-link:hover {
  color: #282524;
}
.category-list__home .category-item__btn .btn-link:hover .icon {
  fill: #282524;
}
.category-list__home .category-item__btn .btn-link:active {
  color: #282524;
}
.category-list__home .category-item__btn .btn-link:active .icon {
  fill: #282524;
}
@media screen and (max-width: 1023px) {
  .category-list__home .category-item__btn .btn-link {
    height: auto;
    padding: 24px;
  }
}
.category-list__home .category-link {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 600px;
  margin: 0;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
}
.category-list__home .category-link:before {
  content: "";
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-list__home .category-link:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .category-list__home .category-link {
    height: 200px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .category-list__home .category-col__home:nth-child(11n+1) {
    grid-column: span 6;
  }
  .category-list__home .category-col__home:nth-child(11n+2), .category-list__home .category-col__home:nth-child(11n+3), .category-list__home .category-col__home:nth-child(11n+4), .category-list__home .category-col__home:nth-child(11n+7), .category-list__home .category-col__home:nth-child(11n+8), .category-list__home .category-col__home:nth-child(11n+9) {
    grid-column: span 2;
  }
  .category-list__home .category-col__home:nth-child(11n+5), .category-list__home .category-col__home:nth-child(11n+6), .category-list__home .category-col__home:nth-child(11n+11), .category-list__home .category-col__home:nth-child(11n+10) {
    grid-column: span 3;
  }
}
@media screen and (max-width: 1023px) {
  .category-list__home .category-col__home:nth-child(8n+1), .category-list__home .category-col__home:nth-child(8n+4) {
    grid-column: span 2;
  }
}

@media screen and (min-width: 768px) {
  .ocf-header {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .ocf-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ocf-header-btn .ocf-btn {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}
.ocf-header-btn .ocf-btn:disabled {
  color: #777;
}
.ocf-header-btn .ocf-btn-cancel {
  font-weight: 600;
}
.ocf-header-btn .ocf-btn-cancel.btn-icon .icon {
  background-image: url("../image/filter.png");
  width: 14px;
  height: 14px;
  display: block;
}
.ocf-header-btn .ocf-btn-cancel.btn-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ocf-header-btn .ocf-btn-search {
  padding: 10px 30px;
  color: #ffffff;
  background-color: #202631;
  border: 1px solid #202631;
}
.ocf-header-btn .ocf-btn-search:hover:not(:disabled) {
  background-color: #ffffff;
  color: #202631;
}
.ocf-header-btn .ocf-btn-search:disabled {
  color: #ffffff;
  background-color: #777;
  border-color: #777;
}
.ocf-footer-between {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ocf-footer-between .ocf-btn {
  margin-right: 0;
}
.ocf-footer-btn {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}
.ocf-footer-btn:disabled {
  color: #777;
}
.ocf-footer-btn-cancel {
  font-weight: 600;
}
.ocf-footer-btn-cancel.btn-icon .icon {
  background-image: url("../image/filter.png");
  width: 14px;
  height: 14px;
  display: block;
}
.ocf-footer-btn-cancel.btn-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ocf-footer-btn-search {
  padding: 10px 30px;
  color: #ffffff;
  background-color: #202631;
  border: 1px solid #202631;
}
.ocf-footer-btn-search:hover:not(:disabled) {
  background-color: #ffffff;
  color: #202631;
}
.ocf-footer-btn-search:disabled {
  color: #ffffff;
  background-color: #777;
  border-color: #777;
}
.ocf-body {
  display: block;
}
.ocf-filter__block {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ocf-filter.ocf-active {
    background-color: #988580 !important;
  }
  .ocf-filter.ocf-active .ocf-filter-name {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .ocf-filter-body {
    margin-bottom: 31px;
  }
}
.ocf-filter-header {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #282524;
}
@media screen and (min-width: 768px) {
  .ocf-filter-header {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}
.ocf-filter-header .ocf-active-label {
  display: none !important;
}
.ocf-filter-header .ocf-filter-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #282524;
  text-transform: initial;
  display: block !important;
}
.ocf-filter-header .ocf-angle {
  background-image: url("../../assets/images/icon/arrow-up.svg");
}
.ocf-filter-header-append {
  display: none;
}
.ocf-scroll-y {
  max-height: inherit !important;
}
@media screen and (min-width: 1024px) {
  .ocf-open .ocf-filter-header {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 1023px) {
  .ocf-open .ocf-filter-header {
    background-color: #9E9E9E !important;
  }
}
@media screen and (min-width: 768px) {
  .ocf-value-list {
    position: static !important;
    min-width: auto !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
    padding-top: 8px !important;
    margin-top: 0 !important;
  }
}
.ocf-value-list .ocf-input-group-addon {
  display: none;
}
.ocf-value-list .ocf-btn-show-values {
  color: #282524;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ocf-value-list .ocf-btn-show-values:hover {
  text-decoration: none;
}
.ocf-value-list .ocf-btn-show-values .ocf-icon {
  display: none;
}
.ocf-value-list .ocf-collapse-value .ocf-value-list {
  border-top: none !important;
  padding: 0 !important;
}
.ocf-value-list .ocf-collapse-value .ocf-value-list-body {
  padding-top: 6px;
}
@media screen and (max-width: 1023px) {
  .ocf-value-list-body {
    padding: 16px;
  }
}
.ocf-value-list-body .ocf-value-input-checkbox, .ocf-value-list-body .ocf-value-input-radio {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.ocf-value-list-body .ocf-value-input-checkbox:before, .ocf-value-list-body .ocf-value-input-radio:before {
  border-color: #282524 !important;
}
.ocf-value-list-body .ocf-value-input-checkbox:after, .ocf-value-list-body .ocf-value-input-radio:after {
  -webkit-filter: none !important;
          filter: none !important;
}
.ocf-value-list-body .ocf-value-input-checkbox:before {
  border-radius: 4px !important;
}
.ocf-value-list-body .ocf-value-input-checkbox:after {
  border-radius: 4px !important;
  background-size: 12px !important;
}
.ocf-value-list-body .ocf-value-input-radio:after {
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  border-radius: 50% !important;
}
.ocf-value-list-body .ocf-value:not(.ocf-disabled):active .ocf-value-input-checkbox:before, .ocf-value-list-body .ocf-value:not(.ocf-disabled):active .ocf-value-input-radio:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(176, 186, 191, 0.4);
}
.ocf-value-list-body .ocf-value.ocf-selected .ocf-value-input-checkbox:after {
  background-color: #282524;
}
.ocf-value-list-body .ocf-value.ocf-selected .ocf-value-input-radio:before {
  background-color: #FFFFFF !important;
}
.ocf-value-list-body .ocf-value.ocf-selected .ocf-value-input-radio:after {
  background-image: none;
  background-color: #282524;
}
.ocf-value-list-body .ocf-value-name {
  margin-top: 4px;
  color: #282524;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.ocf-value-list .ocf-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .ocf-value-list .ocf-input-group {
    margin: 0 -6px;
  }
}
.ocf-value-list .ocf-form-control {
  background-color: transparent;
  border: 1px solid #EEEEEE;
  border-radius: 8px !important;
  font-size: 18px !important;
  line-height: 1.2;
  padding: 18px 14px;
  color: #282524;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  height: auto;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .ocf-value-list .ocf-form-control {
    font-size: 12px !important;
  }
}
.ocf-value-scale .ocf-noUi-pips {
  padding-top: 8px;
  height: 0;
}
.ocf-value-scale .ocf-noUi-marker,
.ocf-value-scale .ocf-noUi-value {
  display: none;
}
.ocf-value-scale .ocf-noUi-marker:first-child + .ocf-noUi-value,
.ocf-value-scale .ocf-noUi-value:last-child {
  display: none;
}
.ocf-value-scale .ocf-noUi-value {
  color: #BDBDBD;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: -5.8;
  font-weight: 600;
  margin-top: 0;
}
.ocf-value-slider .ocf-noUi-handle {
  border: none;
  background-color: #282524;
}
.ocf-value-slider .ocf-noUi-connect:before {
  background-color: #282524;
}
.ocf-btn-mobile-static {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.ocf-dropdown .ocf-filter-body > .ocf-value-list {
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  body.ocf-overflow-hidden {
    overflow: auto !important;
  }
  body.ocf-overflow-hidden .btn-filter .btn-text:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 12px;
  }
  body.ocf-overflow-hidden .catalog-filter__block {
    width: 80%;
  }
  body.ocf-overflow-hidden .catalog-filter__container aside {
    width: 20% !important;
    opacity: 1;
    visibility: visible;
    padding-right: 40px;
  }
}

.catalog-filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-filter__group .jcf-select,
.catalog-filter__group select {
  border: none;
}
.catalog-filter__group .jcf-select .jcf-select-text,
.catalog-filter__group select .jcf-select-text {
  padding: 0;
  padding-left: 24px;
}
.catalog-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.catalog-filter__container aside {
  width: 0 !important;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-filter {
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #282524;
}
.btn-filter span {
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  text-transform: capitalize;
  font-size: 18px;
}
.btn-filter .icon {
  fill: #282524;
  margin-right: 8px;
}
.btn-filter:hover {
  color: #988580;
}
.btn-filter:hover .icon {
  fill: #988580;
}

@media screen and (min-width: 1024px) {
  .product-container {
    max-width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-container {
    max-width: calc(100% - 280px);
  }
}
@media screen and (min-width: 1024px) {
  .product-rows {
    margin: 0 -60px;
  }
  .product-rows > .col {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .product-rows {
    margin: 0 -30px;
  }
  .product-rows > .col {
    padding: 0 30px;
  }
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.product-col {
  margin-bottom: 24px;
}
.product-tags {
  position: absolute;
  padding: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .product-tags {
    padding: 8px;
  }
}
.product-tags__item {
  background-color: #FFFFFF;
  color: #988580;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .product-tags__item {
    font-size: 12px;
    border-radius: 4px;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 419px) {
  .product-tags__item {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.product-tags__item:not(:last-child) {
  margin-bottom: 8px;
}
.product-tags__item.new {
  background-color: #998680;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .product-item.big-col .product-tags__item {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-item.big-col .product-item__image .button-group .btn-icon {
    padding: 12px;
  }
  .product-item.big-col .product-item__image .button-group .btn-icon .icon {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .product-item .slider-nav-btn-next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .product-item .slider-nav-btn-prev {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .product-item:hover .button-group .btn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .product-item:hover .slider-nav-btn-next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .product-item:hover .slider-nav-btn-prev {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.product-item__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.product-item__image img {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .product-item__image img {
    border-radius: 8px;
  }
}
.product-item__image .button-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .product-item__image .button-group {
    padding: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .product-item__image .button-group .btn {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
.product-item__image .button-group .btn:not(:last-child) {
  margin-bottom: 8px;
}
.product-item__image .button-group .btn-icon {
  position: relative;
  border-radius: 50%;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .product-item__image .button-group .btn-icon {
    padding: 6px;
  }
  .product-item__image .button-group .btn-icon .icon {
    width: 12px;
    height: 12px;
  }
}
.product-item__image .button-group .btn-icon .btn-text {
  position: absolute;
  right: calc(100% + 16px);
  border-radius: 8px;
  background-color: #EEEEEE;
  font-size: 18px;
  font-weight: 300;
  display: block;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: initial;
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #282524;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
@media screen and (max-width: 1023px) {
  .product-item__image .button-group .btn-icon .btn-text {
    padding: 6px 12px;
    right: calc(100% + 10px);
    font-size: 14px;
    top: -3px;
  }
}
.product-item__image .button-group .btn-icon:hover .btn-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.product-item__info > *:not(:last-child) {
  margin-bottom: 4px;
}
.product-item__info .price {
  color: #988580;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.product-item__info .price .price-new {
  font-size: 18px;
  color: #988580;
}
.product-item__info .price .price-old {
  font-size: 16px;
  text-decoration: line-through;
  padding-left: 4px;
  color: #9E9E9E;
}
.product-item__info h4 a {
  font-weight: 400 !important;
}
.products-slider {
  overflow-x: initial !important;
}
@media screen and (max-width: 1023px) {
  .products-slider {
    padding-right: 20%;
  }
}
.product-cart-slider img {
  width: 100%;
  display: block;
}
.product-cart-slider#product-cart-slider-small {
  padding-right: 10%;
}
.product-cart-slider#product-cart-slider-small .slider-item__img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-cart-slider#product-cart-slider-small .slider-item__img.swiper-slide-thumb-active {
  border: 3px solid #988580;
}
.product-cart__image {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .product-cart__image {
    margin-bottom: 24px;
  }
}
.product-cart__image .row {
  margin: 0 -4px;
}
.product-cart__image .col {
  padding: 0 4px;
}
.product-cart__image .thumbnails {
  padding: 0;
  border: none;
  border-radius: 16px;
}
.product-cart__image .thumbnail {
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}
.product-cart__info > * {
  margin-bottom: 32px;
}
.product-cart__info .product-title {
  font-weight: 400 !important;
  margin-bottom: 8px;
}
.product-cart__info .product-info__title {
  color: #282524;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 16px;
}
.product-cart__info .product-info-description .wysiwyg {
  line-height: 1.4;
}
.product-cart__info .size-link {
  margin-left: 24px;
  color: #282524;
  border-bottom: 1px solid #282524;
  white-space: nowrap;
}
.product-cart__info .size-link:hover {
  color: #998680;
  border-bottom-color: #998680;
}
.product-cart__info .size-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-cart__info .form-group {
  border: none;
  padding: 0;
}
.product-cart__info .form-group:not(:last-child) {
  margin-bottom: 32px;
}
.product-cart__info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #988580;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
}
.product-cart__info .price .price-new {
  padding-left: 8px;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .price .price-new {
    font-size: 22px;
  }
}
.product-cart__info .price .price-old {
  text-decoration: line-through;
  padding-left: 8px;
  font-size: 32px;
  color: #9E9E9E;
  -webkit-text-decoration-color: #9E9E9E;
          text-decoration-color: #9E9E9E;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .price .price-old {
    font-size: 22px;
  }
}
.product-cart__info .brn-reviews {
  color: #9E9E9E;
  text-transform: lowercase;
}
.product-cart__info .brn-reviews .icon {
  fill: #9E9E9E;
}
.product-cart__info .brn-reviews .btn-text {
  border-bottom: 1px solid #9E9E9E;
}
.product-cart__info .brn-reviews-block {
  margin-bottom: 32px;
  display: inline-block;
}
.product-cart__count .btn {
  margin-bottom: 16px;
  padding: 18px;
}
@media screen and (max-width: 1023px) {
  .product-cart__count .btn {
    font-size: 14px;
    padding: 14px;
  }
}
.product-cart__count br {
  display: none;
}
.product-cart__count .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product-cart__count .input-group .input-group-btn {
  width: auto;
}
.product-cart__count .input-group .btn {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  min-width: 58px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  font-size: 18px;
  margin-bottom: 0;
}
.product-cart__count .input-group .btn .fa {
  display: none;
}
.product-cart__count .input-group .btn:hover, .product-cart__count .input-group .btn:active {
  color: #DCDCDC;
  background-color: #282524;
}
.product-cart__count .input-group input[type=text] {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  max-width: 58px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px !important;
  border: 1px solid #9E9E9E;
  margin: 0 8px;
}
.product-cart__certificate {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DCDCDC;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.product-cart__certificate .image {
  max-width: 80px;
  margin-right: 24px;
}
.product-cart__certificate .image img {
  width: 100%;
}
.product-table-one table {
  border: none !important;
}
.product-table-one table tr td {
  border: none !important;
  border-bottom: 1px solid #9E9E9E !important;
  text-align: center;
  padding: 16px 8px;
  font-weight: 400;
}
.product-table-one table tr td:last-child {
  text-align: right;
}
.product-table-one table tr:first-child td {
  color: #9E9E9E;
  font-weight: 400;
}
.product-table-two table {
  border: none !important;
}
.product-table-two table tr td {
  border: none !important;
}
.product-table-two table tr td:last-child {
  text-align: right;
}
.product-accordion-description {
  line-height: 1.4;
  color: #282524 !important;
}
.product-accordion-description h1, .product-accordion-description h2, .product-accordion-description h3, .product-accordion-description h4, .product-accordion-description h5, .product-accordion-description h6 {
  text-transform: initial;
  color: #282524 !important;
}

@media screen and (max-width: 1023px) {
  .simplecheckout-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .simplecheckout-left-column {
    margin-right: 60px !important;
    width: calc(50% - 60px) !important;
  }
}
@media screen and (min-width: 1024px) {
  .simplecheckout-right-column {
    margin-left: 60px !important;
    width: calc(50% - 60px) !important;
  }
}
.simplecheckout-block {
  margin-bottom: 40px !important;
}
.simplecheckout-block#simplecheckout_payment_form {
  margin-bottom: 0 !important;
}
.simplecheckout-block .checkout-heading.checkout-heading__title {
  border-bottom: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: #282524;
}
.simplecheckout-block .checkout-heading.checkout-heading__title .title {
  margin-bottom: 16px;
}
.simplecheckout-block#simplecheckout_cart .checkout-heading__title {
  color: #282524;
}
.simplecheckout-block-content {
  padding: 0 !important;
}
.simplecheckout-block .radio,
.simplecheckout-block .checkbox {
  margin-bottom: 16px;
}
.simplecheckout-block .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.simplecheckout-button-block {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  text-align: left !important;
}
.simplecheckout-button-block .simplecheckout-button-right {
  float: none !important;
  text-align: left !important;
}

.checkout-description__title {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .checkout-description__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.checkout-description__title_block {
  padding-right: 8px;
}
@media screen and (max-width: 1023px) {
  .checkout-description__title_block {
    margin-bottom: 8px;
  }
}
.checkout-description__title .title {
  margin-bottom: 0;
  font-weight: 400;
}
.checkout-description__title .title a {
  font-weight: 400;
}
.checkout-description__attribute {
  color: #BFBABA;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 8px;
}
.checkout-description .options {
  margin-bottom: 16px;
}
.checkout-description .options ul {
  list-style-type: none;
  margin: 0;
}
.checkout-description .options ul li {
  margin-bottom: 0;
}
.checkout-description .quantity {
  margin-bottom: 16px;
}
.checkout-description .quantity-text {
  display: block;
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  width: 58px;
  text-align: center;
  border-radius: 8px !important;
  border: 1px solid #9E9E9E;
}
.checkout-description .quantity .form-control {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  max-width: 58px;
  border-radius: 8px !important;
  border: 1px solid #9E9E9E;
  margin: 0 8px !important;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .checkout-description .quantity .form-control {
    min-width: 50px;
  }
}
.checkout-description .quantity .input-group-btn .btn {
  background-color: #FFFFFF;
  color: #282524;
  padding: 16px;
  min-width: 58px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .checkout-description .quantity .input-group-btn .btn {
    min-width: 50px;
  }
}
.checkout-description .quantity .input-group-btn .btn:hover {
  color: #DCDCDC;
  background-color: #282524;
}
.checkout-description .quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 579px) {
  .checkout-description .quantity-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.checkout-description .quantity-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-right: 20px;
}
.checkout-description .price {
  font-family: "Open Sans", sans-serif;
  color: #988580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .checkout-description .price {
    font-size: 18px;
  }
}
.checkout-description .price-old {
  margin-right: 8px;
  margin-top: auto;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .checkout-description .price-old {
    font-size: 16px;
  }
}
.checkout-table {
  margin-bottom: 40px;
}
.checkout-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.checkout-table__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .checkout-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-table__image {
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .checkout-table__image {
    width: 100%;
  }
}
.checkout-table__image a img {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .checkout-table__image {
    margin-bottom: 16px;
  }
}
.checkout-table__info {
  max-width: calc(100% - 170px);
  width: 100%;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .checkout-table__info {
    padding-left: 0;
    max-width: 100%;
  }
}
.checkout-table__info_container {
  padding: 16px;
  border-radius: 8px;
  color: #988580;
  background-color: #F1EAE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-table__info_container .icon {
  margin-right: 8px;
  min-width: 24px;
}
.checkout-table__container .simplecheckout-cart-total {
  border: none;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .checkout-table__container .simplecheckout-cart-total .btn {
    margin-left: 16px !important;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-table__container .simplecheckout-cart-total .btn {
    width: 100%;
  }
}
.checkout-table__container .simplecheckout-cart-total.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  padding: 0;
}
@media screen and (max-width: 579px) {
  .checkout-table__container .simplecheckout-cart-total.input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-table__container .simplecheckout-cart-total .inputs {
  width: 100%;
  margin-right: 0 !important;
}
.checkout-table__container .simplecheckout-cart-total .inputs input {
  max-width: 100%;
  padding: 25px 28px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (min-width: 580px) {
  .checkout-table__container .simplecheckout-cart-total .inputs input {
    border-right-width: 0;
  }
}
.checkout-table__container .simplecheckout-cart-total-price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #000000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-table__container .simplecheckout-cart-total-price .simplecheckout-cart-total-value {
  margin-left: auto;
}
.checkout-table__container .simplecheckout-cart-total-price:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 579px) {
  .checkout-table__container .simplecheckout-cart-buttons {
    width: 100%;
  }
}
.checkout-shipping-address .jcf-select .jcf-select-text,
.checkout-shipping-address select .jcf-select-text {
  font-weight: 300;
}
.checkout-shipping-address .jcf-select-drop-content .jcf-option {
  font-weight: 300;
}
.checkout-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkout-footer-total .total {
  margin-bottom: 36px;
}
.checkout-footer-total ul {
  margin: 0;
  list-style-type: none;
}
.checkout-footer-total ul li {
  font-weight: 600;
  text-transform: uppercase;
  color: #282524;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-footer-total ul li span {
  color: #988580;
}
.checkout-footer-total ul li:not(:last-child) {
  display: none;
}
.checkout-footer .close-popup {
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #231F20;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 32px;
}
.checkout-footer .close-popup:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .checkout-footer .close-popup {
    max-width: 100%;
  }
}

.simplecheckout-cart-total {
  border: none !important;
  text-align: left !important;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
}
.simplecheckout-cart-total#total_sub_total, .simplecheckout-cart-total#total_shipping {
  margin-bottom: 16px;
}
.simplecheckout-cart-total input {
  max-width: inherit !important;
}
.simplecheckout-cart-total-value {
  text-align: right;
  color: #988580;
}
.simplecheckout-cart-total:after {
  display: none !important;
}
.simplecheckout-cart-total#total_total {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .simplecheckout-cart-total#total_total {
    font-size: 18px;
  }
}

#simplecheckout_cart .checkout-table__container {
  padding: 80px;
  border: 1px solid #988580;
  border-radius: 18px;
}
@media (max-width: 1520px) {
  #simplecheckout_cart .checkout-table__container {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #simplecheckout_cart .checkout-table__container {
    padding: 24px;
  }
}

/*product*/
.well {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 16px;
  background-color: #F1EAE2;
  padding: 40px;
  border: none;
}

.order-table {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #988580;
  margin-bottom: 24px;
}
.order-table .table-responsive {
  border: none;
}
@media screen and (max-width: 1023px) {
  .order-table .table-desc {
    display: none;
  }
}
.order-table .table-mob tr td:first-child {
  font-weight: 600;
  color: #988580;
}
@media screen and (min-width: 1024px) {
  .order-table .table-mob {
    display: none;
  }
}
.order-table table thead tr th, .order-table table thead tr td {
  border: none;
  background-color: transparent;
  font-weight: 600;
  color: #988580;
}
.order-table table tbody tr td {
  border: none !important;
  vertical-align: baseline;
}

.simpleregister-button-block {
  background-color: transparent !important;
}

@media screen and (min-width: 1024px) {
  .account-rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -40px;
  }
  .account-rows > .col {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .certificates-banner_section {
    background-position-x: 65% !important;
  }
}
.certificates-products__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.certificates-products__item {
  max-width: 20%;
}
@media screen and (max-width: 1023px) {
  .certificates-products__item {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .certificates-products__item {
    max-width: 50%;
  }
}