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

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

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

body {
  background-color: #F9F9F9;
  color: #484B50;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Einer Grotesk", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 12px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #BABABA;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

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

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

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

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

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

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

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

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

a {
  color: #BABABA;
}
a:hover {
  text-decoration: none;
  color: #484B50;
}

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

p:empty {
  display: none;
}

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

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.container-middle {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1060px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 760px;
  }
  .container-middle {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
    max-width: 560px;
  }
  .container-middle {
    padding: 0 10px;
    max-width: 560px;
  }
}
@media screen and (max-width: 579px) {
  .container {
    max-width: 100%;
  }
  .container-middle {
    max-width: 100%;
  }
}

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

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

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

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

.fancybox__progress {
  background: #7AA900;
}

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #ECECEC;
}
table tr:hover td {
  background-color: #ffffff;
}
table td, table th {
  border-bottom: 1px solid #F9F9F9;
  border-top: 1px solid #F9F9F9;
  color: #484B50;
  font-weight: 400;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #7AA900;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #484B50;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.2;
  padding: 16px;
  color: #484B50;
  width: 100%;
  margin: 0;
  font-family: "Einer Grotesk", 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: 767px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
textarea {
    font-size: 10px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
textarea:hover {
  border-color: #484B50;
  background-color: transparent;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #484B50;
  background-color: transparent;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
textarea:disabled {
  border-color: #C8C8CA;
  background-color: #C8C8CA;
  color: #ECECEC;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
input[type=date].error,
textarea.error {
  border-color: #E3051A;
}

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

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

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

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

input[type=date]::-webkit-calendar-picker-indicator {
  background: url("../images/icon/calenda.png") no-repeat;
  background-position: center;
}

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

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

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

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

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

@-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: #ECECEC;
}

::-webkit-scrollbar-thumb {
  background-color: #484B50;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #484B50;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
  padding: 14px 48px;
  border: 1px solid #484B50;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-family: "Einer Grotesk", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    font-size: 14px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #484B50;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #484B50;
  border-color: #484B50;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #ffffff;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #484B50;
  color: #ffffff;
  background-color: transparent;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #ffffff;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #484B50;
  border-color: #BABABA;
  background-color: #BABABA;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #484B50;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #ffffff;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #484B50;
  border-color: #ffffff;
  background-color: #ffffff;
}
.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: #484B50;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #484B50;
  border-color: #ffffff;
  background-color: transparent;
}
.btn.btn_secondary:active .icon,
button.btn_secondary:active .icon,
input[type=submit].btn_secondary:active .icon,
input[type=reset].btn_secondary:active .icon {
  fill: #484B50;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: #BABABA;
  background-color: #BABABA;
  color: #484B50;
}
.btn.btn_secondary:disabled .icon,
button.btn_secondary:disabled .icon,
input[type=submit].btn_secondary:disabled .icon,
input[type=reset].btn_secondary:disabled .icon {
  fill: #484B50;
}
.btn.btn_tertiary,
button.btn_tertiary,
input[type=submit].btn_tertiary,
input[type=reset].btn_tertiary {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.btn.btn_tertiary .icon,
button.btn_tertiary .icon,
input[type=submit].btn_tertiary .icon,
input[type=reset].btn_tertiary .icon {
  fill: #ffffff;
}
.btn.btn_tertiary:hover,
button.btn_tertiary:hover,
input[type=submit].btn_tertiary:hover,
input[type=reset].btn_tertiary:hover {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
.btn.btn_tertiary:hover .icon,
button.btn_tertiary:hover .icon,
input[type=submit].btn_tertiary:hover .icon,
input[type=reset].btn_tertiary:hover .icon {
  fill: #484B50;
}
.btn.btn_tertiary:active,
button.btn_tertiary:active,
input[type=submit].btn_tertiary:active,
input[type=reset].btn_tertiary:active {
  color: #484B50;
  border-color: #000000;
  background-color: #000000;
}
.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: #484B50;
}
.btn.btn_tertiary:disabled,
button.btn_tertiary:disabled,
input[type=submit].btn_tertiary:disabled,
input[type=reset].btn_tertiary:disabled {
  color: #484B50;
  border-color: #BABABA;
  background-color: #BABABA;
}
.btn.btn_tertiary:disabled .icon,
button.btn_tertiary:disabled .icon,
input[type=submit].btn_tertiary:disabled .icon,
input[type=reset].btn_tertiary:disabled .icon {
  fill: #484B50;
}
.btn.btn-services,
button.btn-services,
input[type=submit].btn-services,
input[type=reset].btn-services {
  color: #484B50;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn.btn-services .icon,
button.btn-services .icon,
input[type=submit].btn-services .icon,
input[type=reset].btn-services .icon {
  fill: #484B50;
}
.btn.btn-services:hover,
button.btn-services:hover,
input[type=submit].btn-services:hover,
input[type=reset].btn-services:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn.btn-services:hover .icon,
button.btn-services:hover .icon,
input[type=submit].btn-services:hover .icon,
input[type=reset].btn-services:hover .icon {
  fill: #ffffff;
}
.btn.btn-services:active,
button.btn-services:active,
input[type=submit].btn-services:active,
input[type=reset].btn-services:active {
  color: #484B50;
  border-color: #7AA900;
  background-color: #ffffff;
}
.btn.btn-services:active .icon,
button.btn-services:active .icon,
input[type=submit].btn-services:active .icon,
input[type=reset].btn-services:active .icon {
  fill: #484B50;
}
.btn.btn-services:disabled,
button.btn-services:disabled,
input[type=submit].btn-services:disabled,
input[type=reset].btn-services:disabled {
  color: #484B50;
  border-color: #BABABA;
  background-color: #BABABA;
}
.btn.btn-services:disabled .icon,
button.btn-services:disabled .icon,
input[type=submit].btn-services:disabled .icon,
input[type=reset].btn-services:disabled .icon {
  fill: #484B50;
}

.btn-hider {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}
.btn.btn-link {
  background-color: transparent;
  border: none;
}
.btn.btn-link:hover, .btn.btn-link:active {
  background-color: transparent;
  border: none;
}
.btn.btn-icon-right {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-right {
    padding-right: 100px;
  }
}
.btn.btn-icon-left {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-left {
    padding-left: 100px;
  }
}
.btn.btn-icon {
  position: relative;
}
.btn.btn-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.btn-icon-arrow:before {
  width: 40px;
  height: 12px;
  top: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-arrow:before {
    width: 60px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-icon-position__left .icon {
  margin-right: 8px;
}
.btn-icon-position__left-block {
  margin-right: 12px;
}
.btn-icon-position__left-block .icon {
  margin-right: 0;
}
.btn-icon-position__left:hover-block .icon {
  margin-right: 0;
}
.btn-icon-position__right .icon {
  margin-left: 8px;
}
.btn-icon-position__right-block {
  margin-left: 12px;
}
.btn-icon-position__right-block .icon {
  margin-left: 0;
}
.btn-icon-position__right:hover-block .icon {
  margin-left: 0;
}
.btn-icon.icon {
  width: 24px;
  height: 24px;
}
.btn-icon.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-container .btn {
  border: none;
  background-color: #484B50;
  color: #F9F9F9;
  padding: 48px 24px;
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .btn-container .btn {
    padding: 32px 24px;
    font-size: 24px;
  }
}
.btn-container .btn .icon {
  fill: #F9F9F9;
}
.btn-container .btn .icon.arrow {
  width: 41px;
  height: 16px;
}
.btn-container .btn:hover {
  background-color: #000000;
}
.btn-container .btn:hover .icon {
  fill: #F9F9F9;
}
.btn-container .btn:active {
  background-color: #484B50;
  color: #000000;
}
.btn-container .btn:active .icon {
  fill: #000000;
}

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

.slider {
  width: 100%;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  margin-top: 0;
}
.slider-nav-btn .icon {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover .icon {
  fill: #7AA900;
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}
.slider-pagination {
  position: initial;
  margin-top: 20px;
}
.slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #7AA900;
}

.gallery-slider {
  overflow: inherit;
}

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

.accordion-item {
  margin-bottom: 8px;
  padding: 16px 12px;
  border-bottom: 1px solid #484B50;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 12px;
}
.accordion-item.active .accordion-item__header:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 8px;
}
.accordion-item.active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  color: #484B50;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-item__header .title-text {
  margin-right: 16px;
}
.accordion-item .accordion-item__header:after {
  border-right: 2px solid #484B50;
  border-top: 2px solid #484B50;
  content: "";
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-item__body {
  display: none;
  margin-bottom: 16px;
}

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

.air-datepicker {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
  border-color: #ffffff !important;
  font-family: "Einer Grotesk", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  color: #484B50;
  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: #484B50;
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
.air-datepicker-nav--action:hover {
  background-color: #C8C8CA;
}
.air-datepicker-nav--action:hover svg {
  fill: #ffffff;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: #C8C8CA;
  color: #ffffff;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #C8C8CA;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: #C8C8CA;
  color: #ffffff;
}
.air-datepicker-cell.-current- {
  border: 1px solid #484B50;
  color: #484B50;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #C8C8CA;
  background-color: #C8C8CA;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #484B50;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #484B50;
  color: #ffffff;
}
.air-datepicker-cell.-selected- {
  background: #484B50;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #484B50;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #484B50 !important;
  color: #ffffff !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #484B50;
  color: #ffffff;
}
.air-datepicker-cell.-range-from-:before, .air-datepicker-cell.-range-to-:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 21, 51, 0.3);
  width: 50%;
  z-index: -1;
}
.air-datepicker-cell.-range-from- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-:before {
  right: 0;
}
.air-datepicker-cell.-range-from-.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-.-range-to-:before {
  display: none;
}
.air-datepicker-cell.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-to-:before {
  left: 0;
}
.air-datepicker-cell.-in-range- {
  background-color: rgba(2, 21, 51, 0.3);
}
.air-datepicker-cell.-in-range-.-other-month- {
  background-color: rgba(2, 21, 51, 0.3) !important;
}
.air-datepicker-cell.-in-range-.-focus- {
  background-color: rgba(2, 21, 51, 0.5);
}
.air-datepicker-cell.-in-range-.-focus-.-current- {
  border-color: #484B50;
  color: #ffffff;
}

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

.header {
  padding: 14px 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.fixed {
  background-color: #F9F9F9;
}
.header a {
  text-decoration: none;
  color: #484B50;
  font-weight: 700;
}
.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 (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    left: 100%;
    right: 0;
    height: calc(100vh - 58px);
    top: 58px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(13, 18, 1, 0.66);
  }
  .header-mobile .nav-toggle {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(2) {
    opacity: 0;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    background-color: #F9F9F9;
    padding: 24px;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
  }
}
.header-mobile__info_block.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__info_block.phone a {
  font-size: 24px;
}
.header-mobile__info_block.phone:after {
  content: url("../images/icon/whatsupp.png");
  margin-left: 4px;
}
@media screen and (min-width: 1024px) {
  .header-mobile__info_block {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header-mobile__info .contact-list li {
  font-size: 24px;
  font-weight: 600;
  color: #484B50;
}
.header-mobile__info .contact-list li a {
  color: #484B50;
}
.header-mobile__info .contact-list li a:hover {
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .header-mobile__info_block.social {
    display: none;
  }
}
.header.active {
  top: 0 !important;
  background-color: #F9F9F9;
}
.header.active .header-mobile {
  left: 0;
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 24px !important;
  }
}
.header .logo {
  margin-right: 40px;
}
.header .logo img {
  max-width: 88px;
}
@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 66px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .menu-list.lang {
    margin-left: 15px;
  }
}
.header .menu-list .menu-item a {
  color: #484B50;
}
.header .menu-list .menu-item a:hover {
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    padding: 0 10px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item {
    margin-bottom: 24px !important;
  }
  .header .menu-list .menu-item a {
    text-transform: uppercase;
    font-size: 22px;
  }
}
.header .menu-list .menu-item__sub .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item__sub .sub-menu {
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 16px;
    top: 100%;
    left: 0;
    position: absolute;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub .sub-menu {
    background: rgba(72, 75, 80, 0.4);
    padding: 0 16px;
  }
  .header .menu-list .menu-item__sub .sub-menu a {
    color: rgb(255, 255, 255);
  }
  .header .menu-list .menu-item__sub:hover .sub-menu {
    padding: 8px 16px;
  }
}
.header .menu-list .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.header .menu-list.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .menu-list.lang .lang-item {
  padding: 0 5px;
}
.header .menu-list.lang .lang-item:not(:first-child) {
  border-left: 3px solid #484B50;
}
.header .menu-list.lang .lang-item a {
  font-weight: 600;
  text-transform: uppercase;
  color: #484B50;
}
@media screen and (max-width: 1023px) {
  .header .menu-list.lang .lang-item a {
    font-size: 28px;
    font-weight: 800;
  }
}
.header .menu-list.lang .lang-item a:hover {
  color: #000000;
}
.header .menu-list.lang .lang-item.current-lang a {
  color: #000000;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .header .menu-list.lang .lang-item {
    margin-bottom: 0;
  }
  .header .menu-list.lang .lang-item a {
    font-size: 22px;
  }
}
.header-info {
  margin: 0 16px;
}
.header-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
}
@media screen and (max-width: 1023px) {
  .header-info__container {
    margin-left: auto;
    margin-right: 0;
  }
}
.header-info__block {
  padding: 0 20px;
}
.header-info__block.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info__block.phone:after {
  content: url("../images/icon/whatsupp.png");
  margin-left: 4px;
}
.header .mini-cart {
  position: relative;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .mini-cart {
    margin-left: auto;
    margin-right: 0;
  }
}
.header .mini-cart .icon {
  fill: #484B50;
}
.header .mini-cart .basket-item-count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #484B50;
  font-weight: 700;
  position: absolute;
  top: -2px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.header .social .icon {
  fill: #484B50;
}

.footer {
  margin-top: auto;
  background-color: #484B50;
  color: #F9F9F9;
}
.footer a {
  color: #F9F9F9;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #ffffff;
}
.footer-top {
  padding: 40px 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top .col .footer-info {
    margin: 0 auto;
    padding: 0;
  }
}
.footer-bottom {
  border-top: 1px solid #F9F9F9;
  padding: 10px 0;
  color: #F9F9F9;
}
.footer-bottom span {
  font-size: #F9F9F9;
}
.footer-bottom span a {
  color: #F9F9F9;
}
.footer-bottom span a:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 6px 0;
  }
  .footer-bottom span {
    font-size: 12px;
  }
}
.footer-title {
  color: #7AA900;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .wysiwyg {
    font-size: 14px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-info .logo,
.footer-info .wysiwyg {
    margin-bottom: 10px;
  }
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 10px;
}
.footer-info .contact-list.email a {
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 12px 0;
  }
}
.footer .menu-list .menu-item a {
  color: #F9F9F9;
}
.footer .menu-list .menu-item a:hover {
  color: #ffffff;
}
.footer .soc-list li a .icon {
  fill: #F9F9F9;
}
.footer .soc-list__pay li .icon {
  width: 30px;
  height: 30px;
  fill: #F9F9F9;
}

.popup {
  cursor: auto;
  padding: 30px;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}
.popup.popup-full {
  width: 100%;
  min-height: 100%;
}
.popup.popup-middle {
  width: 768px;
}
.popup.popup-tiny {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(34, 34, 34, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrap.active .popup {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 48px;
}
.popup-header .popup-remove {
  margin-left: auto;
  padding: 0;
  border: none;
}
.popup-header__title {
  margin-right: 24px;
}
.popup-header__title .title {
  color: #484B50;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  margin-bottom: 16px;
}
.popup-content .wysiwyg .wpcf7 {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #ECECEC;
}
.popup-remove .icon {
  width: 12px;
  height: 12px;
  display: block;
  fill: #ffffff;
}
.popup-remove:hover {
  background: none;
}
.popup-remove:hover .icon {
  fill: #7AA900;
}

.section {
  padding: 80px 0;
}
.section:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .section:first-child {
    padding-top: 80px;
  }
}
.section:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section:last-child {
    padding-bottom: 80px;
  }
}
.section-top-150 {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .section-top-150 {
    padding-top: 80px;
  }
}
.section-bottom-150 {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section-bottom-150 {
    padding-bottom: 80px;
  }
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
.section-small {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-gray {
  background-color: #ECECEC;
}
.section.light-fon {
  color: #ffffff;
}
.section.light-fon h1, .section.light-fon h2, .section.light-fon h3, .section.light-fon h4, .section.light-fon h5, .section.light-fon h6 {
  color: #ffffff;
}
.section.section-light {
  background-color: #ffffff;
}
.section.section-light h3, .section.section-light h4, .section.section-light h5, .section.section-light h6 {
  color: #484B50;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section .section-title {
    margin-bottom: 24px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}
.section .section-title .section-description {
  margin-top: 8px;
}
.section.section-title__container {
  padding-bottom: 16px;
}
.section.section-title__container .section-title {
  margin-bottom: 0;
}

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

.pagination {
  margin-bottom: 0;
  text-align: center;
}
.pagination .page-numbers {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .pagination .page-numbers {
    font-size: 12px;
  }
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  padding: 12px 24px;
  font-weight: 700;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  background-color: #484B50;
  border-color: #484B50;
}
.pagination .page-numbers.current {
  font-weight: 700;
  color: #000000;
}

.woocommerce-pagination {
  margin-bottom: 0;
  text-align: center;
  margin-top: 32px;
}
.woocommerce-pagination ul.page-numbers {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.woocommerce-pagination ul.page-numbers li {
  margin: 0 10px;
}
.woocommerce-pagination ul.page-numbers li > * {
  display: block;
}
.woocommerce-pagination ul.page-numbers li a {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .woocommerce-pagination ul.page-numbers li a {
    font-size: 12px;
  }
}
.woocommerce-pagination ul.page-numbers li .current {
  font-weight: 700;
  color: #000000;
}
.woocommerce-pagination ul.page-numbers li .next,
.woocommerce-pagination ul.page-numbers li .prev {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  padding: 12px 24px;
  font-weight: 700;
}
.woocommerce-pagination ul.page-numbers li .next:hover,
.woocommerce-pagination ul.page-numbers li .prev:hover {
  background-color: #484B50;
  border-color: #484B50;
}

.sidebar {
  position: relative;
}
.sidebar-btn.btn {
  display: none;
  background-color: #484B50;
  color: #ffffff;
  padding: 7px 5px;
}
.sidebar-btn.btn:hover {
  background-color: transparent;
  color: #484B50;
}
.sidebar-btn.btn:hover .icon {
  fill: #484B50;
}
@media screen and (max-width: 1023px) {
  .sidebar-btn.btn {
    display: block;
    margin-bottom: 32px;
  }
}
.sidebar-btn.btn .icon {
  fill: #ffffff;
  display: block;
}
.sidebar-btn.btn-filter .icon {
  width: 28px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .sidebar-container {
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    right: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
  }
  .sidebar-container__block {
    width: 75%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: auto;
  }
}
.sidebar.active .sidebar-container {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar.active .sidebar-container__block {
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.sidebar .menu-item {
  margin-bottom: 0 !important;
}
.sidebar .menu-item a {
  display: block;
  padding: 16px;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .sidebar .menu-item a {
    font-size: 18px;
  }
}
.sidebar .menu-item a:hover {
  background-color: #000000;
  color: #BABABA;
}
.sidebar .menu-item.current-menu-item a {
  background-color: #000000;
  color: #BABABA;
}

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

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

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

.main-banner_section {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-banner_section {
    background-position-x: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .main-banner_section {
    min-height: 100vh;
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-banner_section__home {
    background-position-y: bottom !important;
  }
}
.main-banner_section__home.section {
  padding: 0;
}
.main-banner_section__home .home-banner__image {
  margin-top: auto;
}
.main-banner_section__home .home-banner__image img {
  width: 100%;
  display: block;
}
.main-banner_section__home .main-banner_description {
  padding: 80px 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .main-banner_section__home .main-banner_description {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .main-banner_section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-banner__contact .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .main-banner__info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .main-banner__info_2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner_description {
  font-size: 40px;
}
.main-banner_description h1, .main-banner_description h2, .main-banner_description h3, .main-banner_description h4, .main-banner_description h5, .main-banner_description h6 {
  font-weight: 400;
  font-family: "BarnetSansRegular", sans-serif;
}
.main-banner_description h3 {
  text-transform: inherit;
  font-family: "Helvetica World", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-banner_description {
    font-size: 22px;
  }
}

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

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

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

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

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

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

.price {
  text-transform: initial;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
  color: #7AA900;
}

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

.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact-section {
    min-height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .contact-section.section-fon {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .contact-section.section-fon {
    padding-top: 400px;
    background-position: center top;
  }
}
.contact-form {
  margin: auto;
  color: #ffffff;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form textarea {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.contact-form .btn {
  display: block;
  margin: 0 auto;
}
.contact-form__success {
  display: none;
  text-align: center;
}
.contact-form.active .contact-form__form {
  display: none;
}
.contact-form.active .contact-form__success {
  display: block;
}
.contact-list:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact-list ul li {
    font-size: 14px;
  }
}
.contact-list ul li:last-child {
  margin-bottom: 0;
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list ul li.icon-item:before {
    margin-right: 10px;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone.png");
}
.contact-list.email li a {
  word-break: break-all;
}
.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 .icon-item:before {
  background-image: url("../images/icon/time.png");
}
.contact-form-block-form {
  text-align: center;
}
.contact-maps-section {
  padding: 0;
}
.contact-maps-section .maps iframe {
  width: 100%;
  height: 575px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .contact-maps-section .maps iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact-maps-section .maps iframe {
    height: 230px;
  }
}
.contact-info-list .contact-list:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact-info-list .contact-list:not(:last-child) {
    margin-bottom: 16px;
  }
}
.contact-info-list .contact-list ul li {
  padding-left: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #484B50;
}
@media screen and (max-width: 767px) {
  .contact-info-list .contact-list ul li {
    font-size: 14px;
  }
}
.contact-info-list .contact-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-info-list .contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info-list .contact-list ul li.icon-item:before {
  content: "";
  width: 22px;
  height: 22px;
}
.contact-info-list .contact-list ul li a {
  color: #484B50;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info-list .contact-list ul li a:hover {
  color: #000000;
}
.contact-info-list .contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone-contact.png");
}
.contact-info-list .contact-list.email .icon-item:before {
  background-image: url("../images/icon/email-contact.png");
}
.contact-info-list .contact-list.addres .icon-item:before {
  background-image: url("../images/icon/location-contact.png");
}
.contact-info-list .contact-list.work .icon-item:before {
  background-image: url("../images/icon/time-contact.png");
}
.contact-info-list .soc-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-info-list .soc-list {
    margin-top: 24px;
  }
}
.contact-info-list .soc-list a .icon {
  fill: #484B50;
}
.contact-info-list .soc-list a:hover .icon {
  fill: #000000;
}

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

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

.work-list {
  counter-reset: my-awesome-counter;
}
.work-item {
  margin-bottom: 24px;
}
.work-item__image {
  position: relative;
  counter-increment: my-awesome-counter;
  margin-bottom: 20px;
}
.work-item__image:before {
  content: counter(my-awesome-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .work-item__image:before {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .work-item__image:before {
    font-size: 24px;
  }
}
.work-item__image img {
  width: 100%;
}
.work-item__col {
  max-width: 20%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .work-item__col {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .work-item__col {
    max-width: 50%;
  }
}
@media screen and (max-width: 579px) {
  .work-item__col {
    max-width: 100%;
  }
}
.work-item__info .title {
  margin-bottom: 8px;
}
.work-banner {
  margin-top: 40px;
}
.work-banner img {
  width: 100%;
}

.follow-col {
  padding: 0 10px;
  max-width: 16.664%;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .follow-col {
    max-width: 33.334%;
  }
}
@media screen and (max-width: 767px) {
  .follow-col {
    max-width: 50%;
    padding: 0 4px;
  }
}
.follow-item {
  position: relative;
}
.follow-item img {
  display: block;
}
.follow-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(72, 75, 80, 0.8);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  opacity: 0;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .follow-item a {
    font-size: 12px;
  }
}
.follow-item a .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  fill: #ffffff;
}
.follow-item:hover a {
  opacity: 1;
}

.reviews-slider {
  overflow-x: inherit;
}
.reviews-item {
  background-color: #ffffff;
  padding: 16px;
}
.reviews-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.reviews-item__avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.reviews-item__avatar img {
  display: block;
  width: 100%;
}
.reviews-item__title {
  margin-left: 8px;
}
.reviews-item__title .title {
  font-size: 16px;
  margin-bottom: 0;
}
.reviews-item__title .date {
  font-size: 14px;
}
.reviews-item__description .wysiwyg {
  max-height: 120px;
  overflow: auto;
}
.reviews-item__description .stars {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}
.reviews-item__description .stars li {
  margin-bottom: 0;
}

.ti-widget .ti-footer {
  display: none !important;
}
.ti-widget.ti-goog .ti-widget-container .ti-name {
  font-family: "Einer Grotesk", sans-serif !important;
  font-size: 16px !important;
  color: #484B50 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
  color: #484B50 !important;
  font-family: "Einer Grotesk", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.ti-widget.ti-goog .ti-widget-container .ti-review-content {
  font-family: "Einer Grotesk", sans-serif;
  color: #484B50 !important;
}

/*product*/
.catalog-list .catalog-item {
  min-height: 395px;
  overflow: hidden;
  margin-bottom: 20px;
}
.catalog-list .catalog-item__link {
  position: relative;
  display: block;
  height: 100%;
}
.catalog-list .catalog-item__link:before {
  content: "";
  background-image: var(--bg-image-catalog);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.catalog-list .catalog-item__link:hover:before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.catalog-list .catalog-item__title {
  padding: 8px 16px;
  background-color: rgba(72, 75, 80, 0.5);
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: calc(100% - 48px);
  color: #ffffff;
  margin-bottom: 0;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.product-list .product-col {
  padding: 0 10px;
  max-width: 33.334%;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-list .product-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-list .product-col {
    max-width: 100%;
  }
}
.product-item:hover .button.add_to_cart_button, .product-item:hover .button.product_type_grouped, .product-item:hover .button.product_type_external {
  bottom: 12px;
}
.product-item__image {
  position: relative;
  overflow: hidden;
}
.product-item__image img {
  width: 100%;
  display: block;
}
.product-item__image span.onsale {
  left: auto;
  right: 12px;
  top: 12px;
  background-color: #000000;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 0.857em;
  z-index: 9;
}
.product-item__image .button.add_to_cart_button, .product-item__image .button.product_type_grouped, .product-item__image .button.product_type_external {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
  padding: 14px 48px;
  border: 1px solid #ffffff;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .product-item__image .button.add_to_cart_button, .product-item__image .button.product_type_grouped, .product-item__image .button.product_type_external {
    font-size: 14px;
  }
}
.product-item__image .button.add_to_cart_button .icon, .product-item__image .button.product_type_grouped .icon, .product-item__image .button.product_type_external .icon {
  fill: #484B50;
}
.product-item__image .button.add_to_cart_button:hover, .product-item__image .button.product_type_grouped:hover, .product-item__image .button.product_type_external:hover {
  text-decoration: none;
  color: #484B50;
  border-color: #ffffff;
  background-color: #ffffff;
}
.product-item__image .button.add_to_cart_button:hover .icon, .product-item__image .button.product_type_grouped:hover .icon, .product-item__image .button.product_type_external:hover .icon {
  fill: #484B50;
}
.product-item__image .button.add_to_cart_button:active, .product-item__image .button.product_type_grouped:active, .product-item__image .button.product_type_external:active {
  color: #484B50;
  border-color: #ffffff;
  background-color: transparent;
}
.product-item__image .button.add_to_cart_button:active .icon, .product-item__image .button.product_type_grouped:active .icon, .product-item__image .button.product_type_external:active .icon {
  fill: #484B50;
}
.product-item__image .button.add_to_cart_button:disabled, .product-item__image .button.product_type_grouped:disabled, .product-item__image .button.product_type_external:disabled {
  cursor: default;
  color: #BABABA;
  border-color: #BABABA;
  background-color: #484B50;
}
.product-item__image .button.add_to_cart_button:disabled .icon, .product-item__image .button.product_type_grouped:disabled .icon, .product-item__image .button.product_type_external:disabled .icon {
  fill: #484B50;
}
.product-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
.product-item__info > *:not(:last-child) {
  margin-bottom: 8px;
}
.product-item__info .price {
  color: #484B50;
  font-size: 16px;
  font-weight: 700;
}
.product-item__info .woocommerce-LoopProduct-link {
  color: #484B50;
  text-decoration: none;
}
.product-item__info .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

/*bestsellers-slider*/
.woocommerce-bestsellers-slider .swiper {
  overflow-x: initial !important;
}

/*bestsellers-slider*/
.product-title_sub {
  display: block;
  color: #BABABA;
  margin-bottom: 8px;
}
.product-details__short-description + .price {
  display: none;
}
.product-variation-item .button-variable-item {
  padding: 7px 15px;
  border: 1px solid #484B50;
  color: #484B50;
  text-align: center;
  margin: 0 4px 8px;
  cursor: pointer;
  background-color: #F9F9F9;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-variation-item .button-variable-item:hover {
  background-color: #484B50;
  color: #F9F9F9;
}
.product-variation-item .button-variable-item.selected {
  background-color: #484B50;
  color: #F9F9F9;
}
.product-variation-item .button-variable-items-wrapper {
  margin: 0 -4px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-total > *:not(:last-child) {
  margin-right: 10px;
}
.product-cart__info > *:not(:last-child) {
  margin-bottom: 16px;
}
.product-cart__info .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #484B50;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .product-cart__info .price {
    font-size: 16px;
  }
}
.product-cart__info .price .product-inc {
  color: #BABABA;
  text-transform: uppercase;
  font-size: 18px;
}
.product-order {
  margin-top: 40px;
  margin-bottom: 24px;
}
.product-order .product-item .add_to_cart_button {
  bottom: 0;
  top: 0;
  width: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.product-order .product-item .add_to_cart_button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-order .product-item .add_to_cart_button:before, .product-order .product-item .add_to_cart_button:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 60%;
  height: 4px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-order .product-item .add_to_cart_button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.product-order .product-item .add_to_cart_button span {
  display: none;
}
.product-order .product-item:hover .add_to_cart_button {
  opacity: 1;
  bottom: 0;
}
.product-info__alert {
  background-color: #BABABA;
  padding: 16px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__alert .icon {
  margin-right: 8px;
  fill: #484B50;
  min-width: 24px;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  opacity: 1;
}

.sws_supernormalaction {
  margin-bottom: 16px;
}

.superwebshare_prompt {
  border-radius: 0;
  padding: 0;
  height: auto;
  color: #484B50 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.superwebshare_prompt > svg {
  fill: #484B50;
  width: 16px;
  height: 16px;
}

.woo-variation-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woo-variation-items-wrapper .reset_variations {
  margin-left: 8px;
  text-decoration: none;
}

.checkout-cart__block {
  padding: 24px;
  background-color: #ffffff;
}
.checkout-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .checkout-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart-item:not(:last-child) {
  margin-bottom: 24px;
}
.checkout-cart-item__image {
  max-width: 180px;
  width: 100%;
}
.checkout-cart-item__image img {
  display: block;
}
.checkout-cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .checkout-cart-item__info {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart-item__info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checkout-cart-item__info_block {
    margin-bottom: 24px;
  }
}
.checkout-cart-item__info_block > *:not(:last-child) {
  margin-bottom: 8px;
}
.checkout-cart-item__title a {
  color: #484B50;
}
.checkout-cart-item__attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-cart-item__attr_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkout-cart-item__attr_item:not(:first-child) {
  margin-left: 8px;
}
.checkout-cart-item__attr_item .title {
  color: #BABABA;
  margin-bottom: 8px;
}
.checkout-cart-item__attr_item .item {
  padding: 7px 15px;
  color: #484B50;
  border: 1px solid #484B50;
  background-color: #F9F9F9;
  font-weight: 700;
}
.checkout-cart-item__quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  border: 1px solid #484B50;
  background-color: #F9F9F9;
}
.checkout-cart-item__quantity .quantity input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border-bottom: 0;
  text-align: center;
  font-weight: 700;
}
.checkout-cart-item__quantity .quantity input::-webkit-inner-spin-button,
.checkout-cart-item__quantity .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.checkout-cart-item__quantity .wac-qty-button {
  font-weight: 700;
  color: #484B50;
  padding: 10px;
  border: none;
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-cart-item__quantity .wac-qty-button:hover {
  background-color: #000000;
  color: #F9F9F9;
}
.checkout-cart-item__price {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.checkout-cart-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.checkout-cart-item__remove a {
  text-decoration: none;
}
.checkout-order-total {
  font-weight: 700;
  text-transform: uppercase;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 8px;
  line-height: 1.2;
}

#ship-to-different-address {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

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

.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding: 0;
}

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

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 16px;
  width: calc(100% - 36px);
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/icon/calenda-time.png");
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 10px);
  right: 16px;
}

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

.select2-container--open .select2-dropdown--below .select2-search--dropdown {
  display: none !important;
}

.select2-dropdown {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #ffffff;
  max-width: 120px;
  margin-left: auto;
  margin-right: 50px;
  margin-top: -20px;
}

.select2-results__option {
  border-bottom: 1px solid #BABABA;
  text-align: center;
  color: #484B50;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  margin-bottom: 0;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #484B50;
  background-color: #ECECEC;
}

.textarea-postcard textarea {
  background-color: #484B50;
  height: 100px !important;
  color: #BABABA;
}

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

/*product*/