html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* Manrope */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("manrope-regular"), url("../fonts/manrope-regular.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("manrope-500"), url("../fonts/manrope-500.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("manrope-600"), url("../fonts/manrope-600.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("manrope-700"), url("../fonts/manrope-700.woff") format("woff");
}
/* Raleway */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Raleway-SemiBold"), url("../fonts/Raleway-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Raleway-Bold"), url("../fonts/Raleway-Bold.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Raleway-ExtraBold"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Raleway-BlackItalic"), url("../fonts/Raleway-BlackItalic.woff") format("woff");
}
/* gochi-hand */
@font-face {
  font-display: swap;
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gochi-hand-regular.woff") format("woff");
}
/* =========================== all */
body {
  font-family: "Manrope", "Raleway", "Gochi Hand", sans-serif;
  color: #393E51;
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Raleway";
  font-weight: 800;
  color: #2C2B2E;
  text-align: center;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 48px;
  line-height: 56px;
  color: #1A1C1F;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 22px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}

h5, .h5 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 26px;
    line-height: 34px;
  }
}

:root {
  --underline-intrinsic-width: 9;
  --underline-width: 3;
  --underline-color: #35D661;
  --underline-cap-width: 4px;
  --underline-offset-y: -4px;
  --underline-padding-x: 0.12em;
  --cap-image-left: url("../img/left.svg");
  --cap-image-right: url("../img/right.svg");
}
@media screen and (max-width: 768px) {
  :root {
    --underline-offset-y: -2px;
  }
}

.heading-line {
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline-color)), to(var(--underline-color))), var(--cap-image-left), var(--cap-image-right);
  background-image: -o-linear-gradient(top, var(--underline-color), var(--underline-color)), var(--cap-image-left), var(--cap-image-right);
  background-image: linear-gradient(180deg, var(--underline-color), var(--underline-color)), var(--cap-image-left), var(--cap-image-right);
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - var(--underline-cap-width) * var(--underline-width-scale) * 2) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

.heading {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #2C2B2E;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 20px;
    line-height: 28px;
  }
}

/* list */
ol:not([class]), ul:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
}
ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) li {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  ol:not([class]) li {
    padding-left: 20px;
  }
}

ol:not([class]) li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) "." " ";
  color: #2C2B2E;
  font-weight: 700;
  left: 10px;
}
@media screen and (max-width: 768px) {
  ol:not([class]) li::before {
    left: 0;
  }
}

ul:not([class]) li {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  ul:not([class]) li {
    padding-left: 15px;
  }
}

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #606EEA;
  top: 9px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  ul:not([class]) li::before {
    left: 0;
  }
}

ol ol, ul ul {
  margin-left: 30px;
}

.oval_white-list li {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding-left: 34px;
}
.oval_white-list li:not(:last-child) {
  margin-bottom: 19px;
}
.oval_white-list li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--oval-white");
  top: 3px;
  left: 0;
}

.oval_blue-list {
  margin-bottom: 20px;
}
.oval_blue-list li {
  position: relative;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2C2B2E;
  padding-left: 40px;
}
.oval_blue-list li:not(:last-child) {
  margin-bottom: 10px;
}
.oval_blue-list li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--oval-blue");
  top: 3px;
  left: 0;
}

.oval_opacity-list {
  margin-bottom: 20px;
}
.oval_opacity-list li {
  position: relative;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2C2B2E;
  padding-left: 40px;
}
.oval_opacity-list li:not(:last-child) {
  margin-bottom: 10px;
}
.oval_opacity-list li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-opacity");
  top: 3px;
  left: 0;
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  a, p, ol:not([class]) li, ul:not([class]) li {
    font-size: 16px;
    line-height: 24px;
  }
}

p {
  margin-bottom: 20px;
}

.text p:last-of-type {
  margin-bottom: 0;
}
.text-block.open .text_hidden {
  max-height: 1000px;
}
.text_hidden {
  max-height: 0;
  overflow: hidden;
}
.text .btn-more {
  margin-top: 5px;
}

.btn-more {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #606EEA;
}
.btn-more:hover {
  color: #4050D9;
}

a:not([class]) {
  text-decoration: underline;
  color: #606EEA;
}
a:not([class]):hover {
  color: #4050D9;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #2C2B2E;
}
.link svg {
  fill: #2C2B2E;
}
.link:hover {
  color: #4050D9;
}
.link:hover svg {
  fill: #4050D9;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

article h1, article .h1, article h2, article .h2, article h3, article .h3, article h4, article .h4, article h5, article .h5 {
  text-align: left;
  margin-bottom: 20px;
}
article a, article p, article ol:not([class]) li, article ul:not([class]) li {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
article p + h2, article p + h3, article p + h4, article p + h5, article ol:not([class]) + h2, article ol:not([class]) + h3, article ol:not([class]) + h4, article ol:not([class]) + h5, article ul:not([class]) + h2, article ul:not([class]) + h3, article ul:not([class]) + h4, article ul:not([class]) + h5 {
  margin-top: 40px;
}

/* img */
img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right, .float_left {
  margin-bottom: 20px;
}

.float_right img, .float_left img {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 280px;
  height: 60px;
  font-family: "Raleway";
  line-height: 60px;
  border-radius: 5px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.btn_dark {
  background: #101211;
}
.btn_dark:hover {
  background: #303531;
}

.btn_light {
  background: #35D661;
}
.btn_light:hover {
  background: #18B844;
}

.btn_border {
  width: 180px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #35D661;
  background: #F8FAFF;
  font-weight: 700;
  font-size: 14px;
  color: #393E51;
}
.btn_border:hover {
  background: #35D661;
  color: #fff;
}

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(91, 99, 129, 0.1);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 85px;
  margin-top: 15px;
}
.breadcrumbs li, .breadcrumbs a {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #5B6381;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 14px;
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--breadcrumbs");
  top: 4px;
  right: -11px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}

/* rating */
.rating {
  gap: 4px;
}
.rating .star {
  width: 21px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--star-yellow");
  opacity: 0.5;
}
.rating .star.active {
  opacity: 1;
}

/* pagination */
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination-link {
  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: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.pagination-link.active {
  background: #606EEA;
  color: #fff;
}
.pagination-link:not(.active):hover {
  color: #606EEA;
}
.pagination-more {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* soc */
.soc-block .soc-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2B2E;
  margin-bottom: 20px;
}

.soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.soc-link {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #C0C8E1;
  background: #F2F4FB;
  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: hidden;
}
.soc-link::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background: #606EEA;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45px;
  left: -45px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.soc-link svg {
  fill: #606EEA;
}
.soc-link:hover::before {
  top: -5px;
  left: -3px;
}
.soc-link:hover svg {
  fill: #fff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.soc_light .soc-link {
  border: none;
  background: #FFFFFF;
}
.soc_light .soc-link::before {
  background: #4050D9;
}

/* ========= slider */
.nav-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-slider .slick-slide {
  -webkit-transition: opacity 0;
  -o-transition: opacity 0;
  transition: opacity 0;
  height: auto;
}
.nav-slider .slick-dots {
  bottom: -30px;
  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;
  z-index: 10;
  gap: 8px;
}
.nav-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.nav-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #DCE0F2;
  padding: 0;
}
.nav-slider .slick-dots li button::before {
  display: none;
}
.nav-slider .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}
.nav-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #35D661;
}
.nav-slider .slick-prev, .nav-slider .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #35D661;
  border: 1px solid #35D661;
  top: -40px;
  font-size: 0;
}
.nav-slider .slick-prev::before, .nav-slider .slick-next::before {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  width: 22px;
  height: 17px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--slider-white");
  left: calc(50% - 11px);
  top: calc(50% - 8.5px);
  opacity: 1;
}
.nav-slider .slick-prev.slick-disabled, .nav-slider .slick-next.slick-disabled {
  border: 1px solid #C0C8E1;
  background: #fff;
  opacity: 1;
}
.nav-slider .slick-prev.slick-disabled::before, .nav-slider .slick-next.slick-disabled::before {
  background-image: url("../img/sprite.svg#sprite--slider-gray");
}
.nav-slider .slick-next.slick-disabled::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.nav-slider .slick-prev::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.nav-slider .slick-prev.slick-disabled::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px;
}

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%;
}

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px;
}

/* table */
.table_scroll {
  margin-bottom: 25px;
}
.table_scroll table, .table_scroll .table-block {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .table_scroll table, .table_scroll .table-block {
    width: 700px;
  }
}

.table-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .table-block.table-traffic th:nth-child(2), .table-block.table-traffic th:nth-child(3), .table-block.table-traffic th:nth-child(5), .table-block.table-traffic th:nth-child(6), .table-block.table-traffic td:nth-child(2), .table-block.table-traffic td:nth-child(3), .table-block.table-traffic td:nth-child(5), .table-block.table-traffic td:nth-child(6) {
    display: none;
  }
  .table-block.table-traffic td:nth-child(4) {
    border-right: none;
  }
}

table {
  border: 1px solid #C0C8E1;
  border-collapse: separate;
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
table th, table td {
  vertical-align: middle;
  text-align: center;
}
table th:first-child, table td:first-child {
  text-align: left;
}
table th:not(:last-child), table td:not(:last-child) {
  border-right: 1px solid #DCE0F2;
}
table th {
  background: #F2F4FB;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2C2B2E;
  padding: 16px 30px;
}
table td {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #5B6381;
  padding: 5px 30px;
}
table td b {
  font-weight: 700;
  color: #393E51;
}
table td p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #5B6381;
  margin-bottom: 0;
}
table td a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
table tbody tr:first-child td {
  padding-top: 20px;
}
table tbody tr:last-child td {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  table th {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 20px;
  }
  table td {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 20px;
  }
  table td p, table td a {
    font-size: 16px;
    line-height: 24px;
  }
  table tbody tr:first-child td {
    padding-top: 15px;
  }
  table tbody tr:last-child td {
    padding-bottom: 12px;
  }
}

.table-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border: 1px solid #C0C8E1;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 30px 40px;
}
.table-footer p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 810px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table-footer {
    padding: 15px 20px 25px;
  }
  .table-footer p {
    min-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .table-footer .btn {
    width: 100%;
  }
}

/* attention */
.attention {
  position: relative;
  border-radius: 5px;
  background: rgba(245, 81, 91, 0.1);
  padding: 20px;
  padding-left: 65px;
  margin-bottom: 30px;
}
.attention p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.attention::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--attention");
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .attention {
    padding: 20px;
    padding-top: 65px;
  }
}

/* form */
form input, form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #DCE0F2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  color: #2C2B2E;
  height: 30px;
  line-height: 1.5;
  background-color: transparent;
}
form textarea {
  height: auto;
}
form .icon {
  position: absolute;
  display: none;
  right: 0;
  top: 5px;
}
form .icon-ok {
  width: 14px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--ok");
}
form .icon-not {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--not");
}
form .label-not {
  position: absolute;
  display: none;
  left: 0;
  bottom: -15px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: rgba(245, 81, 91, 0.7);
}
form .label-descr {
  position: absolute;
  z-index: -1;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #5B6381;
  top: -2px;
  left: 0;
}
form .btn {
  width: 100%;
}
form .sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5B6381;
  text-align: left;
  margin-bottom: 20px;
  margin-top: -20px;
}
form .sub a {
  font: inherit;
}

button {
  font-family: "Raleway";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}

input::placeholder, textarea::placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
}
input.focus-visible, textarea.focus-visible {
  outline: none;
}
input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
  border-color: #DCE0F2;
}
input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  border-color: #DCE0F2;
}
input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
  border-color: #DCE0F2;
}
input:not(:focus):-moz-placeholder-shown ~ .label-descr, textarea:not(:focus):-moz-placeholder-shown ~ .label-descr {
  font-size: 18px;
  line-height: 26px;
  top: -2px;
}
input:not(:focus):-ms-input-placeholder ~ .label-descr, textarea:not(:focus):-ms-input-placeholder ~ .label-descr {
  font-size: 18px;
  line-height: 26px;
  top: -2px;
}
input:not(:focus):placeholder-shown ~ .label-descr, textarea:not(:focus):placeholder-shown ~ .label-descr {
  font-size: 18px;
  line-height: 26px;
  top: -2px;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #2C2B2E;
}
input:focus ~ .label-descr, textarea:focus ~ .label-descr {
  font-size: 9px;
  line-height: 10px;
  top: -12px;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fff;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #fff;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #fff;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #fff;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #fff;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fff;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #fff;
}
input:valid, textarea:valid {
  border-color: #35D661;
}
input:valid ~ .label-descr, textarea:valid ~ .label-descr {
  font-size: 9px;
  line-height: 10px;
  top: -12px;
}
input:valid ~ .icon-ok, textarea:valid ~ .icon-ok {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown), input:invalid:focus:not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:focus:not(:-moz-placeholder-shown) {
  border-color: #F5515B;
}
input:invalid:not(:focus):not(:-ms-input-placeholder), input:invalid:focus:not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:focus:not(:-ms-input-placeholder) {
  border-color: #F5515B;
}
input:invalid:not(:focus):not(:placeholder-shown), input:invalid:focus:not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:focus:not(:placeholder-shown) {
  border-color: #F5515B;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr, input:invalid:focus:not(:-moz-placeholder-shown) ~ .label-descr, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr, textarea:invalid:focus:not(:-moz-placeholder-shown) ~ .label-descr {
  font-size: 9px;
  line-height: 10px;
  top: -12px;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr, input:invalid:focus:not(:-ms-input-placeholder) ~ .label-descr, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr, textarea:invalid:focus:not(:-ms-input-placeholder) ~ .label-descr {
  font-size: 9px;
  line-height: 10px;
  top: -12px;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr, input:invalid:focus:not(:placeholder-shown) ~ .label-descr, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr, textarea:invalid:focus:not(:placeholder-shown) ~ .label-descr {
  font-size: 9px;
  line-height: 10px;
  top: -12px;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not, input:invalid:focus:not(:-moz-placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not, textarea:invalid:focus:not(:-moz-placeholder-shown) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not, input:invalid:focus:not(:-ms-input-placeholder) ~ .icon-not, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not, textarea:invalid:focus:not(:-ms-input-placeholder) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not, input:invalid:focus:not(:placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not, textarea:invalid:focus:not(:placeholder-shown) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-not, input:invalid:focus:not(:-moz-placeholder-shown) ~ .label-not, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-not, textarea:invalid:focus:not(:-moz-placeholder-shown) ~ .label-not {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-not, input:invalid:focus:not(:-ms-input-placeholder) ~ .label-not, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-not, textarea:invalid:focus:not(:-ms-input-placeholder) ~ .label-not {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-not, input:invalid:focus:not(:placeholder-shown) ~ .label-not, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-not, textarea:invalid:focus:not(:placeholder-shown) ~ .label-not {
  display: block;
}

textarea:not(:focus):-moz-placeholder-shown ~ .label-descr {
  top: 30px;
}

textarea:not(:focus):-ms-input-placeholder ~ .label-descr {
  top: 30px;
}

textarea:not(:focus):placeholder-shown ~ .label-descr {
  top: 30px;
}
textarea:focus ~ .label-descr {
  top: -10px;
}
textarea:valid ~ .label-descr {
  top: -10px;
}
textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr, textarea:invalid:focus:not(:-moz-placeholder-shown) ~ .label-descr {
  top: -40px;
}
textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr, textarea:invalid:focus:not(:-ms-input-placeholder) ~ .label-descr {
  top: -40px;
}
textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr, textarea:invalid:focus:not(:placeholder-shown) ~ .label-descr {
  top: -40px;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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;
  -webkit-appearance: none;
  appearance: none;
}

.formgroup {
  gap: 0 20px;
}
.formgroup .forminput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .formgroup .forminput {
    min-width: 100%;
  }
}

.forminput {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .forminput .forminput {
    min-width: 100%;
  }
}

.success {
  display: none;
  position: relative;
  text-align: center;
}
.success .close {
  position: absolute;
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
  top: 27px;
  right: 37px;
}
.success .heading {
  position: relative;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 11px;
}
.success p {
  margin-bottom: 0;
}
.success::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--success");
  top: 0;
  left: 0;
}

/* styling select */
.widget select,
.no__widget .select {
  display: none;
}

.widget {
  display: block;
}

.field__holder {
  width: 100%;
  height: 40px;
}

.select.active,
.select:focus {
  outline: none;
}

.select {
  position: relative;
  height: 40px;
  line-height: 39px;
  background: transparent;
  border: 1px solid #DCE0F2;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  padding: 0 30px 0 15px;
}
.select::after {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
  z-index: 1;
  top: calc(50% - 4px);
  right: 15px;
  width: 14px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--form");
}
.select .value {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #5B6381;
}
.select .scroll-wrapper {
  height: 0;
  overflow: hidden;
}
.select .scroll {
  height: 100%;
}
.select .optList {
  height: 0;
}
.select .option {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2C2B2E;
  cursor: pointer;
  padding: 4px 0;
  padding-left: 20px;
}
.select .highlight {
  color: #606EEA;
}
.select .highlight::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  right: 15px;
  top: calc(50% - 4.5px);
}
.select.active {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.select.active .scroll-wrapper {
  position: absolute;
  z-index: 5;
  height: 390px;
  top: 39px;
  left: 0;
  right: 0;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #DCE0F2;
  border-radius: 0 0 5px 5px;
  border-top: none;
  padding-right: 5px;
  margin-left: -1px;
}
.select.active .optList {
  height: auto;
}
.select.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.option_hidden {
  display: none;
}

/* container */
.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  margin-bottom: 100px;
}
.section_gray {
  background: #F8FAFF;
  padding: 60px 0 106px;
}
.section_hidden {
  overflow: hidden;
}
.section_blue {
  background: #606EEA;
  overflow: hidden;
  color: #fff;
  margin-bottom: 50px;
}
.section_blue h1, .section_blue .h1 {
  color: #fff;
}
.section_blue .breadcrumbs li, .section_blue .breadcrumbs a {
  color: #DCE0F2;
}
.section_blue .breadcrumbs a::after {
  background-image: url("../img/sprite.svg#sprite--breadcrumbs-light");
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 80px;
  }
  .section_gray {
    padding: 40px 0 60px;
  }
}

.bg_blue {
  background: #606EEA;
}

.bg_green {
  background: #35D661;
}

.logo img {
  margin-bottom: 0;
}

/* header */
.header {
  position: relative;
  z-index: 102;
  background: #F8FAFF;
  padding: 18px 0;
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.header .logo {
  position: relative;
  z-index: 5;
}
.header_fixed {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
}
.header_fixed .btn {
  background: #2F8BF5;
  color: #fff;
}
.header_fixed .btn:hover {
  background: #217AE0;
}
.header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.header .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
}
.header .downmenu {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  left: 50%;
  top: 0;
  background: #F8FAFF;
  padding-top: 80px;
}
.header .submenu {
  max-width: 1240px;
  border-top: 1px solid #DCE0F2;
  padding: 15px 0 18px;
  margin: 0 auto;
}
.header .lang {
  background: #F8FAFF;
}
.header .lang-list {
  width: calc(100% + 2px);
  left: -1px;
  top: 37px;
  display: none;
  border: 1px solid #DCE0F2;
  background: #F8FAFF;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.header .lang div.lang-link {
  padding: 12px 15px;
}
.header .lang a.lang-link {
  padding: 5px 15px;
}
.header .lang:hover {
  border-bottom-color: transparent;
  border-radius: 5px 5px 0 0;
}
.header .lang:hover .lang-list {
  display: block;
}

/* menu */
.menu__item:hover .menu-link {
  color: #2C2B2E;
}
.menu__item:hover .menu-link svg {
  fill: #2C2B2E;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.menu__item:hover .menu-link::before {
  width: 100%;
}
.menu__item:hover .downmenu {
  display: block;
  z-index: 1;
}

.menu-link {
  position: relative;
  z-index: 5;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #5B6381;
}
.menu-link svg {
  fill: #5B6381;
}
.menu-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #35D661;
  border-radius: 50px;
  left: 0;
  bottom: -3px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.submenu {
  margin-left: 0;
}
.submenu.gridbox {
  grid-template-columns: repeat(auto-fit, minmax(353px, 353px));
  grid-gap: 0 15px;
}
.submenu.gridbox .submenu__item:hover .submenu-link {
  background: #F2F4FB;
}
.submenu.gridbox .submenu-link {
  display: block;
  border-radius: 10px;
  padding: 15px;
}
.submenu .heading {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #5B6381;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.submenu .heading svg {
  fill: #5B6381;
}
.submenu p {
  font-size: 12px;
  line-height: 18px;
  padding-left: 24px;
  margin-bottom: 0;
}
.submenu-link:hover .heading {
  color: #606EEA;
}
.submenu-link:hover .heading svg {
  fill: #35D661;
}
@media screen and (max-width: 1200px) {
  .submenu.gridbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* lang */
.lang {
  position: relative;
  z-index: 5;
  border: 1px solid #DCE0F2;
  border-radius: 5px;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.lang-list {
  position: absolute;
}
.lang-link {
  display: block;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2C2B2E;
}
.lang-link:hover {
  color: #606EEA;
}

/* hamburger */
.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  margin: 0;
  margin-left: 15px;
}

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7;
}

.hamburger.is_active .hamburger-box {
  width: 30px;
}

.hamburger.is_active .hamburger-inner {
  background-color: #2C2B2E;
}

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #2C2B2E;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner {
  background-color: #2C2B2E;
}

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #2C2B2E;
  right: 0;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 30px;
  top: 8px;
}

.hamburger-inner::after {
  width: 30px;
  bottom: 8px;
}

.hamburger_spin .hamburger-inner {
  width: 30px;
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger_spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin.is_active .hamburger-inner {
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_spin.is_active .hamburger-inner::before {
  height: 2px;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger_spin.is_active .hamburger-inner::after {
  height: 2px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* navigation mob */
.mobile-navigation {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
  padding-top: 66px;
  padding-bottom: 130px;
}
.mobile-navigation .scroll {
  height: 100%;
  padding-top: 40px;
}
.mobile-navigation .menu {
  padding: 0 20px;
}
.mobile-navigation .menu__item {
  padding: 15px 0;
}
.mobile-navigation .menu__item:not(:last-child) {
  border-bottom: 1px solid #F2F4FB;
}
.mobile-navigation .menu-link {
  color: #2C2B2E;
}
.mobile-navigation .menu-link svg {
  fill: #2C2B2E;
}
.mobile-navigation .downmenu {
  max-height: 0;
  overflow: hidden;
}
.mobile-navigation .submenu {
  padding-top: 22px;
  padding-bottom: 7px;
}
.mobile-navigation .submenu__item:not(:last-child) {
  margin-bottom: 17px;
}
.mobile-navigation .lang {
  position: absolute;
  bottom: 33px;
  left: 20px;
}
.mobile-navigation .lang-list {
  width: auto;
  height: 46px;
  left: 43px;
  top: -1px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #DCE0F2;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.mobile-navigation .lang button.lang-link {
  padding: 12px 15px;
}
.mobile-navigation .lang a.lang-link {
  padding: 12px 5px;
}
.mobile-navigation .lang.open {
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding-right: 5px;
}
.mobile-navigation .lang.open .lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7px;
}

.noclick .downmenu {
  max-height: 1000px;
}
.noclick .menu-link svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mobile-navigation.open {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .header {
    padding: 20px 0;
  }
  .header-navigation {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
/* promo */
.section-main {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 279px;
}
.section-main::before {
  position: absolute;
  content: "";
  bottom: -179px;
  left: 0;
  right: 0;
  width: 100%;
  height: 179px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--bottom");
}
@media screen and (max-width: 768px) {
  .section-main {
    padding-bottom: 150px;
    margin-bottom: 249px;
  }
  .section-main::before {
    width: 100%;
    height: 80px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--bottom-mob");
    bottom: -80px;
  }
}

.promo.gridbox {
  grid-template-areas: "heading media" "text media";
  grid-gap: 0 54px;
  margin-bottom: 100px;
}
.promo.gridbox h1 {
  grid-area: heading;
  align-self: end;
}
.promo.gridbox .media {
  width: 579px;
  height: 379px;
  grid-area: media;
}
.promo.gridbox .media .icon-link {
  top: 35px;
  left: 31px;
  -webkit-animation: 3s linear 1s infinite alternate iconlink;
          animation: 3s linear 1s infinite alternate iconlink;
}
.promo.gridbox .media .icon-hand {
  bottom: 38px;
  right: 51px;
  -webkit-animation: 3s linear 1s infinite alternate iconhandlink;
          animation: 3s linear 1s infinite alternate iconhandlink;
}
.promo.gridbox .media .icon-grea {
  top: 107px;
  right: 223px;
  -webkit-animation: 3s linear 1s infinite alternate iconauditgrea;
          animation: 3s linear 1s infinite alternate iconauditgrea;
}
.promo.gridbox .media .icon-up {
  top: 30px;
  right: 20px;
  -webkit-animation: 3s linear 1s infinite alternate iconup;
          animation: 3s linear 1s infinite alternate iconup;
}
.promo.gridbox .media .icon-search {
  bottom: 66px;
  right: 41px;
  -webkit-animation: 3s linear 1s infinite alternate iconcontentsearch;
          animation: 3s linear 1s infinite alternate iconcontentsearch;
}
.promo.gridbox .media .icon-list {
  top: 131px;
  left: 22px;
  -webkit-animation: 3s linear 1s infinite alternate iconlist;
          animation: 3s linear 1s infinite alternate iconlist;
}
.promo.gridbox .media .icon-gear-design {
  top: 106px;
  left: 135px;
  -webkit-animation: 3s linear 1s infinite alternate icondesigngear;
          animation: 3s linear 1s infinite alternate icondesigngear;
}
.promo.gridbox .media .icon-html {
  top: 33px;
  right: 128px;
  -webkit-animation: 3s linear 1s infinite alternate iconhtml;
          animation: 3s linear 1s infinite alternate iconhtml;
}
.promo.gridbox .text {
  grid-area: text;
}
.promo.gridbox .text p {
  font-weight: 500;
}
.promo.gridbox .text .btn {
  margin: 0;
  margin-top: 30px;
}
.promo-main {
  position: relative;
  text-align: center;
  padding: 55px 0 158px;
}
.promo-main h1, .promo-main .h1 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 62px;
  line-height: 70px;
  padding-top: 65px;
  margin-bottom: 25px;
}
.promo-main h1::before, .promo-main .h1::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 44px;
  background: center center/cover no-repeat;
  background-image: url("../img/first.svg");
  top: 0;
  left: calc(50% - 22px);
}
.promo-main p {
  max-width: 495px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo-main .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
}
.promo-main .icon img {
  margin: 0;
}
.promo-main .icon-btc {
  top: 5px;
  left: 129px;
  -webkit-animation: 3s linear 1s infinite alternate iconbtc;
          animation: 3s linear 1s infinite alternate iconbtc;
}
.promo-main .icon-search {
  top: 185px;
  left: 30px;
  width: 60px;
  height: 60px;
  -webkit-animation: 3s linear 1s infinite alternate iconsearch;
          animation: 3s linear 1s infinite alternate iconsearch;
}
.promo-main .icon-eth {
  top: 344px;
  left: 178px;
  -webkit-animation: 3s linear 1s infinite alternate iconeth;
          animation: 3s linear 1s infinite alternate iconeth;
}
.promo-main .icon-binance {
  top: 5px;
  right: 144px;
  -webkit-animation: 3s linear 1s infinite alternate iconbinance;
          animation: 3s linear 1s infinite alternate iconbinance;
}
.promo-main .icon-hand {
  top: 187px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-animation: 3s linear 1s infinite alternate iconhand;
          animation: 3s linear 1s infinite alternate iconhand;
}
.promo-main .icon-l {
  top: 361px;
  right: 119px;
  -webkit-animation: 3s linear 1s infinite alternate iconl;
          animation: 3s linear 1s infinite alternate iconl;
}
@media screen and (max-width: 992px) {
  .promo.gridbox {
    grid-template-areas: "heading" "media" "text";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo.gridbox h1, .promo.gridbox .h2 {
    text-align: center;
    margin-bottom: 29px;
  }
  .promo.gridbox .media {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .promo.gridbox .text .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .promo.gridbox .media .icon-link {
    top: 19px;
    left: 18px;
  }
  .promo.gridbox .media .icon-hand {
    bottom: 21px;
    right: 21px;
  }
  .promo.gridbox .media .icon-grea {
    top: 56px;
    right: 118px;
  }
  .promo.gridbox .media .icon-up {
    top: 16px;
    right: 11px;
  }
  .promo.gridbox .media .icon-search {
    bottom: 36px;
    right: 22px;
  }
  .promo.gridbox .media .icon-list {
    top: 72px;
    left: 12px;
  }
  .promo.gridbox .media .icon-gear-design {
    top: 58px;
    left: 74px;
  }
  .promo.gridbox .media .icon-html {
    top: 18px;
    right: 70px;
  }
  .promo-main {
    padding: 33px 0 100px;
  }
  .promo-main h1, .promo-main .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .promo-main .icon {
    width: 50px;
    height: 50px;
  }
  .promo-main .icon-eth, .promo-main .icon-binance {
    display: none;
  }
  .promo-main .icon-search, .promo-main .icon-hand {
    width: 40px;
    height: 40px;
  }
  .promo-main .icon-btc {
    top: 0;
    left: 5px;
  }
  .promo-main .icon-search {
    top: auto;
    bottom: 20px;
    left: 10px;
  }
  .promo-main .icon-hand {
    top: 13px;
    right: 6px;
  }
  .promo-main .icon-l {
    top: auto;
    bottom: 20px;
    right: 2px;
  }
  .promo p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .promo.gridbox .media {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .promo.gridbox .text {
    text-align: center;
  }
  .promo .btn {
    width: 100%;
  }
}

.media {
  position: relative;
}
.media img {
  margin: 0;
}
.media .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
}
.media .icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .media .icon {
    width: 50px;
    height: 50px;
  }
}

@-webkit-keyframes iconbtc {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes iconbtc {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconsearch {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconsearch {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconeth {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconeth {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconbinance {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconbinance {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconhand {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconhand {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconl {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconl {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconlink {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconlink {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconhandlink {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconhandlink {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconup {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconup {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconauditgrea {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconauditgrea {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconcontentsearch {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconcontentsearch {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconlist {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconlist {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconhtml {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconhtml {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes icondesigngear {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes icondesigngear {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* trusted */
.trusted-heading {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #7E8AB5;
  margin-bottom: 30px;
}
.trusted-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.trusted-block img {
  margin: 0;
}
.trusted__item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 768px) {
  .trusted-block {
    gap: 30px 20px;
  }
  .trusted__item {
    max-width: 40%;
  }
}

/* anual */
.anual {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 40px;
  padding-top: 50px;
  margin-top: -279px;
}
.anual-block {
  gap: 28px;
  margin-bottom: 30px;
}
.anual-graphic {
  position: relative;
  width: 745px;
}
.anual-graphic img {
  margin-bottom: 0;
}
.anual-facts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 353px;
}
.anual-facts .anual-heading {
  margin-bottom: 32px;
}
.anual-title {
  position: absolute;
  top: 0;
  left: 0;
}
.anual-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2C2B2E;
  margin-bottom: 2px;
}
.anual-number {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #35D661;
}
@media screen and (max-width: 1050px) {
  .anual-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anual-facts {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .anual {
    padding: 25px 20px;
    margin-top: -309px;
  }
  .anual-title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 25px;
  }
  .anual-graphic {
    width: 283px;
  }
}

.block-typing {
  position: absolute;
  width: 203px;
  top: 150px;
  left: 130px;
  display: inline-block;
  text-align: center;
}
.block-typing .typing {
  display: block;
  font-family: "Gochi Hand";
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.5px;
  color: #2C2B2E;
}
.block-typing::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 39px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr");
  bottom: -20px;
  left: 90px;
}
@media screen and (max-width: 768px) {
  .block-typing {
    width: 162px;
    top: 163px;
    left: 20px;
  }
  .block-typing .typing {
    font-size: 20px;
    line-height: 28px;
  }
}

/* say */
.say-slider .slick-track {
  gap: 30px;
}
.say__item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DCE0F2;
  border-radius: 10px;
  padding: 85px 40px 88px;
}
.say__item::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--quote");
  top: 30px;
  left: 40px;
}
.say_bottom {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 40px;
  right: 40px;
  bottom: 30px;
  gap: 12px 10px;
}
.say-client {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2C2B2E;
}
.say-client span {
  position: relative;
  margin-left: 10px;
}
.say-client span::before {
  position: absolute;
  content: "-";
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .say-slider .slick-track {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .say__item {
    padding: 85px 20px 118px;
  }
  .say__item::before {
    left: 20px;
  }
  .say .rating {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .say-client {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .say-client span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #5B6381;
    margin-left: 0;
  }
  .say-client span::before {
    display: none;
  }
  .say_bottom {
    bottom: 20px;
    left: 20px;
  }
}

/* service */
.services-block {
  grid-template-columns: repeat(auto-fit, minmax(393px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(393px, max-content));
  grid-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services__item {
  max-width: 393px;
  -webkit-box-shadow: 0 0 1px 1px #DCE0F2;
          box-shadow: 0 0 1px 1px #DCE0F2;
  border-radius: 10px;
  padding: 30px;
}
.services__item img {
  margin-left: 0;
  margin-right: 0;
}
.services__item .btn {
  width: 100%;
}
.services__item:not(.services_blue):hover {
  -webkit-box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  -o-transition: box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
}
.services_blue {
  position: relative;
  background: #606EEA;
  color: #fff;
}
.services_blue .heading {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.services_blue p {
  font-weight: 500;
}
.services-handup .heading {
  max-width: 251px;
  margin-bottom: 30px;
}
.services-handup::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 90px;
  background: center center/cover no-repeat;
  background-image: url("../img/hand-only@2x.png");
  top: 20px;
  right: 0;
}
.services-handdown img {
  margin-bottom: 73px;
}
.services-handdown::before {
  position: absolute;
  content: "";
  width: 153px;
  height: 107px;
  background: center center/cover no-repeat;
  background-image: url("../img/hand-down@2x.png");
  top: 5px;
  right: 0;
}
.services-icon {
  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: 40px;
  height: 40px;
  border-radius: 3px;
  background: #FFF1F4;
  margin-bottom: 20px;
}
.services-icon svg {
  fill: #E5536C;
}
.services_gray .services-block {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.services_gray .services__item {
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.services_gray .services__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F2F4FB;
}
.services_full h2, .services_full .h2 {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.services_full .descr {
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.services_full .services-block {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.services_full .services__item {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .services-block {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .services__item {
    max-width: 100%;
    padding: 20px;
    padding-bottom: 25px;
  }
  .services_gray .services-block, .services_full .services-block {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .services-handup img {
    margin-bottom: 30px;
  }
  .services-handup .heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .services-handup::before {
    width: 65px;
    height: 45px;
  }
  .services-handdown img {
    margin-bottom: 52px;
  }
  .services-handdown .heaidng {
    max-width: 280px;
    font-size: 22px;
    line-height: 30px;
  }
  .services-handdown::before {
    width: 120px;
    height: 80px;
  }
}

/* different */
.different-block {
  grid-template-columns: repeat(auto-fit, minmax(393px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(393px, max-content));
  grid-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.different__item {
  max-width: 393px;
  border-radius: 10px;
  padding: 30px;
}
.different__item img {
  margin-left: 0;
  margin-right: 0;
}
.different__item:hover {
  background: #F2F4FB;
}
@media screen and (max-width: 992px) {
  .different-block {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
  }
  .different__item {
    max-width: 100%;
    padding: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 450px) {
  .different-block {
    width: calc(100% + 40px);
    grid-gap: 0;
    margin-left: -20px;
  }
  .different__item {
    border-radius: 0;
  }
}

/* white */
.what {
  grid-template-areas: "media heading" "media text";
  grid-gap: 0 56px;
}
.what h2, .what .h2 {
  grid-area: heading;
  align-self: end;
  text-align: left;
}
.what .media {
  width: 579px;
  height: 462px;
  grid-area: media;
}
.what .media .icon-cc {
  top: 115px;
  right: 46px;
  -webkit-animation: 3s linear 1s infinite alternate iconcc;
          animation: 3s linear 1s infinite alternate iconcc;
}
.what .media .icon-grea {
  bottom: 95px;
  left: 30px;
  -webkit-animation: 3s linear 1s infinite alternate icongrea;
          animation: 3s linear 1s infinite alternate icongrea;
}
.what .text {
  grid-area: text;
  align-self: start;
}
@media screen and (max-width: 992px) {
  .what {
    grid-template-areas: "heading" "media" "text";
    grid-gap: 0;
  }
  .what h2, .what .h2 {
    text-align: center;
    margin-bottom: 34px;
  }
  .what .media {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .what .media {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .what .media {
    width: 320px;
    height: auto;
  }
  .what .media .icon-cc {
    top: 79px;
    right: 19px;
  }
  .what .media .icon-grea {
    bottom: 54px;
    left: 13px;
  }
}

@-webkit-keyframes iconcc {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes iconcc {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes icongrea {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes icongrea {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* process */
.process-block {
  border: 1px solid #DCE0F2;
  border-radius: 10px;
}
.process-nav {
  border-bottom: 1px solid #DCE0F2;
}
.process-nav .slick-track {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.process-nav .slick-track::after, .process-nav .slick-track::before {
  display: none;
}
.process-nav .slick-list {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 30px 60px;
  padding-bottom: 34px;
  margin: 0 auto;
  margin-bottom: -4px;
}
.process-nav .heading {
  position: relative;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  margin-right: 65px;
  margin-bottom: 0;
}
.process-nav .heading::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #606EEA;
  left: calc(50% - 30px);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  bottom: -32px;
}
.process-nav .heading:hover, .process-nav .heading.slick-current {
  color: #606EEA;
}
.process-nav .heading:hover::before, .process-nav .heading.slick-current::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.process-slider {
  padding: 50px 65px;
}
.process-slider .slick-track, .process-slider .slick-list {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.process__item {
  display: grid !important;
  grid-template-areas: "heading img" "text img";
  grid-template-rows: auto 1fr;
  grid-gap: 0 30px;
}
.process__item picture {
  grid-area: img;
  min-width: 320px;
  margin: 0;
}
.process .text {
  grid-area: text;
  align-self: start;
  max-width: 541px;
}
.process-number {
  align-self: start;
  grid-area: heading;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #4050D9;
  margin-bottom: 30px;
}
@media screen and (min-width: 1060px) {
  .process-nav .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .process-nav .heading.slick-cloned {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .process-nav .slick-list {
    padding: 30px;
  }
  .process-nav .heading {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .process-nav .slick-list {
    padding: 25px 40px;
  }
  .process-nav .heading {
    margin-right: 40px;
  }
  .process-nav .heading::before {
    bottom: -23px;
  }
  .process__item {
    grid-template-areas: "heading" "img" "text";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .process .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .process-block {
    border-radius: 0;
    min-width: calc(100% + 40px);
    border-left: none;
    border-right: none;
    margin-left: -20px;
  }
  .process-slider {
    padding: 40px 20px;
  }
  .process-number {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/* help */
.help {
  gap: 0 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.help h2, .help .h2, .help-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.help h2, .help .h2 {
  text-align: left;
  position: sticky;
  top: 40%;
}
.help__item {
  border: 1px solid #DCE0F2;
  border-radius: 10px;
  padding: 30px;
}
.help__item .heading {
  margin-bottom: 15px;
}
.help__item .heading img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
}
.help__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .help h2, .help .h2 {
    position: relative;
    top: auto;
  }
  .help-block {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .help h2, .help .h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .help__item {
    padding: 20px;
    padding-bottom: 25px;
  }
  .help__item .heading {
    margin-bottom: 15px;
  }
  .help__item .heading img {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .help__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* cta */
.cta {
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
  padding: 65px 60px 64px 60px;
}
.cta-heading {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 38px;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.cta .media {
  position: absolute;
  width: 580px;
  bottom: 0;
  right: 0;
}
.cta .media .icon-link {
  bottom: 120px;
  left: -83px;
  -webkit-animation: 3s linear 1s infinite alternate iconctalink;
          animation: 3s linear 1s infinite alternate iconctalink;
}
.cta .media .icon-hand {
  top: 96px;
  right: 53px;
  -webkit-animation: 3s linear 1s infinite alternate iconctahand;
          animation: 3s linear 1s infinite alternate iconctahand;
}
.cta .media .icon-binance {
  top: 20px;
  right: 86px;
  -webkit-animation: 3s linear 1s infinite alternate iconauthorbinance;
          animation: 3s linear 1s infinite alternate iconauthorbinance;
}
.cta .media .icon-lightning {
  left: -98px;
  bottom: 38px;
  -webkit-animation: 3s linear 1s infinite alternate iconlightning;
          animation: 3s linear 1s infinite alternate iconlightning;
}
.cta img {
  margin: 0;
}
.cta-laptop {
  overflow: visible;
  padding-right: 635px;
}
.cta-laptop img {
  position: absolute;
  right: 42px;
  bottom: 12px;
}
.cta-laptopok {
  padding-right: 635px;
}
.cta-laptopok .btn {
  width: 300px;
}
.cta-laptopsearch {
  padding-right: 635px;
}
.cta-laptopsearch .cta-heaidng {
  margin-bottom: 20px;
}
.cta-laptopsearch img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta-laptopsearch .btn {
  width: 300px;
}
.cta-laptopphone {
  padding-right: 635px;
}
.cta-laptopphone .cta-heading {
  margin-bottom: 20px;
}
.cta-laptopphone .media {
  bottom: 35px;
  right: 35px;
}
.cta-palm {
  padding-right: 500px;
}
.cta-palm::after {
  position: absolute;
  content: "";
  width: 336px;
  height: 98px;
  background: center center/cover no-repeat;
  background-image: url("../img/palm@2x.png");
  bottom: 0;
  right: 0;
}
.cta-palm .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100px;
}
.cta-palm .btn::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 46px;
  background: center center/cover no-repeat;
  background-image: url("../img/drops@2x.png");
  left: -60px;
  top: -56px;
}
.cta-laptophand {
  padding-top: 82px;
  padding-bottom: 82px;
  padding-right: 629px;
}
.cta-laptophand .cta-heading {
  margin-bottom: 40px;
}
.cta-laptophand .media {
  width: 544px;
  right: 0;
  bottom: 0;
}
.cta-laptophorseshoe {
  padding-right: 605px;
}
.cta-laptophorseshoe img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 81px;
}
.cta p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
.cta .btn {
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .cta .media {
    width: auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 45px;
  }
  .cta-laptop {
    padding-right: 60px;
  }
  .cta-laptop img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    margin-top: 45px;
  }
  .cta-laptopok {
    padding-right: 60px;
  }
  .cta-laptopok .media {
    text-align: right;
    margin-right: -60px;
    margin-bottom: -65px;
  }
  .cta-laptopok .media img {
    display: inline-block;
  }
  .cta-laptopok .media .icon-link {
    left: 50px;
    bottom: 30px;
  }
  .cta-laptopsearch {
    padding-right: 60px;
    padding-bottom: 450px;
  }
  .cta-laptopphone {
    padding-right: 60px;
    padding-bottom: 40px;
  }
  .cta-laptopphone .media {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    margin-top: 45px;
  }
  .cta-palm {
    padding-right: 60px;
    padding-bottom: 180px;
  }
  .cta-palm .btn::before {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
    bottom: -56px;
    top: auto;
  }
  .cta-laptophand {
    padding-right: 60px;
  }
  .cta-laptophand .media {
    text-align: right;
    margin-bottom: 40px;
  }
  .cta-laptophand .media img {
    display: inline-block;
    margin-right: -100px;
  }
  .cta-laptophand .media .icon img {
    display: block;
  }
  .cta-laptophand .media .icon-binance {
    top: -15px;
    right: 130px;
  }
  .cta-laptophand .media .icon-lightning {
    right: 300px;
    left: auto;
    bottom: -15px;
  }
  .cta-laptophand .btn {
    margin: 0 auto;
  }
  .cta-laptophorseshoe {
    padding-right: 60px;
  }
  .cta-laptophorseshoe img {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .cta-laptophorseshoe .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 40px 20px;
  }
  .cta-heading {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }
  .cta p {
    text-align: center;
    margin-bottom: 30px;
  }
  .cta-laptopok .media {
    margin-right: -20px;
    margin-bottom: -45px;
  }
  .cta-laptopsearch {
    padding-bottom: 440px;
  }
  .cta-laptopphone {
    padding-bottom: 40px;
  }
  .cta-palm {
    padding-bottom: 180px;
  }
  .cta .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .cta .media {
    width: auto;
    height: auto;
  }
  .cta .media .icon-link {
    left: 20px;
    bottom: 20px;
  }
  .cta-laptopsearch {
    padding-bottom: 286px;
  }
  .cta-laptopsearch img {
    width: 343px;
  }
  .cta-laptopphone {
    padding-bottom: 40px;
  }
  .cta-laptopphone .media .icon-hand {
    top: 37px;
    right: 23px;
  }
  .cta-palm {
    padding-bottom: 75px;
  }
  .cta-palm::after {
    width: 236px;
    height: 65px;
  }
  .cta-palm .btn {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cta-palm .btn::before {
    width: 31px;
    height: 36px;
    left: -10px;
  }
  .cta-laptophand .media {
    right: auto;
  }
  .cta-laptophand .media img {
    margin-right: -40px;
  }
  .cta-laptophand .media .icon-binance {
    right: 80px;
  }
}
@media screen and (max-width: 500px) {
  .cta .btn {
    width: 100%;
  }
  .cta-laptophand .media .icon-lightning {
    right: 200px;
  }
}

@-webkit-keyframes iconctalink {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes iconctalink {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconctahand {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconctahand {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconauthorbinance {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconauthorbinance {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconlightning {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconlightning {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.check-list {
  margin-bottom: 35px;
}
.check-list li {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  padding-left: 39px;
}
.check-list li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-white");
  left: 0;
  top: 4px;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}

/* why */
.why {
  gap: 30px 60px;
}
.why-text, .why-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.why-text {
  max-width: 579px;
}
.why h2, .why .h2 {
  text-align: left;
  margin-bottom: 48px;
}
.why .media {
  width: 579px;
}
.why .media .icon-link {
  top: 107px;
  right: 54px;
  -webkit-animation: 3s linear 1s infinite alternate iconwhylink;
          animation: 3s linear 1s infinite alternate iconwhylink;
}
.why .media .icon-search {
  top: 107px;
  right: 54px;
  -webkit-animation: 3s linear 1s infinite alternate iconwhysearch;
          animation: 3s linear 1s infinite alternate iconwhysearch;
}
.why .media .icon-feather {
  top: 108px;
  right: 54px;
  -webkit-animation: 3s linear 1s infinite alternate iconfeather;
          animation: 3s linear 1s infinite alternate iconfeather;
}
.why-list {
  counter-reset: number;
}
.why-list li:not(:last-child) {
  margin-bottom: 30px;
}
.why-list li .heading {
  position: relative;
  padding-left: 51px;
}
.why-list li .heading::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number;
  content: "0" counter(number);
  width: 36px;
  height: 36px;
  background: #F2F4FB;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #606EEA;
}
@media screen and (max-width: 992px) {
  .why-text, .why-list {
    min-width: 100%;
  }
  .why h2, .why .h2 {
    text-align: center;
  }
  .why .media {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .why-list li .heading {
    padding-left: 0;
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .why .media {
    width: 100%;
  }
  .why .media .icon-link {
    top: 61px;
    right: 30px;
  }
  .why .media .icon-search {
    top: 60px;
    right: 30px;
  }
  .why .media .icon-feather {
    top: 71px;
    right: 30px;
  }
}

@-webkit-keyframes iconwhylink {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes iconwhylink {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconwhysearch {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconwhysearch {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes iconfeather {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes iconfeather {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* choose */
.choose-block {
  gap: 30px;
}
.choose figure {
  border: 1px solid #C0C8E1;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 25px;
}
.choose figure figcaption {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.choose-text .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .choose-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .choose figure, .choose-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .choose figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .choose-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .choose-text .btn {
    margin: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .choose figure {
    padding: 20px 15px;
  }
  .choose figure img {
    margin-bottom: 14px;
  }
  .choose figure figcaption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 450px) {
  .choose-text .btn {
    width: 100%;
  }
}

/* get */
.get {
  gap: 30px 55px;
}
.get-block, .get-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.get-block {
  max-width: 580px;
}
.get h2, .get .h3 {
  text-align: left;
}
.get img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 992px) {
  .get-block, .get-text {
    min-width: 100%;
  }
  .get img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .get h2, .get .h2 {
    text-align: center;
  }
}

/* system */
.strategy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 34px;
}
.strategy-heading, .strategy-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.strategy-heading {
  position: sticky;
  top: 40%;
  text-align: left;
}
.strategy h2, .strategy .h2 {
  text-align: left;
  margin-bottom: 20px;
}
.strategy__item {
  position: relative;
  padding-left: 55px;
}
.strategy__item:not(:last-child) {
  padding-bottom: 30px;
}
.strategy__item:not(:last-child)::before, .strategy__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  left: 20px;
  top: 20px;
  border-left: 2px dashed;
}
.strategy__item:not(:last-child)::before {
  height: calc(100% - 20px);
  border-color: #C0C8E1;
}
.strategy__item:not(:last-child)::after {
  height: 0;
  border-color: #606EEA;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.strategy__item.animation .strategy-icon svg {
  fill: #606EEA;
}
.strategy__item.animation::after {
  height: calc(100% - 20px);
}
.strategy-icon {
  position: absolute;
  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;
  width: 40px;
  height: 40px;
  background: #F2F4FB;
  border-radius: 5px;
  left: 0;
  top: -5px;
}
.strategy-icon svg {
  fill: #C0C8E1;
}
@media screen and (max-width: 768px) {
  .strategy h2, .strategy .h2, .strategy-list {
    min-width: 100%;
  }
  .strategy h2, .strategy .h2 {
    text-align: center;
  }
  .strategy-heading {
    position: relative;
    top: auto;
    text-align: center;
  }
  .strategy__item {
    padding-left: 55px;
  }
  .strategy__item:not(:last-child)::before, .strategy__item:not(:last-child)::after {
    left: 20px;
  }
}

/* standart */
.standart .descr {
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: -30px;
}
.standart .descr p {
  margin-bottom: 0;
}
.standart-slider {
  padding-bottom: 80px;
}
.standart-slider .slick-prev, .standart-slider .slick-next {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.standart-slider .slick-prev {
  left: calc(49% - 50px);
}
.standart-slider .slick-next {
  right: calc(49% - 50px);
}
.standart__item {
  border: 1px solid #DCE0F2;
  border-radius: 10px;
  padding: 40px;
}
.standart .oval_white-list li {
  font-size: 22px;
  line-height: 30px;
}
.standart .oval_white-list li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .standart__item {
    padding: 20px;
    padding-top: 22px;
  }
  .standart .oval_white-list li {
    font-size: 18px;
    line-height: 26px;
  }
}

/* titles */
.titles-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titles__item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 316px;
  padding: 20px 30px;
}
.titles__item:not(:last-child) {
  border-right: 1px solid #DCE0F2;
}
.titles .number {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #7E8AB5;
  margin-bottom: 15px;
}
.titles p {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .titles__item {
    min-width: 100%;
    max-width: 100%;
    padding: 25px 0;
  }
  .titles__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #DCE0F2;
  }
  .titles__item:first-child {
    padding-top: 0;
  }
  .titles__item:last-child {
    padding-bottom: 0;
  }
}

/* structure */
.structure h2, .structure .h2 {
  text-align: left;
  padding-right: 120px;
}
.structure-slider .slick-track {
  gap: 30px;
}
.structure-slider .slick-track::before {
  display: none;
}
.structure-slider .slick-list {
  z-index: 1;
  overflow: visible;
  padding: 0 20% 0 0;
}
.structure-slider .slick-prev, .structure-slider .slick-next {
  top: -98px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.structure-slider .slick-next {
  right: 0;
}
.structure-slider .slick-prev {
  right: 65px;
  left: auto;
}
.structure__item {
  position: relative;
  min-width: 333px;
  border: 1px solid #DCE0F2;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.structure__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  border-bottom: 2px dashed #606EEA;
  top: 55px;
  right: -30px;
}
.structure-number {
  width: 50px;
  height: 50px;
  background: #F2F4FB;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 24px;
  color: #606EEA;
  margin-bottom: 20px;
}
@media screen and (min-width: 1441px) {
  .structure-slider::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .structure h2, .structure .h2 {
    text-align: center;
    padding-right: 0;
  }
  .structure__item {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .structure__item {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .structure-slider {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .structure-slider .slick-list {
    z-index: 1;
    overflow: visible;
    padding: 0 0 0 0;
  }
  .structure-slider .slick-track {
    gap: 20px;
  }
  .structure__item {
    width: 100%;
    min-width: 320px;
  }
}

/* conference */
@media screen and (min-width: 768px) {
  .section-conference .breadcrumbs {
    margin-bottom: 57px;
  }
}

.conference h1, .conference .h2 {
  margin-bottom: 40px;
}
.conference-filter {
  position: relative;
  padding-left: 39px;
  margin-bottom: 25px;
}
.conference-filter::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--filter");
  left: 0;
  top: calc(50% - 12px);
}
.conference-filter .formgroup {
  gap: 7px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.conference-filter .field__holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 220px;
}
.conference-table {
  border-radius: 5px;
  border: 1px solid #DCE0F2;
  overflow: hidden;
  margin-bottom: 25px;
}
.conference-td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.conference-td:first-child {
  padding-left: 20px;
}
.conference-event {
  max-width: 495px;
}
.conference-date {
  width: 193px;
  max-width: 193px;
  min-width: 193px;
}
.conference-location {
  width: 292px;
  min-width: 292px;
  max-width: 292px;
}
.conference-discounds {
  max-width: 260px;
}
.conference-caption {
  background: #606EEA;
}
.conference-caption .conference-td {
  position: relative;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 12px 20px 12px 24px;
}
.conference-caption .conference-td:first-child {
  padding-left: 44px;
}
.conference-caption .conference-td:last-child {
  padding-right: 20px;
}
.conference-caption .conference-td::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--star-mini");
}
.conference-caption .conference-event::before {
  background-image: url("../img/sprite.svg#sprite--star-mini");
  left: 20px;
}
.conference-caption .conference-date::before {
  background-image: url("../img/sprite.svg#sprite--calendar");
}
.conference-caption .conference-location::before {
  background-image: url("../img/sprite.svg#sprite--location-pin");
}
.conference-caption .conference-discounds::before {
  background-image: url("../img/sprite.svg#sprite--discount");
}
.conference-heading {
  background: #EEF0FF;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #2C2B2E;
  padding: 12px;
}
.conference-body .conference-td {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2C2B2E;
  padding: 15px 0;
  padding-right: 20px;
}
.conference-body .conference-td:first-child {
  padding-left: 20px;
}
.conference-body .conference-td:last-child {
  padding-right: 20px;
}
.conference-body .conference-td a, .conference-body .conference-td p {
  font-weight: 500;
  color: #2C2B2E;
}
.conference-body .conference-td a:hover {
  color: #606EEA;
}
.conference-body .conference-discounds {
  font-weight: 600;
}
.conference__item .conference-tr:not(:last-child) {
  border-bottom: 1px solid #DCE0F2;
}
@media screen and (max-width: 992px) {
  .conference h1, .conference .h2 {
    text-align: center;
  }
  .conference-caption {
    display: none;
  }
  .conference-tr {
    padding: 7px 20px;
  }
  .conference-body .conference-td {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }
  .conference-body .conference-td:first-child {
    padding-left: 0;
  }
  .conference-body .conference-td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .conference-body a, .conference-body p {
    font-size: 18px;
    line-height: 26px;
  }
  .conference-body .conference-date {
    font-weight: 700;
    color: #606EEA;
  }
  .conference-body .conference-location {
    font-size: 16px;
    line-height: 24px;
    color: rgba(44, 43, 46, 0.6);
  }
  .conference-body .conference-discounds {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .conference-filter {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .conference-filter::before {
    display: none;
  }
  .conference-filter .field__holder {
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .conference-body .conference-td {
    text-align: left;
  }
}

/* author */
.author {
  grid-template-areas: "heading img" "text img";
  grid-gap: 0 30px;
  grid-template-rows: auto 1fr;
}
.author h1 {
  grid-area: heading;
  align-self: start;
  margin-bottom: 10px;
}
.author-img {
  position: relative;
  grid-area: img;
  width: 460px;
  height: 436px;
  margin-right: 77px;
  margin-top: -50px;
}
.author-img img {
  margin: 0;
}
.author-img .soc {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.author .text {
  grid-area: text;
  align-self: start;
  max-width: 605px;
}
.author-position {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #5B6381;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .author-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .author {
    grid-template-areas: "heading" "img" "text";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .author h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .author-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .author .text {
    max-width: 100%;
  }
  .author-position {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .author-img {
    width: 100%;
    height: auto;
  }
  .author-img .soc {
    left: 40px;
  }
}

/* blog */
.blog {
  grid-template-areas: "heading img" "text img";
  grid-template-rows: auto 1fr;
  grid-gap: 0 30px;
  margin-bottom: 40px;
}
.blog h1 {
  max-width: 605px;
  margin-bottom: 20px;
}
.blog-heading {
  grid-area: heading;
}
.blog-img {
  grid-area: img;
}
.blog .text {
  grid-area: text;
  max-width: 605px;
}
.blog .text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.blog-title {
  display: inline-block;
  background: #606EEA;
  border-radius: 5px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.blog-author {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 29px;
}
.blog-author img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.blog-author-name, .blog-author time {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5B6381;
}
@media screen and (max-width: 992px) {
  .blog {
    grid-template-areas: "heading " "img" "text";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-author {
    margin-top: 20px;
  }
  .blog-author-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.notes + .cta {
  margin-top: 74px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .notes + .cta {
    margin-top: 50px;
  }
}

/* post */
.post.gridbox {
  grid-template-areas: "heading img" "author img";
  grid-gap: 0 30px;
  padding-bottom: 57px;
}
.post h1, .post .h1 {
  grid-area: heading;
  align-self: end;
  max-width: 794px;
}
.post-img {
  grid-area: img;
}
.post-author {
  grid-area: author;
  max-width: 794px;
  gap: 10px 40px;
  align-self: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-author img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.post-author-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.post-author-name, .post-author time, .post-author .read {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #DCE0F2;
}
.post.flexbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 100px;
}
.post.flexbox article {
  position: relative;
  width: calc(100% - 318px);
  padding-left: 318px;
}
.post.flexbox .heading {
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
}
.post.flexbox .cta {
  padding: 30px 25px;
  margin-bottom: 40px;
}
.post.flexbox .cta-heading {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 20px;
}
.post.flexbox .cta img {
  position: absolute;
  margin: 0;
}
.post.flexbox .cta-handphone p {
  max-width: 390px;
}
.post.flexbox .cta-handphone img {
  bottom: 0;
  right: 19px;
}
.post.flexbox .cta-laptopmini {
  padding-right: 288px;
}
.post.flexbox .cta-laptopmini .cta-heading {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.post.flexbox .cta-laptopmini img {
  bottom: 0;
  right: 0;
}
.post.flexbox .cta-laptopmini .btn {
  width: 262px;
}
.post.flexbox .cta-growup {
  padding-right: 201px;
}
.post.flexbox .cta-growup p {
  max-width: 314px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.post.flexbox .cta-growup img {
  right: 31px;
  bottom: 27px;
}
.post.flexbox .cta-growup .btn {
  width: 262px;
}
.post.flexbox .faq {
  margin-bottom: 40px;
}
.post.flexbox .faq__item .heading {
  font-size: 20px;
  line-height: 28px;
  padding: 20px 28px 20px 48px;
}
.post.flexbox .faq__item .heading::before {
  top: 20px;
}
.post.flexbox .faq__item .text {
  padding: 0 43px 0 25px;
}
.post.flexbox .faq__item .text p {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 1250px) {
  .post.flexbox article {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .post.gridbox {
    grid-template-areas: "heading" "img" "author";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post h1, .post .h1 {
    text-align: center;
    margin-bottom: 40px;
  }
  .post-img {
    margin-bottom: 40px;
  }
  .post-author {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post.flexbox article {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post.gridbox {
    padding-bottom: 40px;
  }
  .post.flexbox .cta {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .post.flexbox .cta-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .post.flexbox .cta img {
    position: absolute;
    margin: 0;
  }
  .post.flexbox .cta-handphone {
    padding-bottom: 230px;
  }
  .post.flexbox .cta-handphone p {
    max-width: 100%;
  }
  .post.flexbox .cta-handphone img {
    bottom: 0;
    right: auto;
    left: 0;
  }
  .post.flexbox .cta-laptopmini {
    text-align: right;
  }
  .post.flexbox .cta-laptopmini .cta-heading {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 36px;
  }
  .post.flexbox .cta-laptopmini img {
    display: inline-block;
    position: relative;
    width: 300px;
    bottom: auto;
    right: auto;
    margin-right: -20px;
    margin-bottom: 33px;
  }
  .post.flexbox .cta-laptopmini .btn {
    width: 262px;
    margin: 0 auto;
  }
  .post.flexbox .cta-growup .cta-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .post.flexbox .cta-growup p {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 38px;
  }
  .post.flexbox .cta-growup img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .post.flexbox .faq__item .heading {
    padding: 20px 20px 20px 43px;
  }
  .post.flexbox .faq__item .text {
    padding: 0 20px 0 20px;
  }
  .post.flexbox .faq__item .text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.author-block {
  -webkit-box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
}
.author-block .author-name {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2C2B2E;
}
.author-block .author-company {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5B6381;
}
.author-block .soc {
  gap: 2px;
  margin-left: auto;
}
.author-block .soc-link {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.author-block .text p {
  font-size: 18px;
  line-height: 26px;
}
.author_top {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.author_top img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .author_top img {
    width: 60px;
    height: 60px;
  }
  .author-block {
    position: relative;
    padding: 20px;
    padding-bottom: 75px;
  }
  .author-block .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .author-block .soc {
    position: absolute;
    bottom: 25px;
    left: 20px;
  }
}

.aside-tablecontent {
  position: absolute;
  width: 288px;
  height: 100%;
  top: 0;
  left: 0;
}
.aside-tablecontent .tablecontent {
  width: 288px;
}
@media screen and (max-width: 1250px) {
  .aside-tablecontent {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .aside-tablecontent .tablecontent {
    width: 100%;
  }
}

.tablecontent-list {
  counter-reset: number;
}
.tablecontent-list li:not(:last-child) {
  margin-bottom: 10px;
}
.tablecontent-list li a {
  display: block;
  position: relative;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #393E51;
  text-decoration: none;
  padding-left: 20px;
}
.tablecontent-list li a::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) "." " ";
  left: 0;
  top: 0;
}
.tablecontent-list li a:hover {
  color: #4050D9;
}
.tablecontent_fix {
  position: fixed;
  z-index: 100;
  top: 20px;
}

.aside {
  width: 288px;
  position: sticky;
  top: 20px;
}
.aside .btn {
  width: 100%;
}
.aside-block:not(:last-child) {
  margin-bottom: 20px;
}
.aside .oval_white-list {
  margin-bottom: 20px;
  margin-top: 20px;
}
.aside .oval_white-list li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #393E51;
}
.aside .oval_white-list li a:hover {
  color: #606EEA;
}
.aside .oval_white-list li:not(:last-child) {
  margin-bottom: 10px;
}
.aside .btn {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .aside {
    width: 100%;
  }
}

.services-link li {
  padding: 10px 0;
}
.services-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #393E51;
  text-decoration: none;
}
.services-link li a svg {
  fill: #5B6381;
}
.services-link li a:hover {
  color: #606EEA;
}
.services-link li a:hover svg {
  fill: #606EEA;
}
.services-link li:not(:last-child) {
  border-bottom: 1px solid #DCE0F2;
}

/* faq */
.faq-block {
  counter-reset: number;
}
.faq__item {
  overflow: hidden;
  border: 1px solid #DCE0F2;
  border-radius: 10px;
}
.faq__item:not(:last-child) {
  margin-bottom: 15px;
}
.faq__item .heading {
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  padding: 30px 40px 30px 58px;
  margin-bottom: 0;
}
.faq__item .heading::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ". ";
  left: 30px;
  top: 30px;
}
.faq__item .heading svg {
  min-width: 18px;
  fill: #2C2B2E;
}
.faq__item .heading:hover {
  color: #4050D9;
}
.faq__item .heading:hover svg {
  fill: #4050D9;
}
.faq__item.open .heading {
  color: #4050D9;
}
.faq__item.open .heading svg {
  fill: #4050D9;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq__item.open .text {
  max-height: 1000px;
}
.faq .text {
  max-height: 0;
  overflow: hidden;
  padding: 0 50px 0 30px;
}
.faq .text p:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq__item .heading {
    padding: 20px 20px 25px 40px;
  }
  .faq__item .heading::before {
    left: 20px;
    top: 20px;
  }
  .faq .text {
    padding: 0 20px;
  }
}

/* notes */
.notes-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
}
.notes-mini .notes-block {
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  grid-gap: 25px;
}
.notes-mini .notes__item {
  padding: 0 15px 20px;
}
.notes-mini .notes__item .heading {
  font-size: 18px;
  line-height: 26px;
  min-height: 52px;
  margin-bottom: 11px;
}
.notes-mini .notes-img {
  width: calc(100% + 30px);
  height: 162px;
  margin-bottom: 16px;
  margin-left: -15px;
}
.notes-mini .notes-img img {
  height: 162px;
}
.notes-mini .notes-title time {
  font-size: 14px;
  line-height: 24px;
}
.notes-mini .notes-author {
  gap: 7px;
}
.notes-mini .notes-author img {
  width: 28px;
  height: 28px;
}
.notes-mini .notes-author-name {
  font-size: 14px;
  line-height: 24px;
}
.notes-heading {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 28px;
  line-height: 48px;
  color: #2C2B2E;
  margin-bottom: 20px;
}
.notes__item {
  -webkit-box-shadow: 0 0 1px 1px #C0C8E1;
          box-shadow: 0 0 1px 1px #C0C8E1;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 25px 25px;
}
.notes__item .mark {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2C2B2E;
  padding: 3px 10px;
}
.notes__item .heading {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 60px;
  margin-bottom: 0;
}
.notes__item:hover {
  -webkit-box-shadow: 4px 4px 40px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 40px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  -o-transition: box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
}
.notes__item:hover .link {
  color: #4050D9;
}
.notes__item:hover .link svg {
  fill: #4050D9;
}
.notes-img {
  position: relative;
  width: calc(100% + 50px);
  height: 221px;
  margin-bottom: 20px;
  margin-left: -25px;
}
.notes-img img {
  min-width: 100%;
  height: 221px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.notes-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.notes-title time {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5B6381;
}
.notes-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.notes-author img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.notes-author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5B6381;
}
@media screen and (max-width: 768px) {
  .notes__item {
    padding: 0 20px 20px;
  }
  .notes__item .heading {
    min-height: 56px;
  }
  .notes-img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .notes-title time {
    font-size: 14px;
    line-height: 22px;
  }
  .notes-author {
    gap: 7px;
  }
  .notes-author img {
    width: 30px;
    height: 30px;
  }
  .notes-author-name {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 450px) {
  .notes-img {
    height: 180px;
  }
  .notes-img img {
    height: 180px;
  }
}

/* contact */
.contact {
  gap: 30px 60px;
}
.contact h2, .contact .h2 {
  text-align: left;
  margin-bottom: 40px;
}
.contact .oval_blue-list {
  margin-bottom: 50px;
}
.contact-contact, .contact-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-contact {
  max-width: 579px;
  background: #F8FAFF;
  border-radius: 10px 20% 10px 20%;
  padding: 50px;
  padding-bottom: 73px;
}
.contact-page {
  max-width: 1140px;
  margin: 0 auto;
}
.contact-page .contact-contact {
  background: #606EEA;
  color: #fff;
}
.contact-page .contact-contact h1, .contact-page .contact-contact .h2 {
  color: #fff;
}
.contact-page .oval_opacity-list {
  margin-bottom: 50px;
}
.contact-page .oval_opacity-list li {
  color: #fff;
}
.contact-page .soc-title {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .contact-contact, .contact-block {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact h2, .contact .h2 {
    margin-bottom: 30px;
  }
  .contact-contact {
    min-width: calc(100% + 40px);
    border-radius: 0;
    padding: 30px 20px 40px;
    margin-left: -20px;
  }
  .contact .oval_blue-list {
    margin-bottom: 30px;
  }
}

/* error */
.error {
  max-width: 1140px;
  position: relative;
  padding: 107px 0 20px;
  padding-right: 600px;
  margin: 0 auto;
}
.error-number {
  font-weight: 900;
  font-size: 120px;
  line-height: 130px;
  color: #2C2B2E;
  margin-bottom: 10px;
}
.error h1 {
  text-align: left;
  margin-bottom: 15px;
}
.error p {
  font-weight: 500;
  margin-bottom: 30px;
}
.error .btn {
  margin: 0;
}
.error img {
  position: absolute;
  right: 10px;
  top: 90px;
  margin: 0;
}
@media screen and (min-height: 900px) {
  .error {
    padding: 150px 0 150px;
  }
}
@media screen and (max-width: 992px) {
  .error {
    text-align: center;
    padding-right: 0;
  }
  .error h1 {
    text-align: center;
  }
  .error img {
    display: none;
  }
  .error .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .error {
    padding: 90px 0 20px;
  }
}

/* popup */
.popup {
  position: fixed;
  display: none;
  z-index: 103;
  width: 600px;
  top: 50%;
  left: calc(50% - 300px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 40px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  text-align: center;
}
.popup .close {
  position: absolute;
  top: 25px;
  right: 35px;
  width: 22px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
}
.popup .heading {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
}
.popup p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.popup-success, .popup .success {
  padding: 276px 30px 56px;
}
.popup-success::before, .popup .success::before {
  position: absolute;
  content: "";
  width: 394px;
  height: 228px;
  background: center center/cover no-repeat;
  background-image: url("../img/hand-long@2x.png");
  top: 55px;
  left: 0;
}
.popup-order {
  min-height: 492px;
  padding: 40px;
  padding-top: 35px;
}
.popup-order .heading {
  text-align: center;
  margin-bottom: 20px;
}
.popup-order .success::before {
  left: -40px;
}
@media screen and (max-width: 650px) {
  .popup {
    width: calc(100% - 40px);
    left: 20px;
  }
  .popup .close {
    width: 16px;
    height: 16px;
    right: 25px;
  }
  .popup-success, .popup .success {
    padding: 218px 20px 25px;
  }
  .popup-success::before, .popup .success::before {
    width: 221px;
    height: 123px;
    background: center center/cover no-repeat;
    background-image: url("../img/hand-long-mob@2x.png");
    top: 90px;
  }
  .popup .btn {
    width: 100%;
  }
}

/* footer */
.footer {
  background: #242329;
}
.footer_top {
  border-bottom: 1px solid #3A393E;
  gap: 40px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 25px;
}
.footer_bottom {
  gap: 40px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 0 40px;
}
.footer-menu {
  gap: 25px 40px;
}
.footer-menu-link {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.footer-menu-link:hover {
  color: #fff;
}
.footer .copy {
  max-width: 242px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.footer .copy a {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 992px) {
  .footer_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 50px 0 40px;
  }
  .footer .copy {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .support {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 450px) {
  .footer-menu__item {
    min-width: 100%;
    text-align: center;
  }
}

.support {
  gap: 25px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support img {
  margin: 0;
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
