@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%;
  overflow-x: hidden;
}

body {
  color: #171B1D;
  font-size: 18px;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

svg stop {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.icon-grad {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-grad__hover {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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: 700;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1023px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
  }
}

h1,
.h1 {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 24px;
  }
}

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

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

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

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

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

strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

a {
  color: #171B1D;
  text-decoration: none;
}
a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1023px) {
  .initial-title .title {
    text-transform: initial;
  }
}

ul, p, ol {
  padding: 0;
  margin-bottom: 24px;
  font-weight: 400;
}
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 {
  padding-left: 40px;
  border-left: 2px solid #58BBDE;
}
@media screen and (max-width: 1023px) {
  blockquote,
.blockquote {
    padding-left: 24px;
    border-width: 1px;
  }
}

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

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}
.container.container-middle {
  max-width: 1290px;
}
@media (max-width: 1400px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .row {
    margin: 0 -8px;
  }
}
@media screen and (min-width: 1024px) {
  .row.row-big {
    margin: 0 -50px;
  }
  .row.row-big > .col {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .row.row-big {
    margin: 0 -16px;
  }
  .row.row-big > .col {
    padding: 0 16px;
  }
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .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;
  }
  .text-mob-p-uppercase {
    text-transform: uppercase;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__progress {
  background: #58BBDE;
}

.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: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .icon {
    width: 14px;
    height: 14px;
  }
}
.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;
}
.icon-gradient {
  width: 0;
  height: 0;
  display: block;
}

.label-icon {
  position: relative;
}
.label-icon .icon {
  position: absolute;
  top: calc(50% - 9px);
  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: #DBC3A8;
}
table tr:hover td {
  background-color: #FFFFFF;
}
table td, table th {
  border-bottom: 1px solid #F3EDE4;
  border-top: 1px solid #F3EDE4;
  color: #665CAC;
  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: #58BBDE;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: #E6F5FA;
  border: 2px solid #E6F5FA;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 1.25;
  padding: 16px 16px !important;
  color: #171B1D;
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
    font-size: 12px !important;
    padding: 14px !important;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #E6F5FA;
  background-color: #E6F5FA;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #171B1D;
  background-color: #E6F5FA;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #DBC3A8;
  background-color: #DBC3A8;
  color: #171B1D;
}
input[type=text].error, input[type=text].wpcf7-not-valid,
input[type=password].error,
input[type=password].wpcf7-not-valid,
input[type=tel].error,
input[type=tel].wpcf7-not-valid,
input[type=email].error,
input[type=email].wpcf7-not-valid,
input[type=number].error,
input[type=number].wpcf7-not-valid,
textarea.error,
textarea.wpcf7-not-valid {
  border-color: #85181B;
}

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

.form-field {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .form-field {
    margin-bottom: 8px;
  }
}
.form-field .label-wrap {
  display: block;
  height: 100%;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  color: #171B1D;
}
@media screen and (max-width: 1023px) {
  .form-field .label-wrap {
    font-size: 14px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  text-align: left;
  left: 0;
  color: #85181B;
  font-size: 18px;
  line-height: 1.25;
  font-style: italic;
  margin-top: 8px;
}

.error-label {
  color: #85181B;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 18px;
  line-height: 1.25;
  font-style: italic;
}

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

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 300;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F7F7F;
  font-weight: 300;
}

.custom-check .wpcf7-list-item {
  margin: 0 0 13px;
  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;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: #85181B;
}
.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: #85181B;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label {
  color: #DBC3A8;
}
.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: #DBC3A8;
}
.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: #DBC3A8;
}
.custom-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label {
    padding-left: 26px;
  }
}
.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: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #85181B;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label:after {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}
.custom-check .wpcf7-list-item-label:hover {
  color: #85181B;
}
.custom-check .wpcf7-list-item-label:hover:after {
  border-color: #85181B;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before, .custom-check input[type=checkbox] ~ .wpcf7-list-item-label:after,
.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=checkbox] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  background: #85181B;
  opacity: 0;
  left: 3px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 0;
  }
}

.jcf-focus {
  border-color: #665CAC;
}

.jcf-select,
select {
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #E6F5FA;
  border-right: none;
  border-top: none;
  background-color: #E6F5FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .jcf-select,
select {
    height: 42px;
  }
}
.jcf-select.jcf-drop-active,
select.jcf-drop-active {
  border-radius: 0;
  border-bottom-color: transparent;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after,
select.jcf-drop-active .jcf-select-opener:after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.jcf-select.jcf-disabled,
select.jcf-disabled {
  opacity: 0.3;
}
.jcf-select .jcf-select-opener,
select .jcf-select-opener {
  width: 60px;
  height: 60px;
  background-color: transparent;
  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) {
  .jcf-select .jcf-select-opener,
select .jcf-select-opener {
    height: 46px;
    width: 46px;
  }
}
.jcf-select .jcf-select-opener:after,
select .jcf-select-opener:after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 8px;
  height: 8px;
  border: 2px solid #171B1D;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jcf-select .jcf-select-text,
select .jcf-select-text {
  color: #171B1D;
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .jcf-select .jcf-select-text,
select .jcf-select-text {
    font-size: 12px;
    padding: 0 14px;
  }
}

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  z-index: 3;
}

.jcf-select-drop-content {
  background-color: #E6F5FA;
  border: 1px solid #E6F5FA;
  border-top: 0;
  border-radius: 0;
  overflow: hidden;
  padding-bottom: 16px;
}
.jcf-select-drop-content .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-select-drop-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jcf-select-drop-content li {
  margin: 0;
  padding: 0;
}
.jcf-select-drop-content .jcf-option {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.25;
  color: #171B1D;
  display: block;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .jcf-select-drop-content .jcf-option {
    font-size: 12px;
  }
}
.jcf-select-drop-content .jcf-option.jcf-disabled {
  display: none;
}
.jcf-select-drop-content .jcf-option:hover {
  background-color: #58BBDE;
  color: #FFFFFF;
}
.jcf-select-drop-content .jcf-option.jcf-selected {
  background-color: #58BBDE;
  color: #FFFFFF;
}

select option:disabled {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden !important;
  display: none !important;
}

#demo-search-client_159753 {
  height: auto !important;
}

.search-bar_159753 {
  padding: 40px;
  background-color: #F3EDE4;
  gap: 16px;
}
.search-bar_159753 .search-btn_159753 {
  background-color: #639238;
  border: 2px solid #639238;
  border-radius: 0;
}
.search-bar_159753 .search-btn_159753 .icon {
  fill: #FFFFFA;
}
.search-bar_159753 .search-btn_159753:hover {
  color: #FFFFFA;
  background-color: #8B7B63;
  border-color: #8B7B63;
}
.search-bar_159753 .search-btn_159753:hover .icon {
  fill: #FFFFFA;
}
.search-bar_159753 .search-btn_159753:active {
  border-color: #8B7B63;
  color: #FFFFFA;
  background-color: #8B7B63;
}
.search-bar_159753 .search-btn_159753:active .icon {
  fill: #FFFFFA;
}

.section-filter .new_f-wrapper .new_f-title {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.section-filter .new_f-container {
  font-family: "Montserrat", sans-serif !important;
  background-image: none !important;
  background-color: #F3EDE4 !important;
  max-width: 1520px;
}
@media (max-width: 1700px) {
  .section-filter .new_f-container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .section-filter .new_f-container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .new_f-container {
    max-width: 100%;
  }
}
.section-filter .new_f-container * {
  font-family: "Montserrat", sans-serif !important;
}
.section-filter .new_f-container .slider-container .ui-widget-content {
  background: #58BBDE !important;
}
.section-filter .new_f-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #171B1D !important;
}
.section-filter .new_f-ext-container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #171B1D !important;
  background-color: #F3EDE4 !important;
}
.section-filter .new_f-ext-container .slider-container .ui-widget-content {
  background: #58BBDE !important;
}
.section-filter .new_f-ext-container .ui-slider .ui-slider-range {
  background: #58BBDE !important;
}
.section-filter .new_f-ext-container .ui-slider .ui-slider-handle {
  border-color: #58BBDE !important;
}
.section-filter .new_f-ext-container [class*=new_f-] input[type=radio]:checked + ::before,
.section-filter .new_f-ext-container .new_f-ext-col-recommend input[type=checkbox]:checked + ::before {
  border-color: #58BBDE !important;
  background: #58BBDE !important;
}
.section-filter .new_f-ext-container .new_f-dropdown-body-bottom {
  width: auto;
  padding: 0 16px;
}
.section-filter .new_f-ext-container .new_f-dropdown-btn-apply {
  color: #FFFFFF;
  background-color: #58BBDE;
  font-size: 18px;
  width: auto;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  border: 2px solid #58BBDE;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  height: auto;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .section-filter .new_f-ext-container .new_f-dropdown-btn-apply {
    padding: 14px 16px;
    font-size: 14px;
    border-width: 1px;
  }
}
.section-filter .new_f-ext-container .new_f-dropdown-btn-apply:hover {
  color: #FFFFFF;
  background-color: #003664;
  border-color: #003664;
}
.section-filter .new_f-ext-container .new_f-dropdown-btn-apply:active {
  color: #FFFFFF;
  border-color: #003664;
  background-color: #003664;
}
.section-filter .new_f-ext-bl-title {
  color: #171B1D !important;
  font-weight: 500 !important;
}
.section-filter .new_f-ext-bl [class*=new_f-] input[type=checkbox]:checked + *::after {
  background-image: url("../images/icon/check.svg") !important;
}
.section-filter .new_f-ext-body {
  width: auto;
  padding: 0 16px;
}
.section-filter .new_f-ext-btn {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
}
.section-filter .new_f-ext-btn-text {
  color: #171B1D !important;
}
.section-filter .new_f-ext-btn-text:before {
  border-color: #171B1D transparent transparent;
}
.section-filter .new_f-ext-btn-container {
  width: 100%;
  padding: 0 16px;
}
.section-filter .new_f-ext-clear-btn {
  color: #171B1D;
}
.section-filter .new_f-form > .clearfix {
  width: auto;
  padding: 0 16px;
}
@media screen and (min-width: 915px) {
  .section-filter .new_f-form > .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}
.section-filter .new_f-form .new_f-label-name {
  color: #171B1D;
}
.section-filter .new_f-form .new_f-dates-container {
  width: 100%;
}
.section-filter .new_f-form .new_f-form-submit {
  color: #FFFFFF;
  background-color: #58BBDE;
  font-size: 18px;
  width: auto;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  border: 2px solid #58BBDE;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  height: auto;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .section-filter .new_f-form .new_f-form-submit {
    padding: 14px 16px;
    font-size: 14px;
    border-width: 1px;
  }
}
.section-filter .new_f-form .new_f-form-submit:hover {
  color: #FFFFFF;
  background-color: #003664;
  border-color: #003664;
}
.section-filter .new_f-form .new_f-form-submit:active {
  color: #FFFFFF;
  border-color: #003664;
  background-color: #003664;
}
.section-filter .new_f-form-field {
  background-color: transparent !important;
  height: auto;
  border-left-color: #E6F5FA !important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  border-bottom-color: #E6F5FA !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 915px) {
  .section-filter .new_f-form-field {
    width: 100% !important;
  }
}
.section-filter .new_f-form-field:hover, .section-filter .new_f-form-field:focus, .section-filter .new_f-form-field:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.section-filter .new_f-form-field:before {
  display: none;
}
.section-filter .new_f-form-field input {
  border-left: none !important;
  border-bottom: none !important;
  height: auto !important;
}
.section-filter .new_f-search-dates-wrap svg {
  fill: #58BBDE;
}
.section-filter .new_f-search-dates-wrap button {
  background-color: #DBC3A8 !important;
}
.section-filter .new_f-search-dates-popup {
  background-color: #DBC3A8 !important;
}
.section-filter .new_f-dropdown-btn {
  height: auto !important;
  width: 100%;
  padding: 16px 22px;
}
.section-filter .new_f-dropdown-btn:after {
  top: 22px;
  border-color: #58BBDE transparent transparent;
}
.section-filter .new_f-dropdown-btn .cnt {
  background-color: transparent !important;
  top: 13px;
}
.section-filter .new_f-dropdown-btn .cnt:after {
  border-color: #58BBDE transparent transparent;
}
.section-filter .new_f-dropdown-body-bottom {
  text-align: center;
}
.section-filter .exs_dir-list {
  border: none;
  background-color: transparent;
}
.section-filter .exs_search-extended {
  left: 320px;
  top: 128px;
}
.section-filter .exs_search-extended .exs_extended-btn {
  font-weight: 500 !important;
}
.section-filter .exs_search-extended .exs_extended-btn:before {
  border-color: #58BBDE transparent transparent;
}
.section-filter .exs_search-extended-container.clearfix {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #171B1D;
}
.section-filter .exs_search-label {
  height: auto;
  border: none;
  background-color: transparent;
}
.section-filter .exs_search-label:after {
  display: none;
}
.section-filter .exs_search-form {
  background-image: none !important;
  background-color: #F3EDE4 !important;
}
.section-filter .exs_search-form > .clearfix {
  width: auto;
  padding: 0 16px;
}
@media screen and (min-width: 915px) {
  .section-filter .exs_search-form > .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    max-width: calc(100% - 150px);
  }
  .section-filter .exs_search-form > .clearfix > * {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_search-form .exs_search-duration {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_search-form .exs_search-dates {
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.section-filter .exs_search-extended {
  color: #58BBDE;
}
.section-filter .exs_search-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #171B1D !important;
}
.section-filter .exs_search-title span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #171B1D !important;
}
.section-filter .exs_search-cols {
  background-image: none !important;
  background-color: transparent !important;
  border-right: none !important;
  height: auto !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: 1px solid #171B1D !important;
  border-bottom: 1px solid #171B1D !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 22px !important;
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_search-cols {
    padding: 10px 16px !important;
  }
}
.section-filter .exs_search-transport {
  position: static;
  display: block;
}
.section-filter .exs_search-transport label input:checked + span:before {
  background-image: url("../images/icon/check.svg") !important;
}
.section-filter .exs_container {
  font-family: "Montserrat", sans-serif !important;
  background-image: none !important;
  background-color: #F3EDE4 !important;
  max-width: 1520px;
  padding: 0;
}
@media (max-width: 1700px) {
  .section-filter .exs_container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .section-filter .exs_container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1023px) {
  .section-filter .exs_container {
    max-width: 100%;
  }
}
.section-filter .exs_container * {
  font-family: "Montserrat", sans-serif !important;
}
.section-filter .exs_container .slider-container .ui-widget-content {
  background: #58BBDE !important;
}
.section-filter .exs_add-dir-btn {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
          filter: brightness(0) saturate(100%) invert(50%) sepia(9%) saturate(2834%) hue-rotate(49deg) brightness(99%) contrast(75%);
}
.section-filter .exs_add-dir-btn .exs_und {
  font-weight: 400;
}
.section-filter .exs_autocomplete-toggle_element {
  background-color: transparent !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 6px 4px 0 !important;
  border-color: #58BBDE transparent transparent !important;
  top: 22px !important;
  right: 8px !important;
}

#exs_container #exs_search-container .exs_search-form input,
#exs_container #exs_search-container .exs_search-form select {
  padding: 16px 22px !important;
  background-color: transparent !important;
  height: auto !important;
  border-radius: 0 !important;
}
#exs_container #exs_search-container input.exs_search-submit {
  color: #FFFFFF !important;
  background-color: #58BBDE !important;
  font-size: 18px !important;
  width: auto !important;
  cursor: pointer !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.25 !important;
  border: 2px solid #58BBDE !important;
  text-decoration: none !important;
  display: inline-block !important;
  border-radius: 0 !important;
  outline: none !important;
  height: auto !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 16px 22px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #exs_container #exs_search-container input.exs_search-submit {
    padding: 14px 16px !important;
    font-size: 14px !important;
    border-width: 1px !important;
  }
}
#exs_container #exs_search-container input.exs_search-submit:hover {
  color: #FFFFFF !important;
  background-color: #003664 !important;
  border-color: #003664 !important;
}
#exs_container #exs_search-container input.exs_search-submit:active {
  color: #FFFFFF !important;
  border-color: #003664 !important;
  background-color: #003664 !important;
}
#exs_container #exs_search-container input.ui-autocomplete-input {
  border-right: none !important;
  border-top: none !important;
  border-left: 1px solid #171B1D !important;
  border-bottom: 1px solid #171B1D !important;
}
#exs_container #exs_search-container input.exs_datepicker-start, #exs_container #exs_search-container input.exs_datepicker-end {
  background-color: #DBC3A8 !important;
  padding: 0 !important;
  height: 30px !important;
}

.new_t-tab-content-top {
  background-color: #58BBDE !important;
}
.new_t-modal-body-top {
  background-color: #58BBDE !important;
}

.new_f-dropdown-body-top {
  background-color: #58BBDE !important;
}

.new_layer-open-to #new_os-to .new_f-dropdown-btn {
  width: calc(100% - 30px);
}
.new_layer-open-to #new_os-to .new_f-dropdown-btn .cnt {
  top: 6px;
}

#new_os-to .type-item {
  background-color: #58BBDE !important;
  color: #FFFFFF !important;
}

.exs_r-container,
.new_r-container {
  width: 100%;
  max-width: 1520px !important;
  margin: 0 auto;
  padding: 0 12px;
}
@media (max-width: 1700px) {
  .exs_r-container,
.new_r-container {
    max-width: calc(100% - 100px) !important;
  }
}
@media (max-width: 1200px) {
  .exs_r-container,
.new_r-container {
    max-width: calc(100% - 80px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .exs_r-container,
.new_r-container {
    padding: 0 16px;
    max-width: 100% !important;
  }
}

.exs_r-wrapper {
  margin: initial !important;
}

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #58BBDE;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #171B1D;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #FFFFFF;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:not(.btn_secondary),
button:not(.btn_secondary),
input[type=submit]:not(.btn_secondary),
input[type=reset]:not(.btn_secondary) {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:not(.btn_secondary):after,
button:not(.btn_secondary):after,
input[type=submit]:not(.btn_secondary):after,
input[type=reset]:not(.btn_secondary):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background-image: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    padding: 12px 14px;
    font-size: 14px;
    border-width: 1px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #FFFFFF;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #FFFFFF;
  background: #003664;
  border-color: #003664;
}
.btn:hover:after,
button:hover:after,
input[type=submit]:hover:after,
input[type=reset]:hover:after {
  opacity: 0;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #FFFFFF;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #003664;
  color: #DBC3A8;
  background: #003664;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #DBC3A8;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #171B1D;
  border-color: #DBC3A8;
  background: #DBC3A8;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #171B1D;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  background-image: none;
  border-color: #003664;
  color: #FFFFFF;
  background-color: #003664;
}
.btn.btn_secondary:after,
button.btn_secondary:after,
input[type=submit].btn_secondary:after,
input[type=reset].btn_secondary:after {
  display: none;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #FFFFFF;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #003664;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.btn.btn_secondary:hover .icon,
button.btn_secondary:hover .icon,
input[type=submit].btn_secondary:hover .icon,
input[type=reset].btn_secondary:hover .icon {
  fill: #003664;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #171B1D;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.btn.btn_secondary:active .icon,
button.btn_secondary:active .icon,
input[type=submit].btn_secondary:active .icon,
input[type=reset].btn_secondary:active .icon {
  fill: #171B1D;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: #DBC3A8;
  background-color: #DBC3A8;
  color: #171B1D;
}
.btn.btn_secondary:disabled .icon,
button.btn_secondary:disabled .icon,
input[type=submit].btn_secondary:disabled .icon,
input[type=reset].btn_secondary:disabled .icon {
  fill: #171B1D;
}
.btn.btn-telegram,
button.btn-telegram,
input[type=submit].btn-telegram,
input[type=reset].btn-telegram {
  background-image: none;
  border: 1px solid #039BE5;
  color: #039BE5;
  background-color: transparent;
}
.btn.btn-telegram:after,
button.btn-telegram:after,
input[type=submit].btn-telegram:after,
input[type=reset].btn-telegram:after {
  display: none;
}
.btn.btn-telegram .icon,
button.btn-telegram .icon,
input[type=submit].btn-telegram .icon,
input[type=reset].btn-telegram .icon {
  fill: #039BE5;
}
.btn.btn-telegram:hover,
button.btn-telegram:hover,
input[type=submit].btn-telegram:hover,
input[type=reset].btn-telegram:hover {
  color: #FFFFFF;
  border-color: #039BE5;
  background-color: #039BE5;
}
.btn.btn-telegram:hover .icon,
button.btn-telegram:hover .icon,
input[type=submit].btn-telegram:hover .icon,
input[type=reset].btn-telegram:hover .icon {
  fill: #FFFFFF;
}
.btn.btn-telegram:active,
button.btn-telegram:active,
input[type=submit].btn-telegram:active,
input[type=reset].btn-telegram:active {
  color: #DBC3A8;
  border-color: #039BE5;
  background-color: #039BE5;
}
.btn.btn-telegram:active .icon,
button.btn-telegram:active .icon,
input[type=submit].btn-telegram:active .icon,
input[type=reset].btn-telegram:active .icon {
  fill: #DBC3A8;
}
.btn.btn-telegram:disabled,
button.btn-telegram:disabled,
input[type=submit].btn-telegram:disabled,
input[type=reset].btn-telegram:disabled {
  border-color: #DBC3A8;
  background-color: #DBC3A8;
  color: #171B1D;
}
.btn.btn-telegram:disabled .icon,
button.btn-telegram:disabled .icon,
input[type=submit].btn-telegram:disabled .icon,
input[type=reset].btn-telegram:disabled .icon {
  fill: #171B1D;
}
.btn.btn-viber,
button.btn-viber,
input[type=submit].btn-viber,
input[type=reset].btn-viber {
  background-image: none;
  border: 1px solid #665CAC;
  color: #665CAC;
  background-color: transparent;
}
.btn.btn-viber:after,
button.btn-viber:after,
input[type=submit].btn-viber:after,
input[type=reset].btn-viber:after {
  display: none;
}
.btn.btn-viber .icon,
button.btn-viber .icon,
input[type=submit].btn-viber .icon,
input[type=reset].btn-viber .icon {
  fill: #665CAC;
}
.btn.btn-viber:hover,
button.btn-viber:hover,
input[type=submit].btn-viber:hover,
input[type=reset].btn-viber:hover {
  color: #FFFFFF;
  border-color: #665CAC;
  background-color: #665CAC;
}
.btn.btn-viber:hover .icon,
button.btn-viber:hover .icon,
input[type=submit].btn-viber:hover .icon,
input[type=reset].btn-viber:hover .icon {
  fill: #FFFFFF;
}
.btn.btn-viber:active,
button.btn-viber:active,
input[type=submit].btn-viber:active,
input[type=reset].btn-viber:active {
  color: #DBC3A8;
  border-color: #665CAC;
  background-color: #665CAC;
}
.btn.btn-viber:active .icon,
button.btn-viber:active .icon,
input[type=submit].btn-viber:active .icon,
input[type=reset].btn-viber:active .icon {
  fill: #DBC3A8;
}
.btn.btn-viber:disabled,
button.btn-viber:disabled,
input[type=submit].btn-viber:disabled,
input[type=reset].btn-viber:disabled {
  border-color: #DBC3A8;
  background-color: #DBC3A8;
  color: #171B1D;
}
.btn.btn-viber:disabled .icon,
button.btn-viber:disabled .icon,
input[type=submit].btn-viber:disabled .icon,
input[type=reset].btn-viber:disabled .icon {
  fill: #171B1D;
}

.btn.btn-link {
  background-color: transparent;
  border: none;
  color: #85181B;
  padding: 0;
  border-bottom: 1px solid #85181B;
}
.btn.btn-link:hover, .btn.btn-link:active {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
}
.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-icon-position__left .icon {
  margin-right: 8px;
}
.btn-icon-position__left-block {
  margin-right: 12px;
}
.btn-icon-position__left-block .icon {
  margin-right: 0;
}
.btn-icon-position__left:hover-block .icon {
  margin-right: 0;
}
.btn-icon-position__right .icon {
  margin-left: 8px;
}
.btn-icon-position__right-block {
  margin-left: 12px;
}
.btn-icon-position__right-block .icon {
  margin-left: 0;
}
.btn-icon-position__right:hover-block .icon {
  margin-left: 0;
}
.btn-icon.icon {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .btn-icon.icon {
    width: 14px;
    height: 14px;
  }
}
.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 auto 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 16px;
}
.wysiwyg strong {
  font-weight: 700;
}

.slider {
  width: 100%;
}
.slider-carousel {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider-carousel {
    padding: 0 80px;
  }
}
.slider-carousel .slider-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-carousel .slider-nav-btn-next {
  right: 0;
}
.slider-carousel .slider-nav-btn-prev {
  left: 0;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-nav-btn .icon {
  width: 60px;
  height: 60px;
  fill: #85181B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .slider-nav-btn {
    width: 32px;
    height: 32px;
  }
  .slider-nav-btn .icon {
    width: 32px;
    height: 32px;
  }
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}
.slider-nav-btn.swiper-button-disabled {
  opacity: 1;
}
.slider-nav-btn.swiper-button-disabled .icon {
  fill: #003664;
}
.slider-pagination {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .slider-pagination {
    margin-top: 24px;
  }
}
.slider-pagination .swiper-pagination-bullet {
  background-color: #003664;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .slider-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #85181B;
}

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

.accordion-item {
  padding: 18px 24px;
  margin-bottom: 8px;
  background-color: #E6F5FA;
}
@media screen and (max-width: 1023px) {
  .accordion-item {
    padding: 12px 16px;
  }
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .accordion-item.active .accordion-item__header {
    margin-bottom: 8px;
  }
}
.accordion-item.active .accordion-item__header .arrow .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;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  -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: 14px;
  }
}
.accordion-item .accordion-item__header .title-text {
  position: relative;
  padding-right: 8px;
}
.accordion-item .accordion-item__header .arrow .icon {
  display: block;
}
.accordion-item .accordion-item__body {
  display: none;
}

.air-datepicker {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
  border-color: #FFFFFF !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  overflow: hidden;
  color: #665CAC;
  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: #665CAC;
  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: #003664;
}
.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: #003664;
  color: #FFFFFF;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #003664;
  font-size: 18px;
  line-height: 1.25;
  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.25;
  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: #003664;
  color: #FFFFFF;
}
.air-datepicker-cell.-current- {
  border: 1px solid #665CAC;
  color: #665CAC;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #003664;
  background-color: #003664;
  color: #FFFFFF;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #665CAC;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #665CAC;
  color: #FFFFFF;
}
.air-datepicker-cell.-selected- {
  background: #665CAC;
  color: #FFFFFF;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #665CAC;
  color: #FFFFFF;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #665CAC !important;
  color: #FFFFFF !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #665CAC;
  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: #665CAC;
  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: #039BE5;
  -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: #039BE5;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #58BBDE;
  background-color: #FFFFFF;
}

.header {
  position: relative;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 8px 0;
  }
}
.header.fixedToTop {
  background: #FFFFFF;
}
.header > .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;
  gap: 16px;
}
.header-top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header-top-contact {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-top-contact {
    gap: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-top-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header-top-contact .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}
.header-top-contact .icon-item a {
  font-weight: 400;
}
.header-top-contact .icon-item:before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .header-top-contact .icon-item:before {
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.header-top-contact .icon-item.email:before {
  background-image: url("../images/icon/email.svg");
}
.header-top-contact .icon-item.phone:before {
  background-image: url("../images/icon/phone.svg");
}
.header-top-contact .icon-item.addres:before {
  background-image: url("../images/icon/location.svg");
}
.header-middle {
  padding: 16px 0;
}
@media screen and (max-width: 1023px) {
  .header-middle {
    padding: 8px 0;
  }
}
.header-middle .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;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .header-info {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    right: 0;
    left: -100%;
    top: 100% !important;
    height: calc(var(--vh, 100vh) - 51px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(13, 13, 13, 0.8);
  }
  .header-mobile .nav-toggle {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(2) {
    opacity: 0;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    padding: 24px;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__bottom {
    margin-top: 24px;
  }
  .header-mobile__bottom > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
.header-mobile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-mobile__container.desc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc {
    display: none;
  }
}
.header.active .header-mobile {
  left: 0;
  visibility: visible;
  opacity: 1;
}

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

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none !important;
  }
}
.nav-toggle__text {
  font-size: 18px;
  margin-right: 4px;
}
.nav-toggle__block {
  width: 32px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-toggle .nav-toggle__link {
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  height: 3px;
  border-radius: 0;
  width: 100%;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle.active {
  width: 24px;
  height: 24px;
}
.nav-toggle.active .nav-toggle__block {
  width: 24px;
  height: 24px;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
  width: 100%;
}
.nav-toggle.active .nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .nav-toggle__link:nth-child(3) {
  width: 100%;
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 16px !important;
  }
  .header-menu__container .btn {
    max-width: 250px;
    margin: auto;
  }
}
.header .logo img {
  max-width: 95px;
}
@media (max-width: 1400px) {
  .header .logo img {
    max-width: 60px;
  }
}
@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;
  }
  .header .menu-list:not(.lang) {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list:not(.lang) {
    gap: 12px;
  }
}
.header .menu-list > .menu-item > a {
  font-weight: 700;
  color: #171B1D;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item > a {
    color: #171B1D;
    font-weight: 700;
    font-size: 14px;
  }
}
.header .menu-list > .menu-item > a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .header .menu-list > .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list > .menu-item > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list > .menu-item-has-children > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #E6F5FA;
  padding: 0 16px;
}
.header .menu-list > .menu-item-has-children .sub-menu .menu-item a, .header .menu-list > .menu-item__sub .sub-menu .menu-item a {
  font-weight: 700;
  display: block;
  padding: 0;
  color: #171B1D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header .menu-list > .menu-item-has-children .sub-menu .menu-item a, .header .menu-list > .menu-item__sub .sub-menu .menu-item a {
    font-size: 14px;
    padding: 0;
  }
}
.header .menu-list > .menu-item-has-children .sub-menu .menu-item a:hover, .header .menu-list > .menu-item__sub .sub-menu .menu-item a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@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;
    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: 24px;
  }
}
@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: 16px;
}
@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 {
    padding: 16px;
    max-width: 280px;
  }
}
.header .menu-list-btn > .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}
.header .menu-list-btn > .menu-item > a {
  text-transform: uppercase;
  font-weight: 400;
  color: #171B1D;
  padding: 18px 36px;
  border: 2px solid #171B1D;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header .menu-list-btn > .menu-item > a {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header .menu-list-btn > .menu-item > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list-btn > .menu-item > a {
    padding: 14px 28px;
    font-size: 14px;
    border-width: 1px;
    display: block;
  }
}
.header .menu-list-btn > .menu-item > a:hover {
  background-color: #171B1D;
  border-color: #171B1D;
  color: #58BBDE;
}
@media screen and (min-width: 1024px) {
  .header .menu-list-btn > .menu-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list-btn > .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.header .contact-list li {
  padding-left: 0;
}
.header .contact-list li a {
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header .contact-list li a {
    font-size: 14px;
  }
}
.header-mobile__container.desc {
  padding-left: 5%;
}
.header-mobile__container.desc > * {
  padding: 0 8px !important;
}
.header-mobile__container.desc .menu-item {
  list-style-type: none;
}
.header-mobile__container.desc .menu-item > a {
  font-weight: 400;
  color: #171B1D;
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item > a {
    color: #171B1D;
    font-weight: 400;
    font-size: 18px;
  }
}
.header-mobile__container.desc .menu-item > a:hover {
  color: #58BBDE;
}
@media screen and (min-width: 1024px) {
  .header-mobile__container.desc .menu-item {
    padding: 0 15px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-mobile__container.desc .menu-item {
    padding: 0 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.header-mobile__container.desc .menu-item.menu-list-btn {
  padding-top: 0;
  padding-bottom: 0;
}
.header-mobile__container.desc .menu-item.menu-list-btn > a {
  text-transform: uppercase;
  font-weight: 400;
  color: #171B1D;
  padding: 14px 32px;
  border: 2px solid #171B1D;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .header-mobile__container.desc .menu-item.menu-list-btn > a {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-mobile__container.desc .menu-item.menu-list-btn > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item.menu-list-btn > a {
    padding: 14px 28px;
    font-size: 14px;
    border-width: 1px;
    display: block;
  }
}
.header-mobile__container.desc .menu-item.menu-list-btn > a:hover {
  background-color: #171B1D;
  border-color: #171B1D;
  color: #58BBDE;
}
@media screen and (min-width: 1024px) {
  .header-mobile__container.desc .menu-item.menu-list-btn {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__container.desc .menu-item.menu-list-btn:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header .contact-list {
    margin-bottom: 0 !important;
  }
}

.footer {
  margin-top: auto;
}
.footer .menu-list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer .menu-list .menu-item a {
  color: #171B1D;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer .menu-list .menu-item a {
    font-size: 14px;
  }
}
.footer .menu-list .menu-item a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.footer a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.footer .copyright {
  font-weight: 400;
}
.footer .copyright span {
  color: #DBC3A8;
}
.footer .copyright span a {
  color: #DBC3A8;
}
.footer .copyright span a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.footer-top {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 4px 0;
  }
}
.footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .footer-top-row {
    gap: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom {
  padding: 16px 0;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .container {
    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) {
  .footer-info {
    text-align: center;
  }
}
.footer-info__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info__title {
    margin-bottom: 8px;
  }
}
.footer-info__title .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .footer-info__title .title {
    font-size: 14px;
  }
}
@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 {
  max-width: 110px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin: 0 auto;
    margin-bottom: 8px;
    max-width: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .soc-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-info .soc-list ul .icon {
    width: 18px;
    height: 18px;
  }
}
.footer-info .wysiwyg {
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .footer-info .wysiwyg {
    font-size: 14px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info .logo,
.footer-info .wysiwyg {
    margin-bottom: 16px;
  }
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info .contact-list:not(:last-child) {
    margin-bottom: 8px;
  }
}
.footer-info .contact-list li {
  padding-left: 0;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer-info .contact-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-info .contact-list li a {
  font-weight: 700;
}
.footer-info .contact-list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-info .contact-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 20px 0;
  }
  .footer-info__top {
    padding-top: 4px;
  }
  .footer-info__bottom {
    padding-bottom: 4px;
  }
}

.popup {
  cursor: auto;
  max-width: 1200px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  border-radius: 0;
  padding: 40px;
  background-image: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background-image: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .popup {
    border-radius: 0;
    padding: 24px 16px;
  }
}
.popup.popup-full {
  max-width: 90%;
  padding: 40px 0;
}
@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;
}
.popup.popup-fon {
  padding: 0;
}
.popup.popup-fon .popup-content {
  padding: 0;
}
.popup.popup-fon .popup-content .contact-form-block-form {
  padding: 15% 10%;
}
@media screen and (max-width: 1023px) {
  .popup.popup-fon .popup-content .contact-form-block-form {
    padding: 16px 16px 8px;
  }
}
.popup.popup-fon .popup-content .contact-form-block-fon {
  height: 100%;
}
.popup.popup-fon .popup-content .contact-form-block-fon img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.popup.popup-middle {
  width: 794px;
}
.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.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 25px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrap.active .popup {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 48px;
}
.popup-header .popup-remove {
  margin-left: auto;
  padding: 0;
  border: none;
}
.popup-header__title {
  margin-right: 24px;
}
.popup-header__title .title {
  color: #665CAC;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content .contact-form-block-form {
  background-image: none !important;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 18px;
  height: 18px;
  border-width: 0;
  background: transparent !important;
}
.popup-remove:before, .popup-remove:after {
  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: #FFFFFF;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .popup-remove .icon {
    width: 14px;
    height: 14px;
  }
}
.popup-remove:hover .icon {
  fill: #FFFFFF;
}
.popup-footer {
  text-align: right;
  padding: 0 16px 16px;
}
@media screen and (min-width: 1024px) {
  .popup-footer {
    display: none;
  }
}
.popup-footer .popup-remove {
  position: static !important;
  margin-left: auto;
  font-weight: 400;
  color: #039BE5;
  font-size: 12px;
}
.popup-footer .popup-remove:hover {
  color: #171B1D;
}

.section {
  padding: 80px 0;
}
.section-top-80 {
  padding-top: 80px;
}
.section-bottom-80 {
  padding-bottom: 80px;
}
.section-top-50 {
  padding-top: 40px;
}
.section-bottom-50 {
  padding-bottom: 40px;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
.section.section-40 {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 40px 0;
  }
  .section-top-50 {
    padding-top: 24px;
  }
  .section-bottom-50 {
    padding-bottom: 24px;
  }
  .section.section-40 {
    padding: 24px 0;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-fon__light {
  background-color: #171B1D;
}
.section.section-light {
  color: #FFFFFF;
}
.section.section-light a:not(.btn) {
  color: #FFFFFF;
}
.section.section-light a:not(.btn):hover {
  color: #DBC3A8;
}
.section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section .section-title {
    margin-bottom: 24px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}

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

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 18px;
  line-height: 1.25;
  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.25;
  font-weight: 400;
  color: #171B1D;
  -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 {
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.menu-list .menu-item-has-children, .menu-list .menu-item__sub {
  position: relative;
}
.menu-list .menu-item-has-children.sub-big .sub-menu, .menu-list .menu-item__sub.sub-big .sub-menu {
  min-width: 330px;
}
.menu-list .menu-item-has-children > a, .menu-list .menu-item__sub > a {
  position: relative;
  padding-right: 28px;
  display: inline-block;
}
.menu-list .menu-item-has-children > a:after, .menu-list .menu-item__sub > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon/arrow-menu.svg");
  -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: 2px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 1023px) {
  .menu-list .menu-item-has-children > a, .menu-list .menu-item__sub > a {
    padding-right: 12px;
  }
  .menu-list .menu-item-has-children > a:after, .menu-list .menu-item__sub > a:after {
    right: 0;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    background-size: contain;
  }
}
.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: 200px;
}
.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: #85181B;
}
.menu-list .menu-item-has-children .sub-menu li a:hover, .menu-list .menu-item__sub .sub-menu li a:hover {
  color: #58BBDE;
}
.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;
}
.menu-list .menu-item.menu-icon-item .menu-icon-group {
  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;
}
.menu-list .menu-item.menu-icon-item .icon {
  width: 18px;
  height: 18px;
  position: relative;
  fill: #171B1D;
}
.menu-list .menu-item.menu-icon-item a:hover .icon {
  fill: #58BBDE;
}

.mobile-menu {
  display: none;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.5);
  padding: 16px 24px;
  z-index: 10;
}
.mobile-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 8px;
}
.mobile-menu .menu-list .menu-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .menu-list .menu-item {
    min-width: 80px;
  }
  .mobile-menu .menu-list .menu-item > a {
    font-size: 14px;
  }
}

.pagination {
  margin-bottom: 0;
  text-align: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.pagination .page-numbers {
  text-align: center;
  text-decoration: none;
  color: #DBC3A8;
  font-size: 18px;
  line-height: 1.25;
  border-bottom: 1px solid transparent;
  background-color: #FFFFFF;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #171B1D;
  border-bottom-color: #171B1D;
}

#breadcrumbs {
  color: #DBC3A8;
}
#breadcrumbs a {
  color: #DBC3A8;
}
#breadcrumbs a:hover {
  color: #58BBDE;
}
#breadcrumbs .breadcrumb_last {
  color: #171B1D;
}

.breadcrumbs {
  padding: 16px 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}

.banner-section__fon {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
.banner-section__fon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  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:before {
    background-image: var(--bg-image-mob);
  }
}
.banner-section__fon_dark {
  position: relative;
  color: #FFFFFF;
}

.soc-list ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  font-weight: 400;
  color: #171B1D;
}
.soc-list ul li a span {
  padding-left: 8px;
}
.soc-list ul li a .icon {
  width: 18px;
  height: 18px;
  fill: #171B1D;
}
@media screen and (max-width: 1023px) {
  .soc-list ul li a .icon {
    width: 14px;
    height: 14px;
  }
}
.soc-list ul li a:hover .icon {
  fill: #58BBDE;
}

.main-banner_section {
  min-height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 !important;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1023px) {
  .main-banner_section {
    min-height: calc(100vh - 52px);
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .main-banner_section__2 {
    min-height: auto;
    height: 100%;
    max-height: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .main-banner_section__2 {
    padding: 40px 0 !important;
    min-height: calc(75vh - 65px);
  }
}
.main-banner_section__4 {
  min-height: 400px;
}
.main-banner_section__4 .banner-section__fon {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
.main-banner_section__4 .banner-section__fon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner_section .container {
  margin: auto;
}
.main-banner_section .container.counter-container {
  margin-bottom: 0;
}
.main-banner-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .main-banner-contact__section {
    min-height: initial;
  }
}
.main-banner-contact_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}
.main-banner-contact .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .main-banner-contact {
    gap: 24px 16px;
  }
  .main-banner-contact_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
  }
  .main-banner-contact .title {
    margin-bottom: 8px;
  }
}

.banner-slider .slider-nav__container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 10;
}

.counter-description-title-marker .counter-description {
  counter-reset: count6;
}
.counter-description-title-marker .counter-description > *:not(:last-child) {
  margin-bottom: 8px;
}
.counter-description-title-marker .counter-description h3, .counter-description-title-marker .counter-description h4, .counter-description-title-marker .counter-description h5, .counter-description-title-marker .counter-description h6 {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.counter-description-title-marker .counter-description h3:not(:first-child), .counter-description-title-marker .counter-description h4:not(:first-child), .counter-description-title-marker .counter-description h5:not(:first-child), .counter-description-title-marker .counter-description h6:not(:first-child) {
  margin-top: 16px;
}
.counter-description-title-marker .counter-description h3:before, .counter-description-title-marker .counter-description h4:before, .counter-description-title-marker .counter-description h5:before, .counter-description-title-marker .counter-description h6:before {
  content: counter(count6, decimal) ".";
  counter-increment: count6;
  left: 0;
  top: 0;
  position: absolute;
}
.counter-description__border {
  padding: 40px;
  z-index: 1;
  background-clip: padding-box;
  border: solid 4px transparent;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .counter-description__border {
    padding: 24px;
  }
}
.counter-description__border:before, .counter-description__border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.counter-description__border:after {
  z-index: -2;
  margin: -3px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
}
.counter-description__border:before {
  z-index: -1;
  background-color: #FFFFFF;
}
.counter-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .counter-description__item {
    gap: 24px;
  }
}
.counter-description__item_revers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.counter-section-description__border .counter-description {
  padding: 40px;
  background-clip: padding-box;
  border: solid 4px transparent;
  position: relative;
  background-color: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .counter-section-description__border .counter-description {
    padding: 24px;
  }
}
.counter-section-description__border .counter-description:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
}
@media screen and (max-width: 1023px) {
  .counter-row .col:not(:last-child) .counter-description__item {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .counter-row {
    margin: 0 -50px;
  }
  .counter-row > .col {
    padding: 0 50px;
  }
}
.counter-list.row {
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.counter-item {
  max-width: 25%;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .counter-item {
    max-width: 50%;
    margin-bottom: 16px;
  }
}
.counter-item__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;
}
@media screen and (max-width: 1023px) {
  .counter-item__block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.counter-item .count-block {
  line-height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
  margin-right: 8px;
}
.counter-item .count-title {
  display: block;
  text-align: left;
  max-width: 150px;
}
.counter-image {
  height: 100%;
}
.counter-image-item {
  height: 100%;
  overflow: hidden;
}
.counter-image-item img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .counter-image-item img {
    height: 100%;
  }
}

.counter-list-type-1 .counter-item .count-block {
  font-weight: 700;
}
.counter-list-type-1 .counter-item-title {
  text-transform: uppercase;
}

.advantages-section {
  padding: 0;
}
.advantages-container {
  border: 1px solid #171B1D;
  border-radius: 40px;
  position: relative;
  padding: 80px 40px;
}
@media (max-width: 1400px) {
  .advantages-container {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-container {
    padding: 24px;
    border-radius: 24px;
  }
}
.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.advantages-list .advantages-item {
  padding: 0 12px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 33.333%;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item {
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.advantages-list .advantages-item__info {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F3EDE4;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item__info {
    padding: 24px;
  }
}
.advantages-list .advantages-item__info .icon {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
}
.advantages-list .advantages-item__info .icon img {
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item__info .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
  }
  .advantages-list .advantages-item__info .icon img {
    width: 24px;
    height: 24px;
  }
}
.advantages-list .advantages-item__info .title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .advantages-list .advantages-item__info .title {
    margin-bottom: 16px;
  }
}
.advantages-list-marker {
  counter-reset: count1;
}
.advantages-list-marker .advantages-item__info:after {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: inline-block;
  margin-left: 16px;
}
.advantages-accordion-item .accordion-item__body .advantages-list__container {
  padding-left: 40px;
  border-left: 1px solid #171B1D;
}

.news-item {
  margin-bottom: 40px;
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 1023px) {
  .news-item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news-item {
    min-height: 150px;
    margin-bottom: 20px;
  }
}
.news-item__img {
  overflow: hidden;
}
.news-item__img img {
  width: 100%;
  display: block;
}
.news-item__img img:not(.no-img) {
  height: auto;
}
.news-item__info {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .news-item__info {
    padding: 8px 0;
  }
}
.news-item__info > *:not(:last-child) {
  margin-bottom: 8px;
}
.news-item__title {
  margin-bottom: 0;
}
.news-item__block {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.news-item__block .news-item__img {
  max-width: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .news-item__block .news-item__img {
    margin-bottom: 16px;
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-item__block .news-item__img {
    max-width: 32px;
  }
}
.news-item__block .news-item__title {
  font-weight: 400;
  text-transform: initial;
}
.news-item__link:hover .news-item__block {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-section-detail .description img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.news-back {
  font-weight: 700;
  font-size: 18px;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .news-back {
    font-size: 14px;
  }
}
.news-detail__info {
  margin-bottom: 8px;
}
.news-detail__info ul {
  list-style-type: none;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .post-detail-row {
    margin: 0 -50px;
  }
  .post-detail-row > .col {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .post-detail-row {
    margin: 0 -16px;
  }
  .post-detail-row > .col {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .post-detail-row > .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
.post-detail .product-list-info {
  border: 1px solid #F3EDE4;
  padding: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .post-detail .product-list-info {
    padding: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .post-detail .product-list-info {
    padding: 24px;
  }
}
.post-detail .product-list-info .title {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.post-detail .product-list-info ul {
  list-style-type: none;
  margin-left: 0;
}
.post-detail .product-list-info ul li {
  padding: 16px 0;
  border-bottom: 1px solid #DBC3A8;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-detail .product-list-info ul li span {
  font-weight: 400;
}
.post-detail .product-list-info ul li span:last-child {
  margin-left: 8px;
  text-align: right;
}
.post-detail .product-list-info ul li:not(:last-child) {
  margin-bottom: 16px;
}

.contact-section .section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .contact-section .section-title {
    margin-bottom: 24px;
  }
}
.contact-section-list {
  margin: 0 -20px -40px;
}
.contact-section-list .contact-section-col {
  max-width: 20%;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .contact-section-list .contact-section-col {
    max-width: 33.333%;
  }
}
@media screen and (max-width: 1023px) {
  .contact-section-list .contact-section-col {
    max-width: 50%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section-list .contact-section-col {
    max-width: 100%;
  }
}
.contact-section-list .contact-section-item .title {
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .contact-section-list .contact-section-item .title {
    margin-bottom: 8px;
  }
}
.contact-section-list .contact-info-list .contact-info {
  list-style-type: none;
  margin-left: 0;
}
.contact-section-list .contact-info-list .contact-info li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .contact-section-list .contact-info-list .contact-info li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contact-section-list .contact-info-list .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-section-list .contact-info-list .soc a .icon {
  fill: #171B1D;
}
.contact-section-list .contact-info-list .soc a:hover .icon {
  fill: #58BBDE;
}
.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
  color: #171B1D;
}
@media screen and (max-width: 1023px) {
  .contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .contact-form h1 + p, .contact-form h2 + p, .contact-form h3 + p, .contact-form h4 + p, .contact-form h5 + p, .contact-form h6 + p {
    font-size: 14px;
    text-align: center;
  }
}
.contact-form a[href^="tel:"] {
  font-weight: 400;
}
.contact-form a[href^="tel:"] span {
  position: relative;
  padding-left: 32px;
}
.contact-form a[href^="tel:"] span:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  margin-right: 8px;
  background-image: url("../images/icon/phone-contact.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .contact-form a[href^="tel:"] {
    display: block;
    margin-top: 8px;
  }
  .contact-form a[href^="tel:"] span {
    padding-left: 24px;
  }
  .contact-form a[href^="tel:"] span:before {
    top: -1px;
    width: 16px;
    height: 16px;
  }
}
.contact-form .row {
  margin: 0 -4px;
}
.contact-form .col {
  padding: 0 4px;
}
.contact-form__form {
  text-align: center;
}
.contact-form-block-form {
  padding: 40px;
  background-image: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background-image: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .contact-form-block-form {
    padding: 24px;
  }
}
.contact-form-block-form form .row {
  margin: 0 -4px;
}
.contact-form-block-form form .row .col {
  padding: 0 4px;
}
@media screen and (min-width: 1024px) {
  .contact-form-block-form form .btn {
    margin-left: auto;
    display: block;
  }
}
.contact-form-block-form form > p {
  margin-bottom: 0;
}
.contact-list:not(:last-child) {
  margin-bottom: 16px;
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 26px;
  font-weight: 400;
}
.contact-list ul li a {
  font-weight: 400;
}
.contact-list ul li:last-child {
  margin-bottom: 0;
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-list ul li.icon-item:before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .contact-list ul li.icon-item:before {
    min-width: 14px;
    width: 14px;
    height: 14px;
    top: 0;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/phone.svg");
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/email.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/location.svg");
}
.contact-list.work .icon-item:before {
  background-image: url("../images/icon/time.svg");
}

.maps iframe {
  display: block;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.maps iframe .gmnoprint {
  display: none;
}
@media screen and (max-width: 1023px) {
  .maps iframe {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .maps iframe {
    min-height: 200px;
  }
}

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

.services-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .services-item {
    margin-bottom: 16px;
  }
}
.services-item__image {
  overflow: hidden;
}
.services-item__image img {
  width: 100%;
  display: block;
}
.services-item__block {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .services-item__block {
    padding: 8px;
  }
}
.services-item__block .services-title {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-item__block .services-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.services-item:hover .services-item__block .services-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .services-item:hover .services-item__block .services-title {
    margin-bottom: 8px;
  }
}
.services-item:hover .services-item__block .services-btn {
  opacity: 1;
  height: initial;
  visibility: visible;
}

.gallery-container .gallery-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 12px));
  grid-template-rows: repeat(1, 300px);
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  grid-gap: 24px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .gallery-container .gallery-list {
    grid-template-rows: repeat(1, 240px);
    grid-auto-rows: 240px;
    grid-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-container .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 120px);
    grid-auto-rows: 120px;
    grid-gap: 8px;
  }
}
.gallery-container .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-container .gallery-item__link {
  display: block;
  height: 100%;
}
.gallery-category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 24px;
  height: 100%;
}
.gallery-category-list .gallery-item__link {
  text-align: center;
  display: block;
}
.gallery-category-list .gallery-item__link span {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 1023px) {
  .gallery-category-list .gallery-item__link span {
    margin-bottom: 8px;
  }
}
.gallery-category-list .gallery-item__link .gallery-item__fon {
  min-height: 400px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .gallery-category-list .gallery-item__link .gallery-item__fon {
    min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-category-list .gallery-item__link .gallery-item__fon {
    min-height: 100px;
  }
}
.gallery-category-list .gallery-item__link .gallery-item__fon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-category-list .gallery-item__link:hover .gallery-item__fon:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-slider {
  position: relative;
}
.gallery-slider .slider-nav__container .slider-nav-btn-prev {
  left: 0;
}
.gallery-slider .slider-nav__container .slider-nav-btn-next {
  right: 0;
}
.gallery-slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .gallery-slider-info {
    margin-bottom: 24px;
  }
}
.gallery-slider-info .title {
  margin-bottom: 0;
}
.gallery-slider-info .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gallery-slider-info .slider-nav-btn {
  position: initial;
}

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

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}
@media screen and (max-width: 1023px) {
  .countdown {
    margin: 0 -4px;
  }
}
.countdown-section {
  padding: 40px 0;
  background-color: #58BBDE;
  color: #FFFFFF;
}
.countdown-container {
  max-width: 675px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .countdown-container {
    max-width: 100%;
  }
}
.countdown-container .section-title {
  margin-bottom: 16px;
}
.countdown-container .section-title .title {
  padding: 0;
  background-color: transparent;
}
.countdown.close {
  display: none !important;
}
.countdown-message {
  display: none;
  text-align: center;
  font-weight: 500;
  font-size: 80px;
}
@media (max-width: 1700px) {
  .countdown-message {
    font-size: 52px;
  }
}
@media (max-width: 1400px) {
  .countdown-message {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .countdown-message {
    font-size: 32px;
  }
}
.countdown-message.active {
  display: block;
}
.countdown-number {
  padding: 0 12px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .countdown-number {
    padding: 0 4px;
  }
}
.countdown-number .countdown-time {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  color: #003664;
  min-width: 140px;
  display: block;
  padding: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .countdown-number .countdown-time {
    min-width: 68px;
    font-size: 24px;
    padding: 8px;
  }
}
.review .ti-widget.ti-goog .ti-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-header {
    margin-bottom: 24px;
  }
}
.review .ti-widget.ti-goog .ti-header .ti-rating-text {
  margin-bottom: 8px;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}
.review .ti-widget.ti-goog .ti-header .ti-rating-text span {
  font-size: 18px !important;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-header .ti-rating-text span {
    font-size: 12px !important;
  }
}
.review .ti-widget.ti-goog .ti-header .ti-rating-text strong {
  font-size: 40px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-header .ti-rating-text strong {
    font-size: 18px !important;
  }
}
.review .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
  text-transform: initial !important;
}
.review .ti-widget.ti-goog .ti-review-item {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  max-width: 25% !important;
}
@media (max-width: 1400px) {
  .review .ti-widget.ti-goog .ti-review-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33% !important;
            flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media screen and (max-width: 767px) {
  .review .ti-widget.ti-goog .ti-review-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .review .ti-widget.ti-goog .ti-review-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.review .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border: 2px solid #E6F5FA;
  padding: 18px !important;
  border-radius: 40px 16px !important;
}
.review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-read-more-active {
  background-image: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background-image: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
  opacity: 1;
}
.review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-name {
    font-size: 14px;
  }
}
.review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-date {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7F7F7F;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-date {
    font-size: 14px;
  }
}
.review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-review-content {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-review-content {
    font-size: 14px;
  }
}
.review .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  color: #FFFFFF;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  font-size: 18px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  outline: none;
  font-weight: 700;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .review .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    padding: 12px 14px;
    font-size: 14px;
    border-width: 1px;
  }
}

.stages-list.stages-list-type-1 {
  counter-reset: count1;
  margin: 0 -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 {
    margin: 0 -8px;
  }
}
.stages-list.stages-list-type-1 .stages-col {
  padding: 0 20px;
  margin-bottom: 40px;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .stages-list.stages-list-type-1 .stages-col {
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-col {
    padding: 0 8px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .stages-list.stages-list-type-1 .stages-col {
    max-width: 50%;
  }
}
.stages-list.stages-list-type-1 .stages-item .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-item .title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-item {
    text-align: center;
  }
}
.stages-list.stages-list-type-1 .stages-item__steps {
  display: inline-block;
  position: relative;
  padding: 18px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  color: #FFF;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.stages-list.stages-list-type-1 .stages-item__steps:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
}
.stages-list.stages-list-type-1 .stages-item__steps:before {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: block;
  font-size: 18px;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-item__steps:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-1 .stages-item__steps {
    padding: 12px 16px;
    margin-bottom: 8px;
  }
  .stages-list.stages-list-type-1 .stages-item__steps:before {
    font-size: 14px;
  }
}
.stages-list.stages-list-type-2, .stages-list.stages-list-type-4 {
  margin: 0 -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2, .stages-list.stages-list-type-4 {
    margin: 0 -8px;
  }
}
.stages-list.stages-list-type-2 .stages-col, .stages-list.stages-list-type-4 .stages-col {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2 .stages-col, .stages-list.stages-list-type-4 .stages-col {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.stages-list.stages-list-type-2 .stages-item, .stages-list.stages-list-type-4 .stages-item {
  padding: 24px;
  background-color: #E6F5FA;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2 .stages-item, .stages-list.stages-list-type-4 .stages-item {
    border-radius: 24px 8px;
    padding: 16px;
  }
}
.stages-list.stages-list-type-2 .stages-item .title, .stages-list.stages-list-type-4 .stages-item .title {
  margin-bottom: 8px;
}
.stages-list.stages-list-type-2 .stages-col {
  max-width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-2 .stages-col {
    max-width: 50%;
  }
}
.stages-list.stages-list-type-4 {
  counter-reset: count6;
}
.stages-list.stages-list-type-4 .stages-col {
  max-width: 50%;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-4 .stages-col {
    max-width: 100%;
  }
}
.stages-list.stages-list-type-4 .stages-item .wysiwyg > *:not(:last-child) {
  margin-bottom: 8px;
}
.stages-list.stages-list-type-4 .stages-item .title {
  position: relative;
  padding-left: 24px;
}
.stages-list.stages-list-type-4 .stages-item .title:before {
  content: counter(count6, decimal) ".";
  counter-increment: count6;
  left: 0;
  top: 0;
  position: absolute;
}
.stages-list.stages-list-type-3 {
  counter-reset: count1;
  margin: 0 -12px;
}
.stages-list.stages-list-type-3 .stages-col {
  padding: 0 12px;
  margin-bottom: 40px;
  max-width: 25%;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-3 .stages-col {
    padding: 0 8px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.stages-list.stages-list-type-3 .stages-item__steps {
  display: inline-block;
  position: relative;
  padding: 18px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  color: #FFF;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.stages-list.stages-list-type-3 .stages-item__steps:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
}
.stages-list.stages-list-type-3 .stages-item__steps:before {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: block;
  font-size: 18px;
  background: -webkit-gradient(linear, right top, left top, from(#58BBDE), to(#003664));
  background: linear-gradient(270deg, #58BBDE 0%, #003664 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-3 .stages-item__steps:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .stages-list.stages-list-type-3 .stages-item__steps {
    padding: 12px 16px;
    margin-bottom: 8px;
  }
  .stages-list.stages-list-type-3 .stages-item__steps:before {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .stages-col-5 .stages-list.stages-list-type-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .stages-col-5 .stages-list.stages-list-type-3 .stages-col {
    max-width: 20%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .stages-col-5 .stages-list.stages-list-type-3 .stages-col {
    max-width: 33.3333333333%;
  }
}

.team-gallery-slider .slider {
  overflow: initial;
}
.team-slider-item {
  overflow: hidden;
}
.team-slider-item img {
  display: block;
}
.team-slider-item__link {
  display: block;
}

.teams-list .teams-col {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .teams-list .teams-col {
    margin-bottom: 16px;
  }
}
.teams-list .teams-item {
  width: 100%;
  position: relative;
}
.teams-list .teams-item__image {
  overflow: hidden;
}
.teams-list .teams-item__image img {
  display: block;
  width: 100%;
}
.teams-list .teams-item__info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .teams-list .teams-item__info {
    padding: 8px;
  }
}
.teams-list .teams-item__info .teams-title {
  font-weight: 700;
  margin-bottom: 4px;
}
.teams-list .teams-item__info .teams-position {
  font-weight: 400;
}