/*--------------------------------------
FONTS
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&display=swap");
/*--------------------------------------
Variables 
--------------------------------------*/
/*--------------------------------------
NORMALIZE
--------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-inline: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-inline: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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


/*--------------------------------------
NORMALIZE
--------------------------------------*/
/*-------------------- RESETE STYLES --------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

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

strong,
b {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*--------------------------------------
TYPOGRAPHY
--------------------------------------*/
/*-------------------- DEFAULT STYLES --------------------*/
*::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
*::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

body {
  color: #444;
  line-height: 1.45;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #202020;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  color: #4c42c0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
}

.h1,
h1 {
  font-size: 58px;
  line-height: 1.3;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 38px;
  }
}

.h2,
h2 {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 28px;
  }
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

p + p {
  margin-top: 20px;
}

/*--------------------------------------
CUSTOM STYLE
--------------------------------------*/
#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#app .site-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 1200px) {
  * {
    scrollbar-color: #4c42c0 transparent;
    scrollbar-width: thin;
  }
  *::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
    border-radius: 3px;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #4c42c0;
    border-radius: 3px;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #988fff;
  }
  body::-webkit-scrollbar {
    width: 8px;
  }
}
.logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  max-width: 200px;
}
.logo img {
  display: block;
  max-width: 100%;
}

.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-center br {
    display: none;
  }
}

.accent {
  color: #4c42c0;
}

.primary {
  color: #202020;
}

.text-lg {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .text-lg {
    font-size: 18px;
  }
}

.text-md {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.pt100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 80px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 80px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 100px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 100px;
  }
}

.row30 {
  margin-bottom: -24px;
}
.row30 > * {
  margin-bottom: 24px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50, .slick-dots {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .mt50, .slick-dots {
    margin-top: 40px;
  }
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  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;
  z-index: 1;
  cursor: pointer;
}
.close:hover svg {
  fill: #4c42c0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.close svg {
  fill: #d3d1ef;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.twentytwenty-handle {
  border-color: #4c42c0;
}

.twentytwenty-right-arrow {
  border-left-color: #4c42c0;
}

.twentytwenty-left-arrow {
  border-right-color: #4c42c0;
}

.twentytwenty-overlay {
  display: none !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background-color: #4c42c0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider-before-after {
  border-radius: 20px;
}

.slick-dots {
  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;
}
.slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eaeaea;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li.slick-active {
  background-color: #4c42c0;
}
.slick-dots li + li {
  margin-left: 12px;
}
.slick-dots li button {
  opacity: 0;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
UI
--------------------------------------*/
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
textarea {
  font-size: inherit;
  display: block;
  width: 100%;
  border-radius: 12px;
  border: none;
  border-bottom: 1px solid #d3d1ef;
  background: linear-gradient(167deg, #fafeff 0%, #eff8ff 100%);
  height: 50px;
  padding: 0 20px;
  color: rgba(68, 68, 68, 0.6);
  font-family: "Nunito", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
input[type=text]:hover, input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
textarea:hover,
textarea:focus {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 6px 20px 0px rgba(27, 23, 73, 0.1);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  transform: translateX(5px);
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  transform: translateX(5px);
  opacity: 0;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  transform: translateX(5px);
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(32, 32, 32, 0.3);
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.3);
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.3);
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
input::placeholder,
textarea::placeholder {
  color: rgba(32, 32, 32, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

input[type=file] {
  cursor: pointer;
}

textarea {
  resize: none;
  padding-top: 12px;
  height: 130px;
}

.block-form {
  position: relative;
  margin-bottom: -20px;
}
.block-form label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #4c42c0;
}
.block-form .form-item {
  position: relative;
  margin-bottom: 20px;
}
.block-form .form-item--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .block-form .form-item--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block-form .form-item-btn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-form .form-item-btn .btn {
  width: 270px;
}
@media (max-width: 575px) {
  .block-form .form-item-btn .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.block-form .wpcf7-not-valid-tip {
  width: 100%;
  font-size: 11px;
  margin-top: 2px;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.form-group .wpcf7-list-item {
  margin: 0;
  position: relative;
  line-height: 1;
}
.form-group .wpcf7-list-item label {
  line-height: 1;
}
.form-group .wpcf7-list-item input {
  display: none;
  cursor: pointer;
}
.form-group .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #444;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M12.4485 0.887081C12.6863 0.660759 13.0026 0.535639 13.3308 0.538122C13.659 0.540606 13.9735 0.670499 14.2077 0.900392C14.442 1.13029 14.5778 1.4422 14.5865 1.77031C14.5952 2.09843 14.476 2.41708 14.2542 2.65903L7.52082 11.08C7.40503 11.2047 7.26529 11.3048 7.10995 11.3743C6.9546 11.4437 6.78684 11.4812 6.6167 11.4843C6.44656 11.4875 6.27753 11.4563 6.11972 11.3926C5.96191 11.3289 5.81856 11.2341 5.69824 11.1138L1.23292 6.64846C1.10856 6.53258 1.00882 6.39285 0.939648 6.2376C0.870471 6.08234 0.833274 5.91474 0.830275 5.7448C0.827277 5.57486 0.858539 5.40605 0.922196 5.24845C0.985853 5.09085 1.0806 4.94769 1.20079 4.8275C1.32097 4.70731 1.46414 4.61257 1.62174 4.54891C1.77934 4.48525 1.94814 4.45399 2.11809 4.45699C2.28803 4.45999 2.45563 4.49718 2.61088 4.56636C2.76614 4.63554 2.90587 4.73528 3.02174 4.85963L6.55552 8.39172L12.4165 0.924208C12.427 0.911215 12.4383 0.89882 12.4502 0.887081H12.4485Z' fill='white'/></svg>");
}
.form-group .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #444;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a {
  color: #444;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #4c42c0;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #444;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border-radius: 3px;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before, .form-group .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 1;
}
.wpcf7-spinner:before {
  background-color: #4c42c0;
}

.nice-select {
  float: none;
  font-size: 18px;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid #d3d1ef;
  background: linear-gradient(167deg, #fafeff 0%, #eff8ff 100%);
  border-radius: 12px;
  width: 100%;
  color: rgba(68, 68, 68, 0.6);
}
.nice-select:hover, .nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #d3d1ef;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 6px 20px 0px rgba(27, 23, 73, 0.1);
}
.nice-select:after {
  border-color: #4c42c0;
  height: 8px;
  width: 8px;
  right: 25px;
  margin-top: -5px;
}
.nice-select .list {
  background: linear-gradient(167deg, #f5fcff 0%, #def2ff 100%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 10px 15px 0px rgba(27, 23, 73, 0.1);
  border-radius: 6px;
  width: calc(100% + 2px);
  left: -1px;
  max-height: 250px;
  overflow-y: auto;
}
.nice-select .option {
  padding-left: 20px;
  line-height: 50px;
  min-height: 50px;
}
.nice-select .option:first-child {
  display: none !important;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #4c42c0;
  color: #fff;
}

.checkbox-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
.checkbox-item input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: none;
  cursor: pointer;
}
.checkbox-item input:checked ~ label:before {
  background-color: #444;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M12.4485 0.887081C12.6863 0.660759 13.0026 0.535639 13.3308 0.538122C13.659 0.540606 13.9735 0.670499 14.2077 0.900392C14.442 1.13029 14.5778 1.4422 14.5865 1.77031C14.5952 2.09843 14.476 2.41708 14.2542 2.65903L7.52082 11.08C7.40503 11.2047 7.26529 11.3048 7.10995 11.3743C6.9546 11.4437 6.78684 11.4812 6.6167 11.4843C6.44656 11.4875 6.27753 11.4563 6.11972 11.3926C5.96191 11.3289 5.81856 11.2341 5.69824 11.1138L1.23292 6.64846C1.10856 6.53258 1.00882 6.39285 0.939648 6.2376C0.870471 6.08234 0.833274 5.91474 0.830275 5.7448C0.827277 5.57486 0.858539 5.40605 0.922196 5.24845C0.985853 5.09085 1.0806 4.94769 1.20079 4.8275C1.32097 4.70731 1.46414 4.61257 1.62174 4.54891C1.77934 4.48525 1.94814 4.45399 2.11809 4.45699C2.28803 4.45999 2.45563 4.49718 2.61088 4.56636C2.76614 4.63554 2.90587 4.73528 3.02174 4.85963L6.55552 8.39172L12.4165 0.924208C12.427 0.911215 12.4383 0.89882 12.4502 0.887081H12.4485Z' fill='white'/></svg>");
}
.checkbox-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.checkbox-item label:before {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #444;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.btn {
  position: relative;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  width: 100%;
  color: #fff;
  -webkit-transition: color 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, box-shadow 0.35s ease;
  transition: color 0.35s ease, box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
@media (max-width: 575px) {
  .btn {
    max-width: 100%;
  }
}
.btn.btn-sm {
  font-size: 16px;
  height: 40px;
  max-width: 170px;
}
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.btn:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#988fff), to(#6155ed));
  background: linear-gradient(180deg, #988fff 0%, #6155ed 100%);
}
.btn:after {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#4c42c0), to(#4c42c0)), -webkit-gradient(linear, left top, left bottom, from(#988fff), to(#6155ed));
  background: linear-gradient(0deg, #4c42c0 0%, #4c42c0 100%), linear-gradient(180deg, #988fff 0%, #6155ed 100%);
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  opacity: 0;
}
.btn:hover:after {
  opacity: 1;
}
.btn:active {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(27, 23, 73, 0.1);
}
.btn.btn-invert {
  border: 1px solid #d3d1ef;
  color: #202020;
  background-color: transparent;
  -webkit-transition: color 0.35s ease, border-color 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, border-color 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.btn.btn-invert:before, .btn.btn-invert:after {
  display: none;
}
.btn.btn-invert:hover {
  color: #4c42c0;
  border-color: #4c42c0;
}

.block-content * + * {
  margin-top: 20px;
}
.block-content .h1,
.block-content .h2,
.block-content .h3,
.block-content .h4,
.block-content .h5,
.block-content .h6,
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  color: #202020;
}
.block-content * + h1,
.block-content * + h2,
.block-content * + h3,
.block-content * + h4,
.block-content * + h5,
.block-content * + h6 {
  margin-top: 50px;
}
.block-content h1 + *,
.block-content h2 + *,
.block-content h3 + *,
.block-content h4 + *,
.block-content h5 + *,
.block-content h6 + * {
  margin-top: 30px;
}
.block-content p + p {
  margin-top: 20px;
}
.block-content hr + * {
  margin-top: 20px;
}
.block-content * + hr {
  margin-top: 20px;
}
.block-content * + ul,
.block-content * + ol {
  margin-top: 20px;
}
.block-content ul h6 {
  line-height: 24px;
}
.block-content ul h6 + * {
  margin-top: 10px;
}
.block-content ul ol,
.block-content ul ul {
  padding-left: 20px;
}
.rtl .block-content ul ol,
.rtl .block-content ul ul {
  padding-left: 0;
  padding-right: 20px;
}
.block-content ul > li + li {
  margin-top: 20px;
}
.block-content ul > li {
  position: relative;
  padding-left: 30px;
}
.rtl .block-content ul > li {
  padding-left: 0;
  padding-right: 30px;
}
.block-content ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 22px;
  background: url("../img/marker-2.svg") no-repeat center;
  background-size: contain;
}
.block-content ol {
  counter-reset: li;
}
.block-content ol + * {
  margin-top: 20px;
}
.block-content ol ul,
.block-content ol ol {
  margin-top: 10px;
}
.block-content ol ul > li > li,
.block-content ol ol > li > li {
  margin-top: 17px;
}
.block-content ol ul > li,
.block-content ol ol > li {
  position: relative;
  padding-left: 30px;
}
.rtl .block-content ol ul > li,
.rtl .block-content ol ol > li {
  padding-left: 0;
  padding-right: 30px;
}
.block-content ol > li + li {
  margin-top: 20px;
}
.block-content ol > li {
  position: relative;
  padding-left: 30px;
}
.block-content ol > li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#988fff), to(#6155ed));
  background: linear-gradient(180deg, #988fff 0%, #6155ed 100%);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 50%;
}
.block-content blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #d3d1ef;
  border-bottom: 1px solid #d3d1ef;
  overflow: hidden;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .block-content blockquote {
    padding: 30px 80px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .block-content blockquote {
    padding: 35px 120px;
  }
}
.block-content blockquote:before, .block-content blockquote:after {
  content: "``";
  position: absolute;
  font-size: 40px;
  color: #4c42c0;
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 90px;
  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;
}
.block-content blockquote:before {
  top: -10px;
  left: 0;
}
@media (min-width: 768px) {
  .block-content blockquote:before {
    top: 0px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .block-content blockquote:before {
    left: 40px;
  }
}
.block-content blockquote:after {
  right: 0;
  bottom: -40px;
}
@media (min-width: 768px) {
  .block-content blockquote:after {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .block-content blockquote:after {
    right: 40px;
  }
}
.block-content * + blockquote {
  margin-top: 30px;
}
.block-content blockquote + * {
  margin-top: 30px;
}
.block-content img.alignleft {
  float: left;
}
.block-content img.alignright {
  float: right;
}
.block-content img[style*="float: left"], .block-content img[class*=alignleft], .block-content img.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block-content img[style*="float: left"], .block-content img[class*=alignleft], .block-content img.alignleft {
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
}
.block-content img[style*="float: right"], .block-content img[class*=alignright],
.block-content img .alignright {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block-content img[style*="float: right"], .block-content img[class*=alignright],
  .block-content img .alignright {
    width: 100%;
    margin-left: 0;
    float: none !important;
  }
}

/*--------------------------------------
HEADER
--------------------------------------*/
/*-------------------- MENU --------------------*/
.scroll-up .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(27, 23, 73, 0.1);
}

.scroll-down .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #fff;
}

.header {
  min-height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px;
  z-index: 5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__btn .btn {
    display: none;
  }
}
.header__contacts-wrap {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__contacts-wrap .contacts__info-list li + li {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .header__contacts-wrap {
    display: block;
  }
}

.nav-menu {
  width: 280px;
  padding: 90px 0 70px;
  height: 100vh;
  right: -100%;
  opacity: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(167deg, #f5fcff 0%, #def2ff 100%);
  position: fixed;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav-menu.active {
  right: 0;
  opacity: 1;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(27, 23, 73, 0.1);
}

.nav-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
@media (max-width: 1199px) {
  .nav-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .nav-list > li {
    padding: 0 15px;
  }
  .nav-list > li + li {
    margin-top: 12px;
  }
}
.nav-list > li > a {
  line-height: 30px;
}
.nav-list li {
  display: block;
  position: relative;
}
.nav-list li.current_page_item:not(.menu-item-type-custom) > a, .nav-list li.current-menu-item:not(.menu-item-type-custom) > a {
  color: #4c42c0;
}
.nav-list li a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #202020;
}
.nav-list li a:hover {
  color: #4c42c0;
}
.nav-list li ul {
  display: none;
  min-width: 100%;
  border-radius: 0px 0px 6px 6px;
  background: linear-gradient(167deg, #f5fcff 0%, #def2ff 100%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(27, 23, 73, 0.1);
          box-shadow: 0px 10px 15px 0px rgba(27, 23, 73, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .nav-list li ul {
    margin: 0 -15px;
    border-radius: 0;
  }
}
.nav-list li ul li {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-list li ul li + li {
  margin-top: 6px;
}
.nav-list li ul li a {
  font-size: 14px;
  line-height: 24px;
}
.nav-list li ul li.active a {
  color: #4c42c0;
}
.nav-list li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .nav-list li.menu-item-has-children {
    display: block;
  }
}
.nav-list li.menu-item-has-children > span {
  width: 10px;
  height: 30px;
  margin-left: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .nav-list li.menu-item-has-children > span {
    width: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
  }
}
.nav-list li.menu-item-has-children > span:before {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 1px solid #202020;
  border-right: 1px solid #202020;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav-list li.menu-item-has-children > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1199px) {
  .nav-list li.menu-item-has-children > a {
    margin-right: 30px;
  }
}
.nav-list li.menu-item-has-children.active > span:before {
  border-color: #4c42c0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  top: 56%;
}

@media (min-width: 1200px) {
  .nav-menu {
    margin-top: 0;
    display: block !important;
    width: auto !important;
    position: relative;
    right: auto;
    top: auto;
    background: transparent;
    z-index: 0;
    height: auto;
    opacity: 1;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-list {
    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;
    overflow: visible;
    max-height: none;
  }
  .nav-list > li + li {
    margin-left: 40px;
  }
  .nav-list > li.menu-item-has-children.active ul {
    pointer-events: auto;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .nav-list > li.menu-item-has-children ul {
    display: block !important;
    position: absolute;
    left: -15px;
    top: 100%;
    margin-top: 10px;
    min-width: 268px;
    -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
    transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.nav-btn {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 15;
  overflow: hidden;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 20px;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media (min-width: 1200px) {
  .nav-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-btn {
    margin: 0;
  }
}
.nav-btn__burger {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-btn__burger:before, .nav-btn__burger:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.nav-btn__burger:before {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.nav-btn__burger:after {
  z-index: 1;
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.nav-btn.active .nav-btn__burger {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.nav-btn.active .nav-btn__burger:before {
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.nav-btn.active .nav-btn__burger:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.page-header {
  padding: 100px 0 50px;
  min-height: 330px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .page-header {
    min-height: 240px;
  }
}
.page-header h1 {
  margin-left: auto;
  margin-right: auto;
}

.drop-dl {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .drop-dl {
    margin-right: 24px;
  }
}
.drop-dl ul {
  display: none;
}
.drop-dl ul li {
  list-style-type: none;
}
.drop-dl .lang-chose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  color: #202020;
  padding: 0 16px;
  font-weight: 700;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.drop-dl .lang-chose:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.drop-dl .lang-chose:hover {
  color: #4c42c0;
}
.rtl .drop-dl .lang-chose {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.drop-dl .lang-chose.active:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 19px;
}

.select__list {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 2;
  text-align: center;
  background-color: #fff;
}
.select__list li {
  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;
  width: 100%;
  text-align: center;
}
.select__list li.current-lang {
  display: none;
}
.select__list li a {
  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;
  width: 100%;
  color: #202020;
  text-transform: uppercase;
}
.select__list li a:hover {
  color: #4c42c0;
  background-color: #fff;
}

/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  margin-top: 120px;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, from(#b0adfb), color-stop(44.78%, #d0c6fe), to(#e6efff));
  background: linear-gradient(90deg, #b0adfb 0%, #d0c6fe 44.78%, #e6efff 100%);
}
.footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu li + li {
  margin-left: 40px;
}
.footer__menu a {
  color: #444;
}
.footer__menu a:hover {
  color: #4c42c0;
}
.footer__menu-primary {
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footer__menu-primary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__menu-secondary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__menu-secondary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__menu-secondary a {
  font-size: 14px;
}
.footer__bottom {
  border-top: 1px solid rgba(68, 68, 68, 0.2);
  margin-top: 30px;
  padding-top: 22px;
}
.footer__bottom .copyright {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__bottom .row > div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer .social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social li + li {
  margin-left: 20px;
}
.social li a {
  display: block;
}
.social li a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*--------------------------------------
COMPONENTS
--------------------------------------*/
.main {
  min-height: 800px;
  padding: 228px 0 120px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main {
    min-height: 700px;
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 160px;
  }
}
.main__img {
  margin-right: -120px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .main__img {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.main p {
  margin-top: 16px;
}

.gpt-steps .container {
  padding-top: 20px;
}
.gpt-steps__nav {
  position: relative;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gpt-steps__nav li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 120px;
  width: 100%;
  z-index: 1;
}
.gpt-steps__nav li:not(:first-child):before, .gpt-steps__nav li:not(:first-child):after {
  content: "";
  position: absolute;
  right: 78px;
  width: 118px;
  z-index: -1;
}
@media (max-width: 767px) {
  .gpt-steps__nav li:not(:first-child):before, .gpt-steps__nav li:not(:first-child):after {
    display: none;
  }
}
.gpt-steps__nav li:not(:first-child):before {
  top: 14px;
  height: 12px;
  background: #f0f0f0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(97, 85, 237, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(97, 85, 237, 0.25) inset;
}
.gpt-steps__nav li:not(:first-child):after {
  top: 16px;
  height: 8px;
  background: #4c42c0;
}
.gpt-steps__nav li.active ~ li:after {
  display: none !important;
}
.gpt-steps__nav li.active ~ li .number span {
  background-image: none;
  background-color: rgba(76, 66, 192, 0.2);
  font-size: 18px;
}
.gpt-steps__nav li.active .name {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #4c42c0;
}
@media (max-width: 575px) {
  .gpt-steps__nav li.active .name {
    display: block;
  }
}
.gpt-steps__nav li.active .number span {
  font-size: inherit;
  background-color: #4c42c0;
  background-image: none;
}
.gpt-steps__nav .number {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(97, 85, 237, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(97, 85, 237, 0.25) inset;
}
.gpt-steps__nav .number span {
  font-size: 0;
  color: #fff;
  background-color: #4c42c0;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M12.4485 0.887081C12.6863 0.660759 13.0026 0.535639 13.3308 0.538122C13.659 0.540606 13.9735 0.670499 14.2077 0.900392C14.442 1.13029 14.5778 1.4422 14.5865 1.77031C14.5952 2.09843 14.476 2.41708 14.2542 2.65903L7.52082 11.08C7.40503 11.2047 7.26529 11.3048 7.10995 11.3743C6.9546 11.4437 6.78684 11.4812 6.6167 11.4843C6.44656 11.4875 6.27753 11.4563 6.11972 11.3926C5.96191 11.3289 5.81856 11.2341 5.69824 11.1138L1.23292 6.64846C1.10856 6.53258 1.00882 6.39285 0.939648 6.2376C0.870471 6.08234 0.833274 5.91474 0.830275 5.7448C0.827277 5.57486 0.858539 5.40605 0.922196 5.24845C0.985853 5.09085 1.0806 4.94769 1.20079 4.8275C1.32097 4.70731 1.46414 4.61257 1.62174 4.54891C1.77934 4.48525 1.94814 4.45399 2.11809 4.45699C2.28803 4.45999 2.45563 4.49718 2.61088 4.56636C2.76614 4.63554 2.90587 4.73528 3.02174 4.85963L6.55552 8.39172L12.4165 0.924208C12.427 0.911215 12.4383 0.89882 12.4502 0.887081H12.4485Z' fill='white'/></svg>");
}
.gpt-steps__nav .name {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(76, 66, 192, 0.3);
}
@media (max-width: 575px) {
  .gpt-steps__nav .name {
    font-size: 12px;
    display: none;
  }
}
.gpt-steps .step {
  display: none;
}
.gpt-steps .step.active {
  display: block;
}
.gpt-steps .step > div {
  margin-left: auto;
  margin-right: auto;
}

.gpt-steps .step__upload {
  max-width: 770px;
  width: 100%;
  padding: 50px 30px 80px;
  border: 1px solid #d3d1ef;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .gpt-steps .step__upload {
    padding: 40px 20px;
  }
}
.gpt-steps .step__upload .google-link {
  margin-top: 20px;
}
.gpt-steps .step__upload .google-link__label {
  font-weight: 700;
}
.gpt-steps .step__upload .google-link__input {
  margin-top: 10px;
  position: relative;
}
.gpt-steps .step__upload .google-link__input input {
  padding-right: 40px;
  background: transparent;
  border: 1px solid #d3d1ef;
}
.gpt-steps .step__upload .google-link__info {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.gpt-steps .step__upload .google-link__info svg {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gpt-steps .step__upload .google-link .close {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gpt-steps .step__upload-content {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gpt-steps .step__upload-content.active .file .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gpt-steps .step__upload-content.active .file .file__empty {
  display: none;
}
.gpt-steps .step__upload-content.active .file .file__no-empty {
  display: block;
}
.gpt-steps .step__upload-content .btn {
  margin-top: 16px;
  max-width: 100%;
}

.file {
  margin-top: 20px;
  position: relative;
  border-radius: 12px;
  border: 1px dashed #d3d1ef;
  background: linear-gradient(167deg, #fafeff 0%, #eff8ff 100%);
  min-height: 200px;
  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;
}
.file .close {
  display: none;
  z-index: 2;
}
.file input {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.file__empty {
  text-align: center;
}
.file__empty .icon svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.file__empty .title {
  margin-top: 20px;
}
.file__empty .info-text {
  margin-top: 10px;
}
.file__no-empty {
  display: none;
}

.loader {
  display: none;
  width: 40px;
  height: 40px;
  margin: 50px auto 0;
  position: relative;
  border: 6px solid #d3d1ef;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 2s loader linear infinite;
          animation: 2s loader linear infinite;
}
.loader.active {
  display: block;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.step__table-container {
  max-width: 970px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.step .step-product-id .step__table-col input:checked ~ .step__table-th {
  background: #9feba6;
}
.step .step-product-id .step__table-col input:checked ~ .step__table-td {
  background: #d2f3d6;
}
.step .step-exclude-columns .step__table-col input:checked ~ .step__table-th {
  background: #ffe1e1;
}
.step .step-exclude-columns .step__table-col input:checked ~ .step__table-td {
  background: #fff2f2;
}
.step__table {
  border: 1px solid #d3d1ef;
  border-radius: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  overflow-x: auto;
  padding-bottom: 0;
  scrollbar-color: #4c42c0 transparent;
  scrollbar-width: thin;
}
.step__table::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
  border-radius: 3px;
}
.step__table::-webkit-scrollbar-thumb {
  background-color: #4c42c0;
  border-radius: 3px;
}
.step__table::-webkit-scrollbar-thumb:hover {
  background-color: #988fff;
}
.step__table-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  position: relative;
}
.step__table-col:not(:last-child) {
  border-right: 1px solid #d3d1ef;
}
.step__table-col input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.step__table-col input:checked ~ .step__table-th span:before {
  background-color: #444;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M12.4485 0.887081C12.6863 0.660759 13.0026 0.535639 13.3308 0.538122C13.659 0.540606 13.9735 0.670499 14.2077 0.900392C14.442 1.13029 14.5778 1.4422 14.5865 1.77031C14.5952 2.09843 14.476 2.41708 14.2542 2.65903L7.52082 11.08C7.40503 11.2047 7.26529 11.3048 7.10995 11.3743C6.9546 11.4437 6.78684 11.4812 6.6167 11.4843C6.44656 11.4875 6.27753 11.4563 6.11972 11.3926C5.96191 11.3289 5.81856 11.2341 5.69824 11.1138L1.23292 6.64846C1.10856 6.53258 1.00882 6.39285 0.939648 6.2376C0.870471 6.08234 0.833274 5.91474 0.830275 5.7448C0.827277 5.57486 0.858539 5.40605 0.922196 5.24845C0.985853 5.09085 1.0806 4.94769 1.20079 4.8275C1.32097 4.70731 1.46414 4.61257 1.62174 4.54891C1.77934 4.48525 1.94814 4.45399 2.11809 4.45699C2.28803 4.45999 2.45563 4.49718 2.61088 4.56636C2.76614 4.63554 2.90587 4.73528 3.02174 4.85963L6.55552 8.39172L12.4165 0.924208C12.427 0.911215 12.4383 0.89882 12.4502 0.887081H12.4485Z' fill='white'/></svg>");
}
.step__table-th {
  font-weight: 700;
  min-height: 40px;
  padding: 10px 40px;
  background: #f4f4f4;
  border-bottom: 1px solid #d3d1ef;
}
.step__table-th span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step__table-th span:before {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #444;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.step__table-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 40px;
  height: 80px;
  overflow: hidden;
}
.step__table-td:not(:last-child) {
  border-bottom: 1px solid #d3d1ef;
}
.step__table-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__table-buttons .btn {
  max-width: 200px;
}
@media (max-width: 767px) {
  .step__table-buttons .btn {
    font-size: 16px;
    height: 40px;
    max-width: 160px;
  }
}

.step__order-details-info {
  padding: 30px;
  max-width: 500px;
  border-radius: 12px;
  background: linear-gradient(131deg, #f9f7ff 0%, #eff8ff 100%);
}
@media (max-width: 767px) {
  .step__order-details-info {
    padding: 30px 20px;
    max-width: 100%;
  }
}
.step__order-details-info .price-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.step__order-details-info .price-wrap .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d3d1ef;
}
.step__order-details-info .price-wrap .item * {
  line-height: 1;
}
.step__order-details-info .price-wrap .item *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.step__order-details-info .price-wrap .item *:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}
.step__order-details-info .block-text * + * {
  margin-top: 10px;
}
.step__table-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.step__table-buttons-wrap .btn {
  max-width: 100%;
}
.step__table-buttons-wrap .btn + .btn {
  margin-left: 30px;
}

.step__block-email {
  max-width: 770px;
  width: 100%;
  padding: 50px 30px 80px;
  border: 1px solid #d3d1ef;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .step__block-email {
    padding: 40px 20px;
  }
}
.step__block-email-wrap {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.step__block-email-wrap p {
  color: #676767;
}

.step__thank-you {
  text-align: center;
  max-width: 770px;
  width: 100%;
  padding: 50px 30px 80px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(27, 23, 73, 0.05);
          box-shadow: 0px 4px 50px 0px rgba(27, 23, 73, 0.05);
}
@media (max-width: 575px) {
  .step__thank-you {
    padding: 40px 20px;
  }
}
.step__thank-you-wrap {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tutorial-steps .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tutorial-steps__col:not(:last-child) .tutorial-steps__item:before {
  content: "";
  position: absolute;
  top: 50px;
  right: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 80px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/arrow-dashed.svg");
  z-index: 2;
}
@media (max-width: 767px) {
  .tutorial-steps__col:not(:last-child) .tutorial-steps__item:before {
    display: none;
  }
}
.tutorial-steps__col:nth-child(2n) .tutorial-steps__item:before {
  -webkit-transform: translateX(50%) rotateX(180deg);
          transform: translateX(50%) rotateX(180deg);
}
@media (max-width: 1199px) {
  .tutorial-steps__col:nth-child(3) .tutorial-steps__item:before {
    display: none;
  }
}
.tutorial-steps__item {
  position: relative;
}
.tutorial-steps__item-icon-cover {
  position: relative;
  margin: 0 auto -60px;
  width: 120px;
  height: 120px;
  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: linear-gradient(138deg, #d4d1ff 0%, #c7f6f3 100%);
  border: 1px solid #d3d1ef;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
          box-shadow: inset 0 0 0 10px #fff;
  border-radius: 50%;
  z-index: 1;
}
.tutorial-steps__item-icon-cover .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.tutorial-steps__item-content {
  text-align: center;
  padding: 70px 16px 26px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 50px 0px rgba(27, 23, 73, 0.05);
          box-shadow: 0px 16px 50px 0px rgba(27, 23, 73, 0.05);
}
.tutorial-steps__item-content .title {
  font-weight: 700;
}
.tutorial-steps__item-content .text {
  margin-top: 8px;
  color: rgba(68, 68, 68, 0.6);
}

.block-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #d3d1ef;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.block-price__item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 16px 80px 0px rgba(27, 23, 73, 0.15);
          box-shadow: 0px 16px 80px 0px rgba(27, 23, 73, 0.15);
}
.block-price__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 76px;
  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/price-gradient.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-price__item-content {
  margin-top: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 30px;
  text-align: center;
}
.block-price__item-content .name {
  color: #444;
}
.block-price__item-content .price {
  margin-top: 12px;
}
.block-price__item-content .block-content {
  margin-top: 16px;
  text-align: left;
}
.block-price__item-content .block-content ul > li + li {
  margin-top: 12px;
}
.block-price__item-content .block-content ul > li:after {
  top: 0px;
  width: 18px;
  height: 18px;
  background: url("../img/marker.svg") no-repeat center;
  background-size: contain;
}
.block-price__item-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px;
}
.block-price__item-bottom .btn {
  max-width: 100%;
}

.services-home {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-home__item {
  border-radius: 20px;
  background: #fff;
  display: block;
  height: 100%;
  padding: 50px 20px;
  color: #444;
}
.services-home__item:hover {
  color: #444;
  -webkit-box-shadow: 0px 16px 80px 0px rgba(27, 23, 73, 0.15);
          box-shadow: 0px 16px 80px 0px rgba(27, 23, 73, 0.15);
}
.services-home__item .name {
  color: #444;
  margin-top: 20px;
}
.services-home__item .text {
  margin-top: 20px;
}

.services__block + .services__block {
  margin-top: 80px;
}
.services__item {
  border-radius: 20px;
  background: linear-gradient(167deg, #fafeff 0%, #eff8ff 100%), #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 30px 20px;
  color: #444;
}
.services__item:hover {
  color: #444;
  -webkit-box-shadow: 0px 16px 80px 0px rgba(27, 23, 73, 0.15);
          box-shadow: 0px 16px 80px 0px rgba(27, 23, 73, 0.15);
}
.services__item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services__item .name {
  color: #444;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.services-blok-content .block-img.row .block-img__img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .services-blok-content .block-img.row .block-img__img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.services-blok-content:nth-of-type(2n) .block-img.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.services-blok-content:nth-of-type(2n) .block-img.row .block-img__img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq__blocks {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.faq__item {
  border-radius: 12px;
  border: 1px solid #d3d1ef;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__item + * {
  margin-top: 20px;
}
.faq__item:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.faq__item.active {
  background: linear-gradient(154deg, #f3edff 0%, #e7fefa 100%);
  border-color: rgba(211, 209, 239, 0.15);
}
.faq__item.active .faq__question .close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__question {
  padding: 30px 60px 30px 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .faq__question {
    padding: 20px 60px 20px 20px;
  }
}
.faq__question .close {
  position: absolute;
  top: 31px;
  right: 20px;
  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: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  .faq__question .close {
    top: 21px;
  }
}
.faq__content {
  display: none;
  width: 100% !important;
}
.faq__answer {
  padding: 0 60px 30px 20px;
}
@media (max-width: 1199px) {
  .faq__answer {
    padding: 0 60px 20px 20px;
  }
}

.block-banner__block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  padding: 40px 50px 0;
}
@media (max-width: 1199px) {
  .block-banner__block {
    border-radius: 24px;
    padding: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .block-banner__block {
    padding: 30px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-banner__content {
  padding-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .block-banner__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
  }
}
.block-banner__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  margin-bottom: -65px;
}

.block-img__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-img__img--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-img__img--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

* + .block-img:not(:empty) {
  margin-top: 50px;
}

.contacts__form-wrap {
  padding: 80px 70px 70px;
  border-radius: 20px;
  border: 1px solid #d3d1ef;
}
@media (max-width: 1199px) {
  .contacts__form-wrap {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 767px) {
  .contacts__form-wrap {
    padding: 50px 20px 40px;
  }
}
.contacts__form-wrap .block-form {
  margin-top: 20px;
}
.contacts__info {
  padding-left: 40px;
  padding-top: 80px;
  border: 1px solid transparent;
}
@media (max-width: 1199px) {
  .contacts__info {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .contacts__info {
    padding-top: 20px;
  }
}
.contacts__info-list li + li {
  margin-top: 30px;
}
.contacts__info-list .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts__info-list .item svg {
  width: 24px;
  height: 24px;
  fill: #4c42c0;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-counter .title {
  margin-top: 10px;
}
.block-counter .text {
  margin-top: 20px;
}

.block-icon {
  padding: 50px 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #d3d1ef;
}
@media (max-width: 1199px) {
  .block-icon {
    padding: 30px 20px;
  }
}
.block-icon .title {
  width: 100%;
  margin-top: 30px;
}
.block-icon .text {
  padding-top: 30px;
  margin-top: 24px;
  border-top: 1px solid #d3d1ef;
  width: 100%;
}

.block-news {
  height: 100%;
  border-radius: 12px;
  border: 1px solid #d3d1ef;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.block-news:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.block-news__img {
  border-radius: 12px 12px 0 0;
  margin: -1px;
  display: block;
  height: 162px;
  overflow: hidden;
}
.block-news__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.block-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.block-news__body {
  padding: 30px 40px 40px;
}
@media (max-width: 1199px) {
  .block-news__body {
    padding: 30px 20px;
  }
}
.block-news__body .tag {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.block-news__body .text {
  margin-top: 20px;
}

.partners__slider {
  margin-right: -15px;
  margin-left: -15px;
}
.partners__slide {
  padding: 0 15px;
}
.partners__item {
  border-radius: 12px;
  background-color: rgba(76, 66, 192, 0.04);
  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;
  padding: 10px;
  height: 104px;
}

.error404 .header {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#b0adfb), color-stop(44.78%, #d0c6fe), to(#e6efff));
  background: linear-gradient(90deg, #b0adfb 0%, #d0c6fe 44.78%, #e6efff 100%);
}

.block-error {
  text-align: center;
}
.block-error svg {
  display: block;
  max-width: 646px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .block-error svg {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .block-error svg {
    max-width: 300px;
  }
}

.breadcrumbs {
  padding: 15px 0;
  background-color: rgba(76, 66, 192, 0.04);
  text-transform: capitalize;
}
.breadcrumbs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs__wrap li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs__wrap li:not(:last-child):after {
  content: ">";
  margin-left: 9px;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.breadcrumbs__wrap li a {
  display: inline-block;
}