@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 {
  color: #0C0C0C;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

svg stop {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.icon-grad {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-grad__hover {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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 {
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1023px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
  }
}

h1,
.h1 {
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 32px;
  }
}

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

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

h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
}
@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: 14px;
  }
}

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

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

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

a {
  color: #0C0C0C;
  text-decoration: none;
}
a:hover {
  color: #222222;
}

@media screen and (max-width: 1023px) {
  .initial-title .title {
    text-transform: initial;
  }
}

ul, p, ol {
  padding: 0;
  margin-bottom: 24px;
  font-weight: 400;
}
ul:last-child, p:last-child, ol:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}
.container.container-middle {
  max-width: 1290px;
}
@media (max-width: 1400px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .row {
    margin: 0 -8px;
  }
}
@media screen and (min-width: 1024px) {
  .row.row-big {
    margin: 0 -50px;
  }
  .row.row-big > .col {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .row.row-big {
    margin: 0 -16px;
  }
  .row.row-big > .col {
    padding: 0 16px;
  }
}

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

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

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

.fancybox__progress {
  background: #222222;
}

.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: 14px;
    height: 14px;
  }
}
.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;
}
.icon-gradient {
  width: 0;
  height: 0;
  display: block;
}

.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-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #E5D7C9;
}
table tr:hover td {
  background-color: #FFFFFF;
}
table td, table th {
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  color: #3B3B3B;
  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;
  color: #FFFFFF;
  background-color: #222222;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 8px !important;
  font-size: 18px !important;
  line-height: 1.5;
  padding: 14px !important;
  color: #0C0C0C;
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -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],
textarea {
    font-size: 14px !important;
    padding: 14px !important;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #0C0C0C;
  background-color: #FFFFFF;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #E4E4E4;
  background-color: #E4E4E4;
  color: #909090;
}
input[type=text].error, input[type=text].wpcf7-not-valid,
input[type=password].error,
input[type=password].wpcf7-not-valid,
input[type=tel].error,
input[type=tel].wpcf7-not-valid,
input[type=email].error,
input[type=email].wpcf7-not-valid,
input[type=number].error,
input[type=number].wpcf7-not-valid,
textarea.error,
textarea.wpcf7-not-valid {
  border-color: #A10A0A;
}

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

.form-field {
  margin-bottom: 16px;
}
.form-field__title {
  margin-bottom: 8px;
}
.form-field__title > * {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .form-field__title > * {
    font-size: 14px;
  }
}
.form-field .label-wrap {
  display: block;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 8px;
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .form-field .label-wrap {
    font-size: 14px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  text-align: left;
  left: 0;
  color: #A10A0A;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  margin-top: 8px;
}

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

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

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #909090;
  font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #909090;
  font-weight: 400;
}

.custom-check .wpcf7-list-item {
  margin: 0 0 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item {
    margin-bottom: 8px;
  }
}
.custom-check .wpcf7-list-item label {
  display: block;
  position: relative;
}
.custom-check .wpcf7-list-item label input[type=checkbox], .custom-check .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  opacity: 1;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: #85181B;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  border-color: #85181B;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label {
  color: #E5D7C9;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:after {
  border-color: #E5D7C9;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label:hover:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:hover:after {
  border-color: #E5D7C9;
}
.custom-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label {
    padding-left: 26px;
  }
}
.custom-check .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-check .wpcf7-list-item-label:before {
  opacity: 0;
}
.custom-check .wpcf7-list-item-label:after {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #85181B;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label:after {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}
.custom-check .wpcf7-list-item-label:hover {
  color: #85181B;
}
.custom-check .wpcf7-list-item-label:hover:after {
  border-color: #85181B;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before, .custom-check input[type=checkbox] ~ .wpcf7-list-item-label:after,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  background: #85181B;
  opacity: 0;
  left: 3px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 0;
  }
}

.jcf-focus {
  border-color: #3B3B3B;
}

.jcf-select,
select {
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  border-right: none;
  border-top: none;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .jcf-select,
select {
    height: 42px;
  }
}
.jcf-select.jcf-drop-active,
select.jcf-drop-active {
  border-radius: 0;
  border-bottom-color: transparent;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after,
select.jcf-drop-active .jcf-select-opener:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.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;
}
@media screen and (max-width: 1023px) {
  .jcf-select .jcf-select-opener,
select .jcf-select-opener {
    height: 42px;
  }
}
.jcf-select .jcf-select-opener:after,
select .jcf-select-opener:after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: #222222 transparent transparent;
}
.jcf-select .jcf-select-text,
select .jcf-select-text {
  color: #3B3B3B;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  text-align: left;
  -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: 12px;
    padding: 0 14px;
  }
}

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

.jcf-select-drop-content {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-top: 0;
  border-radius: 0;
  overflow: hidden;
  padding-bottom: 16px;
}
.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: 12px 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #3B3B3B;
  display: block;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .jcf-select-drop-content .jcf-option {
    font-size: 12px;
  }
}
.jcf-select-drop-content .jcf-option.jcf-disabled {
  display: none;
}
.jcf-select-drop-content .jcf-option:hover {
  background-color: #222222;
  color: #FFFFFF;
}
.jcf-select-drop-content .jcf-option.jcf-selected {
  background-color: #222222;
  color: #FFFFFF;
}

select option:disabled {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden !important;
  display: none !important;
}

#demo-search-client_159753 {
  height: auto !important;
}

.search-bar_159753 {
  padding: 40px;
  background-color: #E4E4E4;
  gap: 16px;
}
.search-bar_159753 .search-btn_159753 {
  background-color: #639238;
  border: 2px solid #639238;
  border-radius: 0;
}
.search-bar_159753 .search-btn_159753 .icon {
  fill: #FFFFFA;
}
.search-bar_159753 .search-btn_159753:hover {
  color: #FFFFFA;
  background-color: #8B7B63;
  border-color: #8B7B63;
}
.search-bar_159753 .search-btn_159753:hover .icon {
  fill: #FFFFFA;
}
.search-bar_159753 .search-btn_159753:active {
  border-color: #8B7B63;
  color: #FFFFFA;
  background-color: #8B7B63;
}
.search-bar_159753 .search-btn_159753:active .icon {
  fill: #FFFFFA;
}

.section-filter .new_f-wrapper .new_f-title {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.section-filter .new_f-container {
  font-family: "Montserrat", sans-serif !important;
  background-image: none !important;
  background-color: #E4E4E4 !important;
  max-width: 1520px;
}
@media (max-width: 1700px) {
  .section-filter .new_f-container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .section-filter .new_f-container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .new_f-container {
    max-width: 100%;
  }
}
.section-filter .new_f-container * {
  font-family: "Montserrat", sans-serif !important;
}
.section-filter .new_f-container .slider-container .ui-widget-content {
  background: #222222 !important;
}
.section-filter .new_f-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0C0C0C !important;
}
.section-filter .new_f-ext-container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #0C0C0C !important;
  background-color: #E4E4E4 !important;
}
.section-filter .new_f-ext-container .slider-container .ui-widget-content {
  background: #222222 !important;
}
.section-filter .new_f-ext-container .ui-slider .ui-slider-range {
  background: #222222 !important;
}
.section-filter .new_f-ext-container .ui-slider .ui-slider-handle {
  border-color: #222222 !important;
}
.section-filter .new_f-ext-container [class*=new_f-] input[type=radio]:checked + ::before,
.section-filter .new_f-ext-container .new_f-ext-col-recommend input[type=checkbox]:checked + ::before {
  border-color: #222222 !important;
  background: #222222 !important;
}
.section-filter .new_f-ext-container .new_f-dropdown-body-bottom {
  width: auto;
  padding: 0 16px;
}
.section-filter .new_f-ext-container .new_f-dropdown-btn-apply {
  color: #FFFFFF;
  background-color: #222222;
  font-size: 18px;
  width: auto;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  border: 2px solid #222222;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  height: auto;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .section-filter .new_f-ext-container .new_f-dropdown-btn-apply {
    padding: 14px 16px;
    font-size: 14px;
    border-width: 1px;
  }
}
.section-filter .new_f-ext-container .new_f-dropdown-btn-apply:hover {
  color: #FFFFFF;
  background-color: #F5F1B4;
  border-color: #F5F1B4;
}
.section-filter .new_f-ext-container .new_f-dropdown-btn-apply:active {
  color: #FFFFFF;
  border-color: #F5F1B4;
  background-color: #F5F1B4;
}
.section-filter .new_f-ext-bl-title {
  color: #0C0C0C !important;
  font-weight: 600 !important;
}
.section-filter .new_f-ext-bl [class*=new_f-] input[type=checkbox]:checked + *::after {
  background-image: url("../images/icon/check.svg") !important;
}
.section-filter .new_f-ext-body {
  width: auto;
  padding: 0 16px;
}
.section-filter .new_f-ext-btn {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
}
.section-filter .new_f-ext-btn-text {
  color: #0C0C0C !important;
}
.section-filter .new_f-ext-btn-text:before {
  border-color: #0C0C0C transparent transparent;
}
.section-filter .new_f-ext-btn-container {
  width: 100%;
  padding: 0 16px;
}
.section-filter .new_f-ext-clear-btn {
  color: #0C0C0C;
}
.section-filter .new_f-form > .clearfix {
  width: auto;
  padding: 0 16px;
}
@media screen and (min-width: 915px) {
  .section-filter .new_f-form > .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}
.section-filter .new_f-form .new_f-label-name {
  color: #0C0C0C;
}
.section-filter .new_f-form .new_f-dates-container {
  width: 100%;
}
.section-filter .new_f-form .new_f-form-submit {
  color: #FFFFFF;
  background-color: #222222;
  font-size: 18px;
  width: auto;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  border: 2px solid #222222;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  height: auto;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .section-filter .new_f-form .new_f-form-submit {
    padding: 14px 16px;
    font-size: 14px;
    border-width: 1px;
  }
}
.section-filter .new_f-form .new_f-form-submit:hover {
  color: #FFFFFF;
  background-color: #F5F1B4;
  border-color: #F5F1B4;
}
.section-filter .new_f-form .new_f-form-submit:active {
  color: #FFFFFF;
  border-color: #F5F1B4;
  background-color: #F5F1B4;
}
.section-filter .new_f-form-field {
  background-color: transparent !important;
  height: auto;
  border-left-color: #FFFFFF !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  border-bottom-color: #FFFFFF !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 915px) {
  .section-filter .new_f-form-field {
    width: 100% !important;
  }
}
.section-filter .new_f-form-field:hover, .section-filter .new_f-form-field:focus, .section-filter .new_f-form-field:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.section-filter .new_f-form-field:before {
  display: none;
}
.section-filter .new_f-form-field input {
  border-left: none !important;
  border-bottom: none !important;
  height: auto !important;
}
.section-filter .new_f-search-dates-wrap svg {
  fill: #222222;
}
.section-filter .new_f-search-dates-wrap button {
  background-color: #E5D7C9 !important;
}
.section-filter .new_f-search-dates-popup {
  background-color: #E5D7C9 !important;
}
.section-filter .new_f-dropdown-btn {
  height: auto !important;
  width: 100%;
  padding: 16px 22px;
}
.section-filter .new_f-dropdown-btn:after {
  top: 22px;
  border-color: #222222 transparent transparent;
}
.section-filter .new_f-dropdown-btn .cnt {
  background-color: transparent !important;
  top: 13px;
}
.section-filter .new_f-dropdown-btn .cnt:after {
  border-color: #222222 transparent transparent;
}
.section-filter .new_f-dropdown-body-bottom {
  text-align: center;
}
.section-filter .exs_dir-list {
  border: none;
  background-color: transparent;
}
.section-filter .exs_search-extended {
  left: 320px;
  top: 128px;
}
.section-filter .exs_search-extended .exs_extended-btn {
  font-weight: 600 !important;
}
.section-filter .exs_search-extended .exs_extended-btn:before {
  border-color: #222222 transparent transparent;
}
.section-filter .exs_search-extended-container.clearfix {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0C0C0C;
}
.section-filter .exs_search-label {
  height: auto;
  border: none;
  background-color: transparent;
}
.section-filter .exs_search-label:after {
  display: none;
}
.section-filter .exs_search-form {
  background-image: none !important;
  background-color: #E4E4E4 !important;
}
.section-filter .exs_search-form > .clearfix {
  width: auto;
  padding: 0 16px;
}
@media screen and (min-width: 915px) {
  .section-filter .exs_search-form > .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    max-width: calc(100% - 150px);
  }
  .section-filter .exs_search-form > .clearfix > * {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_search-form .exs_search-duration {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_search-form .exs_search-dates {
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.section-filter .exs_search-extended {
  color: #222222;
}
.section-filter .exs_search-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0C0C0C !important;
}
.section-filter .exs_search-title span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #0C0C0C !important;
}
.section-filter .exs_search-cols {
  background-image: none !important;
  background-color: transparent !important;
  border-right: none !important;
  height: auto !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: 1px solid #0C0C0C !important;
  border-bottom: 1px solid #0C0C0C !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 22px !important;
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_search-cols {
    padding: 10px 16px !important;
  }
}
.section-filter .exs_search-transport {
  position: static;
  display: block;
}
.section-filter .exs_search-transport label input:checked + span:before {
  background-image: url("../images/icon/check.svg") !important;
}
.section-filter .exs_container {
  font-family: "Montserrat", sans-serif !important;
  background-image: none !important;
  background-color: #E4E4E4 !important;
  max-width: 1520px;
  padding: 0;
}
@media (max-width: 1700px) {
  .section-filter .exs_container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .section-filter .exs_container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_container {
    max-width: 100%;
  }
}
.section-filter .exs_container * {
  font-family: "Montserrat", sans-serif !important;
}
.section-filter .exs_container .slider-container .ui-widget-content {
  background: #222222 !important;
}
.section-filter .exs_add-dir-btn {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
}
.section-filter .exs_add-dir-btn .exs_und {
  font-weight: 400;
}
.section-filter .exs_autocomplete-toggle_element {
  background-color: transparent !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 6px 4px 0 !important;
  border-color: #222222 transparent transparent !important;
  top: 22px !important;
  right: 8px !important;
}

#exs_container #exs_search-container .exs_search-form input,
#exs_container #exs_search-container .exs_search-form select {
  padding: 16px 22px !important;
  background-color: transparent !important;
  height: auto !important;
  border-radius: 0 !important;
}
#exs_container #exs_search-container input.exs_search-submit {
  color: #FFFFFF !important;
  background-color: #222222 !important;
  font-size: 18px !important;
  width: auto !important;
  cursor: pointer !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.5 !important;
  border: 2px solid #222222 !important;
  text-decoration: none !important;
  display: inline-block !important;
  border-radius: 0 !important;
  outline: none !important;
  height: auto !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 16px 22px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #exs_container #exs_search-container input.exs_search-submit {
    padding: 14px 16px !important;
    font-size: 14px !important;
    border-width: 1px !important;
  }
}
#exs_container #exs_search-container input.exs_search-submit:hover {
  color: #FFFFFF !important;
  background-color: #F5F1B4 !important;
  border-color: #F5F1B4 !important;
}
#exs_container #exs_search-container input.exs_search-submit:active {
  color: #FFFFFF !important;
  border-color: #F5F1B4 !important;
  background-color: #F5F1B4 !important;
}
#exs_container #exs_search-container input.ui-autocomplete-input {
  border-right: none !important;
  border-top: none !important;
  border-left: 1px solid #0C0C0C !important;
  border-bottom: 1px solid #0C0C0C !important;
}
#exs_container #exs_search-container input.exs_datepicker-start, #exs_container #exs_search-container input.exs_datepicker-end {
  background-color: #E5D7C9 !important;
  padding: 0 !important;
  height: 30px !important;
}

.new_t-tab-content-top {
  background-color: #222222 !important;
}
.new_t-modal-body-top {
  background-color: #222222 !important;
}

.new_f-dropdown-body-top {
  background-color: #222222 !important;
}

.new_layer-open-to #new_os-to .new_f-dropdown-btn {
  width: calc(100% - 30px);
}
.new_layer-open-to #new_os-to .new_f-dropdown-btn .cnt {
  top: 6px;
}

#new_os-to .type-item {
  background-color: #222222 !important;
  color: #FFFFFF !important;
}

.exs_r-container,
.new_r-container {
  width: 100%;
  max-width: 1520px !important;
  margin: 0 auto;
  padding: 0 12px;
}
@media (max-width: 1700px) {
  .exs_r-container,
.new_r-container {
    max-width: calc(100% - 100px) !important;
  }
}
@media (max-width: 1200px) {
  .exs_r-container,
.new_r-container {
    max-width: calc(100% - 80px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .exs_r-container,
.new_r-container {
    padding: 0 16px;
    max-width: 100% !important;
  }
}

.exs_r-wrapper {
  margin: initial !important;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #0C0C0C;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #3B3B3B;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #FFFFFF;
  background-color: #222222;
  font-size: 18px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  border: 1px solid #222222;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  outline: none;
  font-weight: 600;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    padding: 12px 14px;
    font-size: 14px;
    border-width: 1px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #FFFFFF;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #FFFFFF;
  background-color: #3B3B3B;
  border-color: #3B3B3B;
}
.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: #3B3B3B;
  color: #F5F1B4;
  background-color: #3B3B3B;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #F5F1B4;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #FFFFFF;
  border-color: #E5D7C9;
  background-color: #E5D7C9;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #FFFFFF;
}

.btn.btn-link {
  background-color: transparent;
  border: none;
  color: #85181B;
  padding: 0;
  border-bottom: 1px solid #85181B;
}
.btn.btn-link:hover, .btn.btn-link:active {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
}
.btn.btn-icon-right {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-right {
    padding-right: 100px;
  }
}
.btn.btn-icon-left {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-left {
    padding-left: 100px;
  }
}
.btn.btn-icon {
  position: relative;
}
.btn.btn-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.btn-icon-arrow:before {
  width: 40px;
  height: 12px;
  top: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-arrow:before {
    width: 60px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.btn-icon-block {
  border-radius: 16px;
  padding: 15px 16px;
}
@media screen and (max-width: 767px) {
  .btn-icon-block {
    padding: 12px 13px;
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-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: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .btn-icon.icon {
    width: 14px;
    height: 14px;
  }
}
.btn-icon.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 16px;
}

.slider {
  width: 100%;
}
.slider-carousel {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider-carousel {
    padding: 0 80px;
  }
}
.slider-carousel .slider-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-carousel .slider-nav-btn-next {
  right: 0;
}
.slider-carousel .slider-nav-btn-prev {
  left: 0;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-nav-btn .icon {
  width: 24px;
  height: 24px;
  fill: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}
.slider-nav-btn.swiper-button-disabled {
  opacity: 1;
}
.slider-nav-btn.swiper-button-disabled .icon {
  fill: #909090;
}
.slider-pagination {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .slider-pagination {
    margin-top: 24px;
  }
}
.slider-pagination .swiper-pagination-bullet {
  background-color: #E4E4E4;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .slider-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #222222;
}

.tabs:not(:last-child) {
  margin-bottom: 32px;
}
.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E5D7C9;
  margin-bottom: 24px;
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #FFFFFF;
  background-color: #222222;
}
.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #3B3B3B;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  background-color: #E5D7C9;
  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: #3B3B3B;
}
.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none;
}
.tabs .tabs-body .tabs-body__item.active {
  display: block;
}
.tabs.tabs-header__slider .slider-tabs__header {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .tabs.tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
  .tabs.tabs-vertical .tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25%;
    width: 100%;
    padding: 0 16px;
    border-bottom: none;
  }
  .tabs.tabs-vertical .tabs-header__text {
    text-align: left;
  }
  .tabs.tabs-vertical .tabs-body {
    max-width: 75%;
    width: 100%;
    padding: 0 16px;
  }
}

.accordion-item {
  margin-bottom: 8px;
  background-color: #E4E4E4;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .accordion-item {
    padding: 16px;
  }
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .accordion-item.active .accordion-item__header {
    margin-bottom: 8px;
  }
}
.accordion-item.active .accordion-item__header .title-text:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.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: #0C0C0C;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  -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: 14px;
  }
}
.accordion-item .accordion-item__header .title-text {
  position: relative;
  padding-right: 34px;
  width: 100%;
}
.accordion-item .accordion-item__header .title-text:before, .accordion-item .accordion-item__header .title-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 16px;
  height: 4px;
  background-color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-item__header .title-text:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-item .accordion-item__body {
  display: none;
}

.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.5;
  overflow: hidden;
  color: #3B3B3B;
  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: #3B3B3B;
  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: #F5F1B4;
}
.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: #F5F1B4;
  color: #FFFFFF;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #F5F1B4;
  font-size: 18px;
  line-height: 1.5;
  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.5;
  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: #F5F1B4;
  color: #FFFFFF;
}
.air-datepicker-cell.-current- {
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #F5F1B4;
  background-color: #F5F1B4;
  color: #FFFFFF;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #3B3B3B;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #3B3B3B;
  color: #FFFFFF;
}
.air-datepicker-cell.-selected- {
  background: #3B3B3B;
  color: #FFFFFF;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #3B3B3B;
  color: #FFFFFF;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #3B3B3B !important;
  color: #FFFFFF !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #3B3B3B;
  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: #3B3B3B;
  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: #D9D9D9;
  -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: #D9D9D9;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #222222;
  background-color: #FFFFFF;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 16px 0;
  }
}
.header.fixedToTop {
  background: #FFFFFF;
}
.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: 16px;
}
.header-top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header-top-contact {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-top-contact {
    gap: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-top-contact {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header-top-contact .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}
.header-top-contact .icon-item a {
  font-weight: 400;
}
.header-top-contact .icon-item:before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .header-top-contact .icon-item:before {
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.header-top-contact .icon-item.email:before {
  background-image: url("../images/icon/email.svg");
}
.header-top-contact .icon-item.phone:before {
  background-image: url("../images/icon/phone.svg");
}
.header-top-contact .icon-item.addres:before {
  background-image: url("../images/icon/location.svg");
}
.header-middle {
  padding: 16px 0;
}
@media screen and (max-width: 1023px) {
  .header-middle {
    padding: 8px 0;
  }
}
.header-middle .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: 16px;
}
@media screen and (max-width: 1023px) {
  .header-info {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    right: 0;
    left: -100%;
    top: 100% !important;
    height: calc(var(--vh, 100vh) - 40px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .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__block {
    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-mobile__block {
    padding: 24px;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__middle {
    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 (min-width: 1024px) {
  .header-mobile__bottom {
    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-mobile__bottom {
    margin-top: 24px;
  }
  .header-mobile__bottom > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
.header-mobile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-mobile__container.desc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc {
    display: none;
  }
}
.header.active .header-mobile {
  left: 0;
  visibility: visible;
  opacity: 1;
}

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

.nav-toggle {
  width: 24px;
  height: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none !important;
  }
}
.nav-toggle .nav-toggle__link {
  display: block;
  background: #222222;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle.active {
  width: 24px;
  height: 24px;
}
.nav-toggle.active .nav-toggle__block {
  width: 24px;
  height: 24px;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
  width: 100%;
}
.nav-toggle.active .nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .nav-toggle__link:nth-child(3) {
  width: 100%;
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 16px !important;
  }
  .header-menu__container .btn {
    max-width: 250px;
    margin: auto;
  }
}
.header .logo img {
  max-width: 80px;
}
@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 50px;
  }
}
@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;
  }
  .header .menu-list:not(.lang) {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list:not(.lang) {
    gap: 12px;
  }
}
.header .menu-list > .menu-item > a {
  font-weight: 600;
  color: #0C0C0C;
}
.header .menu-list > .menu-item > a:hover {
  color: #222222;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list > .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list > .menu-item > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list > .menu-item-has-children > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .menu-list > .menu-item-has-children .sub-menu, .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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #F0F0F0;
  padding: 0 16px;
  border-radius: 24px 8px;
}
.header .menu-list > .menu-item-has-children .sub-menu .menu-item a, .header .menu-list > .menu-item__sub .sub-menu .menu-item a {
  font-weight: 600;
  display: block;
  padding: 0;
  color: #0C0C0C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item-has-children .sub-menu .menu-item a, .header .menu-list > .menu-item__sub .sub-menu .menu-item a {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list > .menu-item-has-children .sub-menu, .header .menu-list > .menu-item__sub .sub-menu {
    top: 300%;
    left: 0;
    width: 100%;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .menu-list > .menu-item-has-children .sub-menu .menu-item:not(:last-child), .header .menu-list > .menu-item__sub .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item-has-children:hover > a, .header .menu-list > .menu-item__sub:hover > a {
    margin-bottom: 8px;
  }
}
.header .menu-list > .menu-item-has-children:hover .sub-menu, .header .menu-list > .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  top: 100%;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item-has-children:hover .sub-menu, .header .menu-list > .menu-item__sub:hover .sub-menu {
    padding: 16px;
    max-width: 280px;
  }
}
.header .menu-list-btn > .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}
.header .menu-list-btn > .menu-item > a {
  text-transform: uppercase;
  font-weight: 400;
  color: #0C0C0C;
  padding: 18px 36px;
  border: 2px solid #0C0C0C;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list-btn > .menu-item > a {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header .menu-list-btn > .menu-item > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list-btn > .menu-item > a {
    padding: 14px 28px;
    font-size: 14px;
    border-width: 1px;
    display: block;
  }
}
.header .menu-list-btn > .menu-item > a:hover {
  background-color: #0C0C0C;
  border-color: #0C0C0C;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .header .menu-list-btn > .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list-btn > .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.header .contact-list li {
  padding-left: 0;
}
.header .contact-list li a {
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header .contact-list li a {
    font-size: 14px;
  }
}
.header-mobile__container.desc {
  padding-left: 5%;
}
.header-mobile__container.desc > * {
  padding: 0 8px !important;
}
.header-mobile__container.desc .menu-item {
  list-style-type: none;
}
.header-mobile__container.desc .menu-item > a {
  font-weight: 400;
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item > a {
    color: #0C0C0C;
    font-weight: 400;
    font-size: 18px;
  }
}
.header-mobile__container.desc .menu-item > a:hover {
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .header-mobile__container.desc .menu-item {
    padding: 0 15px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-mobile__container.desc .menu-item {
    padding: 0 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.header-mobile__container.desc .menu-item.menu-list-btn {
  padding-top: 0;
  padding-bottom: 0;
}
.header-mobile__container.desc .menu-item.menu-list-btn > a {
  text-transform: uppercase;
  font-weight: 400;
  color: #0C0C0C;
  padding: 14px 32px;
  border: 2px solid #0C0C0C;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header-mobile__container.desc .menu-item.menu-list-btn > a {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-mobile__container.desc .menu-item.menu-list-btn > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item.menu-list-btn > a {
    padding: 14px 28px;
    font-size: 14px;
    border-width: 1px;
    display: block;
  }
}
.header-mobile__container.desc .menu-item.menu-list-btn > a:hover {
  background-color: #0C0C0C;
  border-color: #0C0C0C;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .header-mobile__container.desc .menu-item.menu-list-btn {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item.menu-list-btn:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header .contact-list {
    margin-bottom: 0 !important;
  }
}

.footer {
  margin-top: auto;
  background-color: #222222;
  color: #FFFFFF;
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
.footer .menu-list .menu-item a {
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item a {
    font-size: 14px;
  }
}
.footer .menu-list .menu-item a:hover {
  color: #E4E4E4;
}
.footer a:hover {
  color: #E4E4E4;
}
.footer .pay-list ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .footer .pay-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.footer .pay-list ul li {
  padding: 0;
  margin: 0;
}
.footer .copyright {
  font-weight: 600;
}
.footer .copyright span {
  color: #909090;
}
.footer .copyright span a {
  color: #909090;
}
.footer .copyright span a:hover {
  color: #E4E4E4;
}
.footer-top {
  padding: 60px 0 40px;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 32px 0 24px;
  }
}
.footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .footer-top-row {
    gap: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom {
  padding: 32px 0;
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    padding: 16px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer-bottom__menu .copyright {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info-menu_top {
    padding-top: 8px !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info-menu_bottom {
    padding-bottom: 8px !important;
  }
}
.footer-info__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info__title {
    margin-bottom: 8px;
  }
}
.footer-info__title .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .footer-info__title .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin-bottom: 8px;
    max-width: 140px;
  }
}
.footer-info .wysiwyg {
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .footer-info .wysiwyg {
    font-size: 14px;
  }
}
.footer-info .logo {
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    max-width: 80px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 0px;
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 16px;
}
.footer-info .contact-list li {
  padding-left: 0;
  font-weight: 600;
}
.footer-info .contact-list li a {
  color: #FFFFFF;
  font-weight: 600;
}
.footer-info .contact-list li a:hover {
  color: #E4E4E4;
}
.footer-info .contact-list li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-info .contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone-fotter.svg");
}
.footer-info .contact-list.email .icon-item:before {
  background-image: url("../images/icon/email-footer.svg");
}
.footer-info .contact-list.addres .icon-item:before {
  background-image: url("../images/icon/location-footer.svg");
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 20px 0;
  }
}
.footer .menu-list .menu-item a {
  color: #FFFFFF;
  font-weight: 600;
}
.footer .menu-list .menu-item a:hover {
  color: #E4E4E4;
}

.popup {
  cursor: auto;
  padding: 48px;
  max-width: 1112px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #FFFFFF;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 24px 16px;
    border-radius: 8px;
  }
}
.popup.popup-full {
  max-width: 90%;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .popup.popup-full {
    padding: 24px 0;
  }
}
.popup.popup-full .popup-content {
  height: 100%;
  padding: 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup.popup-fon {
  padding: 0;
}
.popup.popup-fon .popup-content {
  padding: 0;
}
.popup.popup-fon .popup-content .contact-form-block-form {
  padding: 15% 10%;
}
@media screen and (max-width: 1023px) {
  .popup.popup-fon .popup-content .contact-form-block-form {
    padding: 16px 16px 8px;
  }
}
.popup.popup-fon .popup-content .contact-form-block-fon {
  height: 100%;
}
.popup.popup-fon .popup-content .contact-form-block-fon img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.popup.popup-middle {
  width: 794px;
}
.popup.popup-tiny {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-visible:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(11, 16, 6, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 25px;
  -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: #3B3B3B;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 18px;
  height: 18px;
  border-width: 0;
  background-color: transparent !important;
}
.popup-remove:before {
  display: none;
}
.popup-remove .btn-text__content {
  padding: 0;
}
.popup-remove .btn-text__content:before, .popup-remove .btn-text__content:after {
  display: none;
}
.popup-remove .icon {
  display: block;
  fill: #909090;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .popup-remove .icon {
    width: 14px;
    height: 14px;
  }
}
.popup-remove:hover .icon {
  fill: #222222;
}
.popup-footer {
  text-align: right;
  padding: 0 16px 16px;
}
@media screen and (min-width: 1024px) {
  .popup-footer {
    display: none;
  }
}
.popup-footer .popup-remove {
  position: static !important;
  margin-left: auto;
  font-weight: 400;
  color: #D9D9D9;
  font-size: 12px;
}
.popup-footer .popup-remove:hover {
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .popup .contact-form-block-form form .btn {
    width: 100%;
  }
}

.section {
  padding: 80px 0;
}
.section-top-80 {
  padding-top: 80px;
}
.section-bottom-80 {
  padding-bottom: 80px;
}
.section-top-50 {
  padding-top: 40px;
}
.section-bottom-50 {
  padding-bottom: 40px;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
.section.section-40 {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 40px 0;
  }
  .section-middle-desktop-top {
    padding-top: 20px;
  }
  .section-top-50 {
    padding-top: 24px;
  }
  .section-bottom-50 {
    padding-bottom: 24px;
  }
  .section.section-40 {
    padding: 24px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-fon__light {
  background-color: #0C0C0C;
}
.section.section-light {
  color: #FFFFFF;
}
.section.section-light a {
  color: #FFFFFF;
}
.section.section-light a:hover {
  color: #E5D7C9;
}
.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;
}

.wrapper > .section:last-of-type {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .wrapper > .section:last-of-type {
    padding-bottom: 40px;
  }
}

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.menu-list .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.menu-list .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #3B3B3B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .menu-list .menu-item a {
    font-size: 18px;
  }
}
.menu-list .menu-item a:hover {
  color: #85181B;
}
.menu-list .menu-item-has-children, .menu-list .menu-item__sub {
  position: relative;
}
.menu-list .menu-item-has-children > a, .menu-list .menu-item__sub > a {
  position: relative;
  padding-right: 38px;
  display: inline-block;
}
.menu-list .menu-item-has-children > a:after, .menu-list .menu-item__sub > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  background: url("../images/icon/arrow-menu.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 4px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 1023px) {
  .menu-list .menu-item-has-children > a, .menu-list .menu-item__sub > a {
    padding-right: 12px;
  }
  .menu-list .menu-item-has-children > a:after, .menu-list .menu-item__sub > a:after {
    right: 0;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    background-size: contain;
  }
}
.menu-list .menu-item-has-children:hover > a:after, .menu-list .menu-item__sub:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-list .menu-item-has-children .sub-menu, .menu-list .menu-item__sub .sub-menu {
  list-style-type: none;
  margin: 0;
  min-width: 270px;
}
.menu-list .menu-item-has-children .sub-menu li, .menu-list .menu-item__sub .sub-menu li {
  padding: 0;
}
.menu-list .menu-item-has-children .sub-menu li a, .menu-list .menu-item__sub .sub-menu li a {
  color: #85181B;
}
.menu-list .menu-item-has-children .sub-menu li a:hover, .menu-list .menu-item__sub .sub-menu li a:hover {
  color: #222222;
}
.menu-list .menu-item-has-children .sub-menu li:not(:last-child), .menu-list .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.menu-list .menu-item.menu-icon-item .menu-icon-group {
  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;
}
.menu-list .menu-item.menu-icon-item .icon {
  width: 18px;
  height: 18px;
  position: relative;
  fill: #0C0C0C;
}
.menu-list .menu-item.menu-icon-item a:hover .icon {
  fill: #222222;
}

.mobile-menu {
  display: none;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.5);
  padding: 8px 24px;
  z-index: 10;
}
.mobile-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 8px;
}
.mobile-menu .menu-list .menu-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .menu-list .menu-item {
    min-width: 80px;
  }
  .mobile-menu .menu-list .menu-item > a {
    font-size: 14px;
  }
}

.pagination {
  margin-bottom: 0;
  text-align: center;
}
.pagination .page-numbers {
  min-width: 46px;
  text-align: center;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #222222;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 2px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #FFFFFF;
  background-color: #222222;
}

#breadcrumbs {
  color: #E5D7C9;
}
#breadcrumbs a {
  color: #E5D7C9;
}
#breadcrumbs a:hover {
  color: #222222;
}
#breadcrumbs .breadcrumb_last {
  color: #0C0C0C;
}

.breadcrumbs-section {
  padding: 20px 0;
}

.banner-section__fon {
  position: relative;
}
.banner-section__fon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  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:before {
    background-image: var(--bg-image-mob);
  }
}
.banner-section__fon_dark {
  position: relative;
  color: #FFFFFF;
}

.section-bg {
  background-color: #E4E4E4;
  border-radius: 16px;
  padding: 60px 100px;
}
@media screen and (max-width: 1023px) {
  .section-bg {
    padding: 40px 24px;
    border-radius: 8px;
  }
}

.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: 16px;
}
.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;
  cursor: pointer;
}
.soc-list ul li a .icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .soc-list ul li a .icon {
    width: 18px;
    height: 18px;
  }
}

.main-banner_section {
  min-height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0 !important;
}
.main-banner_section.section-banner-tabs-menu {
  min-height: calc(100vh - 130px - 185px);
}
@media screen and (max-width: 1023px) {
  .main-banner_section {
    min-height: calc(75vh - 65px);
    padding: 40px 0 84px !important;
  }
  .main-banner_section.section-banner-tabs-menu {
    min-height: calc(75vh - 65px);
  }
}
.main-banner_section .container {
  margin: auto;
}

.banner-slider .slider-nav__container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 10;
}

.counter-description-read__link {
  display: none;
}
@media screen and (max-width: 1023px) {
  .counter-description-read__description .wysiwyg {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .counter-description-read__description.active .wysiwyg {
    display: block;
  }
  .counter-description-read__link {
    display: inline-block;
  }
}
.counter-image-item {
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .counter-image-item {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .counter-image.counter-type-2 {
    margin-bottom: 24px;
  }
}
.counter-image.counter-type-2 .counter-image-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.counter-image.counter-type-1 {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
}
@media screen and (max-width: 1023px) {
  .counter-image.counter-type-1 {
    grid-gap: 8px;
  }
}
.counter-image.counter-type-1 .counter-image-item {
  min-height: 226px;
  position: relative;
  color: #FFFFFF;
  padding: 30px;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .counter-image.counter-type-1 .counter-image-item {
    padding: 8px 4px;
  }
}
.counter-image.counter-type-1 .counter-image-item:before, .counter-image.counter-type-1 .counter-image-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.counter-image.counter-type-1 .counter-image-item:before {
  background-image: var(--bg-image-counter);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.counter-image.counter-type-1 .counter-image-item:after {
  background-color: rgba(13, 13, 13, 0.6);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .counter-image.counter-type-1 .counter-image-item {
    min-height: 120px;
  }
}
.counter-image.counter-type-1 .counter-image-item:nth-child(3n+1) {
  grid-row-start: span 2;
  min-height: 400px;
}
@media screen and (max-width: 1023px) {
  .counter-image.counter-type-1 .counter-image-item:nth-child(3n+1) {
    min-height: 233px;
  }
}

.product-slider {
  padding: 0;
}
.product-slider .slider {
  overflow: initial !important;
}
@media screen and (max-width: 767px) {
  .product-slider .slider {
    padding-right: 15%;
  }
}
.product-slider .product-slide-item {
  height: auto;
}

.team-gallery-slider .slider {
  overflow: initial;
}
@media screen and (min-width: 1024px) {
  .team-gallery-slider .slider {
    padding-right: 10%;
  }
}
.team-slider-item img {
  width: 100%;
  display: block;
  height: 100%;
}

.advantages-section {
  padding: 0;
}
.advantages-container {
  border: 1px solid #0C0C0C;
  border-radius: 40px;
  position: relative;
  padding: 80px 40px;
}
@media (max-width: 1400px) {
  .advantages-container {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-container {
    padding: 24px;
    border-radius: 24px;
  }
}
.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.advantages-list .advantages-item {
  padding: 0 12px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 33.333%;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item {
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.advantages-list .advantages-item__info {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E4E4E4;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item__info {
    padding: 24px;
  }
}
.advantages-list .advantages-item__info .icon {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
}
.advantages-list .advantages-item__info .icon img {
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item__info .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
  }
  .advantages-list .advantages-item__info .icon img {
    width: 24px;
    height: 24px;
  }
}
.advantages-list .advantages-item__info .title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item__info .title {
    margin-bottom: 16px;
  }
}
.advantages-list-marker {
  counter-reset: count1;
}
.advantages-list-marker .advantages-item__info:after {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: inline-block;
  margin-left: 16px;
}
.advantages-accordion-item .accordion-item__body .advantages-list__container {
  padding-left: 40px;
  border-left: 1px solid #0C0C0C;
}

.news-item {
  margin-bottom: 40px;
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 1023px) {
  .news-item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news-item {
    min-height: 150px;
    margin-bottom: 20px;
  }
}
.news-item__img img {
  width: 100%;
  display: block;
}
.news-item__img img:not(.no-img) {
  height: auto;
}
.news-item__info {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .news-item__info {
    padding: 5px 10px;
  }
}
.news-item__info > *:not(:last-child) {
  margin-bottom: 8px;
}
.news-item__title {
  margin-bottom: 0;
}
.news-item__block {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
  -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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.news-item__block .news-item__img {
  max-width: 100px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .news-item__block .news-item__img {
    margin-bottom: 16px;
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-item__block .news-item__img {
    max-width: 32px;
  }
}
.news-item__block .news-item__title {
  font-weight: 400;
  text-transform: initial;
}
.news-item__link:hover .news-item__block {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
  .post-detail-row {
    margin: 0 -50px;
  }
  .post-detail-row > .col {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .post-detail-row {
    margin: 0 -16px;
  }
  .post-detail-row > .col {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .post-detail-row > .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
.post-detail .product-list-info {
  border: 1px solid #E4E4E4;
  padding: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .post-detail .product-list-info {
    padding: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .post-detail .product-list-info {
    padding: 24px;
  }
}
.post-detail .product-list-info .title {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.post-detail .product-list-info ul {
  list-style-type: none;
  margin-left: 0;
}
.post-detail .product-list-info ul li {
  padding: 16px 0;
  border-bottom: 1px solid #E5D7C9;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-detail .product-list-info ul li span {
  font-weight: 400;
}
.post-detail .product-list-info ul li span:last-child {
  margin-left: 8px;
  text-align: right;
}
.post-detail .product-list-info ul li:not(:last-child) {
  margin-bottom: 16px;
}

.contact-section .contact-list {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1023px) {
  .contact-section .contact-list {
    margin-bottom: 32px !important;
  }
}
.contact-section .contact-list ul li {
  font-weight: 600;
}
.contact-section .contact-list ul li a {
  font-weight: 600;
}
.contact-section-list {
  margin: 0 -20px -40px;
}
.contact-section-list .contact-section-col {
  max-width: 20%;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .contact-section-list .contact-section-col {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 1023px) {
  .contact-section-list .contact-section-col {
    max-width: 50%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section-list .contact-section-col {
    max-width: 100%;
  }
}
.contact-section-list .contact-section-item .title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .contact-section-list .contact-section-item .title {
    margin-bottom: 8px;
  }
}
.contact-section-list .contact-info-list .contact-info {
  list-style-type: none;
  margin-left: 0;
}
.contact-section-list .contact-info-list .contact-info li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .contact-section-list .contact-info-list .contact-info li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contact-section-list .contact-info-list .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-section-list .contact-info-list .soc a .icon {
  fill: #0C0C0C;
}
.contact-section-list .contact-info-list .soc a:hover .icon {
  fill: #222222;
}
.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .contact-form h1 + p, .contact-form h2 + p, .contact-form h3 + p, .contact-form h4 + p, .contact-form h5 + p, .contact-form h6 + p {
    font-size: 14px;
    text-align: center;
  }
}
.contact-form a[href^="tel:"] {
  font-weight: 400;
}
.contact-form a[href^="tel:"] span {
  position: relative;
  padding-left: 32px;
}
.contact-form a[href^="tel:"] span:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  margin-right: 8px;
  background-image: url("../images/icon/phone-contact.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .contact-form a[href^="tel:"] {
    display: block;
    margin-top: 8px;
  }
  .contact-form a[href^="tel:"] span {
    padding-left: 24px;
  }
  .contact-form a[href^="tel:"] span:before {
    top: -1px;
    width: 16px;
    height: 16px;
  }
}
.contact-form .row {
  margin: 0 -4px;
}
.contact-form .col {
  padding: 0 4px;
}
.contact-form__form {
  text-align: center;
}
.contact-form-block-form {
  padding: 40px;
  background-color: #E4E4E4;
  border-radius: 16px;
}
.contact-form-block-form > p {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .contact-form-block-form {
    padding: 24px;
    border-radius: 8px;
  }
}
.contact-list:not(:last-child) {
  margin-bottom: 16px;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 26px;
  font-weight: 400;
}
.contact-list ul li a {
  font-weight: 400;
}
.contact-list ul li:last-child {
  margin-bottom: 0;
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.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: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li.icon-item:before {
    min-width: 14px;
    width: 14px;
    height: 14px;
    top: 0;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone.svg");
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/email.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/location.svg");
}
.contact-list.work .icon-item:before {
  background-image: url("../images/icon/time.svg");
}

.maps iframe {
  display: block;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.maps iframe .gmnoprint {
  display: none;
}
@media screen and (max-width: 1023px) {
  .maps iframe {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .maps iframe {
    min-height: 200px;
  }
}

.error-section,
.success-section {
  min-height: calc(100vh - 171px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .error-section,
.success-section {
    min-height: calc(50vh - 214px);
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .error-section,
.success-section {
    min-height: calc(50vh - 230px);
  }
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .services-list {
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .services-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-list .services-item {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .services-list .services-item:nth-child(5n+1) {
    grid-row-start: span 3;
  }
  .services-list .services-item:nth-child(5n+2), .services-list .services-item:nth-child(5n) {
    grid-row-start: span 2;
  }
}
@media screen and (max-width: 1023px) {
  .services-list .services-item {
    grid-column-start: span 1;
    min-height: 250px;
  }
  .services-list .services-item:nth-child(5n+1) {
    grid-column-start: span 2;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .services-list .services-item:nth-child(5n+1) {
    grid-column-start: span 1;
  }
}
.services-list .services-item__block {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
}
.services-list .services-item__block .wysiwyg {
  padding-left: 20px;
  border-left: 2px solid #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .section-servises-banner__description:before {
    content: "";
    display: block;
    max-width: 32px;
    border-top: 2px solid #D9D9D9;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .section-servises-banner__image {
    margin-bottom: 16px;
  }
}

.gallery-item__link img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .gallery-item__link img {
    border-radius: 8px;
  }
}
.gallery-slider {
  position: relative;
}
.gallery-slider .slider-nav__container .slider-nav-btn-prev {
  left: 0;
}
.gallery-slider .slider-nav__container .slider-nav-btn-next {
  right: 0;
}
.gallery-slider-overflow .slider {
  overflow: initial !important;
}
.gallery-slider-info {
  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: 40px;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .gallery-slider-info {
    margin-bottom: 24px;
  }
}
.gallery-slider-info .title {
  margin-bottom: 0;
}
.gallery-slider-info .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gallery-slider-info .slider-nav-btn {
  position: initial;
}

@media screen and (max-width: 1023px) {
  .gallery-type-1 .slider,
.gallery-type-2 .slider {
    padding-right: 10%;
  }
}

.gallery-type-3.gallery-slider .slider {
  max-width: calc(100% - 248px);
}
.gallery-type-3.gallery-slider .slider-nav-btn {
  top: calc(50% - 48px);
}
@media screen and (max-width: 1023px) {
  .gallery-type-3.gallery-slider .slider {
    max-width: calc(100% - 60px);
  }
  .gallery-type-3.gallery-slider .slider-nav-btn {
    top: calc(50% - 24px);
    width: 14px;
    height: 14px;
  }
  .gallery-type-3.gallery-slider .slider-nav-btn-next {
    right: 0;
  }
  .gallery-type-3.gallery-slider .slider-nav-btn-prev {
    left: 0;
  }
}

.gallery-type-4.gallery-list {
  margin: 0 -12px;
}
.gallery-type-4.gallery-list > .col {
  padding: 0 12px;
}
.gallery-type-4 .gallery-col {
  margin-bottom: 24px;
}

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

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}
@media screen and (max-width: 1023px) {
  .countdown {
    margin: 0 -4px;
  }
}
.countdown-section {
  padding: 40px 0;
  background-color: #222222;
  color: #FFFFFF;
}
.countdown-container {
  max-width: 675px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .countdown-container {
    max-width: 100%;
  }
}
.countdown-container .section-title {
  margin-bottom: 16px;
}
.countdown-container .section-title .title {
  padding: 0;
  background-color: transparent;
}
.countdown.close {
  display: none !important;
}
.countdown-message {
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 80px;
}
@media (max-width: 1700px) {
  .countdown-message {
    font-size: 52px;
  }
}
@media (max-width: 1400px) {
  .countdown-message {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .countdown-message {
    font-size: 32px;
  }
}
.countdown-message.active {
  display: block;
}
.countdown-number {
  padding: 0 12px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .countdown-number {
    padding: 0 4px;
  }
}
.countdown-number .countdown-time {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: #F5F1B4;
  min-width: 140px;
  display: block;
  padding: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .countdown-number .countdown-time {
    min-width: 68px;
    font-size: 24px;
    padding: 8px;
  }
}
.product-list.row {
  margin: 0 -12px;
}
.product-list.row > .col {
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .product-list.row {
    margin: 0 -8px;
  }
  .product-list.row > .col {
    padding: 0 8px;
  }
}
.product-item__image {
  position: relative;
}
.product-item__image img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .product-item__image img {
    border-radius: 8px;
  }
}
.product-item__info {
  padding-top: 16px;
}
@media screen and (max-width: 1023px) {
  .product-item__info {
    padding-top: 8px;
  }
}
.product-item__info .title {
  margin-bottom: 8px;
}
.product-item__info .price {
  font-weight: 600;
  color: #222222;
}
.product-item__info .wysiwyg {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .product-item__info .wysiwyg {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .product-modal {
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .product-modal {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .product-modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60vh;
    padding-right: 8px;
  }
}
.product-modal-item__info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .product-modal-item__info {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.product-modal-item__info .wysiwyg {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .product-modal-item__info .wysiwyg {
    overflow-y: auto;
    max-height: 250px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .product-modal-item__info .wysiwyg {
    margin-bottom: 16px;
  }
}
.product-modal-item__info .price {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-modal-item__info .price {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.product-modal-item__image {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-modal-item__image {
    margin-bottom: 16px;
  }
}
.product-modal-item__image .image-border {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.product-modal-item__image .image-border img {
  width: 100%;
  display: block;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .product-modal-item__image .image-border img {
    max-height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .product-modal-item__image {
    border-radius: 12px;
  }
}
.product-modal-item__image.row {
  margin-left: -4px;
  margin-right: -4px;
}
.product-modal-item__image.row .col {
  padding: 0 4px;
}
@media screen and (max-width: 1023px) {
  .product-modal-item__image.row .col {
    padding: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .product-modal-item {
    border-radius: 24px;
  }
  .product-modal-item__info {
    margin: 0;
  }
  .product-modal-item__image {
    border-radius: 8px;
    margin-bottom: 16px;
  }
}
.product-modal-row {
  margin-left: -4px;
  margin-right: -4px;
}
.product-modal-row .col {
  padding: 0 4px;
}
@media screen and (max-width: 1023px) {
  .product-modal-row .col:not(:last-child) {
    margin-bottom: 8px;
  }
}

.category-type-1 .product-col {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .category-type-1 .product-col {
    margin-bottom: 24px;
  }
}
.category-type-1 .product-item__image {
  overflow: hidden;
}
.category-type-1 .product-item__image .product-btn {
  padding: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.category-type-1 .product-item__image .product-btn .btn {
  width: 100%;
}
.category-type-1 .product-item__info .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .category-type-1 .product-item__info .title {
    margin-bottom: 8px;
  }
}
.category-type-1 .product-item:hover .product-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.category-type-2 .product-col {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .category-type-2 .product-col {
    margin-bottom: 24px;
  }
}
.category-type-2 .product-item .price {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .category-type-2 .product-item .price {
    margin-bottom: 8px;
  }
}

.category-type-3 .product-item__image,
.category-type-4 .product-item__image {
  overflow: hidden;
}
.category-type-3 .product-item__image .product-btn,
.category-type-4 .product-item__image .product-btn {
  padding: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  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;
}
.category-type-3 .product-item__image .product-btn .btn,
.category-type-4 .product-item__image .product-btn .btn {
  width: 100%;
}
.category-type-3 .product-item:hover .product-btn,
.category-type-4 .product-item:hover .product-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .category-type-4 .product-col {
    margin-bottom: 24px;
  }
}
.category-type-4 .product-item__info {
  text-align: center;
}

.category-type-5 .product-col {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .category-type-5 .product-col {
    margin-bottom: 24px;
  }
}
.category-type-5 .product-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .product-cart-container > .row {
    margin: 0 -40px;
  }
  .product-cart-container > .row > .col {
    padding: 0 40px;
  }
}
.product-cart__image {
  margin-bottom: 24px;
}
.product-cart__image_big img, .product-cart__image_small img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .product-cart__image_big img, .product-cart__image_small img {
    border-radius: 8px;
  }
}
.product-cart__image_big {
  margin-bottom: 8px;
}
.product-cart__image_small .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid transparent;
}
.product-cart__image_small .swiper-slide.swiper-slide-thumb-active {
  border-color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .product-cart__image_small .swiper-slide {
    border-radius: 8px;
  }
}
.product-cart__info .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .title {
    margin-bottom: 8px;
  }
}
.product-cart__info .price {
  font-weight: 600;
  color: #222222;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .price {
    margin-bottom: 16px;
  }
}
.product-cart__info .prodect-title {
  font-weight: 600;
  color: #909090;
  display: inline-block;
  margin-bottom: 8px;
}
.product-cart__info .wysiwyg {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .wysiwyg {
    margin-bottom: 16px;
  }
}
.product-cart__info .product-variation-item {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .product-variation-item {
    margin-bottom: 16px;
  }
}
.product-cart__info .product-variation-item .variation-item__title {
  margin-bottom: 8px;
}
.product-cart__info .product-variation-item .variation-item__title .product-title_sub {
  font-weight: 600;
  color: #909090;
}
.product-cart__info .product-variation-item .variation-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cart__info .product-variation-item .variation-item__body.text .value-option:not(:last-child):after {
  content: ", ";
}
.product-cart__info .product-variation-item .variation-item__body.color {
  gap: 4px;
}
.product-cart__info .product-variation-item .variation-item__body.color .value-option {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  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;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-cart__info .product-variation-item .variation-item__body.color .value-option:hover {
  border-color: #909090;
}
.product-cart__info .product-variation-item .variation-item__body.color .value-option.active {
  border-color: #0C0C0C;
}
.product-cart__info .product-variation-item .variation-item__body.color .value-option span {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background-color: var(--value-color);
}
.product-cart__info .product-variation-item .variation-item__body.size {
  gap: 8px;
}
.product-cart__info .product-variation-item .variation-item__body.size .value-option {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-cart__info .product-variation-item .variation-item__body.size .value-option span {
  display: block;
}
.product-cart__info .product-variation-item .variation-item__body.size .value-option:hover {
  border-color: #909090;
}
.product-cart__info .product-variation-item .variation-item__body.size .value-option.active {
  border-color: #0C0C0C;
}
.product-cart__info .product-variation-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .product-variation-item:not(:last-child) {
    margin-bottom: 16px;
  }
}