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

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

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

body {
  color: #1A1A18;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 12px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #313131;
}
@media screen and (max-width: 1023px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

h1,
.h1 {
  font-size: 54px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-weight: 700;
}
@media (max-width: 1400px) {
  h1,
.h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 32px;
  }
}

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

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

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

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

h6,
.h6 {
  font-size: 16px;
}
@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: #313131;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

a {
  color: #1A1A18;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #313131;
}

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

p:empty {
  display: none;
}

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 12px;
}
@media (max-width: 1700px) {
  .container {
    max-width: 1420px;
  }
}
@media (max-width: 1520px) {
  .container {
    max-width: 1360px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1160px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1048px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 12px;
    max-width: 560px;
  }
}
@media screen and (max-width: 579px) {
  .container {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__progress {
  background: #313131;
}

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

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

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

.label-icon {
  position: relative;
}
.label-icon .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: auto;
  right: 12px;
}
.label-icon-position-right {
  left: auto;
  right: 12px;
}
.label-icon-position-left {
  right: auto;
  left: 12px;
}
@media screen and (max-width: 1023px) {
  .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: #E8E8E8;
}
table tr:hover td {
  background-color: #ffffff;
}
table td, table th {
  border-bottom: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #313131;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.2;
  padding: 16px 16px;
  color: #6A6A6A;
  width: 100%;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
    padding: 12px 14px;
    font-size: 12px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #1A1A18;
  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: #1A1A18;
  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: #E8E8E8;
  background-color: #E8E8E8;
  color: #E8E8E8;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  border-color: #D71313;
}

textarea {
  width: 100%;
  height: 100px;
  resize: 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 {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 4px;
  color: #1A1A18;
}
@media screen and (max-width: 1023px) {
  .form-field__title {
    font-size: 14px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #D71313;
  font-size: 8px;
  line-height: 1.2;
  font-style: italic;
}

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6A6A6A !important;
}

input::placeholder,
textarea::placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6A6A6A !important;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #313131;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(232, 232, 232, 0.2);
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #1A1A18;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
  padding: 14px 24px;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  outline: none;
  font-weight: 500;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EC6801;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #1A1A18;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    font-size: 12px;
    padding: 11px 14px;
  }
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #EC6801;
  border-color: #1A1A18;
  background-color: #1A1A18;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #EC6801;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #1A1A18;
  color: #F1F1F1;
  background-color: #1A1A18;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #F1F1F1;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: rgba(232, 232, 232, 0.2);
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: rgba(232, 232, 232, 0.2);
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  border-color: #1A1A18;
  background-color: transparent;
  color: #1A1A18;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #1A1A18;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #EC6801;
  background-color: #1A1A18;
  border-color: #1A1A18;
}
.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: #EC6801;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #F1F1F1;
  border-color: #1A1A18;
  background-color: #1A1A18;
}
.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: #F1F1F1;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: rgba(232, 232, 232, 0.2);
  background-color: #ffffff;
  color: rgba(232, 232, 232, 0.2);
}
.btn.btn_secondary:disabled .icon,
button.btn_secondary:disabled .icon,
input[type=submit].btn_secondary:disabled .icon,
input[type=reset].btn_secondary:disabled .icon {
  fill: rgba(232, 232, 232, 0.2);
}

.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-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group .btn-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-icon-position__left .icon {
  margin-right: 8px;
}
.btn-icon-position__left-block {
  margin-right: 12px;
}
.btn-icon-position__left-block .icon {
  margin-right: 0;
}
.btn-icon-position__left:hover-block .icon {
  margin-right: 0;
}
.btn-icon-position__right .icon {
  margin-left: 8px;
}
.btn-icon-position__right-block {
  margin-left: 12px;
}
.btn-icon-position__right-block .icon {
  margin-left: 0;
}
.btn-icon-position__right:hover-block .icon {
  margin-left: 0;
}
.btn-icon.icon {
  width: 24px;
  height: 24px;
}
.btn-icon.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.apply_btn {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 0;
}
.btn.apply_btn .icon {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 1023px) {
  .btn.apply_btn {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .btn.apply_btn .icon {
    width: 28px;
    height: 28px;
  }
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 579px) {
  .wysiwyg .row .col .btn {
    width: 100%;
    margin: 0 auto;
  }
}
.wysiwyg img {
  display: block;
  margin: 0 auto 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .wysiwyg ul li, .wysiwyg ol li {
    padding-left: 24px;
  }
}
.wysiwyg ul {
  list-style: none;
  margin-left: 0;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 1023px) {
  .wysiwyg ul li {
    padding-left: 24px;
  }
}
.wysiwyg ul li:before {
  content: url("../images/icon/marker-list.svg");
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .wysiwyg ul li:before {
    content: url("../images/icon/marker-list-mob.svg");
  }
}

.slider {
  width: 100%;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  margin-top: 0;
}
.slider-nav-btn .icon {
  width: 32px;
  height: 32px;
  fill: #F1F1F1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover .icon {
  fill: rgba(232, 232, 232, 0.2);
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}

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

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

.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: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  color: #ffffff;
  padding: 16px;
  max-width: 280px;
  width: auto;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker--navigation {
  padding: 0;
}
.air-datepicker-nav {
  border-bottom: none;
}
.air-datepicker-nav--action {
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--action[data-action=prev] {
  border-radius: 8px;
}
.air-datepicker-nav--action[data-action=next] {
  border-radius: 8px;
}
.air-datepicker-nav--action svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
.air-datepicker-nav--action:hover {
  background-color: rgba(232, 232, 232, 0.2);
}
.air-datepicker-nav--action:hover svg {
  fill: #ffffff;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: rgba(232, 232, 232, 0.2);
  color: #ffffff;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: rgba(232, 232, 232, 0.2);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: rgba(232, 232, 232, 0.2);
  color: #ffffff;
}
.air-datepicker-cell.-current- {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: rgba(232, 232, 232, 0.2);
  background-color: rgba(232, 232, 232, 0.2);
  color: #ffffff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #ffffff;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-selected- {
  background: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #ffffff !important;
  color: #ffffff !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #ffffff;
  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: #ffffff;
  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: #EC6801;
  -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: #EC6801;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #313131;
  background-color: #ffffff;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 10;
  padding: 16px 0;
  background-color: #ffffff;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .header .container {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    right: 0;
    left: 0;
    height: 0;
    top: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(17, 17, 17, 0.6);
  }
  .header-mobile .nav-toggle {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(2) {
    opacity: 0;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    padding: 32px 16px;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
.header.active .header-bottom:not(.header-mobile, .header-info__container) {
  opacity: 0;
  visibility: hidden;
}
.header.active .header-mobile {
  height: calc(100vh - 83px);
  visibility: visible;
  opacity: 1;
}

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

.nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-toggle .nav-toggle__link {
  display: block;
  background: #1A1A18;
  height: 2px;
  width: 75%;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle .nav-toggle__link:nth-child(odd) {
  margin-right: auto;
}
.nav-toggle .nav-toggle__link:nth-child(even) {
  margin-left: auto;
}
.nav-toggle.active .nav-toggle__link {
  width: 100%;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) 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(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 24px !important;
  }
}
.header .logo img {
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list {
    margin: 0 -8px;
  }
}
.header .menu-list .menu-item a {
  font-size: 16px;
  font-weight: 500;
  color: #1A1A18;
}
.header .menu-list .menu-item a:hover {
  color: #EC6801;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list .menu-item {
    padding: 0 10px;
  }
  .header .menu-list .menu-item a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list .menu-item {
    padding: 0 8px;
  }
  .header .menu-list .menu-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item {
    margin-bottom: 24px !important;
  }
  .header .menu-list .menu-item a {
    font-size: 12px;
    font-weight: 500;
  }
}
.header .menu-list .menu-item__sub .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item__sub .sub-menu {
    background: #ffffff;
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 20px;
    margin: 0;
  }
}
.header .menu-list .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.header-info {
  margin: 0 16px;
}
@media screen and (max-width: 1023px) {
  .header-info {
    margin-right: 0;
    margin-left: 0;
  }
}
.header-info .btn-text {
  white-space: nowrap;
}
.header-info.contact {
  margin: 0 16px;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .header-info.contact li {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-info.soc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header.home .menu-item a {
    color: #ffffff;
  }
  .header.home .menu-item a:hover {
    color: #313131;
  }
}

.footer {
  margin-top: auto;
  padding-top: 30px;
  color: #F1F1F1;
}
.footer a {
  color: #F1F1F1;
}
.footer a:hover {
  color: #EC6801;
}
.footer-top {
  padding: 40px 32px 0;
  border-radius: 32px 32px 0 0;
  background-color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-top__info {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .footer-top__form {
    max-width: 402px;
    width: 100%;
  }
  .footer-top__info {
    max-width: calc(100% - 402px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top__form {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 16px;
    padding-bottom: 0;
  }
}
.footer-bottom span {
  color: rgba(232, 232, 232, 0.2);
}
.footer-bottom span a {
  color: rgba(232, 232, 232, 0.2);
}
.footer-bottom span a:hover {
  color: #EC6801;
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom span {
    font-size: 12px;
  }
}
.footer-title {
  color: rgba(232, 232, 232, 0.2);
  margin-bottom: 24px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .footer-title {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .footer-info {
    margin-top: 24px;
  }
}
.footer-info .logo {
  border-radius: 16px;
  overflow: hidden;
  max-width: 130px;
}
.footer-info .logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    border-radius: 12px;
    max-width: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .wysiwyg {
    font-size: 12px;
  }
}
.footer-info > *:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info > * {
    margin-bottom: 10px;
  }
}
.footer-info .contact-list {
  font-weight: 500;
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-info .contact-list:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 12px 0;
  }
}
.footer .menu-list .menu-item a {
  color: #F1F1F1;
}
.footer .menu-list .menu-item a:hover {
  color: #EC6801;
}
.footer .contact-form {
  height: auto;
}

.popup {
  cursor: auto;
  padding: 40px;
  max-width: 850px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #F1F1F1;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 16px;
    border-radius: 24px;
  }
}
.popup.popup-full {
  width: 100%;
  min-height: 100%;
}
.popup.popup-middle {
  width: 600px;
}
.popup.popup-tiny {
  width: 400px;
}
@media screen and (max-width: 1023px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-visible:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  -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: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-remove {
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 1024px) {
  .popup-remove {
    position: absolute !important;
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-remove {
    margin-left: auto;
    margin-bottom: 8px;
  }
}
.popup-remove .icon {
  display: block;
  fill: #1A1A18;
}
@media screen and (max-width: 1023px) {
  .popup-remove .icon {
    width: 18px;
    height: 18px;
  }
}
.popup-remove:hover {
  background-color: transparent;
  border: none;
}
.popup-remove:hover .icon {
  fill: #6A6A6A;
}

.section {
  padding: 40px 0;
}
.section:first-child {
  padding-top: 60px;
}
.section:last-child {
  padding-bottom: 60px;
}
.section-top-150 {
  padding-top: 150px;
}
.section-bottom-150 {
  padding-bottom: 150px;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 24px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-fon__light {
  background-color: #E8E8E8;
}
.section.section-fon__yellow {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 1023px) {
  .section.section-fon__yellow {
    margin: 25px 0;
    padding: 25px 0;
  }
}
.section.section-dark {
  color: #ffffff;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section .section-title {
    margin-bottom: 24px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}

.road-fon {
  background-image: url("../images/road-decor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

.pagination {
  margin-bottom: 0;
  text-align: center;
}
.pagination .page-numbers {
  min-width: 36px;
  text-align: center;
  text-decoration: none;
  color: #1A1A18;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10px;
  padding: 8px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .pagination .page-numbers {
    min-width: 24px;
    min-height: 24px;
    border-radius: 6px;
    padding: 4px;
    line-height: 16px;
    font-size: 12px;
  }
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: #EC6801;
}

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

.sidebar {
  padding: 24px 32px;
  background-color: #F1F1F1;
  border-radius: 32px;
  margin-bottom: 24px;
}
.sidebar .sidebar-title {
  margin-bottom: 24px;
  font-weight: 700;
}
.sidebar-menu.menu-list .menu-item {
  margin-bottom: 0;
}
.sidebar-menu.menu-list .menu-item a {
  padding: 18px;
  border-radius: 14px;
  display: block;
}
.sidebar-menu.menu-list .menu-item a:hover {
  background-color: #1A1A18;
  color: #ffffff;
}
.sidebar-menu.menu-list .menu-item.current-menu-item a {
  background-color: #1A1A18;
  color: #ffffff;
}

.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);
    background-position: top center !important;
  }
}
.banner-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .banner-sub-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-sub-info .wysiwyg .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .banner-sub-info .wysiwyg {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.banner-sub-info .wysiwyg > * {
  margin-bottom: 12px;
}

.soc-list ul {
  list-style-type: none;
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.soc-list ul li {
  padding: 0 8px 8px;
  margin-bottom: 0;
}
.soc-list ul li a {
  width: 44px;
  height: 44px;
  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;
  background-color: #1A1A18;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc-list ul li a .icon {
  fill: #EC6801;
}
.soc-list ul li a:hover {
  background-color: #E8E8E8;
}
.soc-list ul li a:hover .icon {
  fill: #313131;
}
@media screen and (max-width: 1023px) {
  .soc-list ul {
    margin: 0 -4px;
  }
  .soc-list ul li {
    padding: 0 4px;
  }
}

.main-banner_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 1023px) {
  .main-banner_section {
    padding-top: 20px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (max-width: 1023px) {
  .main-banner_description {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .main-banner_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.main-banner_col {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-banner_col_fon {
    max-width: calc(100% - 402px);
  }
  .main-banner_col_form {
    max-width: 402px;
  }
}
.main-banner_fon {
  border-radius: 32px;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 16px;
  min-height: 400px;
}
.main-banner_fon-title .title {
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .main-banner_fon {
    border-radius: 32px;
    min-height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .main-banner_fon {
    margin-bottom: 24px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 579px) {
  .main-banner_fon {
    min-height: 250px;
  }
}
.main-banner_fon img {
  height: 100%;
  width: 100%;
}

.about-container {
  border-radius: 32px;
  padding: 64px 32px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 1023px) {
  .about-container {
    padding: 16px;
    border-radius: 24px;
  }
}
.about-advantages {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .about-advantages {
    margin-bottom: 24px;
  }
}
.about-advantages__list {
  list-style-type: none;
  margin: 0;
}
.about-advantages__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-advantages__list li img {
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .about-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -8px;
  }
  .about-advantages__list li {
    margin-bottom: 0;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1023px) {
  .about-advantages__list li {
    margin-bottom: 16px;
  }
}

.counter-description {
  margin: auto 0;
}
@media screen and (max-width: 1023px) {
  .counter-description {
    margin-bottom: 32px;
  }
}
.counter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .counter-list {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.counter-list .counter-item {
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .counter-list .counter-item {
    max-height: 190px;
  }
}
.counter-list .counter-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.counter-list .counter-item:nth-child(2) {
  max-width: calc(100% - 260px - 12px);
  max-height: 221px;
}
@media (max-width: 1520px) {
  .counter-list .counter-item:nth-child(2) {
    max-width: calc(60% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .counter-list .counter-item:nth-child(2) {
    max-height: 105px;
  }
}
.counter-list .counter-item.last {
  background-color: #6A6A6A;
  max-height: 221px;
  max-width: 248px;
}
@media (max-width: 1520px) {
  .counter-list .counter-item.last {
    max-width: calc(40% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .counter-list .counter-item.last {
    max-height: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .counter-list .counter-item {
    border-radius: 16px;
  }
  .counter-list .counter-item:nth-child(2) {
    max-width: calc(60% - 4px);
  }
  .counter-list .counter-item.last {
    max-width: calc(40% - 4px);
  }
}

.maps {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .maps {
    margin-bottom: 16px;
  }
}
.maps-container {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.work-time .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
.work-time .item > *:first-child {
  margin-right: 8px;
}
.work-time .item > *:last-child {
  text-align: right;
}
.work-time .item:before {
  display: none;
}

.services-list .services-col {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .services-list .services-col {
    margin-bottom: 16px;
  }
}
.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F1F1F1;
  border-radius: 32px;
  height: 100%;
}
.services-item__info {
  padding: 32px 16px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(100% - 180px);
  width: 100%;
}
.services-item__info h1, .services-item__info h2, .services-item__info h3, .services-item__info h4, .services-item__info h5, .services-item__info h6 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.services-item__info .number {
  font-weight: 700;
  margin-bottom: 8px;
}
.services-item__info .btn {
  margin-right: auto;
}
.services-item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 32px;
  height: 100%;
  max-width: 180px;
  width: 100%;
}
@media (max-width: 1400px) {
  .services-item__info {
    padding: 32px 16px;
    max-width: calc(100% - 125px);
  }
  .services-item__image {
    max-width: 125px;
  }
}
@media (max-width: 1200px) {
  .services-item__info {
    max-width: calc(100% - 100px);
    min-height: 180px;
  }
  .services-item__image {
    max-width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .services-item {
    border-radius: 24px;
  }
  .services-item__info {
    padding: 16px;
  }
  .services-item__image {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 420px) {
  .services-item__info {
    max-width: 65%;
  }
  .services-item__image {
    max-width: 35%;
  }
}
.services-modal {
  padding: 0;
}
.services-modal-item {
  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;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .services-modal-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-modal-item__info {
  padding: 32px;
  max-width: 58.333333%;
  width: 100%;
}
.services-modal-item__info .title h1, .services-modal-item__info .title h2, .services-modal-item__info .title h3, .services-modal-item__info .title h4, .services-modal-item__info .title h5, .services-modal-item__info .title h6 {
  -webkit-hyphens: initial;
      -ms-hyphens: initial;
          hyphens: initial;
}
.services-modal-item__info .number {
  font-weight: 700;
  margin-bottom: 8px;
}
.services-modal-item__info .wysiwyg {
  margin-bottom: 24px;
}
.services-modal-item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 32px;
  min-height: 100%;
  max-width: 41.666667%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .services-modal-item {
    border-radius: 24px;
  }
  .services-modal-item__info {
    padding: 16px;
    max-width: 100%;
  }
  .services-modal-item__info .wysiwyg {
    margin-bottom: 16px;
  }
  .services-modal-item__image {
    border-radius: 24px;
    min-height: 240px;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.advantages-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
}
.advantages-item img {
  width: 100%;
  display: block;
}
.advantages-item__info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding: 12px;
  color: #ffffff;
}
.advantages-item__info > *:not(:last-child) {
  margin-bottom: 4px;
}
.advantages-item .subtitle {
  color: transparent;
  background-image: linear-gradient(50deg, #CB8D53 12.03%, #FFDCBC 34.42%, #CB8D53 84.7%);
  -webkit-background-clip: text;
  text-transform: inherit;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .advantages-item .subtitle {
    font-size: 12px;
  }
}
.advantages-item .additional-information {
  padding: 4px 8px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 6px 0;
  position: absolute;
  max-width: 75%;
  color: #ffffff;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .advantages-item .additional-information {
    font-size: 12px;
  }
}

.experience-list .experience-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .experience-list .experience-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.experience-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.experience-item__img {
  max-width: 96px;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .experience-item {
    padding: 0;
  }
  .experience-item__img {
    max-width: 80px;
  }
}
.experience-maps {
  min-height: 300px;
  height: 100%;
}
.experience-maps iframe {
  width: 100%;
  height: 100%;
}

.about-road-fon {
  background-size: 50%;
  background-position: 25% center;
}
@media screen and (max-width: 1023px) {
  .about-road-fon {
    background-size: 75%;
    background-position: center;
  }
}

.review .ti-widget.ti-goog .ti-reviews-container .ti-load-more-reviews-container .ti-load-more-reviews-button {
  color: #1A1A18 !important;
  background-color: #EC6801 !important;
  font-size: 16px !important;
  cursor: pointer;
  font-family: "Unbounded", sans-serif !important;
  line-height: 1.2 !important;
  border: 3px solid #EC6801 !important;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px !important;
  outline: none;
  font-weight: 500 !important;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 14px 24px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-reviews-container .ti-load-more-reviews-container .ti-load-more-reviews-button {
    margin-top: 24px;
  }
}
.review .ti-widget.ti-goog .ti-reviews-container .ti-load-more-reviews-container .ti-load-more-reviews-button:hover {
  color: #EC6801 !important;
  border-color: #1A1A18 !important;
  background-color: #1A1A18 !important;
}
.review .ti-widget.ti-goog .ti-reviews-container .ti-load-more-reviews-container .ti-load-more-reviews-button:active {
  border-color: #1A1A18 !important;
  color: #F1F1F1 !important;
  background-color: #1A1A18 !important;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-reviews-container .ti-load-more-reviews-container .ti-load-more-reviews-button {
    padding: 14px 28px !important;
    font-size: 12px !important;
  }
}
.review .ti-widget.ti-goog .ti-review-item {
  padding: 12px !important;
}
.review .ti-widget.ti-goog .ti-review-item > .ti-inner {
  height: 100%;
  background-color: #F1F1F1 !important;
  border-radius: 32px !important;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-review-item > .ti-inner {
    border-radius: 24px !important;
  }
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-review-text-container {
    font-size: 12px;
  }
}
.review .ti-widget.ti-goog .ti-widget-container * {
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (min-width: 1024px) {
  .review .ti-widget.ti-goog .ti-review-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
    margin-bottom: 0 !important;
  }
  .review .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px !important;
  }
}

.team-section {
  background-image: url("../images/road-team.png");
  background-position: right center;
  background-size: contain;
}
.team-list .team-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}
.team-list .team-item img {
  width: 100%;
  display: block;
}
.team-list .team-item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 9px;
  text-align: center;
  color: #ffffff;
}
.team-list .team-item__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.team-list .team-item__info .title {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .team-list .team-item__info {
    padding: 10px 9px;
  }
  .team-list .team-item__info > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.team-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 10px 0;
}
.team-description__item .icon {
  margin-right: 16px;
  width: 48px;
}
@media screen and (max-width: 1023px) {
  .team-description__item {
    font-size: 16px;
  }
}

.news-col {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .news-col {
    margin-bottom: 16px;
  }
}
.news-item {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .news-item {
    border-radius: 24px;
  }
}
.news-item__image {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-item__image {
    border-radius: 24px;
  }
}
.news-item__image .news-tags-sold {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 26px;
  right: 26px;
  background-color: #EC6801;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.news-item__image .news-tags-sold:before, .news-item__image .news-tags-sold:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #EC6801;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-item__image .news-tags-sold:before {
  border-width: 4px;
  width: 126px;
  height: 126px;
}
.news-item__image .news-tags-sold:after {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 1023px) {
  .news-item__image .news-tags-sold {
    font-size: 8px;
    width: 60px;
    height: 60px;
    bottom: 13px;
    right: 13px;
  }
  .news-item__image .news-tags-sold:before {
    border-width: 2px;
    width: 62px;
    height: 62px;
  }
  .news-item__image .news-tags-sold:after {
    width: 70px;
    height: 70px;
  }
}
.news-item__image img {
  width: 100%;
  display: block;
}
.news-item__info {
  padding: 16px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1023px) {
  .news-item__info {
    padding: 16px 24px 24px;
  }
}
.news-item__info .title {
  margin-bottom: 0;
  line-height: 1;
}
.news-item__info .title a:hover {
  text-transform: none;
}
.news-item__info .сharacteristics {
  list-style-type: none;
  margin: 0 0 16px !important;
  color: #1A1A18;
}
.news-item__info .title-blog {
  text-transform: initial;
  margin-bottom: 0;
}
.news-item__info_block {
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .news-item__info {
    padding: 16px;
  }
}
.news-item__info > *:not(:last-child) {
  margin-bottom: 8px;
}
.news-section-detail .news-detail__info ul {
  margin-left: 0;
  list-style-type: none;
}
.news-section-detail .main-title {
  text-transform: initial;
  font-weight: 500;
}

.product-section-detail .сharacteristics {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
}
.product-section-detail .video-container {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 1023px) {
  .product-section-detail .video-container {
    border-radius: 24px;
  }
}
.product-section-detail .video-container__poster:before, .product-section-detail .video-container__poster:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-section-detail .video-container__poster:before {
  background-image: var(--bg-video-poster);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.product-section-detail .video-container__poster:after {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.3);
}
.product-section-detail .video-container.video-container_play.video-container__poster:before, .product-section-detail .video-container.video-container_play.video-container__poster:after {
  display: none;
}
.product-section-detail .video-container.video-container_play .btn-video {
  opacity: 0;
}
.product-section-detail .video-container .video-block {
  width: 100%;
  height: auto;
}
.product-section-detail .video-container .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.product-slider-gallery {
  margin-bottom: 40px;
}
.product-slider-gallery .slider {
  overflow-x: initial;
}
@media screen and (max-width: 767px) {
  .product-slider-gallery .slider {
    padding-right: 25%;
  }
}
.product-slider-gallery .block-image {
  border-radius: 32px;
  overflow: hidden;
}
.product-slider-gallery .block-image img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .product-slider-gallery {
    margin-bottom: 24px;
  }
  .product-slider-gallery .block-image {
    border-radius: 24px;
  }
}

.marking-sheet-list {
  counter-reset: count1;
}
.marking-sheet-list .marking-sheet-item:last-child {
  margin-bottom: 0;
}
.marking-sheet-list .marking-sheet-item:before {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .marking-sheet-list .marking-sheet-item:before {
    font-size: 18px;
  }
}
.marking-sheet-item {
  margin: 48px 0;
  padding-left: 50px;
  position: relative;
}
.marking-sheet-item .title {
  margin-bottom: 16px;
  text-transform: initial;
}
@media screen and (max-width: 1023px) {
  .marking-sheet-item {
    margin: 32px 0;
    padding-left: 38px;
  }
  .marking-sheet-item .title {
    margin-bottom: 8px;
  }
}

.product-list-type-2 .product-item {
  padding: 24px;
  border-radius: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-list-type-2 .product-item:hover {
  background-color: #F1F1F1;
}
.product-list-type-2 .product-item .title {
  margin-right: 16px;
  margin-bottom: 0;
  text-transform: initial;
}

.contact-form {
  background-color: #F1F1F1;
  border-radius: 32px;
  padding: 24px 32px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
  color: #1A1A18;
}
.contact-form .row {
  margin: 0 -4px;
}
.contact-form .col {
  padding: 0 4px;
}
.contact-form-block-form h1, .contact-form-block-form h2, .contact-form-block-form h3 {
  font-weight: 700;
}
.contact-form__success {
  display: none;
  text-align: center;
  color: #1A1A18;
}
.contact-form.active .contact-form__form {
  display: none;
}
.contact-form.active .contact-form__success {
  display: block;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li {
    font-size: 12px;
  }
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li.icon-item:before {
    margin-right: 8px;
    width: 12px;
    height: 12px;
  }
}
.contact-list ul li a {
  word-break: break-all;
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone.svg");
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/email.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/location.svg");
}
.contact-counter {
  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;
}
@media screen and (max-width: 1023px) {
  .contact-counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-counter .counter-item {
  max-width: 33.33%;
  width: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 1023px) {
  .contact-counter .counter-item {
    max-width: 50%;
  }
}

.error-section,
.success-section {
  min-height: calc(75vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-section h1, .error-section h2, .error-section h3, .error-section h4, .error-section h5, .error-section h6,
.success-section h1,
.success-section h2,
.success-section h3,
.success-section h4,
.success-section h5,
.success-section h6 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .error-section h1, .error-section h2, .error-section h3, .error-section h4, .error-section h5, .error-section h6,
.success-section h1,
.success-section h2,
.success-section h3,
.success-section h4,
.success-section h5,
.success-section h6 {
    margin-bottom: 8px;
  }
}

.ticker-section {
  padding: 18px 0;
  background-color: #6A6A6A;
}
@media screen and (max-width: 1023px) {
  .ticker-section {
    padding: 8px 0;
  }
}
.ticker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 20px;
  overflow: hidden;
}
.ticker-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  counter-reset: item;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  -webkit-animation: scroll 80s linear infinite;
          animation: scroll 80s linear infinite;
}
.ticker-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  font-weight: 500;
  color: #ffffff;
}
.ticker-item:nth-child(even) {
  color: rgba(232, 232, 232, 0.2);
}
.ticker-item p {
  margin-bottom: 0;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
.steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -24px;
}
@media screen and (max-width: 1023px) {
  .steps-row {
    margin: 0 -8px -16px;
  }
}
.steps-row-type-1 .steps-col {
  max-width: 16.6666666667%;
}
@media (max-width: 1400px) {
  .steps-row-type-1 .steps-col {
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .steps-row-type-1 .steps-col {
    max-width: 50%;
  }
}
.steps-row-type-1 .steps-col:last-child .steps-item {
  background-color: #1A1A18;
  color: #EC6801;
}
.steps-row-type-2 .steps-col {
  max-width: 20%;
}
@media (max-width: 1400px) {
  .steps-row-type-2 .steps-col {
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .steps-row-type-2 .steps-col {
    max-width: 50%;
  }
}
.steps-row-type-2 .steps-col .steps-item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .steps-row-type-2 .steps-col .steps-item .icon {
    width: 24px;
    height: 24px;
  }
}
.steps-col {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .steps-col {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.steps-item {
  border-radius: 32px;
  padding: 24px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 1023px) {
  .steps-item {
    padding: 16px;
    border-radius: 16px;
  }
}
.steps-item .title {
  margin-bottom: 16px;
  text-transform: initial;
}

.breadcrumbs-section {
  padding-top: 24px;
}
.breadcrumbs-section #breadcrumbs span a {
  color: #6A6A6A;
}
.breadcrumbs-section #breadcrumbs span a:hover {
  color: #1A1A18;
}
.breadcrumbs-section #breadcrumbs span.breadcrumb_last {
  color: #1A1A18;
}

.faq-container .faq-bottom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-top: 0;
}
.faq-container .faq-btn {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .faq-container .faq-btn {
    margin-top: 16px;
  }
}
.faq-container.active .faq-bottom {
  padding-top: 24px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .faq-container.active .faq-bottom {
    padding-top: 8px;
  }
}
.faq-container.active .faq-btn {
  opacity: 0;
  visibility: hidden;
  height: 0;
}