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

body {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

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

body {
  background-color: #ffffff;
  color: #0C0C0C;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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 8px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

p:empty {
  display: none;
}

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

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

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

blockquote,
blockquote {
  margin-left: 32px;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 32px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  blockquote,
blockquote {
    font-size: 10px;
  }
}

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

.title-thin {
  font-weight: 400;
}
.title-thin span {
  font-weight: 600;
}

.white-space-nowrap {
  white-space: nowrap;
}

ins {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}
.container-middle {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 80px);
  }
  .container-middle {
    max-width: 768px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .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 -8px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .row {
    margin: 0 -4px;
  }
}

.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 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0 4px;
  }
}
.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: 1700px) {
  .col.col_full-desktop-1 {
    width: 8.3333%;
  }
  .col.col_full-desktop-2 {
    width: 16.66%;
  }
  .col.col_full-desktop-3 {
    width: 25%;
  }
  .col.col_full-desktop-4 {
    width: 33.3%;
  }
  .col.col_full-desktop-5 {
    width: 41.666667%;
  }
  .col.col_full-desktop-6 {
    width: 50%;
  }
  .col.col_full-desktop-7 {
    width: 58.333333%;
  }
  .col.col_full-desktop-8 {
    width: 66.666667%;
  }
  .col.col_full-desktop-9 {
    width: 75%;
  }
  .col.col_full-desktop-10 {
    width: 83.333333%;
  }
  .col.col_full-desktop-11 {
    width: 91.666667%;
  }
  .col.col_full-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1520px) {
  .col.col_hd-desktop-1 {
    width: 8.3333%;
  }
  .col.col_hd-desktop-2 {
    width: 16.66%;
  }
  .col.col_hd-desktop-3 {
    width: 25%;
  }
  .col.col_hd-desktop-4 {
    width: 33.3%;
  }
  .col.col_hd-desktop-5 {
    width: 41.666667%;
  }
  .col.col_hd-desktop-6 {
    width: 50%;
  }
  .col.col_hd-desktop-7 {
    width: 58.333333%;
  }
  .col.col_hd-desktop-8 {
    width: 66.666667%;
  }
  .col.col_hd-desktop-9 {
    width: 75%;
  }
  .col.col_hd-desktop-10 {
    width: 83.333333%;
  }
  .col.col_hd-desktop-11 {
    width: 91.666667%;
  }
  .col.col_hd-desktop-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-center {
    text-align: center;
  }
  .text-big-desktop-left {
    text-align: left;
  }
  .text-big-desktop-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-desktop-center {
    text-align: center;
  }
  .text-desktop-left {
    text-align: left;
  }
  .text-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .text-middle-desktop-center {
    text-align: center;
  }
  .text-middle-desktop-left {
    text-align: left;
  }
  .text-middle-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-tab-center {
    text-align: center;
  }
  .text-tab-left {
    text-align: left;
  }
  .text-tab-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-mob-center {
    text-align: center;
  }
  .text-mob-left {
    text-align: left;
  }
  .text-mob-right {
    text-align: right;
  }
}
@media screen and (max-width: 579px) {
  .text-mob-p-center {
    text-align: center;
  }
  .text-mob-p-left {
    text-align: left;
  }
  .text-mob-p-right {
    text-align: right;
  }
}

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

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

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

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@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;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@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;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@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;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@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: #FEE600;
}

.fancybox__progress {
  background: #FEE600;
}

.margin-bottom-auto {
  margin-bottom: auto;
}
.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-auto {
  margin-top: auto;
}
.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-auto {
    margin-top: auto;
  }
  .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-auto {
    margin-bottom: auto;
  }
  .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-auto {
    margin-top: auto;
  }
  .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-auto {
    margin-bottom: auto;
  }
  .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-auto {
    margin-top: auto;
  }
  .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-auto {
    margin-bottom: auto;
  }
  .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-auto {
    margin-top: auto;
  }
  .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-auto {
    margin-bottom: auto;
  }
  .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-auto {
    margin-top: auto;
  }
  .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-auto {
    margin-bottom: auto;
  }
  .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-auto {
    margin-top: auto;
  }
  .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-auto {
    margin-bottom: auto;
  }
  .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: #D6D6D6;
}
table tr:hover td {
  background-color: #ffffff;
}
table td, table th {
  border-bottom: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
  color: #D3D3D3;
  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: #FEE600;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: #ffffff;
  border: 1px solid #D3D3D3;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.3;
  padding: 16px 16px;
  color: #0C0C0C;
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
    font-size: 14px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #0C0C0C;
  background-color: #ffffff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #0C0C0C;
  background-color: #ffffff;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #D6D6D6;
  background-color: #D6D6D6;
  color: #D3D3D3;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  border-color: #A71616;
}

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

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

.form-field {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .form-field {
    margin-bottom: 4px;
  }
}
.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.3;
  font-weight: 600;
  margin-bottom: 8px;
  color: #D3D3D3;
}
@media screen and (max-width: 767px) {
  .form-field__title {
    font-size: 14px;
  }
}
.form-field, .form-group {
  position: relative;
}

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

.error-label {
  color: #A71616;
  top: 100%;
  left: 0;
  font-size: 16px;
  line-height: 1.3;
  font-style: italic;
}

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

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

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

.custom-check {
  display: block;
  position: relative;
}
.custom-check .wpcf7-list-item {
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item {
    margin-bottom: 8px;
  }
}
.custom-check .wpcf7-list-item label {
  display: block;
  position: relative;
}
.custom-check .wpcf7-list-item label input[type=check], .custom-check .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.custom-check .wpcf7-list-item label input[type=check]:checked ~ .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  opacity: 1;
}
.custom-check .wpcf7-list-item label input[type=check]:checked ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: #0C0C0C;
}
.custom-check .wpcf7-list-item label input[type=check]:checked ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  border-color: #0C0C0C;
}
.custom-check .wpcf7-list-item label input[type=check]:disabled ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label {
  color: #F3F3F3;
}
.custom-check .wpcf7-list-item label input[type=check]:disabled ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:after {
  border-color: #F3F3F3;
}
.custom-check .wpcf7-list-item label input[type=check]:disabled ~ .wpcf7-list-item-label:hover:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:hover:after {
  border-color: #F3F3F3;
}
.custom-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label {
    padding-left: 20px;
  }
}
.custom-check .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-check .wpcf7-list-item-label:before {
  opacity: 0;
}
.custom-check .wpcf7-list-item-label:after {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #0C0C0C;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label:after {
    width: 13px;
    height: 13px;
    top: 3px;
  }
}
.custom-check .wpcf7-list-item-label:hover {
  color: #0C0C0C;
}
.custom-check .wpcf7-list-item-label:hover:after {
  border-color: #0C0C0C;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before {
  content: "✓";
  background: #0C0C0C;
  color: #ffffff;
  width: 19px;
  height: 19px;
  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] ~ .wpcf7-list-item-label:before, .custom-check input[type=radio] ~ .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
  width: 15px;
  height: 15px;
  background: #0C0C0C;
  opacity: 0;
  left: 3px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
    width: 9px;
    height: 9px;
    top: 6px;
  }
}
.custom-check.custom-check__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.custom-check.custom-check__btn .wpcf7-list-item {
  padding: 0 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .custom-check.custom-check__btn .wpcf7-list-item {
    max-width: 33.333%;
  }
  .custom-check.custom-check__btn .wpcf7-list-item label {
    height: 100%;
  }
}
.custom-check.custom-check__btn .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label,
.custom-check.custom-check__btn .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label {
  border-color: #FEE600;
  color: #FEE600;
}
.custom-check.custom-check__btn .wpcf7-list-item-label {
  padding: 14px 28px;
  font-size: 16px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 400;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #D3D3D3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .custom-check.custom-check__btn .wpcf7-list-item-label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .custom-check.custom-check__btn .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.custom-check.custom-check__btn .wpcf7-list-item-label:before, .custom-check.custom-check__btn .wpcf7-list-item-label:after {
  display: none;
}
.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: #0C0C0C;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text {
  color: #F3F3F3;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:after {
  border-color: #F3F3F3;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
  border-color: #F3F3F3;
}
.custom-check .custom-check__text {
  position: relative;
  padding-left: 27px;
  display: block !important;
  cursor: pointer;
  line-height: 1.3 !important;
  font-weight: 400;
  color: #0C0C0C;
}
.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: 0;
  border: 1px solid #0C0C0C;
}
.custom-check .custom-check__text:hover:after {
  border-color: #0C0C0C;
}
.custom-check input[type=checkbox] ~ .custom-check__text:before {
  content: "";
  background-image: url("../images/check-box-checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  width: 15px;
  height: 9px;
  top: 5px;
  left: 2px;
  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;
  z-index: 1;
}
.custom-check input[type=checkbox] ~ .custom-check__text:after, .custom-check input[type=checkbox] ~ .custom-check__text:before {
  border-radius: 4px;
}
.custom-check input[type=checkbox]:checked ~ .custom-check__text:after {
  background-color: #0C0C0C;
}
.custom-check input[type=radio] ~ .custom-check__text:before, .custom-check input[type=radio] ~ .custom-check__text:after {
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .custom-check input[type=radio] ~ .custom-check__text:after {
    width: 15px;
    height: 15px;
  }
}
.custom-check input[type=radio] ~ .custom-check__text:before {
  width: 11px;
  height: 11px;
  background: #0C0C0C;
  opacity: 0;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 1023px) {
  .custom-check input[type=radio] ~ .custom-check__text:before {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
  }
}

input[type=range] {
  width: 100%;
  height: 1px;
  margin: 14px 0;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#FEE600)), #ffffff;
  background: linear-gradient(to right, #FEE600), #ffffff;
  background-size: var(--background-size, 0%) 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #FEE600;
  border-radius: 50%;
  margin-top: -11px;
}

/** FF*/
input[type=range]::-moz-range-progress {
  background-color: #FEE600;
  border-radius: 0;
}

input[type=range]::-moz-range-track {
  background-color: #ffffff;
  border-radius: 0;
}

input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #FEE600;
  border-radius: 50%;
  margin-top: -11px;
}

.custom-range__value span {
  background-color: #FEE600;
  padding: 6px 8px;
  color: #0C0C0C;
  display: inline-block;
  min-width: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-range__value span {
    padding: 6px;
  }
}
.custom-range__minMax {
  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;
}

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

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

::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #D3D3D3;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0C0C0C;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #0C0C0C;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.3;
  padding: 14px 16px !important;
  border: 2px solid #FEE600;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  outline: none;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FEE600;
  -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;
    padding: 12px 14px !important;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  width: 16px;
  height: 16px;
  fill: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
    width: 14px;
    height: 14px;
  }
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #FEE600;
  background: #0C0C0C;
  border-color: #0C0C0C;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #FEE600;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #3C3C3A;
  color: #D3D3D3;
  background: #3C3C3A;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #D3D3D3;
}
.btn.disabled, .btn:disabled,
button.disabled,
button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #777777;
  border-color: #D6D6D6;
  background-color: #D6D6D6;
}
.btn.disabled .icon, .btn:disabled .icon,
button.disabled .icon,
button:disabled .icon,
input[type=submit].disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset].disabled .icon,
input[type=reset]:disabled .icon {
  fill: #777777;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  color: #0C0C0C;
  background: transparent;
  border-color: #0C0C0C;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #0C0C0C;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #3C3C3A;
  background: transparent;
  border-color: #3C3C3A;
}
.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: #3C3C3A;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #777777;
  background: transparent;
  border-color: #777777;
}
.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: #777777;
}
.btn.btn_secondary.disabled, .btn.btn_secondary:disabled,
button.btn_secondary.disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary.disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary.disabled,
input[type=reset].btn_secondary:disabled {
  color: #3C3C3A;
  background: transparent;
  border-color: #3C3C3A;
}
.btn.btn_secondary.disabled .icon, .btn.btn_secondary:disabled .icon,
button.btn_secondary.disabled .icon,
button.btn_secondary:disabled .icon,
input[type=submit].btn_secondary.disabled .icon,
input[type=submit].btn_secondary:disabled .icon,
input[type=reset].btn_secondary.disabled .icon,
input[type=reset].btn_secondary:disabled .icon {
  fill: #3C3C3A;
}
.btn.btn_tertiary,
button.btn_tertiary,
input[type=submit].btn_tertiary,
input[type=reset].btn_tertiary {
  color: #FEE600;
  border-color: #FEE600;
  background: transparent;
}
.btn.btn_tertiary .icon,
button.btn_tertiary .icon,
input[type=submit].btn_tertiary .icon,
input[type=reset].btn_tertiary .icon {
  fill: #FEE600;
}
.btn.btn_tertiary:hover,
button.btn_tertiary:hover,
input[type=submit].btn_tertiary:hover,
input[type=reset].btn_tertiary:hover {
  color: #D3D3D3;
  border-color: #0C0C0C;
  background: #0C0C0C;
}
.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: #D3D3D3;
}
.btn.btn_tertiary:active,
button.btn_tertiary:active,
input[type=submit].btn_tertiary:active,
input[type=reset].btn_tertiary:active {
  color: #D3D3D3;
  border-color: #3C3C3A;
  background: #3C3C3A;
}
.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: #D3D3D3;
}
.btn.btn_tertiary.disabled, .btn.btn_tertiary:disabled,
button.btn_tertiary.disabled,
button.btn_tertiary:disabled,
input[type=submit].btn_tertiary.disabled,
input[type=submit].btn_tertiary:disabled,
input[type=reset].btn_tertiary.disabled,
input[type=reset].btn_tertiary:disabled {
  color: #777777;
  border-color: #3C3C3A;
  background-color: #3C3C3A;
}
.btn.btn_tertiary.disabled .icon, .btn.btn_tertiary:disabled .icon,
button.btn_tertiary.disabled .icon,
button.btn_tertiary:disabled .icon,
input[type=submit].btn_tertiary.disabled .icon,
input[type=submit].btn_tertiary:disabled .icon,
input[type=reset].btn_tertiary.disabled .icon,
input[type=reset].btn_tertiary:disabled .icon {
  fill: #777777;
}

.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-success {
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-success .icon {
  width: 80px;
  height: 80px;
  fill: #FEE600;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 16px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px;
}
.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: 24px;
  height: 24px;
  top: calc(50% - 12px);
  margin-top: 0;
  border: none;
  background: transparent;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider-nav-btn .icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
  .slider-nav-btn .icon {
    width: 16px;
    height: 16px;
  }
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover .icon {
  fill: #FEE600;
}
.slider-nav-btn__next {
  right: 8px;
}
.slider-nav-btn__prev {
  left: 8px;
}
.slider-pagination {
  text-align: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #3C3C3A;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #FEE600;
}

.tabs:not(:last-child) {
  margin-bottom: 32px;
}
.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .tabs .tabs-header {
    margin-bottom: 32px;
  }
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #FEE600;
  background-color: #3C3C3A;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #0C0C0C;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding: 8px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tabs-header .tabs-header__text:hover {
  color: #FEE600;
  background-color: #3C3C3A;
}
@media screen and (max-width: 1023px) {
  .tabs .tabs-header .tabs-header__text {
    font-size: 18px;
  }
}
.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: #D3D3D3;
}
.tabs .tabs-body {
  width: 100%;
}
.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;
  }
}
.tabs.tabs-type-2 .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .tabs.tabs-type-2 .tabs-header {
    margin: 0 -4px;
    margin-bottom: 0;
  }
}
.tabs.tabs-type-2 .tabs-header .tabs-header__item {
  padding: 8px 8px;
}
@media screen and (max-width: 1023px) {
  .tabs.tabs-type-2 .tabs-header .tabs-header__item {
    padding: 4px 4px;
  }
}
.tabs.tabs-type-2 .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #777777;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tabs.tabs-type-2 .tabs-header .tabs-header__item.active .tabs-header__text:before {
  opacity: 1;
}
.tabs.tabs-type-2 .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #777777;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  padding: 0;
  border-radius: 0;
  text-align: center;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tabs.tabs-type-2 .tabs-header .tabs-header__text:before {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  background-color: #FEE600;
  height: 3px;
  border-radius: 2px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs.tabs-type-2 .tabs-header .tabs-header__text:hover {
  color: #777777;
}
.tabs.tabs-type-2 .tabs-header .tabs-header__text:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .tabs.tabs-type-2 .tabs-header .tabs-header__text {
    font-size: 12px;
    padding: 0;
  }
}
.tabs.tabs-type-2 .tabs-header .slick-next,
.tabs.tabs-type-2 .tabs-header .slick-prev {
  width: 40px;
  height: 40px;
}
.tabs.tabs-type-2 .tabs-header .slick-next.slick-disabled,
.tabs.tabs-type-2 .tabs-header .slick-prev.slick-disabled {
  opacity: 0.5;
}
.tabs.tabs-type-2 .tabs-header .slick-next i,
.tabs.tabs-type-2 .tabs-header .slick-prev i {
  font-size: 15px;
  color: #D3D3D3;
}

.accordion-item {
  padding: 24px 0;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 8px;
}
.accordion-item.active .accordion-item__header .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-item.active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #0C0C0C;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 406;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header {
    font-weight: 400;
  }
}
.accordion-item .accordion-item__header .title-text {
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header .title-text {
    margin-right: 8px;
  }
}
.accordion-item .accordion-item__header .arrow {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-item__header .arrow .icon {
  width: 8px;
  height: 26px;
  fill: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header .arrow {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .accordion-item .accordion-item__header .arrow .icon {
    height: 14px;
  }
}
.accordion-item .accordion-item__body {
  display: none;
}

.air-datepicker {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
  border-color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  color: #D3D3D3;
  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: #D3D3D3;
  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: #3C3C3A;
}
.air-datepicker-nav--action:hover svg {
  fill: #ffffff;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: #3C3C3A;
  color: #ffffff;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #3C3C3A;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: #3C3C3A;
  color: #ffffff;
}
.air-datepicker-cell.-current- {
  border: 1px solid #D3D3D3;
  color: #D3D3D3;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #3C3C3A;
  background-color: #3C3C3A;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #D3D3D3;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #D3D3D3;
  color: #ffffff;
}
.air-datepicker-cell.-selected- {
  background: #D3D3D3;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #D3D3D3;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #D3D3D3 !important;
  color: #ffffff !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #D3D3D3;
  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: #D3D3D3;
  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: #777777;
  -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: #777777;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #FEE600;
  background-color: #ffffff;
}

.section-video .video-fon {
  position: relative;
}
.section-video video {
  width: 100%;
  display: block;
  border-radius: 80px;
}
@media screen and (max-width: 1023px) {
  .section-video video {
    border-radius: 40px;
  }
}

.header {
  padding: 16px 0;
  position: -webkit-sticky;
  position: sticky;
  color: #0C0C0C;
  border-radius: 0;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header {
    border-radius: 0;
    padding: 8px 0;
  }
}
.header.fixedToTop .header-container {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(12, 12, 12, 0.5);
          box-shadow: 0px 8px 8px 0px rgba(12, 12, 12, 0.5);
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  padding-left: 16px;
  border-radius: 50px;
  background-color: #3C3C3A;
}
@media screen and (max-width: 1023px) {
  .header-container {
    padding: 4px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .header-desktop {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.header-mobile {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(12, 12, 12, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 100;
}
.header-mobile .nav-toggle {
  position: absolute;
  top: 16px;
  background-color: #FEE600;
  left: calc(75% + 4px);
}
@media screen and (min-width: 1024px) {
  .header-mobile .nav-toggle {
    right: 416px;
    left: initial;
    top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile .nav-toggle {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
@media screen and (max-width: 419px) {
  .header-mobile .nav-toggle {
    left: calc(100% - 36px);
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile .nav-toggle .nav-toggle__link {
    width: 24px;
    height: 4px;
  }
}
.header-mobile .nav-toggle .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg) !important;
          transform: translateY(6px) rotate(-45deg) !important;
}
.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(-7px) rotate(45deg) !important;
          transform: translateY(-7px) rotate(45deg) !important;
}
.header-mobile__block {
  background-color: #ffffff;
  min-width: 300px;
  max-width: 75%;
  width: 100%;
  border-radius: 0 32px 32px 0;
  -webkit-box-shadow: -16px 0px 16px 0px rgba(0, 0, 0, 0.32);
          box-shadow: -16px 0px 16px 0px rgba(0, 0, 0, 0.32);
  padding: 24px 8px;
  min-height: var(--vh, 100vh);
  max-height: var(--vh, 100vh);
}
@media screen and (max-width: 419px) {
  .header-mobile__block {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__block {
    padding: 32px 8px;
    margin-left: auto;
    border-radius: 32px 0 0 32px;
    max-width: 400px;
  }
}
.header-mobile__middle {
  overflow-y: auto;
  padding: 0 8px 0 16px;
  max-height: calc(var(--vh, 100vh) - 48px);
}
@media screen and (min-width: 1024px) {
  .header-mobile__middle {
    padding: 0 24px 0 32px;
    max-height: calc(var(--vh, 100vh) - 64px);
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
.header-mobile__info:not(:last-child) {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.header-mobile__info .header-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .header-mobile__info_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-mobile__info_block .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__info > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.header-mobile__info .contact-list li {
  color: #0C0C0C;
}
.header-mobile__info .contact-list li.icon-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__info .contact-list li a {
  color: #0C0C0C;
}
.header-mobile__info .contact-list li a:hover {
  color: #FEE600;
}
.header-mobile__info .contact-list.phone .icon-item:before {
  background-image: url("../images/icon/header-phone.svg");
}
.header-mobile__info .contact-list.email li a {
  word-break: break-all;
}
.header-mobile__info .contact-list.email .icon-item:before {
  background-image: url("../images/icon/header-email.svg");
}
.header-mobile__info .contact-list.addres .icon-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-mobile__info .contact-list.addres .icon-item a .icon-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .header-mobile__info .contact-list.addres .icon-item a .icon-link {
    width: 14px;
    height: 14px;
  }
}
.header-mobile__info .contact-list.addres .icon-item a:hover .icon-link {
  fill: #FEE600;
}
.header-mobile__info .contact-list.addres .icon-item:before {
  background-image: url("../images/icon/header-geo.svg");
}
.header.active {
  top: 0 !important;
  border-radius: 0;
}
.header.active .header-mobile {
  height: var(--vh, 100vh);
  visibility: visible;
  opacity: 1;
}

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

.nav-toggle {
  width: 52px;
  height: 52px;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 9px;
}
@media screen and (max-width: 1023px) {
  .nav-toggle {
    width: 45px;
    height: 45px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.nav-toggle .nav-toggle__link {
  display: block;
  background-color: #0C0C0C;
  height: 5px;
  border-radius: 5px;
  width: 24px;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .nav-toggle .nav-toggle__link {
    width: 24px;
  }
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .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(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .nav-toggle.active .nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}

.header-order__info {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .header-order__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@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;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 40px !important;
  }
}
.header .logo {
  display: none;
  margin-right: 40px;
}
.header .logo img {
  max-width: 200px;
}
@media (max-width: 1520px) {
  .header .logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 140px;
  }
}
.header-info {
  margin: 0 8px;
}
@media screen and (max-width: 1023px) {
  .header-info {
    margin: 0;
  }
}

.header .menu-list .menu-item a {
  color: #0C0C0C;
}
.header .menu-list .menu-item a:hover {
  color: #FEE600;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    padding: 0 20px;
  }
}
.header .menu-list .menu-item__sub > a, .header .menu-list .menu-item-has-children > a {
  padding-right: 24px;
}
.header .menu-list .menu-item__sub > a:before, .header .menu-list .menu-item-has-children > a:before {
  background-image: url("../images/icon/arrow-bottom-menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 2px;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub > a:before, .header .menu-list .menu-item-has-children > a:before {
    background-image: url("../images/icon/arrow-bottom-menu-mob.svg");
    width: 20px;
    height: 20px;
    top: 4px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header .menu-list .menu-item__sub .sub-menu, .header .menu-list .menu-item-has-children .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 20px 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list .menu-item__sub .sub-menu .menu-item, .header .menu-list .menu-item-has-children .sub-menu .menu-item {
  padding: 0;
}
.header .menu-list .menu-item__sub .sub-menu .menu-item:not(:last-child), .header .menu-list .menu-item-has-children .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 16px !important;
}
.header .menu-list .menu-item__sub .sub-menu .menu-item:last-child, .header .menu-list .menu-item-has-children .sub-menu .menu-item:last-child {
  margin-bottom: 0 !important;
}
.header .menu-list .menu-item__sub .sub-menu .menu-item a, .header .menu-list .menu-item-has-children .sub-menu .menu-item a {
  font-weight: 400;
  text-transform: initial;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub .sub-menu .menu-item a, .header .menu-list .menu-item-has-children .sub-menu .menu-item a {
    font-size: 16px;
  }
}
.header .menu-list .menu-item__sub .sub-menu .menu-item a:hover, .header .menu-list .menu-item-has-children .sub-menu .menu-item a:hover {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item__sub .sub-menu, .header .menu-list .menu-item-has-children .sub-menu {
    background: #3C3C3A;
    top: 100%;
    left: 0;
    position: absolute;
    padding: 0 24px;
    margin: 0;
    border-radius: 0 0 40px 40px;
    min-width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub .sub-menu, .header .menu-list .menu-item-has-children .sub-menu {
    padding: 0;
  }
}
.header .menu-list .menu-item__sub:hover > a:before, .header .menu-list .menu-item-has-children:hover > a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub:hover > a:before, .header .menu-list .menu-item-has-children:hover > a:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.header .menu-list .menu-item__sub:hover > .sub-menu, .header .menu-list .menu-item-has-children:hover > .sub-menu {
  padding: 48px 24px 32px;
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub:hover > .sub-menu, .header .menu-list .menu-item-has-children:hover > .sub-menu {
    padding: 16px 16px 0;
  }
}
.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 #0C0C0C;
}
.header .menu-list.lang .lang-item a {
  font-weight: 600;
  text-transform: uppercase;
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .header .menu-list.lang .lang-item a {
    font-size: 28px;
    font-weight: 900;
  }
}
.header .menu-list.lang .lang-item a:hover {
  color: #FEE600;
}
.header .menu-list.lang .lang-item.current-lang a {
  color: #FEE600;
  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;
  }
}

@media screen and (min-width: 1024px) {
  .header-menu-desktop.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.header-menu-desktop.menu-list .menu-item a {
  color: #ffffff;
}
.header-menu-desktop.menu-list .menu-item a:hover {
  color: #FEE600;
}
@media screen and (min-width: 1024px) {
  .header-menu-desktop.menu-list .menu-item {
    padding: 0 12px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu-desktop.menu-list .menu-item {
    margin-bottom: 24px !important;
  }
  .header-menu-desktop.menu-list .menu-item a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-column > .menu-item__sub > .sub-menu, .header-menu-column > .menu-item-has-children > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 600px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header-menu-column > .menu-item__sub > .sub-menu, .header-menu-column > .menu-item-has-children > .sub-menu {
    min-width: 450px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-column > .menu-item__sub > .sub-menu > .menu-item, .header-menu-column > .menu-item-has-children > .sub-menu > .menu-item {
    max-width: 50%;
    width: 100%;
  }
}
.header-menu-column > .menu-item__sub > .sub-menu > .menu-item > a, .header-menu-column > .menu-item-has-children > .sub-menu > .menu-item > a {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #F3F3F3;
}
.header-menu-column > .menu-item__sub > .sub-menu .menu-item, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item {
  list-style-type: none;
}
.header-menu-column > .menu-item__sub > .sub-menu .menu-item__sub > a:before, .header-menu-column > .menu-item__sub > .sub-menu .menu-item-has-children > a:before, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item__sub > a:before, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item-has-children > a:before {
  display: none;
}
.header-menu-column > .menu-item__sub > .sub-menu .menu-item__sub > .sub-menu, .header-menu-column > .menu-item__sub > .sub-menu .menu-item-has-children > .sub-menu, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item__sub > .sub-menu, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
  position: relative;
  opacity: 1;
  top: 0;
  visibility: visible;
  height: initial;
  padding: 16px 0 0 !important;
  border-radius: 0;
  min-width: initial !important;
  margin: 0 -8px;
  overflow: initial !important;
}
.header-menu-column > .menu-item__sub > .sub-menu .menu-item__sub > .sub-menu .menu-item, .header-menu-column > .menu-item__sub > .sub-menu .menu-item-has-children > .sub-menu .menu-item, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item__sub > .sub-menu .menu-item, .header-menu-column > .menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu .menu-item {
  padding: 0 8px;
}
.header-menu .menu-item.menu-icon-item {
  padding: 0;
}
.header-menu .menu-item.menu-icon-item:not(:last-child) {
  margin-bottom: 16px;
}
.header-menu .menu-item.menu-icon-item .menu-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-menu .menu-item.menu-icon-item .menu-icon-group:not(.sub) {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-menu .menu-item.menu-icon-item .icon {
  width: 16px;
  height: 16px;
  fill: #0C0C0C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .header-menu .menu-item.menu-icon-item .icon {
    width: 14px;
    height: 14px;
  }
}
.header-menu .menu-item.menu-icon-item a:hover .icon {
  fill: #FEE600;
}
.header-menu.header-menu-mob .menu-item {
  font-weight: 600;
  font-size: 14px;
}
.header-menu.header-menu-mob .menu-item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #F3F3F3;
}
.header-menu.header-menu-mob .menu-item a {
  font-size: 14px;
}

.footer {
  padding-top: 16px;
  margin-top: auto;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.footer-container {
  background-color: #3C3C3A;
  padding: 0 80px;
  border-radius: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-container {
    border-radius: 32px;
    padding: 0 32px;
  }
}
.footer a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #FEE600;
}
.footer-top {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 12px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top .col .footer-info {
    padding: 0;
  }
}
.footer-bottom {
  padding: 0 0 56px;
  color: #777777;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.footer-bottom span {
  color: #777777;
}
.footer-bottom span a {
  color: #777777;
}
.footer-bottom span a:hover {
  color: #FEE600;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 6px 0 24px;
    font-size: 12px;
  }
  .footer-bottom span {
    font-size: 12px;
  }
}
.footer-title {
  color: #777777;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin-bottom: 10px;
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .wysiwyg {
    font-size: 14px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 16px;
}
.footer-info .wysiwyg {
  max-width: 300px;
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info .contact-list:not(:last-child) {
    margin-bottom: 8px;
  }
}
.footer-info .contact-list.email a {
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 12px 0;
  }
}
.footer-info__title {
  margin-bottom: 8px;
}
.footer-info__title .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #F3F3F3;
  margin-bottom: 0;
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.footer .menu-list .menu-item a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item a {
    font-size: 14px;
  }
}
.footer .menu-list .menu-item a:hover {
  color: #FEE600;
}
.footer-menu-2.menu-list .menu-item a {
  text-decoration: underline;
}
.footer-menu-2.menu-list .menu-item a:hover {
  text-decoration: none;
}
.footer .contact-list ul li {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer .contact-list ul li {
    font-size: 14px;
  }
}
.footer .soc-list ul {
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .footer .soc-list ul {
    gap: 8px;
  }
}

.popup {
  cursor: auto;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  border-radius: 80px;
  background-color: #777777;
  padding: 60px;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 32px 24px;
    border-radius: 40px;
  }
}
.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 {
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 24px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.9);
  -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: #D3D3D3;
  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: 30px;
  right: 30px;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #D6D6D6;
}
.popup-remove .icon {
  width: 12px;
  height: 12px;
  display: block;
  fill: #ffffff;
}
.popup-remove:hover {
  background: none;
}
.popup-remove:hover .icon {
  fill: #FEE600;
}

.section {
  padding: 16px 0;
}
.section-80 {
  padding: 80px 0;
}
.section-top-150 {
  padding-top: 130px;
}
@media screen and (max-width: 1023px) {
  .section-top-150 {
    padding-top: 100px;
  }
}
.section-bottom-150 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .section-bottom-150 {
    padding-bottom: 100px;
  }
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 8px 0;
  }
  .section-80 {
    padding: 24px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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: #D3D3D3;
}
.section .section-title {
  margin-bottom: 24px;
}
.section .section-title .title {
  margin-bottom: 0;
}
.section.section-title__container {
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  .section.section-title__container {
    padding: 12px 0;
  }
}
.section.section-title__container .section-title {
  margin-bottom: 0;
}
.section-title-component {
  text-align: center;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 1023px) {
  .section-title-component {
    margin-bottom: 16px !important;
  }
}
.section-title-component .title {
  font-weight: 400;
  padding: 8px 16px;
  border: 1px solid #777777;
  border-radius: 40px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .section-title-component .title {
    padding: 4px 8px;
  }
}
.section-title__block {
  padding-top: 64px;
  position: relative;
}
.section-title__block:before {
  content: "";
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 2px;
  border-radius: 2px;
  background-color: #FEE600;
  position: absolute;
  top: 20px;
  left: calc(50% - 20px);
}

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.menu-list .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.menu-list .menu-item a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #D3D3D3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-item a {
    font-size: 14px;
  }
}
.menu-list .menu-item a:hover {
  color: #FEE600;
}
.menu-list .menu-item__sub, .menu-list .menu-item-has-children {
  position: relative;
}
.menu-list .menu-item__sub > a, .menu-list .menu-item-has-children > a {
  position: relative;
  padding-right: 10px;
}
.menu-list .menu-item__sub > a:before, .menu-list .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #D3D3D3;
  border-bottom: 2px solid #D3D3D3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 3px;
}
.menu-list .menu-item__sub .sub-menu, .menu-list .menu-item-has-children .sub-menu {
  list-style-type: none;
}
.menu-list .menu-item__sub .sub-menu li:not(:last-child), .menu-list .menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.menu-section__container .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 150px;
}
@media (max-width: 1400px) {
  .menu-section__container .menu-list {
    gap: 16px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-section__container .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.menu-section__container .menu-list > .menu-item.menu-title > a {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: initial;
}
@media screen and (max-width: 1023px) {
  .menu-section__container .menu-list > .menu-item.menu-title > a {
    font-size: 18px;
  }
}
.menu-section__container .menu-list > .menu-item.menu-title > a:hover {
  color: #777777;
}
.menu-section__container .menu-list .menu-item a {
  color: #777777;
  font-weight: 400;
}
.menu-section__container .menu-list .menu-item a:hover {
  color: #FEE600;
  font-weight: 600;
}
.menu-section__container .menu-list .menu-item.menu-icon-item .menu-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-section__container .menu-list .menu-item.menu-icon-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  fill: #777777;
}
@media screen and (max-width: 1023px) {
  .menu-section__container .menu-list .menu-item.menu-icon-item .icon {
    width: 18px;
    height: 18px;
  }
}
.menu-section__container .menu-list .menu-item.menu-icon-item a:hover .icon {
  fill: #FEE600;
}
.menu-section__container .menu-list .menu-item__sub > a:before, .menu-section__container .menu-list .menu-item-has-children > a:before {
  display: none;
}
.menu-section__container .menu-list .menu-item__sub .sub-menu, .menu-section__container .menu-list .menu-item-has-children .sub-menu {
  margin: 0;
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  .menu-section__container .menu-list .menu-item__sub .sub-menu, .menu-section__container .menu-list .menu-item-has-children .sub-menu {
    padding-top: 16px;
  }
}
.menu-section__container .menu-list .menu-item__sub .sub-menu > a, .menu-section__container .menu-list .menu-item-has-children .sub-menu > a {
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .menu-section__container .menu-list .menu-item__sub .sub-menu > a, .menu-section__container .menu-list .menu-item-has-children .sub-menu > a {
    font-size: 16px;
  }
}

.pagination {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .pagination {
    margin-top: 24px;
  }
}
.pagination .page-numbers {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 4px;
  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;
  min-width: 32px;
  min-height: 32px;
  -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: 16px;
  }
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-weight: 600;
}
.pagination .page-numbers.current {
  font-weight: 600;
  background-color: #FEE600;
  border-radius: 50%;
}

.tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.tags li {
  margin: 4px 8px;
  padding: 8px 16px;
  border: 1px solid;
  border-radius: 40px;
}

.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
  min-height: 75vh;
}
.error-section .title {
  margin-bottom: 8px;
}

.breadcrumbs {
  padding-top: 130px;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}
.breadcrumbs + .section {
  padding-top: 28px !important;
}

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

.advantages-list.advantages-list-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantages-list.advantages-list-type-1 .advantages-item {
  padding: 24px 0 26px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 20px, transparent 20px, transparent 36px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-1 .advantages-item {
    background-size: 100% 1px;
  }
}
.advantages-list.advantages-list-type-1 .advantages-item:after {
  display: none !important;
}
.advantages-list.advantages-list-type-1 .advantages-item .title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
.advantages-list.advantages-list-type-1 .advantages-item .title span {
  color: #ffffff;
}
.advantages-list.advantages-list-type-1 .advantages-item .title-icon .icon {
  fill: #ffffff;
  display: inline-block;
  position: relative;
  margin-bottom: -3px;
  margin-right: 8px;
}
.advantages-list.advantages-list-type-1 .advantages-col {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.advantages-list.advantages-list-type-1 .advantages-item:after {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: block;
  font-weight: 900;
  font-size: 120px;
  color: rgba(129, 160, 188, 0.2);
  margin-top: auto;
  margin-left: 16px;
  position: absolute;
  right: -24px;
  top: calc(100% - 76px);
}
@media (max-width: 1200px) {
  .advantages-list.advantages-list-type-1 .advantages-item:after {
    font-size: 80px;
    top: calc(100% - 40px);
  }
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-1 .advantages-item:after {
    font-size: 120px;
    top: calc(100% - 76px);
  }
}

.advantages-list.advantages-list-type-2 {
  counter-reset: count1;
  margin: 0 -12px;
  margin-bottom: -24px;
}
.advantages-list.advantages-list-type-2 .advantages-item {
  padding: 32px;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  color: #777777;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantages-list.advantages-list-type-2 .advantages-item .title {
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 16px;
}
.advantages-list.advantages-list-type-2 .advantages-item .wysiwyg {
  padding-top: 16px;
  border-top: 1px solid #777777;
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-2 .advantages-item {
    padding: 24px;
  }
}
.advantages-list.advantages-list-type-2 .advantages-col {
  width: 100%;
  max-width: 25%;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-2 .advantages-col {
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-list.advantages-list-type-2 .advantages-col {
    max-width: 100%;
  }
}
.advantages-list.advantages-list-type-2 .advantages-col .advantages-item:after {
  display: none !important;
}
.advantages-list.advantages-list-type-2 .advantages-col .advantages-item:before {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #F3F3F3;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-2 .advantages-col .advantages-item:before {
    font-size: 16px;
  }
}

.advantages-list.advantages-list-type-3 {
  margin: 0 -12px;
  margin-bottom: -24px;
}
.advantages-list.advantages-list-type-3 .advantages-item {
  padding: 32px;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  color: colorPrimaryLight;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantages-list.advantages-list-type-3 .advantages-item .title {
  margin-bottom: 0;
  color: #777777;
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-3 .advantages-item {
    padding: 24px;
  }
}
.advantages-list.advantages-list-type-3 .advantages-col {
  width: 100%;
  max-width: 33.333%;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .advantages-list.advantages-list-type-3 .advantages-col {
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.advantages-list.advantages-list-type-3 .advantages-col .advantages-item:after {
  display: none !important;
}
.advantages-list.advantages-list-type-3 .advantages-col .advantages-item__info {
  text-align: center;
}

.stages-list.stages-list-type-1 {
  counter-reset: count1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stages-list.stages-list-type-1 .stages-item {
  padding: 24px 0 26px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  background-image: repeating-linear-gradient(90deg, #0C0C0C, #0C0C0C 20px, transparent 20px, transparent 36px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-item {
    background-size: 100% 1px;
    padding: 16px 0 18px;
  }
}
.stages-list.stages-list-type-1 .stages-item:after {
  display: none !important;
}
.stages-list.stages-list-type-1 .stages-item .title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
.stages-list.stages-list-type-1 .stages-item .title span {
  color: #0C0C0C;
}
.stages-list.stages-list-type-1 .stages-item .title-icon {
  fill: #0C0C0C;
  display: inline-block;
  position: relative;
  margin-bottom: -3px;
  margin-right: 8px;
}
.stages-list.stages-list-type-1 .stages-col {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.stages-list.stages-list-type-1 .stages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stages-list.stages-list-type-1 .stages-item:before {
  content: counter(count1, decimal-leading-zero) "/";
  counter-increment: count1;
  display: block;
  font-weight: 400;
  font-size: 22px;
  color: #0C0C0C;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-item:before {
    font-size: 16px;
  }
}

.stages-list.stages-list-type-2 {
  counter-reset: count1;
  margin: 0 -12px;
  margin-bottom: -24px;
}
.stages-list.stages-list-type-2 .stages-item {
  padding: 32px;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  color: #777777;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stages-list.stages-list-type-2 .stages-item .title {
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 16px;
}
.stages-list.stages-list-type-2 .stages-item .wysiwyg {
  padding-top: 16px;
  border-top: 1px solid #777777;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2 .stages-item {
    padding: 24px;
  }
}
.stages-list.stages-list-type-2 .stages-col {
  width: 100%;
  max-width: 33.333%;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2 .stages-col {
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .stages-list.stages-list-type-2 .stages-col {
    max-width: 100%;
  }
}
.stages-list.stages-list-type-2 .stages-col .stages-item:after {
  display: none !important;
}
.stages-list.stages-list-type-2 .stages-col .stages-item:before {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #F3F3F3;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2 .stages-col .stages-item:before {
    font-size: 16px;
  }
}

.stages-list.stages-list-type-3 {
  margin: 0 -12px;
  margin-bottom: -24px;
}
.stages-list.stages-list-type-3 .stages-item {
  padding: 32px;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  color: #777777;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stages-list.stages-list-type-3 .stages-item .title {
  margin-bottom: 0;
  color: #777777;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-3 .stages-item {
    padding: 24px;
  }
}
.stages-list.stages-list-type-3 .stages-col {
  width: 100%;
  max-width: 33.333%;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-3 .stages-col {
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.stages-list.stages-list-type-3 .stages-col .stages-item:after {
  display: none !important;
}
.stages-list.stages-list-type-3 .stages-col .stages-item__info {
  text-align: center;
}

.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);
  }
}
.banner-fixed {
  background-attachment: fixed;
}

.banner-type-1.banner-section {
  padding: 60px 0;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .banner-type-1.banner-section {
    padding: 32px 24px;
  }
}
.banner-type-1.banner-section h1, .banner-type-1.banner-section h2, .banner-type-1.banner-section h3, .banner-type-1.banner-section h4, .banner-type-1.banner-section h5, .banner-type-1.banner-section h6 {
  font-weight: 600;
  text-transform: uppercase;
}

.banner-type-3.banner-section {
  padding: 60px 80px;
  background-color: #D6D6D6;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .banner-type-3.banner-section {
    padding: 32px 24px;
  }
}

.main-banner-section {
  padding: 16px 0;
}
@media screen and (max-width: 1023px) {
  .main-banner-section {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-banner__image {
    max-width: 100px;
  }
}
.main-banner_section {
  min-height: 75vh;
  padding: 80px 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main-banner_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .main-banner_section {
    padding: 40px 0;
  }
}
.main-banner-slider_section {
  min-height: 300px;
  padding: 80px 0;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main-banner-slider_section {
    padding: 40px 0;
    min-height: 200px;
    border-radius: 32px;
  }
}
.main-banner-slider .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  border: 16px;
  z-index: 1;
}

.services-list-type-1.services-list {
  counter-reset: services-count1;
}
.services-list-type-1.services-list .services-item .services-title:before {
  content: counter(services-count1, decimal-leading-zero);
  counter-increment: services-count1;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #D6D6D6;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .services-list-type-1.services-list .services-item .services-title:before {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.services-list-type-1 .services-item {
  background-color: transparent;
  border-radius: 0;
  padding: 24px 0;
  border-bottom: 1px solid #D0D0D0;
}
.services-list-type-1 .services-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px;
}
@media screen and (max-width: 1023px) {
  .services-list-type-1 .services-item__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-list-type-1 .services-title {
  width: 50%;
  padding: 0 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .services-list-type-1 .services-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .services-list-type-1 .services-title {
    width: 100%;
  }
}
.services-list-type-1 .services-description {
  width: 50%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .services-list-type-1 .services-description {
    width: 100%;
  }
}
.services-list-type-1 .services-description .icon {
  margin-left: 40px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
@media screen and (max-width: 1023px) {
  .services-list-type-1 .services-description .icon {
    margin-left: 8px;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}

.services-list-type-2.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  grid-gap: 60px 24px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .services-list-type-2.services-list {
    grid-gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .services-list-type-2.services-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}
.services-list-type-2.services-list .services-col:nth-child(6n+1), .services-list-type-2.services-list .services-col:nth-child(6n+3) {
  margin-bottom: auto;
}
.services-list-type-2 .services-col {
  margin-bottom: 0;
}
.services-list-type-2 .services-item {
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.services-list-type-2 .services-item__image {
  border-radius: 0;
}
.services-list-type-2 .services-item__block {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 250px;
  background-color: #F3F3F3;
  z-index: 5;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .services-list-type-2 .services-item__block {
    padding: 8px;
    max-width: 180px;
  }
}
.services-list-type-2 .services-item__block .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .services-list-type-2 .services-item__block .icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-left: 8px;
  }
}
.services-list-type-2 .services-item__block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 12px, transparent 12px, transparent 27px), repeating-linear-gradient(180deg, #ffffff, #ffffff 12px, transparent 12px, transparent 27px);
  background-position: left top, right top;
  background-repeat: repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%;
  z-index: -1;
}
.services-list-type-2 .services-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.services-list-type-3 .row {
  margin: 0 -12px;
}
@media screen and (max-width: 1023px) {
  .services-list-type-3 .row {
    margin: 0 -4px;
  }
}
.services-list-type-3 .services-col {
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .services-list-type-3 .services-col {
    padding: 0 4px;
  }
}
.services-list-type-3 .services-item {
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.services-list-type-3 .services-item__image {
  border-radius: 0;
}
.services-list-type-3 .services-item__block {
  padding: 16px 0;
}
.services-list-type-3 .services-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-form-block-form, .contact-success {
  border-radius: 80px;
  background-color: #777777;
  position: relative;
  padding: 60px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .contact-form-block-form, .contact-success {
    padding: 32px 24px;
    border-radius: 40px;
    margin: 8px;
  }
}
.contact-form-block-form .row, .contact-success .row {
  margin: 0 -4px;
}
.contact-form-block-form .col, .contact-success .col {
  padding: 0 4px;
}
.contact-success {
  margin: auto;
}
.contact-info-list .contact-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-info-list .contact-list:not(:last-child) {
    margin-bottom: 24px;
  }
}
.contact-info-list .contact-list ul li {
  padding-left: 26px;
  font-size: 16px;
  font-weight: 600;
  color: #D3D3D3;
}
@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: 20px;
  height: 20px;
}
.contact-info-list .contact-list ul li a {
  color: #D3D3D3;
  -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: #FEE600;
}
.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");
}

@media screen and (max-width: 1023px) {
  .contact-block-shablone .contact-form-block h4 {
    font-size: 16px;
  }
}

.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: 16px;
}
@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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .contact-list ul li.icon-item:before {
    min-width: 14px;
    width: 14px;
    height: 14px;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone.svg");
}
.contact-list.email li a {
  word-break: break-all;
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/email.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/location.svg");
}
.contact-list.work .icon-item:before {
  background-image: url("../images/icon/time.png");
}
.contact-list__item {
  padding: 40px 24px;
  border-radius: 40px;
  background-color: #777777;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact-list__item {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.contact-list__item_title {
  text-align: center;
  margin-bottom: 16px;
}
.contact-list__item_title:after {
  content: url("../images/icon/arrow-contact.svg");
  display: inline-block;
  margin-top: 8px;
}
.contact-list__item_title .title {
  color: #ffffff;
  margin-bottom: 0;
}
.contact-list__item_list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list__item_list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.contact-list__item .soc-list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-block-type-1 .contact-form-block {
  padding: 40px;
  background-color: #ffffff;
  color: #F3F3F3;
}
@media screen and (max-width: 1023px) {
  .contact-block-type-1 .contact-form-block {
    padding: 24px;
  }
}
.contact-block-type-1 .contact-form-block h1, .contact-block-type-1 .contact-form-block h2, .contact-block-type-1 .contact-form-block h3, .contact-block-type-1 .contact-form-block h4, .contact-block-type-1 .contact-form-block h5, .contact-block-type-1 .contact-form-block h6 {
  font-weight: 400;
  color: #F3F3F3;
  text-transform: uppercase;
}
.contact-block-type-1 .contact-form-block .row {
  margin: 0 -12px;
}
.contact-block-type-1 .contact-form-block .row > .col {
  padding: 0 12px;
}
.contact-block-type-1 .contact-form-block .form-field {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .contact-block-type-1 .contact-form-block .form-field {
    margin-bottom: 16px;
  }
}
.contact-block-type-1 .contact-form-block input[type=text],
.contact-block-type-1 .contact-form-block input[type=password],
.contact-block-type-1 .contact-form-block input[type=tel],
.contact-block-type-1 .contact-form-block input[type=email],
.contact-block-type-1 .contact-form-block input[type=number],
.contact-block-type-1 .contact-form-block textarea {
  border: none;
  color: #F3F3F3;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-image: repeating-linear-gradient(180deg, #F3F3F3, #F3F3F3 12px, transparent 12px, transparent 27px), repeating-linear-gradient(90deg, #F3F3F3, #F3F3F3 12px, transparent 12px, transparent 27px);
  background-position: right top, left bottom;
  background-repeat: repeat-y, repeat-x;
  background-size: 1px 100%, 100% 1px;
}
.contact-block-type-1 .contact-form-block input::-ms-input-placeholder,
.contact-block-type-1 .contact-form-block textarea::-ms-input-placeholder {
  color: #F3F3F3;
}
.contact-block-type-1 .contact-form-block input::-webkit-input-placeholder,
.contact-block-type-1 .contact-form-block textarea::-webkit-input-placeholder {
  color: #F3F3F3;
}
.contact-block-type-1 .contact-form-block form .btn {
  background-color: #0C0C0C;
  color: #ffffff;
}
.contact-block-type-1 .contact-form-block form .btn:hover {
  background-color: #F3F3F3;
  color: #0C0C0C;
}
.contact-block-type-1 .contact-block-container .title {
  text-transform: uppercase;
}
.contact-block-type-1 .contact-block-item {
  padding: 24px 0;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contact-block-type-1 .contact-block-item {
    padding-left: 26px;
  }
}
.contact-block-type-1 .contact-block-item:before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
}
@media screen and (max-width: 1023px) {
  .contact-block-type-1 .contact-block-item:before {
    width: 18px;
    height: 18px;
    top: 24px;
  }
}
.contact-block-type-1 .contact-block-item__phone:before {
  background-image: url("../images/contact/type_1/call.svg");
}
.contact-block-type-1 .contact-block-item__email:before {
  background-image: url("../images/contact/type_1/email.svg");
}
.contact-block-type-1 .contact-block-item__addres:before {
  background-image: url("../images/contact/type_1/location.svg");
}
.contact-block-type-1 .contact-block-item__work:before {
  background-image: url("../images/contact/type_1/time.svg");
}
.contact-block-type-1 .contact-block-item .title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}
.contact-block-type-1 .contact-block-item .contact-list ul li {
  padding-left: 0;
}
.contact-block-type-1 .contact-block-social {
  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;
}
.contact-block-type-1 .contact-block-social .arrow {
  background-color: #ffffff;
  height: 2px;
  position: relative;
  width: 80%;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .contact-block-type-1 .contact-block-social .arrow {
    width: 50%;
  }
}
.contact-block-type-1 .contact-block-social .arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
.contact-block-type-1 .contact-block-social .social-title {
  max-width: 441px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contact-block-type-1 .contact-block-social .social-title {
    max-width: 50%;
  }
}
.contact-block-type-1 .contact-block-social .soc-list ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contact-block-type-1 .contact-block-social .soc-list ul li a {
  background-color: transparent;
}
.contact-block-type-1 .contact-block-social .soc-list ul li a svg,
.contact-block-type-1 .contact-block-social .soc-list ul li a .icon {
  width: 32px !important;
  height: 32px !important;
}
@media screen and (max-width: 1023px) {
  .contact-block-type-1 .contact-block-social .soc-list ul li a svg,
.contact-block-type-1 .contact-block-social .soc-list ul li a .icon {
    width: 24px !important;
    height: 24px !important;
  }
}

.contact-maps {
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 1023px) {
  .contact-maps {
    border-radius: 32px;
  }
}
.contact-maps iframe {
  width: 100%;
  height: 400px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .contact-maps iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contact-maps iframe {
    height: 200px;
  }
}

.soc-list ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.soc-list ul li {
  margin-bottom: 0;
}
.soc-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  gap: 8px;
}
.soc-list ul li a svg,
.soc-list ul li a .icon {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}
.soc-list ul li a:hover {
  color: #FEE600;
}
.soc-list ul li a:hover svg,
.soc-list ul li a:hover .icon {
  fill: #FEE600;
}
@media screen and (max-width: 1023px) {
  .soc-list ul li a svg,
.soc-list ul li a .icon {
    width: 14px;
    height: 14px;
  }
}
.soc-list.header-soc ul {
  gap: 16px;
}
.soc-list.header-soc ul li {
  margin-bottom: 0;
}
.soc-list.header-soc ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0C0C0C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .soc-list.header-soc ul li a {
    font-size: 14px;
  }
}
.soc-list.header-soc ul li a .soc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.soc-list.header-soc ul li a .icon-link {
  margin-left: auto;
}
.soc-list.header-soc ul li a svg,
.soc-list.header-soc ul li a .icon,
.soc-list.header-soc ul li a .icon-link {
  fill: #0C0C0C;
  width: 16px;
  height: 16px;
}
.soc-list.header-soc ul li a:hover {
  color: #FEE600;
}
.soc-list.header-soc ul li a:hover .icon-link {
  fill: #FEE600;
}
@media screen and (max-width: 1023px) {
  .soc-list.header-soc ul li a svg,
.soc-list.header-soc ul li a .icon {
    width: 14px;
    height: 14px;
  }
}

.review-form .row {
  margin: 0 -4px;
}
.review-form .row .col {
  padding: 0 4px;
}
@media screen and (max-width: 1023px) {
  .review-form .row {
    margin: 0 -2px;
  }
  .review-form .row .col {
    padding: 0 2px;
  }
}
.review-form .logged-in-as,
.review-form .comment-form-cookies-consent {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.review-form .form-submit {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .review-form .form-submit .submit {
    width: 100%;
  }
}

.comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid #D3D3D3;
  border-radius: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .comment-form-rating {
    gap: 14px;
    margin-bottom: 4px;
    border-radius: 18px;
  }
}
.comment-form-rating .title {
  margin-bottom: 0;
}

.comments-header {
  margin-bottom: 24px;
}
.comments-header .title {
  margin-bottom: 0;
}
.comments-header.empty {
  margin-bottom: 8px;
}
.comments-list {
  width: 100%;
}
.comments-list .comments-item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F3F3F3;
}
.comments-list .comments-item .review-comment__date {
  color: #777777;
}
@media screen and (max-width: 1023px) {
  .comments-list .comments-item .review-comment__date {
    font-size: 12px;
  }
}
.comments-list .comments-item .review-comment__author {
  font-weight: 600;
  margin-bottom: 16px;
}
.comments-list .comments-item .review-comment__content {
  margin-bottom: 16px;
}
.comments-list .comments-item .review-comment__rating {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.comments-list .comments-item .review-comment__rating .rating-stars {
  gap: 4px;
}
.comments-list .comments-item .review-comment__rating .rating-stars .star-icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1023px) {
  .comments-list .comments-item .review-comment__rating .rating-stars .star-icon {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews-average {
    padding: 16px 0;
  }
}
.reviews-average__row {
  margin: 0;
}
.reviews-average__col {
  padding: 0;
}
.reviews-average__col:not(:last-child) {
  border-right: 1px solid #F3F3F3;
}
.reviews-average__item {
  padding: 24px;
  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;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .reviews-average__item {
    padding: 16px;
  }
}
.reviews-average__item__title {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .reviews-average__item__title {
    font-size: 12px;
  }
}
.reviews-average__item > *:not(:last-child) {
  margin-bottom: 8px;
}
.reviews-average__item .rating-stars {
  gap: 4px;
}
.reviews-average__value {
  margin-bottom: 4px !important;
  font-weight: 600;
}
.reviews-average__count {
  color: #777777;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-stars .star-icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .rating-stars .star-icon {
    width: 18px;
    height: 18px;
  }
}
.rating-stars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4px;
}
.rating-stars__item {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .rating-stars__item {
    width: 18px;
    height: 18px;
  }
}
.rating-stars__item input[type=radio] {
  opacity: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .rating-stars__item input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.rating-stars__item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: -1;
  stroke: #D6D6D6;
  fill: #D6D6D6;
}
@media screen and (max-width: 1023px) {
  .rating-stars__item .icon {
    width: 18px;
    height: 18px;
  }
}
.rating-stars__item .icon.active {
  stroke: #E2A21A;
  fill: #E2A21A;
  opacity: 0;
}
.rating-stars__item:hover .icon, .rating-stars__item.checked .icon {
  opacity: 0;
}
.rating-stars__item:hover .icon.active, .rating-stars__item.checked .icon.active {
  opacity: 1;
}
.rating-stars__item:hover ~ * .icon, .rating-stars__item.checked ~ * .icon {
  opacity: 0;
}
.rating-stars__item:hover ~ * .icon.active, .rating-stars__item.checked ~ * .icon.active {
  opacity: 1;
}

.chat-bot-block {
  position: fixed;
  right: 16px;
  bottom: 40px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .chat-bot-block {
    right: 4px;
    bottom: 16px;
  }
}
.chat-bot-block .chat-bot-button {
  width: 56px;
  height: 56px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .chat-bot-block .chat-bot-button {
    width: 42px;
    height: 42px;
  }
}
.chat-bot-block .chat-bot-button .icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .chat-bot-block .chat-bot-button .icon {
    width: 18px;
    height: 18px;
  }
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 12px;
  font-weight: 400;
  color: #777777 !important;
  padding: 8px 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .breadcrumb,
.woocommerce-breadcrumb {
    font-size: 10px;
    padding: 8px 0;
  }
}
.breadcrumb .breadcrumb_last,
.woocommerce-breadcrumb .breadcrumb_last {
  color: #0C0C0C;
}
.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #777777 !important;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #0C0C0C !important;
}

.sidebar-menu ul {
  list-style-type: none;
}
.sidebar-menu ul li {
  margin-bottom: 0;
}
.sidebar-menu ul li a {
  font-size: 16px;
  color: #0C0C0C;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .sidebar-menu ul li a {
    font-size: 14px;
  }
}
.sidebar-menu ul > li > a {
  padding: 16px;
  border-radius: 16px;
  font-size: 18px;
  display: block;
}
.sidebar-menu ul > li > a.active {
  background-color: #3C3C3A;
  color: #FEE600;
}
@media screen and (max-width: 1023px) {
  .sidebar-menu ul > li > a {
    padding: 8px;
    font-size: 16px;
  }
}
.sidebar-menu ul > li.active-li > ul {
  grid-template-rows: 1fr;
  opacity: 1;
}
.sidebar-menu ul > li.active-li > ul li > a {
  padding: 8px 24px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .sidebar-menu ul > li.active-li > ul li > a {
    font-size: 14px;
  }
}
.sidebar-menu ul > li ul {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease, -ms-grid-rows 0.35s ease;
  margin: 0;
}
.sidebar-menu ul > li ul li {
  overflow: hidden;
}
.sidebar-menu ul > li ul li > a {
  padding: 0;
  font-size: 0;
}
.sidebar-menu ul > li ul li > a.active {
  background-color: transparent;
  color: #FEE600;
}

.header .wcspc-count {
  position: relative;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  line-height: 1.3;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  padding: 16px;
  border-radius: 50px;
  background-color: #FEE600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wcspc-count:hover {
  bottom: 0;
}
.header .wcspc-count-text {
  color: #0C0C0C;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header .wcspc-count-text {
    font-size: 14px;
  }
}
.header .wcspc-count span {
  position: static;
  width: initial;
  height: initial;
  color: #0C0C0C;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .header .wcspc-count span {
    font-size: 14px !important;
  }
}
.header .wcspc-count .icon {
  width: 16px;
  height: 16px;
  display: block;
  fill: #0C0C0C;
}

.wcspc-overlay {
  background-color: rgba(12, 12, 12, 0.7) !important;
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
  z-index: 98 !important;
}
.wcspc-area {
  max-width: 800px !important;
  max-height: 700px !important;
  width: 100% !important;
  background-color: #ffffff !important;
  color: #0C0C0C;
  border-radius: 32px;
  z-index: 100 !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 24px 24px !important;
  -webkit-box-shadow: 0px 16px 16px rgba(12, 12, 12, 0.3);
          box-shadow: 0px 16px 16px rgba(12, 12, 12, 0.3);
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate3d(-50%, -250%, 0) !important;
          transform: translate3d(-50%, -250%, 0) !important;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .wcspc-area {
    padding: 16px 8px !important;
    max-width: calc(100% - 82px) !important;
    max-height: calc(100% - 82px) !important;
  }
}
.wcspc-area:after {
  display: none !important;
}
.wcspc-area.wcspc-area-show {
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important;
  opacity: 1;
}
.wcspc-area .checkout-cart-item {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px !important;
  border-bottom: none !important;
  border-top: none !important;
  background-color: #F3F3F3 !important;
  border-radius: 32px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px !important;
    border-radius: 24px !important;
  }
}
.wcspc-area .checkout-cart-item__title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #0C0C0C;
  margin-bottom: 0 !important;
}
.wcspc-area .checkout-cart-item__title a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__title {
    font-size: 18px !important;
    margin-bottom: 4px !important;
  }
  .wcspc-area .checkout-cart-item__title a {
    font-size: 18px !important;
  }
}
.wcspc-area .checkout-cart-item__info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 172px - 24px);
  width: 100%;
}
.wcspc-area .checkout-cart-item__info_block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.wcspc-area .checkout-cart-item__info_block_left {
  max-width: calc(100% - 166px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_block_left {
    max-width: 100%;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.wcspc-area .checkout-cart-item__info_block_left-sub__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_block_left-sub__group {
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_block_left-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
  }
}
.wcspc-area .checkout-cart-item__info_block_left-sub__image {
  max-width: 82px;
}
.wcspc-area .checkout-cart-item__info_block_left-sub__image .checkout-cart-item__image {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .wcspc-area .checkout-cart-item__info_block_left-sub__image {
    display: none;
  }
}
.wcspc-area .checkout-cart-item__info_block_right {
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info {
    margin-top: 8px;
    margin-left: 0 !important;
    max-width: 100%;
  }
  .wcspc-area .checkout-cart-item__info_block {
    margin-bottom: 0 !important;
  }
  .wcspc-area .checkout-cart-item__info_block_right {
    display: none;
  }
}
.wcspc-area .checkout-cart-item__info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wcspc-area .checkout-cart-item .variation {
  list-style-type: none;
  margin-left: 0;
}
.wcspc-area .checkout-cart-item .variation li {
  color: #0C0C0C;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item .variation li {
    font-size: 12px;
  }
}
.wcspc-area .checkout-cart-item .variation li:not(:last-child) {
  margin-bottom: 8px;
}
.wcspc-area .checkout-cart-item .variation-container {
  padding: 12px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item .variation-container {
    border-radius: 12px;
  }
}
.wcspc-area .checkout-cart-item .variation-container .title {
  margin-bottom: 8px;
  color: #777777;
}
.wcspc-area .checkout-cart-item__price {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  text-align: right;
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__price {
    font-size: 16px !important;
    text-align: left;
  }
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  color: #0C0C0C !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__price.wcspc-item-price span {
    font-size: 14px !important;
  }
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price ins {
  text-decoration: none;
  color: #A71616 !important;
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price ins bdi {
  color: #A71616 !important;
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price del {
  color: #777777 !important;
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price del span {
  color: #777777 !important;
}
.wcspc-area .checkout-cart-item__price.wcspc-item-price del span bdi {
  color: #777777 !important;
}
.wcspc-area .checkout-cart-item__info_block .variation {
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__info_block .variation {
    font-size: 10px !important;
  }
}
.wcspc-area .checkout-cart-item__remove {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .wcspc-area .checkout-cart-item__remove {
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__remove .wcspc-item-remove {
    width: 100% !important;
  }
}
.wcspc-area .checkout-cart-item__remove span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  width: auto !important;
  height: auto !important;
  font-size: 14px !important;
}
.wcspc-area .checkout-cart-item__quantity {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  background-color: #FEE600;
  padding: 8px;
  padding-left: 16px;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .checkout-cart-item__quantity {
    padding: 4px;
    padding-left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .wcspc-area .checkout-cart-item__quantity {
    margin-right: auto;
  }
}
.wcspc-area .checkout-cart-item__quantity .wcspc-item-qty {
  width: auto !important;
}
.wcspc-area-top {
  overflow: auto;
}
.wcspc-area-top__info {
  color: #0C0C0C;
  background-color: #0C0C0C;
  padding: 16px;
}
.wcspc-area-bot {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.wcspc-area-bot__emty {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.wcspc-area-bot .row {
  margin: 0 -8px;
}
.wcspc-area-bot .row .col {
  padding: 0 8px;
}
.wcspc-area-bot .wcspc-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .wcspc-area-bot .wcspc-total {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot .wcspc-total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.wcspc-area-bot .wcspc-total-inner {
  width: auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot .wcspc-total-inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wcspc-area-bot .wcspc-total-left {
  font-family: "Montserrat", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #0C0C0C !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot .wcspc-total-left {
    width: initial !important;
    font-size: 20px !important;
  }
}
.wcspc-area-bot .wcspc-total-right {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #0C0C0C !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot .wcspc-total-right {
    width: initial !important;
    font-size: 20px !important;
  }
}
.wcspc-area-bot .wcspc-continue {
  margin-top: 0 !important;
}
.wcspc-area-bot .wcspc-continue span.btn.btn_secondary {
  text-transform: initial !important;
  color: #0C0C0C !important;
  background: transparent !important;
  border-color: #0C0C0C !important;
}
.wcspc-area-bot .wcspc-continue span.btn.btn_secondary:hover {
  color: #3C3C3A !important;
  background: transparent !important;
  border-color: #3C3C3A !important;
}
.wcspc-area-bot .wcspc-continue span.btn.btn_secondary:active {
  color: #777777 !important;
  background: transparent !important;
  border-color: #777777 !important;
}
.wcspc-area-bot__info {
  color: #777777;
}
.wcspc-area-bot__info p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-bot__info p {
    font-size: 12px;
  }
}
.wcspc-area-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-header {
    margin-bottom: 8px;
  }
}
.wcspc-area-header__title {
  padding-right: 16px;
}
.wcspc-area-header__title .title {
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  margin-bottom: 0;
  color: #0C0C0C;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.wcspc-area-header__title .title .icon {
  width: 24px;
  height: 24px;
  fill: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-header__title .title {
    font-size: 18px !important;
  }
  .wcspc-area-header__title .title .icon {
    width: 18px;
    height: 18px;
  }
}
.wcspc-area-header .wcspc-close-btn {
  left: initial !important;
  opacity: 1 !important;
  width: 52px !important;
  height: 52px !important;
  top: 0 !important;
  right: -68px !important;
  display: block;
  background-color: #FEE600;
  border-radius: 50% !important;
}
.wcspc-area-header .wcspc-close-btn:after, .wcspc-area-header .wcspc-close-btn:before {
  content: "";
  width: 32px;
  height: 5px;
  background-color: #0C0C0C;
  position: absolute;
  border-radius: 8px;
  margin: 0;
  left: calc(50% - 16px);
  top: calc(50% - 2.5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wcspc-area-header .wcspc-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wcspc-area-header .wcspc-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wcspc-area-header .wcspc-close-btn:hover {
  background-color: #0C0C0C;
  border-radius: 50%;
}
.wcspc-area-header .wcspc-close-btn:hover:after, .wcspc-area-header .wcspc-close-btn:hover:before {
  background-color: #FEE600;
}
@media screen and (max-width: 1023px) {
  .wcspc-area-header .wcspc-close-btn {
    width: 32px !important;
    height: 32px !important;
    right: -36px !important;
  }
  .wcspc-area-header .wcspc-close-btn:after, .wcspc-area-header .wcspc-close-btn:before {
    width: 20px;
    height: 4px;
    left: calc(50% - 10px);
    top: calc(50% - 2px);
  }
}
.wcspc-area .wcspc-no-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
}
.wcspc-area .wcspc-no-item .wcspc-close {
  position: relative;
  left: initial !important;
  opacity: 1 !important;
  top: 0 !important;
  width: initial !important;
  height: initial !important;
  font-size: initial !important;
  line-height: initial !important;
  color: initial !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-area .wcspc-no-item .wcspc-close {
    font-size: 14px !important;
  }
}
.wcspc-area .wcspc-no-item .wcspc-close:hover {
  color: #FEE600 !important;
}
.wcspc-area .wcspc-no-item p {
  color: #0C0C0C !important;
}
.wcspc-area .wcspc-no-item .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0C0C0C !important;
}
.wcspc-item-thumb {
  max-width: 150px;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  overflow: hidden;
  border-radius: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-thumb {
    max-width: 100%;
    margin-right: 0;
    border-radius: 16px !important;
  }
}
.wcspc-item-thumb img {
  margin-right: 0 !important;
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  border-radius: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-thumb img {
    border-radius: 16px !important;
  }
}
.wcspc-item-remove {
  position: relative !important;
  padding: 8px 16px;
  top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  font-size: 14px !important;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #777777 !important;
  background-color: transparent;
  color: #777777 !important;
}
.wcspc-item-remove .icon {
  width: 14px;
  height: 14px;
  fill: #777777 !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-remove {
    font-size: 12px !important;
    padding: 6px 14px;
  }
  .wcspc-item-remove .icon {
    width: 12px;
    height: 12px;
  }
}
.wcspc-item-remove:hover {
  border-color: #0C0C0C !important;
  background-color: transparent;
  color: #0C0C0C !important;
}
.wcspc-item-remove:hover .icon {
  fill: #0C0C0C !important;
}
.wcspc-item-remove:hover {
  border-color: #3C3C3A !important;
  background-color: transparent;
  color: #3C3C3A !important;
}
.wcspc-item-remove:hover .icon {
  fill: #3C3C3A !important;
}
.wcspc-item-remove:before {
  display: none !important;
}
.wcspc-item-qty-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  max-width: 110px;
  padding: 6px;
  border-radius: 25px;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-qty-inner {
    max-width: 80px;
    padding: 4px;
    border-radius: 50px;
  }
}
.wcspc-item-qty-plus, .wcspc-item-qty-minus {
  position: relative !important;
  left: auto !important;
}
.wcspc-item-qty-input, .wcspc-item-qty-plus, .wcspc-item-qty-minus {
  min-width: 24px !important;
  width: auto !important;
  height: 24px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  border: 0 !important;
  background: transparent !important;
  color: #0C0C0C !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-qty-input, .wcspc-item-qty-plus, .wcspc-item-qty-minus {
    font-size: 14px !important;
    min-width: 18px !important;
    height: 18px !important;
  }
}
.wcspc-item-qty-input:hover, .wcspc-item-qty-plus:hover, .wcspc-item-qty-minus:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #D6D6D6;
}
.wcspc-item-qty-input {
  color: #0C0C0C !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-height: initial !important;
}
.wcspc-item-qty-plus, .wcspc-item-qty-minus {
  background-color: #0C0C0C !important;
  color: #ffffff !important;
  cursor: pointer;
  position: relative;
}
.wcspc-item-qty-plus:before, .wcspc-item-qty-minus:before {
  content: "";
  max-width: 16px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 8px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-qty-plus:before, .wcspc-item-qty-minus:before {
    max-width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
  }
}
.wcspc-item-qty-plus:hover, .wcspc-item-qty-minus:hover {
  background: #D3D3D3 !important;
  color: #0C0C0C !important;
}
.wcspc-item-qty-plus:hover:before, .wcspc-item-qty-plus:hover:after, .wcspc-item-qty-minus:hover:before, .wcspc-item-qty-minus:hover:after {
  background-color: #0C0C0C;
}
.wcspc-item-qty-plus {
  top: initial !important;
  margin-left: 8px;
}
.wcspc-item-qty-plus:after {
  content: "";
  max-width: 16px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .wcspc-item-qty-plus:after {
    max-width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
  }
}
.wcspc-item-qty-minus {
  bottom: initial !important;
  margin-right: 8px;
}
.wcspc-action-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wcspc-action-inner > div {
  width: auto !important;
}
.wcspc-total-left {
  color: #0C0C0C;
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-total-left {
    font-size: 16px !important;
  }
}
.wcspc-total-right {
  color: #0C0C0C;
  font-size: 24px !important;
}
@media screen and (max-width: 1023px) {
  .wcspc-total-right {
    font-size: 16px !important;
  }
}
.wcspc-item {
  padding: 0 8px !important;
}

.header-search .dgwt-wcas-search-wrapp {
  max-width: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header-search .dgwt-wcas-search-wrapp {
    min-width: 180px !important;
    max-width: 200px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-search .dgwt-wcas-search-wrapp {
    max-width: 190px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-search .dgwt-wcas-search-form {
    top: -13px !important;
    left: 30px !important;
    min-width: calc(100vw - 160px) !important;
  }
}
.header-search .dgwt-wcas-ico-magnifier-handler {
  fill: #0C0C0C;
}
.header.header-light .header-search .dgwt-wcas-ico-magnifier-handler {
  fill: #ffffff;
}

.dgwt-wcas-sf-wrapp {
  padding: 0 !important;
  background-color: transparent !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 8px 16px 8px 48px !important;
  background-color: #FEE600 !important;
  border-color: #FEE600 !important;
  border-radius: 8px !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp {
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp {
    min-width: 600px;
  }
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp del {
  font-family: "Montserrat", sans-serif !important;
  color: #777777 !important;
  font-weight: 400 !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp ins {
  font-family: "Montserrat", sans-serif !important;
  color: #A71616 !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp del {
  font-family: "Montserrat", sans-serif !important;
  color: #D6D6D6 !important;
  font-weight: 400 !important;
}
.dgwt-wcas-suggestion .dgwt-wcas-sp ins {
  font-family: "Montserrat", sans-serif !important;
  color: #0C0C0C !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  color: #0C0C0C;
  border-color: transparent;
  background-color: transparent;
  min-height: 44px;
  min-width: 44px;
  top: 0 !important;
  left: 0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
  fill: #0C0C0C;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  color: #D6D6D6;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover svg path {
  fill: #D6D6D6;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:active {
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:active svg path {
  fill: #D6D6D6;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:disabled {
  color: #777777;
  border-color: #3C3C3A;
  background-color: #3C3C3A;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:disabled svg path {
  fill: #777777;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 8px !important;
  right: 18px !important;
}

@media screen and (min-width: 1024px) {
  .checkout-cart-row {
    margin: 0 -20px;
  }
  .checkout-cart-row > .col {
    padding: 0 20px;
  }
}
.checkout-cart .btn_update.btn {
  background-color: #0C0C0C;
  border-color: #0C0C0C;
  color: #D3D3D3;
  border-radius: 16px;
}
.checkout-cart .btn_update.btn:hover {
  background-color: #D3D3D3;
  border-color: #D3D3D3;
  color: #0C0C0C;
}
.checkout-cart .btn_update.btn:active {
  background-color: #3C3C3A;
  border-color: #3C3C3A;
  color: #D3D3D3;
}
.checkout-cart-form .order-hide {
  opacity: 0;
  display: none;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form .woocommerce-billing-fields__field-wrapper {
    gap: 4px;
  }
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper .cart-100 {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *.custom-chechbox-mb {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *.custom-chechbox-mb {
    margin-bottom: 24px !important;
  }
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *.title > * {
  margin-bottom: 0;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(#billing_nova_poshta_region_field), .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(.form-row-first), .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(.form-row-last) {
  width: 100%;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_address_3_field, .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_address_4_field, .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_address_5_field {
  width: calc(33.3333333333% - 6px);
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_address_3_field, .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_address_4_field, .checkout-cart-form .woocommerce-billing-fields__field-wrapper > *#billing_address_5_field {
    width: 100%;
  }
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper > *:not(:last-child) {
  padding: 0;
  margin-bottom: 0;
}
.checkout-cart-form #shipping_method {
  list-style-type: none;
  margin-left: 0;
}
.checkout-cart-form #shipping_method li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form #shipping_method li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.checkout-cart-form #shipping_method li .custom-check__text {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form #shipping_method li .custom-check__text {
    font-size: 14px;
  }
}
.checkout-cart-form #payment .place-order {
  padding: 0 !important;
}
.checkout-cart-form form input:not([type=checkbox]),
.checkout-cart-form form input:not([type=radio]),
.checkout-cart-form form input:not([type=number]),
.checkout-cart-form form textarea {
  background-color: #ffffff !important;
  border: 1px solid #D3D3D3 !important;
  border-radius: 16px !important;
  line-height: 1.3 !important;
  padding: 16px 16px !important;
  color: #0C0C0C !important;
  width: 100% !important;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px !important;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-form form input:not([type=checkbox]),
.checkout-cart-form form input:not([type=radio]),
.checkout-cart-form form input:not([type=number]),
.checkout-cart-form form textarea {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }
}
.checkout-cart-form form input:not([type=checkbox]):hover,
.checkout-cart-form form input:not([type=radio]):hover,
.checkout-cart-form form input:not([type=number]):hover,
.checkout-cart-form form textarea:hover {
  border-color: #0C0C0C !important;
}
.checkout-cart-form form input:not([type=checkbox]):focus,
.checkout-cart-form form input:not([type=radio]):focus,
.checkout-cart-form form input:not([type=number]):focus,
.checkout-cart-form form textarea:focus {
  border-color: #0C0C0C !important;
}
.checkout-cart-form form input[type=radio], .checkout-cart-form form input[type=number] {
  padding: 0 !important;
  height: initial !important;
}
.checkout-cart-form form input[type=checkbox] {
  border: none !important;
  padding: 0 !important;
  height: initial !important;
  font-weight: 600 !important;
}
.checkout-cart-form form textarea {
  height: 104px !important;
}
.checkout-cart-form form .form-row label {
  display: none;
}
.checkout-cart-form .woocommerce-billing-fields__field-wrapper .woocommerce-invalid-required-field input {
  border-color: #A71616 !important;
}
.checkout-cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.checkout-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-radius: 32px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item {
    padding: 12px;
    border-radius: 24px;
  }
}
.checkout-cart-item:not(:last-child) {
  margin-bottom: 8px;
}
.checkout-cart-item__image {
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.checkout-cart-item__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__image {
    max-width: 82px;
    margin-bottom: 16px;
  }
}
.checkout-cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart-item__info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
.checkout-cart-item__info_block_left {
  max-width: calc(100% - 166px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block_left {
    gap: 8px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block_left-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
  }
}
.checkout-cart-item__info_block_left-sub__image {
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.checkout-cart-item__info_block_left-sub__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block_left-sub__image {
    max-width: 82px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .checkout-cart-item__info_block_left-sub__image {
    display: none;
  }
}
.checkout-cart-item__info_block_left-sub__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block_left-sub__group {
    gap: 8px;
  }
}
.checkout-cart-item__info_block_right {
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block_right {
    display: none;
  }
}
.checkout-cart-item__info_block_right .checkout-cart-item__image {
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.checkout-cart-item__info_block_right .checkout-cart-item__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__info_block_right .checkout-cart-item__image {
    max-width: 82px;
    margin-bottom: 16px;
  }
}
.checkout-cart-item__title {
  padding-right: 8px;
  margin-bottom: 0;
}
.checkout-cart-item__title a {
  color: #0C0C0C;
}
.checkout-cart-item .variation {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.checkout-cart-item .variation li {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-cart-item .variation li span p {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item .variation li span p {
    font-size: 12px;
  }
}
.checkout-cart-item .variation li span:first-child {
  padding-right: 4px;
}
.checkout-cart-item .variation-container {
  padding: 12px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item .variation-container {
    padding: 12px;
    border-radius: 12px;
  }
}
.checkout-cart-item .variation-container .title {
  margin-bottom: 8px;
  color: #777777;
}
.checkout-cart-item__attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.checkout-cart-item__attr_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__attr_item {
    font-size: 10px;
  }
}
.checkout-cart-item__attr_item .title {
  margin-right: 8px;
  font-weight: 600;
}
.checkout-cart-item__quantity_block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  background-color: #FEE600;
  padding: 8px 8px 8px 16px;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .checkout-cart-item__quantity_block {
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__quantity_block {
    padding: 4px 4px 4px 14px;
    gap: 4px;
  }
}
.checkout-cart-item__quantity_block .title {
  font-weight: 600;
}
.checkout-cart-item__quantity_block .quantity-box {
  padding: 6px;
}
.checkout-cart-item__quantity .quantity input {
  font-size: 16px !important;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__quantity .quantity input {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__quantity .quantity-minus, .checkout-cart-item__quantity .quantity-plus {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
}
.checkout-cart-item__price {
  font-weight: 600;
  line-height: 1.25;
  color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__price {
    font-size: 14px;
  }
}
.checkout-cart-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
}
.checkout-cart-item__remove a {
  text-decoration: none;
  position: relative;
  padding: 6px 16px;
  top: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  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;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #777777;
  background-color: transparent;
  color: #777777;
}
@media screen and (max-width: 1023px) {
  .checkout-cart-item__remove a {
    width: 100%;
    font-size: 12px;
  }
}
.checkout-cart-item__remove a .icon {
  width: 14px;
  height: 14px;
  fill: #777777;
}
.checkout-cart-item__remove a:hover {
  border-color: #0C0C0C;
  background-color: transparent;
  color: #0C0C0C;
}
.checkout-cart-item__remove a:hover .icon {
  fill: #0C0C0C;
}
.checkout-cart .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border: 1px solid #D3D3D3;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .checkout-cart .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkout-cart .coupon input {
  padding: 16px 16px;
  border: 1px solid transparent;
  color: #0C0C0C;
  line-height: 1.3;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .checkout-cart .coupon input {
    font-size: 14px;
  }
}
.checkout-cart .coupon .btn {
  background-color: #D3D3D3;
  border-color: #D3D3D3;
  color: #0C0C0C;
  border-radius: 16px;
}
.checkout-cart .coupon .btn:hover {
  background-color: #0C0C0C;
  border-color: #0C0C0C;
  color: #D3D3D3;
}
.checkout-cart .coupon .btn:focus {
  background-color: #3C3C3A;
  border-color: #3C3C3A;
  color: #D3D3D3;
}
.checkout-order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  color: #0C0C0C;
}
.checkout-order-total span:last-child {
  text-align: right;
}
.checkout-order-total.total {
  margin-bottom: 0;
  font-size: 24px;
  text-transform: initial;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .checkout-order-total.total {
    font-size: 18px;
  }
}

#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.3;
}
#add_payment_method #payment ul.payment_methods li .custom-check__text, .woocommerce-cart #payment ul.payment_methods li .custom-check__text, .woocommerce-checkout #payment ul.payment_methods li .custom-check__text {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  #add_payment_method #payment ul.payment_methods li .custom-check__text, .woocommerce-cart #payment ul.payment_methods li .custom-check__text, .woocommerce-checkout #payment ul.payment_methods li .custom-check__text {
    font-size: 14px;
  }
}

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

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

.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background-color: #FEE600;
  border: none;
  border-radius: 8px;
  padding: 18px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
    padding: 14px;
  }
}

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

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/select/arrow-select-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: calc(50% - 8px);
  right: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 5px);
    width: 14px;
    height: 14px;
  }
}

.woocommerce-input-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.woocommerce-input-wrapper .select2-container .select2-selection--single {
  margin-bottom: 0;
}

.textarea-postcard textarea {
  background-color: #D3D3D3;
  height: 100px !important;
  color: #777777;
}

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

.woocommerce-order-received .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received .section {
    min-height: 600px;
  }
}
.woocommerce-order-received .checkout-cart-order .wysiwyg a {
  color: #0C0C0C;
}
.woocommerce-order-received .checkout-cart-order .wysiwyg a:hover {
  color: #0C0C0C;
}
.woocommerce-order-received .checkout-cart-order-left, .woocommerce-order-received .checkout-cart-order-right {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-right {
  display: none;
}
.woocommerce-order-received .checkout-cart-order-left .col_11 {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-left .col_1 {
  display: none;
}

.billing-title {
  margin-top: 40px !important;
}
@media screen and (max-width: 1023px) {
  .billing-title {
    margin-top: 24px !important;
  }
}

.woocommerce-order-received .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-received .section {
    min-height: 600px;
  }
}
.woocommerce-order-received .checkout-cart-order a {
  color: #0C0C0C;
}
.woocommerce-order-received .checkout-cart-order a:hover {
  color: #FEE600;
}
.woocommerce-order-received .checkout-cart-order-left, .woocommerce-order-received .checkout-cart-order-right {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-right {
  display: none;
}
.woocommerce-order-received .checkout-cart-order-left {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-left .col_1 {
  display: none;
}

.woocommerce-message {
  display: none !important;
}

#billing_title_field h4 {
  margin-bottom: 0;
  text-transform: initial;
}

.checkout-title {
  color: #777777;
}
@media screen and (max-width: 1023px) {
  .checkout-title {
    margin-bottom: 8px;
  }
}

.checkout-title-top {
  margin-top: 16px !important;
}
.checkout-title-top h1, .checkout-title-top h2, .checkout-title-top h3, .checkout-title-top h4, .checkout-title-top h5, .checkout-title-top h6 {
  margin-bottom: 0;
}

.cutlery-checkout-block {
  margin-bottom: 24px;
}
.cutlery-checkout-block .custom-check-list {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .cutlery-checkout-block .custom-check-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.cutlery-checkout-block .custom-check-list li {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .cutlery-checkout-block .custom-check-list li {
    width: 100%;
  }
}
.cutlery-checkout-block .custom-check-list .custom-check__text {
  font-weight: 600;
}
.cutlery-checkout-block .custom-check-list .checkout-display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .cutlery-checkout-block .custom-check-list .checkout-display-flex {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cutlery-checkout-block .custom-check-list .checkout-display-flex .quantity-box {
  background-color: #D3D3D3;
  max-width: 102px;
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cutlery-checkout-block .custom-check-list .checkout-display-flex .quantity-box {
    max-width: 90px;
    padding: 4px;
  }
}
.cutlery-checkout-block .custom-check-list .checkout-display-flex .quantity-box:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .cutlery-checkout-block .custom-check-list .checkout-display-flex .quantity-box .quantity-minus, .cutlery-checkout-block .custom-check-list .checkout-display-flex .quantity-box .quantity-plus {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
}
.cutlery-checkout-block .custom-check-list .checkout-display-flex .quantity-box input {
  background-color: transparent !important;
}
.cutlery-checkout-block .custom-check-list .checkout-display-flex input:checked ~ .quantity-box:before {
  display: none;
}

.woocommerce-order-received .section-title,
.woocommerce-order-received .not-cart {
  display: none;
}
.woocommerce-order-received .checkout-cart-order-left, .woocommerce-order-received .checkout-cart-order-right {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-right {
  display: none;
}
.woocommerce-order-received .checkout-cart-order-left {
  width: 100%;
}
.woocommerce-order-received .checkout-cart-order-left .col_1 {
  display: none;
}

.woocommerce-order-details {
  margin-bottom: 0 !important;
}
.woocommerce-order-details .order-address {
  margin-bottom: 8px;
}
.woocommerce-order-details .order-total {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-order-details .order-total__list {
  margin-bottom: 24px;
}
.woocommerce-order-details .order-total__item {
  margin-bottom: 24px;
}
.woocommerce-order-details .order-total__item_item {
  margin-bottom: 8px;
}
.woocommerce-order-details .order-total__item.order-total-order-shipping {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.woocommerce-order-details .order-total__item.order-total-order-order_total {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.woocommerce-order-details .order-total__item.order-total-order-payment_method {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.woocommerce-order-details ul {
  margin: 0;
  list-style-type: none;
}
.woocommerce-order-details ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .product__btn {
    margin-top: 0;
  }
}
.product-col {
  width: 100%;
  margin-bottom: 8px;
}
.product-item {
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
  padding: 16px 16px 16px 24px;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .product-item {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .product-item:hover {
    -webkit-box-shadow: 0px 16px 16px 0px rgba(12, 12, 12, 0.5);
            box-shadow: 0px 16px 16px 0px rgba(12, 12, 12, 0.5);
  }
}
.product-item .product-right .btn {
  color: #0C0C0C !important;
  border-color: #FEE600 !important;
  background: #FEE600 !important;
}
.product-item .product-right .btn .icon {
  fill: #0C0C0C !important;
}
.product-item .product-right .btn:hover {
  color: #FEE600 !important;
  background: #0C0C0C !important;
  border-color: #0C0C0C !important;
}
.product-item .product-right .btn:hover .icon {
  fill: #FEE600 !important;
}
.product-item .product-right .btn:active {
  border-color: #3C3C3A !important;
  color: #D3D3D3 !important;
  background: #3C3C3A !important;
}
.product-item .product-right .btn:active .icon {
  fill: #D3D3D3 !important;
}
.product-item.product-out-of-stock {
  position: relative;
}
.product-item.product-out-of-stock:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.product-item.product-out-of-stock .product-right img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.product-item.product-out-of-stock .product-right .btn {
  border-color: #3C3C3A !important;
  color: #D3D3D3 !important;
  background: #3C3C3A !important;
}
.product-item.product-out-of-stock .product-right .btn .icon {
  fill: #D3D3D3 !important;
}
@media screen and (max-width: 1023px) {
  .product-item {
    padding: 10px 8px 10px 12px;
    border-radius: 24px;
  }
}
.product-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 150px;
  margin: auto;
  height: auto !important;
  display: block;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .product-item img {
    max-width: 104px;
    border-radius: 18px;
  }
}
.product-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.product-item .badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  color: #FEE600;
}
.product-item .badge.onsale {
  background-color: #A71616;
}
.product-item .badge.onsale + * {
  top: 57px;
}
@media screen and (max-width: 1023px) {
  .product-item .badge.onsale + * {
    top: 46px;
  }
}
.product-item .badge.onnew {
  background-color: #32A5D8;
}
.product-item .product-right {
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .product-item .product-right {
    min-width: 110px;
  }
}
.product-item .product-right .btn {
  width: 100%;
}
.product-item .product-left {
  max-width: calc(100% - 150px - 40px);
}
@media screen and (max-width: 1023px) {
  .product-item .product-left {
    max-width: calc(100% - 110px - 8px);
  }
}
.product-item .product-left .btn {
  width: 100%;
}
.product-item .product-left .added_to_cart {
  display: none;
}
.product-item .woocommerce-loop-product__title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px !important;
  text-transform: initial;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .product-item .woocommerce-loop-product__title {
    font-size: 16px;
    margin-bottom: 8px !important;
  }
}
.product-item .price {
  display: block;
  color: #0C0C0C !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .product-item .price {
    margin-bottom: 8px;
    font-size: 14px !important;
  }
}
.product-item .price ins {
  color: #A71616 !important;
  text-decoration: none;
}
.product-item .price del {
  color: #777777 !important;
}
.product__swiper {
  position: relative;
}
.product__swiper .shop-button-next,
.product__swiper .shop-button-prev {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  width: 40px;
  height: 80px;
  padding: 0;
  background-color: #ffffff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__swiper .shop-button-next .icon,
.product__swiper .shop-button-prev .icon {
  fill: #0C0C0C;
  display: block;
}
@media screen and (max-width: 1023px) {
  .product__swiper .shop-button-next,
.product__swiper .shop-button-prev {
    width: 20px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .product__swiper .shop-button-next .icon,
.product__swiper .shop-button-prev .icon {
    height: 12px;
    width: 6px;
  }
}
.product__swiper .shop-button-next {
  right: 0;
  left: auto;
}
.product__swiper .shop-button-prev {
  left: 0;
}

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

.product-advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .product-advantages-list {
    gap: 8px;
  }
}
.product-advantages-item {
  font-size: 14px;
  font-weight: 600;
  padding-left: 18px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .product-advantages-item {
    font-size: 12px;
  }
}
.product-advantages-item:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 1023px) {
  .product-advantages-item {
    font-size: 14px;
  }
  .product-advantages-item:before {
    width: 12px;
    height: 12px;
  }
}
.product-advantages-item.hot {
  color: #A71616;
}
.product-advantages-item.hot:before {
  background-image: url("../images/icon/hot.svg");
}
.product-advantages-item.top {
  color: #E2A21A;
}
.product-advantages-item.top:before {
  background-image: url("../images/icon/top.svg");
}
.product-advantages-item.new {
  color: #49A716;
}
.product-advantages-item.new:before {
  background-image: url("../images/icon/new.svg");
}
.product-advantages-item.size {
  color: #777777;
}
.product-advantages-item.size:before {
  background-image: url("../images/icon/scales.svg");
}

.catalog-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 1023px) {
  .catalog-rows {
    margin: 0 -8px;
  }
  .catalog-rows:not(.no-hide) {
    display: none;
  }
}
.catalog-rows .catalog-col {
  padding: 0 8px;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .catalog-rows .catalog-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-rows .catalog-col {
    max-width: 100%;
  }
}
.catalog-rows.catalog-rows-main .catalog-col {
  padding: 0 8px;
  max-width: 25%;
}
@media screen and (max-width: 1023px) {
  .catalog-rows.catalog-rows-main .catalog-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-rows.catalog-rows-main .catalog-col {
    max-width: 100%;
  }
}
.catalog-col {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .catalog-col {
    margin-bottom: 8px;
  }
}
.catalog-item {
  overflow: hidden;
  border-radius: 8px;
  padding: 8px;
  background-color: #FEE600;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-item:hover {
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.catalog-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: 60px;
  max-width: 60px;
  margin: auto;
  height: auto !important;
  display: block;
}
.catalog-item .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #0C0C0C;
}

.woocommerce-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-ordering {
    margin-left: auto;
  }
}

.product-page {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .product-slider {
    padding-right: 10% !important;
  }
}
.product-slider .shop-block__col {
  max-width: 100% !important;
}
.product-info__block_form {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .product-info__block_form {
    margin-bottom: 24px;
  }
}
.product-info__block_form h1, .product-info__block_form h2, .product-info__block_form h3, .product-info__block_form h4, .product-info__block_form h5, .product-info__block_form h6 {
  text-transform: uppercase;
}
.product-info__block_form .form-field {
  margin-bottom: 8px;
}
.product-info__block_form form p {
  margin: 0;
}
.product-info__block_form form input[type=text],
.product-info__block_form form input[type=password],
.product-info__block_form form input[type=tel],
.product-info__block_form form input[type=email],
.product-info__block_form form input[type=number],
.product-info__block_form form textarea {
  border: 1px solid #D3D3D3;
}
@media screen and (min-width: 1024px) {
  .product-info__block_form form input[type=text],
.product-info__block_form form input[type=password],
.product-info__block_form form input[type=tel],
.product-info__block_form form input[type=email],
.product-info__block_form form input[type=number],
.product-info__block_form form textarea {
    padding: 14px 14px;
  }
}
.product-info__block_form form textarea {
  height: 100px;
}
.product-block {
  padding-top: 40px;
}
.product-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .product-block__box {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 1023px) {
  .product-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .product-block {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .product-block__gallery {
    max-width: 41.666667%;
    width: 100% !important;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-block__gallery {
    max-width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .product-block__gallery.product-block__gallery_full {
    max-width: 550px;
  }
  .product-block__gallery.product-block__gallery_full + .entry-summary {
    max-width: calc(100% - 550px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-block__gallery.product-block__gallery_full {
    max-width: 40%;
  }
  .product-block__gallery.product-block__gallery_full + .entry-summary {
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .product-block__gallery {
    width: 100% !important;
  }
}
.product-block__gallery img {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}
.product-block__gallery .gallery-slider {
  max-height: 75vh;
}
@media screen and (max-width: 767px) {
  .product-block__gallery .gallery-slider {
    max-height: 50vh;
    min-height: 340px;
  }
}
.product-block__gallery .gallery-slider-top {
  max-width: calc(100% - 148px);
  width: 100%;
}
.product-block__gallery .gallery-slider-top .shop-button-next, .product-block__gallery .gallery-slider-top .shop-button-prev {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 10;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  height: 80px;
  padding: 0;
  background-color: #ffffff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-block__gallery .gallery-slider-top .shop-button-next .icon, .product-block__gallery .gallery-slider-top .shop-button-prev .icon {
  fill: #0C0C0C;
  display: block;
}
@media screen and (max-width: 1023px) {
  .product-block__gallery .gallery-slider-top .shop-button-next, .product-block__gallery .gallery-slider-top .shop-button-prev {
    width: 20px;
    height: 40px;
    top: calc(50% - 20px);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .product-block__gallery .gallery-slider-top .shop-button-next .icon, .product-block__gallery .gallery-slider-top .shop-button-prev .icon {
    height: 18px;
    width: 8px;
  }
}
.product-block__gallery .gallery-slider-top .shop-button-next {
  right: 0;
  left: auto;
}
.product-block__gallery .gallery-slider-top .shop-button-prev {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .product-block__gallery .gallery-slider-top {
    max-width: calc(100% - 52px);
  }
}
.product-block__gallery .gallery-slider-top .slick-list {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-list .slick-track {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-list .slick-track .slick-slide div img {
  height: 100%;
}
.product-block__gallery .gallery-slider-top .slick-arrow {
  width: 40px;
  height: 80px;
  padding: 8px;
  background-color: #ffffff;
  z-index: 1;
}
.product-block__gallery .gallery-slider-top .slick-arrow:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 20px;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-prev {
  left: 0;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-prev:before {
  background-image: url("../images/icons/arrow-left.svg");
  margin-right: auto;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-next {
  right: 0;
}
.product-block__gallery .gallery-slider-top .slick-arrow.slick-next:before {
  background-image: url("../images/icons/arrow-right.svg");
  margin-left: auto;
}
.product-block__gallery .gallery-slider-bottom {
  width: 140px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .product-block__gallery .gallery-slider-bottom {
    width: 64px;
  }
}
.product-block__gallery .gallery-slider-bottom .slick-list .slick-track .slick-slide {
  margin-bottom: 4px;
  border: 2px solid transparent;
}
.product-block__gallery .gallery-slider-bottom .slick-list .slick-track .slick-slide.slick-current {
  border-color: #0C0C0C;
}
.product-block__gallery .gallery-slider-bottom .slider-image {
  display: block !important;
}
.product-block__gallery .gallery-slider-bottom .slider-image img {
  height: 100% !important;
}
.product-block__gallery img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .product-block .entry-summary {
    max-width: 58.333333%;
    width: 100% !important;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .product-block .entry-summary {
    max-width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary {
    max-width: 100%;
    width: 100% !important;
  }
}
.product-block .entry-summary .product_meta {
  font-weight: 600;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.product-block .entry-summary .product_meta .sku,
.product-block .entry-summary .product_meta .status {
  font-weight: 400;
}
.product-block .entry-summary .product_meta .status.instock {
  color: #32A5D8;
}
.product-block .entry-summary .product_meta .status.outofstock {
  color: #A71616;
}
.product-block .entry-summary .product_meta .status.onbackorder {
  color: #777777;
}
.product-block .entry-summary .product_title {
  margin-bottom: 16px;
}
.product-block .entry-summary .product-lable {
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .product-lable {
    margin-bottom: 8px;
  }
}
.product-block .entry-summary .price {
  display: block;
  color: #0C0C0C !important;
  font-weight: 600 !important;
  font-size: 22px !important;
}
@media screen and (max-width: 1023px) {
  .product-block .entry-summary .price {
    font-size: 14px !important;
  }
}
.product-block .entry-summary .price ins {
  color: #0C0C0C !important;
  text-decoration: none;
  font-weight: 600 !important;
}
.product-block .entry-summary .price del {
  color: #A71616 !important;
  font-weight: 600 !important;
}
.product-block .entry-summary .box-btn-woo {
  margin: 16px 0 0;
}
.product-block .entry-summary .quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.product-block .entry-summary .quantity-container .product-lable {
  margin-bottom: 0;
}
.product-block .entry-summary .product-sub-description {
  color: #777777;
}
.product-tabs.tabs .tabs-header {
  border-bottom: 1px solid #D3D3D3;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .product-tabs.tabs .tabs-header {
    margin: 0 0 24px;
  }
}
.product-tabs.tabs .tabs-header__text {
  padding: 16px 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 3px solid transparent;
  font-size: 22px;
  font-weight: 600;
  color: #777777;
  margin-bottom: -1px;
}
@media screen and (max-width: 1023px) {
  .product-tabs.tabs .tabs-header__text {
    padding: 8px 0;
    font-size: 14px;
    border-width: 2px;
  }
}
.product-tabs.tabs .tabs-header__item {
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .product-tabs.tabs .tabs-header__item {
    padding: 0 8px;
  }
}
.product-tabs.tabs .tabs-header__item:hover .tabs-header__text, .product-tabs.tabs .tabs-header__item.active .tabs-header__text {
  background-color: transparent;
  color: #0C0C0C;
  border-bottom-color: #0C0C0C;
}
.product-table table tr th, .product-table table tr td {
  text-align: center;
}

.quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  background-color: #ffffff;
  padding: 8px 8px 8px 16px;
  border-radius: 50px;
}
.quantity-box .quantity input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 24px;
  max-width: 110px !important;
  background-color: #ffffff;
  padding: 6px !important;
  height: 24px;
  border: none !important;
  color: #0C0C0C;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .quantity-box .quantity input {
    font-size: 16px;
  }
}
.quantity-box .quantity-minus, .quantity-box .quantity-plus {
  min-width: 24px;
  width: auto;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #0C0C0C;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quantity-box .quantity-minus:before, .quantity-box .quantity-plus:before {
  content: "";
  max-width: 16px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 8px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .quantity-box .quantity-minus:before, .quantity-box .quantity-plus:before {
    max-width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
  }
}
.quantity-box .quantity-minus:hover, .quantity-box .quantity-plus:hover {
  background-color: #FEE600;
  color: #0C0C0C;
}
.quantity-box .quantity-minus:hover:before, .quantity-box .quantity-minus:hover:after, .quantity-box .quantity-plus:hover:before, .quantity-box .quantity-plus:hover:after {
  background-color: #0C0C0C;
}
@media screen and (max-width: 1023px) {
  .quantity-box .quantity-minus, .quantity-box .quantity-plus {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}
.quantity-box .quantity-plus:after {
  content: "";
  max-width: 16px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 8px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .quantity-box .quantity-plus:after {
    max-width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
  }
}

.product-reviews-wrap .stars .icon {
  stroke: #0C0C0C;
  fill: transparent;
}
.product-reviews-wrap .stars-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
  gap: 4px;
}
.product-reviews-wrap .stars-group a .icon {
  width: 24px;
  height: 24px;
  stroke: #0C0C0C;
  fill: transparent;
}
@media screen and (max-width: 1023px) {
  .product-reviews-wrap .stars-group a .icon {
    width: 18px;
    height: 18px;
  }
}
.product-reviews-wrap .stars-group a:hover .icon, .product-reviews-wrap .stars-group a.active .icon {
  stroke: #0C0C0C;
  fill: #0C0C0C;
}
.product-reviews-wrap .stars-group a:hover ~ * .icon, .product-reviews-wrap .stars-group a.active ~ * .icon {
  stroke: #0C0C0C;
  fill: #0C0C0C;
}
.product-reviews-list {
  list-style-type: none;
  margin-left: 0;
  max-height: 430px;
  overflow-y: auto;
}
.product-reviews-list__container {
  margin-bottom: 24px;
}
.product-reviews-list__container .title {
  margin-bottom: 8px;
}
.product-reviews-list__container .title span {
  color: #32A5D8;
}
@media screen and (max-width: 1023px) {
  .product-reviews-list__container {
    margin-bottom: 8px;
  }
}
.product-reviews-list li {
  margin-bottom: 16px;
}
.product-reviews-list li:last-child {
  margin-bottom: 0;
}
.product-reviews-list li .children {
  list-style-type: none;
  margin-left: 24px;
}
.product-reviews-list .comment-text {
  padding: 18px;
  background-color: #FEE600;
  border-radius: 8px;
}
.product-reviews-list .comment-text-header {
  margin-bottom: 8px;
}
.product-reviews-list .comment-text-header time {
  font-size: 12px;
  color: #777777;
}
@media screen and (max-width: 1023px) {
  .product-reviews-list .comment-text-header time {
    font-size: 10px;
  }
}
.product-reviews-list .star-rating .icon {
  stroke: #0C0C0C;
  fill: transparent;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .product-reviews-list .star-rating .icon {
    width: 18px;
    height: 18px;
  }
}
.product-reviews-list .star-rating .icon.active {
  stroke: #0C0C0C;
  fill: #0C0C0C;
}
.product-reviews-form .row {
  margin: 0 -4px;
}
.product-reviews-form .row .col {
  padding: 0 4px;
}
.product-reviews-form .row .col.col-submit {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.product-reviews-form .row .col.col-comment {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.product-reviews-form .row .col.col-author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-reviews-form .row .col.col-email {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-reviews-form .comment-form-cookies-consent {
  position: relative;
}
.product-reviews-form .comment-form-cookies-consent label {
  position: relative;
  padding-left: 27px;
  display: block !important;
  cursor: pointer;
  line-height: 1.3;
  font-weight: 400;
}
.product-reviews-form .comment-form-cookies-consent label:before, .product-reviews-form .comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-reviews-form .comment-form-cookies-consent label:before {
  opacity: 0;
}
.product-reviews-form .comment-form-cookies-consent label:after {
  width: 19px;
  height: 19px;
  border-radius: 0;
  border: 1px solid #0C0C0C;
}
.product-reviews-form .comment-form-cookies-consent input {
  position: absolute;
  opacity: 0;
}
.product-reviews-form .comment-form-cookies-consent input:checked ~ label:before {
  opacity: 1;
}
.product-reviews-form .comment-form-cookies-consent input ~ label:before, .product-reviews-form .comment-form-cookies-consent input ~ label:after {
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .product-reviews-form .comment-form-cookies-consent input ~ label:after {
    width: 15px;
    height: 15px;
  }
}
.product-reviews-form .comment-form-cookies-consent input ~ label:before {
  width: 15px;
  height: 15px;
  background: #0C0C0C;
  opacity: 0;
  top: 1px;
  left: 3px;
}
@media screen and (max-width: 1023px) {
  .product-reviews-form .comment-form-cookies-consent input ~ label:before {
    top: 0;
    left: 2px;
  }
}

.product-slider .product-col {
  padding: 0;
  margin-bottom: 0;
}

.products-list-home .category-title {
  margin-bottom: 8px;
}
.products-list-home .category-title .title {
  padding-left: 36px;
  position: relative;
  margin-bottom: 0;
}
.products-list-home .category-title .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 32px;
  height: 32px;
  background-image: url("../images/icon/point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .products-list-home .category-title .title {
    padding-left: 29px;
  }
  .products-list-home .category-title .title:before {
    width: 24px;
    height: 24px;
    top: 4px;
  }
}
.products-list-home__container {
  background-color: #D6D6D6;
  border-radius: 32px;
  padding: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .products-list-home__container {
    border-radius: 24px;
    padding: 8px;
    margin-bottom: 0;
  }
}
.products-list-home__container .category-title .title {
  padding-left: 28px;
}
.products-list-home__container .category-title .title:before {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .products-list-home__container .category-title .title {
    padding-left: 22px;
  }
  .products-list-home__container .category-title .title:before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
}
.products-list-home__container .products-catalog-item {
  margin-bottom: 8px;
}
.products-list-home__container .products-catalog-item:last-child {
  margin-bottom: 0;
}
.products-list-home__container .products-catalog-item .product-col {
  padding: 0;
  margin-bottom: 0;
}
.products-list-home__container .products-catalog-item .product-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 68px;
  margin-bottom: 24px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .products-list-home__container .products-catalog-item .product-description {
    min-height: 65px;
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .products-list-home-mobile-container {
    display: none;
  }
}
.products-list-home-mobile-container .tabs-body {
  margin-top: 8px;
}
.products-list-home-mobile-container .tabs-body-sub__item a {
  padding: 8px;
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 600;
}
.products-list-home-mobile-container .tabs-body-sub__item a:hover {
  color: #FEE600;
}
.products-list-home__mob_nav__slider .slider-item {
  width: initial;
}
.products-list-home__mob_sub_nav__slider .slider-item {
  width: initial;
}

#wqv-quick-view-content.sp-wqv-content {
  width: 800px;
  height: 540px;
  max-height: initial;
  padding: 24px;
  padding-right: 16px;
  position: relative;
  border-radius: 32px !important;
  overflow: initial !important;
  -webkit-box-shadow: 0px 16px 16px rgba(12, 12, 12, 0.3);
          box-shadow: 0px 16px 16px rgba(12, 12, 12, 0.3);
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  #wqv-quick-view-content.sp-wqv-content {
    width: calc(80% - 120px);
    padding: 24px 16px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #wqv-quick-view-content.sp-wqv-content {
    width: calc(100% - 80px);
    min-height: 80vh;
    height: 100%;
  }
}
@media screen and (max-height: 600px) {
  #wqv-quick-view-content.sp-wqv-content {
    width: calc(100% - 80px);
    min-height: 80vh;
    height: 100%;
  }
}

.mfp-wqv #wqv-quick-view-content .mfp-close {
  width: 52px;
  height: 52px;
  top: 0;
  right: -68px;
  display: block;
  background-color: #FEE600;
  border-radius: 50%;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:after, .mfp-wqv #wqv-quick-view-content .mfp-close:before {
  content: "";
  width: 32px;
  height: 5px;
  background-color: #0C0C0C;
  position: absolute;
  border-radius: 8px;
  margin: 0;
  left: calc(50% - 16px);
  top: calc(50% - 2.5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-wqv #wqv-quick-view-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-wqv #wqv-quick-view-content .mfp-close .icon {
  width: 52px;
  height: 52px;
  fill: #0C0C0C;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:hover {
  background-color: #0C0C0C;
  border-radius: 50%;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:hover:after, .mfp-wqv #wqv-quick-view-content .mfp-close:hover:before {
  background-color: #FEE600;
}
@media screen and (max-width: 1023px) {
  .mfp-wqv #wqv-quick-view-content .mfp-close {
    width: 32px;
    height: 32px;
    right: -36px;
  }
  .mfp-wqv #wqv-quick-view-content .mfp-close:after, .mfp-wqv #wqv-quick-view-content .mfp-close:before {
    width: 20px;
    height: 4px;
    left: calc(50% - 10px);
    top: calc(50% - 2px);
  }
}

.sp-wqv-content .content-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  z-index: 10;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .sp-wqv-content .content-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 16px 24px;
    gap: 4px;
  }
}
.sp-wqv-content .content-area .quantity-container .quantity-box {
  background-color: #F3F3F3;
  padding: 8px;
  max-width: 150px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .content-area .quantity-container .quantity-box {
    max-width: 100%;
  }
}
.sp-wqv-content .content-area .quantity-container .quantity-box .quantity input {
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .content-area .btn {
    width: 100%;
  }
}
.sp-wqv-content .product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  overflow: auto;
  max-height: 412px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .sp-wqv-content .product-container {
    max-height: calc(80vh - 160px);
  }
}
@media screen and (max-height: 600px) {
  .sp-wqv-content .product-container {
    max-height: calc(80vh - 160px);
  }
}
.sp-wqv-content .product-container .mobile-info {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sp-wqv-content .product-container .mobile-info.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sp-wqv-content .product-container .mobile-info:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #F3F3F3;
}
.sp-wqv-content .product-container .mobile-info__left {
  max-width: calc(100% - 63px - 8px);
  width: 100%;
}
.sp-wqv-content .product-container .mobile-info__left .product_title {
  margin-bottom: 6px;
}
.sp-wqv-content .product-container .mobile-info__left .price {
  font-weight: 600;
}
.sp-wqv-content .product-container .mobile-info__right {
  max-width: 63px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.sp-wqv-content .product-container .mobile-info__right img {
  width: 100%;
  display: block;
}
.sp-wqv-content .product-container__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .product-container__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .product-container__block .product_title {
    margin-bottom: 8px;
  }
}
.sp-wqv-content .product-container__block .price {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
.sp-wqv-content .product-container__block .price ins {
  color: #A71616 !important;
  text-decoration: none;
}
.sp-wqv-content .product-container__block .price del {
  color: #777777 !important;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .product-container__block .price {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.sp-wqv-content .product-container__block .custom-full-description {
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .product-container__block .custom-full-description {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.sp-wqv-content .product-container__block .product-left {
  max-width: calc(100% - 150px - 20px);
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .product-container__block .product-left {
    max-width: 100%;
  }
}
.sp-wqv-content .product-container__block .product-right {
  max-width: 150px;
  height: 150px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .product-container__block .product-right {
    max-width: 100%;
    height: auto;
  }
}
.sp-wqv-content .product-container__block .product-right .wqv-product-images {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.sp-wqv-content .product-container__block .product-right .wqv-product-images a {
  max-height: 150px;
}
.sp-wqv-content .product-container__block .product-right .wqv-product-images img {
  width: 100%;
}
.sp-wqv-content-wrap .yith-quick-view-overlay {
  background-color: rgba(12, 12, 12, 0.7);
}
.sp-wqv-content-wrap .yith-quick-view-content {
  border-radius: 32px;
  overflow: hidden;
}
.sp-wqv-content-wrap .yith-wcqv-wrapper {
  width: 800px;
  height: 540px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content-wrap .yith-wcqv-wrapper {
    width: calc(80% - 120px);
  }
}
.sp-wqv-content-wrap .yith-wcqv-main {
  border-radius: 32px !important;
  overflow: initial !important;
  -webkit-box-shadow: 0px 16px 16px rgba(12, 12, 12, 0.3);
          box-shadow: 0px 16px 16px rgba(12, 12, 12, 0.3);
  background-color: #ffffff;
}
.sp-wqv-content-content div.summary {
  float: none;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .sp-wqv-content-content div.summary {
    max-height: 440px;
  }
}
.sp-wqv-content-content.woocommerce div.product .product {
  height: 540px;
  padding: 24px;
}
.sp-wqv-content-content.woocommerce div.product .content-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  gap: 16px;
  background-color: #ffffff;
  z-index: 10;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content-content.woocommerce div.product .content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 16px 24px;
  }
}
.sp-wqv-content .wapf-field-label.wapf--above {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.sp-wqv-content .wapf-field-description {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .wapf-field-description {
    font-size: 12px;
  }
}
.sp-wqv-content .quantity-box .quantity-minus, .sp-wqv-content .quantity-box .quantity-plus {
  min-width: 36px;
  height: 36px;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .quantity-box .quantity-minus, .sp-wqv-content .quantity-box .quantity-plus {
    min-width: 29px;
    height: 29px;
    font-size: 24px;
  }
}
.sp-wqv-content .quantity-box .quantity input {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .sp-wqv-content .quantity-box .quantity input {
    font-size: 18px;
  }
}
.sp-wqv-content .wapf-radios .wapf-checkable:not(:last-child) {
  margin-bottom: 8px;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label {
  position: relative;
  width: 100%;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-input {
  position: absolute;
  opacity: 0;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text {
  position: relative;
  padding-right: 24px;
  display: block;
  cursor: pointer;
  line-height: 1.3;
  font-weight: 400;
  color: #0C0C0C;
  padding-left: 0;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text .wapf-pricing-hint {
  opacity: 1;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text:before, .sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text:before {
  background-image: url("../images/icon/add-box.svg");
  opacity: 1;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-label-text:after {
  background-image: url("../images/icon/check.svg");
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-input:checked ~ .wapf-label-text:before {
  opacity: 0;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-input:checked ~ .wapf-label-text:after {
  opacity: 1;
}
.sp-wqv-content .wapf-radios .wapf-checkable .wapf-input-label .wapf-input-label:hover .wapf-label-text:before {
  opacity: 0.6;
}

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

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce form .form-row {
  margin: 0;
  padding: 0;
}