.cookie-block {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  min-height: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.01), 7px 8px 15px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.01), 7px 8px 15px rgba(0, 0, 0, 0.04);
}
.cookie-block .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
}
.cookie-block__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #23173d;
  margin-right: 8px;
}
.cookie-block__link {
  color: #23173d;
  text-decoration: underline;
  cursor: pointer;
}
.cookie-block__button {
  font-size: 12px !important;
  line-height: 12px !important;
  padding: 10px 20px !important;
}
.cookie-block__close-btn {
  position: absolute;
  cursor: pointer;
  right: 12px;
}

@media (min-width: 1500px) {
  .cookie-block__close-btn {
    right: 120px;
  }
}
@media (min-width: 1800px) {
  .cookie-block__close-btn {
    right: 160px;
  }
}

.title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
}
.title_h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
@media (max-width: 1190px) {
  .title_h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .title_h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
.title_h2 {
  font-size: 40px;
  line-height: 48px;
  position: relative;
}
.title_h2::after {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
}
@media (max-width: 1190px) {
  .title_h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .title_h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.title_h3 {
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 1190px) {
  .title_h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .title_h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.title_h4 {
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1190px) {
  .title_h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 768px) {
  .title_h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.title_white {
  color: #f8f8fa;
}
.title_black {
  color: #23173d;
}

.title_h2::after {
    display: block;
    content: "";
    position: relative;
    height: 1px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.title_black::after {
    background: #23173d;
}
.title_white::after {
    background: #f8f8fa;
}

.button {
  border-radius: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 50px;
  border: none;
  cursor: pointer;
}
.button_mini {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 30px;
}
.button_big {
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
}
.color_blue {
  color: #3464cf;
}
.button_blue {
  background: linear-gradient(92.34deg, #606fe3 0%, #4783fe 100%);
}
.button_gradient {
  background: linear-gradient(94.89deg, #3464cf 0.74%, #691e99 97.37%);
}
.button_sticky {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.header {
  position: relative;
  height: 80px;
  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;
  z-index: 9999;
}
@media (max-width: 1190px) {
  .header__logo-box-logo_pc {
    display: none;
  }
}
.header__logo-box-logo_mob {
  display: none;
}
@media (max-width: 1190px) {
  .header__logo-box-logo_mob {
    display: block;
  }
}
.header__navigation {
  max-width: 602px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  .header__navigation {
    display: none;
  }
}
.header__navigation .header__link {
  margin-right: 30px;
}
.header__navigation .header__link:last-child {
  margin-right: 0px;
}
.header__link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.header__link:hover {
  text-decoration: underline;
}
.header__controls .button {
  margin-right: 12px;
}

.main-screen {
  padding-bottom: 156px;
    background: linear-gradient(237.86deg, #870BD5 1.14%, #92499d30 64.76%), linear-gradient(122.63deg, #217aff -2.6%, #0e1926 64.33%), #0f3fe8;
}
@media (max-width: 1190px) {
    .main-screen {
        padding-bottom: 126px;
    }
}
@media (max-width: 768px) {
    .main-screen {
        padding-bottom: 144px;
    }
}
.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .main-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-content.container {
  margin-top: 60px;
}
@media (max-width: 1190px) {
  .main-content.container {
    margin-top: 36px;
  }
}
.main-content__cta-block {
  max-width: 937px;
  z-index: 999;
  margin: 0 auto;
}
.main-content__cta-block {
    max-width: 637px;
    margin-top: -30px;
    z-index: 999;
}
@media (max-width: 1190px) {
    .main-content__cta-block {
        max-width: 390px;
    }
}
.main-content__cta-block-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-content__cta-block-title {
    margin-bottom: 24px;
  }
}

.main-content__cta-block-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
}
@media (max-width: 1190px) {
    .main-content__cta-block-text {
        font-size: 16px;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .main-content__cta-block-text {
        font-size: 14px;
    }
}
.main-content__cta-block-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1190px) {
    .main-content__cta-block-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
@media (max-width: 768px) {
    .main-content__cta-block-action {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
}
.main-content__cta-block-buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .main-content__cta-block-buttons {
        flex-direction: column;
    }
}

.main-content__cta-block-action-button {
    margin-right: 18px;
}
@media (max-width: 768px) {
    .main-content__cta-block-action-button {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}
.main-content__cta-block-action-disclamer {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
@media (max-width: 1190px) {
    .main-content__cta-block-action-disclamer {
        margin-bottom: 8px;
    }
}
.main-content__img-block {
    margin-right: 30px;
    position: relative;
    z-index: 100;
}
.main-content__img-block::after {
    content: url("../icons/bg-shape-main-screen.svg");
    position: absolute;
    left: -110%;
    top: -25%;
    z-index: -1;
    opacity: 0.5;
}
@media (max-width: 1190px) {
    .main-content__img-block {
        margin-right: 0px;
    }
}
.main-content__img-block-content {
    width: 300px;
}
@media (max-width: 1190px) {
    .main-content__img-block-content {
        width: 288px;
    }
}

.trade-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  .trade-offer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.trade-offer.container {
    margin-top: -80px;
}

.trade-offer__card {
  width: 220px;
  padding: 20px 15px;
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 7px 8px 15px 0px rgba(0, 0, 0, 0.04), 5px 4px 14px 0px rgba(0, 0, 0, 0.01);
}

@media (max-width: 768px) {
    .trade-offer__card {
        width: 100%;
        padding: 16px 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        min-height: 250px;
        margin-bottom: 18px;
        border-radius: 8px !important;
    }
}

.trade-offer__card-icon-wrapper {
  margin-bottom: 14px;
}
.trade-offer__card-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trade-offer__card-header {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
}
.trade-offer__card-header2023 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 14px;
    text-align: center;
}
.trade-offer__card-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #23173d;
}

@media (max-width: 768px) {
    .trade-offer__card-text-wrapper {
        align-items: start;
    }

    .trade-offer__card-icon-content2023 {
        margin-right: 16px;
    }

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

    .trade-offer__card-header2023 {
        text-align: left !important;
    }
}

.landing-seo-text {
    position: relative;
}
.landing-seo-text::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: calc(100% + 40px);
    background: -webkit-gradient(linear, left top, left bottom, from(#386ADC), to(#68258C));
    background: linear-gradient(180deg, #386ADC 0%, #68258C 100%);

    border-radius: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .landing-seo-text::before {
        display: none;
    }
}
.landing-seo-text.container {
    margin-top: 80px;
    max-width: 920px;
}
.landing-seo-text__content {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #23173d;
    margin-left: 38px;
}
@media (max-width: 1190px) {
    .landing-seo-text__content {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 768px) {
    .landing-seo-text__content {
        margin-left: 0;
        padding: 0 10px;
    }
    .trade-offer .slick-slide {
        margin-right: 8px !important;
    }
    .trade-offer__card-icon-wrapper {
        display: flex;
        justify-content: center;
    }
    .trade-offer__card {
        min-height: 250px;
    }
}

.usage {
  position: relative;
}
.usage .container {
    margin-top: 80px;
}
.usage__title {
  text-align: center;
}
.usage__card-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    max-width: 1140px;
    width: 100%;
    margin: 70px auto 0;
}

@media (max-width: 1190px) {
    .usage__card-wrapper {
        margin-top: 30px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .usage__card-wrapper {

    }
}

.usage__card-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 63px;
    right: -17%;
    top: 32%;
    z-index: -1;
    background: linear-gradient(269.15deg, #870bd5 -10.53%, rgba(146, 73, 157, 0.47) 40.17%), linear-gradient(117.43deg, #217aff -2.55%, rgba(33, 122, 255, 0.68) 72.41%);
}
@media (max-width: 1190px) {
    .usage__card-wrapper::after {
        right: 0%;
        left: 0%;
    }
}
.usage__button {
  display: block;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
.usage__bg-shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .usage__bg-shape {
    display: none;
  }
}
.usage__bg-shape_first {
  top: -380px;
}

.usage__bg-reviews_first {
    top: 0;
    left: -150px;
    position: absolute;
}

.usage__bg-shape_second {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 0;
  top: 462px;
}

.usage__card {
  width: 320px;
  padding: 36px 24px;
  border-radius: 16px;
  border: 1px solid #453E59;
  background: linear-gradient(134deg, #2C2346 0%, #524A69 0.01%, #23163D 100%);
  box-shadow: 7px 8px 13px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.usage__card:last-child {
    margin: 60px auto 0;
}

@media (max-width: 1190px) {
    .usage__card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.fade-text {
    color:#23173D;
    font-size: 14px;
}

.usage__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usage__card-dashboard-img {
  display: block;
  width: 710px;
}
.usage__card-dashboard-mobile_img {
  display: none;
  width: 270px;
}
.usage__card-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin-top: 40px;
}
.usage__card-buttons > div:first-child {
  margin-right: 28px;
}
.card_invisible {
  visibility: hidden;
}
.features__card-img {
  position: absolute;
  top: 180px;
  left: 430px;
}
@media (max-width: 1190px) {
  .usage__card-content-wrapper {
    min-height: 190px;
  }
  .usage__card-dashboard {
    padding: 22px 24px 26px;
    margin-top: 0;
  }
  .usage__card-dashboard-img {
    display: none;
  }
  .usage__card-dashboard-mobile_img {
    display: block;
  }
  .usage__card-buttons>div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .card_invisible {
    display: none !important;
  }
  .features__card-img {
    display: none;
  }
}
.usage__card-icon {
  margin-right: 16px;
}
.usage__card-step {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #f8f8fa;
}
.usage__card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #f8f8fa;
}
.usage__card-devider {
  height: 1px;
  width: 30px;
  background: rgba(248, 248, 250, 0.4);
  border-radius: 12px;
  margin: 20px 0;
}
.usage__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #f8f8fa;
}
.usage__card-img {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .usage__card-img {
    max-height: 586px;
  }
  .usage__card {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.usage .slick-slide {
  width: 320px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  margin-bottom: 30px;
}
.usage .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
}
.usage .slick-dots li {
  margin-right: 8px;
}
.usage .slick-dots li:last-child {
  margin-right: 0;
}
.usage .slick-dots li button {
  display: block;
  height: 4px;
  width: 20px;
  background: #b8b8b8;
  border-radius: 12px;
  border: none;
  font-size: 0px;
  cursor: pointer;
}
.usage .slick-dots li button:hover {
  background: #747474;
}
.usage .slick-dots li.slick-active button {
  background: #25183f;
}

.features {
  position: relative;
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(224.08deg, #870bd5 -21.31%, rgba(146, 73, 157, 0.19) 51.98%), #0e1926;
}
@media (max-width: 1190px) {
  .features {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .features {
    margin-top: 40px;
  }
}
.features__title {
  text-align: center;
}
.features__card-wrapper {
  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;
  margin-top: 70px;
  z-index: 100;
  position: relative;
}
@media (max-width: 1190px) {
  .features__card-wrapper {
    margin-top: 40px;
  }
}
.features__bg-shape {
  position: absolute;
  top: 111px;
  left: 14%;
  height: 500px;
}

.features__card {
  width: 320px;
  padding: 0px 24px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px !important;
}
.features__card:nth-child(-n+3) {
  margin-bottom: 0;
}
.features__card:nth-child(n+7) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .features__card {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
    .other-features__title {
        display: none;
    }
}
.features__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.features__card-icon {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .features__card-icon {
    width: 36px;
  }
}
.features__card-title {
  font-weight: 700;
  color: #f8f8fa;
}
@media (max-width: 768px) {
  .features__card-title {
    font-size: 20px;
  }
}
.features__card-devider {
  height: 1px;
  width: 30px;
  background: rgba(248, 248, 250, 0.4);
  border-radius: 12px;
  margin: 20px 0;
}
.features__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #f8f8fa;
}
.other-features__title {
    margin-top: 58px;
}
@media (max-width: 1190px) {
    .features__card-text {
        font-size: 14px;
    }
}

.other-features__slider-wrapper {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .other-features__slider-wrapper.other-features__slider-wrapper_mobile {
        display: block;
        z-index: 10;
    }
}
@media (max-width: 1190px) {
    .other-features__slider-wrapper {
        max-width: 664px;
    }
}

.other-features__slider-wrapper .slick-slide {
    margin-right: 60px;
    margin-bottom: 30px;
}
.other-features__slider-wrapper .slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    z-index: 1;
}
.other-features__slider-wrapper .slick-arrow.slick-next {
    right: -16px;
}
.other-features__slider-wrapper .slick-arrow.slick-prev {
    left: -16px;
}
.other-features__slider-wrapper .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
}
.other-features__slider-wrapper .slick-dots li {
    margin-right: 8px;
}
.other-features__slider-wrapper .slick-dots li:last-child {
    margin-right: 0;
}
.other-features__slider-wrapper .slick-dots li button {
    display: block;
    height: 4px;
    width: 20px;
    background: #606060;
    border-radius: 12px;
    border: none;
    font-size: 0px;
    cursor: pointer;
}
.other-features__slider-wrapper .slick-dots li button:hover {
  background: #a0a0a0;
}
@media (max-width: 768px) {
  .other-features__slider-wrapper .slick-dots li button {
    width: 4px;
  }
}
.other-features__slider-wrapper .slick-dots li.slick-active button {
  background: #f8f8fa;
}

.other-features__card {
  max-width: 846px;
  width: 100%;
  min-width: 0;
  padding: 36px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(151.19deg, rgba(213, 204, 238, 0.62) -117.44%, #23163d 82.52%);
  -webkit-box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.23);
  box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.23);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 16px;
}
@media (max-width: 1190px) {
  .other-features__card {
    max-width: 604px;
    padding: 24px;
  }
  .other-features__slider-wrapper .slick-slide {
    padding: 18px 12px;
  }
}
@media (min-width: 1190px) {
  .other-features__slider-wrapper .other-features__card-devider {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .other-features__card {
    max-width: 320px;
    padding: 18px 12px;
  }
}
.other-features__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-features__card-icon {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .other-features__card-icon {
    width: 36px;
  }
}
.other-features__card-title {
  font-weight: 700;
  color: #f8f8fa;
}
@media (max-width: 768px) {
  .other-features__card-title {
    font-size: 20px;
  }
}
.other-features__card-devider {
  height: 1px;
  width: 30px;
  background: rgba(248, 248, 250, 0.4);
  border-radius: 12px;
  margin: 20px 0;
}
.other-features__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #f8f8fa;
}
@media (max-width: 1190px) {
  .other-features__card-text {
    font-size: 14px;
  }
}
.other-features__card-link {
  color: #f8f8fa;
  text-decoration-line: underline;
}

.price.container {
  margin-top: 80px;
}
@media (max-width: 1190px) {
  .price.container {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .price.container {
    margin-top: 40px;
  }
}
.price__title {
  text-align: center;
}
.price__card-wrapper {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  .price__card-wrapper {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .price__card-wrapper {
    margin-top: 40px;
  }
}

.price-card {
  max-width: 340px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.01), 7px 8px 15px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.01), 7px 8px 15px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
@media (max-width: 1190px) {
  .price-card {
    margin-bottom: 40px;
  }
  .price-card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .price-card {
    margin-bottom: 16px;
  }
}
.price-card__header {
  padding: 18px 0;
  font-weight: 500;
  font-size: 29px;
  line-height: 35px;
  text-align: center;
  color: #fffffe;
  background: #11418a;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (max-width: 1190px) {
  .price-card__header {
    font-size: 24px;
    line-height: 29px;
  }
}
.price-card__header_trial {
  background: linear-gradient(94.89deg, #3464cf 0.74%, #691e99 97.37%);
}
.price-card__header_full {
  background: linear-gradient(224.08deg, #870bd5 -21.31%, rgba(146, 73, 157, 0.19) 51.98%), linear-gradient(122.63deg, #217aff -2.6%, rgba(33, 122, 255, 0) 64.33%), #0e1926;
}
.price-card__header_premium {
  background: linear-gradient(117.91deg, #2c2346 2.02%, #23163d 100%);
}
.price-card__wrapper {
  padding: 21px 20px 35px 20px;
}
.price-card__description {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #23173d;
}
.price-card__check-list {
  margin-top: 12px;
  list-style-type: none;
}
.price-card__check-list-item {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #23173d;
  padding-left: 27px;
  background-image: url(../icons/icon-price_check.svg);
  background-position: 0 0;
  background-size: 19px;
  background-repeat: no-repeat;
}
.price-card__check-list-item:last-child {
  margin-bottom: 0;
}
.price-card__features-list {
  margin-top: 12px;
  list-style-type: none;
}
.price-card__features-list-item {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #23173d;
  padding-left: 27px;
  background-image: url(../icons/icon-price_star.svg);
  background-position: 0 0;
  background-size: 19px;
  background-repeat: no-repeat;
}
.price-card__features-list-item:last-child {
  margin-bottom: 0;
}
.price-card__controls-wrapper {
  margin-top: 60px;
}
.price-card__controls-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #23173d;
}
.price-card__controls-small-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #23173d;
  margin-top: 6px;
}
.price-card__account-input {
  margin-top: 12px;
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #3464cf;
  border-radius: 6px;
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  color: #23173d;
}
.price-card__account-input::-webkit-input-placeholder {
  color: #606060;
}
.price-card__account-input::-moz-placeholder {
  color: #606060;
}
.price-card__account-input:-ms-input-placeholder {
  color: #606060;
}
.price-card__account-input::-ms-input-placeholder {
  color: #606060;
}
.price-card__account-input::placeholder {
  color: #606060;
}
.price-card__account-input:focus {
  border-color: #691e99;
}
.price-card__calculated-price {
  margin-top: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  background: -webkit-gradient(linear, left top, left bottom, from(#386adc), to(#68258c));
  background: linear-gradient(180deg, #386adc 0%, #68258c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.price-card__cta-text {
  font-size: 16px;
  line-height: 19px;
  color: #23173d;
  position: relative;
}
.price-card__cta-text_moneyback {
  margin-top: 20px;
  font-weight: 500;
}
.price-card__cta-text_moneyback::before {
  content: url("../icons/icon-price_moneyback.svg");
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.price-card__cta-text_notification {
  margin-top: 14px;
  font-weight: 300;
}
.price-card__cta-text_notification::before {
  content: url("../icons/icon-price_ring.svg");
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.price-card__main-button {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 14px;
  border: none;
  cursor: pointer;
  letter-spacing: 0;
  padding: 15px 10px;
}
.price-card__link {
  display: block;
  margin-top: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #3760cc;
}

.review {
  background: linear-gradient(122.63deg, #217aff -2.6%, rgba(33, 122, 255, 0) 64.33%), #0e1926;
  margin-top: 70px;
}
@media (max-width: 1190px) {
  .review {
    margin-top: 50px;
  }
}
.review .container {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media (max-width: 1190px) {
  .review .container {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .review .container {
    padding-top: 40px;
  }
}
.review__stars-wrapper {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
}
@media (max-width: 1190px) {
  .review__stars-wrapper {
    max-width: 664px;
  }
}
@media (max-width: 768px) {
  .review__stars-wrapper {
    margin-top: 24px;
  }
}
.review__title {
  text-align: center;
}
.review__slider-wrapper {
  margin-top: 70px;
}
@media (max-width: 1190px) {
  .review__slider-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .review__slider-wrapper {
    margin-top: 40px;
  }
}
.review__seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    margin-top: 150px;
}
@media (max-width: 1190px) {
  .review__seo {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .review__seo {
    margin-top: 90px;
  }
}
.review__seo-img {
  margin-right: 72px;
}
@media (max-width: 1190px) {
  .review__seo-img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .review__seo-img {
    display: none;
  }
}
.review__seo-content {
  position: relative;
}

.review__seo-content::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: calc(100% + 40px);
    background: #f8f8fa;
    border-radius: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
}

.review__seo-title2023 {
  margin-bottom: 36px;
}
.review__seo-title::after {
    display: none;
}

.review__seo-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #f8f8fa;
}
@media (max-width: 1190px) {
  .review__seo-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.review__seo-text_bold {
  font-weight: 500;
}
.review__button {
    display: block;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.review__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 36px 24px 24px;
    width: 290px;
    height: 360px;
  background: linear-gradient(119.6deg, #2c2346 -1.78%, #524a69 -1.77%, #23163d 100%);
  border: 1px solid #453e59;
  -webkit-box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.23);
  box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.23);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
}
.review__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #f8f8fa;
}
.review__card-devider {
  height: 1px;
  width: 30px;
  background: rgba(248, 248, 250, 0.4);
  border-radius: 12px;
}
.review__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review__card-user-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.review__card-avatar {
    width: 60px;
    margin-right: 8px;
}
.review__card-mail {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #dbe6ff;
}

.review .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-right: 40px;
    margin-left: 40px;
}
.review .slick-arrow {
  z-index: 1;
  background: none;
  border: none;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}
@media (max-width: 768px) {
  .review .slick-arrow {
    top: 100%;
  }
}
.review .slick-arrow.slick-next {
  right: -16px;
}
@media (max-width: 768px) {
  .review .slick-arrow.slick-next {
    right: 60px;
  }
}
.review .slick-arrow.slick-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .review .slick-arrow.slick-prev {
    left: 60px;
  }
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 30px;
}
@media (max-width: 1190px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer__info-wrapper {
    margin-bottom: 40px;
}
.footer__info-copywrite, .footer__info-adress {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #2c2e33;
}
.footer__info-copywrite {
    margin-top: 36px;
}
.footer__info-adress {
    margin-top: 16px;
}
.footer__link-blocks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 444px;
}
@media (max-width: 768px) {
    .footer__link-blocks-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 242px;
    }
}
.footer__link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
.footer__link-block-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.07em;
    color: #2c2e33;
    margin-bottom: 36px;
}
.footer__link-block-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #0e1926;
    text-decoration: none;
    margin-bottom: 16px;
}
.footer__link-block-link:last-child {
    margin-bottom: 0;
}
.footer__link-block-link:hover {
    text-decoration: underline;
}
.footer__link-block-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #787879;
    max-width: 219px;
    margin-bottom: 16px;
}
svg.loading_active {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
  width: 100px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #f8f8fa;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .container {
    max-width: 708px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 343px;
  }
}
.en_document {
  padding: 0 20px;
}
.review__slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
}
.review__slider-wrapper .slick-dots li {
  margin-right: 8px;
  display: none;
}
.review__slider-wrapper .slick-dots li:last-child {
  margin-right: 0;
}
.review__slider-wrapper .slick-dots li button {
  display: block;
  height: 4px;
  width: 20px;
  background: #606060;
  border-radius: 12px;
  border: none;
  font-size: 0px;
  cursor: pointer;
}
.review__slider-wrapper .slick-dots li:nth-child(-n+7) {
  display: block;
}
.review__slider-wrapper .slick-dots li button:hover {
  background: #a0a0a0;
}
.review__slider-wrapper .slick-dots li.slick-active button {
  background: #f8f8fa;
}

.demo-button {
  background: linear-gradient(92.34deg, rgba(96, 111, 227, 0.3) 0%, rgba(71, 131, 254, 0.3) 100%);
  border: 2px solid #606FE3;
}
.demo-button2 {
  background: linear-gradient(94.89deg, rgba(52, 100, 207, 0.3) 0.74%, rgba(105, 30, 153, 0.3) 97.37%);
  border: 2px solid #3464CF;
}

.block {
  display: block;
}

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


.maxw-100pc {
  max-width: 100%;
}
.w-100pc {
  width: 100%;
}
.w-300px {
  width: 300px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-30px {
  margin-bottom: 30px;
}
.mb-25px {
  margin-bottom: 25px;
}
.mb-20px {
  margin-bottom: 20px;
}


@media (max-width: 639px) {
  .button_sticky {
    display: flex;
    flex-direction: column;
  }
  .button_sticky > a {
    margin-bottom: 10px;
  }
}

.landing-seo-text h2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 47px;
}

/*# sourceMappingURL=style.css.map */