* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

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

html,
body {
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input,
textarea,
select,
option,
button,
label {
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="checkbox"],
[type="radio"],
[type="file"],
[type="reset"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

textarea {
  resize: none;
}

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

label,
button,
[type="submit"] {
  cursor: pointer;
  background: none;
}

img {
  display: block;
  max-width: 100%;
  font-style: italic;
}

.title,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  color: #18143D;
}

.title_size_lg {
  font-size: 60px;
  line-height: 72px;
}

.title_size_md {
  font-size: 24px;
  line-height: 29px;
}

.title_size_sm {
  font-size: 18px;
  line-height: 24px;
}

.title_size_xs {
  font-size: 16px;
  line-height: 20px;
}

.title_size_lg {
  font-weight: 300;
}

.content p {
  color: rgba(24, 20, 61, 0.7);
}

.content_size_md p {
  font-size: 20px;
  line-height: 33px;
}

.content_size_sm p {
  font-size: 17px;
  line-height: 30px;
}

.content_size_xs {
  line-height: 30px;
}

.text-primary {
  color: #5056E9;
}

.text-med {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
}

.text-gray-light {
  color: rgba(24, 20, 61, 0.5);
}

.text-gray {
  color: rgba(24, 20, 61, 0.7);
}

.text-secondary {
  color: #FF604F;
}

.num {
  font-size: 42px;
  line-height: 51px;
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-width: 320px;
  height: 100vh;
  font: 16px "Open Sans", sans-serif;
  color: rgba(24, 20, 61, 0.7);
  line-height: 1.375;
}

.main__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  position: relative;
  max-width: 1362px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container_sm {
  max-width: 1137px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -12px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5;
}

.navbar {
  padding: 40px 0 0;
}

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

.navbar__left {
  position: relative;
  z-index: 6;
}

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

.navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 194px;
  height: 58px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__item:not(:last-child) {
  margin-right: 54px;
}

.menu__nav {
  padding-top: 12px;
  padding-right: 84px;
}

.menu__link {
  position: relative;
  font-family: "Roboto Mono", sans-serif;
  color: #5056E9;
  font-weight: 500;
  padding: 5px 0;
}

.menu__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.menu__link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.menu__request {
  margin: 0 auto 30px;
  display: none;
}

.menu__request .request__text {
  color: rgba(24, 20, 61, 0.5);
  text-align: center;
}

.request {
  max-width: 227px;
}

.request__btn {
  margin-bottom: 22px;
}

.request__text {
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  color: #fff;
}

.request__text a {
  -webkit-box-shadow: 0 2px 0 #8CC5FF;
  box-shadow: 0 2px 0 #8CC5FF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.request__text a:hover {
  -webkit-box-shadow: 0 0px 0 #8CC5FF;
  box-shadow: 0 0px 0 #8CC5FF;
}

.menu-icon {
  display: none;
  position: relative;
  padding: 15px;
  cursor: pointer;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 auto;
  z-index: 6;
}

.menu-icon__box {
  width: 32px;
  height: 12px;
  position: relative;
  cursor: pointer;
}

.menu-icon__item {
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #5056E9;
  left: 0;
}

.menu-icon__item:nth-child(1) {
  top: 0;
}

.menu-icon__item:nth-child(2) {
  top: 10px;
}

.menu-icon:hover .menu-icon__item {
  background-color: #ff7e70;
}

.menu-opened .menu {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.menu-opened .navbar__right {
  display: none;
}

.menu-opened .menu-icon {
  margin-left: auto;
  margin-right: 0;
}

.menu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}

.menu-opened .menu-icon__item:nth-child(2) {
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

.footer {
  font-family: "Roboto Mono", sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 88px 0 92px;
  background-color: #E4F3FC;
}

.footer__container {
  max-width: 1202px;
}

.footer__projects {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__projects .icon {
  max-width: 119px;
  max-height: 36px;
  width: 119px;
}

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

.footer__projects-item:not(:last-child) {
  margin-right: 44px;
}

.footer__project-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer__project-link:hover .icon {
  fill: #5056E9;
}

.footer__top,
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__top {
  margin-bottom: 56px;
}

.footer__bottom {
  font-size: 14px;
  margin-bottom: 62px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-left: 30px;
}

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

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 272px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 35px;
}

.footer__text {
  font-style: normal;
  width: 100%;
}

.footer__text:not(:last-child) {
  margin-bottom: 10px;
}

.footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer__link:hover {
  color: #18143D;
}

.footer__link:not(:last-child) {
  margin-bottom: 30px;
}

.footer__link_line {
  padding-bottom: 5px;
  -webkit-box-shadow: 0 2px 0 #5056E9;
  box-shadow: 0 2px 0 #5056E9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer__link_line:hover {
  -webkit-box-shadow: 0 0px 0 #5056E9;
  box-shadow: 0 0px 0 #5056E9;
}

.footer__left {
  max-width: 445px;
  width: 100%;
}

.footer__center {
  max-width: 272px;
  width: 100%;
}

.footer__right {
  max-width: 227px;
  width: 100%;
}

.ggpa {
  font-size: 14px;
}

.ggpa span {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}

.ggpa:hover span {
  color: #ff500b;
}

.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
}

.icon-arrow {
  width: 33px;
  height: 24px;
  fill: #5056E9;
}

.icon-facebook {
  width: 12px;
  height: 24px;
  fill: #fff;
}

.icon-vk {
  width: 24px;
  height: 14px;
  fill: #fff;
}

.icon-primary {
  fill: #5056E9;
}

.icon-secondary {
  fill: #FF604F;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 12px;
  min-width: 227px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn__text {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: "Roboto Mono", sans-serif;
  color: #fff;
}

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

.btn_full {
  width: 100%;
}

.btn_size_sm {
  height: 56px;
}

.btn_size_md {
  height: 64px;
}

.btn_size_lg {
  height: 72px;
}

.btn.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.btn_secondary {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7e70), to(#FF604F));
  background-image: linear-gradient(to left, #ff7e70, #FF604F);
}

.btn_secondary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #FF604F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn_secondary:hover:after {
  opacity: 1;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-group__item:not(:last-child) {
  margin-bottom: 7px;
  margin-right: 4px;
}

.form__field {
  position: relative;
  display: block;
  width: 100%;
}

.form__input {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 0 27px;
  font-size: 16px;
  color: rgba(24, 20, 61, 0.7);
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form__input {
  height: 64px;
  padding-right: 254px;
}

.form__input:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(80, 86, 233, 0.1);
  box-shadow: 0 0 0 2px rgba(80, 86, 233, 0.1);
}

.form__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.form__btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__policy {
  font-size: 14px;
}

.form__policy a {
  text-decoration: underline;
}

.form__policy a:hover {
  text-decoration: none;
}

.callback {
  text-align: center;
}

.callback__title {
  margin-bottom: 40px;
}

.callback_theme_fill {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #E4F3FC;
}

.callback_theme_stroke .form__input {
  background-color: #F8F8F8;
}

.callback_theme_stroke .callback__inner {
  border: 1px solid #5056E9;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #fff;
}

.callback__inner {
  padding: 0 16px;
}

.intro {
  padding-top: 144px;
  position: relative;
  padding-bottom: 92px;
  overflow: hidden;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 68px;
}

.intro__details {
  position: relative;
  z-index: 1;
}

.intro__content {
  max-width: 524px;
}

.intro__head {
  max-width: 722px;
  width: 100%;
  padding-left: 46px;
  margin-bottom: 50px;
}

.intro__title {
  margin-bottom: 22px;
}

.intro__img {
  position: absolute;
  right: -205px;
  z-index: 0;
  top: -150px;
}

.to-down {
  position: relative;
  margin-left: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
}

.to-down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5056E9;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.to-down:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.to-down .icon {
  width: 22px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.down__text {
  margin-right: 30px;
}

.order-list {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-list__item {
  position: relative;
  padding-top: 10px;
  padding-left: 58px;
  max-width: 210px;
}

.order-list__item:before {
  content: '';
  position: absolute;
  width: 42px;
  height: 1px;
  top: 16px;
  left: 0;
  background-color: #5056E9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.order-list__item:not(:last-child) {
  margin-right: 62px;
}

.order-list__count {
  margin-bottom: 25px;
}

.order-list__title {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 98px;
}

.about_offset {
  padding-top: 46px;
}

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

.about__img {
  max-width: 608px;
  width: 100%;
  max-height: 584px;
  margin-right: 70px;
}

.about__title {
  margin-bottom: 18px;
}

.about__details {
  max-width: 652px;
}

.benefits {
  overflow: hidden;
}

.benefits__inner {
  margin: 0 -42px;
}

.benefit-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 42px;
}

.benefit-item:nth-child(odd) .benefit-item__icon {
  margin-bottom: 56px;
}

.benefit-item:nth-child(even) .benefit-item__details {
  margin-bottom: auto;
}

.benefit-item:nth-child(even) .benefit-item__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.benefit-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.benefit-item__title {
  margin-bottom: 38px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.benefit-item__icon {
  width: 197px;
  height: 197px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E4F3FC;
  margin-left: 60px;
}

.benefit-item__img {
  max-width: 120px;
  max-height: 120px;
}

.benefit-item__details {
  position: relative;
  padding-left: 56px;
}

.benefit-item__details:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 32px;
  height: 3px;
  background-color: #5056E9;
}

.features {
  margin-bottom: 92px;
  padding-top: 164px;
}

.features__head {
  max-width: 622px;
  margin-bottom: 80px;
  padding-left: 112px;
}

.features__title {
  margin-bottom: 30px;
}

.features__tabs {
  padding: 44px 54px 0;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #5056E9;
}

.features__tabs .tabs__nav {
  overflow-x: auto;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 58px;
}

.features__tabs .tabs__nav::-webkit-scrollbar-thumb {
  background-color: #5056E9;
}

.features__tabs .tabs__nav::-webkit-scrollbar-track {
  background-color: #E4F3FC;
}

.features__tabs .tabs__nav::-webkit-scrollbar {
  background-color: #E4F3FC;
  height: 5px;
}

.features__tabs .tabs__nav-list {
  width: 1220px;
  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;
}

.features__tabs .tabs__bar {
  position: absolute;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: #E4F3FC;
  background-image: -webkit-gradient(linear, left top, right top, from(#5056E9), to(#5056E9));
  background-image: linear-gradient(to right, #5056E9, #5056E9);
  background-repeat: no-repeat;
  background-size: 33.33% 100%;
  background-position: 0% 100%;
  -webkit-transition: background-position .4s ease-in-out;
  transition: background-position .4s ease-in-out;
  bottom: 0;
}

.features__tabs .tabs__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 375px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.features__tabs .tabs__nav-item_wide {
  max-width: 405px;
}

.features__tabs .tabs__nav-item:hover {
  opacity: 0.75;
}

.features__tabs .tabs__nav-item.is-active {
  opacity: 1;
}

.features__tabs .tabs__nav-item:not(:last-child) {
  margin-right: 54px;
}

.features__tabs .tabs__nav-icon {
  margin-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 58px;
  max-height: 71pz;
  width: 100%;
}

.features__tabs .tabs__nav-text {
  max-width: 308px;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item:nth-child(1) {
  display: block;
}

.features-list {
  margin: 0 -40px;
}

.features-list__item {
  margin-bottom: 72px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 40px;
}

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

.features-list__count {
  margin-right: 40px;
}

.features-list__title {
  margin-bottom: 25px;
}

.compare {
  padding-top: 94px;
}

.compare__head {
  max-width: 536px;
  margin-bottom: 52px;
}

.compare__title {
  margin-bottom: 30px;
}

.compare__tabs .tabs__nav {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__tabs .tabs__nav-lead {
  margin-right: 54px;
}

.compare__tabs .tabs__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__tabs .tabs__nav-select {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare__tabs .tabs__nav-select .title,
.compare__tabs .tabs__nav-select .content h1,
.content .compare__tabs .tabs__nav-select h1,
.compare__tabs .tabs__nav-select .content h2,
.content .compare__tabs .tabs__nav-select h2,
.compare__tabs .tabs__nav-select .content h3,
.content .compare__tabs .tabs__nav-select h3,
.compare__tabs .tabs__nav-select .content h4,
.content .compare__tabs .tabs__nav-select h4,
.compare__tabs .tabs__nav-select .content h5,
.content .compare__tabs .tabs__nav-select h5,
.compare__tabs .tabs__nav-select .content h6,
.content .compare__tabs .tabs__nav-select h6 {
  margin-right: 13px;
}

.compare__tabs .tabs__nav-select .selectric {
  max-width: 218px;
  width: 100%;
}

.compare__tabs .tabs__nav-item {
  position: relative;
  color: #5D5A77;
  padding-bottom: 14px;
  cursor: pointer;
}

.compare__tabs .tabs__nav-item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #E4F3FC;
  height: 3px;
}

.compare__tabs .tabs__nav-item:not(:last-child) {
  margin-right: 54px;
}

.compare__tabs .tabs__nav-item.is-active {
  color: #5056E9;
}

.compare__tabs .tabs__nav-item.is-active:after {
  background-color: #5056E9;
}

.compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 1px solid #E7E6EB;
  border-bottom: 1px solid #E7E6EB;
}

.compare-table__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.compare-table__column_fill {
  background-color: rgba(228, 243, 252, 0.2);
}

.compare-table__column:nth-child(4) .compare-table__cell:nth-child(1) .compare-table__lead {
  display: none;
}

.compare-table__icon {
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}

.compare-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 24px;
  height: 100%;
}

.compare-table__cell:nth-child(1) {
  border-bottom: 1px solid #E7E6EB;
  min-height: 164px;
}

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

.compare-table__cell_line {
  margin: 0 15px;
  border-bottom: 1px solid #E7E6EB;
}

.selectric-select .selectric {
  border: none;
  background-color: transparent;
  border-bottom: 3px solid #5056E9;
  padding-right: 52px;
}

.selectric-select .selectric .label {
  margin: 0;
  color: #5056E9;
  font-size: 18px;
  font-family: "Roboto Mono", sans-serif;
  height: 40px;
  line-height: 40px;
  font-weight: 50;
}

.selectric-select .selectric .button {
  background-color: transparent;
}

.selectric-select .selectric .button:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/assets/img/triangle-down-primary.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
}

.selectric-select .selectric .button:after {
  display: none;
}

.range-slider {
  margin-bottom: 60px;
}

.range-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range-slider__slider {
  margin-bottom: 40px;
}

.range-slider__head {
  margin-bottom: 50px;
}

.range-slider .noUi-target {
  background-color: #E7E6EB;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 10px;
}

.range-slider .noUi-connects {
  border-radius: 5px;
}

.range-slider .noUi-connect {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7e70), to(#FF604F));
  background-image: linear-gradient(to left, #ff7e70, #FF604F);
  -webkit-box-shadow: 0 8px 17px #FF604F;
  box-shadow: 0 8px 17px #FF604F;
}

html:not([dir=rtl]) .range-slider .noUi-horizontal .noUi-handle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  top: -16px;
  border: none;
  right: -15px;
  background-color: #5056E9;
  -webkit-box-shadow: 0 6px 15px #5056E9;
  box-shadow: 0 6px 15px #5056E9;
  cursor: -webkit-grab;
  cursor: grab;
}

html:not([dir=rtl]) .range-slider .noUi-horizontal .noUi-handle:after,
html:not([dir=rtl]) .range-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}

.range-slider .noUi-tooltip {
  bottom: -51px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 5px 12px;
  color: #5056E9;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  background-color: #fff;
}

.clients {
  padding: 121px 0 160px;
}

.clients__inner,
.clients__head {
  text-align: center;
  width: 100%;
  max-width: 986px;
  margin-right: auto;
  margin-left: auto;
}

.clients__row {
  margin: 0 -80px;
}

.clients__title {
  margin-bottom: 28px;
}

.clients__head {
  margin-bottom: 60px;
}

.brand {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 80px;
  margin-bottom: 75px;
  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;
}

.brand__img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 224px;
  max-height: 70px;
  height: 100%;
}

.brand__img img {
  width: 100%;
}

/* .brand__img:hover .brand__pic {
  opacity: 0;
}

.brand__img:hover .brand__hover {
  opacity: 1;
} */

.brand__pic {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.brand__hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  width: 50px;
  height: 50px;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev:hover .icon,
.swiper-button-next:hover .icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.swiper-button-prev {
  left: 162px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: 162px;
}

.clients-slider {
  width: 100%;
  max-width: 2300px;
  margin-right: auto;
  margin-left: auto;
}

.clients-slider__item {
  position: relative;
  max-width: 760px;
  width: 100%;
  background-color: #fff;
  opacity: 0.25;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  pointer-events: none;
}

.clients-slider__item.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.clients-slider__inner {
  border: 1px solid #5056E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 26px 72px;
}

.clients-slider__head {
  text-transform: uppercase;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients-slider__name {
  margin-bottom: 18px;
}

.clients-slider__details {
  max-width: 504px;
}

.clients-slider__img {
  max-width: 162px;
  max-height: 127px;
  padding-right: 40px;
}

.clients-slider__title {
  margin-bottom: 20px;
}

.counter {
  background-color: #5056E9;
  color: #fff;
  padding: 128px 0 96px;
}

.counter__title {
  color: #fff;
  display: inline;
  font-size: 48px;
  line-height: 64px;
}

.counter__title a {
  display: inline-block;
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  top: -10px;
  position: relative;
  padding-right: 38px;
  padding-bottom: 11px;
  -webkit-box-shadow: 0 3px 0 #FF604F;
  box-shadow: 0 3px 0 #FF604F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.counter__title a:hover {
  -webkit-box-shadow: 0 0px 0 #FF604F;
  box-shadow: 0 0px 0 #FF604F;
}

.counter__title a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  background: url("/assets/img/triangle-down.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
}

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

.counter__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.counter__left {
  max-width: 566px;
  margin-right: 12px;
}

.counter__right {
  padding-top: 142px;
  margin-left: auto;
  text-align: right;
}

.counter__field {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  width: 72px;
  height: 90px;
  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;
}

.counter__field:not(:last-child) {
  margin-right: 20px;
}

.counter__field:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #E4F3FC;
  z-index: 0;
}

.counter__num {
  position: relative;
  color: #5056E9;
}

.counter__desc {
  font-size: 42px;
  line-height: 51px;
}

.prices {
  padding-top: 140px;
}

.prices__inner {
  border: 1px solid #5056E9;
  padding: 80px 0 52px;
}

.prices__head {
  text-align: center;
  margin-bottom: 60px;
}

.prices__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.prices__title {
  margin-bottom: 20px;
}

.prices__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

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

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

.prices__left,
.prices__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.prices__left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 116px;
  padding-left: 55px;
  padding-top: 8px;
}

.prices__desc {
  font-size: 20px;
  line-height: 33px;
}

.prices__total {
  margin-bottom: 17px;
}

.prices__btn {
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
}

.prices__result {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prices__num {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 318px;
}

.prices-table {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 36px;
}

.prices-table__input {
  display: block;
  width: 100%;
  text-align: center;
}

.prices-table__input::-webkit-input-placeholder {
  color: #5056E9;
}

.prices-table__input:-ms-input-placeholder {
  color: #5056E9;
}

.prices-table__input::-ms-input-placeholder {
  color: #5056E9;
}

.prices-table__input::placeholder {
  color: #5056E9;
}

.prices-table__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.prices-table__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.prices-table__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.prices-table__input:focus::placeholder {
  opacity: 0;
}

.prices-table__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  padding-bottom: 28px;
}

.prices-table__row:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #E7E6EB;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.prices-table__row:not(:last-child) {
  margin-bottom: 24px;
}

.prices-table__row.in-focus:after {
  background-color: #5056E9;
}

.prices-table__cell {
  max-width: 33.33%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}

.prices-table__cell:nth-child(1),
.prices-table__cell:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prices-table__cell:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.questions {
  padding-top: 125px;
  margin-bottom: 100px;
}

.questions__head {
  text-align: center;
  margin-bottom: 80px;
}

.questions__title {
  margin-bottom: 38px;
}

.questions__callback {
  display: inline-block;
  font-size: 72px;
  line-height: 86px;
  font-family: "Roboto Mono", sans-serif;
  margin-bottom: 25px;
}

.questions__details {
  margin-bottom: 90px;
  text-align: center;
}

.questions__managers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manager__link {
  width: 48px;
  height: 48px;
  background-color: #4367B2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.manager__link:hover {
  background-color: #5174be;
}

.manager__img {
  position: relative;
  margin-bottom: 50px;
}

.manager__img:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 1px solid #5056E9;
}

.manager__name {
  margin-bottom: 24px;
  text-align: center;
}

.sharing {
  padding: 58px 0 120px;
}

.sharing__inner {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.sharing__img img {
  margin: 0 auto;
}

.sharing__title {
  margin-bottom: 58px;
  text-align: center;
}

.sharing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sharing__item:not(:last-child) {
  margin-right: 30px;
}

.sharing__btn {
  min-width: 256px;
}

.sharing__btn .icon {
  margin-right: 42px;
}

.sharing__btn_vk {
  background-color: #4A76A8;
}

.sharing__btn_vk:hover {
  opacity: 0.85;
}

.sharing__btn_facebook {
  background-color: #4367B2;
}

.sharing__btn_facebook:hover {
  opacity: 0.85;
}

.blocker {
  padding: 0 16px;
}

.modal {
  max-width: 878px;
  width: 100%;
  padding: 62px 0;
}

.modal a.close-modal {
  display: none;
}

.modal__inner {
  text-align: center;
}

.modal__title {
  padding: 0 16px;
}

.modal__close {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
}

.modal__close .icon-close {
  width: 24px;
  height: 24px;
  fill: #5056E9;
  -webkit-transition: fill 0.25s ease, -webkit-transform 0.5s ease;
  transition: fill 0.25s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, fill 0.25s ease;
  transition: transform 0.5s ease, fill 0.25s ease, -webkit-transform 0.5s ease;
}

.modal__close:hover .icon-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #ff7e70;
}

.modal .form__input {
  background-color: #F8F8F8;
}

.blocker {
  z-index: 5;
}

@media screen and (min-width: 1025px) {
  .in-view[data-anim-delay="250"],
  .in-view [data-anim-delay="250"] {
    -webkit-animation: animation 0.8s 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="300"],
  .in-view [data-anim-delay="300"] {
    -webkit-animation: animation 0.8s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="350"],
  .in-view [data-anim-delay="350"] {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="400"],
  .in-view [data-anim-delay="400"] {
    -webkit-animation: animation 0.8s 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="450"],
  .in-view [data-anim-delay="450"] {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="500"],
  .in-view [data-anim-delay="500"] {
    -webkit-animation: animation 0.8s 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="550"],
  .in-view [data-anim-delay="550"] {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="600"],
  .in-view [data-anim-delay="600"] {
    -webkit-animation: animation 0.8s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="650"],
  .in-view [data-anim-delay="650"] {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="700"],
  .in-view [data-anim-delay="700"] {
    -webkit-animation: animation 0.8s 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="750"],
  .in-view [data-anim-delay="750"] {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="800"],
  .in-view [data-anim-delay="800"] {
    -webkit-animation: animation 0.8s 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="850"],
  .in-view [data-anim-delay="850"] {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="900"],
  .in-view [data-anim-delay="900"] {
    -webkit-animation: animation 0.8s 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="950"],
  .in-view [data-anim-delay="950"] {
    -webkit-animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1000"],
  .in-view [data-anim-delay="1000"] {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1050"],
  .in-view [data-anim-delay="1050"] {
    -webkit-animation: animation 0.8s 1050ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1050ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1100"],
  .in-view [data-anim-delay="1100"] {
    -webkit-animation: animation 0.8s 1100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1150"],
  .in-view [data-anim-delay="1150"] {
    -webkit-animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1200"],
  .in-view [data-anim-delay="1200"] {
    -webkit-animation: animation 0.8s 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  [data-anim="fade-in"] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  [data-anim="fade-left"] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  [data-anim="fade-right"] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  [data-anim="fade-down"] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 1200px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 5;
  }

  .menu__nav {
    margin-bottom: 26px;
  }

  .menu__inner {
    overflow-y: auto;
    padding: 118px 0 90px;
    height: 100%;
  }

  .menu__link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background-color: #E4F3FC;
  }

  .menu__item {
    position: relative;
    height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .menu__item:not(:last-child) {
    margin-right: 0;
  }

  .menu__item:after {
    content: '';
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
    background-color: rgba(80, 86, 233, 0.1);
    height: 1px;
    bottom: 0;
  }

  .menu__nav {
    padding-right: 0;
    padding-top: 0;
  }

  .menu__request {
    display: block;
  }

  .menu-icon {
    display: block;
  }

  .intro__inner {
    padding: 0;
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .about__img {
    margin: 0 auto;
  }

  .benefits__inner {
    margin: 0;
  }

  .benefit-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .benefit-item {
    padding: 0;
  }

  .benefit-item:not(:last-child) {
    margin-bottom: 84px;
  }

  .benefit-item:nth-child(even) .benefit-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .benefit-item:nth-child(even) .benefit-item__icon {
    margin-bottom: 56px;
  }

  .features__tabs .tabs__bar {
    display: none;
  }

  .features-list__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .compare__tabs .tabs__nav-lead {
    display: none;
  }

  .swiper-button-prev {
    left: 16px;
  }

  .swiper-button-next {
    right: 16px;
  }
}

@media (max-width: 992px) {
  .title_size_lg {
    font-size: 48px;
    line-height: 64px;
  }
}

@media screen and (max-width: 992px) {
  .menu__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .menu__link:after {
    display: none;
  }

  .footer {
    padding: 52px 0;
  }

  .footer__projects {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__projects-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__top,
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__top {
    margin-bottom: 42px;
  }

  .footer__bottom {
    margin-bottom: 28px;
  }

  .footer__bottom .footer__col:not(:last-child) {
    margin-bottom: 26px;
  }

  .footer__inner {
    padding-left: 0;
    text-align: center;
  }

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

  .footer__col:not(:last-child) {
    margin-bottom: 46px;
  }

  .footer__content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
  }

  .callback_theme_fill {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .intro {
    padding: 144px 0 55px;
  }

  .intro__head {
    max-width: 430px;
    padding-left: 0;
  }

  .intro__img {
    top: -270px;
    right: -505px;
  }

  .to-down {
    margin-left: 0;
  }

  .order-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0px;
  }

  .order-list__item {
    margin-bottom: 44px;
    padding-left: 0;
    padding-top: 0;
  }

  .order-list__item:before {
    display: none;
  }

  .benefit-item__icon {
    width: 128px;
    height: 128px;
    margin: 0 auto;
  }

  .benefit-item__img {
    max-width: 77px;
    max-height: 77px;
  }

  .features {
    padding-top: 80px;
    margin-bottom: 42px;
  }

  .features__head {
    margin-bottom: 58px;
    padding: 0 16px;
  }

  .features__tabs {
    padding: 24px 24px 0;
  }

  .features-list {
    margin: 0;
  }

  .features-list__item {
    padding: 0;
    margin-bottom: 62px;
  }

  .features-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .features-list__count {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .compare__head {
    margin-bottom: 44px;
  }

  .compare__tabs .tabs__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }

  .compare__tabs .tabs__nav-item {
    width: 100%;
  }

  .compare__tabs .tabs__nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .compare-table__column:nth-child(4) .compare-table__cell:nth-child(1) .compare-table__lead {
    display: block;
  }

  .compare-table__column:nth-child(1) {
    display: none;
  }

  .compare-table__cell_line {
    margin: 0;
  }

  .range-slider {
    margin-bottom: 45px;
  }

  .clients {
    padding: 72px 0 86px;
  }

  .clients__row {
    margin: 0;
  }

  .clients__head {
    margin-bottom: 46px;
  }

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

  .brand {
    padding: 0 20px;
  }

  .clients-slider__item {
    max-width: 100%;
  }

  .counter {
    padding: 60px 0;
  }

  .counter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .counter__left {
    margin-right: 0;
    max-width: 662px;
  }

  .counter__right {
    margin-right: auto;
    padding-top: 55px;
    text-align: center;
  }

  .prices {
    padding-top: 50px;
  }

  .prices__inner {
    padding: 58px 0;
  }

  .questions {
    margin-bottom: 0;
    padding: 98px 0 66px;
  }

  .questions__head {
    margin-bottom: 48px;
  }

  .questions__title {
    margin-bottom: 26px;
  }

  .questions__callback {
    font-size: 64px;
    line-height: 76px;
  }
}

@media (max-width: 767px) {
  .title_size_lg {
    font-size: 36px;
    line-height: 42px;
  }

  .title_size_md {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 14px 0 0;
  }

  .navbar__right {
    display: none;
  }

  .menu-icon {
    margin-right: 0;
    margin-left: auto;
  }

  .footer__projects {
    margin-top: 28px;
  }

  .footer__link {
    text-align: center;
  }

  .footer__link:not(:last-child) {
    margin-bottom: 22px;
  }

  .form__field {
    margin-bottom: 14px;
  }

  .callback .container {
    padding: 0;
  }

  .callback__title {
    margin-bottom: 20px;
  }

  .callback_theme_fill {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .callback_theme_stroke .callback__inner {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .intro {
    padding: 20px 0 35px;
  }

  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .intro__head {
    margin-bottom: 42px;
  }

  .intro__img {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 865px;
    height: 458px;
  }

  .order-list__count {
    margin-bottom: 18px;
  }

  .benefit-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .benefit-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .benefit-item:nth-child(odd) .benefit-item__icon {
    margin-bottom: 32px;
  }

  .benefit-item:nth-child(even) .benefit-item__icon {
    margin-bottom: 32px;
  }

  .benefit-item__title {
    padding-left: 62px;
  }

  .benefit-item__details {
    padding-left: 0;
  }

  .features {
    padding-top: 44px;
    margin-bottom: 0;
  }

  .features .container {
    padding: 0;
  }

  .features__head {
    margin-bottom: 16px;
  }

  .features__title {
    margin-bottom: 15px;
  }

  .features__tabs {
    padding: 24px 16px;
  }

  .features__tabs .tabs__nav {
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .features__tabs .tabs__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .features__tabs .tabs__nav-item {
    position: relative;
    max-width: 100%;
    padding-bottom: 26px;
  }

  .features__tabs .tabs__nav-item:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #E4F3FC;
    height: 3px;
  }

  .features__tabs .tabs__nav-item.is-active {
    color: #5056E9;
  }

  .features__tabs .tabs__nav-item.is-active:after {
    background-color: #5056E9;
  }

  .features__tabs .tabs__nav-item:not(:last-child) {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .features-list__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .features-list__item {
    margin-bottom: 38px;
  }

  .features-list__title {
    margin-bottom: 18px;
  }

  .compare {
    padding-top: 40px;
  }

  .compare__head {
    margin-bottom: 36px;
  }

  .compare__tabs .tabs__nav-list {
    display: none;
  }

  .compare__tabs .tabs__nav-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .compare-table {
    border-bottom: none;
  }

  .compare-table__column {
    max-width: 50%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .compare-table__cell {
    border-bottom: 1px solid #E7E6EB;
  }

  .compare-table__cell:nth-child(1) {
    min-height: auto;
  }

  .clients {
    padding: 44px 0;
  }

  .clients__title {
    margin-bottom: 16px;
  }

  .clients__head {
    margin-bottom: 32px;
  }

  .brand {
    margin-bottom: 40px;
    padding: 0;
  }

  .brand__img {
    max-width: 140px;
    max-height: 50px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-top: 0;
  }

  .swiper-button-prev {
    left: 50px;
  }

  .swiper-button-next {
    right: 50px;
  }

  .clients-slider__inner {
    padding: 22px 16px 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
  }

  .clients-slider__img {
    margin-bottom: 25px;
  }

  .clients-slider__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .counter {
    padding: 30px 0 35px;
  }

  .counter__table {
    margin-bottom: 28px;
  }

  .counter__field {
    width: 38px;
    height: 48px;
  }

  .flip-clock-wrapper ul {
    width: 38px;
    height: 48px;
    margin: 0 6px 28px;
    font-size: 36px;
    line-height: 42px;
  }

  .flip-clock-wrapper ul li {
    line-height: 46px;
  }

  .flip-clock-wrapper {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .counter__field:not(:last-child) {
    margin-right: 12px;
  }

  .prices .container {
    padding: 0;
  }

  .prices__inner {
    border: none;
    padding: 0 16px;
  }

  .prices__count {
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .prices__left {
    padding-left: 0;
    padding-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0;
  }

  .prices-table__row {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .prices-table__cell {
    padding: 0;
  }

  .prices-table__cell:nth-child(1),
  .prices-table__cell:nth-child(2) {
    max-width: 50%;
  }

  .prices-table__cell:nth-child(3) {
    max-width: 50%;
  }

  .questions {
    padding: 38px 0 42px;
  }

  .questions__callback {
    font-size: 30px;
    line-height: 36px;
  }

  .questions__details {
    margin-bottom: 50px;
  }

  .manager:not(:last-child) {
    margin-right: 16px;
  }

  .manager:nth-child(2) .manager__img:before {
    left: auto;
    right: -15px;
    top: -15px;
  }

  .manager__img {
    margin-bottom: 20px;
  }

  .manager__img:before {
    top: -15px;
    left: -15px;
  }

  .manager__name {
    margin: 0 auto 24px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sharing {
    padding: 28px 0 48px;
  }

  .sharing__title {
    margin-bottom: 38px;
  }

  .sharing__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sharing__item {
    width: 100%;
  }

  .sharing__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .sharing__btn {
    min-width: auto;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .form__input {
    padding: 0 27px;
    text-align: center;
  }

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

  .form__btn {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .clients-slider {
    padding-bottom: 75px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-cover {
    font-family: "object-fit: cover";
  }
}