@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: #42266C;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Mazzard Soft H", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body.active {
  overflow-y: hidden !important;
}

.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: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

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

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

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h4 {
  font-weight: 600;
}

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

h5 {
  font-weight: 600;
}

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

h6 {
  font-weight: 400;
}

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

strong {
  font-family: "Mazzard Soft H", sans-serif;
  font-weight: 400;
}

a {
  color: #42266C;
  text-decoration: none;
}
a:hover {
  color: #FFF1DA;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  ul, p, ol {
    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 #292929;
}

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

.image-border {
  border-radius: 16px;
}

.container {
  width: 100%;
  max-width: calc(100% - 600px);
  margin: 0 auto;
  padding: 0 20px;
}
.container.container-middle {
  max-width: 1200px;
}
.container.container-small {
  max-width: 768px;
}
@media (max-width: 1700px) {
  .container {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 1520px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
  .container.container-middle, .container.container-small {
    max-width: 100%;
  }
}

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

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

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

.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;
  }
  .display-big-desktop-uppercase {
    text-transform: uppercase;
  }
}
@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: #292929;
}

.fancybox__progress {
  background: #292929;
}

.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;
}
@media screen and (max-width: 767px) {
  .icon {
    width: 18px;
    height: 18px;
  }
}
.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text .icon {
  margin-right: 8px;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #F21322;
}
table tr:hover td {
  background-color: #FFFFFF;
}
table td, table th {
  border-bottom: 1px solid #FDCA16;
  border-top: 1px solid #FDCA16;
  color: #7B69AF;
  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: #292929;
}

@media screen and (max-width: 579px) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .table-responsive .table,
.table-responsive table {
    width: auto !important;
  }
}

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: 15px;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 24px;
  color: #292929;
  width: 100%;
  margin: 0;
  font-family: "Mazzard Soft H", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.1490196078);
          box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.1490196078);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
    font-size: 12px;
    padding: 14px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #59388F;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #59388F;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #FFF1DA;
  background-color: #FFF1DA;
  color: #F21322;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  color: #FDCA16;
}

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

.form-field {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 8px;
  }
}
.form-field .label-wrap {
  display: block;
  height: 100%;
}
.form-field__title {
  text-transform: uppercase;
  display: block;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 8px;
  color: #7B69AF;
}
@media screen and (max-width: 767px) {
  .form-field__title {
    font-size: 16px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  text-align: left;
  left: 0;
  color: #D71313;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}

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

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

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

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

.custom-check .wpcf7-list-item {
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item {
    margin-bottom: 8px;
  }
}
.custom-check .wpcf7-list-item label {
  display: block;
  position: relative;
}
.custom-check .wpcf7-list-item label input[type=checkbox], .custom-check .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  opacity: 1;
  z-index: 1;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  border-color: #FFFFFF;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:after {
  border-color: #FFF1DA;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label:hover:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:hover:after {
  border-color: #FFF1DA;
}
.custom-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 38px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label {
    padding-left: 31px;
  }
}
.custom-check .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-check .wpcf7-list-item-label:before {
  opacity: 0;
}
.custom-check .wpcf7-list-item-label:after {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label:after {
    width: 24px;
    height: 24px;
    top: 3px;
  }
}
.custom-check .wpcf7-list-item-label:hover {
  color: #FFFFFF;
}
.custom-check .wpcf7-list-item-label:hover:after {
  border-color: #FFFFFF;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before {
  content: "";
  width: 26px;
  height: 26px;
  left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/icon/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before, .custom-check input[type=radio] ~ .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  opacity: 0;
  left: 3px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    top: 6px;
  }
}
.custom-check.custom-check__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.custom-check.custom-check__btn .wpcf7-list-item {
  padding: 0 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .custom-check.custom-check__btn .wpcf7-list-item {
    max-width: 33.333%;
  }
  .custom-check.custom-check__btn .wpcf7-list-item label {
    height: 100%;
  }
}
.custom-check.custom-check__btn .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label,
.custom-check.custom-check__btn .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label {
  border-color: #292929;
  color: #292929;
}
.custom-check.custom-check__btn .wpcf7-list-item-label {
  padding: 14px 28px;
  font-size: 18px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 400;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #7B69AF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .custom-check.custom-check__btn .wpcf7-list-item-label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .custom-check.custom-check__btn .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.custom-check.custom-check__btn .wpcf7-list-item-label:before, .custom-check.custom-check__btn .wpcf7-list-item-label:after {
  display: none;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #59388F;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #FFF1DA;
}

.btn,
.button,
button {
  color: #FFFFFF;
  background-color: #FDCA16;
  font-size: 18px;
  cursor: pointer;
  font-family: "Mazzard Soft H", sans-serif;
  line-height: 1.5;
  border: 1px solid #FDCA16;
  text-decoration: none;
  -webkit-box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.1490196078);
          box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.1490196078);
  display: inline-block;
  border-radius: 15px;
  outline: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 18px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn,
.button,
button {
    padding: 14px 28px;
    font-size: 16px;
  }
}
.btn .icon,
.button .icon,
button .icon {
  fill: #FFFFFF;
}
.btn:hover,
.button:hover,
button:hover {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out 0.2s;
  transition: color 0.2s ease-out 0.2s;
  color: #FFFFFF;
  background: #42266C;
  border-color: #42266C;
}
.btn:hover .icon,
.button:hover .icon,
button:hover .icon {
  fill: #FFFFFF;
}
.btn:active,
.button:active,
button:active {
  -webkit-transition: color 0.2s ease-out 0.2s;
  transition: color 0.2s ease-out 0.2s;
  color: #FFFFFF;
  background: #42266C;
  border-color: #42266C;
}
.btn:active .icon,
.button:active .icon,
button:active .icon {
  fill: #FFFFFF;
}
.btn.btn_secondary,
.button.btn_secondary,
button.btn_secondary {
  color: #59388F;
}
.btn.btn_secondary .icon,
.button.btn_secondary .icon,
button.btn_secondary .icon {
  fill: #59388F;
}
.btn.btn_secondary > span:before,
.button.btn_secondary > span:before,
button.btn_secondary > span:before {
  background: #7B69AF;
}
.btn.btn_secondary > span:after,
.button.btn_secondary > span:after,
button.btn_secondary > span:after {
  background: #7B69AF;
}
.btn.btn_secondary:hover,
.button.btn_secondary:hover,
button.btn_secondary:hover {
  color: #7B69AF;
}
.btn.btn_secondary:hover .icon,
.button.btn_secondary:hover .icon,
button.btn_secondary:hover .icon {
  fill: #7B69AF;
}
.btn.btn_secondary:hover > span:before,
.button.btn_secondary:hover > span:before,
button.btn_secondary:hover > span:before {
  background: #59388F;
}
.btn.btn_secondary:hover > span:after,
.button.btn_secondary:hover > span:after,
button.btn_secondary:hover > span:after {
  background: #59388F;
}
.btn.btn_secondary:active,
.button.btn_secondary:active,
button.btn_secondary:active {
  color: #59388F;
}
.btn.btn_secondary:active .icon,
.button.btn_secondary:active .icon,
button.btn_secondary:active .icon {
  fill: #59388F;
}
.btn.btn_secondary:active > span:before,
.button.btn_secondary:active > span:before,
button.btn_secondary:active > span:before {
  background: #59388F;
}
.btn.btn_secondary:active > span:after,
.button.btn_secondary:active > span:after,
button.btn_secondary:active > span:after {
  background: #7B69AF;
}
.btn.btn_tertiary,
.button.btn_tertiary,
button.btn_tertiary {
  color: #7B69AF;
}
.btn.btn_tertiary .icon,
.button.btn_tertiary .icon,
button.btn_tertiary .icon {
  fill: #7B69AF;
}
.btn.btn_tertiary > span:before,
.button.btn_tertiary > span:before,
button.btn_tertiary > span:before {
  background: #7B69AF;
}
.btn.btn_tertiary > span:after,
.button.btn_tertiary > span:after,
button.btn_tertiary > span:after {
  background: transparent;
}
.btn.btn_tertiary:hover,
.button.btn_tertiary:hover,
button.btn_tertiary:hover {
  color: #59388F;
}
.btn.btn_tertiary:hover .icon,
.button.btn_tertiary:hover .icon,
button.btn_tertiary:hover .icon {
  fill: #59388F;
}
.btn.btn_tertiary:hover > span:before,
.button.btn_tertiary:hover > span:before,
button.btn_tertiary:hover > span:before {
  background: #7B69AF;
}
.btn.btn_tertiary:hover > span:after,
.button.btn_tertiary:hover > span:after,
button.btn_tertiary:hover > span:after {
  background: #7B69AF !important;
}
.btn.btn_tertiary:active,
.button.btn_tertiary:active,
button.btn_tertiary:active {
  color: #59388F;
}
.btn.btn_tertiary:active .icon,
.button.btn_tertiary:active .icon,
button.btn_tertiary:active .icon {
  fill: #59388F;
}
.btn.btn_tertiary:active > span:before,
.button.btn_tertiary:active > span:before,
button.btn_tertiary:active > span:before {
  background: #59388F;
}
.btn.btn_tertiary:active > span:after,
.button.btn_tertiary:active > span:after,
button.btn_tertiary:active > span:after {
  background: transparent;
}
.btn.btn_tertiary:disabled,
.button.btn_tertiary:disabled,
button.btn_tertiary:disabled {
  color: #FFFFFF;
  border-color: #FDCA16;
  background-color: #FDCA16;
}
.btn.btn_tertiary:disabled .icon,
.button.btn_tertiary:disabled .icon,
button.btn_tertiary:disabled .icon {
  fill: #FFFFFF;
}

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

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  margin: 0 0 24px;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 24px;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 34px;
}
.wysiwyg ul ul {
  margin-left: 0;
}

.list-item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .list-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.list-item__info {
  position: relative;
  padding-left: 60px;
}
.list-item__info:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/icon/mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list-item .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.list-item-icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11px;
}
@media screen and (min-width: 1024px) {
  .list-item-icon__list {
    padding-left: 60px;
  }
}
@media screen and (max-width: 579px) {
  .list-item-icon__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list-item-icon__item {
  padding: 11px;
  max-width: 33.3333333333%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .list-item-icon__item {
    max-width: 50%;
  }
}
@media screen and (max-width: 579px) {
  .list-item-icon__item {
    max-width: 250px;
  }
}
.list-item-icon__item img {
  display: block;
}

.slider {
  width: 100%;
}
.slider-container {
  overflow: inherit;
}
@media screen and (max-width: 991px) {
  .slider-container {
    max-width: 80%;
  }
}
.slider.swiper-fade .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 55px;
  height: 55px;
  top: calc(50% - 27px);
  margin-top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn__block {
  width: 55px;
  height: 55px;
  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: transparent;
}
.slider-nav-btn .icon {
  width: 21px;
  height: 33px;
  fill: #FDCA16;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn {
    top: calc(50% - 20px);
    width: 30px;
    height: 40px;
  }
  .slider-nav-btn__block {
    width: 30px;
    height: 40px;
  }
  .slider-nav-btn .icon {
    width: 12px;
    height: 12px;
  }
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover {
  background-color: #FFF1DA;
}
.slider-nav-btn-next {
  right: 0;
}
.slider-nav-btn-prev {
  left: 0;
}
.slider-pagination {
  position: initial;
  margin-top: 20px;
  text-align: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #FDCA16;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #FDCA16;
}

.tabs:not(:last-child) {
  margin-bottom: 32px;
}
.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #7B69AF;
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text:after {
  background-color: #292929;
}
.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #7B69AF;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tabs-header .tabs-header__text:before, .tabs .tabs-header .tabs-header__text:after {
  content: "";
  -webkit-clip-path: polygon(0% 33.295%, 0% 33.295%, 0.074% 55.512%, 0.399% 72.021%, 1.129% 83.646%, 2.42% 91.212%, 4.429% 95.545%, 7.311% 97.468%, 11.221% 97.807%, 16.316% 97.387%, 22.751% 97.033%, 30.682% 97.568%, 30.682% 97.568%, 37.886% 98.504%, 44.57% 99.184%, 50.754% 99.638%, 56.457% 99.899%, 61.7% 99.997%, 66.5% 99.964%, 70.878% 99.831%, 74.853% 99.63%, 78.444% 99.391%, 81.671% 99.146%, 81.671% 99.146%, 87.414% 98.603%, 91.748% 97.872%, 94.873% 96.783%, 96.987% 95.166%, 98.29% 92.85%, 98.981% 89.664%, 99.26% 85.439%, 99.325% 80.002%, 99.375% 73.185%, 99.611% 64.816%, 99.611% 64.816%, 99.869% 40.137%, 98.292% 23.663%, 95.122% 13.923%, 90.601% 9.445%, 84.97% 8.758%, 78.47% 10.393%, 71.343% 12.877%, 63.832% 14.739%, 56.176% 14.509%, 48.618% 10.715%, 48.618% 10.715%, 43.614% 7.136%, 37.806% 3.963%, 31.506% 1.53%, 25.029% 0.172%, 18.687% 0.223%, 12.796% 2.016%, 7.668% 5.885%, 3.616% 12.166%, 0.956% 21.191%, 0% 33.295%);
          clip-path: polygon(0% 33.295%, 0% 33.295%, 0.074% 55.512%, 0.399% 72.021%, 1.129% 83.646%, 2.42% 91.212%, 4.429% 95.545%, 7.311% 97.468%, 11.221% 97.807%, 16.316% 97.387%, 22.751% 97.033%, 30.682% 97.568%, 30.682% 97.568%, 37.886% 98.504%, 44.57% 99.184%, 50.754% 99.638%, 56.457% 99.899%, 61.7% 99.997%, 66.5% 99.964%, 70.878% 99.831%, 74.853% 99.63%, 78.444% 99.391%, 81.671% 99.146%, 81.671% 99.146%, 87.414% 98.603%, 91.748% 97.872%, 94.873% 96.783%, 96.987% 95.166%, 98.29% 92.85%, 98.981% 89.664%, 99.26% 85.439%, 99.325% 80.002%, 99.375% 73.185%, 99.611% 64.816%, 99.611% 64.816%, 99.869% 40.137%, 98.292% 23.663%, 95.122% 13.923%, 90.601% 9.445%, 84.97% 8.758%, 78.47% 10.393%, 71.343% 12.877%, 63.832% 14.739%, 56.176% 14.509%, 48.618% 10.715%, 48.618% 10.715%, 43.614% 7.136%, 37.806% 3.963%, 31.506% 1.53%, 25.029% 0.172%, 18.687% 0.223%, 12.796% 2.016%, 7.668% 5.885%, 3.616% 12.166%, 0.956% 21.191%, 0% 33.295%);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tabs-header .tabs-header__text:before {
  z-index: -2;
  top: -3px;
  left: -2px;
  right: -2px;
  bottom: -3px;
  background-color: #7B69AF;
}
.tabs .tabs-header .tabs-header__text:after {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F21322;
}
.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none;
}
.tabs .tabs-body .tabs-body__item.active {
  display: block;
}

.accordion-item {
  margin-bottom: 16px;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 16px;
}
.accordion-item.active .accordion-item__header .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-item.active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #59388F;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .accordion-item .accordion-item__header {
    font-size: 18px;
  }
}
.accordion-item .accordion-item__header .title-text {
  position: relative;
}
.accordion-item .accordion-item__body {
  display: none;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px 0;
  width: 100% !important;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .wails-container {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 150px;
  z-index: -1;
}
.header .wails-container .wails-icon {
  width: 100%;
  height: 100%;
  display: block;
  fill: #8274B8;
}
.header .wails-container .wails-icon .wails-icon-2 {
  fill: #42266C;
}
.header .wails-container_bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}
.header.header-scroll {
  z-index: 12;
  background-color: #8274B8;
}
.header.header-scroll .wails-icon__cherry {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header.header-scroll {
    background-color: #8274B8;
  }
}
.header.header-fixed {
  position: fixed;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: calc(100% - 600px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1700px) {
  .header .container {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 1520px) {
  .header .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .header .container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .header .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header .container {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    height: calc(var(--vh, 100vh) - 314px);
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    padding: 24px;
    height: calc(var(--vh, 100vh) - 314px);
    background: #8274B8;
    margin-left: auto;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
.header.active {
  background-color: #8274B8;
}
.header.active .wails-icon__cherry {
  opacity: 0;
  z-index: -1;
}
.header.active .header-bottom:not(.header-mobile, .header-info__container) {
  opacity: 0;
  visibility: hidden;
}
.header.active .header-mobile {
  visibility: visible;
  opacity: 1;
}
.header-menu__desc_block {
  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) {
  .header-menu__desc_block .header-menu__container {
    display: none;
  }
}

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

.nav-toggle {
  display: none;
  min-width: 39px;
  height: 30px;
  padding: 5px;
  -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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-toggle .nav-toggle__link {
  width: calc(100% - 5px);
  display: block;
  background: #3A1D65;
  height: 3px;
  border-radius: 2px;
  margin: 0;
  clear: both;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.nav-toggle .nav-toggle__link:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #3A1D65;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -5px;
  top: 0;
}
.nav-toggle.active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-toggle.active .nav-toggle__link {
  max-width: 100%;
  width: 100%;
}
.nav-toggle.active .nav-toggle__link:before {
  opacity: 0;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
          transform: translateY(4px) 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(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}
.nav-toggle.active:hover:nth-child(2) {
  opacity: 0.2;
}

.header-icons .icon {
  fill: #7B69AF;
}
.header-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  .header-info__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-info__block {
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 5%;
    max-width: calc(100% - 84px);
    width: 100%;
  }
  .header-menu__container_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container .lang.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    padding: 24px 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .logo {
  margin: 0 16px;
  max-width: 60px;
}
@media screen and (max-width: 1023px) {
  .header .logo {
    max-width: 30px;
  }
}
@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;
    gap: 20px 80px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .header .menu-list {
    gap: 20px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list {
    gap: 20px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list {
    text-align: center;
  }
}
.header .menu-list:not(.lang) > .menu-item > a {
  position: relative;
}
.header .menu-list:not(.lang) > .menu-item > a:before {
  content: "";
  background-image: url("../images/icon/menu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 115px;
  height: 7px;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header .menu-list:not(.lang) > .menu-item > a:before {
    max-width: 100%;
  }
}
.header .menu-list:not(.lang) > .menu-item > a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
}
.header .menu-list .menu-item a {
  padding: 17px 0;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
}
.header .menu-list .menu-item a:hover {
  color: #FFFFFF;
}
.header .menu-list.lang {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .header .menu-list.lang {
    padding: 0 24px;
  }
}
.header .menu-list.lang .menu-item.sub {
  position: relative;
}
.header .menu-list.lang .menu-item.sub > li:not(.current-lang) {
  display: none;
}
.header .menu-list.lang .menu-item.sub .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.header .menu-list.lang .menu-item.sub .sub-menu li a {
  position: relative;
  background-color: #FFFFFF;
  color: #42266C;
  padding: 10px;
  border-radius: 6px;
}
.header .menu-list.lang .menu-item.sub .sub-menu li a:before {
  content: "";
  position: absolute;
  top: -12px;
  left: calc(50% - 11px);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 11px 12px 11px;
  border-color: transparent transparent #FFFFFF transparent;
}
.header .menu-list.lang .menu-item.sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .menu-list.lang li {
  margin-bottom: 0 !important;
}
.header .menu-list.lang li a {
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list.lang li a img {
  width: 24px;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.header .menu-list .menu-item-has-children .sub-menu, .header .menu-list .menu-item__sub .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #7B69AF;
  border-radius: 24px;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item-has-children .sub-menu, .header .menu-list .menu-item__sub .sub-menu {
    top: 300%;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 0 32px;
    border-radius: 32px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .menu-list .menu-item-has-children .sub-menu .menu-item:not(:last-child), .header .menu-list .menu-item__sub .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item-has-children:hover a, .header .menu-list .menu-item__sub:hover a {
    margin-bottom: 8px;
  }
}
.header .menu-list .menu-item-has-children:hover .sub-menu, .header .menu-list .menu-item__sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  top: 100%;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item-has-children:hover .sub-menu, .header .menu-list .menu-item__sub:hover .sub-menu {
    padding: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item-has-children:hover .sub-menu, .header .menu-list .menu-item__sub:hover .sub-menu {
    max-width: 280px;
  }
}

.footer {
  margin-top: auto;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .footer {
    margin: 0 16px;
  }
}
.footer a {
  color: #42266C;
}
.footer a:hover {
  color: #292929;
}
.footer-top {
  padding: 40px 0;
}
.footer-top .container {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .footer-top .footer-col {
    max-width: 20%;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 20px 0;
  }
}
.footer-bottom {
  border-top: 1px solid #9C9C9C;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    padding-top: 0;
  }
}
.footer-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-bottom-row .footer-bottom-col {
    width: 100%;
  }
  .footer-bottom-row .footer-bottom-col:not(:last-child) {
    border-bottom: 1px solid #9C9C9C;
  }
}
.footer-bottom span {
  font-size: 12px;
}
.footer-bottom span a {
  color: #42266C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-bottom span a:hover {
  color: #292929;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 16px 0;
  }
}
.footer-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer-info__title {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .footer-info__title {
    margin-bottom: 25px;
  }
}
.footer-info__title .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .footer-info__title .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}
.footer-info .logo img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo img {
    max-width: 135px;
  }
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 20px;
}
.footer-info .contact-list li {
  font-weight: 400;
  padding-left: 0;
}
.footer-info .contact-list li a {
  font-weight: 400;
  color: #42266C;
}
.footer-info .contact-list li a:hover {
  color: #292929;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 20px 0;
  }
  .footer-info .soc-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.footer .menu-list .menu-item {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .footer .menu-list .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.footer .menu-list .menu-item a {
  color: #7B68AF;
  font-size: 14px;
}
.footer .menu-list .menu-item a:hover {
  color: #59388F;
}
.footer .copyright {
  color: #7B68AF;
}

.popup {
  cursor: auto;
  padding: 58px 96px;
  max-width: 840px;
  border-radius: 16px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #FFF1DA;
  color: #FFFFFF;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 42px 32px;
  }
}
.popup.popup-full {
  max-width: 90%;
  padding: 40px 0;
  height: 90%;
}
@media screen and (max-width: 1023px) {
  .popup.popup-full {
    padding: 24px 0;
  }
}
.popup.popup-full .popup-content {
  height: 100%;
  padding: 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  .popup.popup-full .popup-content {
    padding: 0 16px;
  }
}
.popup.popup-middle {
  width: 768px;
}
.popup.popup-tiny {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    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(255, 255, 255, 0.5);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  -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-wrap.active .popup.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.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: #7B69AF;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 16px;
  right: 16px;
  padding: 0;
  background: none;
  border-width: 0;
}
.popup-remove:before {
  display: none;
}
.popup-remove .btn-text__content {
  padding: 0;
}
.popup-remove .btn-text__content:before, .popup-remove .btn-text__content:after {
  display: none;
}
.popup-remove .icon {
  display: block;
  fill: #FDCA16;
  width: 18px;
  height: 18px;
}
.popup-remove:hover {
  background: none;
}
.popup-remove:hover .icon {
  fill: #59388F;
}

.section {
  margin: 80px 0;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
.section.section-fon-orange {
  background-color: #F21322;
}
.section.section-fon__light {
  background-color: #FDCA16;
}
.section.section-fon__yellow {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #FDCA16;
}
@media screen and (max-width: 1023px) {
  .section.section-fon__yellow {
    margin: 25px 0;
    padding: 25px 0;
  }
}
.section.section-light {
  color: #FFFFFF;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section .section-title {
    margin-bottom: 16px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}
.section .section-title__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .section .section-title__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section .section-title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.section .section-title__image .title-image {
  max-width: 400px;
  width: 50%;
  -webkit-filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1023px) {
  .section .section-title__image .title-image {
    max-width: 150px;
  }
}
.section .section-title__description {
  margin-bottom: 24px;
}
.section-description {
  margin-bottom: 40px;
}
.section-description__more .description-more {
  max-height: 88px;
  overflow: hidden;
  /* Set Transitions */
  -webkit-transition: max-height 0.7s;
  transition: max-height 0.7s;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .section-description__more .description-more {
    max-height: 80px;
  }
}
.section-description__more.active .description-more {
  max-height: 4000px;
  -webkit-transition: max-height 0.7s;
  transition: max-height 0.7s;
}

.section-color-green:not(.section-color-green.section-waves_top) .section-container, .section-color-green:not(.section-color-green.section-waves_bottom) .section-container {
  background: radial-gradient(ellipse at center, #7B69AF 0%, #8274B8 70%);
  color: #FFFFFF;
  padding: 58px 0;
  margin: 0 60px;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  .section-color-green:not(.section-color-green.section-waves_top) .section-container, .section-color-green:not(.section-color-green.section-waves_bottom) .section-container {
    margin: 0 16px;
    border-radius: 30px;
  }
}
.section-color-green:not(.section-color-green.section-waves_top) .image-block .icon, .section-color-green:not(.section-color-green.section-waves_bottom) .image-block .icon {
  fill: #FFFFFF;
}

.section-color-noFon .section-container-fon {
  background-image: var(--bg-image-desc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-waves {
  position: relative;
  margin: 220px 0;
}
@media screen and (max-width: 1023px) {
  .section-waves {
    margin: 120px 0;
  }
}
.section-waves-bottom-type-type_1 {
  margin-bottom: 220px;
}
@media screen and (max-width: 1023px) {
  .section-waves-bottom-type-type_1 {
    margin-bottom: 120px;
  }
}
.section-waves-bottom-type-type_2 {
  margin-bottom: 220px;
}
@media screen and (max-width: 1023px) {
  .section-waves-bottom-type-type_2 {
    margin-bottom: 120px;
  }
}
.section-waves-bottom-type-type_3 {
  margin-bottom: 220px;
}
@media screen and (max-width: 1023px) {
  .section-waves-bottom-type-type_3 {
    margin-bottom: 120px;
  }
}
.section-waves-bottom-type-type_4 {
  margin-bottom: 320px;
}
@media screen and (max-width: 1023px) {
  .section-waves-bottom-type-type_4 {
    margin-bottom: 220px;
  }
}
.section-waves.section-color-green {
  background: radial-gradient(ellipse at center, #7B69AF 0%, #8274B8 70%);
}
.section-waves.section-color-green .section-container {
  background: radial-gradient(ellipse at center, #7B69AF 0%, #8274B8 70%);
  color: #FFFFFF;
}
.section-waves.section-color-green .wails-container .wails-icon {
  fill: #8274B8;
}
.section-waves.section-color-green .wails-container .wails-icon .wails-icon-2 {
  fill: #42266C;
}
.section-waves .section-container {
  padding: 40px 0;
}
.section-waves .section-container-fon {
  background-image: var(--bg-image-desc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-waves-0 .section-container {
  padding-bottom: 10vw !important;
}
.section-waves-0.blue .slider-nav-btn__block, .section-waves-0.blueGradyent .slider-nav-btn__block {
  background-color: #292929 !important;
}
.section-waves .wails-container {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container {
    height: 100px;
  }
}
.section-waves .wails-container .wails-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.section-waves .wails-container_top {
  top: 0;
  -webkit-transform: translate(-50%, -99%);
          transform: translate(-50%, -99%);
}
.section-waves .wails-container_top.type_1 {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_top.type_1 {
    height: 100px;
  }
}
.section-waves .wails-container_top.type_2 {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_top.type_2 {
    height: 100px;
  }
}
.section-waves .wails-container_top.type_3 {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_top.type_3 {
    height: 100px;
  }
}
.section-waves .wails-container_bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}
.section-waves .wails-container_bottom.type_1 {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_bottom.type_1 {
    height: 100px;
  }
}
.section-waves .wails-container_bottom.type_2 {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_bottom.type_2 {
    height: 100px;
  }
}
.section-waves .wails-container_bottom.type_3 {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_bottom.type_3 {
    height: 100px;
  }
}
.section-waves .wails-container_bottom.type_4 {
  height: 300px;
}
@media screen and (max-width: 1023px) {
  .section-waves .wails-container_bottom.type_4 {
    height: 200px;
  }
}

body.active .section-container {
  opacity: 0;
}

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.menu-list .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.menu-list .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #7B69AF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .menu-list .menu-item a {
    font-size: 18px;
  }
}
.menu-list .menu-item a:hover {
  color: #59388F;
}
.menu-list .menu-item-has-children, .menu-list .menu-item__sub {
  position: relative;
}
.menu-list .menu-item-has-children > a, .menu-list .menu-item__sub > a {
  position: relative;
  padding-right: 38px;
  display: inline-block;
}
.menu-list .menu-item-has-children > a:after, .menu-list .menu-item__sub > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  background: #59388F url("../images/icon/arrow-top.svg");
  -webkit-clip-path: polygon(99.91% 25.626%, 99.91% 25.626%, 98.567% 17.879%, 95.452% 11.861%, 90.818% 7.355%, 84.922% 4.148%, 78.019% 2.024%, 70.365% 0.768%, 62.215% 0.165%, 53.824% 0.001%, 45.447% 0.06%, 37.34% 0.127%, 37.34% 0.127%, 29.907% 0.458%, 23.362% 1.475%, 17.681% 3.218%, 12.84% 5.724%, 8.812% 9.032%, 5.573% 13.18%, 3.097% 18.206%, 1.36% 24.148%, 0.336% 31.046%, 0% 38.936%, 0% 38.936%, 0.718% 47.45%, 2.779% 56.038%, 6.044% 64.473%, 10.376% 72.526%, 15.635% 79.967%, 21.682% 86.569%, 28.38% 92.102%, 35.589% 96.337%, 43.17% 99.046%, 50.986% 100%, 50.986% 100%, 58.792% 99.029%, 66.338% 96.215%, 73.48% 91.712%, 80.071% 85.671%, 85.966% 78.244%, 91.02% 69.582%, 95.087% 59.837%, 98.022% 49.162%, 99.678% 37.707%, 99.91% 25.626%);
          clip-path: polygon(99.91% 25.626%, 99.91% 25.626%, 98.567% 17.879%, 95.452% 11.861%, 90.818% 7.355%, 84.922% 4.148%, 78.019% 2.024%, 70.365% 0.768%, 62.215% 0.165%, 53.824% 0.001%, 45.447% 0.06%, 37.34% 0.127%, 37.34% 0.127%, 29.907% 0.458%, 23.362% 1.475%, 17.681% 3.218%, 12.84% 5.724%, 8.812% 9.032%, 5.573% 13.18%, 3.097% 18.206%, 1.36% 24.148%, 0.336% 31.046%, 0% 38.936%, 0% 38.936%, 0.718% 47.45%, 2.779% 56.038%, 6.044% 64.473%, 10.376% 72.526%, 15.635% 79.967%, 21.682% 86.569%, 28.38% 92.102%, 35.589% 96.337%, 43.17% 99.046%, 50.986% 100%, 50.986% 100%, 58.792% 99.029%, 66.338% 96.215%, 73.48% 91.712%, 80.071% 85.671%, 85.966% 78.244%, 91.02% 69.582%, 95.087% 59.837%, 98.022% 49.162%, 99.678% 37.707%, 99.91% 25.626%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 4px;
  top: calc(50% - 10px);
}
.menu-list .menu-item-has-children:hover > a:after, .menu-list .menu-item__sub:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-list .menu-item-has-children .sub-menu, .menu-list .menu-item__sub .sub-menu {
  list-style-type: none;
  margin: 0;
  min-width: 270px;
}
.menu-list .menu-item-has-children .sub-menu li, .menu-list .menu-item__sub .sub-menu li {
  padding: 0;
}
.menu-list .menu-item-has-children .sub-menu li a, .menu-list .menu-item__sub .sub-menu li a {
  color: #59388F;
}
.menu-list .menu-item-has-children .sub-menu li a:hover, .menu-list .menu-item__sub .sub-menu li a:hover {
  color: #292929;
}
.menu-list .menu-item-has-children .sub-menu li:not(:last-child), .menu-list .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.fix-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  padding: 32px 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fix-nav.fixedToTop {
  opacity: 1;
}

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

.banner-section__fon {
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner-section__fon {
    background-image: var(--bg-image-mob);
  }
}
.banner-nav {
  white-space: nowrap;
}
.banner-nav .btn {
  margin: 0 8px;
}
@media screen and (max-width: 1023px) {
  .banner-nav .btn {
    white-space: nowrap;
  }
}
.banner-nav__container {
  margin: 0 auto;
  padding-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
.banner-nav__container::-webkit-scrollbar:horizontal {
  height: 0px;
}

.soc-list ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.soc-list ul li {
  margin-bottom: 0;
}
.soc-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc-list ul li a .soc-text {
  padding-left: 10px;
}
.soc-list ul li a .icon {
  width: 24px;
  height: 24px;
  display: block;
  fill: #42266C;
}

.main-banner-section {
  margin-top: 0;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner-section .section-container {
  margin: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  background-image: none !important;
}
@media screen and (max-width: 1023px) {
  .main-banner-section .section-container {
    padding-top: 120px !important;
  }
}
.main-banner-section.section-container-fon {
  position: relative;
}
.main-banner-section.section-container-fon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -140px;
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 11;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main-banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-banner__container .main-banner > * {
    width: 50%;
  }
  .main-banner__container .main-banner_image img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main-banner__container .main-banner_image img {
    width: 100%;
  }
}
.main-banner_description .wysiwyg {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  .main-banner_description .wysiwyg {
    text-align: center;
    font-size: 24px;
  }
  .main-banner_description .wysiwyg img {
    margin-left: auto;
    margin-right: auto;
  }
}

.counter-image {
  display: grid;
  grid-template-rows: 220px minmax(340px, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-gap: 40px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .counter-image {
    grid-template-rows: 100px minmax(200px, 1fr);
    grid-gap: 16px;
  }
}
.counter-image .counter-item {
  min-height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .counter-image .counter-item {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .counter-image .counter-item {
    min-height: 100px;
  }
}
.counter-image .counter-item:first-child {
  grid-row-start: span 2;
}
.counter-image .counter-item:nth-child(2n) {
  height: 220px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media screen and (max-width: 767px) {
  .counter-image .counter-item:nth-child(2n) {
    height: 100px;
  }
}
.counter-image .counter-item:nth-child(3n) {
  min-height: 340px;
}
@media screen and (max-width: 767px) {
  .counter-image .counter-item:nth-child(3n) {
    min-height: 200px;
  }
}
.counter-description {
  margin-bottom: 32px;
}
.counter-description ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .counter-description ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.description-list {
  margin: 0 -60px;
}
.description-list .description-col {
  padding: 0 60px;
}
.description-item__image {
  text-align: center;
}
.description-item__image img {
  width: 100%;
  display: block;
}
.description-item__image .image-block {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1520px) {
  .description-item__image .image-block {
    max-width: 500px;
  }
}
.description-item__image .image-block .icon {
  width: 100%;
  height: auto;
  fill: #59388F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.description-item__image .image-block.type_2 {
  padding: 15%;
}

.advantages-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages-list .advantages-col {
  max-width: 20%;
  width: 100%;
}
@media (max-width: 1400px) {
  .advantages-list .advantages-col {
    max-width: 33.3%;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-col {
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .advantages-list .advantages-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 579px) {
  .advantages-list .advantages-col {
    max-width: 300px;
  }
}
.advantages-list .advantages-col:nth-child(odd) .advantages-item-description {
  -webkit-clip-path: polygon(27.704% 0%, 27.704% 0%, 29.846% 0.139%, 31.976% 0.394%, 34.096% 0.759%, 36.205% 1.228%, 38.306% 1.793%, 40.398% 2.45%, 42.481% 3.192%, 44.557% 4.012%, 46.626% 4.905%, 48.689% 5.864%, 48.689% 5.864%, 49.995% 6.501%, 51.298% 7.155%, 52.599% 7.82%, 53.899% 8.492%, 55.199% 9.165%, 56.5% 9.835%, 57.801% 10.497%, 59.105% 11.146%, 60.411% 11.777%, 61.721% 12.385%, 61.721% 12.385%, 63.083% 12.965%, 64.452% 13.474%, 65.827% 13.918%, 67.207% 14.301%, 68.592% 14.63%, 69.981% 14.91%, 71.374% 15.145%, 72.77% 15.342%, 74.168% 15.506%, 75.568% 15.641%, 75.568% 15.641%, 76.686% 15.739%, 77.805% 15.836%, 78.923% 15.934%, 80.042% 16.036%, 81.16% 16.144%, 82.278% 16.261%, 83.395% 16.388%, 84.512% 16.527%, 85.628% 16.681%, 86.743% 16.853%, 86.743% 16.853%, 88.227% 17.208%, 89.629% 17.78%, 90.949% 18.569%, 92.187% 19.578%, 93.343% 20.808%, 94.416% 22.259%, 95.407% 23.934%, 96.315% 25.833%, 97.14% 27.957%, 97.882% 30.309%, 97.882% 30.309%, 98.775% 33.883%, 99.42% 37.421%, 99.823% 40.925%, 99.993% 44.397%, 99.938% 47.837%, 99.664% 51.247%, 99.181% 54.628%, 98.495% 57.982%, 97.615% 61.31%, 96.548% 64.613%, 96.548% 64.613%, 95.368% 67.734%, 94.093% 70.67%, 92.73% 73.431%, 91.282% 76.025%, 89.754% 78.46%, 88.152% 80.745%, 86.48% 82.888%, 84.742% 84.899%, 82.945% 86.784%, 81.091% 88.554%, 81.091% 88.554%, 79.134% 90.252%, 77.152% 91.799%, 75.145% 93.199%, 73.114% 94.456%, 71.059% 95.573%, 68.982% 96.553%, 66.883% 97.4%, 64.763% 98.117%, 62.622% 98.708%, 60.462% 99.176%, 60.462% 99.176%, 56.332% 99.771%, 52.234% 99.998%, 48.168% 99.853%, 44.134% 99.334%, 40.134% 98.44%, 36.167% 97.168%, 32.234% 95.515%, 28.335% 93.479%, 24.471% 91.059%, 20.641% 88.251%, 20.641% 88.251%, 19.163% 87.043%, 17.71% 85.761%, 16.284% 84.405%, 14.886% 82.968%, 13.519% 81.449%, 12.184% 79.843%, 10.883% 78.147%, 9.619% 76.357%, 8.392% 74.47%, 7.204% 72.481%, 7.204% 72.481%, 6.194% 70.649%, 5.234% 68.759%, 4.334% 66.806%, 3.499% 64.786%, 2.738% 62.691%, 2.059% 60.517%, 1.468% 58.258%, 0.974% 55.909%, 0.584% 53.463%, 0.305% 50.916%, 0.305% 50.916%, 0.043% 46.345%, 0.022% 41.598%, 0.259% 36.759%, 0.77% 31.913%, 1.572% 27.141%, 2.682% 22.529%, 4.114% 18.159%, 5.887% 14.115%, 8.015% 10.48%, 10.517% 7.34%, 10.517% 7.34%, 11.538% 6.309%, 12.577% 5.37%, 13.632% 4.521%, 14.705% 3.759%, 15.792% 3.083%, 16.896% 2.49%, 18.014% 1.978%, 19.146% 1.545%, 20.292% 1.188%, 21.451% 0.905%, 21.451% 0.905%, 22.074% 0.781%, 22.698% 0.67%, 23.323% 0.571%, 23.948% 0.481%, 24.574% 0.398%, 25.2% 0.319%, 25.826% 0.242%, 26.452% 0.164%, 27.078% 0.085%, 27.704% 0%);
          clip-path: polygon(27.704% 0%, 27.704% 0%, 29.846% 0.139%, 31.976% 0.394%, 34.096% 0.759%, 36.205% 1.228%, 38.306% 1.793%, 40.398% 2.45%, 42.481% 3.192%, 44.557% 4.012%, 46.626% 4.905%, 48.689% 5.864%, 48.689% 5.864%, 49.995% 6.501%, 51.298% 7.155%, 52.599% 7.82%, 53.899% 8.492%, 55.199% 9.165%, 56.5% 9.835%, 57.801% 10.497%, 59.105% 11.146%, 60.411% 11.777%, 61.721% 12.385%, 61.721% 12.385%, 63.083% 12.965%, 64.452% 13.474%, 65.827% 13.918%, 67.207% 14.301%, 68.592% 14.63%, 69.981% 14.91%, 71.374% 15.145%, 72.77% 15.342%, 74.168% 15.506%, 75.568% 15.641%, 75.568% 15.641%, 76.686% 15.739%, 77.805% 15.836%, 78.923% 15.934%, 80.042% 16.036%, 81.16% 16.144%, 82.278% 16.261%, 83.395% 16.388%, 84.512% 16.527%, 85.628% 16.681%, 86.743% 16.853%, 86.743% 16.853%, 88.227% 17.208%, 89.629% 17.78%, 90.949% 18.569%, 92.187% 19.578%, 93.343% 20.808%, 94.416% 22.259%, 95.407% 23.934%, 96.315% 25.833%, 97.14% 27.957%, 97.882% 30.309%, 97.882% 30.309%, 98.775% 33.883%, 99.42% 37.421%, 99.823% 40.925%, 99.993% 44.397%, 99.938% 47.837%, 99.664% 51.247%, 99.181% 54.628%, 98.495% 57.982%, 97.615% 61.31%, 96.548% 64.613%, 96.548% 64.613%, 95.368% 67.734%, 94.093% 70.67%, 92.73% 73.431%, 91.282% 76.025%, 89.754% 78.46%, 88.152% 80.745%, 86.48% 82.888%, 84.742% 84.899%, 82.945% 86.784%, 81.091% 88.554%, 81.091% 88.554%, 79.134% 90.252%, 77.152% 91.799%, 75.145% 93.199%, 73.114% 94.456%, 71.059% 95.573%, 68.982% 96.553%, 66.883% 97.4%, 64.763% 98.117%, 62.622% 98.708%, 60.462% 99.176%, 60.462% 99.176%, 56.332% 99.771%, 52.234% 99.998%, 48.168% 99.853%, 44.134% 99.334%, 40.134% 98.44%, 36.167% 97.168%, 32.234% 95.515%, 28.335% 93.479%, 24.471% 91.059%, 20.641% 88.251%, 20.641% 88.251%, 19.163% 87.043%, 17.71% 85.761%, 16.284% 84.405%, 14.886% 82.968%, 13.519% 81.449%, 12.184% 79.843%, 10.883% 78.147%, 9.619% 76.357%, 8.392% 74.47%, 7.204% 72.481%, 7.204% 72.481%, 6.194% 70.649%, 5.234% 68.759%, 4.334% 66.806%, 3.499% 64.786%, 2.738% 62.691%, 2.059% 60.517%, 1.468% 58.258%, 0.974% 55.909%, 0.584% 53.463%, 0.305% 50.916%, 0.305% 50.916%, 0.043% 46.345%, 0.022% 41.598%, 0.259% 36.759%, 0.77% 31.913%, 1.572% 27.141%, 2.682% 22.529%, 4.114% 18.159%, 5.887% 14.115%, 8.015% 10.48%, 10.517% 7.34%, 10.517% 7.34%, 11.538% 6.309%, 12.577% 5.37%, 13.632% 4.521%, 14.705% 3.759%, 15.792% 3.083%, 16.896% 2.49%, 18.014% 1.978%, 19.146% 1.545%, 20.292% 1.188%, 21.451% 0.905%, 21.451% 0.905%, 22.074% 0.781%, 22.698% 0.67%, 23.323% 0.571%, 23.948% 0.481%, 24.574% 0.398%, 25.2% 0.319%, 25.826% 0.242%, 26.452% 0.164%, 27.078% 0.085%, 27.704% 0%);
}
.advantages-list .advantages-col:nth-child(even) .advantages-item-description {
  -webkit-clip-path: polygon(7.168% 78.098%, 7.168% 78.098%, 3.492% 71.702%, 1.126% 64.023%, 0.065% 55.451%, 0.303% 46.378%, 1.836% 37.197%, 4.658% 28.298%, 8.763% 20.074%, 14.146% 12.916%, 20.803% 7.216%, 28.727% 3.365%, 28.727% 3.365%, 31.987% 2.657%, 35.105% 2.605%, 38.034% 3.074%, 40.726% 3.926%, 43.134% 5.023%, 45.211% 6.229%, 46.909% 7.406%, 48.18% 8.416%, 48.978% 9.123%, 49.254% 9.389%, 49.254% 9.389%, 51.941% 6.795%, 55.993% 4.202%, 61.093% 1.969%, 66.922% 0.454%, 73.16% 0.017%, 79.488% 1.017%, 85.588% 3.812%, 91.142% 8.762%, 95.829% 16.225%, 99.332% 26.56%, 99.332% 26.56%, 99.959% 32.177%, 99.771% 40.422%, 98.507% 50.44%, 95.905% 61.377%, 91.704% 72.378%, 85.642% 82.589%, 77.458% 91.154%, 66.89% 97.221%, 53.678% 99.934%, 37.559% 98.438%, 37.559% 98.438%, 32.677% 97.14%, 28.317% 95.545%, 24.437% 93.705%, 20.995% 91.669%, 17.948% 89.485%, 15.255% 87.204%, 12.872% 84.876%, 10.758% 82.549%, 8.871% 80.273%, 7.168% 78.098%);
          clip-path: polygon(7.168% 78.098%, 7.168% 78.098%, 3.492% 71.702%, 1.126% 64.023%, 0.065% 55.451%, 0.303% 46.378%, 1.836% 37.197%, 4.658% 28.298%, 8.763% 20.074%, 14.146% 12.916%, 20.803% 7.216%, 28.727% 3.365%, 28.727% 3.365%, 31.987% 2.657%, 35.105% 2.605%, 38.034% 3.074%, 40.726% 3.926%, 43.134% 5.023%, 45.211% 6.229%, 46.909% 7.406%, 48.18% 8.416%, 48.978% 9.123%, 49.254% 9.389%, 49.254% 9.389%, 51.941% 6.795%, 55.993% 4.202%, 61.093% 1.969%, 66.922% 0.454%, 73.16% 0.017%, 79.488% 1.017%, 85.588% 3.812%, 91.142% 8.762%, 95.829% 16.225%, 99.332% 26.56%, 99.332% 26.56%, 99.959% 32.177%, 99.771% 40.422%, 98.507% 50.44%, 95.905% 61.377%, 91.704% 72.378%, 85.642% 82.589%, 77.458% 91.154%, 66.89% 97.221%, 53.678% 99.934%, 37.559% 98.438%, 37.559% 98.438%, 32.677% 97.14%, 28.317% 95.545%, 24.437% 93.705%, 20.995% 91.669%, 17.948% 89.485%, 15.255% 87.204%, 12.872% 84.876%, 10.758% 82.549%, 8.871% 80.273%, 7.168% 78.098%);
}
.advantages-item {
  -webkit-filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.25));
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .advantages-item {
    -webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.25));
  }
}
.advantages-item-description {
  padding: 40px 50px;
}
.advantages-color-yellowColorAdvantages {
  background-color: #FCEE21;
}
.advantages-color-yellow2ColorAdvantages {
  background-color: #FFDD00;
}
.advantages-color-orangeColorAdvantages {
  background-color: #F3B930;
}
.advantages-color-blueColorAdvantages {
  background-color: #FFF1DA;
}
.advantages-color-violetColorAdvantages {
  background-color: #8E38A0;
}
.advantages-color-violet2ColorAdvantages {
  background-color: #7D2B8E;
}
.advantages-color-turquoiseColorAdvantages {
  background-color: #FDCA16;
}
.advantages-color-turquoise2ColorAdvantages {
  background-color: #F21322;
}
.advantages-color-redColorAdvantages {
  background-color: #F04462;
}
.advantages-color-red2ColorAdvantages {
  background-color: #E7004C;
}
.advantages-color-greenColorAdvantages {
  background-color: #42266C;
}

.services-list {
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-gap: 40px;
    height: 100%;
  }
  .services-list .services-col:nth-child(3n+1) {
    grid-column: span 2;
  }
  .services-list .services-col:nth-child(3n+1) .services-item__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 0;
  }
  .services-list .services-col:nth-child(3n+1) .services-item__block {
    max-width: calc(50% - 215px);
    -webkit-transform: translateX(calc(50% + 215px));
            transform: translateX(calc(50% + 215px));
    margin: 0 auto;
  }
  .services-list .services-col:nth-child(3n+2) .services-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .services-list .services-col:nth-child(3n+2) .services-item__image {
    margin-left: auto;
  }
  .services-list .services-col:nth-child(3n+2) .services-item__block {
    max-width: calc(100% - 250px);
    bottom: 100%;
    margin-right: -250px;
  }
  .services-list .services-col:nth-child(3n+3) .services-item__image {
    margin-right: auto;
    position: relative;
  }
  .services-list .services-col:nth-child(3n+3) .services-item__block {
    position: relative;
    left: -25%;
  }
}
@media screen and (max-width: 1023px) {
  .services-list .services-col:nth-child(odd) .services-item__image {
    margin-right: auto;
  }
  .services-list .services-col:nth-child(even) .services-item__image {
    margin-left: auto;
  }
}
.services-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .services-item {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.services-item .title {
  text-transform: uppercase;
  color: #59388F;
}
.services-item__image_bottom {
  height: 200px;
  min-width: 400px;
  width: 100%;
  z-index: -2;
  -webkit-clip-path: polygon(7.168% 78.098%, 7.168% 78.098%, 3.492% 71.702%, 1.126% 64.023%, 0.065% 55.451%, 0.303% 46.378%, 1.836% 37.197%, 4.658% 28.298%, 8.763% 20.074%, 14.146% 12.916%, 20.803% 7.216%, 28.727% 3.365%, 28.727% 3.365%, 31.987% 2.657%, 35.105% 2.605%, 38.034% 3.074%, 40.726% 3.926%, 43.134% 5.023%, 45.211% 6.229%, 46.909% 7.406%, 48.18% 8.416%, 48.978% 9.123%, 49.254% 9.389%, 49.254% 9.389%, 51.941% 6.795%, 55.993% 4.202%, 61.093% 1.969%, 66.922% 0.454%, 73.16% 0.017%, 79.488% 1.017%, 85.588% 3.812%, 91.142% 8.762%, 95.829% 16.225%, 99.332% 26.56%, 99.332% 26.56%, 99.959% 32.177%, 99.771% 40.422%, 98.507% 50.44%, 95.905% 61.377%, 91.704% 72.378%, 85.642% 82.589%, 77.458% 91.154%, 66.89% 97.221%, 53.678% 99.934%, 37.559% 98.438%, 37.559% 98.438%, 32.677% 97.14%, 28.317% 95.545%, 24.437% 93.705%, 20.995% 91.669%, 17.948% 89.485%, 15.255% 87.204%, 12.872% 84.876%, 10.758% 82.549%, 8.871% 80.273%, 7.168% 78.098%);
          clip-path: polygon(7.168% 78.098%, 7.168% 78.098%, 3.492% 71.702%, 1.126% 64.023%, 0.065% 55.451%, 0.303% 46.378%, 1.836% 37.197%, 4.658% 28.298%, 8.763% 20.074%, 14.146% 12.916%, 20.803% 7.216%, 28.727% 3.365%, 28.727% 3.365%, 31.987% 2.657%, 35.105% 2.605%, 38.034% 3.074%, 40.726% 3.926%, 43.134% 5.023%, 45.211% 6.229%, 46.909% 7.406%, 48.18% 8.416%, 48.978% 9.123%, 49.254% 9.389%, 49.254% 9.389%, 51.941% 6.795%, 55.993% 4.202%, 61.093% 1.969%, 66.922% 0.454%, 73.16% 0.017%, 79.488% 1.017%, 85.588% 3.812%, 91.142% 8.762%, 95.829% 16.225%, 99.332% 26.56%, 99.332% 26.56%, 99.959% 32.177%, 99.771% 40.422%, 98.507% 50.44%, 95.905% 61.377%, 91.704% 72.378%, 85.642% 82.589%, 77.458% 91.154%, 66.89% 97.221%, 53.678% 99.934%, 37.559% 98.438%, 37.559% 98.438%, 32.677% 97.14%, 28.317% 95.545%, 24.437% 93.705%, 20.995% 91.669%, 17.948% 89.485%, 15.255% 87.204%, 12.872% 84.876%, 10.758% 82.549%, 8.871% 80.273%, 7.168% 78.098%);
}
.services-item__block {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .services-item__block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .services-item__block .wysiwyg {
    max-width: 550px;
  }
}

.news-list.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-list .news-col {
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .news-list .news-col {
    margin: 20px 0;
  }
}
.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.news-item__img {
  border-radius: 16px;
  overflow: hidden;
}
.news-item__img img {
  width: 100%;
  display: block;
}
.news-item__img img:not(.no-img) {
  height: auto;
}
.news-item__info {
  padding: 16px 0;
  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;
}
.news-item__info_btn {
  margin-bottom: 16px;
}
.news-item__info_btn > *:not(:last-child) {
  margin-bottom: 16px;
}
.news-item__info .btn {
  margin-top: auto;
}
.news-item__title {
  margin-bottom: 0;
}
.news-item .parameters {
  list-style-type: none;
  margin: 0;
}
.news-item .parameters li {
  padding: 0;
}

.product-item__single .wysiwyg a[href^=mailto] {
  font-weight: 400;
}

.product-slider {
  padding: 0 60px;
  position: relative;
}
.product-slider .slider {
  padding: 0 10px;
}
.product-row {
  margin: 0 -40px;
}
@media screen and (max-width: 1023px) {
  .product-row {
    margin: 0 -20px;
  }
}
.product-col {
  height: 100%;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .product-col {
    padding: 0 20px;
  }
}
.product-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.1490196078);
          box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.1490196078);
  padding: 20px;
  border-radius: 16px;
  position: relative;
  margin: 10px 0;
  margin-top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item:hover .product-item__image {
  opacity: 0;
}
.product-item:hover .product-bottom {
  opacity: 1;
}
.product-item__image {
  position: relative;
  max-width: 400px;
  margin: auto;
  margin-top: -25%;
}
.product-item__image img {
  width: 100%;
}
.product-item__info {
  text-align: center;
  font-weight: 600;
}
.product-item__info .title {
  color: #42266C;
}
.product-item__info .title-sub {
  font-size: 14px;
  margin-bottom: 10px;
  color: #9C9C9C;
  text-align: center;
}
.product-item__info .marker-item {
  font-size: 22px !important;
}
.product-item .marker-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0;
}
.product-item .marker-item {
  color: #FFC332;
  font-size: 14px;
  margin: 0;
  font-weight: 800;
}
.product-item .marker-item-info {
  text-align: center;
}
.product-item .marker-item-info .marker-item {
  font-weight: 700;
}
.product-bottom {
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  text-align: center;
  overflow: auto;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-bottom__container {
  margin: auto;
}
.product-bottom-info:not(:last-child) {
  margin-bottom: 24px;
}
.product-bottom-info .title {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .description-col__image .product-item__image {
    max-width: 60%;
  }
}

.contact-section .section-container {
  margin: 0 !important;
  padding: 60px !important;
}
@media screen and (max-width: 1023px) {
  .contact-section .section-container {
    padding: 60px 22px 0 !important;
    margin-bottom: 150px !important;
  }
}
.contact-section .image-block {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1520px) {
  .contact-section .image-block {
    max-width: 500px;
  }
}
.contact-section .image-block img {
  width: 100%;
  display: block;
}
.contact-row {
  margin: 0 -60px;
}
@media screen and (min-width: 1024px) {
  .contact-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .contact-row {
    margin: -20px;
  }
}
.contact-row > .col {
  padding: 0 60px;
}
@media screen and (max-width: 1023px) {
  .contact-row > .col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-row .image-block {
    margin-bottom: -150px;
  }
}
.contact-form {
  color: #FFFFFF;
  text-align: center;
}
.contact-form h2 {
  margin-bottom: 8px;
}
.contact-form-block-form {
  color: #FFFFFF;
  text-align: center;
}
.contact-form__container {
  padding: 40px 80px;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .contact-form__container {
    padding: 24px;
  }
}
.contact-form__success {
  display: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .contact-form__success {
    min-height: 400px;
  }
}
.contact-form.active .contact-form__form {
  display: none;
}
.contact-form.active .contact-form__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-info .contact-list ul li {
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .contact-info .contact-list ul li {
    font-size: 18px;
  }
}
.contact-info .contact-list ul li.icon-item:before {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1023px) {
  .contact-info .contact-list ul li.icon-item:before {
    width: 18px;
    height: 18px;
  }
}
.contact-info .soc-list li a .icon {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1023px) {
  .contact-info .soc-list li a .icon {
    width: 18px;
    height: 18px;
  }
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 30px;
  margin-bottom: 0;
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.contact-list ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-list ul li.icon-item {
  padding-left: 34px;
  position: relative;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/call.svg");
}
.contact-list.phone ul li:last-child {
  margin-bottom: 0;
}
.contact-list.phone ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list.phone ul li span {
  padding-left: 8px;
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/mail.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/geo.svg");
}
.contact-list.syte .icon-item:before {
  background-image: url("../images/icon/syte.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: 767px) {
  .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: 767px) {
  .contact-counter .counter-item {
    max-width: 50%;
  }
}
.contact-maps {
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact-maps {
    border-radius: 12px;
  }
}
.contact-maps iframe {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 1024px) {
  .description-container {
    max-width: 80%;
    margin: 0 auto;
  }
}
.description-banner {
  margin: 8% auto;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .description-banner {
    margin: 8%;
  }
}

.posts-list__soc {
  margin: 0 -20px;
}
.posts-list__soc .posts-col {
  padding: 20px;
}
.posts-list__soc .posts-item__image img {
  display: block;
  width: 100%;
}
.posts-list__partner {
  margin: 0 -12px;
}
.posts-list__partner .posts-col {
  padding: 12px;
  width: 16.6666666667%;
}
@media screen and (max-width: 1023px) {
  .posts-list__partner .posts-col {
    padding: 12px 7px;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .posts-list__partner .posts-col {
    width: 50%;
  }
}
.posts-list__partner .posts-item {
  -webkit-box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.3);
          box-shadow: -3px 3px 15px 0px rgba(196, 182, 198, 0.3);
  height: 140px;
  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: #FFFFFF;
  border-radius: 15px;
}
.posts-list__partner .posts-item__image {
  max-width: 100px;
}
.posts-list__partner .posts-item__image img {
  display: block;
}