@charset "UTF-8";
/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
/*WidthTabletLand-420*/
html, body, div, span, applet, object, iframe, main,
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 {
  font: 4vw/1.5rem "Sora", sans-serif;
}

@media screen and (min-width: 577px) {
  html {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.83333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #10122C;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html,
body {
  min-height: 100%;
}
@media screen and (min-width: 992px) {
  html .layout__section,
html .banner__main,
body .layout__section,
body .banner__main {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.layout {
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout.layout_ready-load {
  visibility: visible;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
  margin: 0 0 1.5rem;
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 577px) {
  h1,
.h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
.h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 1400px) {
  h1,
.h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 577px) {
  h2,
.h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1400px) {
  h2,
.h2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1400px) {
  h3,
.h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  h4,
.h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

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

strong {
  font-weight: 600;
}

a {
  color: #10122C;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #09F7FE;
  text-decoration: none;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 0;
}
ul:not(:last-child), p:not(:last-child), ol:not(:last-child) {
  margin-bottom: 1.5rem;
}
ul:empty, p:empty, ol:empty {
  display: none;
}

ul,
ol {
  list-style: none;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.5rem 0;
}
ul li,
ol li {
  margin: 0 0 0.5rem;
}

img,
svg {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

sup,
.sup {
  color: #09F7FE;
  font-size: 0.75rem;
  position: relative;
  top: -0.25rem;
}

blockquote {
  font-style: italic;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
  border-left: 1.125rem solid #8A8EB2;
}

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

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
dl:not(:last-child) {
  margin-bottom: 0.5rem;
}
dl dt {
  color: #8A8EB2;
  min-width: 5rem;
}
dl dt:not(:last-child) {
  margin-right: 0.5rem;
}

.layout__main {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.container {
  width: 102.75rem;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
}
.container.container_second {
  width: 85.25rem;
}
.container.container_tertiary {
  width: 60rem;
}
.container.container_tiny {
  width: 48.5rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
@media (min-width: 1200px) {
  .row.row_second {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
  .row.row_second > .col {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .row.row_tertiaty {
    width: calc(100% + 6.25rem);
    margin: 0 -3.125rem;
  }
  .row.row_tertiaty > .col {
    padding: 0 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .row.row_tab-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .row.row_t-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.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 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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 screen and (max-width: 991px) {
  .col.col_hd-desktop-2 {
    width: 16.66%;
  }
  .col.col_hd-desktop-3 {
    width: 25%;
  }
  .col.col_hd-desktop-4 {
    width: 33.3%;
  }
  .col.col_hd-desktop-5 {
    width: 41.666667%;
  }
  .col.col_hd-desktop-6 {
    width: 50%;
  }
  .col.col_hd-desktop-7 {
    width: 58.333333%;
  }
  .col.col_hd-desktop-8 {
    width: 66.666667%;
  }
  .col.col_hd-desktop-9 {
    width: 75%;
  }
  .col.col_hd-desktop-10 {
    width: 83.333333%;
  }
  .col.col_hd-desktop-11 {
    width: 91.666667%;
  }
  .col.col_hd-desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .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 screen and (max-width: 991px) {
  .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_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: 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: 576px) {
  .col.col_mob-p-12 {
    width: 100%;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-sm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-sm-block {
  display: block;
}

.d-sm-none {
  display: none;
}

.d-md-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-md-block {
  display: block;
}

.d-md-none {
  display: none;
}

.d-lg-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-lg-block {
  display: block;
}

.d-lg-none {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-sm-center {
  text-align: center;
}

.text-sm-left {
  text-align: left;
}

.text-sm-right {
  text-align: right;
}

.text-md-center {
  text-align: center;
}

.text-md-left {
  text-align: left;
}

.text-md-right {
  text-align: right;
}

.text-lg-center {
  text-align: center;
}

.text-lg-left {
  text-align: left;
}

.text-lg-right {
  text-align: right;
}

.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 577px) {
  .direction-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .direction-sm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .direction-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .direction-md-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .direction-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .direction-lg-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.justify-center {
  -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;
}

.justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (min-width: 577px) {
  .justify-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-sm-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-sm-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .justify-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-md-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-md-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .justify-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-lg-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-lg-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-sm-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-sm-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-sm-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-md-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-md-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-md-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-lg-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-lg-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-lg-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box-mixin {
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 577px) {
  .box-mixin {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .box-mixin {
    padding: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .box-mixin.box-mixin_second {
    padding: 4rem 8.75rem;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output,
.has-spinner {
  margin: 0 !important;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  border: 0 !important;
  margin: 0 !important;
}

#bbpress-forums {
  font-family: "Sora", sans-serif;
}

#bbpress-forums .bold__underline {
  text-align: center;
  padding-top: 32px;
}

#bbpress-forums .bbp-header {
  background: #10122C !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 767px) {
  #bbpress-forums .bbp-header {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#bbpress-forums .bbp-forums-list {
  border: 0 !important;
}

#bbpress-forums .bbp-footer {
  display: none !important;
}

#bbpress-forums .bbp-forum-title {
  font-size: 20px;
  line-height: 24px;
}

#bbpress-forums input[type=text],
#bbpress-forums input[type=search],
#bbpress-forums input[type=tel] {
  color: #10122C;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  padding: 0.5rem 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8A8EB2;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#bbpress-forums input[type=submit],
#bbpress-forums button {
  color: #8A8EB2;
  background-color: #EBEEFF;
  border: 0.125rem solid #EBEEFF;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  /*min-width: 11.5rem;*/
  border-radius: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  #bbpress-forums input[type=submit],
#bbpress-forums button {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

#bbpress-forums .bbp-search-form {
  margin-bottom: 2rem;
}

#bbpress-forums .bbp-search-form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compensate-for-scrollbar {
  overflow: auto !important;
  margin: 0 !important;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border: 0 !important;
  overflow: hidden;
  background: none !important;
}

#bbpress-forums .bbp-forum-info,
#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count,
#bbpress-forums .bbp-forum-freshness {
  padding: 1.5rem;
}
@media screen and (max-width: 991px) {
  #bbpress-forums .bbp-forum-info,
#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count,
#bbpress-forums .bbp-forum-freshness {
    padding: 0.5rem 1rem !important;
    width: 100% !important;
  }
}

#bbpress-forums .bbp-forums-list {
  border: 0 !important;
}

#bbpress-forums li {
  text-align: left !important;
}

.layout__section {
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .layout__section {
    padding: 6rem 0;
  }
}
.layout__section:last-child {
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .layout__section:last-child {
    padding-bottom: 8rem;
  }
}
.layout__section.section_background, .layout__section.section_background-top, .layout__section.section_background-bottom {
  position: relative;
}
.layout__section.section_background:before, .layout__section.section_background-top:before, .layout__section.section_background-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F8FF;
}
.layout__section.section_background-top:before {
  top: 0;
  height: 50%;
}
.layout__section.section_background-bottom:before {
  top: 50%;
  height: 50%;
}
.layout__section .section__header,
.layout__section .section__main,
.layout__section .section__action {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .layout__section .section__header {
    text-align: center;
  }
}
.layout__section .section__header:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 992px) {
  .layout__section .section__header:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.layout__section .section__header .section__subtitle:not(:last-child) {
  margin-bottom: 0.5rem;
}
.layout__section .section__header .section__subtitle .subtitle__text {
  color: #8A8EB2;
  text-transform: uppercase;
}
.layout__section .section__header .section__title:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__section .section__header .section__title .title__text {
  text-transform: uppercase;
}
.layout__section .section__main:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .layout__section .section__main:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.layout__section .section__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__section .section__action .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .layout__section .section__action .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form__group {
  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;
}



.form__group:not(:last-child) {
  margin-bottom: 0.5rem;
}
.form__group .group__header {
  min-height: 2rem;
}
.form__group .group__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
.form__group .group__main:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .form__group .group__main:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.form__group .group__footer {
  margin-top: auto;
}

.form-item {
  margin-bottom: 1.75rem;
}

.group__wrap{
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .form-item.form-item_second {
    margin-bottom: 2.75rem;
  }
}
.form-item.form-item_before .form-item__media {
  left: 0;
}
.form-item.form-item_before .form-item__input,
.form-item.form-item_before .jcf-select-text {
  padding-left: 3rem;
}
.form-item.form-item_after .form-item__media {
  right: 0;
}
.form-item.form-item_after .form-item__input,
.form-item.form-item_after .jcf-select-text {
  padding-right: 3rem;
}

@media screen and (min-width: 992px) {
  .form-item__header:not(:last-child) {
    margin-bottom: 0;
    min-height: 2rem;
  }
}
.form-item__header .form-item__title {
  color: #8A8EB2;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .form-item__header .form-item__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.form-item__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: flex-end;
}
.form-item__main:hover .form-item__input {
  border-color: #10122C;
}
.form-item__main .form-item__field {
  width: 100%;
}
/*.form-item__main > * {*/
/*  margin-right: 0.5rem;*/
/*  margin-bottom: 0.5rem;*/
/*  width: auto;*/
/*}*/
@media screen and (min-width: 992px) {
  .form-item__main > *:not(:last-child) {
    margin-right: 2rem;
  }
}

.form-item__media {
  position: absolute;
  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;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  top: 0;
}
.form-item__media:hover .media__ico {
  stroke: #10122C;
}
.form-item__media .media__ico {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #8A8EB2;
  fill: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-item__input {
  color: #10122C;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  padding: 0.5rem 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8A8EB2;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-item__input:disabled {
  opacity: 0.5;
}
.form-item__input.error {
  border-color: #cc0000;
  border-width: 2px;
}
.form-item__input::-webkit-input-placeholder {
  opacity: 1;
  color: #8A8EB2;
}
.form-item__input::-moz-placeholder {
  opacity: 1;
  color: #8A8EB2;
}
.form-item__input:-ms-input-placeholder {
  opacity: 1;
  color: #8A8EB2;
}
.form-item__input::-ms-input-placeholder {
  opacity: 1;
  color: #8A8EB2;
}
.form-item__input::placeholder {
  opacity: 1;
  color: #8A8EB2;
}
.form-item__input:focus, .form-item__input:hover {
  border-color: #10122C;
}
.form-item__input.form-item__input_textarea {
  width: 100%;
  height: 13.5rem;
  border: 1px solid #8A8EB2;
  padding: 1.5rem;
}

.custom-check {
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  .custom-check {
    width: auto !important;
  }
}
.wpcf7-exclusive-checkbox{
  opacity: 0;
  position: absolute;
}
.custom-check .custom-check__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-check .custom-check__input {
  position: absolute;
  opacity: 0;
}
.custom-check .custom-check__input:checked ~ .custom-check__ico.custom-check__ico_before {
  opacity: 0;
}
.custom-check .custom-check__input:checked ~ .custom-check__ico.custom-check__ico_after {
  opacity: 1;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text {
  pointer-events: none;
}
.custom-check.error .custom-check__text {
  color: #cc0000;
}
.contact .wpcf7-checkbox{
  position: absolute;
  left: -9999px;
}
.wpcf7-form-control-wrap.checked ~ .custom-check__ico.custom-check__ico_before {
  opacity: 0;
}
.wpcf7-form-control-wrap.checked ~ .custom-check__ico.custom-check__ico_after {
  opacity: 1;
}
.wpcf7-form-control-wrap.error ~ .custom-check__text {
  color: #cc0000;
}







.custom-check .custom-check__text {
  color: #8A8EB2;
  padding-left: 2.625rem;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .custom-check .custom-check__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.custom-check .custom-check__ico {
  width: 1.625rem;
  min-width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-check .custom-check__ico:not(:last-child) {
  margin-right: 0.25rem;
}
.custom-check .custom-check__ico.custom-check__ico_before {
  opacity: 1;
}
.custom-check .custom-check__ico.custom-check__ico_after {
  opacity: 0;
}
.custom-check input[type=radio] ~ .custom-check__text:before, .custom-check input[type=radio] ~ .custom-check__text:after {
  border-radius: 50%;
}

.jcf-select,
select {
  border-bottom: 1px solid #8A8EB2;
  width: 100%;
  height: 2.75rem;
  position: relative;
  -webkit-appearance: none0;
     -moz-appearance: none0;
          appearance: none0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jcf-select.jcf-drop-active, .jcf-select:hover,
select.jcf-drop-active,
select:hover {
  border-color: #10122C;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after, .jcf-select:hover .jcf-select-opener:after,
select.jcf-drop-active .jcf-select-opener:after,
select:hover .jcf-select-opener:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.jcf-select.jcf-drop-active .jcf-select-opener,
select.jcf-drop-active .jcf-select-opener {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jcf-select.jcf-disabled,
select.jcf-disabled {
  opacity: 0.3;
}
.jcf-select .jcf-select-text,
select .jcf-select-text {
  color: #8A8EB2;

  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  font-family: "Sora", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1200px) {
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    font-size: 1.125rem;
    line-height: 2rem;

  }
}


.jcf-select .jcf-select-text span,
select .jcf-select-text span {
  position: relative;
  z-index: 2;
}
.jcf-select .jcf-select-text .jcf-option-placeholder,
select .jcf-select-text .jcf-option-placeholder {
  color: #8A8EB2;
}
.jcf-select .jcf-select-opener,
select .jcf-select-opener {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/arrowBottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  z-index: 3;
}
.jcf-select-drop .jcf-list-content {
  max-height: 15rem;
  width: 100%;
  border: 0.125rem solid #8A8EB2;
  vertical-align: top;
  display: inline-block;
  overflow: auto;
}
.jcf-select-drop .jcf-list-content li:first-child {
  display: none;
}
.jcf-select-drop ul {
  margin: 0;
  list-style: none;
}
.jcf-select-drop li {
  margin: 0;
}
.jcf-select-drop li:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.jcf-select-drop li:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}
.jcf-select-drop .jcf-option {
  color: #8A8EB2;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem 1.25rem;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jcf-select-drop .jcf-option:hover {
  color: #ffffff;
  background-color: #8A8EB2;
}
.jcf-select-drop .jcf-option.jcf-selected {
  color: #ffffff;
  background-color: #8A8EB2;
}

.jcf-number {
  width: 10rem;
  height: 3.5rem;
  border-radius: 1rem;
  border: 0.125rem solid #EBEEFF;
  background-color: #ffffff;
  padding: 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jcf-number:hover {
  border-color: #10122C;
}
.jcf-number input {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.125rem;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.jcf-number input::-webkit-outer-spin-button, .jcf-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  color: #8A8EB2;
  position: absolute;
  top: 0;
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  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;
}
.jcf-number .jcf-btn-dec path,
.jcf-number .jcf-btn-inc path {
  stroke: #8A8EB2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jcf-number .jcf-btn-dec:hover path,
.jcf-number .jcf-btn-inc:hover path {
  stroke: #10122C;
}
.jcf-number .jcf-btn-dec {
  left: 0;
}
.jcf-number .jcf-btn-inc {
  right: 0;
}

.attach {
  width: 100%;
  padding: 2rem;
  border: 2px dashed #8A8EB2;
}
@media (min-width: 1200px) {
  .attach {
    padding: 4rem 2.5rem;
  }
}
.attach .attach__item {
  border-radius: 0.5rem;
  color: #10122C;
  padding: 1rem;
  background-color: #EBEEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1.25rem;
}
.attach .attach__input {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: hidden;
}
.attach .attach__media:not(:last-child) {
  margin-right: 0.75rem;
}
.attach .attach__media .media__ico {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1rem;
  fill: #10122C;
}
.attach .attach__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach .attach__title:not(:last-child) {
  margin-right: 0.75rem;
}
.attach .attach__title .title__text {
  color: #10122C;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach .attach__action {
  margin-left: auto;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.attach .attach__action:hover .action__ico {
  fill: #10122C;
}
.attach .attach__action .action__ico {
  width: 1.25rem;
  height: 1.25rem;
  fill: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.attach .attach__init {
  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;
}
@media screen and (min-width: 992px) {
  .attach .attach__init {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .attach .attach__init .init__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #8A8EB2;
  }
  .attach .attach__init .init__title:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .attach .attach__init .init__title:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

label.error {
  display: none !important;
}

.btn {
  color: #8A8EB2;
  background-color: #EBEEFF;
  border: 0.125rem solid #EBEEFF;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  min-width: 11.5rem;
  border-radius: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .btn {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.btn.btn_revert {
  color: #8A8EB2;
  font-weight: 300;
  background: transparent;
  border-color: #8A8EB2;
}
.btn.btn_secondary {
  color: #8A8EB2;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn_secondary.btn_revert {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.btn .btn__text:not(:last-child),
.btn .btn__ico:not(:last-child) {
  margin-right: 1rem;
}
.btn .btn__ico {
  fill: #8A8EB2;
  width: 0.5rem;
  height: 0.875rem;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn .btn__ico.btn__ico_second {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
}
.btn.btn_gradient {
  color: #ffffff;
  border: 0;
  background: rgb(191, 149, 217);
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 149, 217)), to(rgb(9, 247, 254)));
  background: linear-gradient(to right, rgb(191, 149, 217) 0%, rgb(9, 247, 254) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bf95d9", endColorstr="#09f7fe",GradientType=1 );
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn_gradient:hover {
  color: #ffffff !important;
  background-size: 200% 100%;
  background-position: 100% 50%;
}
.btn.btn_gradient:hover .btn__ico {
  fill: #ffffff !important;
}
.btn.btn_gradient .btn__ico {
  fill: #ffffff;
}
.btn:hover {
  color: #10122C !important;
  background-color: #09F7FE !important;
  border-color: #09F7FE !important;
  text-decoration: none;
}
.btn:hover .btn__ico {
  fill: #10122C;
}

.buttons {
  margin-bottom: -1rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.buttons .btn {
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .buttons .btn:not(:last-child) {
    margin: 0 2rem 1rem 0;
  }
}

.link {
  color: #8A8EB2;
  position: relative;
  cursor: pointer;
}
.link:hover:before {
  width: 0;
}
.link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8A8EB2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link.step-prev:before {
  display: none;
}
.link.link_second {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link.link_second:before {
  display: none;
}

@media screen and (min-width: 992px) {
  .wysiwyg.wysiwyg_columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.wysiwyg.wysiwyg_second {
  color: #8A8EB2;
}
.wysiwyg:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wysiwyg img,
.wysiwyg svg {
  display: block;
  margin-bottom: 1.5rem;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 2rem;
}
.wysiwyg ul li:before {
  content: "";
  left: 0.5rem;
  top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #10122C;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li:before {
    top: 0;
    left: 0;
  }
}
.wysiwyg ol {
  list-style: decimal;
  padding-left: 1rem;
}
.wysiwyg ol li {
  margin: 0 0 0.5rem;
}
.wysiwyg a {
  color: #10122C;
  position: relative;
  white-space: nowrap;
}
.wysiwyg a:hover {
  color: #09F7FE;
}
.wysiwyg a:hover:before {
  opacity: 1;
  background-color: #09F7FE;
}
.wysiwyg a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #10122C;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wysiwyg figure {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .wysiwyg figure {
    margin-bottom: 5rem;
  }
}
.wysiwyg figure img:not(:last-child) {
  margin-bottom: 2rem;
}
.wysiwyg figure figcaption {
  color: #8A8EB2;
}

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
}
.slick-slider.slick-vertical .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slick-slider.slick-vertical .slick-slide {
  display: block;
  height: 20rem;
}
.slick-slider img {
  display: block;
  width: 100%;
}
.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider .slick-list {
  overflow: hidden;
}
.slick-slider .slick-slide {
  display: inline-block;
  /*height: 100%;*/
  z-index: 2 !important;
  margin: 0;
  min-height: 1px;
}
.slick-slider .slick-slide.slick-current {
  z-index: 3 !important;
}
.slick-slider .slick-arrow {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-slider .slick-arrow.slick-prev {
  left: 1.5rem;
  right: auto;
}
.slick-slider .slick-arrow.slick-prev:hover {
  left: 1rem;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 1.5rem;
}
.slick-slider .slick-arrow.slick-next:hover {
  right: 1rem;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-slider .slick-dots li:not(:last-child) {
  margin-right: 0.75rem;
}
.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
  background-color: #ffffff;
}
.slick-slider .slick-dots li:only-child {
  display: none;
}
.slick-slider .slick-dots button {
  text-indent: -9999px;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background-color: #8A8EB2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 920px) {
  .slick-slider .slick-dots button {
    width: 1rem;
    height: 1rem;
  }
}


.slick-loading .slick-slide {
  visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
}
table td,
table th {
  border-bottom: 1px solid #8A8EB2;
  border-top: 1px solid #8A8EB2;
  text-align: left;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  table td,
table th {
    padding: 1.25rem 1.5rem;
  }
}
table th {
  color: #ffffff;
  font-weight: 600;
  background-color: #8A8EB2;
}

.accordion .accordion__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.accordion .accordion__item.accordion__item_active .accordion__header .accordion__ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .accordion__item.accordion__item_active .accordion__body {
  opacity: 1;
  visibility: visible;
}
.accordion .accordion__item .accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordion .accordion__item .accordion__header .accordion__title:not(:last-child) {
  margin-right: 1rem;
}
.accordion .accordion__item .accordion__header .accordion__ico {
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion .accordion__item .accordion__body {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs .tabs__header {
  overflow: hidden;
  overflow-x: auto;
  padding: 2rem 0;
  border-bottom: 1px solid #EBEEFF;
}
.tabs .tabs__header .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs .tabs__header .tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.tabs .tabs__header .tabs__item.tabs__item_active ~ .tabs__item {
  pointer-events: none;
}
.tabs .tabs__header .tabs__item:not(:last-child) {
  margin-right: 1.5rem;
}
@media screen and (min-width: 577px) {
  .tabs .tabs__header .tabs__item:not(:last-child) {
    margin-right: 8.75rem;
  }
}
.tabs .tabs__header .tabs__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.25rem);
  height: 1px;
  width: 1rem;
  background-color: #8A8EB2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 577px) {
  .tabs .tabs__header .tabs__item:not(:last-child):before {
    left: calc(100% + 2.5rem);
    width: 4rem;
  }
}
.tabs .tabs__header .tabs__item.tabs__item_active .tabs__media {
  color: #10122C;
  background-color: #09F7FE;
}
.tabs .tabs__header .tabs__item.tabs__item_active .tabs__title .title__text {
  color: #10122C;
}
.tabs .tabs__media {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #8A8EB2;
  background-color: #EBEEFF;
  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 (min-width: 577px) {
  .tabs .tabs__media {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 577px) {
  .tabs .tabs__media:not(:last-child) {
    margin-right: 1rem;
  }
}
.tabs .tabs__title {
  display: none;
}
@media screen and (min-width: 577px) {
  .tabs .tabs__title {
    display: block;
  }
}
.tabs .tabs__title .title__text {
  color: #8A8EB2;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs .tabs__body {
  position: relative;
  overflow: hidden;
}
.tabs .tabs__body .tabs__item {
  width: 100%;
  position: absolute;
  left: -100vw;
  padding: 4.5rem 0 1rem;
  top: 0;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs .tabs__body .tabs__item.tabs__item_active {
  position: relative;
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 577px) {

  .tabs.tabs_second .tabs__header .tabs__item:not(:last-child) {
    margin-right: 3rem;
  }
  .tabs.tabs_second .tabs__header .tabs__item:before {
    left: calc(100% + 1rem);
    width: 1rem;
  }
  .tabs.tabs_second .tabs__media {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.tabs .jcf-select-drop {
  top: auto;
  bottom: 0;
}
.tabs .tabs__body .tabs__item .wysiwyg{
  margin-bottom: 2rem;
}
.layout {
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (min-width: 577px) {
  .layout {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.layout__header {
  padding: 0.75rem 0;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: rgb(16, 1, 44);
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .layout__header {
    padding: 3rem 0;
    background-color: transparent;
  }
  .layout__header.site-header_animation {
    padding: 0.75rem 0;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    background-color: rgba(16, 1, 44, 1);
  }
}
@media screen and (max-width: 991px) {
  .layout__header.header_menu-active {
    background-color: #10122C;
  }
  .layout__header.header_menu-active .header__main {

            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.layout__header.header_menu-active .burger .burger__item {
  width: 2rem;
  margin-bottom: 0;
}
.layout__header.header_menu-active .burger .burger__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layout__header.header_menu-active .burger .burger__item:nth-child(2) {
  display: none;
}
.layout__header.header_menu-active .burger .burger__item:nth-child(3) {
  margin-top: -0.125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layout__header.header_menu-active ~ * {
  opacity: 0.1;
}
.layout__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: 2.5rem;
}
@media screen and (min-width: 992px) {
  .header__logo {
    margin-right: 5rem;
  }
}
.header__logo .logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img,
.header__logo svg {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
}
@media screen and (min-width: 992px) {
  .header__logo img,
.header__logo svg {
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger .burger__item {
  width: 1.75rem;
  background-color: #ffffff;
  height: 0.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.burger .burger__item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header__main {
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 3.5rem);
    padding: 4rem 1.5rem 2rem;
    background: #10122C;
    -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;
    z-index: 3;
    opacity: 0;

            transform: translateY(-100%);
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}

.header__action {
  margin-bottom: 2rem;
  margin-top: auto;
  order: 333;
}
@media screen and (min-width: 992px) {
  .header__action {
    margin-bottom: 0;
    margin-top: 0;
    order: unset;
  }
}

.header__nav {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .header__nav {
    margin-bottom: 0;
  }
}
.header__nav .nav__list {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__nav .nav__item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .nav__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav .nav__item:not(:last-child) {
    margin-right: 3.5rem;
  }
}
.header__nav .nav__item.nav__current .nav__link, .header__nav .nav__item:hover .nav__link {
  color: #09F7FE;
}
.header__nav .nav__item.nav__current .nav__ico, .header__nav .nav__item:hover .nav__ico {
  fill: #09F7FE;
}
.header__nav .nav__item.nav__item_secondary {
  display: block;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__item.nav__item_secondary {
    display: none;
  }
}
.header__nav .nav__item.nav__item_dropdown {
  position: relative;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__item.nav__item_dropdown:hover .nav__dropdown {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .header__nav .nav__item.nav__item_dropdown.nav__item_active .nav__dropdown {
    visibility: visible;
    opacity: 1;
    max-height: 999px;
  }
  .header__nav .nav__item.nav__item_dropdown.nav__item_active .dropdown__item {
    top: 0;
    opacity: 1;
  }
}
.header__nav .nav__item .nav__ico {
  cursor: pointer;
  width: 0.75rem;
  height: 0.5rem;
  fill: #ffffff;
}
.header__nav .nav__item .nav__dropdown {
  position: relative;
  left: 0;
  top: 0;
  min-width: 100%;
  overflow: hidden;
  max-height: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__item .nav__dropdown {
    position: absolute;
    left: -1rem;
    top: 100%;
    opacity: 0;
    max-height: 9999px;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.header__nav .nav__item .dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #10122C;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__item .dropdown__list {
    padding: 1.5rem 1rem;
  }
}
.header__nav .nav__item .dropdown__item {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__nav .nav__item .dropdown__item {
    position: relative;
    top: -1.25rem;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.header__nav .nav__item .dropdown__item:not(:last-child) {
  margin-bottom: 1rem;
}
.header__nav .nav__item .dropdown__item.nav__current .dropdown__link, .header__nav .nav__item .dropdown__item:hover .dropdown__link {
  color: #09F7FE;
}
.header__nav .nav__item .dropdown__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav .nav__link {
  color: #ffffff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav .nav__link:not(:last-child) {
  margin-right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .header__nav .nav__link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.header__language {
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
@media screen and (min-width: 992px) {
  .header__language {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 3rem;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.header__language .language__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__language .language__item {
  margin: 0;
  position: relative;
}
.header__language .language__item:not(:last-child) {
  margin-right: 1.5rem;
}
.header__language .language__item:not(:last-child):before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: 1rem;
  top: 0.4rem;
  left: calc(100% + 0.75rem);
}
.header__language .language__item.language__item_active .language__link, .header__language .language__item:hover .language__link {
  color: #09F7FE;
}
.header__language .language__link {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.layout__footer {
  font-size: 1rem;
  line-height: 1.5rem;
}
.layout__footer .footer__group {
  padding: 2.85rem 0;
}
.layout__footer .footer__group:first-child {
  padding-top: 5.75rem;
}
.layout__footer .footer__group:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__group:last-child {
    padding-bottom: 2rem;
  }
}
.layout__footer .footer__group.footer__group_second {
  color: #ffffff;
  background-color: #10122C;
}
.layout__footer .footer__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__scroll {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.layout__footer .footer__scroll .scroll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.layout__footer .footer__scroll .scroll__media:not(:last-child) {
  margin-right: 1.125rem;
}
.layout__footer .footer__scroll .scroll__media .media__ico {
  width: 1rem;
  height: 0.75rem;
}
.layout__footer .footer__scroll .scroll__title .title__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.layout__footer .footer__menus {
  margin-bottom: -4rem;
}
.layout__footer .footer__menus .footer__menu {
  margin-bottom: 4rem;
}
.layout__footer .footer__menu .menu__header:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout__footer .footer__menu .menu__header .menu__title .title__text {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 577px) {
  .layout__footer .footer__menu .menu__header .menu__title .title__text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.layout__footer .footer__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__footer .footer__menu .menu__item {
  margin: 0;
}
.layout__footer .footer__menu .menu__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout__footer .footer__menu .menu__item.menu__item_active .menu__link, .layout__footer .footer__menu .menu__item:hover .menu__link {
  color: #09F7FE;
}
.layout__footer .footer__menu .menu__link {
  color: #10122C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.layout__footer .footer__content {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__content {
    text-align: left;
  }
}
.layout__footer .footer__content .wysiwyg p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 577px) {
  .layout__footer .footer__content .wysiwyg p:not(:last-child) {
    margin-bottom: 0.125rem;
  }
}
.layout__footer .footer__action {
  margin-bottom: 5.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.layout__footer .footer__socials {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__socials {
    height: 3.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.layout__footer .footer__socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout__footer .footer__socials .socials__item:not(:last-child) {
  margin: 0 2rem 0.25rem 0;
}
.layout__footer .footer__socials .socials__item:hover .socials__link {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.layout__footer .footer__socials .socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.layout__footer .footer__socials .socials__link img,
.layout__footer .footer__socials .socials__link svg {
  height: 1.25rem;
  width: 1.25rem;
}
.layout__footer .footer__copy {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__copy {
    text-align: left;
  }
}
.layout__footer .footer__nav {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__nav {
    margin-bottom: 0;
  }
}
.layout__footer .footer__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 577px) {
  .layout__footer .footer__nav .nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__nav .nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.layout__footer .footer__nav .nav__item {
  margin: 0;
}
@media screen and (min-width: 577px) {
  .layout__footer .footer__nav .nav__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__nav .nav__item:not(:last-child) {
    margin-right: 2rem;
  }
}
.layout__footer .footer__nav .nav__item.nav__item_active .nav__link, .layout__footer .footer__nav .nav__item:hover .nav__link {
  color: #09F7FE;
}
.layout__footer .footer__nav .nav__link {
  color: #ffffff;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .layout__footer .footer__nav .nav__link {
    text-align: left;
  }
}

.modal-init {
  cursor: pointer;
}

.layout__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  cursor: pointer;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(16, 1, 44, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout_modal-active .layout__modal {
  visibility: visible;
  opacity: 1;
}

.modal__main {
  position: fixed;
  top: auto;
  bottom: 0;
  cursor: auto;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7F8FF;
  z-index: 111;
  visibility: hidden;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) and (min-height: 40rem) {
  .modal__main {
    top: 50%;
    bottom: auto;
    left: 50%;
    max-width: 102.75rem;
    max-height: 90%;
    padding: 4rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.modal__main.modal__main_active {
  visibility: visible;
  opacity: 1;
}
.modal__main .modal__wrap {
  overflow: hidden;
  overflow-y: auto;
  padding: 3rem 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .modal__main .modal__wrap {
    padding: 3rem;
  }
}
.modal__main .modal__header:not(:last-child) {
  margin-bottom: 2rem;
}
.modal__main .modal__header .modal__title:not(:last-child) {
  margin-bottom: 1rem;
}
.modal__main .modal__header .modal__title .title__text {
  color: #8A8EB2;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .modal__main .modal__header .modal__title .title__text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.modal__main .modal__header .modal__subtitle .subtitle__text {
  color: #10122C;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .modal__main .modal__header .modal__subtitle .subtitle__text {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.modal__main .modal__action {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  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;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/*.faq__list {*/
/*  margin-bottom: -2rem;*/
/*}*/
.faq__list .slick-dots {
  bottom: -4rem;
}
.faq__list .slick-dots li.slick-active button, .faq__list .slick-dots li:hover button {
  background-color: #09F7FE;
}
.faq__list .slick-dots button {
  background-color: #10122C;
}

.faq__item {
  height: 100%;
  color: #ffffff;
  background-color: #10122C;
  padding: 4rem 2rem;
  margin: 0 -1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 577px) {
  .faq__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .faq__item {
    padding: 4rem;
  }
}
.faq__item .faq__media {
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__item .faq__media:not(:last-child) {
  margin-bottom: 3rem;
}
.faq__item .faq__media img,
.faq__item .faq__media svg {
  width: 7.5rem;
  height: 7.5rem;
}
.faq__item .faq__main:not(:last-child) {
  margin-bottom: 2rem;
}
.faq__item .faq__group {
  padding: 0.875rem 0;
  border-bottom: 1px solid #09F7FE;
  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;
}
.faq__item .faq__group .group__title:not(:last-child) {
  margin-right: 0.25rem;
}
.faq__item .faq__group .title__text {
  font-weight: 700;
}
.faq__item .faq__footer {
  margin-top: auto;
}

.banner {
  min-height: 100vh;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner:not(.layout__banner_main) {
  min-height: 0;
}
@media screen and (min-width: 992px) {
  .banner:not(.layout__banner_main) {
    min-height: 45rem;
  }
}
.banner:not(.layout__banner_main) .banner__media {
  position: relative;
  position: absolute;
}
.banner:not(.layout__banner_main) .banner__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 44, 0)), to(rgba(16, 18, 44, 0.85)));
  background: linear-gradient(to bottom, rgba(16, 18, 44, 0) 0%, rgba(16, 18, 44, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0010122c", endColorstr="#d910122c",GradientType=0 );
}
.banner:not(.layout__banner_main) .banner__media video {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 520px) {
  .banner:not(.layout__banner_main) .banner__media video {
    height: auto;
    min-width: 100%;
  }
}
.banner a {
  color: #ffffff;
}
.banner a:before {
  background-color: #ffffff;
}
.banner .banner__content:not(:last-child) {
  margin-bottom: 2rem;
}
.banner .banner__content h1 {
  font-weight: 700;
}
.banner .banner__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  background-color: #ffffff;
}
.banner .banner__media .media__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10122C;
  opacity: 0;
  z-index: 2;
}
.banner .banner__media img,
.banner .banner__media svg {
  width: 100%;
  height: 100%;
  object-position: center top;
}
.banner .banner__media video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -2px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.banner .banner__main {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 8.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 992px) {
  .banner .banner__main {
    padding-bottom: 7.5rem;
  }
}
.banner .banner__main.banner__main_second {
  padding-bottom: 12rem;
}
@media screen and (min-width: 992px) {
  .banner .banner__main.banner__main_second {
    padding-bottom: 20rem;
  }
}
.banner .banner__main:not(:last-child) {
  margin-bottom: 2rem;
}
.banner .banner__main strong {
  color: #09F7FE;
  font-weight: 400;
}
.banner .banner__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4rem 0;
  z-index: 2;
}
.banner .banner__reference .reference__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .banner .banner__reference .reference__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.banner .banner__reference .reference__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .banner .banner__reference .reference__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
.banner .banner__reference .reference__item:hover .reference__text {
  color: #BF95D9;
}
.banner .banner__reference .reference__text {
  color: #09F7FE;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact {
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 577px) {
  .contact {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .contact {
    padding: 4rem;
  }
}
.contact .contact__header:not(:last-child) {
  margin-bottom: 2rem;
}
.contact .contact__header .contact__title .title__text {
  text-transform: uppercase;
}
.contact .contact__layout {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .contact .contact__layout {
    margin-bottom: 0;
    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;
    text-align: left;
  }
}
.contact .contact__main .contact__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .contact__main .contact__data .data__list .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact__main .contact__data .data__list .data__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contact .contact__main .contact__data .data__list .data__media {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #10122C;
  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;
}
.contact .contact__main .contact__data .data__list .data__media:not(:last-child) {
  margin-right: 1rem;
}
.contact .contact__main .contact__data .data__list .data__media .media__ico {
  height: 1.125rem;
  width: auto;
}
.contact .contact__main .contact__data .data__list .data__title .title__text_second {
  color: #8A8EB2;
}
.contact .contact__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .contact__media .media__img {
  margin: 0 -2rem -4rem;
  width: calc(100% + 4rem);
  max-width: 9999px;
}
@media screen and (min-width: 992px) {
  .contact .contact__media .media__img {
    height: 29.25rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.contact .btn {
  margin: 0 auto;
}
@media screen and (min-width: 577px) {
  .contact .btn {
    width: auto;
    margin: 0;
  }
}

.detail .detail__item {
  border-top: 0.25rem solid #09F7FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 577px) {
  .detail .detail__item {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .detail .detail__item {
    padding: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .detail .detail__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.detail .detail__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .detail .detail__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.detail__media {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #10122C;
  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;
}
.detail__media:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .detail__media:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.detail__media svg,
.detail__media img {
  width: 4rem;
  height: 3.25rem;
}

.detail__layout {
  width: 100%;
}

.detail__header:not(:last-child) {
  margin-bottom: 1.125rem;
}
.detail__header .detail__title .title__text {
  text-transform: uppercase;
}

.detail__main:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .detail__main:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.detail__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail__preview:not(:last-child) {
  margin-bottom: 1rem;
}
.detail__preview .preview__link {
  color: #10122C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detail__preview .preview__link:hover{
  color: #09F7FE;
}
.detail__preview .preview__title:not(:last-child) {
  margin-right: 2.5rem;
}
.detail__preview .preview__title .title__text {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.detail__preview .preview__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__preview .preview__media .media__ico {
  width: 1.125rem;
  height: 1.125rem;
}

.detail__download {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .detail__download {
    margin-bottom: 0;
  }
}
.detail__download .download__header:not(:last-child) {
  margin-bottom: 2rem;
}
.detail__download .download__header .custom-check__text {
  color: #8A8EB2;
}
.detail__download .download__action {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.detail__download .download__action.download__action_active {
  pointer-events: unset;
}
.detail__download .download__action .btn {
  width: 100%;
}
@media screen and (min-width: 577px) {
  .detail__download .download__action .btn {
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .detail__data {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.detail__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__data .data__item:not(:last-child) {
  margin-right: 3.375rem;
}
.detail__data .data__media {
  width: 1.25rem;
  height: 1.25rem;
  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;
}
.detail__data .data__media:not(:last-child) {
  margin-right: 1rem;
}
.detail__data .data__media .media__ico {
  width: 100%;
  height: 100%;
}
.detail__data .data__title .title__text {
  color: #8A8EB2;
}

.downloads .downloads__list {
  margin-bottom: -2rem;
}
.downloads .downloads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 577px) {
  .downloads .downloads__item {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .downloads .downloads__item {
    padding: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .downloads .downloads__item {
    height: 100%;
  }
}
.downloads .downloads__media:not(:last-child) {
  margin-bottom: 3rem;
}
.downloads .downloads__media img,
.downloads .downloads__media svg {
  width: 8rem;
  height: 8rem;
}
.downloads .downloads__main:not(:last-child) {
  margin-bottom: 4rem;
}
.downloads .downloads__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}

.map {
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 577px) {
  .map {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .map {
    padding: 4rem;
  }
}
.map .map__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -4rem -2rem;
}
@media screen and (min-width: 992px) {
  .map .map__link {
    margin: 0;
  }
}
.map .map__img {
  height: 20rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .map .map__img {
    height: 35rem;
  }
}

.partners .partners__list {
  margin-bottom: -2rem;
}
.partners .partners__item {
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 577px) {
  .partners .partners__item {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .partners .partners__item {
    padding: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .partners .partners__item {
    height: 100%;
  }
}
.partners .partners__header:not(:last-child) {
  margin-bottom: 3rem;
}
.partners .partners__media {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partners .partners__media:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .partners .partners__media img,
.partners .partners__media svg {
    width: auto;
    height: 8rem;
  }
}
.partners .partners__media .partners__main:not(:last-child) {
  margin-bottom: 2rem;
}
.partners .partners__main:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .partners .partners__main {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .partners .partners__main {
    padding-right: 4rem;
  }
}
.partners .partners__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .partners .partners__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.partners .partners__footer .footer__title:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 992px) {
  .partners .partners__footer .footer__title:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}
.partners .partners__footer .footer__action .action__text {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
.partners .partners__footer .footer__action .action__text:hover {
  color: #09F7FE;
}
.partners .partners__footer .footer__action .action__text:hover:before {
  opacity: 1;
  background-color: #09F7FE;
}
.partners .partners__footer .footer__action .action__text:before {
  content: "";
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #10122C;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .post .post__list.post__list_second {
    margin-bottom: 6rem;
  }
}




.post .post__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .post .post__item:not(:last-child) {
    margin-bottom: 11.25rem;
  }
}
@media screen and (min-width: 992px) {
  .post .post__item:nth-child(even) .post__layout {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .post .post__item:nth-child(odd) .postz__layout {
    padding-left: 4rem;
  }
}


@media screen and (min-width: 992px) {
  .post .post__item.post__item_revert:nth-child(even) .post__layout {
    padding: 0;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .post .post__item.post__item_revert:nth-child(odd) .post__layout {
    padding: 0;
    padding-right: 4rem;
  }
}

.post .post__list .post__item.post__item_revert .row{
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .post .post__list .post__item.post__item_revert .row,
  .post .post__list .post__item.post__item_revert-m .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .post .post__list .post__item.post__item_revert .row .post__media,
  .post .post__list .post__item.post__item_revert-m .row .post__media{
    margin-bottom: 0;
  }
  .post .post__list .post__item.post__item_revert .row .post__layout,
  .post .post__list .post__item.post__item_revert-m .row .post__layout{
    margin-bottom: 2rem;
  }
  .post .post__list .post__item.post__item_revert .row .post__action,
  .post .post__list .post__item.post__item_revert-m .row .post__action{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}















.post .post__layout {
  text-align: center;
}
.post .post__header:not(:last-child) {
  margin-bottom: 2rem;
}
.post .post__header .post__subtitle:not(:last-child) {
  margin-bottom: 0.5rem;
}
.post .post__header .post__subtitle .subtitle__text {
  color: #8A8EB2;
  text-transform: uppercase;
}
.post .post__header .post__title .title__text {
  text-transform: uppercase;
}
.post .post__main:not(:last-child) {
  margin-bottom: 2rem;
}
.post .post__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .post .post__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post .post__action:not(:last-child) {
  margin-bottom: 2rem;
}
.post .post__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2rem;
  /*width: calc(100% + 3rem);*/
  position: relative;
}
@media screen and (min-width: 992px) {
  .post .post__media {
    margin: 0;
    width: 100%;
  }
}
.post .post__media.post__media_video .media__link:hover:before {
  background-color: #09F7FE;
}
.post .post__media.post__media_video .media__link:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgb(16, 18, 44);
  background-image: url("../img/arrowRight.svg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  top: 50%;
  left: 50%;
  cursor: pointer;
  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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post .media__img {
  height: 13.75rem;
}
@media screen and (min-width: 992px) {
  .post .media__img {
    height: 28.75rem;
  }
}
@media screen and (min-width: 992px) {
  .post .post__item:nth-child(even) > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .post .post__item:nth-child(odd) .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .post .post__layout {
    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;
    text-align: left;
  }
}

.services .services__list.services__list_second .services__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.services .services__list.services__list_second .services__item .services__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}








.services .services__item {
  color: #ffffff;
  min-height: 37.5rem;
  padding: 4rem 2rem;
  margin: 0 -1.5rem 1.5rem -1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 577px) {
  .services .services__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .services .services__item {
    padding: 4rem;
  }
}
.services .services__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
}
.services .services__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 44, 0)), to(rgba(16, 18, 44, 0.85)));
  background: linear-gradient(to bottom, rgba(16, 18, 44, 0) 0%, rgba(16, 18, 44, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0010122c", endColorstr="#d910122c",GradientType=0 );
}
.services .services__media img,
.services .services__media svg {
  width: 100%;
  height: 100%;
}
.services .services__layout {
  position: relative;
  z-index: 2;
}
.services .services__header:not(:last-child) {
  margin-bottom: 1.5rem;
}
.services .services__header .services__subtitle:not(:last-child) {
  margin-bottom: 0.5rem;
}
.services .services__header .services__subtitle .subtitle__text {
  text-transform: uppercase;
  font-weight: 400;
}
.services .services__main:not(:last-child) {
  margin-bottom: 2.75rem;
}
.services .services__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

          justify-content: flex-start;
}
/*@media screen and (min-width: 992px) {*/
/*  .services .services__footer {*/
/*    -webkit-box-pack: start;*/
/*        -ms-flex-pack: start;*/
/*            justify-content: flex-start;*/
/*  }*/
/*}*/
.slider.slider_second,
.slider.slider_second .slider__item,
.slider.slider_second .slider__media .media__img{
  height: auto;
}

.slider.slider_second .slider__media:before {display: none!important;}
.slider.slider_second .slider__media .media__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 44, 0)), to(rgba(16, 18, 44, 0.85)));
  background: linear-gradient(to bottom, rgba(16, 18, 44, 0) 0%, rgba(16, 18, 44, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0010122c", endColorstr="#d910122c",GradientType=0 );
  display: none;
}



.slider.slider_second .slick-track{
  display: flex;
  align-items: flex-start;
}
.slider.slider_second .slider__media .media__img{
  width: auto;
  min-width: 100%;
}
.slider.slider_second .slider__main{min-height: 0;display: none;}
.slider.slider_second .slider__media{
  position: relative;
  height: auto;
  width: auto;
}

.slider.slider_second .slick-arrow.slick-prev {
  left: -4rem;
}
.slider.slider_second .slick-arrow.slick-next {
  right: -4rem;
}
.slider.slider_second .slick-dots {
  bottom: -5rem;
}
.slider.slider_second .slick-dots li.slick-active button, .slider.slider_second .slick-dots li:hover button {
  background-color: #8A8EB2;
}
.slider.slider_second .slick-dots button {
  background-color: #EBEEFF;
}
.slider .slider__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
}
.slider .slider__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 44, 0)), to(rgba(16, 18, 44, 0.85)));
  background: linear-gradient(to bottom, rgba(16, 18, 44, 0) 0%, rgba(16, 18, 44, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0010122c", endColorstr="#d910122c",GradientType=0 );
}
.slider .slider__media .media__img {
  width: 100%;
  height: 100%;
}
.slider .slider__main {
  color: #ffffff;
  position: relative;
  z-index: 2;
  height: 100%;
  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;
  text-align: center;
  min-height: 35rem;
}
@media screen and (min-width: 992px) {
  .slider .slider__main {
    min-height: 40rem;
    padding: 0 8rem;
  }
}

@media screen and (min-width: 992px) {
  .steps .steps__list.steps__list_second:before {
    content: "";
    background-color: #ffffff;
    left: -100vw;
    width: 300vw;
    position: absolute;
    z-index: -1;
    top: -6rem;
    height: 24.75rem;
  }
}
.steps .steps__item {
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4rem 2rem;
  margin: 0 -1.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1);
}
.steps .steps__item.animation {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 577px) {
  .steps .steps__item {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .steps .steps__item {
    padding: 4rem;
  }
}
.steps .steps__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .steps .steps__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.steps .steps__item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.steps .steps__item .steps__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -2rem -1rem 4rem;
}
@media screen and (min-width: 992px) {
  .steps .steps__item .steps__media {
    margin: 0;
    height: 100%;
  }
}
.steps .steps__item .steps__media .media__img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .steps .steps__item .steps__media .media__img {
    min-height: 29.25rem;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .steps .steps__item .steps__layout {
    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;
  }
}
.steps .steps__item .steps__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.steps .steps__item .steps__header:not(:last-child) {
  margin-bottom: 2rem;
}
.steps .steps__item .steps__header .steps__number {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #09F7FE;
  background-color: #10122C;
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.steps .steps__item .steps__header .steps__number:not(:last-child) {
  margin-right: 1.5rem;
}
.steps .steps__item .steps__header .steps__number .number__text {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.steps .steps__item .steps__header .steps__title .title__text {
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.steps .steps__item .steps__main {
  text-align: center;
}
@media screen and (min-width: 577px) {
  .steps .steps__item .steps__main {
    text-align: left;
  }
}
.steps .steps__item .steps__main:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .steps .steps__item .steps__main:not(:last-child) {
    margin-bottom: 4rem;
  }
}



.steps .steps__item .steps__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .steps .steps__item .steps__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.steps .steps__item .steps__footer {
  text-align: center;
}
@media screen and (min-width: 577px) {
  .steps .steps__item .steps__footer {
    text-align: left;
  }
}

.step-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem !important;
  line-height: 3.375rem;
  margin-bottom: 0;
}
@media screen and (min-width: 577px) {
  .step-prev {
    margin-right: 3rem!important;
  }

}


.categories .categories__list {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 720px) {
  .categories .categories__list {
    margin-bottom: -1.5rem;
  }
}


.categories .categories__list .slick-arrow.slick-prev {
  left: -4rem;
}
.categories .categories__list .slick-arrow.slick-next {
  right: -4rem;
}
.categories .categories__list .slick-dots {
  bottom: -5rem;
}
.categories .categories__list .slick-dots li.slick-active button, .categories .categories__list .slick-dots li:hover button {
  background-color: #09F7FE;
}
.categories .categories__list .slick-dots button {
  background-color: #EBEEFF;
}
.categories .categories__item {
  text-align: center;
  margin-bottom: 1.5rem;
}
.categories .categories__media {
  width: 12.5rem;
  height: 12.5rem;
  padding: 2rem;
  margin: 0 auto;
  background-color: #F7F8FF;
  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;
}
.categories .categories__media:not(:last-child) {
  margin-bottom: 3.75rem;
}
.categories .categories__media img,
.categories .categories__media svg {
  max-width: 5.75rem;
  max-height: 5.75rem;
}
.categories .categories__title:not(:last-child) {
  margin-bottom: 2rem;
}
.categories .categories__title .title__text {
  text-transform: uppercase;
}

.box .box__list {
  margin-bottom: -2rem;
}
.box .box__item {
  margin: 0 -2rem 2rem;
  background-color: #F7F8FF;
  padding: 4rem 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 577px) {
  .box .box__item {
    margin: 0;
    margin-bottom: 2rem;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .box .box__item {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .box .box__item {
    padding: 5rem 4em;
  }
}
.box .box__header:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .box .box__header ~ .box__data {
    margin-top: -1.5rem;
  }
}
.box .box__data {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #8A8EB2;
}
.box .box__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box .box__data .data__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 577px) {
  .box .box__data .data__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
.box .box__data .data__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 577px) {
  .box .box__data .data__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
.box .box__data .data__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
}
.box .box__data .data__media:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 577px) {
  .box .box__data .data__media:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}
.box .box__data .data__media .media__ico {
  height: 1.25rem;
}
.box .box__data .data__title .title__text {
  color: #8A8EB2;
  text-transform: uppercase;
  display: block;
}
.box .box__main:not(:last-child) {
  margin-bottom: 3rem;
}
.box .box__subtitle:not(:last-child) {
  margin-bottom: 0.5rem;
}
.box .box__subtitle .subtitle__text {
  color: #8A8EB2;
  text-transform: uppercase;
}
.box .box__subtitle .box__title .title__text {
  text-transform: uppercase;
}
.box .box__action {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .box .box__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.result .result__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.result .result__media:not(:last-child) {
  margin-bottom: 2.5rem;
}
.result .result__media .media__ico {
  width: 10rem;
  height: 10rem;
}
.result .result__main {
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .steps__main .formular .formular__main:not(:last-child) {
    margin-bottom: 160px;
  }
  .steps .tabs__body .tabs__item .formular{
    min-height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .steps .steps__item .steps__header {
    flex-direction: column;
    align-items: center;
  }
  .steps .steps__item .steps__header .steps__number:not(:last-child) {
    margin: 0 0 2rem;
  }
  .steps .steps__item .steps__header .steps__title .title__text{
    text-align: center;
  }
}



.banner__action .buttons{
  align-items: flex-start!important;
}

.page-id-26867 .form-item__main > *{
  margin-bottom: 0;
}
.page-id-26867 .form-item__input_textarea{
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#bbp_search{
  padding-left: 1.5rem!important;
  border: 1px solid #EBEEFF!important;
}

.steps .steps__item.steps__item_revert:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
}
.steps .steps__list .steps__item.steps__item_revert .row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .steps .steps__list .steps__item.steps__item_revert .row,
  .steps .steps__list .steps__item_revert-m .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .steps .steps__list .steps__item.steps__item_revertt .row .steps__media,
  .steps .steps__list .steps__item_revert-m .row .steps__media{
    margin-bottom: 0;
  }
  .steps .steps__list .steps__item.steps__item_revert .row .steps__layout,
  .steps .steps__list .steps__item_revert-m .row .steps__layout{
    margin-bottom: 2rem;
  }
}
.box-mixin .tabs,
.steps .tabs{
  width: 67.75rem;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px){
  .col.col_mob-last{
    order: 9999!important;
  }
}
