@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: #000000;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  background-color: #BAAD8C;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  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 16px;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

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

h2,
.h2 {
  font-weight: 400;
  font-size: 42px;
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 32px;
  }
}

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

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

strong {
  font-weight: 600;
}

a {
  color: #828A84;
  text-decoration: none;
}
a:hover {
  color: #67958B;
}

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

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

.container {
  width: 100%;
  max-width: calc(100% - 320px);
  margin: 0 auto;
  padding: 0 16px;
}
.container.container-middle {
  max-width: 832px;
}
@media (max-width: 1400px) {
  .container {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 90%;
  }
  .container.container-middle {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .container.container-middle {
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-block {
  display: block !important;
}
.display-none {
  display: none !important;
}
@media (max-width: 1400px) {
  .display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-big-desktop-block {
    display: block !important;
  }
  .display-big-desktop-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-desktop-block {
    display: block !important;
  }
  .display-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-middle-desktop-block {
    display: block !important;
  }
  .display-middle-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-tab-block {
    display: block !important;
  }
  .display-tab-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-block {
    display: block !important;
  }
  .display-mob-none {
    display: none !important;
  }
}
@media screen and (max-width: 579px) {
  .display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-p-block {
    display: block !important;
  }
  .display-mob-p-none {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__progress {
  background: #67958B;
}

.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-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-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-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-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-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-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-left-auto {
    margin-left: auto !important;
  }
  .margin-mob-p-right-auto {
    margin-left: auto !important;
  }
  .margin-mob-p-top-96 {
    margin-top: 96px;
  }
  .margin-mob-p-top-80 {
    margin-top: 80px;
  }
  .margin-mob-p-top-72 {
    margin-top: 72px;
  }
  .margin-mob-p-top-64 {
    margin-top: 64px;
  }
  .margin-mob-p-top-48 {
    margin-top: 48px;
  }
  .margin-mob-p-top-40 {
    margin-top: 40px;
  }
  .margin-mob-p-top-36 {
    margin-top: 36px;
  }
  .margin-mob-p-top-32 {
    margin-top: 32px;
  }
  .margin-mob-p-top-28 {
    margin-top: 28px;
  }
  .margin-mob-p-top-24 {
    margin-top: 24px;
  }
  .margin-mob-p-top-20 {
    margin-top: 20px;
  }
  .margin-mob-p-top-16 {
    margin-top: 16px;
  }
  .margin-mob-p-top-12 {
    margin-top: 12px;
  }
  .margin-mob-p-top-8 {
    margin-top: 8px;
  }
  .margin-mob-p-top-4 {
    margin-top: 4px;
  }
  .margin-mob-p-top-0 {
    margin-top: 0;
  }
  .margin-mob-p-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-mob-p-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-mob-p-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-mob-p-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-mob-p-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-mob-p-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-mob-p-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-mob-p-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-mob-p-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-mob-p-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-mob-p-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-mob-p-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-mob-p-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-mob-p-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-mob-p-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-mob-p-bottom-0 {
    margin-bottom: 0;
  }
}

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #828A84;
}
table tr:hover td {
  background-color: #BAAD8C;
}
table td, table th {
  border-bottom: 1px solid #909090;
  border-top: 1px solid #909090;
  color: #ffffff;
  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: #BAAD8C;
  background-color: #67958B;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.4;
  padding: 18px 16px;
  color: #E8DAC5;
  width: 100%;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  -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 {
    padding: 14px;
    font-size: 14px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #E8DAC5 !important;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #E8DAC5 !important;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #E8DAC5 !important;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #E8DAC5 !important;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #E8DAC5 !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: rgba(255, 255, 255, 0.5);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #121212;
  background-color: rgba(255, 255, 255, 0.5);
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #828A84;
  background-color: #828A84;
  color: #828A84;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  border-color: #ffffff;
}

textarea {
  width: 100%;
  height: 120px;
  resize: none;
}
@media screen and (max-width: 1023px) {
  textarea {
    height: 100px;
  }
}

.form-field {
  margin-bottom: 8px;
}
.form-field .label-wrap {
  display: block;
  height: 100%;
}
.form-field__title {
  display: block;
  font-size: 18px;
  line-height: -2.6px;
  margin-bottom: 2.6666666667px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-field__title:hover {
  color: #67958B;
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
}

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

.wpcf7-spinner {
  display: none;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #67958B;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #BAAD8C;
  font-size: 18px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  padding: 18px 36px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #233B3C;
  outline: none;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #233B3C;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    font-size: 12px;
    padding: 14px 28px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #BAAD8C;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #233B3C;
  background-color: transparent;
  border-color: #233B3C;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #233B3C;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  color: #909090;
  background-color: #233B3C;
  border-color: #909090;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #909090;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  color: #000000;
  border-color: #BAAD8C;
  background: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
  border-image-slice: 1;
  border-image-source: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #000000;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #BAAD8C;
  border-color: #233B3C;
  background: #233B3C;
  border-image-source: none;
}
.btn.btn_secondary:hover .icon,
button.btn_secondary:hover .icon,
input[type=submit].btn_secondary:hover .icon,
input[type=reset].btn_secondary:hover .icon {
  fill: #BAAD8C;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #BAAD8C;
  border-color: #67958B;
  background-color: #67958B;
  border-image-source: none;
}
.btn.btn_secondary:active .icon,
button.btn_secondary:active .icon,
input[type=submit].btn_secondary:active .icon,
input[type=reset].btn_secondary:active .icon {
  fill: #BAAD8C;
}
.btn.btn_tertiary,
button.btn_tertiary,
input[type=submit].btn_tertiary,
input[type=reset].btn_tertiary {
  border: 1px solid #BAAD8C;
  background-color: transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
  background-image: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.btn.btn_tertiary .icon,
button.btn_tertiary .icon,
input[type=submit].btn_tertiary .icon,
input[type=reset].btn_tertiary .icon {
  fill: #BAAD8C;
}
.btn.btn_tertiary:hover,
button.btn_tertiary:hover,
input[type=submit].btn_tertiary:hover,
input[type=reset].btn_tertiary:hover {
  color: #000000;
  border-color: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
  background: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
  background-clip: initial;
}
.btn.btn_tertiary:hover .icon,
button.btn_tertiary:hover .icon,
input[type=submit].btn_tertiary:hover .icon,
input[type=reset].btn_tertiary:hover .icon {
  fill: #000000;
}
.btn.btn_tertiary:active,
button.btn_tertiary:active,
input[type=submit].btn_tertiary:active,
input[type=reset].btn_tertiary:active {
  color: #909090;
  border-color: #909090;
  background: linear-gradient(301.36deg, #BE9F5C 13.71%, #FCF4A3 49.63%, #956328 85.71%);
  background-clip: initial;
}
.btn.btn_tertiary:active .icon,
button.btn_tertiary:active .icon,
input[type=submit].btn_tertiary:active .icon,
input[type=reset].btn_tertiary:active .icon {
  fill: #909090;
}
.btn.btn-icon__arrow:after,
button.btn-icon__arrow:after,
input[type=submit].btn-icon__arrow:after,
input[type=reset].btn-icon__arrow:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 42px;
  background-color: url("../images/icon/arrow-right.png");
}
.btn.btn-icon__right,
button.btn-icon__right,
input[type=submit].btn-icon__right,
input[type=reset].btn-icon__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn-icon__right:after,
button.btn-icon__right:after,
input[type=submit].btn-icon__right:after,
input[type=reset].btn-icon__right:after {
  margin-left: 10px;
}

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

.slider {
  width: 100%;
}
.slider.swiper-fade .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: opacity 0.7s ease-in-out !important;
  transition: opacity 0.7s ease-in-out !important;
}
.slider.swiper-fade .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.slider-item__img img {
  width: 100%;
  display: block;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav__container .slider-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  margin-top: 52px;
}
@media screen and (max-width: 1023px) {
  .slider-nav__container .slider-pagination {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav__container .slider-pagination {
    margin-top: 20px;
  }
}
.slider-nav__container .slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav__container .slider-pagination .swiper-pagination-bullet:hover, .slider-nav__container .slider-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#67958B), color-stop(50.98%, #233B3C), to(#67958B));
  background: linear-gradient(90deg, #67958B 0%, #233B3C 50.98%, #67958B 100%);
}
@media screen and (max-width: 1023px) {
  .slider-nav__container .slider-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav__container .slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
.slider-nav__container-btn {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}
.slider-nav__container-btn:disabled {
  opacity: 1;
}
.slider-nav-btn {
  width: 50px;
  height: 50px;
  top: calc(50% - 26px);
  border: 1px solid #000000;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn .icon {
  width: 18px;
  height: 8px;
  fill: #000000;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover {
  border-color: #233B3C;
}
.slider-nav-btn:hover .icon {
  fill: #233B3C;
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}

.tabs:not(:last-child) {
  margin-bottom: 32px;
}
.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #828A84;
  margin-bottom: 24px;
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #BAAD8C;
  background-color: #67958B;
}
.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  background-color: #828A84;
  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: #ffffff;
}
.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 {
  padding: 16px 24px;
  border-bottom: 1px solid #000000;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 16px;
  color: #233B3C;
}
.accordion-item.active .accordion-item__header .arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-color: #233B3C;
}
.accordion-item.active .accordion-item__header .arrow .icon {
  fill: #233B3C;
}
.accordion-item.active .accordion-item__body {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 8px 0;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header {
    font-size: 18px;
  }
}
.accordion-item .accordion-item__header .title-text {
  position: relative;
  padding-right: 34px;
}
.accordion-item .accordion-item__header .arrow {
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-item__header .arrow .icon {
  fill: #000000;
  width: 9px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header .arrow {
    width: 32px;
    height: 32px;
  }
  .accordion-item .accordion-item__header .arrow .icon {
    width: 6px;
    height: 12px;
  }
}
.accordion-item .accordion-item__body {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}

.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: #BAAD8C !important;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  color: #ffffff;
  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: #ffffff;
  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: #C72CFF;
}
.air-datepicker-nav--action:hover svg {
  fill: #BAAD8C;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: #C72CFF;
  color: #BAAD8C;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #C72CFF;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: #C72CFF;
  color: #BAAD8C;
}
.air-datepicker-cell.-current- {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #C72CFF;
  background-color: #C72CFF;
  color: #BAAD8C;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #ffffff;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #ffffff;
  color: #BAAD8C;
}
.air-datepicker-cell.-selected- {
  background: #ffffff;
  color: #BAAD8C;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #ffffff;
  color: #BAAD8C;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #ffffff !important;
  color: #BAAD8C !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #ffffff;
  color: #BAAD8C;
}
.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: #ffffff;
  color: #BAAD8C;
}

.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: #121212;
  -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: #BAAD8C;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #121212;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #67958B;
  background-color: #BAAD8C;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #BAAD8C;
  padding: 8px 0;
  width: 100% !important;
  z-index: 10;
}
.header.header-scroll {
  background-color: #BAAD8C;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    padding: 16px 24px 16px;
    margin-left: auto;
    overflow-y: auto;
    background: #BAAD8C;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
.header.active .header-bottom:not(.header-mobile, .header-info__container) {
  opacity: 0;
  visibility: hidden;
}
.header.active .header-mobile {
  height: auto;
  visibility: visible;
  opacity: 1;
}

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

.nav-toggle {
  display: none;
  width: 50px;
  height: 23px;
  -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;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-toggle .nav-toggle__link {
  width: 100%;
  display: block;
  background: #000000;
  height: 1px;
  margin: 3px 0;
  clear: both;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle .nav-toggle__link:nth-child(1) {
  margin-top: 0;
}
.nav-toggle .nav-toggle__link:nth-child(3) {
  margin-bottom: 0;
  width: 60%;
  margin-left: auto;
}
.nav-toggle.active {
  width: 25px;
  height: 25px;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.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(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.nav-toggle.active:hover:nth-child(2) {
  opacity: 0.2;
}

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .logo {
  z-index: 1;
}
.header .logo img {
  max-width: 130px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 110px;
  }
}
@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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 -20px;
  }
  .header .menu-list.lang {
    padding-left: 40px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list {
    margin-bottom: 16px;
  }
}
.header .menu-list .menu-item {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list .menu-item {
    padding: 0 10px;
  }
}
.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;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item__sub .sub-menu {
    background: -webkit-gradient(linear, left top, right top, from(#233B3C), color-stop(50.98%, #67958B), to(#233B3C));
    background: linear-gradient(90deg, #233B3C 0%, #67958B 50.98%, #233B3C 100%);
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 20px;
    margin: 0;
  }
}
.header .menu-list .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.header .lang.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .lang-item {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.header .lang-item:not(:last-child):after {
  content: "";
  border-right: 1px solid #233B3C;
}
.header .lang-item a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  padding: 0 4px;
}
.header .lang-item a:hover {
  color: #233B3C;
}
.header .lang-item.current-lang a {
  color: #233B3C;
}
.header .soc-list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .header .soc {
    display: none;
  }
}

.footer {
  margin-top: auto;
  padding-top: 30px;
  background-color: #BAAD8C;
  color: #000000;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.footer a {
  color: #000000;
}
.footer a:hover {
  color: #233B3C;
}
@media screen and (max-width: 1023px) {
  .footer {
    background-size: 50%;
    padding-top: 0;
  }
}
.footer-top {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 0px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top .col {
    border-left: 1px solid #828A84;
  }
  .footer-top .col:nth-child(3n+1) {
    border-left: none;
  }
  .footer-top .col:nth-child(3n+1) .footer-info {
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top .col:not(:last-child) .footer-info {
    border-bottom: 1px solid #828A84;
  }
}
.footer-bottom {
  border-top: 1px solid #828A84;
  padding: 16px 0;
}
.footer-bottom span {
  color: #000000;
  font-size: 14px;
}
.footer-bottom span a {
  color: #000000;
}
.footer-bottom span a:hover {
  color: #233B3C;
}
.footer-info .title {
  text-transform: uppercase;
}
.footer-info .logo {
  max-width: 130px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .wysiwyg {
    font-size: 14px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 24px;
}
.footer-info .logo {
  margin-bottom: 16px;
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .footer-info {
    margin: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 24px 0;
  }
}
.footer .menu-list .menu-item {
  font-weight: 300;
}
.footer .menu-list .menu-item a {
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item a {
    font-size: 14px;
  }
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.popup {
  cursor: auto;
  padding: 40px 45px;
  max-width: 880px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: #BAAD8C;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  border-radius: 0;
  color: #000000;
}
.popup.popup-full {
  width: 100%;
  min-height: 100%;
}
.popup.popup-middle {
  width: 768px;
}
.popup.popup-tiny {
  width: 480px;
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(25, 24, 24, 0.8);
  -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;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .popup-wrap {
    padding: 16px;
  }
}
.popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrap.active .popup {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 48px;
}
.popup-header .popup-remove {
  margin-left: auto;
  padding: 0;
  border: none;
}
.popup-header__title {
  margin-right: 24px;
}
.popup-header__title .title {
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  background: none;
  border: none;
  padding: 10px;
  position: absolute !important;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.popup-remove:hover {
  background: none;
}
.popup-remove .icon,
.popup-remove svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: #000000;
}

.section {
  padding: 100px 0;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 50px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-light {
  background-color: #000000;
  color: #BAAD8C;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .section .section-title {
    margin-bottom: 24px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
.menu-list .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.menu-list .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-list .menu-item a:hover {
  color: #233B3C;
}
.menu-list .menu-item__sub {
  position: relative;
}
.menu-list .menu-item__sub:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 3px;
}
.menu-list .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

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

.main-banner_section {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 56px;
}
@media screen and (max-width: 1023px) {
  .main-banner_section {
    padding-bottom: 24px;
    padding-top: 120px;
  }
}
.main-banner_section .container {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
.main-banner_description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .main-banner_description {
    margin-bottom: 40px;
  }
}
.main-banner_description .wysiwyg > *:not(:last-child) {
  margin-bottom: 20px;
}
.main-banner_soc {
  margin-top: auto;
}
.main-banner_soc ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .main-banner_soc ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-section__fon {
  position: relative;
  color: #BAAD8C;
}
.banner-section__fon a {
  color: #BAAD8C;
}
.banner-section__fon a:hover {
  color: #67958B;
}
.banner-section__fon:after, .banner-section__fon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-section__fon:after {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-section__fon:before {
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 1023px) {
  .banner-section__fon:before {
    background-image: var(--bg-image-mob);
  }
}

.counter-list {
  display: grid;
  grid-template-rows: minmax(auto, 228px) minmax(auto, 310px);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .counter-list {
    grid-template-rows: minmax(auto, 94px) minmax(auto, 127px);
    grid-gap: 8px;
  }
}
.counter-list .counter-item {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.counter-list .counter-item:nth-child(3n+1) {
  grid-row-start: span 2;
}
.counter-list .counter-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -o-border-image: linear-gradient(90deg, #233B3C 0%, #67958B 50.98%, #233B3C 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#233B3C), color-stop(50.98%, #67958B), to(#233B3C));
     border-image: linear-gradient(90deg, #233B3C 0%, #67958B 50.98%, #233B3C 100%);
  border-image-slice: 1;
  border-width: 1px;
}
.counter-list-2 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: minmax(auto, 544px) minmax(auto, 262px);
  grid-gap: 16px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .counter-list-2 {
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.counter-list-2 .counter-item {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 400px;
}
@media screen and (max-width: 1023px) {
  .counter-list-2 .counter-item {
    min-height: 155px;
  }
}
.counter-list-2 .counter-item:nth-child(3n+1) {
  grid-column-end: span 2;
}
.counter-list-2 .counter-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -o-border-image: linear-gradient(90deg, #233B3C 0%, #67958B 50.98%, #233B3C 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#233B3C), color-stop(50.98%, #67958B), to(#233B3C));
     border-image: linear-gradient(90deg, #233B3C 0%, #67958B 50.98%, #233B3C 100%);
  border-image-slice: 1;
  border-width: 1px;
}
.counter-description {
  margin-bottom: 32px;
}
.counter-description p {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .counter-description p {
    font-size: 14px;
  }
}
.counter-info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-weight: 600;
}
.counter-info .count-block {
  margin-bottom: 20px;
  font-size: 90px;
  color: #121212;
  text-shadow: 0 0 5px #67958B;
}
@media screen and (max-width: 1023px) {
  .counter-info .count-block {
    font-size: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .counter-info .count-block {
    margin-bottom: 10px;
    font-size: 48px;
  }
}
.counter-info .count-title {
  text-align: center;
}

.services-item {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 308px;
  padding: 16px;
  height: 100%;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.services-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: var(--services-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.services-item__image {
  margin-bottom: 10px;
}
.services-item__block {
  text-align: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
.services-item__block .services-item__title {
  height: 100%;
  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;
}
.services-item__block .title {
  font-family: "Manrope", sans-serif;
  text-transform: initial;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .services-item__block .title {
    font-size: 14px;
  }
}
.services-item__btns {
  height: auto;
  margin: 0 -8px;
  width: auto;
}
.services-item__btns .col {
  padding: 0 8px;
}
.services-item__btns .btn {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 1023px) {
  .services-item {
    min-height: 250px;
  }
  .services-item__image {
    max-width: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .services-item__image {
    margin-bottom: 5px;
    max-width: 40px;
  }
}
.services-gallery-prev {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .services-gallery-prev {
    margin-bottom: 4px;
  }
}
.services-prise__list .services-prise__item:not(:last-child) {
  margin-bottom: 16px;
}
.services-prise__item {
  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;
  font-size: 24px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #000000;
  padding: 16px 24px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 1023px) {
  .services-prise__item {
    font-size: 14px;
    padding: 16px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.services-prise__item span {
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .services-prise__item span:first-child {
    padding-left: 0;
  }
  .services-prise__item span:last-child {
    padding-right: 0;
  }
}
.services-prise__item span.time {
  font-weight: 300;
  color: #233B3C;
}
@media screen and (max-width: 1023px) {
  .services-prise__item span.time {
    font-weight: 400;
  }
}
.services-popup-gallery {
  padding: 40px 40px;
}
@media screen and (max-width: 1023px) {
  .services-popup-gallery {
    padding: 16px 16px;
  }
}
.services-popup-gallery .services-gallery {
  margin-bottom: 0;
  padding: 0 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .services-popup-gallery .services-gallery {
    padding: 0 0;
  }
}
.services-popup-gallery .services-gallery .slider-nav__container .slider-nav-btn-prev {
  left: 0;
}
.services-popup-gallery .services-gallery .slider-nav__container .slider-nav-btn-next {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .services-popup-gallery .services-gallery .slider-nav__container {
    padding-top: 8px;
  }
  .services-popup-gallery .services-gallery .slider-nav__container .slider-nav {
    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;
    margin: 0 -12px;
  }
  .services-popup-gallery .services-gallery .slider-nav__container .slider-nav .slider-nav-btn-prev,
.services-popup-gallery .services-gallery .slider-nav__container .slider-nav .slider-nav-btn-next {
    position: relative;
    margin: 0 12px;
  }
}

/*banner icon*/
.banner-icon__row {
  margin: 0 -8px;
}
.banner-icon__col {
  margin-bottom: 24px;
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .banner-icon__col {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .banner-icon__col {
    margin-bottom: 16px;
  }
}
.banner-icon__item {
  border-radius: 0;
  background-color: #000000;
  color: #BAAD8C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .banner-icon__item {
    min-height: 150px;
  }
}
.banner-icon__item .title {
  color: #BAAD8C;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .banner-icon__item .title {
    font-size: 18px;
  }
}
.banner-icon__top {
  padding: 32px 24px 24px;
}
.banner-icon__bottom {
  position: relative;
}
.banner-icon__image {
  width: 24px;
  height: 24px;
  position: relative;
  margin-bottom: 10px;
}
.banner-icon__image .icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-icon__image .icon.show {
  opacity: 1;
  visibility: visible;
}
.banner-icon__image .icon.hover {
  opacity: 0;
  visibility: hidden;
}
.banner-icon__sub {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  height: 0;
  background-color: #000000;
  padding: 0 24px 32px;
}
@media screen and (min-width: 768px) {
  .banner-icon__sub {
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.banner-icon__item:hover {
  background-color: #233B3C;
  color: #BAAD8C;
}
.banner-icon__item:hover .title {
  color: #BAAD8C;
}
.banner-icon__item:hover .banner-icon__sub {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
  background-color: #233B3C;
}
.banner-icon__item:hover .banner-icon__image.show {
  opacity: 0;
  visibility: hidden;
}
.banner-icon__item:hover .banner-icon__image.hover {
  opacity: 1;
  visibility: visible;
}

/*banner icon*/
.work-section .section-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .work-section .section-title {
    margin-bottom: 24px;
  }
}
.work-col {
  max-width: 20%;
  width: 100%;
}
@media (max-width: 1200px) {
  .work-col {
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .work-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 579px) {
  .work-col {
    max-width: 100%;
  }
}
.work-item {
  padding: 0 15px;
  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;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 579px) {
  .work-item {
    padding: 25px 15px;
    margin-bottom: 0;
  }
}
.work-item__image {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 50px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 579px) {
  .work-item__image {
    padding: 40px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 579px) {
  .work-item__info {
    background-color: #000000;
  }
}
.work-item__info .wysiwyg h1, .work-item__info .wysiwyg h2, .work-item__info .wysiwyg h3, .work-item__info .wysiwyg h4, .work-item__info .wysiwyg h5, .work-item__info .wysiwyg h6 {
  margin-bottom: 8px;
  font-family: "Manrope", sans-serif;
  text-transform: initial;
  font-weight: 600;
}
.work-item__info .wysiwyg p {
  font-size: 14px;
}

.products-gallery-slider {
  overflow-x: visible;
}
@media screen and (max-width: 1023px) {
  .products-gallery-slider {
    padding-right: 15%;
  }
}
.products-gallery-slider__item .title {
  font-family: "Manrope", sans-serif;
  text-transform: initial;
  margin-bottom: 0;
  font-weight: 600;
}

.reviews-slider__item .name,
.reviews-slider__item .position {
  display: block;
  margin-bottom: 0;
}
.reviews-slider__item .name {
  font-weight: 600;
}
.reviews-slider__item .position {
  color: #828A84;
}
.reviews-slider .slider-nav__container {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .reviews-slider .slider-nav__container {
    padding-top: 8px;
  }
}
.reviews-slider .slider-nav__container .slider-nav {
  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;
  margin: 0 -12px;
}
.reviews-slider .slider-nav__container .slider-nav .slider-nav-btn-prev,
.reviews-slider .slider-nav__container .slider-nav .slider-nav-btn-next {
  position: relative;
  margin: 0 12px;
}
.reviews-slider .slider-nav__container .slider-nav .slider-nav-btn-prev {
  left: 0;
}
.reviews-slider .slider-nav__container .slider-nav .slider-nav-btn-next {
  right: 0;
}

.advantages-section .wysiwyg + div {
  margin-top: 82px;
}
.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.advantages-item {
  max-width: calc(25% - 20px);
  width: 100%;
  padding: 20px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}
@media screen and (min-width: 1024px) {
  .advantages-item {
    border-left: 1px solid #233B3C;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-item {
    margin: 5px;
    max-width: calc(50% - 10px);
    border-bottom: 1px solid #233B3C;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.advantages-item img {
  margin-right: 10px;
}

.news-list {
  counter-reset: count2;
}
.news-item {
  margin-bottom: 30px;
  background-color: #121212;
}
@media screen and (max-width: 1023px) {
  .news-item {
    margin-bottom: 15px;
  }
}
.news-item__img {
  overflow: hidden;
}
.news-item__img img {
  width: 100%;
  height: auto;
  display: block;
}
.news-item__info {
  padding: 30px 25px;
}
@media screen and (max-width: 1023px) {
  .news-item__info {
    padding: 20px;
  }
}
.news-item__info > *:not(:last-child) {
  margin-bottom: 10px;
}
.news-item__title {
  background: -webkit-gradient(linear, left top, right top, from(#67958B), color-stop(50.98%, #233B3C), to(#67958B));
  background: linear-gradient(90deg, #67958B 0%, #233B3C 50.98%, #67958B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-item__title:before {
  content: counter(count2) ". ";
  counter-increment: count2;
}

.contact-popup {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background-color: rgba(232, 218, 197, 0.16);
  color: #BAAD8C;
}
.contact-popup .popup-remove .icon {
  fill: #BAAD8C;
}
.contact-img {
  width: 100%;
  margin-top: -60px;
}
@media screen and (max-width: 1023px) {
  .contact-img {
    margin-top: -30px;
  }
}
.contact-form {
  padding: 40px 40px;
  background: rgba(232, 218, 197, 0.15);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .contact-form {
    padding: 24px;
  }
}
.contact-form__info {
  margin: auto 0;
}
.contact-form__info .contact-list:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 32px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li {
    padding-left: 26px;
    font-size: 14px;
  }
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li.icon-item:before {
    min-width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone.png");
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/email.png");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/Location.png");
}
.contact-list.work_time .icon-item:before {
  background-image: url("../images/icon/clock.png");
}

.success-section {
  min-height: calc(100vh - 100px);
  background-color: #BAAD8C;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map-section iframe {
  height: 500px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .map-section iframe {
    height: 400px;
  }
}

.faq-accordion-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-accordion-banner__item {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  opacity: 0;
  width: 0;
}
.faq-accordion-banner__item.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  -webkit-transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, width 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, width 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}