@charset "UTF-8";
/* Стандартный transition для hover-анимаций */
/* Миксин замены цвета placeholder у input.
Нужно добавить в стилях элемента конструкцию вида @include placeholder(#000); */
@font-face {
  font-family: 'Exo20-Bold';
  src: url("../fonts/Exo20-Bold.eot");
  src: url("../fonts/Exo20-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Bold.woff2") format("woff2"), url("../fonts/Exo20-Bold.woff") format("woff"), url("../fonts/Exo20-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Exo20-Regular';
  src: url("../fonts/Exo20-Regular.eot");
  src: url("../fonts/Exo20-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Regular.woff2") format("woff2"), url("../fonts/Exo20-Regular.woff") format("woff"), url("../fonts/Exo20-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Exo20-Medium';
  src: url("../fonts/Exo20-Medium.eot");
  src: url("../fonts/Exo20-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-Medium.woff2") format("woff2"), url("../fonts/Exo20-Medium.woff") format("woff"), url("../fonts/Exo20-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Exo20-SemiBold';
  src: url("../fonts/Exo20-SemiBold.eot");
  src: url("../fonts/Exo20-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo20-SemiBold.woff2") format("woff2"), url("../fonts/Exo20-SemiBold.woff") format("woff"), url("../fonts/Exo20-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-family: "Exo20-Regular", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  color: #262628;
  font-size: 1.25rem;
  text-rendering: auto;
  line-height: normal;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  outline: none !important; }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin: 0; }

button, a, input {
  outline: none; }
  button:focus, button:visited, a:focus, a:visited, input:focus, input:visited {
    text-decoration: none;
    outline: none; }

a:hover {
  text-decoration: none; }

label {
  margin: 0; }

body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%; }

html {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden; }

.page-list li a {
  color: #321B0D;
  font-size: 20px; }

/* Стили bootstrap*/
@media (min-width: 991px) {
  .container {
    max-width: 88.5rem; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem; } }

/* прибитие футера к низу*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100vw; }

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

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.span-br {
  display: block; }

.price {
  white-space: nowrap; }

body {
  padding-top: 4rem; }

/* content */
.wow {
  visibility: hidden; }

.logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.1875rem;
  min-width: 14.1875rem;
  height: 4.5625rem;
  margin-right: 7.9375rem; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem; }

.header-wrap {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 10000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.header-wrap.active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 16.0941px 16.0941px 32.1882px rgba(222, 216, 228, 0.6);
          box-shadow: 16.0941px 16.0941px 32.1882px rgba(222, 216, 228, 0.6); }

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Exo20-Bold"; }

.enter-block {
  position: absolute;
  top: 0px;
  right: -7.6875rem;
  background-image: url("../img/enter-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.5625rem;
  min-height: 5.625rem; }

.enter-block-inner {
  position: relative; }

.login {
  position: absolute;
  font-family: "Exo20-SemiBold";
  left: 3.5625rem;
  top: 1.9375rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #FFFFFF; }
  .login:hover {
    color: #FFFFFF; }
  .login:before {
    content: '';
    background-image: url("../img/user-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    margin-right: 0.625rem; }

.header-menu__link {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #262628;
  letter-spacing: 0.75px; }
  .header-menu__link:hover {
    color: #5F7EF9; }

.header-menu__item {
  margin-right: 2.6875rem; }

.h1 {
  font-size: 3.75rem;
  margin-bottom: 2.1875rem;
  color: #5451E0;
  position: relative; }

.title-wrap-h1 {
  position: relative; }
  .title-wrap-h1:before {
    display: block;
    content: '';
    background-image: url("../img/h1-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 39.25rem;
    height: 39.3125rem;
    position: absolute;
    left: -16.375rem;
    top: -16.375rem; }

.title-wrap {
  margin-bottom: 5rem; }
  .title-wrap .h2 {
    margin-bottom: 0; }

.title .title-gradient {
  margin-left: 0.9375rem; }

.main-head {
  padding-top: 11.6875rem;
  margin-bottom: 0.125rem; }
  .main-head .img-wrap {
    position: relative; }

.span-blue {
  color: #5451E0;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem; }

.subtitle {
  line-height: 137.5%;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  color: #262628;
  letter-spacing: 0.15px; }

.text-content {
  color: #4F4F4F;
  font-family: "Exo20-Regular"; }

.effect-title {
  font-family: "Exo20-Bold";
  font-size: 1.5rem; }

.title-desc {
  position: relative;
  margin-bottom: 1.375rem; }
  .title-desc .span-blue {
    margin-left: 0; }
  .title-desc .text-content {
    padding-right: 9.375rem; }

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

.button {
  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;
  padding: 0.9375rem 4.5625rem;
  min-height: 3.5rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 2.5625rem;
  font-size: 0.875rem;
  font-family: "Exo20-Bold"; }

.button-full {
  background: #5451E0;
  color: #FFFFFF; }
  .button-full:hover {
    color: #FFFFFF;
    background: #5F7EF9; }

.button-tr {
  border: 1px solid #5451E0;
  color: #262628; }
  .button-tr:hover {
    color: #FFFFFF;
    background: #5F7EF9;
    border: none; }

.button-white {
  background: #FFFFFF;
  color: #5451E0; }
  .button-white:hover {
    color: #FFFFFF;
    background: #5F7EF9;
    border: none; }

.img-head {
  position: absolute;
  top: -13.25rem;
  left: -19.625rem;
  width: 58.75rem;
  height: auto; }

.decisions-section {
  margin-top: 16.25rem;
  padding-top: 1.5625rem;
  margin-bottom: 12.1875rem; }

.h2 {
  font-size: 3rem;
  margin-bottom: 4.1875rem;
  color: #5451E0; }

.decisions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.625rem;
  position: relative;
  padding-right: 50px; }
  .decisions__item:last-child {
    margin-bottom: 0; }
  .decisions__item .img-wrap {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -7.5rem;
    width: 15.6875rem;
    min-width: 15.6875rem;
    height: 16.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 2rem; }
    .decisions__item .img-wrap img {
      max-width: 100%;
      max-height: 100%; }

.decisions__item_left .img-wrap {
  left: -5.25rem; }

.decisions__item_left .decisions__desc {
  padding: 1.875rem 5.4375rem 1.875rem 11.875rem; }

.decisions__item_right {
  margin-left: 1.1875rem; }
  .decisions__item_right .img-wrap {
    right: -7.25rem; }
  .decisions__item_right .decisions__desc {
    padding: 1.875rem 11.875rem 1.875rem 5.4375rem; }

.decisions__title {
  font-size: 1.375rem;
  margin-bottom: 0.625rem; }

.decisions__text {
  line-height: 1.625rem;
  font-family: "Exo20-Regular";
  letter-spacing: 0.15px;
  font-size: 1rem;
  color: #4F4F4F; }

.decisions__desc {
  background: #FFFFFF;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem; }

.title {
  font-size: 6rem;
  letter-spacing: -1.5px; }

.whom-section {
  margin-bottom: 8.25rem; }
  .whom-section .title {
    margin-bottom: 5.3125rem; }

.whom-img {
  width: 8rem;
  height: 8rem;
  margin-bottom: 2.1875rem; }

.whom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.whom-item {
  width: calc(25% - 0.75rem);
  min-width: calc(25% - 0.75rem);
  position: relative;
  padding: 1.6875rem 2.9375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #FFFFFF;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem; }

.whom-text {
  font-size: 1.375rem;
  text-align: center;
  color: #4F4F4F;
  letter-spacing: 0.15px;
  line-height: 1.875rem; }

.span-white {
  margin-right: 0.75rem;
  color: #FFFFFF;
  z-index: 100;
  position: relative; }
  .span-white span {
    position: relative;
    z-index: 100; }

.circle {
  position: relative; }
  .circle:before {
    display: block;
    content: '';
    background-image: url("../img/title-img-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: 50%;
    left: -2.9375rem;
    margin-top: -5.6875rem; }

.tabs-section {
  margin-bottom: 7.25rem; }
  .tabs-section .h2 {
    margin-bottom: 2.3125rem; }
  .tabs-section .subtitle {
    padding-left: 11.25rem; }

.tabs-nav__link {
  font-size: 1.375rem;
  margin-left: 2.8125rem;
  margin-right: 2.8125rem; }
  .tabs-nav__link:hover {
    color: #000;
    cursor: pointer; }

.tabs-nav__link {
  color: #262628;
  border-bottom: 0.1875rem solid transparent;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  padding-bottom: 0.1875rem; }

.slider-tools-nav {
  padding-left: 18%; }

.slider-tools__item-nav.slick-current.tabs-nav__link {
  border-bottom: 0.1875rem solid #5451E0;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  color: #5451E0; }

.tabs-nav__drag {
  margin-top: 3.125rem; }

.tools-text {
  color: #4F4F4F;
  font-size: 1.375rem;
  line-height: 1.875rem; }

.tabs {
  margin-top: 6.25rem; }

.tabs-nav__item {
  margin-right: 3.1875rem; }
  .tabs-nav__item:last-child {
    margin-right: 0; }

.img-wrap_tabs {
  position: relative; }

.tab-img-small {
  position: absolute;
  z-index: 100; }

.tab-img-small_creat {
  width: 33.375rem;
  height: 32rem;
  left: -4.1875rem;
  bottom: -4rem; }

.tab-img-small_invoice {
  width: 38.0625rem;
  height: 37.375rem;
  left: -8.0625rem;
  bottom: -6.6875rem; }

.tab-img-small_online {
  width: 30.75rem;
  height: 31.1875rem;
  left: -4.75rem;
  bottom: -5.4375rem; }

.tab-img-small_cashback {
  width: 32rem;
  height: 32.9375rem;
  left: -5.4375rem;
  bottom: -2.5rem; }

.tabs-nav__list {
  margin-bottom: 2.4375rem; }

.tabs-title {
  text-align: center;
  color: #5451E0;
  font-size: 1.5rem;
  margin-bottom: 1.0625rem; }

.tabs-content {
  /* если fade */
  overflow: visible; }

.tabs {
  border-bottom: none; }

.budget {
  background: #FFFFFF;
  -webkit-box-shadow: 21.5457px 21.5457px 43.0915px rgba(222, 216, 228, 0.6);
          box-shadow: 21.5457px 21.5457px 43.0915px rgba(222, 216, 228, 0.6);
  border-radius: 1rem; }

.budget-top {
  padding: 2.4375rem 0 1rem 0px;
  border-bottom: 1px solid #E0E0E0; }

.budget-top__right {
  padding-left: 1.875rem; }

.budget-img {
  width: 11.8125rem;
  height: 13.1875rem; }

.budget-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  color: #4F4F4F;
  letter-spacing: 0.15px; }

.eco-block--title {
  font-size: 2.125rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.25px; }
  .eco-block--title .span-blue {
    margin-left: 0; }

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.125rem; }

.price-block-show {
  display: none; }

.price-block-show.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.price-block-summ {
  font-size: 0.875rem;
  font-family: "Exo20-Bold";
  position: relative;
  display: inline-block; }

.price-block-summ-wrap {
  white-space: nowrap; }

.span-star-wrap {
  position: absolute;
  right: -1.3125rem;
  top: 0px; }

.span-star {
  position: relative;
  font-size: 1.25rem;
  background-image: url("../img/quest-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem; }
  .span-star:hover {
    cursor: pointer; }

.span-star.active .span-star--tooltip {
  display: block; }

.span-star--tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: -2.3125rem;
  left: 0.5625rem;
  font-size: 1.25rem;
  padding: 0.5rem;
  font-family: "Exo20-Medium";
  white-space: nowrap;
  background: #ffffff;
  letter-spacing: 0.15px;
  border: 1px solid #5451E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 0.3125rem;
  color: #4F4F4F; }

.span-star--tooltip-text {
  position: relative;
  z-index: 100; }

.price-block-text {
  font-size: 1.5rem;
  min-width: 13.75rem;
  margin-right: 0.9375rem; }

.price-block-text_cash {
  color: #4F4F4F; }

.price-blocks {
  margin-bottom: 2.125rem;
  border-left: 2px solid #5451E0;
  padding-left: 1rem; }

.price-block_total .price-block-text {
  font-size: 2.125rem; }

.price-block_total .price-block-summ {
  font-size: 2.125rem; }

.input-wrap {
  position: relative;
  width: 12.375rem;
  height: 4rem; }

.input {
  background: #FFFFFF;
  border: 1px solid #5451E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.4375rem;
  width: 100%;
  height: 4rem;
  padding: 0.5rem 2.5rem 0.5rem 1.75rem; }

.rubel-icon-input {
  position: absolute;
  font-size: 2.125rem;
  right: 0.75rem;
  top: 0.75rem; }

.rubel-icon {
  font-family: "Exo20-Bold", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; }

.rubel-icon-bold {
  font-weight: bold; }

.button-toggle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.4375rem; }

.button-toggle--text {
  color: #4F4F4F;
  margin-left: 0.75rem;
  font-size: 1rem; }

/* trigger */
.knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.button-toggle {
  position: relative;
  top: 50%;
  width: 3rem;
  min-width: 3rem;
  height: 1.5rem;
  overflow: hidden; }

.button-toggle.r, .button-toggle.r .layer {
  border-radius: 0.75rem; }

.button-toggle.b2 {
  border-radius: 0.125rem; }

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3; }

.knobs {
  z-index: 2; }

.layer {
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #5451E0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1; }

/* Button 1 */
.knobs:before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.9375rem;
  height: 0.9375rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #5451E0;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  -o-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all; }

.button-toggle .checkbox:checked + .knobs:before {
  content: '';
  left: 1.75rem;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF; }

.button-toggle .checkbox:checked ~ .layer {
  background-color: #5451E0; }

.button-toggle .knobs, .button-toggle .knobs:before, .button-toggle .layer {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

/**/
.img-wrap_budget {
  position: relative;
  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; }

.img-summ {
  font-size: 2.125rem;
  color: #FFFFFF;
  position: absolute;
  top: 3.125rem;
  left: 13.0625rem;
  width: 13.5rem;
  overflow-x: hidden; }

.note {
  font-size: 0.75rem;
  font-family: "Exo20-Medium";
  color: #BDBDBD;
  text-align: center;
  margin-top: -2.5rem;
  margin-left: -8rem; }

.budget-bottom {
  padding: 1rem 0 3.125rem 0; }

.section-budget {
  margin-bottom: 8.0625rem; }

.section-clients .title {
  margin-bottom: 7.75rem; }

.slider-clients__wrap {
  margin: 0 -1.5rem;
  padding: 0 1.5rem; }

.clients-item__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 0.9375rem;
  padding: 1rem 1rem 2rem 2rem;
  height: 17.875rem; }

.clients-name {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
  margin-bottom: 0.5rem; }

.clients-status {
  font-size: 0.875rem;
  font-family: "Exo20-Medium";
  color: #4F4F4F; }

.clients-desc {
  font-size: 1rem;
  margin-top: 1.5625rem;
  font-family: "Exo20-Regular";
  padding-right: 3.125rem;
  line-height: 1.625rem;
  color: #4F4F4F;
  max-height: 5rem;
  overflow: hidden; }

.img-clients__wrap .img-clients {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.img-clients {
  max-height: 100%;
  max-width: 100%; }

.section-clients {
  margin-bottom: 10.375rem; }
  .section-clients .h2 {
    margin-bottom: 2.9375rem; }

/**/
.step-wrap {
  position: relative;
  margin-top: -3.3125rem;
  margin-bottom: 20.875rem;
  margin-left: -1rem;
  z-index: 100; }

.steps-section {
  margin-bottom: 16.1875rem; }
  .steps-section .title {
    margin-bottom: 2.1875rem; }

.track {
  position: absolute;
  background-image: url("../img/track.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 86.9375rem;
  height: 44.9375rem;
  top: 2.8125rem;
  left: 0.4375rem; }

.work-step--title {
  font-size: 1.375rem;
  margin-bottom: 2rem; }

.work-step--text {
  font-family: "Exo20-Regular";
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.44px;
  color: #4F4F4F; }

.work-step {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem;
  text-align: center;
  padding: 1.0625rem 2rem 2rem; }

.step__item-img {
  width: 15.125rem;
  height: 17rem;
  margin: 0px auto 1rem auto; }

.work-step_num {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/step-work-num.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.0625rem;
  height: 5.0625rem;
  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: #4F4F4F;
  font-size: 3rem;
  font-family: "Exo20-Bold"; }

.step__item-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26.25rem;
  height: 26.25rem; }

.step-desc {
  margin-left: -1.3125rem; }

.step__item-1 .step__item {
  left: -6.25rem;
  top: 0; }

.step__item-1 .step-desc {
  margin-top: 8.6875rem; }

.step__item-1 .step__item-bg {
  background-image: url("../img/step-bg-1.png"); }

.step__item-2 .step__item {
  left: -3.75rem;
  top: 1rem; }

.step__item-2 .step-desc {
  margin-top: 7.5rem; }

.step__item-2 .step__item-bg {
  background-image: url("../img/step-bg-2.png"); }

.step__item-3 {
  margin-bottom: 8.5625rem; }
  .step__item-3 .step__item {
    left: -6.375rem;
    top: 5.875rem; }
  .step__item-3 .step-block {
    left: 7.9375rem;
    margin-top: -3.5rem; }
  .step__item-3 .step-desc {
    margin-top: 9.4375rem; }
  .step__item-3 .step__item-bg {
    background-image: url("../img/step-bg-3.png"); }

.step__item-4 {
  margin-bottom: 13.625rem; }
  .step__item-4 .step__item {
    left: -0.625rem; }
  .step__item-4 .step-desc {
    margin-top: 7.5rem; }
  .step__item-4 .step-block {
    left: 5.75rem;
    margin-top: -4.4375rem; }
  .step__item-4 .step__item-bg {
    background-image: url("../img/step-bg-4.png"); }

.step__item-5 .step-desc {
  margin-top: 7.5rem; }

.step__item-5 .step__item-bg {
  background-image: url("../img/step-bg-5.png"); }

.footer__wrap {
  padding: 1.875rem 0px;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px -32px 64px rgba(230, 230, 230, 0.6);
          box-shadow: 0px -32px 64px rgba(230, 230, 230, 0.6); }

.footer {
  text-align: center; }

.footer-top {
  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;
  margin-bottom: 1rem; }

.footer-text {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem; }

.footer-mail {
  font-size: 1.1875rem;
  color: #262628;
  display: block; }

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

.social-item {
  margin-right: 5.625rem; }
  .social-item:last-child {
    margin-right: 0; }

.social-link {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.social-link_in {
  background-image: url("../img/in-icon.svg");
  width: 6rem;
  height: 6rem; }
  .social-link_in:hover {
    background-image: url("../img/in-icon-hover.svg"); }

.social-link_fb {
  background-image: url("../img/fb-icon.svg");
  width: 6.625rem;
  height: 6.625rem; }
  .social-link_fb:hover {
    background-image: url("../img/fb-icon-hover.svg"); }

.social-link_tel {
  background-image: url("../img/teleg-icon.svg");
  width: 6rem;
  height: 5rem; }
  .social-link_tel:hover {
    background-image: url("../img/teleg-icon-hover.svg"); }

.footer-bottom {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0.4px;
  color: #828282; }

.footer--company {
  font-size: 0.875rem;
  letter-spacing: 0.75px;
  text-transform: uppercase; }

.footer--inn {
  font-family: "Exo20-Regular";
  font-size: 0.75rem;
  color: #828282; }
  .footer--inn span {
    color: #262628; }

.footer--address {
  text-align: center;
  color: #828282;
  font-size: 0.75rem;
  font-family: "Exo20-Medium";
  letter-spacing: 0.4px; }

.footer--offerta {
  font-size: 0.875rem;
  font-family: "Exo20-Regular";
  color: #BDBDBD;
  display: inline-block;
  margin-left: 0.3125rem; }
  .footer--offerta:hover {
    color: #5F7EF9; }

.social-block_small .social-item {
  margin-right: 2rem; }
  .social-block_small .social-item:last-child {
    margin-right: 0; }

.social-block_small .social-link_in {
  width: 1.5rem;
  height: 1.5rem; }

.social-block_small .social-link_fb {
  width: 1.5rem;
  height: 1.5rem; }

.social-block_small .social-link_tel {
  width: 1.5rem;
  height: 1.5rem; }

.humb {
  background-image: url("../img/humb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 0.75rem;
  margin-right: 0.625rem; }

body .menu-mob-wrap {
  left: -10000px;
  top: 0px;
  width: 100%;
  display: block;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

body.active .menu-mob-wrap {
  left: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.menu-mob-wrap {
  display: block;
  position: fixed;
  background: #FFFFFF;
  top: 0;
  z-index: 999999;
  height: 100vh; }

.menu-mob {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: visible;
  max-height: 100vh; }

.menu-mob__head {
  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-right: 1.125rem; }

.close-button {
  background-image: url("../img/close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.9375rem; }

.menu-mob--items {
  padding: 0px 1.5rem 1.0625rem 1.5rem; }

.menu-mob-icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem; }

.menu-mob--link {
  color: #262628;
  font-family: "Exo20-Bold";
  padding-top: 1.125rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.75px; }
  .menu-mob--link:hover {
    color: #111113; }

.menu-mob .button-wrap {
  margin-bottom: 0.8125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .menu-mob .button-wrap .button {
    margin-bottom: 1rem; }
    .menu-mob .button-wrap .button:last-child {
      margin-bottom: 0; }
  .menu-mob .button-wrap .button-full {
    padding: 1rem 4rem;
    min-height: 2.5rem; }

.menu-mob .company-name {
  margin-top: 0; }

.menu-mob__footer {
  padding: 0.5rem 0.75rem; }
  .menu-mob__footer .footer--company {
    color: #5451E0;
    margin-right: 1.1875rem; }
  .menu-mob__footer .footer-bottom__block {
    margin-bottom: 0.5rem; }
    .menu-mob__footer .footer-bottom__block:last-child {
      margin-bottom: 0; }
  .menu-mob__footer .footer--offerta__block {
    line-height: 0.4375rem;
    padding-left: 0; }

.footer-top__block_offerta {
  padding-left: 5.25rem; }

.links-place {
  display: block;
  position: relative;
  z-index: 100; }

.link-place {
  color: #5451E0; }

.tools-block {
  border: 1px solid #5451E0;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem;
  max-width: 50.125rem;
  padding: 2rem;
  margin-left: 6.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.0625rem;
  position: relative;
  z-index: 10; }

.tools-img {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  margin-right: 2.0625rem; }

.tab-img-big {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 49.375rem;
  margin-top: -9.625rem; }

.work-top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.9375rem; }
  .work-top .h2 {
    margin-bottom: 0;
    padding-top: 2.375rem;
    margin-left: 2.375rem; }

.work-steps {
  position: relative;
  z-index: 10; }

.work-img-1 {
  width: 20rem;
  min-width: 20rem;
  height: 15rem; }

.work-img-2 {
  width: 17.625rem;
  min-width: 17.625rem;
  height: 15rem; }

.work__wrap {
  position: relative;
  margin-bottom: 8rem; }

.work-steps {
  margin-bottom: 3.75rem; }

.work-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  position: relative;
  z-index: 10; }
  .work-bottom .button-full {
    margin-top: -0.9375rem;
    width: 17.625rem;
    font-size: 1.5rem;
    text-transform: none; }

.step__item-icon--wrap {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  margin-bottom: 0.9375rem; }

.slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%; }

.slick-dots li button:before {
  display: none; }

.section-clients .slick-dots,
.whom-slider__wrap .slick-dots {
  bottom: -0.6875rem; }
  .section-clients .slick-dots li button,
  .whom-slider__wrap .slick-dots li button {
    border: 1px solid #5451E0; }

.section-clients .slick-dots .slick-active button,
.whom-slider__wrap .slick-dots .slick-active button {
  background: #5451E0;
  border: 1px solid #5451E0; }
  .section-clients .slick-dots .slick-active button:hover,
  .whom-slider__wrap .slick-dots .slick-active button:hover {
    background: #5451E0;
    border: 1px solid #5451E0; }

.slider__wrap {
  position: relative; }

.prev-button,
.next-button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  display: block; }

.prev-button.slick-disabled,
.next-button.slick-disabled {
  opacity: 0.5; }

.prev-button {
  background-image: url("../img/prev-icon.svg"); }

.next-button {
  background-image: url("../img/next-icon.svg"); }

.container-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 100; }

.clients-item {
  padding: 0 1.5rem 0 0; }

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

.img-wrap_leader .img-leader {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6); }

.section-leader {
  margin-bottom: 1.625rem;
  padding-bottom: 6.25rem; }

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

.leader-block {
  padding-right: 3.75rem;
  padding-left: 2.75rem; }

.leader-block__right {
  z-index: 10;
  margin-left: 1.5625rem; }

.leader-block--name {
  font-size: 1.375rem;
  color: #262628;
  letter-spacing: 0.25px;
  margin-bottom: 0.125rem; }

.leader-block--status {
  font-size: 0.875rem;
  font-family: "Exo20-Medium";
  line-height: 1.4375rem;
  color: #4F4F4F;
  margin-bottom: 1.5rem; }

.leader-block--desc {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.15px;
  color: #4F4F4F;
  font-family: "Exo20-Regular";
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-left: 9.375rem;
  margin-top: -1.8125rem; }
  .leader-block--desc:before {
    display: block;
    content: '';
    background-image: url("../img/quote-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.625rem;
    height: 2.3125rem;
    position: absolute;
    left: -3.0625rem;
    bottom: auto;
    top: 0.8125rem; }

.section-trust__bg {
  background: -o-linear-gradient(349.46deg, rgba(84, 81, 224, 0.4) 33.67%, rgba(12, 176, 211, 0.4) 75.08%);
  background: linear-gradient(100.54deg, rgba(84, 81, 224, 0.4) 33.67%, rgba(12, 176, 211, 0.4) 75.08%);
  padding: 4rem 0.625rem 4.375rem; }

.trust-wrap {
  margin: 0 -2.5rem -2.5rem; }

.trust-slider__item {
  padding: 0 2.5rem 2.5rem; }

.trust-slider__item--inner {
  background: #FFFFFF;
  border-radius: 1rem;
  height: 21.375rem;
  position: relative; }

.trust-slider__item--text {
  color: #4F4F4F;
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: "Exo20-Regular";
  padding: 1.5rem;
  max-height: 18.125rem;
  overflow: hidden; }

.trust-logo {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  height: 1.5rem;
  width: auto; }

.trust-slider .slick-dots {
  bottom: -0.75rem; }
  .trust-slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.2); }

.trust-slider .slick-dots .slick-active button {
  background: #ffffff; }
  .trust-slider .slick-dots .slick-active button:hover {
    background: #5451E0;
    border: 1px solid #5451E0; }

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

.company-name {
  font-size: 0.875rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #BDBDBD;
  margin-top: 0.3125rem;
  font-family: "Exo20-Bold"; }

#upbutton {
  background-image: url("../img/up-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 9.375rem;
  width: 9.375rem;
  bottom: 1.125rem;
  right: 3.125rem;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
  padding: 2.3125rem 1.1875rem 0;
  font-size: 0.625rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #5451E0; }

.section-trust {
  margin-bottom: 8rem; }
  .section-trust .h2 {
    margin-bottom: 4rem; }

/* modals */
.modal-dialog {
  max-width: 56rem;
  margin-top: 9.375rem;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6); }

.modal-content {
  border: none; }

.modal-big,
.section-registration {
  font-family: "Exo20-Regular";
  z-index: 10000; }
  .modal-big .button-blue-big,
  .section-registration .button-blue-big {
    background: #5451E0;
    border-radius: 2.5625rem;
    color: #FFFFFF;
    padding: 0.9375rem 1.625rem; }
  .modal-big .button,
  .section-registration .button {
    font-family: "Exo20-Bold";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.75px;
    border: none; }
  .modal-big .block-white,
  .section-registration .block-white {
    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; }
  .modal-big .fogot-pass,
  .section-registration .fogot-pass {
    font-size: 1rem;
    color: #5451E0;
    display: inline-block;
    text-align: center;
    width: 100%; }
  .modal-big .logo-auth,
  .section-registration .logo-auth {
    width: 16.3125rem;
    height: 8.4375rem;
    margin-left: -0.625rem;
    margin-bottom: 4.0625rem; }
  .modal-big .button-blue-big,
  .section-registration .button-blue-big {
    width: 16rem; }
  .modal-big .modal-body,
  .section-registration .modal-body {
    padding: 4rem 0 6.0625rem; }
  .modal-big .block-white,
  .section-registration .block-white {
    padding: 0 14.375rem 0; }
  .modal-big .auth-title,
  .section-registration .auth-title {
    color: #5451E0;
    font-size: 3.75rem;
    margin-bottom: 3.125rem;
    font-family: "Exo20-Bold"; }
  .modal-big .input-wrap,
  .section-registration .input-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 1.5625rem;
    height: auto; }
  .modal-big .input-title,
  .section-registration .input-title {
    font-size: 1rem;
    letter-spacing: 0.44px;
    margin-bottom: 0.5rem; }
  .modal-big .input,
  .section-registration .input {
    width: 100%;
    height: 3rem;
    border: 1px solid #5451E0;
    background: none;
    letter-spacing: 0.44px;
    font-size: 1rem;
    border-radius: 0.4375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #ffffff; }
  .modal-big .input-eye-icon,
  .section-registration .input-eye-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 1.375rem;
    min-width: 1.375rem;
    height: 1rem;
    margin-left: 1rem;
    margin-top: 0.3125rem; }
    .modal-big .input-eye-icon:hover,
    .section-registration .input-eye-icon:hover {
      cursor: pointer; }
  .modal-big .agree__block,
  .section-registration .agree__block {
    margin-bottom: 1.25rem;
    width: 100%; }
  .modal-big .label-checkbox,
  .section-registration .label-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    font-family: "Exo20-Medium"; }
  .modal-big .jq-checkbox,
  .section-registration .jq-checkbox {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    background: none;
    border-radius: 0.3125rem;
    border: 1px solid #5451E0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .modal-big .checkbox-text,
  .section-registration .checkbox-text {
    margin-left: 0.75rem; }
  .modal-big .jq-checkbox.checked .jq-checkbox__div,
  .section-registration .jq-checkbox.checked .jq-checkbox__div {
    background-image: url(../img/checkbox-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 0.875rem;
    height: 0.625rem;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    margin: 0.3125rem 0 0 0.25rem; }
  .modal-big .jq-checkbox.checked,
  .section-registration .jq-checkbox.checked {
    background: #5451E0; }
  .modal-big .button-blue-big.inactive,
  .section-registration .button-blue-big.inactive {
    background: none;
    border: 1px solid #5451E0;
    color: #E0E0E0; }
  .modal-big .auth-subtitle,
  .section-registration .auth-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem; }
  .modal-big .title-purple,
  .section-registration .title-purple {
    color: #5451E0 !important; }
  .modal-big .label-checkbox--link,
  .section-registration .label-checkbox--link {
    margin-left: 0.3125rem;
    color: #5451E0; }
  .modal-big .close,
  .section-registration .close {
    background-image: url("../img/close-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    opacity: 1;
    z-index: 100; }

.img-arrow-down {
  width: 6.5rem;
  height: 6.1875rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 999;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear; }

@-webkit-keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); } }

@keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); } }

/**/
/* range-slider */
.range-slider__wrap {
  min-height: 1.5625rem;
  padding-right: 2rem; }

.irs--flat .irs-handle {
  background: #5451E0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  bottom: 1.3125rem; }

.irs--flat .irs-handle > i:first-child {
  display: none; }

.irs-single {
  display: none; }

.irs--flat .irs-line {
  height: 0.5rem; }

.irs--flat .irs-bar {
  height: 0.5rem;
  background-color: transparent; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 2.9375rem;
  background-color: transparent;
  color: #828282;
  font-family: "Exo20-Bold";
  font-size: 0.875rem;
  visibility: visible !important; }
  .irs--flat .irs-min:after, .irs--flat .irs-max:after {
    content: '₽';
    font-size: 0.8125rem;
    font-family: "Exo20-Bold", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-left: 0.1875rem;
    font-weight: bold; }

/**/
.economy__wrap {
  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-bottom: 2rem;
  margin-top: 2.125rem; }

.economy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.economy__expression {
  margin: 0 4.0625rem; }

.economy-icon {
  width: 4.0625rem;
  height: 4.0625rem;
  margin-bottom: 1rem; }

.economy__expression-icon {
  width: 2rem;
  min-width: 2rem;
  height: auto; }

.economy__block-title {
  color: #4F4F4F;
  font-size: 1rem; }

.registration__block {
  background: #FFFFFF;
  -webkit-box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
          box-shadow: 16px 16px 32px rgba(222, 216, 228, 0.6);
  border-radius: 1rem;
  padding: 4rem 0px; }

.reg-subtitle {
  color: #4F4F4F;
  letter-spacing: 0.44px;
  font-size: 1rem;
  line-height: 1.625rem; }

.reg-head {
  margin-bottom: 2rem; }

.section-registration {
  margin-bottom: 8rem; }

.img-reg {
  width: 28.875rem;
  height: 28.875rem; }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #5451E0;
  padding: 1.25rem 0;
  -webkit-box-shadow: 0px -32px 64px rgba(230, 230, 230, 0.6);
          box-shadow: 0px -32px 64px rgba(230, 230, 230, 0.6); }

.cookies__block {
  position: relative;
  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-right: 4rem; }
  .cookies__block .button {
    min-width: 18rem; }

.cookies-close {
  position: absolute;
  top: -0.25rem;
  right: 0;
  background-image: url("../img/close-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem; }

.cookies-img {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  margin-right: 4rem; }

.cookies-text {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.44px;
  margin-right: 7.4375rem; }
  .cookies-text a {
    color: #FFFFFF;
    text-decoration: underline; }

.reg-img {
  width: 28.875rem;
  height: 28.875rem; }

/*media*/
@media (min-width: 320px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

@media screen and (max-width: 1640px) {
  html {
    font-size: 15px; } }

@media screen and (max-width: 1540px) {
  html {
    font-size: 14px; } }

@media screen and (max-width: 1400px) {
  html {
    font-size: 13px; } }

@media screen and (max-width: 1300px) {
  html {
    font-size: 12px; } }

@media screen and (max-width: 1200px) {
  html {
    font-size: 11px; } }

@media screen and (max-width: 991px) {
  html {
    font-size: 16px; }
  .span-br {
    display: inline; }
  .cookies__block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .cookies-img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 16px; }
  .cookies-close {
    top: 0;
    right: 7px; }
  .cookies-text {
    margin-right: 0px;
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 16px; }
  #upbutton {
    right: -15px;
    bottom: 0px;
    width: 100px;
    height: 100px; }
  .enter-block {
    position: absolute;
    top: 0;
    right: -18px;
    background-image: url(../img/enter-bg-mob.svg);
    width: 94px;
    min-height: 74px; }
  .login {
    top: 21px;
    left: 56px; }
  .login:before {
    margin-right: 0; }
  .logo {
    width: 130px;
    min-width: 130px;
    height: 64px;
    margin-right: 15px;
    margin-left: 24px; }
  .header-wrap.active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .header .logo {
    margin-left: 0px; }
  .main-head {
    padding-top: 0;
    margin-bottom: 42px;
    margin-top: -34px; }
  .img-head {
    position: static;
    max-width: 100%;
    height: 100.3125vw; }
  .img-wrap__head {
    margin-bottom: -25px; }
  .h1 {
    font-size: 24px;
    text-align: center;
    line-height: 131.5%;
    margin-bottom: 17px; }
  .h2 {
    margin-bottom: 35px; }
  .title-desc {
    padding-left: 0;
    text-align: center;
    font-family: "Exo20-Regular";
    margin-bottom: 9px; }
  .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0; }
  .links-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .link-place {
    display: inline; }
  .span-blue {
    display: inherit; }
  .button {
    padding-left: 57px;
    padding-right: 57px; }
  .title-desc .text-content {
    padding-right: 0px;
    font-size: 14px;
    font-family: "Exo20-Medium"; }
  .main-head .button-full {
    margin-left: 0; }
  .h2 {
    font-size: 24px;
    text-align: center; }
  .decisions__item {
    -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-bottom: 16px;
    padding-right: 0;
    width: 100%; }
    .decisions__item .img-wrap {
      position: static;
      margin-right: 0;
      margin-bottom: -152px;
      margin-top: 0;
      margin-left: 29px; }
  .decisions__desc {
    padding-right: 0;
    text-align: center; }
  .decisions__item_left .decisions__desc,
  .decisions__item_right .decisions__desc {
    padding: 120px 16px 29px;
    margin-left: -15px;
    margin-right: -15px; }
  .decisions__item_right {
    margin-left: 0; }
  .span-blue {
    display: inline; }
  .decisions__title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px; }
  .decisions__text {
    font-size: 16px;
    line-height: 26px; }
  .decisions-section {
    margin-bottom: 63px;
    margin-top: 0; }
    .decisions-section .h2 {
      margin-bottom: 0px; }
  .title {
    font-size: 34px; }
  .whom-section .title {
    margin-bottom: 0; }
  .whom-section {
    margin-bottom: 47px; }
    .whom-section .h2 {
      margin-bottom: 0; }
  .whom-img {
    width: 124px;
    height: 124px;
    margin-bottom: 39px; }
  .whom-item {
    position: static;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 62px;
    padding-left: 16px;
    padding-right: 16px;
    width: 264px;
    min-width: 264px;
    height: 270px;
    margin-right: 8px; }
    .whom-item:last-child {
      margin-bottom: 0; }
  .whom-slider__wrap {
    margin-right: -15px; }
  .whom-item__wrap {
    margin-bottom: 40px;
    margin-top: 32px; }
  .whom-slider__wrap .slick-dots {
    bottom: 2px; }
  .whom-text {
    font-size: 16px;
    line-height: 137.5%; }
  .tabs-section .h2 {
    text-align: left; }
  .tabs-section .treangle .span-white {
    margin-left: 18px; }
  .treangle:before {
    width: 84px;
    height: 84px;
    left: -17px;
    margin-top: -39px; }
  .tabs-section .subtitle {
    padding-left: 68px;
    font-size: 12px;
    font-family: "Exo20-Medium"; }
  .tabs-nav__link {
    font-size: 14px;
    font-family: "Exo20-Medium";
    padding-bottom: 7px; }
  .tabs {
    margin-top: 16px; }
  .tabs-nav__drag {
    display: none; }
  .tabs-nav__link {
    white-space: nowrap; }
  .tabs-nav__list-wrap {
    max-width: 100%;
    overflow-x: auto; }
  .tabs-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
  /**/
  .tabs-nav__item {
    position: relative; }
  .tabs-nav__item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -7px;
    left: 0;
    right: 0;
    background: #5451E0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .tabs-nav__item.active:after,
  .tabs-nav__item:hover:after {
    width: 100%; }
  .tabs-nav__item {
    margin-right: 21px; }
  /**/
  .tabs-title {
    font-size: 11px; }
  .tab-img-big {
    width: 100%;
    height: 51.5625vw;
    margin-top: 0; }
  .tabs-section {
    margin-bottom: 93px; }
  .budget {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .budget-title {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    padding-right: 0;
    margin-bottom: 14px; }
  .budget-top {
    padding-bottom: 45px;
    padding-top: 0; }
  .budget-top__right {
    padding-left: 16px;
    padding-right: 16px; }
  .economy-icon {
    width: 32px;
    height: 32px; }
  .economy__expression {
    margin: 0 1px; }
  .economy__block-title {
    font-size: 14px; }
  .economy__expression-icon {
    width: 16px;
    min-width: 16px; }
  .range-slider__wrap {
    padding-right: 0; }
  .input-wrap {
    max-width: 100%;
    margin-bottom: 19px; }
  .budget-right {
    margin-left: 0;
    padding-top: 0px;
    margin-bottom: 19px; }
  .button-toggle__wrap {
    margin-left: 0; }
  .button-toggle--text {
    font-family: "Exo20-Regular";
    font-size: 20px; }
  .img-wrap_budget {
    margin-left: 0;
    margin-bottom: -17px;
    margin-top: -19px; }
  .budget-img {
    width: 100%;
    height: auto; }
  .img-summ {
    font-size: 6.25vw;
    top: 10%;
    left: 50%;
    margin-left: -18%; }
  .note {
    margin-left: 0;
    margin-top: -8px; }
  .eco-block--title {
    font-size: 19px;
    margin-bottom: 32px; }
  .price-blocks {
    padding-left: 4px;
    margin-bottom: 0; }
  .price-block-text {
    font-size: 16px;
    font-family: "Exo20-Regular";
    min-width: 140px; }
  .price-block_total .price-block-text {
    font-size: 19px;
    font-family: "Exo20-Bold"; }
  .price-block {
    margin-bottom: 17px; }
  .eco-block .text-content {
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px; }
  .section-budget {
    margin-bottom: 28px; }
    .section-budget .h2 {
      margin-bottom: 18px; }
  .budget-bottom {
    padding-top: 25px; }
  .section-clients .title {
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .irs--flat .irs-min, .irs--flat .irs-max {
    font-size: 10px; }
    .irs--flat .irs-min:after, .irs--flat .irs-max:after {
      font-size: 10px; }
  .img-clients__wrap {
    height: auto;
    margin-bottom: -17px; }
  .clients-desc {
    padding-right: 0;
    margin-top: 15px;
    font-size: 16px;
    max-height: none;
    overflow: visible; }
  .clients-name {
    font-size: 16px; }
  .clients-item {
    margin-bottom: 64px;
    width: 288px;
    margin-right: 16px; }
  .clients-item__inner {
    height: auto;
    padding-left: 16px; }
  .slider-clients__wrap {
    margin-right: -15px;
    padding-right: 0; }
  .img-clients {
    margin-left: auto;
    margin-right: auto; }
  .clients-status {
    font-size: 12px;
    line-height: 16px; }
  .section-clients {
    margin-bottom: 30px; }
  .circle:before {
    width: 70px;
    height: 70px;
    left: -3px;
    margin-top: -33px; }
  .steps-section .title {
    text-align: center;
    margin-bottom: 2.1875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .steps-section .title .title-gradient {
      margin-left: 2px; }
  .step__item-num {
    font-size: 87px; }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-top__block_offerta {
    padding-left: 0;
    text-align: center; }
  .footer-top__block {
    margin-bottom: 11px; }
  .work-img-1 {
    width: 288px;
    min-width: 288px;
    height: 209px; }
  .step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .step__item-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 14px; }
  .step__item-bg {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .work-step--title {
    font-size: 19px;
    margin-bottom: 20px; }
  .work-step--text {
    font-size: 14px;
    line-height: 22px; }
  .work-step {
    margin-bottom: 15px; }
  .step__item-left,
  .step__item-right {
    width: 100%;
    text-align: center; }
  .step__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .step-text {
    font-family: "Exo20-Regular"; }
  .step__item-bg {
    margin-left: -15px;
    margin-right: -15px; }
  .step__item-1 .step-desc {
    margin-top: 0; }
  .step__item-1 .step__item {
    left: 0;
    margin-bottom: 46px; }
  .step__item-1 .step__item-bg {
    background-image: url(../img/step-bg-1-mob-1.png);
    height: 323px;
    margin-bottom: -46px; }
  .step__item-2 {
    margin-bottom: 25px; }
    .step__item-2 .step__item-bg {
      background-image: url(../img/step-bg-2-mob-1.png);
      height: 401px;
      margin-bottom: -64px; }
    .step__item-2 .step__item {
      left: 0; }
    .step__item-2 .step-desc {
      margin-top: 0; }
  .step__item-3 {
    margin-bottom: 201px; }
    .step__item-3 .step__item-bg {
      background-image: url(../img/step-bg-3-mob-1.png);
      height: 323px; }
    .step__item-3 .step__item {
      left: 0; }
    .step__item-3 .step-desc {
      margin-top: 0; }
  .step__item-4 {
    margin-bottom: 58px; }
    .step__item-4 .step__item-bg {
      background-image: url(../img/step-bg-4-mob-1.png);
      height: 323px; }
    .step__item-4 .step__item {
      left: 0; }
    .step__item-4 .step-desc {
      margin-top: 0; }
    .step__item-4 .step-block {
      left: 40px !important; }
  .step__item-5 .step__item-bg {
    background-image: url(../img/step-bg-5-mob-1.png);
    height: 354px; }
  .step__item-5 .step__item {
    left: 0; }
  .step__item-5 .step-desc {
    margin-top: 0; }
  .step-block {
    left: 64px !important; }
  .step-title {
    font-size: 24px;
    margin-bottom: 5px; }
  .step-text {
    font-size: 16px; }
  .step-wrap {
    margin-left: 0;
    margin-top: -24px;
    margin-bottom: 120px; }
  .step-desc {
    margin-left: 0; }
  .steps-section {
    margin-bottom: 123px; }
  .footer-top-wrap {
    padding-left: 0;
    padding-right: 0; }
  .footer-quest {
    font-size: 24px;
    margin-bottom: 5px; }
  .footer-text {
    font-size: 14px;
    font-family: "Exo20-Medium";
    margin-bottom: 2px; }
  .footer-mail {
    font-size: 19px;
    margin-bottom: 23px; }
  .social-link_in {
    width: 18px;
    height: 18px; }
  .social-link_fb {
    width: 20px;
    height: 20px; }
  .social-link_tel {
    width: 18px;
    height: 15px; }
  .social-item {
    margin-right: 15px; }
  .footer-top-wrap {
    padding: 9px 0 30px; }
  .footer-top-wrap,
  .footer-bottom-wrap {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .footer-bottom-wrap {
    padding-top: 4px; }
  .footer-bottom-wrap .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-bottom-wrap .footer-bottom__block {
    margin-right: 0; }
  .footer-bottom-wrap .footer--inn {
    margin-left: 10px; }
  .footer--address {
    color: #000; }
  .price-block-summ-wrap {
    min-width: 123px; }
  .price-block-summ {
    font-size: 10px; }
  .price-block_total .price-block-summ {
    font-size: 24px; }
  .economy__block {
    width: 28%; }
  .economy__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 16px; }
  .span-star-wrap {
    top: -3px; }
  .work-section .h2 {
    margin-bottom: 4px; }
  .step__item-img {
    margin-top: 10px; }
  .span-star--tooltip {
    width: 100px;
    left: 0;
    margin-left: -76px;
    white-space: normal;
    font-size: 12px;
    top: -91px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .title-wrap-h1 {
    margin-top: -24px; }
    .title-wrap-h1 .button-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .title-wrap-h1 .button-wrap .button-full {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%; }
  .budget-bottom .button-wrap {
    padding-left: 16px;
    padding-right: 16px; }
  .budget-bottom .button {
    width: 100%; }
  .slider-tools-nav {
    width: 100%;
    padding-left: 0; }
  .tabs-nav__link {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0px; }
  .tabs-section .h2 {
    margin-bottom: 18px; }
  .slider-tools__item-nav.slick-current.tabs-nav__link {
    border-bottom: 2px solid #5451E0; }
  .tools-block {
    margin-left: 0;
    margin-top: 22px;
    padding: 16px;
    margin-bottom: 8px;
    border: 0.716418px solid #5451E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 5.73134px 5.73134px 11.4627px rgba(222, 216, 228, 0.6);
            box-shadow: 5.73134px 5.73134px 11.4627px rgba(222, 216, 228, 0.6);
    border-radius: 5.73134px; }
  .tools-img {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 12px; }
  .tools-text {
    font-family: "Exo20-Regular";
    font-size: 14px;
    line-height: 17px; }
  .section-budget .subtitle {
    font-size: 16px;
    text-align: center;
    font-family: "Exo20-Regular"; }
  .title-wrap {
    margin-bottom: 6px; }
  .input-wrap,
  .input {
    height: 48px;
    width: 141px; }
  .rubel-icon-input {
    top: 13px;
    font-size: 19px; }
  .input {
    font-size: 19px; }
  .button-toggle--text {
    font-size: 16px; }
  .eco-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .work-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px; }
  .work-top .h2 {
    margin-left: 0;
    margin-bottom: 18px; }
  .clients-item {
    padding: 0; }
  .img-clients__wrap {
    margin-bottom: 15px;
    width: auto;
    height: auto; }
  .section-clients .slick-dots {
    bottom: 64px; }
  .leader-block {
    padding-left: 0;
    padding-right: 0; }
  .img-wrap_leader {
    margin-right: 16px; }
    .img-wrap_leader .img-leader {
      width: 64px;
      min-width: 64px;
      height: 64px; }
  .img-wrap_leader:before {
    top: 44px;
    left: -173px;
    width: 331px;
    height: 331px; }
  .leader-block--name {
    font-size: 19px; }
  .leader-block--status {
    font-size: 12px;
    line-height: 16px;
    font-family: "Exo20-Medium";
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 15px; }
  .leader-block--desc:before {
    display: none; }
  .leader-block--desc {
    font-size: 16px;
    line-height: 26px;
    margin-left: 0;
    margin-top: 0;
    padding: 18px; }
  .leader-block {
    margin-bottom: 55px; }
  .leader-block__right:before {
    display: none; }
  .trust-wrap {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 7px; }
  .trust-slider__item {
    padding-left: 7px;
    padding-right: 7px;
    width: 256px; }
  .trust-slider__item--text {
    font-size: 14px;
    line-height: 20px;
    max-height: 263px; }
  .trust-slider__item--inner {
    height: 328px; }
  .img-clients__wrap .img-clients {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    margin-right: 16px; }
  .section-trust {
    margin-bottom: 69px; }
  .footer-quest:before {
    display: none; }
  .footer-bottom {
    padding: 0; }
  .footer--offerta {
    font-size: 10px;
    margin-left: 0; }
  .footer-bottom-wrap .footer-bottom {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }
  .menu-mob__footer .footer--offerta {
    font-size: 12px; }
  .work-step {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px; }
  .title-wrap-h1:before {
    display: none; }
  .work-steps {
    margin-bottom: 0px; }
  .work-section {
    margin-bottom: -35px; }
  .work-bottom .button-full {
    margin-top: -31px;
    font-size: 18px; }
  .work__wrap {
    margin-bottom: 0px; }
  .reg-img {
    max-width: 100%;
    height: auto; }
  .reg-head {
    margin-bottom: 20px; }
  .section-registration {
    margin-bottom: 0; }
    .section-registration .input-wrap {
      margin-bottom: 4px; }
    .section-registration .agree__block {
      margin-top: 10px; }
  .registration__block {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .registration__block .button {
      width: 100%; }
  .section-clients .h2 {
    margin-bottom: 2px; }
  .section-leader .h2 {
    margin-bottom: 20px; }
  .leader-block__right {
    margin-left: 0;
    margin-top: 10px; }
  .section-leader {
    margin-bottom: 7px;
    padding-bottom: 0; }
  .section-trust .h2 {
    margin-bottom: 17px; }
  .trust-slider .slick-dots {
    bottom: -9px; }
  .footer-quest span {
    line-height: normal; }
  .section-trust__bg {
    padding-top: 0;
    padding-bottom: 30px; }
  .modal-dialog {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px; }
  .modal-big .auth-title, .modal-big .auth-title-small {
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px; }
  .modal-big .block-white,
  .modal-big .auth-subtitle {
    padding-left: 15px;
    padding-right: 15px; }
  .modal-big .button-blue-big {
    width: 100%; }
  .modal-big .logo-auth {
    width: 100%;
    height: 93px;
    margin-right: auto;
    margin-left: -18px; }
  .modal-big .modal-body {
    padding: 2.5rem 0 2.0625rem; }
  .footer__wrap {
    padding-top: 14px; } }

/**/
