@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 {
  overflow-x: hidden;
  color: #171616;
  font-size: 16px;
  line-height: 1.15;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: lining-nums;
}
@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;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.15;
  font-family: "Cormorant", serif;
  color: #51080F;
}

h1, h2 {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 96px;
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 40px;
  }
  h1-mob,
.h1-mob {
    font-size: 36px !important;
  }
}

h2,
.h2 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 24px;
  }
  h2-mob,
.h2-mob {
    font-size: 24px !important;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  h3,
.h3 {
    font-size: 16px;
  }
  h3-mob,
.h3-mob {
    font-size: 16px !important;
  }
}

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

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

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #4E4B48;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

strong {
  font-family: "Cormorant", serif;
  font-weight: 400;
}

a {
  color: #4E4B48;
  text-decoration: none;
}
a:hover {
  color: #171616;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 24px;
}
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;
}

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 #171616;
}

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

.preload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.preload.hide-preload {
  opacity: 0;
  visibility: hidden;
}
.preload-block {
  position: relative;
  text-align: center;
  width: 100%;
}
.preload-block__img {
  width: 100%;
  position: relative;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.container {
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 8px;
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.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 -8px;
  }
}

.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 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0 8px;
  }
}
.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-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-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-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-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 1400px) {
  .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-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-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-center {
    text-align: center;
  }
  .text-tab-left {
    text-align: left;
  }
  .text-tab-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .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-center {
    text-align: center;
  }
  .text-mob-p-left {
    text-align: left;
  }
  .text-mob-p-right {
    text-align: right;
  }
}

.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: #036E70;
}

.fancybox__progress {
  background: #036E70;
}

.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;
  }
}

table,
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr td, table tr th,
.tablepress tr td,
.tablepress tr th {
  border-bottom: 1px solid #9C9C9C;
  border-top: none;
  color: #171616;
  font-weight: 400;
  text-align: left;
  padding: 16px 8px;
  font-size: 16px;
  line-height: 1.15;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  table tr td, table tr th,
.tablepress tr td,
.tablepress tr th {
    font-size: 12px;
  }
}
table tr th,
.tablepress tr th {
  padding: 16px 8px;
  font-weight: 400;
  color: #9C9C9C;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.15;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  table tr th,
.tablepress tr th {
    font-size: 12px;
  }
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #171616;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.15;
  padding: 18px 14px;
  color: #171616;
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -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],
textarea {
    font-size: 12px;
    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,
textarea:hover {
  border-color: #171616;
  background-color: transparent;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #171616;
  background-color: transparent;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
textarea:disabled {
  border-color: #ffffff;
  background-color: #ffffff;
  color: transparent;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
input[type=date].error,
textarea.error {
  border-color: #AC0101;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 175px;
  resize: none;
}

.form-field {
  margin-bottom: 16px;
}
.form-field p {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .form-field {
    margin-bottom: 8px;
  }
}
.form-field .label-wrap {
  display: block;
  height: 100%;
}
.form-field__title {
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .form-field__title {
    font-size: 14px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  text-align: left;
  left: 0;
  color: #AC0101;
  font-size: 16px;
  line-height: 1.15;
  font-style: italic;
  padding: 8px 16px 0;
}

.error-label {
  color: #AC0101;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  line-height: 1.15;
}

.password-input .show-password-input {
  top: calc(50% - 9px) !important;
}

.wpcf7-response-output {
  display: none;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9C9C9C;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9C9C9C;
}

.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: #171616;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text {
  color: #4E4B48;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:after {
  border-color: #4E4B48;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
  border-color: #4E4B48;
}
.custom-check .custom-check__text {
  position: relative;
  padding-left: 30px;
  display: block;
  cursor: pointer;
  line-height: 1.15;
}
@media screen and (max-width: 1023px) {
  .custom-check .custom-check__text {
    padding-left: 24px;
  }
}
.custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
    top: 0;
  }
}
.custom-check .custom-check__text:before {
  opacity: 0;
}
.custom-check .custom-check__text:after {
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 1px solid #171616;
}
@media screen and (max-width: 1023px) {
  .custom-check .custom-check__text:after {
    width: 14px;
    height: 14px;
  }
}
.custom-check .custom-check__text:hover:after {
  border-color: #171616;
}
.custom-check input[type=checkbox] ~ .custom-check__text:before {
  content: "";
  background-image: url("../images/check-box-checked.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  width: 24px;
  height: 24px;
  top: -2px;
  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;
}
@media screen and (max-width: 1023px) {
  .custom-check input[type=checkbox] ~ .custom-check__text:before {
    top: 1px;
    width: 14px;
    height: 14px;
  }
}
.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: 16px;
  height: 16px;
  background: #171616;
  opacity: 0;
  top: 2px;
  left: 4px;
}
@media screen and (max-width: 1023px) {
  .custom-check input[type=radio] ~ .custom-check__text:before {
    width: 12px;
    height: 12px;
    left: 2px;
  }
}

.woocommerce-ordering .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #9C9C9C;
  border-radius: 0;
  height: auto;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 14px;
  line-height: 1.15;
  font-size: 16px;
  color: #171616;
  width: calc(100% - 36px);
}
@media screen and (max-width: 1023px) {
  .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 8px;
  }
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/arrow-select-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 12px);
  background-size: contain;
  right: 16px;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media screen and (max-width: 1023px) {
  .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
}

.select2-container--default .select2-results__options {
  padding: 16px 16px 0;
}
@media screen and (max-width: 1023px) {
  .select2-container--default .select2-results__options {
    padding: 8px 8px 0;
  }
}
.select2-container--default .select2-results__option {
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .select2-container--default .select2-results__option {
    margin-bottom: 8px;
  }
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  color: #9C9C9C !important;
  background-color: #171616 !important;
}
.select2-container--default .select2-results--highlighted[aria-selected], .select2-container--default .select2-results--highlighted[data-selected] {
  color: #9C9C9C !important;
  background-color: #171616 !important;
}

.select2-results__options {
  color: #ffffff;
  background-color: #171616;
}

.select2-container--default .select2-results__option--selected {
  color: #9C9C9C !important;
  background-color: #171616 !important;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #171616;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #9C9C9C;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #171616;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  border: 1px solid #171616;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 18px 36px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    padding: 18px 28px;
    font-size: 12px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #171616;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #ffffff;
  background-color: #171616;
  border-color: #171616;
}
.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: #9C9C9C;
  color: #9C9C9C;
  background-color: transparent;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #9C9C9C;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #9C9C9C;
  border-color: #EDEDED;
  background-color: #EDEDED;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #9C9C9C;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  border-color: #171616;
  color: #ffffff;
  background-color: #171616;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #171616;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #171616;
  border-color: #171616;
  background-color: transparent;
}
.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: #171616;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #171616;
  border-color: #9C9C9C;
  background-color: #9C9C9C;
}
.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: #171616;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: #EDEDED;
  background-color: #EDEDED;
  color: #9C9C9C;
}
.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: #9C9C9C;
}
.btn.btn_tertiary,
button.btn_tertiary,
input[type=submit].btn_tertiary,
input[type=reset].btn_tertiary {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-white,
button.btn-white,
input[type=submit].btn-white,
input[type=reset].btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:hover,
button.btn-white:hover,
input[type=submit].btn-white:hover,
input[type=reset].btn-white:hover {
  color: #171616;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:focus,
button.btn-white:focus,
input[type=submit].btn-white:focus,
input[type=reset].btn-white:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-burgundy,
button.btn-burgundy,
input[type=submit].btn-burgundy,
input[type=reset].btn-burgundy {
  color: #51080F;
  border-color: #51080F;
}
.btn.btn-burgundy:hover,
button.btn-burgundy:hover,
input[type=submit].btn-burgundy:hover,
input[type=reset].btn-burgundy:hover {
  color: #ffffff;
  background-color: #51080F;
  border-color: #51080F;
}
.btn.btn-burgundy:focus,
button.btn-burgundy:focus,
input[type=submit].btn-burgundy:focus,
input[type=reset].btn-burgundy:focus {
  color: #51080F;
  border-color: #51080F;
}

.btn.btn-link {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9C9C9C;
  padding: 0;
  text-transform: initial;
  color: #9C9C9C;
}
.btn.btn-link:hover, .btn.btn-link:active {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #171616;
  color: #171616;
}
.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-icon-block {
  border-radius: 0px;
  padding: 15px 16px;
}
.btn-icon-block .icon {
  display: block;
}
@media screen and (max-width: 1023px) {
  .btn-icon-block {
    padding: 12px 13px;
  }
}
.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 .icon {
  -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 {
  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;
}
@media screen and (max-width: 1023px) {
  .btn-icon.icon {
    width: 18px;
    height: 18px;
  }
}
.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;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li, .wysiwyg ol li {
    padding-left: 24px;
  }
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 32px;
}
.wysiwyg ul li:before {
  content: "—";
  left: 8px;
  top: -2px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li:before {
    top: 0;
    left: 0;
  }
}

.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: 32px;
  height: 32px;
  top: calc(50% - 16px);
  margin-top: 0;
}
.slider-nav-btn .icon {
  width: 32px;
  height: 32px;
  fill: #EDEDED;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover .icon {
  fill: #D6AC61;
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}
.slider-pagination {
  bottom: 40px !important;
}
.slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #171616;
  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: #171616;
}
.slider-full {
  overflow: initial !important;
}

.video-block video {
  width: 100%;
  display: block;
}

.accordion-item {
  padding: 24px 16px;
  border-bottom: 1px solid #9C9C9C;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 16px;
  color: #172A2F;
}
.accordion-item.active .accordion-item__header .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: #172A2F;
}
.accordion-item.active .accordion-item__header .arrow .icon {
  fill: #172A2F;
}
.accordion-item.active .accordion-item__body {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 8px 0;
}
.accordion-item.active .accordion-item__body .wysiwyg {
  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;
  font-weight: 400;
  line-height: 1.15;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header {
    font-size: 12px;
  }
}
.accordion-item .accordion-item__header .title-text {
  position: relative;
  padding-right: 34px;
}
.accordion-item .accordion-item__header .arrow {
  width: 18px;
  height: 18px;
  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;
}
.accordion-item .accordion-item__header .arrow .icon {
  fill: #171616;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header .arrow {
    width: 14px;
    height: 14px;
  }
  .accordion-item .accordion-item__header .arrow .icon {
    width: 14px;
    height: 14px;
  }
}
.accordion-item .accordion-item__body {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.accordion-item .accordion-item__body .wysiwyg {
  display: none;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  padding: 32px 0;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: background-color 0.3 ease-in-out;
  transition: background-color 0.3 ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 16px 0;
  }
}
.header.header-scroll {
  background-color: #ffffff;
}
.header.fixedToTop {
  top: 0 !important;
}
.header a:not(.btn) {
  text-decoration: none;
  color: #171616;
  font-weight: 700;
}
.header .container {
  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;
}
@media screen and (min-width: 1024px) {
  .header-order {
    max-width: 33.333%;
    width: 100%;
  }
  .header-order__menu {
    text-align: left;
  }
  .header-order__logo {
    text-align: center;
  }
  .header-order__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .header-order__menu {
    min-width: 40px;
  }
}
.header-mobile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  min-width: 480px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 40px 40px;
}
@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: 767px) {
  .header-mobile {
    min-width: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    background-color: #ffffff;
    width: 100%;
    margin-left: 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: 24px;
}
.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: #171616;
}
.header-mobile__info .contact-list li a {
  color: #171616;
}
.header-mobile__info .contact-list li a:hover {
  color: #9C9C9C;
}
@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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.nav-toggle {
  width: 24px;
  height: 24px;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-toggle .nav-toggle__link {
  display: block;
  background-color: #171616;
  height: 2px;
  width: 100%;
  margin: 2px 0;
}
.nav-toggle-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-toggle-close .btn-text {
  color: #9C9C9C;
  padding-left: 8px;
}
.nav-toggle.close .nav-toggle__link {
  width: 100%;
  background-color: #9C9C9C;
}
.nav-toggle.close .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.nav-toggle.close .nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.nav-toggle.close .nav-toggle__link:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.header .logo {
  margin: 0 10px;
}
.header .logo img {
  max-width: 200px;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    text-align: center;
  }
  .header .logo img {
    max-width: 150px;
  }
  .header .logo a {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .header-menu__container .btn {
    max-width: 250px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header-desc {
    margin: 0 16px;
  }
  .header-desc .menu-list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .header-desc .menu-item {
    padding: 0 8px;
    margin-bottom: 0 !important;
  }
  .header-desc .menu-item.current-menu-item:not(.menu-item-type-custom) a {
    color: #171616 !important;
  }
  .header-desc .menu-item a {
    display: inline-block;
    text-align: center;
  }
  .header-desc .menu-item a:hover {
    color: #9C9C9C !important;
  }
}
.header .menu-list .menu-item a {
  font-size: 16px;
  color: #171616;
  font-weight: 400;
}
.header .menu-list .menu-item a:hover {
  color: #9C9C9C;
}
.header .menu-list .menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item-has-children {
    padding-right: 44px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header .menu-list .menu-item-has-children {
    padding-right: 34px !important;
  }
}
.header .menu-list .menu-item-has-children .menu-item-arrow {
  position: relative;
  left: 8px;
  top: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  fill: #171616;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item-has-children:hover > .menu-item-arrow {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .header .menu-list .menu-item-has-children:hover > .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item-has-children:hover > .menu-item-arrow {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .header .menu-list .menu-item-has-children:hover > .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 16px;
  }
}
.header .menu-list .menu-item .sub-menu {
  padding: 0 16px;
  list-style-type: none;
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list .menu-item.current-menu-item:not(.menu-item-type-custom) a {
  color: #9C9C9C;
}
.header .menu-list .menu-item.current-menu-item:not(.menu-item-type-custom) a:hover {
  color: #171616;
}
.header .menu-list .menu-item.current-menu-ancestor:not(.menu-item-type-custom) > a {
  color: #9C9C9C;
}
.header .menu-list .menu-item.current-menu-ancestor:not(.menu-item-type-custom) > a:hover {
  color: #171616;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item {
    margin-bottom: 8px !important;
  }
  .header .menu-list .menu-item a {
    font-size: 12px;
  }
}
.header .menu-list > .menu-item > a {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
}
.header .menu-list > .menu-item > a.current-menu-item:not(.menu-item-type-custom):before, .header .menu-list > .menu-item > a.current-menu-ancestor:not(.menu-item-type-custom):before {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header .menu-list > .menu-item.menu-item-has-children {
  padding-right: 20px !important;
}
@media (max-width: 1520px) {
  .header .menu-list > .menu-item.menu-item-has-children {
    padding-right: 10px !important;
  }
}
.header .menu-list > .menu-item.menu-item-has-children > a {
  display: inline-block;
}
.header .menu-list > .menu-item.menu-item-has-children > .menu-item-arrow {
  top: 4px;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item.menu-item-has-children .menu-item-arrow {
    top: 4px;
  }
}
.header .menu-list > .menu-item > .sub-menu {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.header .menu-list > .menu-item:last-child > .sub-menu, .header .menu-list > .menu-item:nth-last-child(2) > .sub-menu, .header .menu-list > .menu-item:nth-last-child(3) > .sub-menu {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .header .menu-list.lang > .menu-item.menu-item-has-children:last-child > .sub-menu, .header .menu-list.lang > .menu-item.menu-item-has-children:nth-last-child(2) > .sub-menu, .header .menu-list.lang > .menu-item.menu-item-has-children:nth-last-child(3) > .sub-menu, .header .menu-list.currency > .menu-item.menu-item-has-children:last-child > .sub-menu, .header .menu-list.currency > .menu-item.menu-item-has-children:nth-last-child(2) > .sub-menu, .header .menu-list.currency > .menu-item.menu-item-has-children:nth-last-child(3) > .sub-menu {
    left: 0;
    right: auto;
    -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;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list.lang > .menu-item.menu-item-has-children:last-child > .sub-menu, .header .menu-list.lang > .menu-item.menu-item-has-children:nth-last-child(2) > .sub-menu, .header .menu-list.lang > .menu-item.menu-item-has-children:nth-last-child(3) > .sub-menu {
    min-width: initial;
  }
}
.header .header-info__block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 1023px) {
  .header .header-info__block_list {
    margin: 0 -4px;
  }
}
.header .header-info__block_item {
  padding: 0 12px 8px;
}
.header .header-info__block_item:nth-last-child(1), .header .header-info__block_item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .header .header-info__block_item {
    padding: 0 4px 0px;
  }
}
.header .header-info__block_item .icon {
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .header-info__block_item .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-info__block_item .menu-list.lang > .menu-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.header .header-info__block_item .menu-list.lang > .menu-item > a {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.header .header-info__block_item .menu-list.lang .menu-item-has-children > .sub-menu {
  min-width: 40px !important;
}
.header .header-info__block_item .menu-list.lang img {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .header .header-info__block_item .menu-list.lang img {
    width: 20px;
  }
}
.header .header-info__block_item .menu-list .menu-item {
  padding-bottom: 8px;
}
.header .header-info__block_item .menu-list .menu-item-has-children {
  position: relative;
  padding-right: 0 !important;
}
.header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  position: absolute;
  top: 100%;
  left: 50% !important;
  height: auto;
  z-index: 2;
  background-color: #171616;
  padding: 16px 8px;
  min-width: 58px;
}
@media screen and (max-width: 1023px) {
  .header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu {
    padding: 6px;
  }
}
.header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li {
  text-align: center;
}
.header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li a {
  color: #9C9C9C;
  text-transform: uppercase;
  padding: 0;
}
.header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li a:hover {
  color: #ffffff;
}
.header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li.current-lang a, .header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li.wcml-cs-active-currency a {
  color: #ffffff;
  text-transform: uppercase;
}
.header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li.current-lang a:hover, .header .header-info__block_item .menu-list .menu-item-has-children > .sub-menu li.wcml-cs-active-currency a:hover {
  color: #9C9C9C;
}
.header .header-info__block_item .menu-list .menu-item-has-children:hover > .sub-menu {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50% !important;
}
.header-mobile .menu-list-mob > .menu-item > a {
  text-transform: uppercase;
}
.header-mobile .menu-list-mob .sub-menu > .menu-item:not(:last-child) {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 1023px) {
  .header-mobile .menu-list-mob .sub-menu > .menu-item:not(:last-child) {
    margin-bottom: 8px !important;
  }
}
.header-mobile .header-info__block_list {
  margin-bottom: -16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile .header-info__block_list .menu-item {
  margin-bottom: 0 !important;
}

.footer {
  margin-top: auto;
  border-top: 1px solid #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    font-size: 12px;
  }
}
.footer-top {
  padding: 40px 0;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top-row > .col {
    max-width: 20%;
    width: 100%;
  }
}
.footer-bottom {
  border-top: 1px solid #EDEDED;
  padding: 16px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .container {
    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;
  }
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .copyright,
.footer-bottom span {
  font-size: 16px;
  color: #9C9C9C;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
  .footer-bottom .copyright,
.footer-bottom span {
    font-size: 12px;
  }
}
.footer-bottom .copyright a,
.footer-bottom span a {
  color: #9C9C9C;
}
.footer-bottom .copyright a:hover,
.footer-bottom span a:hover {
  color: #D6AC61;
}
@media screen and (max-width: 1023px) {
  .footer-bottom span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-col__logo {
    min-width: 110px;
  }
  .footer-col__menu {
    max-width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .footer-col__logo .logo {
    max-width: 70px;
  }
  .footer-col__menu {
    max-width: calc(100% - 110px);
  }
}
.footer .form-field {
  margin-bottom: 16px;
}
.footer-info__title {
  margin-bottom: 16px;
}
.footer-info__title .title {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .footer-info__title .title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info__center {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}
.footer-info .logo {
  max-width: 120px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .wysiwyg {
    font-size: 12px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo,
.footer-info .wysiwyg {
    margin-bottom: 8px;
  }
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 20px;
}
.footer-info .contact-list li {
  font-weight: 400;
}
.footer-info .contact-list li a {
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 30px 0;
    text-align: center;
  }
}
.footer-info .contact-description ul {
  margin-left: 0;
}
.footer-info .contact-description ul li {
  padding-left: 0;
}
.footer-info .contact-description ul li:before {
  display: none;
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
.footer .menu-list .menu-item a {
  font-size: 16px;
  color: #171616;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item a {
    font-size: 12px;
  }
}
.footer .menu-list .menu-item a:hover {
  color: #9C9C9C;
}
.footer .soc-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .soc-list ul li {
  margin-bottom: 0;
}

.popup {
  cursor: auto;
  padding: 54px 64px;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 24px 16px;
  }
}
.popup.popup-full {
  max-width: 90%;
  padding: 40px 0;
  height: 90%;
}
@media screen and (max-width: 1023px) {
  .popup.popup-full {
    padding: 24px 0;
  }
}
.popup.popup-full .popup-content {
  height: 100%;
  padding: 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  .popup.popup-full .popup-content {
    padding: 0 16px;
  }
}
.popup.popup-middle {
  width: 768px;
}
.popup.popup-tiny {
  width: 480px;
}
@media screen and (max-width: 1023px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-visible:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(33, 33, 33, 0.4);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 32px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(33, 33, 33, 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: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  margin-bottom: 16px;
}
.popup-content h1, .popup-content h2, .popup-content h3, .popup-content h4, .popup-content h5, .popup-content h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.popup-content h1 h1, .popup-content h1 .h1, .popup-content h2 h1, .popup-content h2 .h1, .popup-content h3 h1, .popup-content h3 .h1, .popup-content h4 h1, .popup-content h4 .h1, .popup-content h5 h1, .popup-content h5 .h1, .popup-content h6 h1, .popup-content h6 .h1 {
  font-size: 80px;
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h1, .popup-content h1 .h1, .popup-content h2 h1, .popup-content h2 .h1, .popup-content h3 h1, .popup-content h3 .h1, .popup-content h4 h1, .popup-content h4 .h1, .popup-content h5 h1, .popup-content h5 .h1, .popup-content h6 h1, .popup-content h6 .h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h1, .popup-content h1 .h1, .popup-content h2 h1, .popup-content h2 .h1, .popup-content h3 h1, .popup-content h3 .h1, .popup-content h4 h1, .popup-content h4 .h1, .popup-content h5 h1, .popup-content h5 .h1, .popup-content h6 h1, .popup-content h6 .h1 {
    font-size: 36px;
  }
}
.popup-content h1 h2,
.popup-content h1 .h2, .popup-content h2 h2,
.popup-content h2 .h2, .popup-content h3 h2,
.popup-content h3 .h2, .popup-content h4 h2,
.popup-content h4 .h2, .popup-content h5 h2,
.popup-content h5 .h2, .popup-content h6 h2,
.popup-content h6 .h2 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h2,
.popup-content h1 .h2, .popup-content h2 h2,
.popup-content h2 .h2, .popup-content h3 h2,
.popup-content h3 .h2, .popup-content h4 h2,
.popup-content h4 .h2, .popup-content h5 h2,
.popup-content h5 .h2, .popup-content h6 h2,
.popup-content h6 .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h2,
.popup-content h1 .h2, .popup-content h2 h2,
.popup-content h2 .h2, .popup-content h3 h2,
.popup-content h3 .h2, .popup-content h4 h2,
.popup-content h4 .h2, .popup-content h5 h2,
.popup-content h5 .h2, .popup-content h6 h2,
.popup-content h6 .h2 {
    font-size: 24px;
  }
}
.popup-content h1 h3,
.popup-content h1 .h3, .popup-content h2 h3,
.popup-content h2 .h3, .popup-content h3 h3,
.popup-content h3 .h3, .popup-content h4 h3,
.popup-content h4 .h3, .popup-content h5 h3,
.popup-content h5 .h3, .popup-content h6 h3,
.popup-content h6 .h3 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h3,
.popup-content h1 .h3, .popup-content h2 h3,
.popup-content h2 .h3, .popup-content h3 h3,
.popup-content h3 .h3, .popup-content h4 h3,
.popup-content h4 .h3, .popup-content h5 h3,
.popup-content h5 .h3, .popup-content h6 h3,
.popup-content h6 .h3 {
    font-size: 20px;
  }
}
.popup-content h1 h4,
.popup-content h1 .h4, .popup-content h2 h4,
.popup-content h2 .h4, .popup-content h3 h4,
.popup-content h3 .h4, .popup-content h4 h4,
.popup-content h4 .h4, .popup-content h5 h4,
.popup-content h5 .h4, .popup-content h6 h4,
.popup-content h6 .h4 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h4,
.popup-content h1 .h4, .popup-content h2 h4,
.popup-content h2 .h4, .popup-content h3 h4,
.popup-content h3 .h4, .popup-content h4 h4,
.popup-content h4 .h4, .popup-content h5 h4,
.popup-content h5 .h4, .popup-content h6 h4,
.popup-content h6 .h4 {
    font-size: 16px;
  }
}
.popup-content h1 h5,
.popup-content h1 .h5, .popup-content h2 h5,
.popup-content h2 .h5, .popup-content h3 h5,
.popup-content h3 .h5, .popup-content h4 h5,
.popup-content h4 .h5, .popup-content h5 h5,
.popup-content h5 .h5, .popup-content h6 h5,
.popup-content h6 .h5 {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h5,
.popup-content h1 .h5, .popup-content h2 h5,
.popup-content h2 .h5, .popup-content h3 h5,
.popup-content h3 .h5, .popup-content h4 h5,
.popup-content h4 .h5, .popup-content h5 h5,
.popup-content h5 .h5, .popup-content h6 h5,
.popup-content h6 .h5 {
    font-size: 14px;
  }
}
.popup-content h1 h6,
.popup-content h1 .h6, .popup-content h2 h6,
.popup-content h2 .h6, .popup-content h3 h6,
.popup-content h3 .h6, .popup-content h4 h6,
.popup-content h4 .h6, .popup-content h5 h6,
.popup-content h5 .h6, .popup-content h6 h6,
.popup-content h6 .h6 {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .popup-content h1 h6,
.popup-content h1 .h6, .popup-content h2 h6,
.popup-content h2 .h6, .popup-content h3 h6,
.popup-content h3 .h6, .popup-content h4 h6,
.popup-content h4 .h6, .popup-content h5 h6,
.popup-content h5 .h6, .popup-content h6 h6,
.popup-content h6 .h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 8px;
  right: 8px;
  padding: 0;
  background: none;
  border-width: 0;
}
.popup-remove:before {
  display: none;
}
.popup-remove .btn-text__content {
  padding: 0;
}
.popup-remove .btn-text__content:before, .popup-remove .btn-text__content:after {
  display: none;
}
.popup-remove .icon {
  display: block;
  fill: #9C9C9C;
  width: 24px;
  height: 24px;
}
.popup-remove:hover {
  background: none;
}
.popup-remove:hover .icon {
  fill: #D6AC61;
}

.popup-currency-description .wcml-cs-active-currency {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
}

.popup-currency-lang ul {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
}

.coupon-content > * {
  margin-bottom: 16px;
}
.coupon-code {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .coupon-code {
    font-size: 24px;
  }
}

.section {
  padding: 30px 0;
}
.section-top-150 {
  padding-top: 60px;
}
.section-bottom-150 {
  padding-bottom: 60px;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 24px 0;
  }
  .section:first-child {
    padding-top: 48px;
  }
  .section:last-child {
    padding-bottom: 48px;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-fon-orange {
  background-color: #9C9C9C;
}
.section.section-fon__light {
  background-color: #9C9C9C;
}
.section.section-fon__yellow {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #EDEDED;
}
@media screen and (max-width: 991px) {
  .section.section-fon__yellow {
    margin: 25px 0;
    padding: 25px 0;
  }
}
.section.section-light {
  color: #ffffff;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .section .section-title {
    margin-bottom: 16px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.menu-list .menu-item:last-child {
  margin-bottom: 0;
}
.menu-list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.menu-list .menu-item a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  color: #171616;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-list .menu-item a:hover {
  color: #D6AC61;
}
.menu-list .menu-item.color-red a {
  color: #AC0101;
}
.menu-list .menu-item__sub {
  position: relative;
}
.menu-list .menu-item__sub:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 3px;
}
.menu-list .menu-item__sub .sub-menu {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .sidebar {
    margin-bottom: 24px;
  }
}
.sidebar-btn.btn {
  background-color: transparent;
  border: none;
  color: #171616;
  padding: 0;
}
.sidebar-btn.btn:hover {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .sidebar-btn.btn {
    cursor: default;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-btn.btn {
    margin-bottom: 0;
  }
  .sidebar-btn.btn:hover {
    color: #9C9C9C;
  }
  .sidebar-btn.btn:hover .icon {
    fill: #9C9C9C;
  }
}
.sidebar-btn.btn .icon {
  fill: #171616;
  display: block;
}
.sidebar-btn.btn-filter .icon {
  width: 28px;
  height: 26px;
}
@media screen and (max-width: 1023px) {
  .sidebar-btn.btn-filter .icon {
    width: 14px;
    height: 14px;
  }
}
.sidebar-btn.btn-filter .btn-text {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .sidebar-container__block .sidebar-btn {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    background-color: rgba(33, 33, 33, 0.4);
  }
  .sidebar-container__block {
    width: 50%;
    min-width: 300px;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: auto;
    padding: 32px 20px;
  }
  .sidebar-container__block .sidebar-btn {
    margin-bottom: 16px;
  }
}
.sidebar.active .sidebar-container {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar .widget_block .wp-block-heading {
  margin-bottom: 0;
  padding: 16px;
  background: #EDEDED;
  color: #171616;
  border-radius: 8px 8px 0 0;
}
.sidebar .widget_brands_list .widget-title {
  margin-bottom: 0;
  padding: 16px;
  background: #EDEDED;
  color: #171616;
  border-radius: 8px 8px 0 0;
}
.sidebar .wc-block-product-categories-list {
  list-style-type: none;
  margin: 0;
}
.sidebar .wc-block-product-categories-list-item {
  margin-bottom: 0;
}
.sidebar .wc-block-product-categories-list-item a {
  font-size: 16px;
  color: #9C9C9C;
  display: block;
}
.sidebar .wc-block-product-categories-list-item a:not(.sub-title__link) {
  padding: 8px 16px;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1023px) {
  .sidebar .wc-block-product-categories-list-item a {
    font-size: 16px;
  }
}
.sidebar .wc-block-product-categories-list-item a:hover {
  color: #4E4B48;
}
.sidebar .wc-block-product-categories-list-item.sub-title .sub-title__group {
  padding: 8px 16px;
  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;
  border: 1px solid #ffffff;
}
.sidebar .wc-block-product-categories-list-item.sub-title .sub-title__link {
  font-weight: 700;
}
.sidebar .wc-block-product-categories-list-item.sub-title .sub-title__link_btn {
  padding: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar .wc-block-product-categories-list-item.sub-title .sub-title__link_btn .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.sidebar .wc-block-product-categories-list-item.sub-title .sub-title__block {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .wc-block-product-categories-list-item.sub-title.active .sub-title__link_btn {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sidebar .wc-block-product-categories-list-item.sub-title.active .sub-title__block {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.sidebar .pwb-row {
  list-style-type: none;
  margin: 0;
}
.sidebar .pwb-row li {
  margin-bottom: 0;
}
.sidebar .pwb-row li a {
  font-size: 16px;
  color: #036E70;
  display: block;
  border: 1px solid #ffffff;
  padding: 8px 16px;
}
.sidebar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .sidebar-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-section-col {
    max-width: 25%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.sidebar-section-col__container {
  width: 100%;
  max-width: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sidebar-section-col__container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-section .sidebar-container__block {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-section.active .sidebar-container {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}

.pagination,
.woocommerce .woocommerce-pagination {
  margin-bottom: 0;
  text-align: center;
}
.pagination .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  color: #9C9C9C;
  border: none;
  margin: 0 4px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .pagination .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers {
    font-size: 12px;
  }
}
.pagination .page-numbers li,
.woocommerce .woocommerce-pagination .page-numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.pagination .page-numbers li a, .pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span {
  padding: 0 8px;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover,
.woocommerce .woocommerce-pagination .page-numbers.next:hover,
.woocommerce .woocommerce-pagination .page-numbers.prev:hover {
  color: #171616;
  background-color: transparent;
}
.pagination .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers.current {
  background-color: transparent;
  font-weight: 700;
  color: #171616;
}

.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;
  min-height: 75vh;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .contact-section {
    min-height: 600px;
  }
}
.contact-description p {
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .contact-description p {
    font-size: 16px;
  }
}
.contact-description form .row {
  margin: 0 -8px;
}
.contact-description form .row .col {
  padding: 0 8px;
}
.contact-description form button {
  margin-right: auto;
  margin-left: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .contact-info__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
  .contact-info__group .contact-list {
    max-width: 33.3333333333%;
  }
}
.contact-info-form .form-field input[type=text],
.contact-info-form .form-field input[type=password],
.contact-info-form .form-field input[type=tel],
.contact-info-form .form-field input[type=email],
.contact-info-form .form-field input[type=number],
.contact-info-form .form-field textarea {
  border: 1px solid #171616;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 32px;
  margin-bottom: 16px;
  font-weight: 400;
}
.contact-list ul li a:hover {
  color: #9C9C9C;
}
.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: 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li.icon-item:before {
    min-width: 14px;
    width: 14px;
    height: 14px;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icons/phone.svg");
}
.contact-list.phone ul li {
  margin: 0;
  padding: 0;
}
.contact-list.phone ul li:not(:last-child) {
  margin-bottom: 8px;
}
.contact-list.phone ul li span {
  padding-left: 8px;
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icons/email.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icons/location.svg");
}

.lookbook-rows {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  grid-gap: 80px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .lookbook-rows {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .lookbook-rows {
    grid-gap: 16px;
  }
}
.lookbook-rows .lookbook-item img {
  width: 100%;
}
.lookbook-rows .lookbook-item:nth-child(11n+1), .lookbook-rows .lookbook-item:nth-child(11n+2), .lookbook-rows .lookbook-item:nth-child(11n+3), .lookbook-rows .lookbook-item:nth-child(11n+6), .lookbook-rows .lookbook-item:nth-child(11n+7), .lookbook-rows .lookbook-item:nth-child(11n+8) {
  grid-column: span 2;
}
.lookbook-rows .lookbook-item:nth-child(11n+4), .lookbook-rows .lookbook-item:nth-child(11n+5), .lookbook-rows .lookbook-item:nth-child(11n+11), .lookbook-rows .lookbook-item:nth-child(11n+10) {
  grid-column: span 3;
}
.lookbook-rows .lookbook-item:nth-child(11n+9) {
  grid-column: span 4;
  grid-column-start: 2;
  grid-column-end: 6;
}

.shop-block__list {
  gap: 8px;
}
.shop-block__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.shop-block__rows .shop-block__col {
  max-width: 25%;
}
.shop-block__rows .shop-block__col .shop-block__item {
  padding: 0 4px;
}
@media (max-width: 1400px) {
  .shop-block__rows .shop-block__col {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 1023px) {
  .shop-block__rows .shop-block__col {
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .shop-block__btn {
    margin-top: 0;
  }
}
.shop-block__col {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .shop-block__col {
    margin-bottom: 24px;
  }
}
.shop-block__item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.shop-block__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.shop-block__item .badge {
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .badge {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.shop-block__item .badge.onnew {
  background-color: #171616;
  color: #ffffff;
}
.shop-block__item .badge.onsale {
  background-color: #AC0101;
  color: #ffffff;
}
.shop-block__item .badge-container {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .badge-container {
    padding: 8px;
  }
}
.shop-block__item .badge-container > *:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .badge-container > *:not(:last-child) {
    margin-bottom: 4px;
  }
}
.shop-block__item .product-bottom {
  position: absolute;
  top: 0;
  right: 0;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-block__item .product-bottom > *:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .product-bottom {
    padding: 4px;
    right: 4px;
  }
}
.shop-block__item .product-bottom a {
  border-radius: 0;
  background-color: transparent;
  padding: 16px;
  border: 1px solid #171616;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-block__item .product-bottom a:after {
  display: none;
}
.shop-block__item .product-bottom a svg {
  width: 24px;
  height: 24px;
  fill: #171616;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .product-bottom a {
    padding: 6px;
  }
  .shop-block__item .product-bottom a svg {
    width: 12px;
    height: 12px;
  }
}
.shop-block__item .product-bottom a:hover {
  background-color: #171616;
}
.shop-block__item .product-bottom a:hover svg {
  fill: #ffffff;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .product-bottom .shop-block__item-zoom .btn-icon-block {
    padding: 6px;
  }
  .shop-block__item .product-bottom .shop-block__item-zoom .btn-icon-block svg {
    width: 12px;
    height: 12px;
  }
}
.shop-block__item:hover .shop-button-next,
.shop-block__item:hover .shop-button-prev {
  opacity: 1;
}
.shop-block__item:hover .product-bottom {
  opacity: 1;
}
.shop-block__item .shop-block__item-wishlist {
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-block__item .shop-block__item-wishlist a {
  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;
}
.shop-block__item .shop-block__item-wishlist a:hover span {
  opacity: 1;
}
.shop-block__item .shop-block__item-wishlist i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(214, 172, 97);
  border-radius: 1000px;
  background: rgb(255, 255, 255);
  padding: 20px;
  color: rgb(214, 172, 97);
  margin-right: 0;
}
.shop-block__item .shop-block__item-wishlist span {
  position: absolute;
  padding: 12px 16px;
  background-color: #ffffff;
  color: #9C9C9C;
  white-space: nowrap;
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
  right: calc(100% + 16px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .shop-block__item-wishlist span {
    right: calc(100% + 8px);
    font-size: 10px;
  }
}
.shop-block__item .shop-block__item-btn-cart {
  z-index: 2;
  position: relative;
  border: 1px solid #D6AC61;
  background-color: #ffffff;
  color: #D6AC61;
  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;
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.shop-block__item .shop-block__item-btn-cart .icon {
  fill: #D6AC61;
}
.shop-block__item .shop-block__item-btn-cart .btn-text {
  position: absolute;
  padding: 12px 16px;
  background-color: #ffffff;
  color: #9C9C9C;
  white-space: nowrap;
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
  right: calc(100% + 16px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .shop-block__item-btn-cart .btn-text {
    right: calc(100% + 8px);
    font-size: 10px;
  }
}
.shop-block__item .shop-block__item-btn-cart:hover .btn-text {
  opacity: 1;
}
.shop-block__item-img {
  margin-bottom: 16px;
  max-height: 540px;
  height: 100%;
  overflow: hidden;
}
.shop-block__item-img .swiper {
  height: 100%;
}
.shop-block__item-img .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1023px) {
  .shop-block__item-img {
    margin-bottom: 8px;
  }
}
.shop-block__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block;
}
.shop-block__item .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 400;
  color: #171616;
  text-transform: initial;
  margin-bottom: 8px !important;
  text-align: left !important;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .woocommerce-loop-product__title {
    margin-bottom: 4px !important;
    font-size: 12px;
  }
}
.shop-block__item .price {
  display: block;
  color: #171616 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 1023px) {
  .shop-block__item .price {
    font-size: 12px !important;
  }
}
.shop-block__item .price ins {
  color: #171616 !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.shop-block__item .price del {
  color: #9C9C9C !important;
  font-weight: 400 !important;
}
.shop-block__swiper {
  position: relative;
}
.shop-block__swiper .shop-button-next,
.shop-block__swiper .shop-button-prev {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  width: 40px;
  height: 80px;
  padding: 0;
  background-color: #ffffff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-block__swiper .shop-button-next .icon,
.shop-block__swiper .shop-button-prev .icon {
  fill: #171616;
  display: block;
}
@media screen and (max-width: 1023px) {
  .shop-block__swiper .shop-button-next,
.shop-block__swiper .shop-button-prev {
    width: 20px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .shop-block__swiper .shop-button-next .icon,
.shop-block__swiper .shop-button-prev .icon {
    height: 12px;
    width: 6px;
  }
}
.shop-block__swiper .shop-button-next {
  right: 0;
  left: auto;
}
.shop-block__swiper .shop-button-prev {
  left: 0;
}

.product-page .woocommerce-breadcrumb {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .product-slider {
    padding-right: 10% !important;
  }
}
.product-slider .shop-block__col {
  max-width: 100% !important;
}
.product-info__block_form {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .product-info__block_form {
    margin-bottom: 24px;
  }
}
.product-info__block_form h1, .product-info__block_form h2, .product-info__block_form h3, .product-info__block_form h4, .product-info__block_form h5, .product-info__block_form h6 {
  text-transform: uppercase;
}
.product-info__block_form .form-field {
  margin-bottom: 8px;
}
.product-info__block_form form p {
  margin: 0;
}
.product-info__block_form form input[type=text],
.product-info__block_form form input[type=password],
.product-info__block_form form input[type=tel],
.product-info__block_form form input[type=email],
.product-info__block_form form input[type=number],
.product-info__block_form form textarea {
  border: 1px solid #171616;
}
@media screen and (min-width: 1024px) {
  .product-info__block_form form input[type=text],
.product-info__block_form form input[type=password],
.product-info__block_form form input[type=tel],
.product-info__block_form form input[type=email],
.product-info__block_form form input[type=number],
.product-info__block_form form textarea {
    padding: 14px 14px;
  }
}
.product-info__block_form form textarea {
  height: 100px;
}
@media screen and (max-width: 1023px) {
  .product-block {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .product-block__gallery {
    max-width: 650px;
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-block__gallery {
    max-width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .product-block__gallery.product-block__gallery_full {
    max-width: 550px;
  }
  .product-block__gallery.product-block__gallery_full + .entry-summary {
    max-width: calc(100% - 550px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-block__gallery.product-block__gallery_full {
    max-width: 40%;
  }
  .product-block__gallery.product-block__gallery_full + .entry-summary {
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .product-block__gallery {
    width: 100% !important;
  }
}
.product-block__gallery_video {
  margin-top: 8px;
}
.product-block__gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.product-block__gallery .gallery-slider {
  max-height: 75vh;
}
@media screen and (max-width: 767px) {
  .product-block__gallery .gallery-slider {
    max-height: 50vh;
    min-height: 340px;
  }
}
.product-block__gallery .gallery-slider-top {
  max-width: calc(100% - 148px);
  width: 100%;
}
.product-block__gallery .gallery-slider-top .shop-button-next, .product-block__gallery .gallery-slider-top .shop-button-prev {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 10;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  height: 80px;
  padding: 0;
  background-color: #ffffff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-block__gallery .gallery-slider-top .shop-button-next .icon, .product-block__gallery .gallery-slider-top .shop-button-prev .icon {
  fill: #171616;
  display: block;
}
@media screen and (max-width: 1023px) {
  .product-block__gallery .gallery-slider-top .shop-button-next, .product-block__gallery .gallery-slider-top .shop-button-prev {
    width: 20px;
    height: 40px;
    top: calc(50% - 20px);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .product-block__gallery .gallery-slider-top .shop-button-next .icon, .product-block__gallery .gallery-slider-top .shop-button-prev .icon {
    height: 18px;
    width: 8px;
  }
}
.product-block__gallery .gallery-slider-top .shop-button-next {
  right: 0;
  left: auto;
}
.product-block__gallery .gallery-slider-top .shop-button-prev {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .product-block__gallery .gallery-slider-top {
    max-width: calc(100% - 52px);
  }
}
.product-block__gallery .gallery-slider-top .slick-list {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-list .slick-track {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-list .slick-track .slick-slide div img {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-arrow {
  width: 40px;
  height: 80px;
  padding: 8px;
  background-color: #ffffff;
  z-index: 1;
}
.product-block__gallery .gallery-slider-top .slick-arrow:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 20px;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-prev {
  left: 0;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-prev:before {
  background-image: url("../images/icons/arrow-left.svg");
  margin-right: auto;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-next {
  right: 0;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-next:before {
  background-image: url("../images/icons/arrow-right.svg");
  margin-left: auto;
}
.product-block__gallery .gallery-slider-bottom {
  width: 140px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .product-block__gallery .gallery-slider-bottom {
    width: 64px;
  }
}
.product-block__gallery .gallery-slider-bottom .slick-list .slick-track .slick-slide {
  margin-bottom: 4px;
  border: 2px solid transparent;
}
.product-block__gallery .gallery-slider-bottom .slick-list .slick-track .slick-slide.slick-current {
  border-color: #171616;
}
.product-block__gallery .gallery-slider-bottom .slider-image {
  display: block !important;
}
.product-block__gallery .gallery-slider-bottom .slider-image img {
  height: 100% !important;
}
.product-block__gallery img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .product-block .entry-summary {
    max-width: calc(100% - 650px);
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-block .entry-summary {
    max-width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary {
    max-width: 100%;
    width: 100% !important;
  }
}
.product-block .entry-summary .product_meta {
  font-weight: 400;
  margin-bottom: 16px;
}
.product-block .entry-summary .product_meta .sku {
  font-weight: 400;
}
.product-block .entry-summary .product_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  font-family: "Cormorant", serif;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .product_title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .product_title {
    font-size: 24px;
  }
}
.product-block .entry-summary .product-lable {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .product-lable {
    margin-bottom: 8px;
  }
}
.product-block .entry-summary .price {
  display: block;
  color: #171616 !important;
  font-weight: 400 !important;
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .price {
    font-size: 16px !important;
  }
}
.product-block .entry-summary .price ins {
  color: #171616 !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.product-block .entry-summary .price del {
  color: #9C9C9C !important;
  font-weight: 400 !important;
}
.product-block .entry-summary .box-btn-woo-top {
  margin: 40px 0 0;
  gap: 8px;
}
.product-block .entry-summary .box-btn-woo-top .btn {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .box-btn-woo-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-block .entry-summary .box-btn-woo-top .btn {
    width: 100%;
  }
}
.product-block .entry-summary .quantity-box {
  gap: 8px;
}
.product-block .entry-summary .quantity-box .quantity input {
  width: 57px;
  height: 57px;
  font-size: 16px;
  font-weight: 400;
  border-color: #171616;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .quantity-box .quantity input {
    font-size: 12px;
    width: 51px;
    height: 51px;
  }
}
.product-block .entry-summary .quantity-box .quantity-minus, .product-block .entry-summary .quantity-box .quantity-plus {
  font-size: 16px;
  font-weight: 400;
  border-color: #9C9C9C;
  width: 57px;
  height: 57px;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .quantity-box .quantity-minus, .product-block .entry-summary .quantity-box .quantity-plus {
    font-size: 12px;
    width: 51px;
    height: 51px;
  }
}
.product-table table tr th, .product-table table tr td {
  text-align: center;
}

.catalog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-container .woocommerce-ordering {
  margin-bottom: 0;
}
.catalog-container .sidebar-btn.btn {
  margin: 0;
}
.catalog-container select {
  border: none;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  color: #171616;
}
@media screen and (max-width: 1023px) {
  .catalog-container select {
    font-size: 12px;
  }
}
.catalog-container .select2-container--default .select2-selection--single {
  border: none;
}
.catalog-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .catalog-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
}

.collection-row .collection-col {
  max-width: 16.667%;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .collection-row .collection-col {
    max-width: 33.333%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .collection-row .collection-col {
    max-width: 50%;
  }
}

.wishlist-count {
  color: #D6AC61;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .wishlist-count {
    margin-bottom: 16px;
  }
}
.wapf-field-input .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #9C9C9C;
  border-radius: 0;
  height: auto;
}

.wapf-field-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 14px;
  line-height: 1.15;
  font-size: 16px;
  color: #171616;
  width: calc(100% - 36px);
}

.wapf-field-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/arrow-select.png");
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 10px);
  right: 16px;
}

.wapf-field-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.single_variation_wrap {
  width: 100%;
}

.product-template-default .woocommerce-variation-add-to-cart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-btn-woo {
  width: 100%;
}
.box-btn-woo .btn-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-block .entry-summary .wapf-field-group label {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .wapf-field-group label {
    margin-bottom: 8px;
  }
}
.product-block .entry-summary .wapf-field-group input[type=text],
.product-block .entry-summary .wapf-field-group input[type=password],
.product-block .entry-summary .wapf-field-group input[type=tel],
.product-block .entry-summary .wapf-field-group input[type=email],
.product-block .entry-summary .wapf-field-group input[type=number],
.product-block .entry-summary .wapf-field-group textarea {
  border: 1px solid #171616;
}

.woocommerce a.added_to_cart {
  display: none;
}
.woocommerce div.product form.cart .variations label {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .woocommerce div.product form.cart .variations label {
    margin-bottom: 8px;
  }
}

.vi-wpvs-variation-style .vi-wpvs-variation-wrap-wrap[data-wpvs_attribute_name=attribute_pa_color] .vi-wpvs-option-wrap {
  padding: 1px;
}
.vi-wpvs-variation-style .vi-wpvs-variation-wrap-wrap[data-wpvs_attribute_name=attribute_pa_color] .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
  padding: 2px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-variation-button-select,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap {
  min-width: 46px;
}

.category-block .title {
  margin-bottom: 0;
  font-weight: 400;
}
.category-block .title a {
  text-align: left;
  text-transform: uppercase;
  color: #171616;
  text-decoration: none;
}
.category-block .title.red a {
  color: #AC0101;
}
.category-block__caption {
  text-align: left;
  color: #9C9C9C;
}

.shop-block__btn {
  margin-top: 24px;
}

.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent {
  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;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfPriceRangeField#wpfMinPrice,
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfPriceRangeField#wpfMaxPrice {
  height: auto;
  border: 1px solid #EDEDED;
  padding: 14px;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #171616;
  width: 50% !important;
  margin: 0 8px;
}
@media screen and (max-width: 1023px) {
  .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfPriceRangeField#wpfMinPrice,
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfPriceRangeField#wpfMaxPrice {
    font-size: 12px;
    padding: 18px 14px;
  }
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfCurrencySymbol,
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfFilterDelimeter {
  display: none;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceFilterRange {
  height: 3px;
  background-color: #9C9C9C;
  border: none;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceFilterRange .ui-slider-range {
  background-color: #171616 !important;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceFilterRange .ui-slider-handle {
  border-radius: 50%;
  background-color: #171616;
  border: none !important;
  top: -6px;
  width: 16px;
  height: 16px;
}
.wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle {
  margin-bottom: 16px;
}
.wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .wfpTitle {
  color: #171616;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  text-transform: uppercase;
}
.wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .fa-chevron-down:before {
  content: url("../images/icons/arrow-down.svg");
}
.wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle .fa-chevron-up:before {
  content: url("../images/icons/arrow-up.svg");
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier {
  border-bottom: 1px solid #ffffff;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier ul li {
  margin-bottom: 0;
  padding: 0 !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfFilterVerScroll::-webkit-scrollbar {
  width: 4px;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfFilterVerScroll::-webkit-scrollbar-track {
  background: #9C9C9C;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfFilterVerScroll::-webkit-scrollbar-track:hover {
  background: #9C9C9C;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfFilterVerScroll::-webkit-scrollbar-thumb {
  background-color: #171616;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfFilterVerScroll::-webkit-scrollbar-thumb:hover {
  background-color: #9C9C9C;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfLiLabel .wpfCheckbox input:checked + label:before {
  background: url("../images/check-box-checked.png") center no-repeat #171616 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1023px) {
  .wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfLiLabel .wpfCheckbox input:checked + label:before {
    background-size: 14px !important;
  }
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfLiLabel .wpfCheckbox label {
  width: 24px !important;
  height: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfLiLabel .wpfCheckbox label {
    width: 14px !important;
    height: 14px !important;
  }
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfLiLabel .wpfCheckbox label:before {
  border-radius: 0 !important;
  border-color: #171616 !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier .wpfLiLabel .wpfValue {
  color: #171616;
}

.checkout.checkout-updating {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.checkout.checkout-updating .col2-set:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout .woocommerce-NoticeGroup {
    width: 100%;
    margin-bottom: 16px;
  }
  .checkout .col2-set {
    width: 100%;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .checkout .col2-set .col-billing {
    max-width: 50%;
    width: 100%;
    padding: 0 16px !important;
  }
}
.checkout .woocommerce-checkout-review-order {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart {
    margin-bottom: 24px;
  }
}
.checkout-cart-form .order-hide {
  opacity: 0;
  display: none;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper .cart-100 {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *.custom-chechbox-mb {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *.custom-chechbox-mb {
    margin-bottom: 24px !important;
  }
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *.title > * {
  margin-bottom: 0;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(#billing_nova_poshta_region_field), .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(.form-row-first), .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(.form-row-last) {
  width: 100%;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(:last-child) {
  padding: 0;
  margin-bottom: 16px;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_state_field {
  display: none !important;
}
.checkout-cart-form #shipping_method {
  list-style-type: none;
  margin-left: 0;
}
.checkout-cart-form #shipping_method li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form #shipping_method li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.checkout-cart-form #shipping_method .custom-check input[type=hidden] + .custom-check__text:before {
  content: "";
  background-image: url("../images/check-box-checked.png");
  background-size: cover;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  width: 24px;
  height: 24px;
  top: -2px;
  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;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form #shipping_method .custom-check input[type=hidden] + .custom-check__text:before {
    top: 1px;
    width: 14px;
    height: 14px;
  }
}
.checkout-cart-form #payment .place-order {
  padding: 0 !important;
}
.checkout-cart-form form input,
.checkout-cart-form form textarea {
  border: 1px solid #171616 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #171616 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  padding: 18px 14px !important;
  color: #171616 !important;
  width: 100% !important;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.checkout-cart-form form textarea {
  height: 122px !important;
}
.checkout-cart-form form .form-row label {
  display: none;
}
.checkout-cart__block {
  padding: 80px;
  border: 1px solid #171616;
}
@media (max-width: 1400px) {
  .checkout-cart__block {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart__block {
    padding: 24px;
    margin-bottom: 40px;
  }
}
.checkout-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.checkout-cart-item__image {
  max-width: 180px;
  width: 100%;
}
.checkout-cart-item__image .product-thumbnail {
  height: 100%;
}
.checkout-cart-item__image .product-thumbnail img {
  height: 100%;
}
.checkout-cart-item__image img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__image {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.checkout-cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart-item__info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart-item__info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block {
    margin-bottom: 24px;
  }
}
.checkout-cart-item__info_block > *:not(:last-child) {
  margin-bottom: 8px;
}
.checkout-cart-item__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__title {
    margin-bottom: 8px;
  }
}
.checkout-cart-item__title a {
  color: #171616;
}
.checkout-cart-item .variation {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
.checkout-cart-item .variation li {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-cart-item .variation li span p {
  margin-top: 0;
}
.checkout-cart-item .variation li span:first-child {
  padding-right: 4px;
}
.checkout-cart-item__attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-cart-item__attr_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkout-cart-item__attr_item:not(:last-child) {
  margin-left: 8px;
}
.checkout-cart-item__attr_item .title {
  color: #4E4B48;
  margin-bottom: 8px;
}
.checkout-cart-item__attr_item .item {
  padding: 7px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #EDEDED;
  font-weight: 400;
}
.checkout-cart-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.checkout-cart-item__quantity .quantity-minus, .checkout-cart-item__quantity .quantity-plus {
  min-width: 3.125rem;
  min-height: 3.125rem;
  border: 1px solid #9C9C9C;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.15;
  cursor: pointer;
}
.checkout-cart-item__quantity input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  font-weight: 400;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #171616;
}
.checkout-cart-item__quantity input::-webkit-inner-spin-button,
.checkout-cart-item__quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.checkout-cart-item__price {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #171616;
}
.checkout-cart-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__remove {
    margin-top: 0;
  }
}
.checkout-cart-item__remove a {
  text-decoration: none;
  color: #9C9C9C;
  border-bottom: 1px solid #9C9C9C;
}
.checkout-cart-item__remove a:hover {
  color: #171616;
  border-bottom: 1px solid #171616;
}
.checkout-cart .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart .coupon {
    margin-bottom: 24px;
  }
}
.checkout-cart .coupon input {
  padding: 18px 14px;
  border: 1px solid #9C9C9C;
  color: #171616;
  line-height: 1.15;
  font-size: 16px;
  width: 100%;
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 1023px) {
  .checkout-cart .coupon input {
    padding: 14px;
    font-size: 12px;
  }
}
.checkout-cart .coupon-error-notice {
  width: 100%;
  margin-top: 8px;
}
.checkout-cart .coupon .btn {
  margin-left: 8px;
}
.checkout-order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.checkout-order-total span:first-child {
  margin-right: 8px;
}
.checkout-order-total span:last-child {
  font-weight: 400;
  color: #171616;
  text-align: right;
}
.checkout-order-total.total {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 8px;
  line-height: 1.15;
}

.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table td {
  background-color: transparent;
  padding: 0;
  border-top: none !important;
  border-bottom: none !important;
}

.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #9C9C9C;
  border-radius: 0;
  height: auto;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 14px;
  line-height: 1.15;
  font-size: 16px;
  color: #171616;
  width: calc(100% - 36px);
}
@media screen and (max-width: 1023px) {
  .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    padding: 14px;
  }
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/arrow-select-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 10px);
  right: 16px;
}
@media screen and (max-width: 1023px) {
  .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.textarea-postcard textarea {
  background-color: #ffffff;
  height: 100px !important;
  color: #4E4B48;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

form.checkout.woocommerce-checkout h1, form.checkout.woocommerce-checkout h2, form.checkout.woocommerce-checkout h3, form.checkout.woocommerce-checkout h4, form.checkout.woocommerce-checkout h5, form.checkout.woocommerce-checkout h6 {
  font-family: "Cormorant", serif;
}
form.checkout.woocommerce-checkout h1, form.checkout.woocommerce-checkout h2, form.checkout.woocommerce-checkout h3, form.checkout.woocommerce-checkout h4, form.checkout.woocommerce-checkout h5, form.checkout.woocommerce-checkout h6 {
  font-weight: 700;
}
form.checkout.woocommerce-checkout h1 {
  font-size: 80px;
}
@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout h1 {
    font-size: 36px;
  }
}
form.checkout.woocommerce-checkout h2 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout h2 {
    font-size: 22px;
  }
}
form.checkout.woocommerce-checkout h3 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout h3 {
    font-size: 20px;
  }
}
form.checkout.woocommerce-checkout h4 {
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout h4 {
    font-size: 16px;
  }
}
form.checkout.woocommerce-checkout h5 {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout h5 {
    font-size: 14px;
  }
}
form.checkout.woocommerce-checkout h6 {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout h6 {
    font-size: 12px;
  }
}

.woocommerce-order-received .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) {
  .woocommerce-order-received .section {
    min-height: 600px;
  }
}
.woocommerce-order-received .checkout-cart-order .wysiwyg a {
  color: #9C9C9C;
}
.woocommerce-order-received .checkout-cart-order .wysiwyg a:hover {
  color: #171616;
}
.woocommerce-order-received .checkout-cart-order-left, .woocommerce-order-received .checkout-cart-order-right {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-right {
  display: none;
}
.woocommerce-order-received .checkout-cart-order-left .col_11 {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-left .col_1 {
  display: none;
}

.woocommerce-checkout-payment .custom-check .custom-check__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.woocommerce-checkout-payment .custom-check .custom-check__text img {
  margin-left: 0 !important;
}

.woocommerce-order-received .section-title,
.woocommerce-order-received .not-cart {
  display: none;
}

.header .wcspc-count {
  background-color: transparent;
  position: static;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  line-height: 1.15;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .wcspc-count span {
  top: -3px !important;
  right: -8px !important;
  width: 16px;
  height: 16px;
  border: 1px solid #171616;
  background-color: #ffffff;
  color: #171616;
  font-size: 8px !important;
  line-height: 1.15 !important;
  font-weight: 400;
  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;
}
@media screen and (max-width: 1023px) {
  .header .wcspc-count span {
    font-size: 6px !important;
    width: 12px;
    height: 12px;
    top: -2px !important;
    right: -4px !important;
  }
}
.header .wcspc-count .icon {
  width: 18px;
  height: 18px;
  fill: #171616;
}
@media screen and (max-width: 1023px) {
  .header .wcspc-count .icon {
    width: 16px;
    height: 16px;
  }
}

.wcspc-overlay {
  background-color: rgba(33, 33, 33, 0.4) !important;
}
.wcspc-area {
  max-width: 700px !important;
  width: 100% !important;
  background-color: #ffffff !important;
  border-radius: 0;
  padding: 40px 40px !important;
  opacity: 0 !important;
}
@media screen and (min-width: 1024px) {
  .wcspc-area {
    max-height: 600px !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate3d(-50%, -500%, 0) !important;
            transform: translate3d(-50%, -500%, 0) !important;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area {
    padding: 16px 8px !important;
    height: auto;
    max-width: 90% !important;
  }
}
.wcspc-area:after {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area {
    padding: 24px !important;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area {
    padding: 16px 8px !important;
  }
}
.wcspc-area.wcspc-area-show {
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area.wcspc-area-show {
    top: 50%;
    -webkit-transform: translate3d(-105%, -50%, 0) !important;
            transform: translate3d(-105%, -50%, 0) !important;
  }
}
.wcspc-area .checkout-cart-item {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 !important;
  border-bottom: none !important;
  border-top: none !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wcspc-area .checkout-cart-item__title {
  font-family: "Cormorant", serif !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
.wcspc-area .checkout-cart-item__title a {
  font-family: "Cormorant", serif !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__image {
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info {
    margin-left: 0;
    margin-top: 8px;
  }
  .wcspc-area .checkout-cart-item__info_block {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_flex {
    -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;
  }
}
.wcspc-area .checkout-cart-item__price {
  font-family: "Open Sans", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .wcspc-area .checkout-cart-item__price {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__price {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  color: #171616 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__price.wcspc-item-price span {
    font-size: 16px !important;
  }
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price ins {
  text-decoration: none;
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price del {
  color: #9C9C9C !important;
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price del span {
  color: #9C9C9C !important;
}
.wcspc-area .checkout-cart-item__info_block .variation {
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_block .variation {
    font-size: 12px !important;
  }
}
.wcspc-area .checkout-cart-item__remove .wcspc-item-remove {
  font-family: "Open Sans", sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__remove .wcspc-item-remove {
    margin-top: 16px;
  }
}
.wcspc-area-top__info {
  color: #ffffff;
  background-color: #171616;
  padding: 16px;
}
.wcspc-area-bot {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wcspc-area-bot .wcspc-continue {
  display: none;
}
.wcspc-area-bot .wcspc-total-left {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #171616 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot .wcspc-total-left {
    font-size: 16px !important;
  }
}
.wcspc-area-bot .wcspc-total-right {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #171616 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot .wcspc-total-right {
    font-size: 16px !important;
  }
}
.wcspc-area-bot__info {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #171616 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot__info {
    font-size: 12px !important;
  }
}
.wcspc-area-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-header {
    margin-bottom: 16px;
  }
}
.wcspc-area-header__title {
  padding-right: 16px;
}
.wcspc-area-header__title .title {
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-header__title .title {
    font-size: 12px !important;
  }
}
.wcspc-area-header .wcspc-close {
  position: relative !important;
  left: 0 !important;
}
.wcspc-area .wcspc-item {
  padding: 0;
}
.wcspc-area .wcspc-no-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wcspc-area .wcspc-no-item p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #171616 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .wcspc-no-item p {
    font-size: 12px !important;
  }
}
.wcspc-item-thumb {
  width: auto !important;
}
.wcspc-item-thumb img {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}
.wcspc-item-remove {
  position: relative !important;
  padding: 0;
  top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: initial !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: #9C9C9C !important;
  border-bottom: 1px solid #9C9C9C !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-remove {
    font-size: 12px !important;
  }
}
.wcspc-item-remove:hover {
  color: #171616 !important;
  border-bottom-color: #171616 !important;
}
.wcspc-item-remove:before {
  display: none !important;
}
.wcspc-item-qty-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wcspc-item-qty-plus, .wcspc-item-qty-minus {
  position: relative !important;
  left: auto !important;
}
.wcspc-item-qty-input, .wcspc-item-qty-plus, .wcspc-item-qty-minus {
  min-width: 57px !important;
  width: auto !important;
  height: 57px !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  border: 1px solid #9C9C9C !important;
  background: #ffffff !important;
  color: #171616 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-qty-input, .wcspc-item-qty-plus, .wcspc-item-qty-minus {
    font-size: 12px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
}
.wcspc-item-qty-input:hover, .wcspc-item-qty-plus:hover, .wcspc-item-qty-minus:hover {
  border-color: #9C9C9C !important;
  background: #ffffff !important;
}
.wcspc-item-qty-input {
  border: 1px solid #171616 !important;
}
.wcspc-item-qty-plus {
  top: initial !important;
  margin-left: 8px;
}
.wcspc-item-qty-minus {
  bottom: initial !important;
  margin-right: 8px;
}
.wcspc-action-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wcspc-action-inner > div {
  width: auto !important;
}
.wcspc-total-left {
  color: #ffffff;
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-total-left {
    font-size: 16px !important;
  }
}
.wcspc-total-right {
  color: #036E70;
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-total-right {
    font-size: 16px !important;
  }
}

.header-search .dgwt-wcas-search-wrapp {
  max-width: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header-search .dgwt-wcas-search-form {
    left: auto !important;
    right: 32px !important;
    top: -12px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-search .dgwt-wcas-search-form {
    top: -13px !important;
    right: 32px !important;
    min-width: calc(100vw - 160px) !important;
  }
}
.header-search .dgwt-wcas-ico-magnifier-handler {
  fill: #171616;
}
.header.header-light .header-search .dgwt-wcas-ico-magnifier-handler {
  fill: #ffffff;
}

.dgwt-wcas-sf-wrapp {
  padding: 0 !important;
  background-color: transparent !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 8px 16px 8px 48px !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border-color: #171616 !important;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp del {
  font-family: "Open Sans", sans-serif !important;
  color: #9C9C9C !important;
  font-weight: 400 !important;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp ins {
  font-family: "Open Sans", sans-serif !important;
  color: #171616 !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  color: #171616;
  border-color: transparent;
  background-color: transparent;
  min-height: 44px;
  min-width: 44px;
  top: 0 !important;
  left: 0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
  fill: #171616;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  color: #9C9C9C;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover svg path {
  fill: #9C9C9C;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:active {
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:active svg path {
  fill: #9C9C9C;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:disabled {
  color: #4E4B48;
  border-color: #ffffff;
  background-color: #ffffff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:disabled svg path {
  fill: #4E4B48;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 8px !important;
}

.soc-list ul {
  list-style-type: none;
  margin: 0;
}
.soc-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.soc-list ul li:last-child {
  margin-bottom: 0;
}
.soc-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  color: #171616;
}
.soc-list ul li a span {
  padding-left: 8px;
}
.soc-list ul li a .icon {
  width: 24px;
  height: 24px;
  fill: #171616;
}
.soc-list ul li a:hover {
  color: #D6AC61;
}

.gallery-section-block .gallery-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.gallery-section-block .gallery-block__item {
  padding: 4px;
  display: block;
  width: 100%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 1023px) {
  .gallery-section-block .gallery-block__item {
    max-width: 33.3333333333%;
  }
}
.gallery-section-block .gallery-block__link {
  position: relative;
}
.gallery-section-block .gallery-block__link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(23, 22, 22, 0.6);
  background-image: url("../images/gallery-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .gallery-section-block .gallery-block__link:before {
    background-size: 24px;
  }
}
.gallery-section-block .gallery-block__link:hover:before {
  opacity: 1;
}
.gallery-section-block .gallery-block__link img {
  width: 100%;
  display: block;
}
.gallery-video-section-block .gallery-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.gallery-video-section-block .gallery-block__item {
  padding: 4px;
  display: block;
  width: 100%;
  max-width: 25%;
}
@media screen and (max-width: 1023px) {
  .gallery-video-section-block .gallery-block__item {
    max-width: 50%;
  }
}
.gallery-video-section-block .gallery-block__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1023px) {
  .counter-section {
    padding-bottom: 40px;
  }
}
.counter-list {
  counter-reset: services-counter;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .counter-list {
    margin-top: 8px;
  }
}
.counter-list .item {
  padding: 24px 80px 0;
  border-bottom: 1px solid #9C9C9C;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .counter-list .item {
    padding: 16px 0;
    padding-left: 46px;
  }
}
.counter-list .item h1, .counter-list .item h2, .counter-list .item h3, .counter-list .item h4, .counter-list .item h5, .counter-list .item h6 {
  text-transform: uppercase;
}
.counter-list .item:before {
  content: counter(services-counter, decimal-leading-zero);
  counter-increment: services-counter;
  font-size: 22px;
  font-weight: 400;
  color: #171616;
  position: absolute;
  left: 0;
  top: 28px;
}
@media screen and (max-width: 1023px) {
  .counter-list .item:before {
    font-size: 16px;
    top: 16px;
  }
}
.counter-image {
  height: 100%;
}
.counter-image img {
  height: 100%;
}

.main-banner_section {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-banner_section {
    min-height: calc(100vh - 106px);
    background-position-x: center !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;
}
@media screen and (max-width: 1023px) {
  .main-banner_section__home .main-banner_description {
    padding: 150px 0 70px;
  }
}
.main-banner_section__home .main-banner_description .white {
  color: #ffffff;
}
.main-banner_section__home .main-banner_description .burgundy {
  color: #51080F;
}
.main-banner_section__home .main-banner_description p {
  font-weight: 400;
}
.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;
}
@media screen and (max-width: 1023px) {
  .main-banner_section .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.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;
}
.main-banner-slider .slider-item {
  height: auto;
}

.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: 400;
}
.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);
  }
}

/*woocommerce*/
.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 16px;
  font-weight: 400;
  color: #171616 !important;
  padding: 24px 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 12px;
    padding: 8px 0;
  }
}
.breadcrumb .breadcrumb_last,
.woocommerce-breadcrumb .breadcrumb_last {
  color: #171616;
}
.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #9C9C9C !important;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #171616 !important;
}

.woocommerce-message {
  display: none !important;
}
.woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 40px;
  background-color: #EDEDED;
}
@media screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px 16px;
  }
}
.woocommerce .woocommerce-customer-details address {
  border-color: #9C9C9C;
  border-width: 1px !important;
  border-radius: 0;
  padding: 24px;
}

.account-container {
  padding: 40px;
  background-color: #EDEDED;
}
@media screen and (max-width: 1023px) {
  .account-container {
    padding: 24px 16px;
  }
}
.account-container form.login, .account-container form.register {
  padding: 0;
  margin: 0;
  border: none;
}
.account-container form .custom-check .custom-check__text {
  font-weight: 400;
}
.account-container form .woocommerce-LostPassword {
  margin-top: 24px;
}
.account-container form .woocommerce-LostPassword a {
  color: #171616;
  font-weight: 400;
  border-bottom: 1px solid #171616;
}
.account-order__list .order-details__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .account-order__list .order-details__item_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
  }
  .account-order__list .order-details__item_block > * {
    width: 100%;
    padding: 0 20px;
  }
  .account-order__list .order-details__item_block > *:first-child {
    max-width: 35%;
  }
  .account-order__list .order-details__item_block > *:last-child {
    max-width: 65%;
  }
}
.account-order__list .order-details__item_image {
  margin-bottom: 16px;
}
.account-order__list .order-details__item_image img {
  width: 100%;
}
.account-order__list .order-details__item_info ul {
  list-style-type: none;
  margin: 0;
}
.account-order__list .order-details__item_info ul li {
  margin-bottom: 16px;
}
.account-order__list .order-details__item_info ul .wc-item-meta {
  margin-bottom: 16px;
}
.account-order__list .order-details__item_info ul .wc-item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-order__list .order-details__item_info ul .wc-item-meta li strong {
  font-weight: 400;
}
.account-order__list .order-details__item_info ul .wc-item-meta li p {
  margin: 0;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .account-order-table__btn .icon {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .account-order-table__btn {
    width: 48px;
    height: 48px;
    padding: 16px;
    border-radius: 16px;
  }
  .account-order-table__btn .btn-text {
    display: none;
  }
}
.account-order-table.table tr th {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: #171616;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .account-order-table.table tr th {
    font-size: 12px;
  }
  .account-order-table.table tr th:not(:first-child), .account-order-table.table tr th:not(:last-child) {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .account-order-table.table tr th:last-child {
    width: 48px;
  }
}
.account-order-table.table tr td {
  border-bottom: none;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .account-order-table.table tr td {
    font-size: 14px;
  }
  .account-order-table.table tr td:not(:first-child), .account-order-table.table tr td:not(:last-child) {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.account-addresses > *:not(:last-child) {
  margin-bottom: 40px;
}
.account-addresses-block {
  padding: 24px;
  border-radius: 30px;
  background-color: #ffffff;
}
.account-addresses-block address {
  padding: 0 !important;
  border: none !important;
}
.account-nav.menu-list .menu-item:not(:last-child) {
  margin-bottom: 24px;
}
.account-nav.menu-list .menu-item a {
  font-size: 22px;
  font-weight: 400;
  color: #9C9C9C;
}
@media screen and (max-width: 1023px) {
  .account-nav.menu-list .menu-item a {
    font-size: 16px;
  }
}
.account-nav.menu-list .menu-item a:hover {
  color: #171616;
}
.account-nav.menu-list .menu-item.is-active a {
  color: #171616;
}
.account-nav.menu-list .menu-item.is-active a:hover {
  color: #9C9C9C;
}

#formOrderOneClick > .overlay {
  padding: 16px !important;
}
#formOrderOneClick > .popup {
  top: 50% !important;
  max-width: 760px !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 40px !important;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup {
    padding: 32px 16px !important;
    max-width: 560px !important;
  }
}
@media screen and (max-width: 767px) {
  #formOrderOneClick > .popup {
    max-width: 90% !important;
  }
}
#formOrderOneClick > .popup .order-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .order-group {
    margin: 16px 0;
  }
}
#formOrderOneClick > .popup .order-group__img {
  width: 130px;
  margin-right: 24px;
}
#formOrderOneClick > .popup .order-group__img img {
  width: 100%;
  display: block;
}
#formOrderOneClick > .popup .order-group__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(100% - 155px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .order-group__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#formOrderOneClick > .popup .order-group__info .title {
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .order-group__info .title {
    margin-bottom: 16px;
  }
}
#formOrderOneClick > .popup .order-group__info .price {
  display: block;
  color: #171616;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .order-group__info .price {
    font-size: 12px;
  }
}
#formOrderOneClick > .popup .order-group__info .price ins {
  color: #171616;
  text-decoration: none;
  font-weight: 400;
}
#formOrderOneClick > .popup .order-group__info .price del {
  color: #9C9C9C;
  font-weight: 400;
}
#formOrderOneClick > .popup .close_order {
  width: 18px !important;
  height: 18px !important;
  top: 16px !important;
  right: 16px !important;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .close_order {
    width: 14px !important;
    height: 14px !important;
  }
}
#formOrderOneClick > .popup .close_order .icon {
  width: 18px;
  height: 18px;
  fill: #9C9C9C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .close_order .icon {
    width: 14px;
    height: 14px;
  }
}
#formOrderOneClick > .popup .close_order:hover .icon {
  fill: #171616;
}
#formOrderOneClick > .popup .form-field input[type=text],
#formOrderOneClick > .popup .form-field input[type=password],
#formOrderOneClick > .popup .form-field input[type=tel],
#formOrderOneClick > .popup .form-field input[type=email],
#formOrderOneClick > .popup .form-field input[type=number],
#formOrderOneClick > .popup .form-field textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #171616 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  padding: 18px 14px !important;
  color: #171616 !important;
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #formOrderOneClick > .popup .form-field input[type=text],
#formOrderOneClick > .popup .form-field input[type=password],
#formOrderOneClick > .popup .form-field input[type=tel],
#formOrderOneClick > .popup .form-field input[type=email],
#formOrderOneClick > .popup .form-field input[type=number],
#formOrderOneClick > .popup .form-field textarea {
    font-size: 12px !important;
    padding: 14px !important;
  }
}
#formOrderOneClick > .popup .form-field input[type=text] textarea,
#formOrderOneClick > .popup .form-field input[type=password] textarea,
#formOrderOneClick > .popup .form-field input[type=tel] textarea,
#formOrderOneClick > .popup .form-field input[type=email] textarea,
#formOrderOneClick > .popup .form-field input[type=number] textarea,
#formOrderOneClick > .popup .form-field textarea textarea {
  width: 100% !important;
  height: 175px !important;
  resize: none !important;
  border: none !important;
  border-bottom: 1px solid #171616 !important;
}