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

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

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

body {
  background-color: #FFFFFF;
  color: #12100B;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #12100B;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #12100B;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

h1,
.h1 {
  font-size: 64px;
}
@media (max-width: 1400px) {
  h1,
.h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 32px;
  }
}

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

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

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

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

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #12100B;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #B4B4B4;
}

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

a {
  color: #12100B;
}
a:hover {
  text-decoration: none;
  color: #B4B4B4;
}

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

p:empty {
  display: none;
}

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

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

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

.blockquote,
blockquote {
  padding-left: 24px;
  margin-bottom: 24px;
  border-left: 1px solid #12100B;
}

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

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

.info-text-g {
  color: #B4B4B4;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .info-text-g {
    font-size: 10px;
  }
}
.info-text-g .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: #B4B4B4;
  margin-right: 4px;
  margin-bottom: -4px;
}
@media screen and (max-width: 1023px) {
  .info-text-g .icon {
    width: 14px;
    height: 14px;
  }
}

.load-list + .load-btn__block {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .load-list + .load-btn__block {
    margin-top: 24px;
  }
}
.load-hide-block {
  display: none !important;
}

.container {
  width: 100%;
  max-width: calc(100% - 128px);
  margin: 0 auto;
  padding: 0 10px;
}
.container:before, .container:after {
  display: none;
}
.container-middle {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1060px;
  width: 100%;
}
@media (max-width: 1400px) {
  .container {
    max-width: calc(100% - 84px);
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 64px);
  }
  .container-middle {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .container-middle {
    padding: 0 10px;
    max-width: 560px;
  }
}
@media screen and (max-width: 579px) {
  .container {
    max-width: 100%;
  }
  .container-middle {
    max-width: 100%;
  }
}

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

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

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

.display-image img {
  display: block;
  width: 100%;
}
.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: #675545;
}

.fancybox__progress {
  background: #675545;
}

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

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

.icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .icon {
    width: 12px;
    height: 12px;
  }
}
.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text .icon {
  margin-right: 8px;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
}
table td, table th {
  border-bottom: 1px solid #B4B4B4;
  border-top: 1px solid #B4B4B4;
  color: #12100B;
  font-weight: 400;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 600;
  background-color: #F5F5F5;
}
table thead td {
  padding: 16px;
  font-weight: 600;
  background-color: #F5F5F5;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[name=txtemail],
textarea {
  background-color: transparent;
  border: 1px solid #12100B;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 16px;
  color: #12100B;
  width: 100%;
  margin: 0;
  height: auto;
  font-family: "Montserrat", 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],
input[name=txtemail],
textarea {
    font-size: 12px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[name=txtemail]:hover,
textarea:hover {
  border-color: #12100B;
  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,
input[name=txtemail]:focus,
textarea:focus {
  border-color: #12100B;
  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,
input[name=txtemail]:disabled,
textarea:disabled {
  border-color: #C8C8CA;
  background-color: #C8C8CA;
  color: #777777;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
input[type=date].error,
input[name=txtemail].error,
textarea.error {
  border-color: #911B1B;
}

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

.form-field {
  margin-bottom: 16px;
}
.form-field .label-wrap {
  display: block;
  height: 100%;
}
.form-field.required .control-label:before,
.form-field.required .form-field__title:before {
  display: none;
}
.form-field__title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  color: #12100B;
  text-align: left !important;
}
@media screen and (max-width: 1023px) {
  .form-field__title {
    font-size: 12px;
  }
}
.form-field, .form-group {
  position: relative;
}
.form-field .input-group-addon, .form-group .input-group-addon {
  background-color: transparent;
  font-weight: 600;
}

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

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

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

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

.form-group .select2-container--bootstrap.select2-container--open .select2-selection, .form-group .select2-container--default.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow, .form-group .select2-container--default.select2-container--open .select2-selection .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.form-group .select2-container--bootstrap .select2-selection, .form-group .select2-container--default .select2-selection {
  background-color: #FFFFFF;
  height: auto;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 16px;
  color: #12100B;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 32px;
}
@media screen and (max-width: 1023px) {
  .form-group .select2-container--bootstrap .select2-selection, .form-group .select2-container--default .select2-selection {
    padding: 6px;
    padding-right: 16px;
  }
}
.form-group .select2-container--bootstrap .select2-selection .select2-selection__rendered, .form-group .select2-container--default .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .form-group .select2-container--bootstrap .select2-selection .select2-selection__rendered, .form-group .select2-container--default .select2-selection .select2-selection__rendered {
    font-size: 10px;
  }
}
.form-group .select2-container--bootstrap .select2-selection .select2-selection__arrow, .form-group .select2-container--default .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 1023px) {
  .form-group .select2-container--bootstrap .select2-selection .select2-selection__arrow, .form-group .select2-container--default .select2-selection .select2-selection__arrow {
    width: 10px;
    height: 10px;
  }
}
.form-group .select2-container--bootstrap .select2-selection .select2-selection__arrow b, .form-group .select2-container--default .select2-selection .select2-selection__arrow b {
  position: initial;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-bottom: 1px solid #12100B;
  border-right: 1px solid #12100B;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .form-group .select2-container--bootstrap .select2-selection .select2-selection__arrow b, .form-group .select2-container--default .select2-selection .select2-selection__arrow b {
    width: 7px;
    height: 7px;
  }
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: #FFFFFF;
}
.select2-container .select2-dropdown .select2-search__field {
  background-color: transparent !important;
  border: none !important;
  height: auto;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding: 16px 16px !important;
  color: #12100B !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  color: #B4B4B4 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #777777 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  color: #777777 !important;
}

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

.radio-block_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.radio-block_group .radio,
.radio-block_group .checkbox {
  margin: 0 4px;
}
.radio-block_group .radio label,
.radio-block_group .checkbox label {
  padding: 0;
}
.radio-block_group .radio label input[type=radio],
.radio-block_group .radio label input[type=checkbox],
.radio-block_group .checkbox label input[type=radio],
.radio-block_group .checkbox label input[type=checkbox] {
  opacity: 0;
}
.radio-block_group .radio label input[type=radio] ~ .custom-check__text,
.radio-block_group .radio label input[type=checkbox] ~ .custom-check__text,
.radio-block_group .checkbox label input[type=radio] ~ .custom-check__text,
.radio-block_group .checkbox label input[type=checkbox] ~ .custom-check__text {
  background-color: #FFFFFF;
  color: #12100B;
  padding: 7px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radio-block_group .radio label input[type=radio] ~ .custom-check__text:hover,
.radio-block_group .radio label input[type=checkbox] ~ .custom-check__text:hover,
.radio-block_group .checkbox label input[type=radio] ~ .custom-check__text:hover,
.radio-block_group .checkbox label input[type=checkbox] ~ .custom-check__text:hover {
  background-color: #DCDCDC;
  color: #FFFFFF;
}
.radio-block_group .radio label input[type=radio]:checked ~ .custom-check__text,
.radio-block_group .radio label input[type=checkbox]:checked ~ .custom-check__text,
.radio-block_group .checkbox label input[type=radio]:checked ~ .custom-check__text,
.radio-block_group .checkbox label input[type=checkbox]:checked ~ .custom-check__text {
  background-color: #DCDCDC;
  color: #FFFFFF;
}
.radio-block_group .radio.color label input[type=radio] ~ .custom-check__text,
.radio-block_group .radio.color label input[type=checkbox] ~ .custom-check__text {
  width: 22px;
  height: 22px;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radio-block_group .radio.color label input[type=radio] ~ .custom-check__text img,
.radio-block_group .radio.color label input[type=checkbox] ~ .custom-check__text img {
  width: 18px;
  height: 18px;
}
.radio-block_group .radio.color label input[type=radio] ~ .custom-check__text:hover,
.radio-block_group .radio.color label input[type=checkbox] ~ .custom-check__text:hover {
  background-color: transparent;
  border-color: #12100B;
}
.radio-block_group .radio.color label input[type=radio]:checked ~ .custom-check__text,
.radio-block_group .radio.color label input[type=checkbox]:checked ~ .custom-check__text {
  background-color: transparent;
  border-color: #12100B;
}

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

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

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

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

.jcf-focus {
  border-color: #12100B;
}

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

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

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

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

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

.attach {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.attach.attach_active .attach__preview {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attach .attach__input {
  position: absolute;
  left: -99999px;
}
.attach_single_title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
  color: #12100B;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .attach_single_title {
    font-size: 14px;
    padding-left: 22px;
  }
}
.attach_single_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  background-image: url("../../assets/images/icon/attach.svg");
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .attach_single_title:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}
.attach:hover .attach_single_title {
  text-decoration: none;
}

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

::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #DCDCDC;
  width: 6px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #B4B4B4;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #12100B;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.2;
  padding: 18px 32px;
  border: 1px solid #12100B;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: normal;
  background-color: #12100B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    padding: 12px 18px;
    font-size: 12px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #FFFFFF;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #675545;
  border-color: #675545;
}
.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: #675545;
  color: #B4B4B4;
  background-color: #675545;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #B4B4B4;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #12100B;
  border-color: #777777;
  background-color: #777777;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #12100B;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  color: #12100B;
  border-color: #12100B;
  background-color: transparent;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #12100B;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #675545;
  border-color: #675545;
  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: #675545;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #675545;
  border-color: #675545;
  background-color: transparent;
}
.btn.btn_secondary:active .icon,
button.btn_secondary:active .icon,
input[type=submit].btn_secondary:active .icon,
input[type=reset].btn_secondary:active .icon {
  fill: #675545;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: #777777;
  background-color: transparent;
  color: #777777;
}
.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: #777777;
}
.btn.btn_tertiary,
button.btn_tertiary,
input[type=submit].btn_tertiary,
input[type=reset].btn_tertiary {
  color: #FFFFFF;
  border-color: #12100B;
  background-color: #12100B;
}
.btn.btn_tertiary .icon,
button.btn_tertiary .icon,
input[type=submit].btn_tertiary .icon,
input[type=reset].btn_tertiary .icon {
  fill: #FFFFFF;
}
.btn.btn_tertiary:hover,
button.btn_tertiary:hover,
input[type=submit].btn_tertiary:hover,
input[type=reset].btn_tertiary:hover {
  color: #12100B;
  border-color: #12100B;
  background-color: transparent;
}
.btn.btn_tertiary:hover .icon,
button.btn_tertiary:hover .icon,
input[type=submit].btn_tertiary:hover .icon,
input[type=reset].btn_tertiary:hover .icon {
  fill: #FFFFFF;
}
.btn.btn_tertiary:active,
button.btn_tertiary:active,
input[type=submit].btn_tertiary:active,
input[type=reset].btn_tertiary:active {
  color: #FFFFFF;
  border-color: #DCDCDC;
  background-color: #DCDCDC;
}
.btn.btn_tertiary:active .icon,
button.btn_tertiary:active .icon,
input[type=submit].btn_tertiary:active .icon,
input[type=reset].btn_tertiary:active .icon {
  fill: #675545;
}
.btn.btn_tertiary:disabled,
button.btn_tertiary:disabled,
input[type=submit].btn_tertiary:disabled,
input[type=reset].btn_tertiary:disabled {
  color: #12100B;
  border-color: #777777;
  background-color: #777777;
}
.btn.btn_tertiary:disabled .icon,
button.btn_tertiary:disabled .icon,
input[type=submit].btn_tertiary:disabled .icon,
input[type=reset].btn_tertiary:disabled .icon {
  fill: #12100B;
}
.btn.btn_fourth,
button.btn_fourth,
input[type=submit].btn_fourth,
input[type=reset].btn_fourth {
  color: #12100B;
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}
.btn.btn_fourth .icon,
button.btn_fourth .icon,
input[type=submit].btn_fourth .icon,
input[type=reset].btn_fourth .icon {
  fill: #12100B;
}
.btn.btn_fourth:hover,
button.btn_fourth:hover,
input[type=submit].btn_fourth:hover,
input[type=reset].btn_fourth:hover {
  color: #F5F5F5;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.btn.btn_fourth:hover .icon,
button.btn_fourth:hover .icon,
input[type=submit].btn_fourth:hover .icon,
input[type=reset].btn_fourth:hover .icon {
  fill: #F5F5F5;
}
.btn.btn_fourth:active,
button.btn_fourth:active,
input[type=submit].btn_fourth:active,
input[type=reset].btn_fourth:active {
  color: #12100B;
  border-color: #FFFFFF;
  background-color: #F5F5F5;
}
.btn.btn_fourth:active .icon,
button.btn_fourth:active .icon,
input[type=submit].btn_fourth:active .icon,
input[type=reset].btn_fourth:active .icon {
  fill: #12100B;
}
.btn.btn_fourth:disabled,
button.btn_fourth:disabled,
input[type=submit].btn_fourth:disabled,
input[type=reset].btn_fourth:disabled {
  color: #12100B;
  border-color: #777777;
  background-color: #777777;
}
.btn.btn_fourth:disabled .icon,
button.btn_fourth:disabled .icon,
input[type=submit].btn_fourth:disabled .icon,
input[type=reset].btn_fourth:disabled .icon {
  fill: #12100B;
}

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

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg iframe {
  width: 100%;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 16px;
}
@media screen and (max-width: 991px) {
  .wysiwyg img.float-left, .wysiwyg img.float-right {
    width: 100% !important;
    height: auto !important;
  }
}
.wysiwyg img.float-left {
  margin-left: 0;
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .wysiwyg img.float-left {
    margin-right: 0;
  }
}
.wysiwyg img.float-right {
  margin-left: 16px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .wysiwyg img.float-right {
    margin-left: 0;
  }
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li, .wysiwyg ol li {
    padding-left: 16px;
  }
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg-title-def h1, .wysiwyg-title-def h2, .wysiwyg-title-def h3, .wysiwyg-title-def h4, .wysiwyg-title-def h5, .wysiwyg-title-def h6 {
  text-transform: initial;
}
.wysiwyg.check-list ul li {
  padding-left: 52px;
  margin-bottom: 24px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wysiwyg.check-list ul li {
    margin-bottom: 10px;
  }
}
.wysiwyg.check-list ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg.check-list ul li:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/check-circle.png");
}

@media screen and (min-width: 1024px) {
  .counter-row {
    margin: 0 -50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .counter-row {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 1024px) {
  .counter-row > .col {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .counter-row > .col {
    padding: 0 30px;
  }
}

.counter-image img {
  height: 100%;
  width: 100%;
}

.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: 48px;
  height: 48px;
  top: calc(50% - 24px);
  margin-top: 0;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn {
    width: 24px;
    height: 24px;
  }
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn .icon {
  width: 12px;
  height: 22px;
  display: block;
  fill: #B4B4B4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn .icon {
    width: 11px;
    height: 6px;
  }
}
.slider-nav-btn:hover {
  border-color: #B4B4B4;
  background-color: #B4B4B4;
}
.slider-nav-btn:hover .icon {
  fill: #FFFFFF;
}
.slider-nav-btn .btn-slider__icon {
  position: relative;
  width: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn .btn-slider__icon {
    width: 32px;
  }
}
.slider-nav-btn .btn-slider__icon .icon {
  display: block;
  margin-left: 0;
  fill: #12100B;
  display: block;
}
.slider-nav-btn .btn-slider__icon .icon.arrow {
  width: 41px !important;
  height: 8px !important;
  position: absolute;
  top: calc(50% - 4px);
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn .btn-slider__icon .icon.arrow {
    width: 20px !important;
  }
}
.slider-nav-btn .btn-slider__icon .icon.round {
  width: 46px !important;
  height: 48px !important;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn .btn-slider__icon .icon.round {
    width: 23px !important;
    height: 24px !important;
  }
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-next .btn-slider__icon .icon.arrow {
  left: 0;
}
.slider-nav-btn-next .btn-slider__icon .icon.round {
  margin-left: auto;
}
.slider-nav-btn-prev {
  left: 32px;
}
.slider-nav-btn-prev .btn-slider__icon .icon.arrow {
  right: 0;
}
.slider-nav-btn-prev .btn-slider__icon .icon.round {
  margin-right: auto;
}
.slider-title-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-title-nav .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.slider-title-nav .slider-nav .slider-nav-btn {
  position: static;
}
.slider-pagination {
  position: initial;
  margin-top: 40px;
  text-align: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #12100B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #12100B;
}

.gallery-slider {
  overflow: inherit;
}

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

.accordion-item {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 1023px) {
  .accordion-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .accordion-item.active .accordion-item__header {
    margin-bottom: 24px;
  }
}
.accordion-item.active .accordion-item__header .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-item.active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #12100B;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header {
    font-size: 18px;
  }
}
.accordion-item .accordion-item__header .title-text {
  margin-right: 16px;
}
.accordion-item .accordion-item__header .arrow {
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #12100B;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header .arrow {
    width: 18px;
    height: 18px;
  }
}
.accordion-item .accordion-item__body {
  display: none;
  margin-bottom: 16px;
}

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

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

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

.header {
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-top {
  background-color: #12100B;
  padding: 16px 0;
  color: #FFFFFF;
}
.header-top a {
  color: #FFFFFF;
}
.header-top a .icon {
  fill: #FFFFFF;
}
.header-top a:hover {
  color: #675545;
}
.header-top a:hover .icon {
  fill: #675545;
}
.header-top .icon {
  fill: #FFFFFF;
}
.header-top .header-search input {
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .header-top .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-top .header-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-top .header-info__block.first {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
  .header-top .header-info__block.last {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.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;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .header .container {
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .header-bottom {
    padding: 14px 0;
  }
}
.header-bottom .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: var(--vhHeader);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(13, 18, 1, 0.66);
  }
  .header-mobile .nav-toggle {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(2) {
    opacity: 0;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__lang {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    min-height: calc(100vh - var(--vhHeader));
    max-width: 400px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 64px 24px;
    overflow-y: auto;
  }
}
.header-mobile__info_block.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__info_block.phone a {
  font-size: 26px;
}
.header-mobile__info_block.phone:after {
  content: url("../images/icon/whatsupp.png");
  margin-left: 4px;
}
@media screen and (min-width: 1024px) {
  .header-mobile__info_block {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header-mobile__info .contact-list li {
  font-size: 24px;
  font-weight: 600;
  color: #12100B;
}
.header-mobile__info .contact-list li a {
  color: #12100B;
}
.header-mobile__info .contact-list li a:hover {
  color: #675545;
}
@media screen and (min-width: 1024px) {
  .header-mobile__info_block.social {
    display: none;
  }
}
.header.active {
  top: 0 !important;
}
@media screen and (max-width: 1023px) {
  .header.active .header-mobile {
    height: calc(var(--vh, 100vh) - var(--vhHeader));
    visibility: visible;
    opacity: 1;
  }
}

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

.nav-toggle {
  display: none;
  width: 18px;
  height: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-toggle .nav-toggle__link {
  display: block;
  background-color: #12100B;
  height: 2px;
  border-radius: 3px;
  width: 100%;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
.nav-toggle.active .nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .nav-toggle__link:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .header-menu-desctop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu__container .language-menu li {
    margin-bottom: 0;
  }
}
.header .logo {
  margin: 0 10px;
  max-width: 140px;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    max-width: 80px;
    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 (max-width: 1023px) {
  .header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 24px;
  }
}
@media (max-width: 1400px) {
  .header .menu-list {
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item {
    margin-bottom: 24px !important;
  }
}
.header .menu-list .menu-item a {
  color: #12100B;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list .menu-item a {
    font-size: 16px;
  }
}
.header .menu-list .menu-item a:hover {
  color: #675545;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item a {
    font-size: 12px;
  }
}
.header .menu-list .menu-item__sub .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.header .menu-list .sub-menu {
  list-style-type: none;
  padding: 10px 24px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .sub-menu {
    padding: 0 24px 10px;
  }
}
.header .menu-list .sub-menu li a {
  text-transform: initial;
}
.header .menu-list.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .menu-list.lang .lang-item {
  padding: 0 5px;
}
.header .menu-list.lang .lang-item:not(:first-child) {
  border-left: 3px solid #12100B;
}
.header .menu-list.lang .lang-item a {
  font-weight: 600;
  text-transform: uppercase;
  color: #12100B;
}
@media screen and (max-width: 1023px) {
  .header .menu-list.lang .lang-item a {
    font-size: 30px;
    font-weight: 900;
  }
}
.header .menu-list.lang .lang-item a:hover {
  color: #675545;
}
.header .menu-list.lang .lang-item.current-lang a {
  color: #675545;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .header .menu-list.lang .lang-item {
    margin-bottom: 0;
  }
  .header .menu-list.lang .lang-item a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list > .menu-item:not(.menu-item-drill) {
    padding: 24px 4px;
    margin-bottom: 0 !important;
  }
  .header .menu-list > .menu-item.menu-item__sub > a {
    padding-right: 24px;
    position: relative;
  }
  .header .menu-list > .menu-item.menu-item__sub .arrow {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .menu-list > .menu-item.menu-item__sub:hover .arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-info__block .icon {
  display: block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .header-info__block .icon {
    width: 16px;
    height: 16px;
  }
}
.header-info__block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .header-info__block_list {
    gap: 16px;
  }
}
.header .mini-cart {
  position: static;
  display: block;
}
.header .mini-cart .btn .icon {
  fill: #FFFFFF;
}
.header .mini-cart .btn:hover .icon {
  fill: #675545;
}
.header-search {
  width: 100%;
}
.header-search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2A2823;
  background-color: #2A2823;
  border-radius: 48px;
  padding-left: 14px;
}
@media screen and (max-width: 1023px) {
  .header-search .input-group {
    padding-left: 8px;
  }
}
.header-search .input-group input {
  border: none;
  padding: 8px 14px;
}
@media screen and (max-width: 1023px) {
  .header-search .input-group input {
    padding: 8px 8px;
  }
}
.header-search .input-group-btn {
  width: auto;
}
.header-search .input-group-btn .icon {
  display: block;
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .header-search .input-group-btn .icon {
    width: 10px;
    height: 10px;
  }
}
.header-search .input-group-btn:hover .icon {
  fill: #675545;
}
.header .language-menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .language-menu li {
  padding: 0 2px;
}
.header .language-menu li:not(:last-child) {
  border-right: 1px solid #12100B;
}
.header .language-menu li.active .btn {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .header-order__logo, .header-order__info, .header-order__menu {
    max-width: 33.3334%;
    width: 100%;
  }
  .header-order__logo .logo img {
    margin: 0 auto;
  }
  .header-order__info {
    margin-left: auto;
  }
  .header-order__menu {
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-order__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    width: 100%;
  }
  .header-order__info, .header-order__menu {
    width: 100%;
  }
  .header-order__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: calc(100% - 60px);
  }
  .header-order__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 60px;
  }
}
.header .navbar-header {
  float: none;
}
.header .navbar-header__desctop .nav-toggle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 18px;
  height: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header .navbar-header__desctop .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .navbar-header__desctop .nav-toggle .nav-toggle__link {
  display: block;
  background-color: #12100B;
  height: 2px;
  border-radius: 3px;
  width: 100%;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .navbar-header__desctop .nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.header .navbar-header__desctop .nav-toggle.active .nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.header .navbar-header__desctop .nav-toggle.active .nav-toggle__link:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}
.header .navbar-header__desctop .header-mobile {
  position: absolute;
  left: 0;
  height: 0;
  top: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(13, 18, 1, 0.66);
}
@media screen and (min-width: 1024px) {
  .header .navbar-header__desctop .header-mobile__block {
    background-color: #FFFFFF;
    padding: 24px;
    width: 100%;
    height: calc(var(--vh, 100vh) - 134px);
    margin-left: auto;
    overflow-y: auto;
  }
}
.header .navbar-header__desctop .header-mobile__block .header-menu > .menu-item a {
  color: #DCDCDC;
}
@media screen and (max-width: 1023px) {
  .header.active .navbar-header__desctop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header.active .navbar-header__desctop .header-mobile {
    height: calc(var(--vh, 100vh) - 122px);
    visibility: visible;
    opacity: 1;
  }
  .header.active .navbar-header__desctop .header-mobile .header-menu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-menu__mob {
    display: none;
  }
}
.header .dropdown-block .dropdown-toggle {
  white-space: nowrap;
}
.header .dropdown-block .dropdown-menu {
  background-color: #12100B;
}
.header .dropdown-block .dropdown-menu li a {
  white-space: nowrap;
}
.header .dropdown-block .dropdown-menu li a:hover {
  color: #675545;
}
.header .dropdown-block.language .dropdown-toggle {
  padding-right: 0;
}
.header .dropdown-block.language .dropdown-toggle:after {
  display: none;
}

.footer {
  margin-top: auto;
  background-color: #12100B;
  color: #F5F5F5;
}
.footer a {
  color: #F5F5F5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #B4B4B4;
}
.footer-top {
  padding: 40px 0;
  font-family: "Montserrat", sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top .menu .footer-info,
.footer-top .info .footer-info {
    margin: 0 auto;
  }
}
.footer-bottom {
  border-top: 1px solid #2A2823;
  padding: 16px 0;
  color: #777777;
}
.footer-bottom p {
  font-size: #777777;
}
.footer-bottom p a {
  color: #777777;
}
.footer-bottom p a:hover {
  color: #F5F5F5;
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    text-align: center;
    padding: 24px 0;
  }
}
.footer-info__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-info__description {
    gap: 24px;
  }
}
.footer-info__title {
  color: #777777;
  margin-bottom: 16px;
}
.footer-info .logo {
  max-width: 290px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    max-width: 200px;
  }
}
.footer-info .wysiwyg {
  max-width: 430px;
  color: #777777;
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 0;
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 8px;
}
.footer-info .contact-list.email a {
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 12px 0;
  }
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer .menu-list .menu-item a {
  font-weight: 400;
  color: #F5F5F5;
}
.footer .menu-list .menu-item a:hover {
  color: #B4B4B4;
}
.footer .soc-list li a {
  background-color: #2A2823;
}
.footer .soc-list li a .icon {
  fill: #FFFFFF;
}
.footer .soc-list li a:hover {
  border-color: #FFFFFF;
}
.footer .soc-list__pay {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .footer .soc-list__pay {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer .soc-list__pay {
    margin-top: 12px;
  }
  .footer .soc-list__pay ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .footer .soc-list__pay ul li img {
    max-width: 24px;
  }
}
.footer .contact-list:not(:last-child) {
  margin-bottom: 16px;
}
.footer .contact-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer .contact-list.addres .icon-item:before {
  background-image: url("../../assets/images/icon/footer-location.svg");
}
.footer .contact-list.phone .icon-item:before {
  background-image: url("../../assets/images/icon/footer-phone.svg");
}
.footer .contact-list.email .icon-item:before {
  background-image: url("../../assets/images/icon/footer-email.svg");
}

.popup {
  cursor: auto;
  padding: 30px;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #FFFFFF;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.4);
}
.popup.popup-full {
  width: 100%;
  min-height: 100%;
}
.popup.popup-middle {
  width: 768px;
}
.popup.popup-tiny {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  -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: #12100B;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  margin-bottom: 16px;
}
.popup-content .wysiwyg .wpcf7 {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-close {
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  margin-bottom: 8px;
  margin-left: auto;
}
.popup-close .icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: #B4B4B4;
}
.popup-close:hover {
  background: none;
}
.popup-close:hover .icon {
  fill: #675545;
}

.section {
  padding: 40px 0;
}
.section-info {
  padding: 40px 0 !important;
}
.section:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .section:first-child {
    padding-top: 40px;
  }
}
.section:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section:last-child {
    padding-bottom: 40px;
  }
}
.section-top-150 {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .section-top-150 {
    padding-top: 40px;
  }
}
.section-bottom-150 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .section-bottom-150 {
    padding-bottom: 40px;
  }
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
.section-small {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 40px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-gray {
  background-color: #F5F5F5;
}
.section.light-fon {
  color: #B4B4B4;
}
.section.light-fon h1, .section.light-fon h2, .section.light-fon h3, .section.light-fon h4, .section.light-fon h5, .section.light-fon h6 {
  color: #B4B4B4;
}
.section.light-fon h1 span, .section.light-fon h2 span, .section.light-fon h3 span, .section.light-fon h4 span, .section.light-fon h5 span, .section.light-fon h6 span {
  color: #B4B4B4;
}
.section.light-fon .btn-link {
  color: #FFFFFF;
}
.section.light-fon .btn-link .icon {
  fill: #FFFFFF;
}
.section.light-fon .btn-link:hover {
  color: #DCDCDC;
}
.section.light-fon .btn-link:hover .icon {
  fill: #DCDCDC;
}
.section.section-light {
  background-color: #FFFFFF;
}
.section.section-light h3, .section.section-light h4, .section.section-light h5, .section.section-light h6 {
  color: #12100B;
}
.section.section-light .btn-link {
  color: #FFFFFF;
}
.section.section-light .btn-link .icon {
  fill: #FFFFFF;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section .section-title {
    margin-bottom: 24px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}
.section .section-title .section-description {
  margin-top: 8px;
}
.section .section-title .title-fon-icon span {
  position: relative;
}
.section .section-title .title-fon-icon span:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -50%;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon span:before {
    right: -25%;
  }
}
.section .section-title .title-fon-icon.popular span:before {
  content: "";
  background-image: url("../../assets/images/Hits.png");
  width: 200px;
  height: 100px;
  top: -80px;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.popular span:before {
    width: 100px;
    height: 75px;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.popular span:before {
    width: 80px;
    height: 40px;
    top: -30px;
    right: -25%;
  }
}
.section .section-title .title-fon-icon.about span:before {
  content: "";
  background-image: url("../../assets/images/About.png");
  width: 200px;
  height: 100px;
  top: -80px;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.about span:before {
    width: 100px;
    height: 75px;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.about span:before {
    width: 80px;
    height: 40px;
    top: -35px;
  }
}
.section .section-title .title-fon-icon.certificate span:before {
  content: "";
  background-image: url("../../assets/images/Certificate.png");
  width: 200px;
  height: 100px;
  top: -80px;
  right: -25%;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.certificate span:before {
    width: 100px;
    height: 75px;
    top: -50px;
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.certificate span:before {
    width: 80px;
    height: 40px;
    top: -25px;
    right: auto;
    left: 100%;
  }
}
.section .section-title .title-fon-icon.certificates span {
  display: block;
}
.section .section-title .title-fon-icon.certificates span:before {
  content: "";
  background-image: url("../../assets/images/certificates.png");
  width: 332px;
  height: 126px;
  top: -80px;
  right: -50%;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.certificates span {
    display: inline-block;
  }
  .section .section-title .title-fon-icon.certificates span:before {
    width: 100px;
    height: 75px;
    top: -50px;
    right: -50%;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.certificates span:before {
    width: 80px;
    height: 40px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.testinomial {
    max-width: 75%;
    margin: 0 auto;
  }
}
.section .section-title .title-fon-icon.testinomial span:before {
  content: "";
  background-image: url("../../assets/images/Reviews.png");
  width: 260px;
  height: 100px;
  top: -80px;
  right: -25%;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.testinomial span:before {
    width: 100px;
    height: 75px;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.testinomial span:before {
    width: 80px;
    height: 40px;
    top: -30px;
    right: -75%;
  }
}
.section .section-title .title-fon-icon.insta span:before {
  content: "";
  background-image: url("../../assets/images/Istagram.png");
  width: 260px;
  height: 100px;
  top: -80px;
  left: 75%;
  right: auto;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.insta span:before {
    width: 100px;
    height: 75px;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.insta span:before {
    width: 80px;
    height: 40px;
    top: -25px;
    right: -50%;
  }
}
.section .section-title .title-fon-icon.main-title span:lang(ru):before {
  right: 0%;
}
.section .section-title .title-fon-icon.main-title span:lang(en):before {
  right: -100px;
  top: -120px;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.main-title span:lang(en):before {
    right: -25px;
    top: -90px;
  }
}
.section .section-title .title-fon-icon.main-title span:before {
  content: "";
  background-image: url("../../assets/images/main-title.png");
  width: 460px;
  height: 175px;
  top: -150px;
  right: -25%;
}
@media screen and (max-width: 1023px) {
  .section .section-title .title-fon-icon.main-title span:before {
    width: 250px;
    height: 125px;
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title .title-fon-icon.main-title span:before {
    width: 170px;
    height: 70px;
    top: -70px;
    left: auto;
    right: 0;
  }
}
.section .section-title__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.section-title__container {
  padding-bottom: 16px;
}
.section.section-title__container .section-title {
  margin-bottom: 0;
}

.menu {
  list-style-type: none;
  margin: 0;
}
.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu .menu-item {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .menu .menu-item {
    font-size: 12px;
  }
}
.menu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .menu .menu-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.menu .menu-item.sale > a {
  color: #911B1B !important;
}
.menu .menu-item.sale > a:hover {
  color: #12100B !important;
}
.menu .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #12100B;
  font-family: "Montserrat", sans-serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .menu .menu-item a {
    font-size: 12px;
  }
}
.menu .menu-item a:hover {
  color: #DCDCDC;
}
.menu .menu-item__sub .sub-menu {
  list-style-type: none;
  margin: 0;
}
.menu .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.menu-item__sub .sub-menu__container {
  position: absolute;
  left: 0;
  top: var(--vhHeader);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  height: 0;
  gap: 16px;
  background-color: rgba(13, 18, 1, 0.66);
}
.menu-item__sub .sub-menu__container_block {
  min-height: calc(100vh - var(--vhHeader));
  max-width: 400px;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 64px 24px;
}
.menu-item__sub .sub-menu__container_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.menu-item__sub:hover .sub-menu__container {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.header-menu__contact {
  margin-top: auto;
  border-top: 1px solid #DCDCDC;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header-menu__contact .phone {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header-menu__contact {
    gap: 12px;
  }
  .header-menu__contact .phone {
    font-size: 14px;
  }
}

.drill-drown {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.drill-drown .menu-item-drill {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px !important;
}
.drill-drown .menu-item-drill > a {
  width: 100%;
  display: block;
  padding: 0;
}
.drill-drown .menu-item-drill > a:before {
  display: none;
}
.drill-drown .menu-item-drill .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.drill-drown .menu-item-drill .submenu-toggle .icon {
  fill: #12100B;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .drill-drown .menu-item-drill .submenu-toggle .icon {
    width: 12px;
    height: 12px;
  }
}
.drill-drown .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
.drill-drown .menu-item.is-open > .sub-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drill-drown .submenu-header {
  margin-bottom: 16px !important;
}
.drill-drown .submenu-header .back-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0;
  color: #12100B;
  font-size: 24px;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  gap: 8px;
}
.drill-drown .submenu-header .back-btn .icon {
  fill: #12100B;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .drill-drown .submenu-header .back-btn {
    font-size: 16px;
  }
  .drill-drown .submenu-header .back-btn .icon {
    width: 16px;
    height: 16px;
  }
}
.drill-drown .submenu-header .back-btn:hover {
  color: #675545;
  text-decoration: none;
}
.drill-drown .submenu-header .back-btn:hover .icon {
  fill: #675545;
}

.pagination {
  margin: 20px 0;
  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;
  gap: 4px;
}
.pagination li {
  margin-bottom: 0;
}
.pagination li a,
.pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  background-color: transparent;
  color: #B4B4B4;
  font-weight: 600;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
.pagination li a:hover,
.pagination li span:hover {
  background-color: #12100B;
  color: #FFFFFF;
}
.pagination li.next {
  margin-left: 40px;
}
.pagination li.prev {
  margin-right: 40px;
}
.pagination li.next a, .pagination li.prev a {
  width: 48px;
  height: 48px;
  border: 1px solid #B4B4B4;
  background-color: transparent;
}
.pagination li.next a .icon, .pagination li.prev a .icon {
  width: 12px;
  height: 12px;
  fill: #B4B4B4;
}
.pagination li.next a:hover, .pagination li.prev a:hover {
  border: 1px solid #B4B4B4;
  background-color: #B4B4B4;
}
.pagination li.next a:hover .icon, .pagination li.prev a:hover .icon {
  fill: #FFFFFF;
}
.pagination li.active span {
  background-color: #12100B;
  color: #FFFFFF;
}
.pagination li.active span:hover {
  background-color: #B4B4B4;
  color: #FFFFFF;
}

.sidebar {
  position: relative;
}
.sidebar-btn.btn {
  background-color: #F5F5F5;
  color: #B4B4B4;
  padding: 5px;
  border: none;
}
@media screen and (min-width: 1024px) {
  .sidebar-btn.btn {
    display: none;
  }
}
.sidebar-btn.btn:hover {
  background-color: #F5F5F5;
  color: #B4B4B4;
}
.sidebar-btn.btn:hover .icon {
  fill: #B4B4B4;
}
@media screen and (max-width: 1023px) {
  .sidebar-btn.btn {
    margin-bottom: 32px;
  }
}
.sidebar-btn.btn .icon {
  fill: #B4B4B4;
  display: block;
}
.sidebar-btn.btn-filter .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1023px) {
  .sidebar-container {
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
  }
  .sidebar-container__block {
    width: 75%;
    height: 100vh;
    background-color: #B4B4B4;
    overflow-y: auto;
    padding: 16px 10px;
  }
}
.sidebar.active > .sidebar-btn {
  opacity: 0.5;
}
.sidebar.active .sidebar-container {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar.active .sidebar-container__block {
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
}
.sidebar .menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .menu-item__sub:before {
  display: none;
}
.sidebar .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .menu-item a {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  padding-right: 24px;
}
@media screen and (max-width: 1023px) {
  .sidebar .menu-item a {
    font-size: 20px;
  }
}
.sidebar .menu-item a:hover {
  color: #F5F5F5;
}
.sidebar .menu-item a.active {
  color: #F5F5F5;
}
.sidebar .menu-item.active > a {
  color: #F5F5F5;
}
.sidebar .menu-item__sub:before {
  top: 6px;
  width: 12px;
  height: 12px;
  right: 0;
}
.sidebar .menu-item__sub .sub-menu {
  overflow: hidden;
  padding: 10px 24px 0;
}
.sidebar .menu-item__sub .sub-menu .menu-item a {
  text-transform: initial;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.sidebar .menu-item__sub.active:before {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs li {
  color: #B4B4B4;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 8px;
}
.breadcrumbs li a {
  color: #B4B4B4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs li a:hover {
  color: #12100B;
}
.breadcrumbs li:last-child a {
  color: #12100B;
}
.breadcrumbs li:last-child a:hover {
  color: #B4B4B4;
}
.breadcrumbs-container {
  padding: 8px 0;
}
.breadcrumbs-container ~ .section {
  padding-top: 40px;
}

.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 0 !important;
  min-height: 75vh;
}
@media screen and (max-width: 1023px) {
  .error-section {
    padding: 60px 0 !important;
  }
}
.error-section-success.banner-section__fon {
  background-image: url("../../assets/images/success/success.jpg");
}
@media screen and (max-width: 767px) {
  .error-section-success.banner-section__fon {
    background-image: var(--bg-image-mob);
  }
}
.error-icon-404 {
  width: 100%;
  height: auto;
  fill: #DCDCDC;
}

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

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

.soc-list ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.soc-list ul li {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #F5F5F5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc-list ul li a svg {
  width: 14px;
  height: 14px;
  fill: #12100B;
}
.soc-list ul li a:hover {
  border-color: #12100B;
}

.main-banner_section {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main-banner_section__home {
  min-height: initial;
}
.main-banner_section__home .slider-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
}
.main-banner_section__home .main-banner_section {
  min-height: 80vh;
}
.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 (min-width: 768px) {
  .main-banner_section__home .main-banner_description .container {
    width: auto;
    max-width: initial;
    margin-left: calc(50vw - (100% - 60px) - 20px);
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main-banner_section__home .main-banner_description .container {
    margin-left: calc(50vw - (100% - 40px) - 20px);
  }
}
.main-banner_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner_description .section-title {
  margin-bottom: 16px;
}

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

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

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

.interiors-row {
  margin: 0 -12px -24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .interiors-row {
    margin: 0 -4px -8px;
  }
}
.interiors-col {
  padding: 0 12px;
  margin-bottom: 24px;
  max-width: 16.6666666667%;
  width: 100%;
}
@media (max-width: 1400px) {
  .interiors-col {
    max-width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .interiors-col {
    max-width: 33.3333333333%;
    padding: 0 4px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .interiors-col {
    max-width: 50%;
  }
}
.interiors-item {
  width: 100%;
  position: relative;
}
.interiors-item .interiors-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  font-weight: 500;
  color: #FFFFFF;
  word-wrap: break-word;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.interiors-item .interiors-image {
  position: relative;
  min-height: 278px;
  display: block;
}
.interiors-item .interiors-image:before, .interiors-item .interiors-image:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.interiors-item .interiors-image:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
.interiors-item .interiors-image:after {
  background-image: url("../../assets/images/interiors/arrow-link.svg");
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
  opacity: 0;
  visibility: hidden;
}
.interiors-item .interiors-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.interiors-item .interiors-image:hover:before, .interiors-item .interiors-image:hover:after {
  opacity: 1;
  visibility: visible;
}
.interiors-item .interiors-image:hover .interiors-text {
  opacity: 1;
  visibility: visible;
}

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

.blog-container {
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 1023px) {
  .blog-container {
    padding: 40px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog-container {
    padding: 24px;
    border-radius: 32px;
  }
}

.information-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.information-author__container {
  padding: 8px;
  border-radius: 8px;
  background-color: #B4B4B4;
  margin-bottom: 24px;
  max-width: 250px;
}
.information-author .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.information-author .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #12100B;
  font-size: 18px;
}
.information-author .list-inline li {
  margin-bottom: 0;
}

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

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

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

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

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

.calc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.calc-group span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  color: #12100B;
}
@media screen and (max-width: 1023px) {
  .calc-group span {
    font-size: 12px;
  }
}

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

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

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

.follow-col {
  padding: 0 5px;
  max-width: 12.5%;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1200px) {
  .follow-col {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .follow-col {
    padding: 0 4px;
  }
}
.follow-item {
  position: relative;
  height: 100%;
}
.follow-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-slider {
  overflow-x: inherit;
}
.reviews-list .review-item {
  padding: 40px 0;
}
.reviews-list .review-item:first-of-type {
  padding-top: 0;
}
.reviews-list .review-item:not(:last-of-type) {
  border-bottom: 1px solid #DCDCDC;
}
.reviews-container-title {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .reviews-container-title {
    padding: 24px 0;
  }
}
.reviews-container-title .title {
  color: #B4B4B4;
}
.reviews-container-title .title span {
  color: #12100B;
}

.review-item-author {
  font-weight: 600;
  padding: 8px 16px;
  background-color: #F5F5F5;
  margin-bottom: 8px;
  border-radius: 50px;
  display: inline-block;
}
.review-item-date {
  font-size: 14px;
  color: #B4B4B4;
  margin-bottom: 8px;
}
.review-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.review-item-top {
  margin-bottom: 16px;
}
.review-item-middle {
  padding: 8px;
  border: 1px solid #DCDCDC;
  max-width: 300px;
  margin-bottom: 16px;
}
.review-item-middle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.review-item-middle a span {
  font-size: 14px;
  font-weight: 600;
  color: #12100B;
}
.review-item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.review-item-rating .icon {
  width: 18px;
  height: 18px;
  fill: #B4B4B4;
}
.review-item-rating .icon.icon-full {
  fill: #C39E23;
}
.review-item__avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.review-item__avatar img {
  display: block;
  width: 100%;
}
.review-item__title {
  margin-left: 8px;
}
.review-item__title .title {
  font-size: 18px;
  margin-bottom: 0;
}
.review-item__title .date {
  font-size: 16px;
  color: #B4B4B4;
}
.review-item__description {
  max-height: 120px;
  overflow: auto;
  padding-right: 5px;
}
.review-item__description .stars {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}
.review-item__description .stars li {
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mini-cart__btn {
  position: relative;
}
.mini-cart__btn .total {
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  font-variant-numeric: lining-nums tabular-nums;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.mini-cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.mini-cart__title .title {
  margin-bottom: 0;
}
.mini-cart__container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: calc(var(--vh, 100vh) - 0px);
  padding: 24px 0;
  max-width: 650px;
  width: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
}
.mini-cart__container.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .mini-cart__container {
    top: 0;
  }
}
@media screen and (max-height: 680px) {
  .mini-cart__container {
    top: 0;
    max-width: 100%;
    overflow-y: auto;
    display: block;
  }
}
.mini-cart__container .checkout-table__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-height: 680px) {
  .mini-cart__container .checkout-table__container {
    display: block;
  }
}
.mini-cart__container .checkout-table__container.empty {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .mini-cart__container .checkout-footer-total .total {
    margin-bottom: 18px;
  }
}
.mini-cart__container .checkout-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 36px;
}
@media screen and (max-height: 680px) {
  .mini-cart__container .checkout-table {
    overflow-y: initial;
    height: auto;
  }
}
.mini-cart__container .checkout-table__info_container {
  margin-bottom: 36px;
}
@media screen and (max-width: 1023px) {
  .mini-cart__container .checkout-table__info_container {
    margin-bottom: 18px;
  }
}
.mini-cart__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-height: 680px) {
  .mini-cart__block {
    overflow-y: initial;
    height: auto;
  }
}
.mini-cart__empty {
  text-align: center;
  margin: auto 0;
  font-weight: 400;
}
.mini-cart.active .mini-cart__container {
  width: 100%;
  padding: 24px;
}

.cart-body-open {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
  height: 100%;
}
.cart-body-open body {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table thead td,
.cart-table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #B4B4B4;
  line-height: 1.2;
  background-color: #F5F5F5;
  border: none !important;
  padding: 18px 8px !important;
}
.cart-table tbody tr td {
  border-top: none;
  border-color: #DCDCDC;
  padding: 24px 8px;
  vertical-align: middle;
}
.cart-table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  .cart-table tbody tr {
    display: block;
    border-bottom: 1px solid #DCDCDC;
    padding: 24px 0;
  }
  .cart-table tbody tr td {
    padding-left: 108px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
  }
  .cart-table tbody tr td:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: attr(data-label);
    padding: 6px;
    width: 100px;
    background-color: #F5F5F5;
    font-size: 8px;
    font-weight: 600;
    color: #B4B4B4;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .cart-table tbody tr td:last-child {
    display: none;
  }
  .cart-table tbody tr:first-child {
    padding-top: 0;
  }
  .cart-table tbody tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.cart-table .stock-status {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.cart-table .stock-status.on_stock {
  color: #0D7820;
}
.cart-table .stock-status.out_stock {
  color: #911B1B;
}
.cart-table .price {
  color: #12100B;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .cart-table .price {
    font-size: 12px;
  }
}
.cart-table .price .price-new {
  color: #911B1B;
}
.cart-table .price .price-old {
  font-size: 12px;
  color: #B4B4B4;
  text-decoration: line-through;
}
@media screen and (max-width: 1023px) {
  .cart-table .price .price-old {
    font-size: 8px;
  }
}
.cart-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1023px) {
  .cart-table-info {
    width: 100%;
    gap: 8px;
  }
}
.cart-table-info__image {
  min-width: 80px;
  max-width: 80px;
  width: 100%;
  border: 1px solid #DCDCDC;
}
@media screen and (max-width: 1023px) {
  .cart-table-info__image {
    min-width: 60px;
    max-width: 60px;
  }
}
.cart-table-info__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.cart-table-info__description .title {
  margin-bottom: 8px;
}
.cart-table-info__description .options {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
}
.cart-table-info__description .options li {
  padding-right: 8px;
  color: #B4B4B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .cart-table-info__description .options li {
    border-right: none;
    font-size: 10px;
    padding-right: 0;
  }
}
.cart-table-info__description .options li:not(:last-child) {
  border-right: 1px solid #B4B4B4;
}
@media screen and (max-width: 1023px) {
  .cart-table-info__description .options li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.cart-table-info .remove-btn {
  margin-left: auto;
}
.cart-table-info .remove-btn .icon {
  fill: #B4B4B4;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .cart-table-info .remove-btn .icon {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .cart-table-info .remove-btn {
    display: none;
  }
}
.cart-table-btn .btn .icon {
  fill: #B4B4B4;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .cart-table-btn .btn .icon {
    width: 14px;
    height: 14px;
  }
}
.cart-table-btn .btn:hover .icon {
  fill: #12100B;
}
@media screen and (max-width: 1023px) {
  .cart-table-btn {
    display: none;
  }
}
.cart-table .cart-qty {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
}
.cart-table .cart-qty .qty-input {
  padding: 0;
  color: #12100B;
  border: 1px solid #12100B;
  border-radius: 50px !important;
  min-width: 58px;
  width: 58px;
  height: 58px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .cart-table .cart-qty .qty-input {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .cart-table .cart-qty .qty-input {
    min-width: 38px;
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
}
.cart-table .cart-qty .qty-minus,
.cart-table .cart-qty .qty-plus {
  padding: 10px 8px;
  border: none;
  color: #B4B4B4;
  background-color: transparent;
  border-radius: 50px !important;
  min-width: 58px;
  width: 58px;
  height: 58px;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .cart-table .cart-qty .qty-minus,
.cart-table .cart-qty .qty-plus {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .cart-table .cart-qty .qty-minus,
.cart-table .cart-qty .qty-plus {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }
}
.cart-table .cart-qty .qty-minus:hover, .cart-table .cart-qty .qty-minus:active,
.cart-table .cart-qty .qty-plus:hover,
.cart-table .cart-qty .qty-plus:active {
  color: #12100B;
  background-color: #B4B4B4;
}
.cart-table .cart-qty .cart-quantity-refresh {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.cart-table-total {
  padding: 40px;
  background-color: #F5F5F5;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .cart-table-total {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .cart-table-total {
    padding: 24px;
  }
}
.cart-table-total .title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .cart-table-total .title {
    margin-bottom: 16px;
  }
}
.cart-table-total__list {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .cart-table-total__list {
    margin-bottom: 16px;
  }
}
.cart-table-total__list ul {
  list-style-type: none;
  margin: 0;
}
.cart-table-total__list ul li {
  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;
  gap: 8px;
}
.cart-table-total__list ul li:last-child {
  margin-bottom: 0;
}
.cart-table-total__list ul li span:first-child {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .cart-table-total__list ul li span:first-child {
    font-size: 16px;
  }
}
.cart-table-total__list ul li span:last-child {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .cart-table-total__list ul li span:last-child {
    font-size: 18px;
  }
}
.cart-table-right .wysiwyg {
  color: #B4B4B4;
}
.cart-table-right .wysiwyg h1, .cart-table-right .wysiwyg h2, .cart-table-right .wysiwyg h3, .cart-table-right .wysiwyg h4, .cart-table-right .wysiwyg h5, .cart-table-right .wysiwyg h6 {
  color: #B4B4B4;
}
.cart-table-right .cart-contact {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .cart-table-right .cart-contact {
    display: none;
  }
}
.cart-contact {
  margin-top: auto;
  padding: 40px;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media (max-width: 1400px) {
  .cart-contact {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .cart-contact {
    padding: 24px;
    -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;
    gap: 16px;
  }
}
.cart-contact .title {
  margin-bottom: 0;
}
.cart-contact .contact-list {
  text-align: center;
}
.cart-contact .contact-list:not(:last-child) {
  margin-bottom: 16px;
}
.cart-contact .contact-list.phone li {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .cart-contact .contact-list.phone li {
    font-size: 16px;
  }
}
.cart-contact .contact-list.phone li a {
  white-space: nowrap;
}
.cart-contact .contact-list.phone .icon-item:before {
  background-image: url("../../assets/images/icon/phone-2.svg");
}
.cart-contact .contact-list.work li {
  padding-left: 0;
}
.cart-contact .soc-list ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .cart-contact .soc-list ul {
    gap: 8px 12px;
  }
}
.cart-contact .soc-list ul li a {
  background-color: #DCDCDC;
}

/*popup*/
.cart-popup-product__image {
  border: 1px solid #DCDCDC;
}
.cart-popup-product__image img {
  display: block;
  width: 100%;
}
.cart-popup-product__info {
  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%;
}
.cart-popup-product__info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .cart-popup-product__info .price {
    font-size: 16px;
  }
}
.cart-popup-product__info .price .price-new {
  color: #911B1B;
}
.cart-popup-product__info .price .price-old {
  font-size: 18px;
  color: #B4B4B4;
  text-decoration: line-through;
}
@media screen and (max-width: 1023px) {
  .cart-popup-product__info .price .price-old {
    font-size: 14px;
  }
}
.cart-popup-product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .cart-popup-product__btn {
    display: none;
  }
}
.cart-popup-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.cart-popup-product__bottom .btn {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cart-popup-product__bottom {
    display: none;
  }
}
.cart-popup__options {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 24px;
}
.cart-popup__options li {
  padding: 0;
  margin-bottom: 0;
}
.cart-popup__options li:not(:last-child) {
  margin-bottom: 8px;
}
.cart-popup__options li span {
  font-size: 14px;
  font-weight: 500;
}
.cart-popup__options li span:first-of-type {
  color: #B4B4B4;
}

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

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

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

.ocf-selected-card {
  background-color: transparent !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .ocf-selected-card {
    position: absolute;
    right: 0;
    top: 6px;
  }
}
.ocf-selected-card .ocf-selected-header, .ocf-selected-card .ocf-selected-filter {
  display: none;
  visibility: hidden;
}
.ocf-selected-card .ocf-between .ocf-btn-link:not(.ocf-text-danger) {
  display: none;
}
.ocf-selected-card .ocf-between .ocf-btn-link.ocf-text-danger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0;
  font-size: 14px;
  color: #777777;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ocf-selected-card .ocf-between .ocf-btn-link.ocf-text-danger {
    font-size: 10px;
  }
}
.ocf-selected-card .ocf-between .ocf-btn-link.ocf-text-danger:before {
  content: url("../../assets/images/icon/delete-filter.svg");
  display: inline-block;
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(212%) hue-rotate(272deg) brightness(93%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(212%) hue-rotate(272deg) brightness(93%) contrast(80%);
}
.ocf-selected-card .ocf-between .ocf-btn-link.ocf-text-danger:hover {
  color: #12100B;
}
.ocf-selected-card .ocf-between .ocf-btn-link.ocf-text-danger:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(3%) sepia(25%) saturate(923%) hue-rotate(5deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(3%) sepia(25%) saturate(923%) hue-rotate(5deg) brightness(95%) contrast(93%);
}

.ocf-btn-mobile-static-onis {
  margin-bottom: -26px !important;
}

.ocf-btn-onis {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px;
  background-color: transparent !important;
  border: none !important;
  color: #12100B !important;
}
.ocf-btn-onis .icon {
  width: 24px;
  height: 24px;
}
.ocf-btn-onis .btn-text {
  display: none;
}

.category-list.row {
  margin: 0 -12px;
}
.category-list .category-col {
  padding: 0 12px;
  max-width: 16.6666666667%;
  width: 100%;
}
@media (max-width: 1520px) {
  .category-list .category-col {
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .category-list .category-col {
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .category-list .category-col {
    max-width: 50%;
  }
}
.category-list .category-col .category-item {
  margin-bottom: 24px;
}
.category-list .category-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-list .category-link {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #12100B;
  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;
  height: 100%;
  margin: 0;
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-list .category-link span {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 24px 16px;
}
.category-list .category-link:hover {
  border-color: #12100B;
  color: #2A2823;
}

.catalog-slider-container .slider-item {
  height: auto;
}

.catalog-filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 8px;
}
.catalog-filter__group label {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .catalog-filter__group label {
    font-size: 10px;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.product-col {
  margin-bottom: 24px;
}
.product-tags {
  position: absolute;
  padding: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .product-tags {
    padding: 8px;
  }
}
.product-tags__item {
  color: #FFFFFF;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  text-transform: lowercase;
  width: 48px;
  height: 48px;
  font-weight: 500;
  text-align: center;
  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) {
  .product-tags__item {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
}
.product-tags__item.sale {
  background-color: #911B1B;
}
.product-tags__item.sale:before {
  content: "-";
}
.product-tags__item.new {
  background-color: #0D7820;
}
.product-item {
  border: none;
  overflow: initial;
  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%;
}
.product-item__image {
  position: relative;
  border: 1px solid #DCDCDC;
}
.product-item__image img {
  width: 100%;
  max-width: 90%;
  display: block;
}
.product-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;
  gap: 8px;
  padding-top: 14px;
  height: 100%;
}
.product-item__info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.product-item__info_top > * {
  margin-bottom: 0;
}
.product-item__info_bottom {
  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;
  gap: 8px;
  margin-top: auto;
}
@media (max-width: 1400px) {
  .product-item__info_bottom {
    -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;
    gap: 12px;
  }
  .product-item__info_bottom .btn {
    width: 100%;
  }
}
.product-item__info_bottom > * {
  margin-bottom: 0;
}
.product-item__info .code {
  font-size: 14px;
  font-weight: 500;
  color: #B4B4B4;
}
@media screen and (max-width: 1023px) {
  .product-item__info .code {
    font-size: 10px;
  }
}
.product-item__info .price {
  color: #12100B;
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1520px) {
  .product-item__info .price {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .product-item__info .price {
    font-size: 18px;
  }
}
.product-item__info .price .price-new {
  color: #911B1B;
}
.product-item__info .price .price-old {
  font-size: 24px;
  color: #B4B4B4;
  text-decoration: line-through;
}
@media (max-width: 1520px) {
  .product-item__info .price .price-old {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .product-item__info .price .price-old {
    font-size: 16px;
  }
}
.product-info__option_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.product-info__option_color .product-item {
  padding: 4px 4px;
  max-width: 100px;
  width: 100%;
}
.product-info__option_color .product-item .title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1400px) {
  .product-info__option_color .product-item {
    max-width: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .product-info__option_color .product-item {
    max-width: 60px;
  }
  .product-info__option_color .product-item .title {
    font-size: 12px;
  }
}
.products-slider {
  overflow-x: initial !important;
}
.products-slider-related {
  padding: 0 72px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .products-slider-related {
    padding: 0 40px;
  }
}
.products-slider-related .slider-nav-btn-next {
  right: 0;
}
.products-slider-related .slider-nav-btn-prev {
  left: 0;
}
.product-cart-slider img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-cart-slider.slider-nav .slide-item {
    padding: 0 4px;
  }
}
.product-cart-slider-small {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0;
}
.product-cart-slider-small .slider-item {
  border: 1px solid #DCDCDC;
}
.product-cart-slider-small .slider-item.swiper-slide-thumb-active {
  border-color: #12100B;
}
.product-cart__image {
  position: relative;
  border: 1px solid #DCDCDC;
}
@media screen and (max-width: 1023px) {
  .product-cart__image {
    margin-bottom: 24px;
  }
}
.product-cart__image .row {
  margin: 0 -4px;
}
.product-cart__image .col {
  padding: 0 4px;
}
.product-cart__image .thumbnail {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.product-cart__image .btn-wishlist {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}
.product-cart__image .btn-wishlist .icon {
  fill: #FFFFFF;
  display: block;
}
.product-cart__top .list-unstyled {
  list-style-type: none;
  margin: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-cart__top .list-unstyled li {
  padding: 0;
  color: #B4B4B4;
  margin-bottom: 0;
}
.product-cart__top .list-unstyled li.on_stock {
  color: #0D7820;
}
.product-cart__top .list-unstyled li.out_stock {
  color: #911B1B;
}
.product-cart__top .product-title {
  margin-bottom: 8px;
}
.product-cart__top .product-info__title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #12100B;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 8px;
}
.product-cart__info .description {
  margin-bottom: 16px;
}
.product-cart__info .list-unstyled {
  list-style-type: none;
  margin: 0;
  margin-bottom: 24px;
}
.product-cart__info .list-unstyled li {
  padding: 0;
  color: #B4B4B4;
}
.product-cart__info .list-unstyled li:not(:last-child) {
  margin-bottom: 8px;
}
.product-cart__info .list-unstyled li.on_stock {
  color: #0D7820;
}
.product-cart__info .list-unstyled li.out_stock {
  color: #911B1B;
}
.product-cart__info .product-title {
  margin-bottom: 8px;
}
.product-cart__info .product-info__title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #12100B;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: 8px;
}
.product-cart__info .form-group {
  border: none;
  padding: 0;
  margin-bottom: 16px;
}
.product-cart__info .price {
  color: #12100B;
  margin-bottom: 24px;
  font-weight: 600;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1400px) {
  .product-cart__info .price {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .product-cart__info .price {
    font-size: 24px;
  }
}
.product-cart__info .price .price-new {
  color: #12100B;
}
.product-cart__info .price .price-old {
  color: #B4B4B4;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .price .price-old {
    font-size: 16px;
  }
}
.product-cart__info .out-stock {
  padding: 16px 0;
  color: #911B1B;
}
.product-cart__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cart__count .input-group {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1023px) {
  .product-cart__count .input-group {
    width: 100%;
  }
}
.product-cart__count .input-group .input-group-btn {
  width: auto;
}
.product-cart__count .input-group .btn {
  padding: 10px 8px;
  border: none;
  color: #B4B4B4;
  background-color: transparent;
  border-radius: 50px !important;
  min-width: 58px;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 1023px) {
  .product-cart__count .input-group .btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.product-cart__count .input-group .btn:hover, .product-cart__count .input-group .btn:active {
  color: #12100B;
  background-color: #B4B4B4;
}
.product-cart__count .input-group input[type=text] {
  padding: 0;
  color: #12100B;
  border: 1px solid #12100B;
  border-radius: 50px !important;
  min-width: 58px;
  width: 58px;
  height: 58px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .product-cart__count .input-group input[type=text] {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.product-cart__certificate {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.product-cart__certificate .image {
  max-width: 80px;
  margin-right: 24px;
}
.product-cart__certificate .image img {
  width: 100%;
}
.product-cart-info__container {
  padding: 32px 0;
  border-bottom: 1px solid #DCDCDC;
}
.product-cart-info__container .title {
  margin-bottom: 40px;
}
.product-cart-info__details .details-list {
  margin: 0;
  list-style-type: circle;
}
.product-cart-info__details .details-list .details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.product-cart-info__details .details-list .details-item .title {
  font-weight: 600;
  padding-left: 24px;
  position: relative;
}
.product-cart-info__details .details-list .details-item .title:before {
  content: "•";
  position: absolute;
  left: 5px;
  top: -2px;
}
@media screen and (min-width: 1024px) {
  .product-cart-info__details .details-list .details-item .title {
    max-width: 25%;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .product-cart-info__details .details-list .details-item .title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .product-cart-info__details .details-list .details-item .wysiwyg {
    max-width: 75%;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .product-cart-info__details .details-list .details-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-cart-info__attr .attributes-columns ul {
  margin: 0;
}
.product-cart-info__attr .attributes-columns ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: 1px solid #DCDCDC;
  margin-bottom: -1px;
}
.product-cart-info__attr .attributes-columns ul li:before {
  display: none;
}
.product-cart-info__attr .attributes-columns ul li > * {
  max-width: 50%;
  width: 100%;
  height: 100%;
  padding: 14px;
}
.product-cart-info__attr .attributes-columns ul li > *:not(:first-child) {
  border-left: 1px solid #DCDCDC;
}
.product-cart-info__attr .attributes-columns.row {
  margin: 0 -32px;
}
.product-cart-info__attr .attributes-columns.row .col {
  padding: 0 32px;
}

.simplecheckout-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .simplecheckout-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .simplecheckout-step {
    margin: 0 -50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .simplecheckout-step {
    margin: 0 -20px;
  }
}
.simplecheckout-step .simplecheckout-left-column, .simplecheckout-step .simplecheckout-right-column {
  width: 50%;
  margin: 0;
  float: none;
  min-width: initial;
  max-width: initial;
}
@media screen and (min-width: 1024px) {
  .simplecheckout-step .simplecheckout-left-column, .simplecheckout-step .simplecheckout-right-column {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .simplecheckout-step .simplecheckout-left-column, .simplecheckout-step .simplecheckout-right-column {
    padding: 0 20px;
  }
}
.simplecheckout-block {
  margin-bottom: 0 !important;
}
.simplecheckout-block .checkout-heading.checkout-heading__title {
  border-bottom: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: #12100B;
}
.simplecheckout-block .checkout-heading.checkout-heading__title span {
  float: none;
}
.simplecheckout-block .checkout-heading.checkout-heading__title .title {
  margin-bottom: 16px;
  color: #000000;
}
.simplecheckout-block .form-group.required .control-label:before {
  display: none;
}
.simplecheckout-block .form-group.required .control-label:after {
  content: "*";
}
.simplecheckout-block#simplecheckout_cart .checkout-heading__title {
  color: #F5F5F5;
}
.simplecheckout-block-content {
  padding: 0 !important;
}
.simplecheckout-block .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.simplecheckout-block .form-horizontal .form-group .select2-container--bootstrap .select2-selection, .simplecheckout-block .form-horizontal .form-group .select2-container--default .select2-selection {
  border-radius: 24px;
  border-color: #12100B;
}
.simplecheckout-block .form-horizontal .form-group .select2-container--bootstrap.select2-container--open .select2-dropdown .select2-search__field, .simplecheckout-block .form-horizontal .form-group .select2-container--default.select2-container--open .select2-dropdown .select2-search__field {
  border-radius: 0 0 24px 24px !important;
}
.simplecheckout-button-block {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  text-align: left !important;
}
.simplecheckout-button-block .simplecheckout-button-right {
  float: none !important;
  text-align: left !important;
}
.simplecheckout-button-block .btn:not(.btn-link) {
  color: #FFFFFF;
  border-color: #12100B;
  background-color: #12100B;
}
.simplecheckout-button-block .btn:not(.btn-link) .icon {
  fill: #FFFFFF;
}
.simplecheckout-button-block .btn:not(.btn-link):hover {
  color: #12100B;
  border-color: #12100B;
  background-color: transparent;
}
.simplecheckout-button-block .btn:not(.btn-link):hover .icon {
  fill: #FFFFFF;
}
.simplecheckout-button-block .btn:not(.btn-link):active {
  color: #FFFFFF;
  border-color: #DCDCDC;
  background-color: #DCDCDC;
}
.simplecheckout-button-block .btn:not(.btn-link):active .icon {
  fill: #675545;
}
.simplecheckout-button-block .btn:not(.btn-link):disabled {
  color: #12100B;
  border-color: #777777;
  background-color: #777777;
}
.simplecheckout-button-block .btn:not(.btn-link):disabled .icon {
  fill: #12100B;
}

.checkout-description .title {
  margin-bottom: 8px;
}
.checkout-description__attribute {
  color: #BFBABA;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 8px;
}
.checkout-description .options {
  margin-bottom: 4px;
}
.checkout-description .options ul {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
}
.checkout-description .options ul li {
  padding-right: 8px;
  color: #B4B4B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .checkout-description .options ul li {
    border-right: none;
    font-size: 10px;
    padding-right: 0;
  }
}
.checkout-description .options ul li:not(:last-child) {
  border-right: 1px solid #B4B4B4;
}
@media screen and (max-width: 1023px) {
  .checkout-description .options ul li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.checkout-description .quantity-title {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .checkout-description .quantity-title {
    font-size: 10px;
  }
}
.checkout-description .quantity-text {
  padding: 16px;
  display: block;
}
.checkout-description .quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .checkout-description .quantity-container {
    margin-bottom: 8px;
  }
}
.checkout-description .quantity .form-control {
  padding: 0;
  color: #12100B;
  border: 1px solid #12100B;
  border-radius: 50px !important;
  min-width: 24px !important;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .checkout-description .quantity .form-control {
    min-width: 18px !important;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.checkout-description .quantity .input-group-btn .btn {
  padding: 4px 4px;
  border: none;
  color: #B4B4B4;
  background-color: transparent;
  border-radius: 50px !important;
  min-width: 24px;
  font-size: 14px;
  width: 24px;
  height: 24px;
  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) {
  .checkout-description .quantity .input-group-btn .btn {
    min-width: 18px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.checkout-table {
  margin-bottom: 40px;
}
.checkout-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.checkout-table__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .checkout-table__item {
    gap: 8px;
  }
}
.checkout-table__item .price {
  color: #12100B;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .checkout-table__item .price {
    font-size: 12px;
  }
}
.checkout-table__item .price .price-new {
  color: #911B1B;
}
.checkout-table__item .price .price-old {
  font-size: 12px;
  color: #B4B4B4;
  text-decoration: line-through;
}
@media screen and (max-width: 1023px) {
  .checkout-table__item .price .price-old {
    font-size: 8px;
  }
}
.checkout-table .btn .icon {
  fill: #B4B4B4;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .checkout-table .btn .icon {
    width: 14px;
    height: 14px;
  }
}
.checkout-table .btn:hover .icon {
  fill: #12100B;
}
.checkout-table__image {
  border: 1px solid #DCDCDC;
  width: 130px;
}
.checkout-table__image a {
  display: block;
}
.checkout-table__image a img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .checkout-table__image {
    width: 95px;
  }
}
.checkout-table__info {
  max-width: calc(100% - 130px);
  width: 100%;
  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 (max-width: 1023px) {
  .checkout-table__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100% - 95px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.checkout-table__info_container {
  padding: 16px;
  color: #FFFFFF;
  background-color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-table__info_container .icon {
  margin-right: 8px;
  min-width: 24px;
}
.checkout-table__container .simplecheckout-cart-total {
  border: none;
  text-align: left;
}
.checkout-table__container .simplecheckout-cart-total.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .checkout-table__container .simplecheckout-cart-total.input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-table__container .simplecheckout-cart-total .inputs {
  width: 100%;
  margin-right: 0 !important;
}
.checkout-table__container .simplecheckout-cart-total .inputs input {
  max-width: 100%;
  padding: 25px 28px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 580px) {
  .checkout-table__container .simplecheckout-cart-total .inputs input {
    border-right-width: 0;
  }
}
.checkout-table__container .simplecheckout-cart-total-price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-table__container .simplecheckout-cart-total-price .simplecheckout-cart-total-value {
  margin-left: auto;
}
.checkout-table__container .simplecheckout-cart-total-price:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .checkout-table__container .simplecheckout-cart-buttons {
    width: 100%;
  }
}
.checkout-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkout-footer-total .total {
  margin-bottom: 36px;
}
.checkout-footer-total ul {
  margin: 0;
  list-style-type: none;
}
.checkout-footer-total ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-variant-numeric: lining-nums tabular-nums;
}
.checkout-footer-total ul li:not(:last-child) {
  display: none;
}
.checkout-footer .close-popup {
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #231F20;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 32px;
}
.checkout-footer .close-popup:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .checkout-footer .close-popup {
    max-width: 100%;
  }
}

.simplecheckout-cart-total {
  border: none !important;
  text-align: left !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-variant-numeric: lining-nums tabular-nums;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.simplecheckout-cart-total#total_total, .simplecheckout-cart-total#total_sub_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simplecheckout-cart-total#total_total {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.simplecheckout-cart-total .simplecheckout-cart-total-value {
  padding-left: 8px;
  margin-left: auto;
}

#simplecheckout_cart .checkout-table__container {
  background-color: #F5F5F5;
  padding: 40px;
}

ul.dropdown-address {
  width: 100%;
}
ul.dropdown-address li:hover {
  background-color: #777777;
  color: #FFFFFF;
}

#agreement_checkbox {
  float: none !important;
}

.simplecheckout-block .form-horizontal .control-label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  padding-top: 0;
}
.simplecheckout-block .form-horizontal .form-group input {
  border: 1px solid #12100B;
  font-size: 20px;
  padding: 14px 16px;
}
@media screen and (max-width: 1023px) {
  .simplecheckout-block .form-horizontal .form-group input {
    font-size: 18px;
  }
}
.simplecheckout-block-content textarea {
  border: 1px solid #12100B;
  font-size: 20px;
  padding: 14px 16px;
}
@media screen and (max-width: 1023px) {
  .simplecheckout-block-content textarea {
    font-size: 18px;
  }
}

.checkout-table__container .simplecheckout-cart-total input.form-control {
  border: 1px solid #12100B;
  font-size: 20px;
  padding: 13px 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-table__container .simplecheckout-cart-total input.form-control {
    font-size: 18px;
  }
}

.review-list .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #12100B;
}
.review-list .review-item:not(:last-child) {
  margin-bottom: 24px;
}
.review-list .review-item__description {
  width: 100%;
}
.review-list .review-item__body {
  padding: 17px 0;
  font-size: 18px;
  line-height: -0.8;
  font-weight: 500;
  color: #000;
}
.review-list .review-admin-reply {
  padding: 16px;
  margin-left: 24px;
  margin-top: 16px;
  background-color: #777777;
}
.review-list .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review-list .review-header__title span {
  display: block;
  font-size: 18px;
  line-height: -0.8;
  font-weight: 600;
  color: #000;
}
.review-list .review-header__title a {
  display: block;
  font-size: 16px;
  line-height: -2.8;
  font-weight: 500;
  text-decoration: none;
  color: #BFBABA;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.review-list .review-header__title a:hover {
  color: #000;
}
.review-list .review-header .star {
  display: block;
}
.review-list .review-header .star .icon {
  width: 33px;
  height: 33px;
  stroke: #12100B;
}
.review-list .review-header .star .icon.active {
  stroke: #675545;
  fill: #675545;
}
.review-list .review-header .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.review-form .review-description .h4 {
  margin-bottom: 14px;
}
.review-form .review-description p {
  font-size: 18px;
  line-height: -0.8;
  font-weight: 500;
}
.review-form textarea {
  height: 100px !important;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #12100B;
}
.review-form .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.review-form .rating-stars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.review-form .rating-stars__item {
  position: relative;
  width: 33px;
  height: 30px;
  cursor: pointer;
}
.review-form .rating-stars__item input[type=radio] {
  opacity: 0;
  width: 33px;
  height: 30px;
}
.review-form .rating-stars__item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 30px;
  stroke: #12100B;
  z-index: -1;
}
.review-form .rating-stars__item .icon.active {
  stroke: #675545;
  fill: #675545;
  opacity: 0;
}
.review-form .rating-stars__item:hover .icon, .review-form .rating-stars__item.checked .icon {
  opacity: 0;
}
.review-form .rating-stars__item:hover .icon.active, .review-form .rating-stars__item.checked .icon.active {
  opacity: 1;
}
.review-form .rating-stars__item:hover ~ * .icon, .review-form .rating-stars__item.checked ~ * .icon {
  opacity: 0;
}
.review-form .rating-stars__item:hover ~ * .icon.active, .review-form .rating-stars__item.checked ~ * .icon.active {
  opacity: 1;
}

/*product*/
.well {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 24px;
}

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