/*=============== GOOGLE FONTS ===============*/

/*========== Font and typography ==========*/

/*========== Font weight ==========*/

/*========== Colors ==========*/

/*=============== REUSABLE CLASS ===============*/

/*========== sizes device ==========*/

/*========== element ==========*/

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.grid {
  display: grid;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px 0 120px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  caret-color: transparent;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  caret-color: transparent;
}

p {
  caret-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  caret-color: transparent;
}

span {
  caret-color: transparent;
}

div {
  caret-color: transparent;
}

label {
  caret-color: transparent;
}

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

input,
button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#066aff), color-stop(183.04%, #74abff));
  background: -o-linear-gradient(top, #066aff 0%, #74abff 183.04%);
  background: linear-gradient(180deg, #066aff 0%, #74abff 183.04%);
  font-weight: 500;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__button {
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.header__button:hover {
  border: none;
  color: #0037fc;
  background: #ffffff;
}

.header .login__container {
  position: relative;
}

.header .login__popup {
  position: absolute;
  margin-top: 12px;
  max-width: 280px;
  right: -50%;
  border-radius: 16px;
  background-color: #fff;
  padding: 38px 16px 16px 16px;
  box-shadow: 0px 2px 43px #9eb3ff;
  -webkit-box-shadow: 0px 2px 43px #9eb3ff;
  -moz-box-shadow: 0px 2px 43px #9eb3ff;
}

.header .login__popup::before {
  display: block;
  position: absolute;
  background-color: transparent;
  top: -23px;
  left: 50%;
  margin-left: -12px;
  content: "";
  width: 0px;
  height: 0px;
  border: 12px solid #fff;
  border-color: transparent transparent #fff transparent;
  z-index: 10;
}

.header .login__popup .login_user_key__container {
  padding-bottom: 16px;
}

.header .login__popup .login_user_key__container small {
  padding-left: 12px;
  padding-right: 12px;
}

.header .login__popup input {
  padding-left: 10px;
  padding-right: 10px;
  caret-color: #000;
  font-size: 18px;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(0, 55, 252, 0.4);
  border-radius: 16px;
  width: 100%;
  -webkit-transition: background-color 0.3s linear, border 0.3s linear;
  -o-transition: background-color 0.3s linear, border 0.3s linear;
  transition: background-color 0.3s linear, border 0.3s linear;
}

.header .login__popup button#btn_login_process {
  width: 219px;
  height: 40px;
  background: #0037fc;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header .login__popup button#btn_login_process:hover {
  background: #203fae;
}

.header .login__popup button#btn_order_now {
  width: 219px;
  height: 40px;
  background: #0037fc;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #2573e7;
}

.header .login__popup button#btn_order_now:hover {
  background: #203fae;
}

.header .login__popup button + button {
  margin-top: 8px;
}

.header .login__popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .login__popup i.close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 8px;
  cursor: pointer;
}

.header .login__popup i.close::before,
.header .login__popup i.close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background-color: #0037fc;
}

.header .login__popup i.close::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .login__popup i.close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.nav__menu {
  margin-left: auto;
  width: initial;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  margin-right: 34px;
}

.nav__link {
  color: #ffffff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.nav__link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.nav__logo__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__logo__column h3 {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}

.nav__logo__column h3 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.nav__logo__column h3 a:hover {
  text-decoration: underline;
}

.home {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(72%, rgb(255, 255, 255)), color-stop(130%, rgb(116, 171, 255)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
  padding-top: 86px;
  padding-bottom: 124px;
}

.home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 143px;
  -moz-column-gap: 143px;
  column-gap: 143px;
}

.home__data {
  max-width: 573px;
}

.home__title {
  font-size: 64px;
  color: #000000;
  font-weight: 200;
  line-height: 73px;
}

.home__title span {
  color: #0037fc;
  font-weight: 300;
}

.home__title-mini {
  padding-top: 33px;
  font-weight: 400;
  font-size: 24px;
  color: #0037fc;
}

.home__description {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 27px;
}

.home__description span {
  font-weight: 700;
}

.home__description-mini {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 24px;
  list-style: initial;
  padding-left: 20px;
}

.home__description-mini li {
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 146.667% */
}

.home__img {
  min-width: 474px;
  padding-top: 45px;
}

.home__img-mini {
  display: none;
}

.home__btn {
  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: 219px;
  height: 40px;
  background: #0037fc;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.home__btn:hover {
  background: #203fae;
}

.comparison {
  padding-top: 38px;
  padding-bottom: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#066aff), color-stop(183.04%, #74abff));
  background: -o-linear-gradient(top, #066aff 0%, #74abff 183.04%);
  background: linear-gradient(180deg, #066aff 0%, #74abff 183.04%);
  color: #ffffff;
}

.comparison__container {
  position: relative;
}

.comparison__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  color: #ffffff;
}

.comparison__description {
  font-weight: 200;
  font-size: 22px;
  line-height: 49px;
  padding-top: 10px;
  padding-bottom: 61px;
}

.comparison__data {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #005be3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 27px;
  background: #0065fc;
  z-index: 2;
  position: relative;
}

.comparison__item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.comparison__item:first-child .comparison__company {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.comparison__item:last-child {
  border-right: none;
}

.comparison__item:last-child .comparison__text {
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}

.comparison__item.active {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-54.27%, #053af4), to(#859ffb));
  background: -o-linear-gradient(top, #053af4 -54.27%, #859ffb 100%);
  background: linear-gradient(180deg, #053af4 -54.27%, #859ffb 100%);
  -webkit-box-shadow: 0px 2px 13px #1170ff;
  box-shadow: 0px 2px 13px #1170ff;
}

.comparison__item.active .comparison__text {
  background-color: transparent;
}

.comparison__item.active .comparison__company {
  background-color: transparent;
}

.comparison__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #005BE3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  border-top: 1px solid #64a2ff;
  border-bottom: 1px solid #64a2ff;
}

.comparison__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0065FC;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 161px;
  padding-top: 38px;
  text-align: center;
  position: relative;
}

.comparison__price {
  font-weight: 300;
  font-size: 32px;
  line-height: 25px;
  padding-bottom: 19px;
}

.comparison__info {
  width: 130px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.comparison__info.traffic {
  font-weight: 300;
  font-size: 19px;
  line-height: 16px;
}

.comparison__additional {
  position: absolute;
  bottom: 5px;
  font-style: italic;
  font-size: 12px;
}

.comparison__img {
  position: absolute;
  top: 98px;
  right: 0;
  z-index: 1;
}

/*
@include xl {
    .comparison {
        text-align: center;

        &__data {
            margin: 0 auto;
            // max-width: max-content;
            // grid-template-columns: repeat(4, 199px);
            // background: none;
            // grid-gap: 20px;
            // gap: 0;
            // border-radius: 27px;

            // display: flex;
            // align-items: center;
        }

        &__item {
            // border-radius: 27px;
            // border: 1px solid #64a2ff;
            // background: #0065fc;
            // max-width: 150px;
        }
    }
}

@include sm {
    .comparison {
        padding-top: 30px;
        padding-bottom: 40px;

        &__data {
            // grid-template-columns: 1fr 1fr 1fr;
            // justify-items: center;
            flex-wrap: wrap;
        }

        &__img {
            top: 94px;
        }

        &__item {
            // max-width: 200px;
            // border: 1px solid #64a2ff;
            width: calc(100%/3);
            border-bottom: 1px solid #64a2ff;

            &:nth-child(4),
            &:nth-child(5),
            &:nth-child(6) {
                border-bottom: none;
            }
        }
    }
}

@include xs {
    .comparison {
        text-align: center;

        &__data {
            grid-template-columns: 1fr 1fr;
        }

        &__title {
            font-size: 36px;
            line-height: 39px;
        }

        &__description {
            padding-bottom: 30px;
        }

        &__company {
            img {
                // width: 120px;
            }
        }

        &__item {
            max-width: 150px;
        }

        &__text {
            font-size: 12px;
        }

        &__price {
            font-size: 20px;
            font-weight: 600;
        }
    }
}*/

.benefits {
  padding-top: 120px;
  padding-bottom: 96px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(72%, rgb(255, 255, 255)), color-stop(130%, rgb(116, 171, 255)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
}

.benefits__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  text-align: initial;
  padding-bottom: 128px;
}

.benefits__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.benefits__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefits__content__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefits__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.benefits__content__text {
  width: 150px;
}

.benefits__content__btn {
  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;
  margin: 0 auto;
  margin-top: 50px;
  width: 219px;
  height: 40px;
  background: #0037fc;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 300px;
}

.benefits__content__btn:hover {
  background: #203fae;
}

.user {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #287eff;
  color: #ffffff;
}

.user__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.user__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 16px;
  max-width: 640px;
}

.user__description span {
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
}

.user__button {
  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: 144px;
  height: 40px;
  background: none;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.user__button:hover {
  border: none;
  color: #0037fc;
  background: #ffffff;
}

.user__icon {
  margin-left: 9px;
  height: 22px;
}

.user__img {
  position: relative;
}

.user__chrome {
  width: 116px;
  position: relative;
  z-index: 2;
}

.user__cube {
  width: 157px;
  position: absolute;
  top: -31px;
  right: -19px;
  z-index: 1;
}

.different {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(72%, rgb(255, 255, 255)), color-stop(130%, rgb(116, 171, 255)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
}

.different__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.different__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.6px solid #0037fc;
  border-radius: 20px;
  width: calc(33.3333333333% - 45px);
  height: 140px;
  padding: 0 20px;
}

.different__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  padding-bottom: 102px;
}

.different__img {
  width: 87px;
  height: 57px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.different__apple {
  margin-right: 4px;
}

.different__text {
  width: 180px;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  margin-left: 25px;
}

.different__text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0037fc;
}

.different__img {
  width: 100px;
  background-color: #000000;
}

.pricing {
  border-top: 1px solid #dae1ec;
  padding-top: 120px;
  padding-bottom: 120px;
}

.pricing__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  padding-bottom: 10px;
}

.pricing__description {
  font-weight: 300;
  font-size: 22px;
  line-height: 49px;
  padding-bottom: 66px;
}

.pricing__data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.pricing__item {
  width: 270px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 43px #eeefef;
  box-shadow: 0px 2px 43px #eeefef;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #ffffff;
}

.pricing__item.active {
  border: 1px solid #0037fc;
  background: #e9f8ff;
}

.pricing__item.active .pricing__price {
  color: #0037fc;
}

.pricing__item.active .pricing__price::before {
  content: "(save up to $40)";
  position: absolute;
  top: 98px;
  left: 32px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
}

.pricing__time {
  background: -webkit-gradient(linear, left top, left bottom, from(#066aff), color-stop(174.47%, #74abff));
  background: -o-linear-gradient(top, #066aff 0%, #74abff 174.47%);
  background: linear-gradient(180deg, #066aff 0%, #74abff 174.47%);
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  line-height: 19px;
  padding: 30px 0 29px 32px;
  border-radius: 20px 20px 0 0;
}

.pricing__price {
  padding-top: 31px;
  padding-bottom: 31px;
  font-weight: 200;
  font-size: 50px;
  padding-left: 32px;
  position: relative;
}

.pricing__line {
  width: 206px;
  height: 1px;
  background: #005eeb;
  margin-left: 32px;
  margin-bottom: 40px;
}

.pricing__text {
  padding-left: 32px;
}

.pricing__title-mini {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 8px;
}

.pricing__description-mini {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 25px;
}

.pricing__comment {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #8d9db4;
  padding-bottom: 31px;
}

.pricing__button {
  background: none;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  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;
  color: #000000;
  border: 1px solid #0037fc;
  margin-left: 32px;
  width: 206px;
  height: 40px;
  margin-bottom: 32px;
}

.pricing__button:hover {
  border: none;
  color: #0037fc;
  background: #ffffff;
}

.testimonials {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#066aff), color-stop(176.16%, #74abff));
  background: -o-linear-gradient(top, #066aff 0%, #74abff 176.16%);
  background: linear-gradient(180deg, #066aff 0%, #74abff 176.16%);
}

.testimonials__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  color: #ffffff;
  padding-bottom: 72px;
}

.testimonials__data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.testimonials__item {
  width: 360px;
  text-align: center;
  background: #ffffff;
  border: 0.6px solid #005eeb;
  border-radius: 120px;
  background: #ffffff;
  position: relative;
}

.testimonials__item::before {
  content: "";
  display: block;
  background: #ebf9ff;
  height: 115px;
  border-bottom: 0.6px solid #005eeb;
  border-radius: 140px 140px 0 0;
}

.testimonials__circle {
  margin: 0 auto;
  margin-top: -82px;
  background: #ebf9ff;
  height: 156px;
  width: 156px;
  border: 0.6px solid #005eeb;
  border-radius: 50%;
}

.testimonials__img-one {
  height: 151px;
  width: 100px;
  border-radius: 50px;
  background-repeat: no-repeat;
  margin: -129px auto;
  background-image: url("../img/testimonials/jeremy.png");
}

.testimonials__img-two {
  height: 151px;
  width: 100px;
  border-radius: 50px;
  background-repeat: no-repeat;
  margin: -129px auto;
  background-image: url("../img/testimonials/matthew.png");
}

.testimonials__img-three {
  height: 151px;
  width: 100px;
  border-radius: 50px;
  background-repeat: no-repeat;
  margin: -129px auto;
  background-image: url("../img/testimonials/megan.png");
}

.testimonials__name {
  margin-top: 144px;
  font-weight: 300;
  font-size: 22px;
  line-height: 16px;
  color: #0037fc;
  padding-bottom: 11px;
}

.testimonials__city {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 19px;
}

.testimonials__stars {
  padding-bottom: 19px;
}

.testimonials__stars-img {
  padding-right: 8px;
}

.testimonials__stars-img:last-child {
  padding-right: 0;
}

.testimonials__text {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  width: 255px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.more {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(72%, rgb(255, 255, 255)), color-stop(130%, rgb(116, 171, 255)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
}

.more__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  padding-bottom: 83px;
}

.more__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.more__text {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.more__img {
  width: 380px;
}

.more__line {
  width: 1px;
  height: 95px;
  background: #d6e1f2;
  margin-left: 66px;
  margin-right: 66px;
}

.footer {
  padding-top: 61px;
  padding-bottom: 61px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(37%, #066aff), color-stop(49.47%, #74abff));
  background: -o-linear-gradient(bottom, #066aff 37%, #74abff 49.47%);
  background: linear-gradient(0deg, #066aff 37%, #74abff 49.47%);
  color: #ffffff;
}

.footer__title {
  font-weight: 200;
  font-size: 38px;
  line-height: 49px;
  padding-bottom: 39px;
}

.footer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 382px;
  margin: 0 auto;
}

.footer__links {
  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;
  width: 50px;
  height: 50px;
  border: 1px solid #a8cafd;
  border-radius: 16px;
  margin-bottom: 52px;
}

.footer__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #f2f2f2;
}

.radio {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}

.radio input[type=radio] {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  width: 18px !important;
  height: 18px !important;
}

.radio input[type=radio] + label::before {
  display: block;
  opacity: 1;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #8D9DB4;
  border-radius: 100%;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + label::before {
  border: 1px solid #005EEB;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 4px #005EEB;
  box-shadow: inset 0 0 0 4px #005EEB;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 8px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal.show {
  display: block !important;
}

.modal.show .modal__content {
  -webkit-animation-name: animate_show_from_top;
  -webkit-animation-duration: 0.4s;
  animation-name: animate_show_from_top;
  animation-duration: 0.4s;
}

.modal.hiding .modal__content {
  -webkit-animation-name: animate_hide_to_top;
  -webkit-animation-duration: 0.4s;
  animation-name: animate_hide_to_top;
  animation-duration: 0.4s;
}

.modal__content {
  position: relative;
  background-color: transparent;
  margin: auto;
  border-radius: 28px;
  width: 90%;
  max-width: 790px;
  overflow: hidden;
}

.modal__header {
  height: 68px;
  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-left: 32px;
  padding-right: 32px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#066AFF), color-stop(200.13%, #74ABFF));
  background: -o-linear-gradient(top, #066AFF 0%, #74ABFF 200.13%);
  background: linear-gradient(180deg, #066AFF 0%, #74ABFF 200.13%);
}

.modal__header h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 19px;
  color: #FFFFFF;
}

.modal__body {
  padding: 16px;
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal__close {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
}

.modal__close:hover::after,
.modal__close:hover::before {
  background-color: #e3e3e3;
}

.modal__close::after,
.modal__close::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}

.modal__close::after {
  left: 0px;
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.modal__close::before {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes animate_show_from_top {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animate_show_from_top {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes animate_hide_to_top {
  from {
    top: 0;
    opacity: 1;
  }

  to {
    top: -300px;
    opacity: 0;
  }
}

@keyframes animate_hide_to_top {
  from {
    top: 0;
    opacity: 1;
  }

  to {
    top: -300px;
    opacity: 0;
  }
}

.buy_new_key__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buy_new_key__container hr {
  border: 0;
  height: 1px;
  color: rgba(141, 157, 180, 0.4);
  background-color: rgba(141, 157, 180, 0.4);
}

.buy_new_key__container .expanded__content {
  will-change: max-height;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.buy_new_key__container .expanded__content.collapsed {
  overflow: hidden;
  max-height: 0;
}

.buy_new_key__container .expanded__content.expanded {
  overflow: hidden;
  max-height: 20000px;
}

.buy_new_key__row {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 22px;
}

.buy_new_key__row p {
  padding-bottom: 20px;
}

.buy_new_key__row__info {
  max-height: 700px;
}

.buy_new_key__row__info hr {
  margin-bottom: 20px;
}

.buy_new_key__row__info .proxies_info h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6a798c;
  margin-bottom: 18px;
}

.buy_new_key__row__info .proxies_info h4 {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 6px;
}

.buy_new_key__row__info .residential_proxies__table__country {
  margin-bottom: 18px;
}

.buy_new_key__row__info .residential_proxies__table__country__state__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 6px;
}

.buy_new_key__row__info .datacenter_proxies__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy_new_key__row .buy_now__loading {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}

.buy_new_key__row .buy_now__submit {
  background: #0037fc;
  border: 1px solid #0037fc;
  border-radius: 16px;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
}

.buy_new_key__row .buy_now__link_to_panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #0037fc;
}

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

.buy_new_key__row .buy_now__link_to_panel::after {
  position: absolute;
  top: 4px;
  right: -18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/buy_now/link_out.svg);
}

.buy_new_key__row .buy_now__container {
  position: relative;
  padding: 22px;
  background: #ecf4ff;
  border: 1px solid rgba(0, 55, 252, 0.4);
  border-radius: 28px;
}

.buy_new_key__row .buy_now__container h3 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.buy_new_key__row .buy_now__container label {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
}

.buy_new_key__row .buy_now__container input {
  padding-left: 10px;
  padding-right: 10px;
  caret-color: #000;
  font-size: 18px;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(0, 55, 252, 0.4);
  border-radius: 16px;
  width: 100%;
}

.buy_new_key__row .buy_now__container label + input {
  margin-top: 8px;
}

.buy_new_key__row .buy_now__periods {
  margin-bottom: 22px;
}

.buy_new_key__row .buy_now__period_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 12px 22px;
  margin-left: -22px;
  margin-right: -22px;
}

.buy_new_key__row .buy_now__period_item:hover {
  background-color: #f3f8ff;
}

.buy_new_key__row .buy_now__period_item__data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.buy_new_key__row .buy_now__period_item__data__type {
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 14px;
}

.buy_new_key__row .buy_now__period_item__data__price {
  font-weight: 300;
  font-size: 20px;
  color: #005eeb;
  padding-bottom: 6px;
}

.buy_new_key__row .buy_now__period_item__data__hours {
  font-weight: 600;
  font-size: 12px;
  color: #000;
}

.buy_new_key__row .buy_now__period_item__control {
  position: relative;
  min-width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy_new_key__row .buy_now__payment_methods {
  margin-top: 22px;
  margin-bottom: 16px;
}

.buy_new_key__row .buy_now__payment_methods h3 {
  margin-bottom: 13px;
}

.buy_new_key__row .buy_now__payment_methods__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buy_new_key__row .buy_now__payment_methods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  height: 34px;
  border-radius: 34px;
  background-repeat: no-repeat;
  background-position: center;
}

.buy_new_key__row .buy_now__payment_methods__item.active,
.buy_new_key__row .buy_now__payment_methods__item:hover {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(0, 94, 235, 0.4);
}

.buy_new_key__row .buy_now__payment_methods__item.paypal {
  background-image: url(../img/buy_now/paypal.svg);
}

.buy_new_key__row .buy_now__payment_methods__item.bitcoin {
  background-image: url(../img/buy_now/bitcoin.svg);
}

.buy_new_key__row .buy_now__payment_methods__item.litecoin {
  background-image: url(../img/buy_now/litecoin.svg);
}

.buy_new_key__row .buy_now__payment_methods__item.ethereum {
  background-image: url(../img/buy_now/ethereum.svg);
}

.buy_new_key__submit-with-captcha {
  position: relative;
}

.buy_new_key__step-recaptcha {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: #ecf4ff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.loaddable_button::after {
  display: none;
  content: "";
  background-image: url(../img/spinner.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.loaddable_button.loaddable_button__primary::after {
  background-image: url(../img/spinner-white.svg);
}

.loaddable_button.loaddable_button__primary.loaddable_button__loading::after {
  background-color: #0037fc;
}

.loaddable_button__loading {
  position: relative;
}

.loaddable_button__loading::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: inherit;
  display: inline-block;
}

.spinner {
  display: block;
  min-width: 48px;
  min-height: 48px;
  width: 100%;
  height: 100%;
  background-image: url(../img/spinner.svg);
  background-size: 48px;
  background-position: center;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}

input.error {
  border: 1px solid #ff0000 !important;
  background-color: #ffefef !important;
}

.error input {
  border: 1px solid #ff0000 !important;
  background-color: #ffefef !important;
}

.error small {
  color: #ff0000;
}

.input_with_icon {
  position: relative;
}

.input_with_icon.show_icon input {
  padding-right: 32px !important;
}

.input_with_icon.show_icon .clear {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 6px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 0.3;
  background-color: transparent;
  background-image: url(../img/clear.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.input_with_icon.show_icon .clear:hover {
  opacity: 0.6;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-scrollbar::before {
  background-color: #005EEB;
}

.simplebar-track {
  border-radius: 28px;
  background-color: #F0F5FB;
}

.more_less {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
}

.more_less::before,
.more_less::after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(141, 157, 180, 0.4);
}

.more_less.expanded .more_less__control__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more_less__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}

.more_less__control label {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.more_less__control__icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.more_less__control__icon::before,
.more_less__control__icon::after {
  position: absolute;
  content: "";
  top: 8px;
  background-color: rgba(141, 157, 180, 0.4);
}

.more_less__control__icon::before {
  left: 5px;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.more_less__control__icon::after {
  left: -1px;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.useCases {
  padding-top: 120px;
  padding-bottom: 96px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(72%, rgb(255, 255, 255)), color-stop(130%, rgb(116, 171, 255)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 72%, rgb(116, 171, 255) 130%);
}

.useCases__title {
  font-size: 36px;
  font-weight: 200;
  line-height: 49px;
  color: #000000;
  text-align: initial;
  padding-bottom: 128px;
}

.useCases__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.useCases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.useCases__content {
  border-right: 1px solid #7090ff;
  padding-right: 40px;
  height: 100%;
  margin-top: 18px;
}

.useCases__content.none_border {
  border: none;
}

.useCases__content-title {
  color: #000;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  /* 95% */
  margin-bottom: 18px;
}

.useCases__content__text {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
}

.useCases__btn {
  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;
  margin: 0 auto;
  width: 219px;
  height: 40px;
  background: #0037fc;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.useCases__btn:hover {
  background: #203fae;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media (min-width: 576px) {
  .comparison__data {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison__item:last-child .comparison__text {
    border-bottom-left-radius: 0;
  }

  .comparison__item:first-child .comparison__company {
    border-top: 0;
    border-top-right-radius: 0;
  }

  .comparison__item:nth-child(2) .comparison__company {
    border-top: 0;
    border-top-right-radius: 27px;
  }

  .comparison__item:nth-child(5) .comparison__text {
    border-bottom-left-radius: 27px;
  }

  .comparison__item.active {
    border-top-right-radius: 0;
  }

  .comparison__item + .comparison__item {
    border-left: 1px solid #64a2ff;
  }

  .comparison__item + .comparison__item:nth-child(3),
  .comparison__item + .comparison__item:nth-child(5) {
    border-left: 0;
  }

  .modal {
    padding-top: 16px;
  }

  .modal__body {
    padding: 32px;
  }
}

@media (min-width: 768px) {
  .header .login__popup button#btn_login_process {
    width: 120px;
  }

  .header .login__popup button#btn_order_now {
    width: 120px;
  }

  .header .login__popup button + button {
    margin-top: 0;
    margin-right: 8px;
  }

  .header .login__popup__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .comparison {
    padding-top: 117px;
    padding-bottom: 121px;
  }

  .comparison__title {
    font-size: 66px;
  }

  .comparison__data {
    grid-template-columns: repeat(3, 1fr);
  }

  .comparison__item:nth-child(2) .comparison__company {
    border-radius: 0;
  }

  .comparison__item:nth-child(3) .comparison__company {
    border-top: 0;
    border-top-right-radius: 27px;
  }

  .comparison__item:nth-child(4) .comparison__text {
    border-bottom-left-radius: 27px;
  }

  .comparison__item:nth-child(5) .comparison__text {
    border-radius: 0;
  }

  .comparison__item + .comparison__item {
    border-left: 1px solid #64a2ff;
  }

  .comparison__item + .comparison__item:nth-child(3),
  .comparison__item + .comparison__item:nth-child(5) {
    border-left: 1px solid #64a2ff;
  }

  .comparison__item + .comparison__item:nth-child(4) {
    border-left: 0;
  }

  .benefits__title {
    font-size: 66px;
  }

  .different__title {
    font-size: 66px;
  }

  .pricing__title {
    font-size: 66px;
  }

  .testimonials__title {
    font-size: 66px;
  }

  .more__title {
    font-size: 66px;
  }

  .modal {
    padding-top: 22px;
  }

  .buy_new_key__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
  }

  .buy_new_key__row {
    margin-bottom: 0;
  }

  .useCases__title {
    font-size: 66px;
  }
}

@media (min-width: 838px) {
  .header .login__popup {
    right: 0px;
  }

  .header .login__popup::before {
    left: auto;
    right: 50px;
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .buy_new_key__container {
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
  }

  .buy_new_key__row__info {
    padding-right: 38px;
  }
}

@media (min-width: 1200px) {
  .comparison__data {
    grid-template-columns: repeat(6, 1fr);
  }

  .comparison__item:last-child .comparison__company {
    border-top-right-radius: 27px;
  }

  .comparison__item .comparison__company {
    border-top: 0;
  }

  .comparison__item .comparison__text {
    border-bottom-left-radius: 27px;
  }

  .comparison__item:nth-child(3) .comparison__company {
    border-top: 0;
    border-radius: 0;
  }

  .comparison__item:nth-child(4) .comparison__text {
    border-radius: 0;
  }

  .comparison__item.active {
    border-bottom-left-radius: 27px;
  }

  .comparison__item + .comparison__item:nth-child(4) {
    border-left: 1px solid #64a2ff;
  }

  .pricing__data {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1446px) {
  .benefits__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .benefits__block {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .benefits__img-big img {
    width: 368px;
  }

  .different .container {
    padding: 0 60px 0 60px;
  }

  .different__title {
    text-align: center;
  }

  .different__block {
    margin: 0 auto;
  }

  .pricing {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .pricing__title {
    text-align: center;
  }

  .pricing__description {
    text-align: center;
  }

  .pricing__data {
    max-width: 500px;
    margin: 0 auto;
    grid-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .useCases__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .useCases__block {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .useCases__img-big img {
    width: 368px;
  }
}

@media (max-width: 1384px) {
  .testimonials {
    text-align: center;
  }

  .testimonials .contaier {
    padding: 0 40px 0 40px;
  }

  .testimonials__data {
    row-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .testimonials__item {
    width: initial;
  }

  .testimonials__text {
    padding: 0 15px 40px 15px;
  }
}

@media (max-width: 1112px) {
  .nav__list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .container {
    padding: 0 20px 0 20px;
  }

  .home__container {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home__img {
    min-width: 0;
    padding-top: 0;
  }

  .container {
    padding: 0 20px 0 20px;
  }

  .more {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  .more__title {
    font-size: 46px;
  }

  .more__data {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more__line {
    display: none;
  }

  .more__item {
    margin-right: 10px;
  }

  .more__item:last-child {
    margin-right: 0;
  }

  .container {
    padding: 0 20px 0 20px;
  }

  .modal__content {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .modal__content .container {
    padding: 0 20px 0 20px;
  }
}

@media (max-width: 993px) {
  .home {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .home__title {
    font-size: 46px;
    line-height: 60px;
  }

  .home__img {
    display: none;
  }

  .home__img-mini {
    display: block;
    max-width: 200px;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  .home__description {
    text-align: justify;
  }

  .benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefits__title {
    font-size: 46px;
    padding-bottom: 50px;
  }

  .benefits__container {
    grid-template-columns: none;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .benefits__block {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .benefits__order-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .benefits__img-big img {
    width: 250px;
  }

  .benefits__order-two {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .user {
    padding-bottom: 40px;
  }

  .user__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .user__data {
    padding-top: 60px;
    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;
  }

  .user__order-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .user__order-two {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .different {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .different .container {
    padding: 0 40px 0 40px;
  }

  .different__title {
    font-size: 46px;
    padding-bottom: 40px;
  }

  .different__block {
    width: auto;
  }

  .different__item {
    width: calc(50% - 45px);
  }

  .pricing__data {
    grid-template-columns: repeat(2, 1fr);
  }

  .useCases__title {
    text-align: center;
  }

  .useCases__content {
    border: none;
    padding: 0;
  }

  .useCases {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .useCases__title {
    font-size: 46px;
    padding-bottom: 50px;
  }

  .useCases__container {
    grid-template-columns: none;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .useCases__block {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .useCases__order-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .useCases__img-big img {
    width: 250px;
  }

  .useCases__order-two {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 993px) and (max-width: 993px) {
  .benefits__order-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }

  .benefits__order-two {
    display: none;
  }
}

@media (max-width: 900px) {
  .testimonials__data {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 838px) {
  .header {
    padding-top: 30px;
    padding-bottom: 40px;
  }

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

  .nav__list {
    padding-top: 15px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    row-gap: 15px;
  }

  .nav__menu {
    margin-left: 0;
    width: 100%;
  }

  .more {
    padding-top: 30px;
    padding-bottom: 40px;
  }

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

  .more__title {
    padding-bottom: 40px;
  }

  .more__item {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .more__item:last-child {
    margin-bottom: 0;
  }

  .useCases__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .useCases__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }

  .testimonials__title {
    font-size: 46px;
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .home__title {
    font-size: 36px;
    line-height: 45px;
  }

  .benefits__content__block {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: center;
  }

  .benefits__container {
    gap: 20px;
  }

  .benefits__block {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    row-gap: 0px;
    padding-bottom: 15px;
  }

  .benefits__item {
    margin-bottom: 25px;
  }

  .benefits__title {
    font-size: 36px;
    padding-bottom: 30px;
  }

  .benefits__img-big img {
    width: 133px;
  }

  .benefits__text {
    width: auto;
  }

  .user {
    padding-top: 80px;
  }

  .user__description {
    text-align: justify;
  }

  .different {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .different .container {
    padding: 0 20px 0 20px;
  }

  .different__title {
    font-size: 36px;
  }

  .different__block {
    gap: 20px;
    width: auto;
  }

  .different__item {
    width: calc(50% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px;
    height: 200px;
  }

  .different__img {
    width: 60px;
    min-height: 60px;
  }

  .different__text {
    width: auto;
    margin: 0;
    font-size: 12px;
  }

  .different__text span {
    font-size: 12px;
  }

  .pricing {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .pricing__title {
    font-size: 36px;
  }

  .pricing__description {
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 30px;
  }

  .pricing__data {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .more__title {
    font-size: 36px;
    padding-bottom: 25px;
  }

  .more__img {
    width: 280px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer__title {
    font-size: 36px;
    padding-bottom: 30px;
  }

  .footer__data {
    width: 290px;
  }

  .footer__links {
    margin-bottom: 30px;
  }

  .useCases__container {
    gap: 20px;
  }

  .useCases__block {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    row-gap: 0px;
    padding-bottom: 15px;
  }

  .useCases__item {
    margin-bottom: 25px;
  }

  .useCases__title {
    font-size: 36px;
    padding-bottom: 30px;
  }

  .useCases__img-big img {
    width: 133px;
  }

  .useCases__text {
    width: auto;
  }
}

@media (max-width: 568px) {
  .testimonials__title {
    font-size: 36px;
    padding-bottom: 30px;
  }

  .testimonials__data {
    row-gap: 40px;
  }

  .testimonials__item {
    width: 290px;
  }

  .testimonials__text {
    width: 216px;
  }
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}