@charset "UTF-8";
/*MEDIA*/
/*GLOBAL*/
/*@font-face {
  font-family: 'fontello';
  src: url('../../fonts/fontello.eot?43998915');
  src: url('../../fonts/fontello.eot?43998915#iefix') format('embedded-opentype'),
  url('../../fonts/fontello.woff2?43998915') format('woff2'),
  url('../../fonts/fontello.woff?43998915') format('woff'),
  url('../../fonts/fontello.ttf?43998915') format('truetype'),
  url('../../fonts/fontello.svg?43998915#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-open:before { content: '\e800'; }
.icon-down-open-mini:before { content: '\e801'; }
.icon-facebook:before { content: '\f09a'; }
.icon-instagram:before { content: '\f16d'; }
.icon-skype:before { content: '\f17e'; }*/
@font-face {
    font-family: "fontello";
    src: url("../../fonts/fontello__new/fontello.eot?52980850");
    src: url("../../fonts/fontello__new/fontello.eot?52980850#iefix") format("embedded-opentype"), url("../../fonts/fontello__new/fontello.woff2?52980850") format("woff2"), url("../../fonts/fontello__new/fontello.woff?52980850") format("woff"), url("../../fonts/fontello__new/fontello.ttf?52980850") format("truetype"), url("../../fonts/fontello__new/fontello.svg?52980850#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.m-icon:before, .m-icon:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-right-open:before {
    content: "\e800";
}

/* '' */
.icon-left-open:before {
    content: "\e801";
}

/* '' */
.icon-down-micro:before {
    content: "\e802";
}

/* '' */
.icon-up-micro:before {
    content: "\e803";
}

/* '' */
.icon-ok:before {
    content: "\e804";
}

/* '' */
.icon-cancel:before {
    content: "\e805";
}

/* '' */
.icon-emo-happy:before {
    content: "\e806";
}

/* '' */
.icon-emo-unhappy:before {
    content: "\e807";
}

/* '' */
.icon-emo-displeased:before {
    content: "\e80a";
}

/* '' */
/*GLOBAL*/
* {
    outline: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

body, html {
    margin: 0;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #635b74;
    overflow-x: hidden;
    position: relative;
}

html {
    margin-top: 0 !important;
    height: 100%;
}

body {
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

body.menu-open {
    overflow: hidden;
    height: 100%;
}

main {
    flex: 1 1 auto;
}

footer, header, nav {
    display: block;
}

h1, h2, h3, li, ul {
    margin: 0;
    padding: 0;
}

.abs {
    position: absolute !important;
}

.fix {
    position: fixed !important;
}

.fll, .pull-left {
    float: left !important;
}

.flr, .pull-right {
    float: right !important;
}

.clr-a:after {
    content: "";
    display: block;
}

.clr, .clr-a:after {
    clear: both;
}

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

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

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hide {
    display: none;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #fff;
    transition: all 0.3s ease;
}

a, a:hover, a:focus {
    outline: 0;
    text-decoration: none;
}

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

/*.wrap {
  max-width: $wrapWidth;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.btn{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  @include transition(all .4s ease);
}
.btn-red{
  width: 187px;
  height: 55px;
  background-color: rgb(255, 0, 0);
  line-height: 55px;
}
.content{
  position: relative;
}*/
.wrap {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.title {
    font-weight: 800;
    font-size: 48px;
    color: #4e4364;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    max-width: 485px;
}

.title_white {
    color: #fff;
}

.title span {
    font-size: 60px;
}

.title:after {
    content: "";
    background: url("../../images/title__after.png") no-repeat center/contain;
    display: block;
    width: 139px;
    height: 19px;
    margin: 40px 0;
}

.parallax-img {
    position: absolute;
    z-index: -1;
}

.parallax-img__zerkal {
    transform: scale(-1, 1);
}

.pagination {
    display: flex;
    padding: 20px 0;
}

.pagination a, .pagination span {
    color: #fff;
    box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.08);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    border-radius: 4px;
    background: #B188DE;
}

.pagination a:hover {
    background: #47398E;
}

.pagination li.active a, .pagination li.active span {
    background: #47398E;
}

.pagination li + li {
    margin-left: 2px;
}

.pagination .m-icon:before {
    line-height: 28px;
}

.title404 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 214px;
    line-height: 261px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #613db0;
}

.subtitle404 {
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #53586A;
}

.section-body404 {
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #53586A;
    width: 448px;
    height: 78px;
}

.logout-box {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    padding-top: 18px;
    right: 0;
}

.logout-box a {
    color: #000;
    text-decoration: none;
}

.logout-box .user-exit {
    color: #000;
    font-size: 21px;
}

.logout-box .user-phone {
    color: #000;
    font-size: 21px;
}

.logout-box .user-phone svg {
    height: 18px;
    margin-right: 8px;
    fill: #000000;
}

/*END GLOBAL*/
.lang-switcher-main {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-left: 20px;
}

.lang-switcher-main__current {
    position: relative;
    border-radius: 18px;
    padding: 9px 21px 9px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.lang-switcher-main__current:hover {
    background: #413162;
    border-color: #413162;
}

.lang-switcher-main__current:after {
    content: "\e802";
    font-family: "fontello";
    display: block;
    width: 7px;
    height: 5px;
    position: absolute;
    right: 8px;
    top: 9px;
}

.lang-switcher-main__current.active {
    background: #413162;
    border-color: #413162;
}

.lang-switcher-main__current.active:after {
    content: "\e803";
}

.lang-switcher-main__list {
    display: none;
    position: absolute;
    background-color: #413162;
    color: #fff;
    border-radius: 12px;
    margin-top: 10px;
    right: 0;
    padding: 15px 0;
}

.lang-switcher-main__list.show {
    display: block;
}

.lang-switcher-main__list-item {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-switcher-main__list-item:hover {
    background: #382b51;
}

.lang-switcher-main__list-item img {
    margin-left: 5px;
}

.lang-switcher-main__list:before {
    content: "";
    display: block;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #413162;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 14px;
    top: -4px;
}

.lang-switcher-mobile {
    font-weight: 600;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    left: 136px;
}

.lang-switcher-mobile__current {
    position: relative;
    padding: 9px 21px 9px 15px;
    border: 1px solid #fff;
    border-radius: 18px;
    cursor: pointer;
}

.lang-switcher-mobile__current:hover {
    background: #413162;
    border-color: #413162;
}

.lang-switcher-mobile__current:after {
    content: "\e802";
    font-family: "fontello";
    display: block;
    width: 7px;
    height: 5px;
    position: absolute;
    right: 8px;
    top: 9px;
}

.lang-switcher-mobile__list {
    display: none;
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.lang-switcher-mobile__list.show {
    display: block;
}

.lang-switcher-mobile__list-item {
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.lang-switcher-mobile__list-item img {
    position: absolute;
    right: -20px;
    top: 12px;
}

.main-menu__mobile-block-lang {
    /*.lang-switcher {
    &__list {
      &-item {
        position: relative;
        img {
          position: absolute;
          right: -20px;
          top: 12px;
        }
      }
    }
  }*/
}

.form-reviews .lang-switcher-main {
    position: absolute;
    top: 20px;
    right: 20px;
}

.form-reviews .lang-switcher-main__list {
    left: -63px;
}

/*END GLOBAL*/
/*HEADER*/
header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 45px 0;
    z-index: 3;
}

header .header-bg {
    background: url(../../images/header__bg.jpg) no-repeat bottom/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 155%;
    z-index: -1;
}

header:before {
    content: "";
    background: url(../../images/header__bg.jpg) no-repeat bottom/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 155%;
    z-index: -1;
}

header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1625px;
}

header .logo {
    max-width: 200px;
    margin-right: 10px;
}

header .btn-login {
    background: #fff;
    border-radius: 18px;
    padding: 10px 15px 10px 35px;
    font-size: 14px;
    color: #413162;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    max-width: 100%;
}

header .btn-login:hover {
    background: #413162;
    color: #fff;
}

header .btn-login:hover:before {
    background: url("../../images/log-in-icon-white.png") no-repeat center;
}

header .btn-login:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 12px;
    background: url("../../images/log-in-icon.png") no-repeat center;
    transition: all 0.4s linear;
}

.site-index header:before {
    display: none;
}

.main-menu {
    margin-left: auto;
    margin-right: 50px;
}

.main-menu__list {
    display: flex;
    align-items: center;
}

.main-menu__list-item {
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
}

.main-menu__list-item a {
    border: 1px solid transparent;
    display: block;
    padding: 8px 13px;
    color: rgb(254, 254, 254);
    border-radius: 25px;
}

.main-menu__list-item a:hover {
    border: 1px solid #fff;
}

.main-menu__mobile-menu-btn {
    display: none;
    cursor: pointer;
    padding: 10px;
    width: 53px;
    height: 45px;
    position: relative;
    z-index: 5;
}

.main-menu__mobile-menu-btn-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}

.main-menu__mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    transform-origin: left center;
}

.main-menu__mobile-menu-btn span:nth-child(1) {
    top: 0px;
}

.main-menu__mobile-menu-btn span:nth-child(2) {
    top: 11px;
}

.main-menu__mobile-menu-btn span:nth-child(3) {
    top: 22px;
    width: 14px;
    right: 0;
    left: auto;
}

.main-menu__mobile-menu-btn span:nth-child(3):after {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 8px;
    position: absolute;
    right: 18px;
}

.main-menu__mobile-menu-btn.open span {
    width: 28px;
    height: 2px;
    border-radius: 2px;
}

.main-menu__mobile-menu-btn.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 2px;
    left: 7px;
}

.main-menu__mobile-menu-btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.main-menu__mobile-menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 7px;
}

.main-menu__mobile-menu-btn.open span:nth-child(3):after {
    display: none;
}

.main-menu__mobile-block {
    display: none;
    transition: 1s;
    z-index: 4;
    background: linear-gradient(15deg, #8E2477 25%, #4A3791);
    border-radius: 0% 0% 0% 100%;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
}

.main-menu__mobile-block > div {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.main-menu__mobile-block-lang {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    background: linear-gradient(45deg, #4f3e71 35%, #413162);
    transition: 1s;
    border-radius: 0% 0% 0% 100%;
    z-index: 5;
}

.main-menu__mobile-block-lang > div {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
}

.main-menu__mobile-block-lang.show {
    padding: 0px 0px 120vh 300%;
}

.main-menu__mobile-block-lang-close {
    top: 28px;
    left: 20px;
    padding: 9px 15px 9px 35px;
    position: absolute;
    cursor: pointer;
    text-transform: none;
    border: 1px solid #fff;
    border-radius: 18px;
}

.main-menu__mobile-block-lang-close:before {
    content: "";
    background: url("../../images/i-arrow-back.png") no-repeat center;
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 13px;
    top: 11px;
}

.main-menu__mobile-block-lang-close:hover {
    background: #413162;
    border-color: #413162;
}

/*END HEADER*/
/*FOOTER*/
.footer {
    background: url("../../images/footer__bg.jpg") no-repeat top/cover;
    color: #fff;
    padding: 271px 0 40px;
}

.footer .title:after {
    display: none;
}

.footer .question-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .question-block__left {
    max-width: 627px;
}

.footer .question-block__qr-img {
    border-radius: 4px;
    box-shadow: -2.15px 5.601px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 12px;
    background: #fff;
    margin-left: 15px;
}

.footer .question-block__qr-img img {
    max-width: 220px;
    display: block;
}

.footer .question-block__contact-button {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    color: #413162;
    font-weight: 500;
    margin-left: 28px;
    border-radius: 25px;
    padding: 15px 32px;
}

.footer .question-block__contact-button:hover {
    background: #413162;
    color: #fff;
}

.footer .question-block__desc {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 52px;
}

.footer .question-block__or {
    font-weight: 600;
    font-style: italic;
}

.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}

.footer .footer-bottom__content {
    padding-top: 25px;
}

.footer .footer-bottom__contact-info {
    display: flex;
    justify-content: flex-end;
    font-style: italic;
    font-size: 14px;
    color: rgb(254, 254, 254);
    line-height: 1.5;
}

.footer .footer-bottom__contact-info a {
    font-style: normal;
    color: rgb(254, 254, 254);
}

.footer .footer-bottom__contact-info li + li {
    margin-left: 34px;
}

.footer .footer-bottom__links {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.714;
    margin-top: 23px;
}

.footer .footer-bottom__links a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.502);
}

.footer .footer-bottom__links li {
    margin-left: 50px;
}

.footer .footer-bottom__links li li {
    list-style: disc;
    margin-left: 1.5em;
}

.footer .footer-bottom .icons {
    text-align: right;
}

.footer .footer-bottom .icons img {
    max-width: 60px;
}

.footer .footer-bottom .icons img.icon-netpay {
    max-width: 100%;
}

.footer .footer-bottom .icons .icon-mastercard {
    margin-left: 10px;
}

/*END FOOTER*/
/*HOME PAGE*/
.top-block {
    background: url("../../images/top-block__bg.png") no-repeat bottom/cover;
    padding: 100px 0 275px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "Open Sans", "Roboto", sans-serif;
    overflow: hidden;
}

.top-block__wrapper {
    max-width: 1620px;
    margin: 0 auto;
    position: relative;
}

.top-block .wrap {
    display: flex;
    justify-content: space-between;
}

.top-block .title {
    margin-bottom: 40px;
    line-height: 1.45;
    max-width: 550px;
}

.top-block .title:after {
    display: none;
}

.top-block__left {
    padding-top: 180px;
    max-width: 560px;
    flex-shrink: 0;
    z-index: 1;
}

.top-block__right:before {
    content: "";
    background: url("../../images/top-block__img-before.png") no-repeat center/contain;
    display: block;
    position: absolute;
    width: 54%;
    height: 100%;
    right: 0;
    top: 35px;
}

.top-block__img {
    position: absolute;
    top: 70px;
    right: 53px;
}

.top-block__img_mobile {
    display: none;
}

.top-block__app-links {
    display: flex;
    margin-top: 80px;
}

.top-block__app-link {
    display: block;
    border-radius: 45px;
    width: 227px;
    background: #22233b;
    border: 2px solid #22233b;
    padding: 10px;
    text-align: center;
}

.top-block__app-link img {
    width: 80%;
    vertical-align: middle;
}

.top-block__app-link + .top-block__app-link {
    margin-left: 22px;
}

.top-block__app-link:hover {
    background: transparent;
    border: 2px solid #fff;
}

.top-block__anim {
    position: absolute;
}

.top-block__anim.anim-1 {
    animation: animation-1 5s linear infinite;
    right: 595px;
    top: 40px;
}

.top-block__anim.anim-2 {
    animation: animation-2 1.5s linear infinite;
    right: 143px;
    top: 568px;
}

.top-block__anim.anim-3 {
    animation: animation-3 6s linear infinite;
    width: 20px;
    height: 20px;
    border: 4px solid #ff5151;
    border-radius: 50%;
    right: 94px;
    top: 142px;
}

.top-block__anim.anim-4 {
    animation: animation-4 5s linear infinite;
    width: 8px;
    height: 8px;
    background: #ffaaaa;
    border-radius: 50%;
    right: 116px;
    top: 136px;
}

.top-block__anim.anim-5 {
    animation: animation-5 3s ease-in-out infinite;
    width: 27px;
    height: 27px;
    border: 4px solid #96e3ff;
    border-radius: 50%;
    right: 818px;
    top: 321px;
}

@keyframes animation-1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-55deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes animation-2 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animation-3 {
    25% {
        transform: translate(-10px, -10px) scale(0.8);
    }
    50% {
        transform: translate(10px, -25px) scale(0.6);
    }
    75% {
        transform: translate(-7px, -35px) scale(0.3);
    }
    100% {
        transform: translate(5px, -100px) scale(0);
    }
}

@keyframes animation-4 {
    25% {
        transform: translate(8px, -10px) scale(0.8);
    }
    50% {
        transform: translate(-5px, -25px) scale(0.6);
    }
    75% {
        transform: translate(5px, -35px) scale(0.3);
    }
    100% {
        transform: translate(-3px, -100px) scale(0);
    }
}

@keyframes animation-5 {
    0% {
        transform: rotate(180deg) translateX(20px) rotate(180deg);
    }
    75% {
        transform: rotate(540deg) translateX(20px) rotate(540deg);
    }
    100% {
        transform: rotate(540deg) translateX(20px) rotate(540deg);
    }
}

.meaning-block {
    padding: 126px 0;
    position: relative;
}

.meaning-block__bubble {
    background: url("../../images/meaning-block__bubble.png") no-repeat center/contain;
    position: absolute;
    width: 870px;
    height: 825px;
    top: -40px;
    right: 10px;
}

.meaning-block__dots {
    background: url("../../images/client-block__dots.png") no-repeat center/contain;
    width: 432px;
    height: 692px;
    position: absolute;
    left: -60px;
    bottom: -285px;
    z-index: 1;
}

.meaning-list {
    display: flex;
    margin: 18px -15px 0;
    z-index: 2;
    position: relative;
}

.meaning-list__block {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.meaning-list__block_right {
    margin-top: 124px;
}

.meaning-list__item {
    padding: 15px;
}

.meaning-list__item-wrapper {
    border-radius: 10px;
    box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.08);
    height: 375px;
    padding: 32px 40px 32px 60px;
    background: #fff;
}

.meaning-list__item-img {
    text-align: right;
}

.meaning-list__item-title {
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0 20px;
    color: #4e4364;
}

.meaning-list__item-text {
    line-height: 1.6;
    font-weight: 500;
    font-size: 20px;
    padding-right: 20px;
}

.work-block {
    padding: 18px 0 120px;
    position: relative;
}

.work-block .wrap {
    position: relative;
    z-index: 1;
}

.work-block__bg {
    background: url("../../images/work-block__bg.png") no-repeat left center/auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.work-block__item {
    display: flex;
    margin-top: 80px;
    margin-bottom: 140px;
}

.work-block__item-img svg {
    max-width: 100%;
}

.work-block__item-img .svg-text {
    color: #2760A0;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}

.work-block__item-title {
    font-size: 26px;
    font-weight: 700;
    color: #4e4364;
    line-height: 1.2;
    padding-right: 100px;
    margin-bottom: 33px;
}

.work-block__item-text {
    line-height: 1.778;
    max-width: 645px;
    padding: 50px 50px 0 100px;
}

.work-block__item-text_right {
    order: 2;
    padding: 0 20px 0 157px;
}

.work-block__item-number {
    width: 63px;
    height: 75px;
    margin-bottom: 77px;
}

.work-block__item-number_1 {
    background: url("../../images/work-block__number1.png") no-repeat center/contain;
    width: 35px;
}

.work-block__item-number_2 {
    background: url("../../images/work-block__number2.png") no-repeat center/contain;
}

.work-block__item-number_3 {
    background: url("../../images/work-block__number3.png") no-repeat center/contain;
}

.work-block__line {
    pointer-events: none;
    position: absolute;
    width: 85%;
    max-width: 960px;
    top: 240px;
    left: 5px;
}

.work-block__line path {
    stroke: lightgray;
    stroke-width: 1px;
    stroke-dasharray: 5;
}

.work-block__line-redpoint {
    width: 10px;
    height: 10px;
    margin: 0;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 77px;
    box-shadow: 0px 0px 5px 3px #ff8282;
    animation: blink 12s linear;
    animation-iteration-count: infinite;
}

.work-block__line-redpoint.redpoint-1 {
    top: 0;
    left: 1.3%;
}

.work-block__line-redpoint.redpoint-2 {
    animation-delay: 5s;
    left: 63.6%;
    top: 36%;
}

.work-block__line-redpoint.redpoint-3 {
    animation-delay: 10s;
    top: 72%;
    left: 1.3%;
}

.work-block__line-redpoint.redpoint-4 {
    animation-delay: 12s;
    left: 1.3%;
    top: 98%;
}

.work-block__line .mover {
    fill: red;
    offset-path: path("M13,1147.2  c0,0,0-136.8,0-305.8v-5.3c0,0,0-22.6,0-50.6v-5.3c0-23.9,21.3-43.2,47.5-43.2c185.2,0,335,0,335,0c26.3,0,47.5-19.3,47.5-43.2  c0,0,0-108.5,0-242.5v-3.2c0,0,0-21.3,0-47.6l0-5c0-22.4-21.8-40.5-48.8-40.5c-185.6,0-335.9,0-335.9,0l0,0  c-24.9,0.2-45.2-17.8-45.4-40.2l0.1,0c0,0,0-138.9,0-310.6");
    offset-rotate: auto;
    offset-anchor: center center;
}

.work-block__line .mover.animate {
    animation: move-along 12s reverse linear infinite;
}

@keyframes move-along {
    100% {
        offset-distance: 100%;
    }
}

@keyframes blink {
    0% {
        box-shadow: 0px 0px 5px 3px #ff8282;
    }
    1% {
        box-shadow: 0px 0px 5px 6px #ff8282;
    }
    2% {
        box-shadow: 0px 0px 11px 10px #ff8282;
    }
    3% {
        box-shadow: 0px 0px 11px 7px #ff8282;
    }
    4% {
        box-shadow: 0px 0px 11px 14px #ff8282;
    }
    5% {
        box-shadow: 0px 0px 5px 3px #ff8282;
    }
    100% {
        box-shadow: 0px 0px 5px 3px #ff8282;
    }
}

.tariffs-block {
    padding: 240px 0 325px;
    position: relative;
    background-image: linear-gradient(to right, #b6aad5 20%, #b080e1 80%);
}

.tariffs-block__list {
    display: flex;
    justify-content: center;
    padding-top: 56px;
}

.tariffs-block__bg-static {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../../images/tariffs-block__bg.png") no-repeat bottom/cover;
    height: 140%;
    width: 100%;
}

.tariffs-block__bg {
    position: absolute;
    height: 100%;
}

.tariffs-block__bg_left {
    top: 0;
    left: 0;
    width: 235px;
    background: url("../../images/tariffs-block__bg_left.png") no-repeat left center;
}

.tariffs-block__bg_right {
    top: -20%;
    right: 0;
    width: 235px;
    background: url("../../images/tariffs-block__bg_right.png") no-repeat right center;
}

.tariffs-block .wrap {
    position: relative;
    z-index: 1;
}

.tariffs-block__dots {
    background: url("../../images/tariffs-block__dots.png") no-repeat center/cover;
    width: 805px;
    height: 361px;
    display: block;
    position: absolute;
    top: 125px;
    left: 28%;
    max-width: 65%;
    z-index: 1;
}

.tariff {
    background: #fff url("../../images/tariffs-block__tariff-bg1.png") no-repeat center/cover;
    max-width: 470px;
    height: 100%;
    box-shadow: 0px 35px 73px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    text-align: center;
    color: #413162;
    padding: 78px 33px 71px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tariff_violet {
    background: url("../../images/tariffs-block__tariff-bg3.png") no-repeat center/cover, url("../../images/tariffs-block__tariff-bg2.jpg") no-repeat center/cover;
    color: #fff;
    margin: 0 0 0 52px;
    top: 112px;
    position: relative;
}

.tariff__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tariff__desc {
    font-size: 16px;
}

.tariff__desc:after {
    content: "";
    background: url("../../images/title__after.png") no-repeat center/contain;
    display: block;
    width: 60px;
    height: 10px;
    margin: 19px auto;
}

.tariff__list {
    text-align: left;
    font-size: 16px;
    line-height: 2.125;
    padding: 0 20px;
}

.tariff__list-item {
    padding-left: 40px;
    position: relative;
}

.tariff__list-item:before {
    content: "\e804";
    font-family: "fontello";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #23D5B1;
    border-radius: 50%;
    border: 1px solid #23D5B1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.tariff__list-item_no:before {
    content: "\e805";
    color: #ff1160;
    border-color: #ff1160;
}

.tariff__price {
    font-size: 16px;
    font-weight: bold;
    margin: 22px 0 40px;
    line-height: 1.45;
}

.tariff__price div {
    font-family: "Open Sans", "Roboto", sans-serif;
    font-weight: 400;
}

.tariff__digit {
    font-size: 45px;
    color: #23D5B1;
    margin-left: 18px;
}

.tariff__digit span {
    font-size: 24px;
}

.tariff__order-btn {
    display: inline-block;
    background: #FF0055;
    font-weight: 500;
    position: relative;
    border-radius: 25px;
    padding: 16px 40px 16px 75px;
}

.tariff__order-btn:before {
    content: "";
    background: url("../../images/tariffs-block__icon-diamond.png") no-repeat center;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translateY(-50%);
}

.tariff__order-btn:hover {
    background: #b22790;
    color: white;
}

.wave {
    position: absolute;
    width: 100%;
}

.wave_top {
    top: -400px;
    height: 75%;
    transform: rotate(165deg);
    width: 160%;
    left: -25%;
}

.wave_top path {
    transform: scale(2);
}

.wave_bottom {
    bottom: -1px;
    height: 300px;
}

.tariff_karantin {
    color: #fff;
    background-color: #673db9;
}

.tariff__text {
    font-size: 35px;
    color: #23d5b1;
    margin-left: 18px;
}

@media screen and (max-width: 320px) {
    .tariff__text {
        font-size: 30px;
    }
}

.caral_text {
    color: #ff0055;
    font-weight: 600;
}

.green_text {
    color: #23d5b1;
    font-weight: 600;
}

.clients-block {
    padding: 71px 0 190px;
    position: relative;
}

.clients-block .wrap {
    z-index: 2;
    position: relative;
}

.clients-block__bubble {
    background: url("../../images/client-block__bubble.png") no-repeat center/contain;
    width: 870px;
    height: 825px;
    position: absolute;
    right: 30px;
    top: 130px;
}

.clients-block__dots {
    background: url("../../images/client-block__dots.png") no-repeat center/contain;
    width: 432px;
    height: 692px;
    position: absolute;
    right: 165px;
    top: 33px;
}

.clients-block__dots2 {
    background: url("../../images/client-block__dots2.png") no-repeat center/contain;
    width: 365px;
    height: 265px;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.clients-slider {
    padding: 20px 35px 0;
}

.clients-slider img {
    max-width: 75%;
}

.clients-slider__item {
    padding: 12px 10px;
}

.clients-slider__item-content {
    height: 0;
    padding-top: 90%;
    position: relative;
}

.clients-slider__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.clients-slider__item-img:hover {
    animation: wobble-hor-bottom 0.8s infinite both;
}

.clients-slider .slick-arrow {
    font-size: 0;
    border: none;
}

.clients-slider .slick-arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: "fontello";
    font-size: 36px;
    color: #635b74;
    padding: 5px;
    transition: 0.3s;
}

.clients-slider .slick-arrow:hover:before {
    cursor: pointer;
    color: #4e4364;
}

.clients-slider .slick-arrow.slick-prev:before {
    content: "\e801";
    left: 0;
}

.clients-slider .slick-arrow.slick-next:before {
    content: "\e800";
    right: 0;
}

.clients-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.clients-list li {
    width: 25%;
    padding: 19px 15px;
}

.clients-list img {
    max-width: 75%;
}

.clients-list__item {
    height: 0;
    padding-top: 90%;
    position: relative;
}

.clients-list__item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.08);
}

.clients-list__item:hover {
    animation: wobble-hor-bottom 0.8s infinite both;
}

@keyframes wobble-hor-bottom {
    0%, 100% {
        transform: translateX(0%);
        transform-origin: 50% 50%;
    }
    15% {
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

.how-work-block {
    padding: 126px 0;
    position: relative;
    z-index: 1;
}

.how-work-block__wrap {
    display: flex;
    align-items: center;
}

.how-work-block__content {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.how-work-block__image {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: center;
}

.how-work-block__smart {
    position: relative;
}

.how-work-block__smart:after {
    content: "";
    position: absolute;
    width: 366px;
    height: 188px;
    background: url(../../../../images/landing/arrow.svg) no-repeat center/100%;
    transform: translate(0, -36px);
    left: -330px;
    top: 55%;
}

.how-work-block__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 12%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
}

.how-work-block__smart-image {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: none;
}

.how-work-block__title {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #4E4364;
    display: flex;
}

.how-work-block__title:after {
    content: "";
    background: url(../../images/title__after.png) no-repeat center/contain;
    width: 139px;
    height: 19px;
    margin: 40px 0;
    display: none;
}

.how-work-block__bubble {
    background: url("../../images/meaning-block__bubble.png") no-repeat center/contain;
    position: absolute;
    width: 870px;
    height: 825px;
    top: -40px;
    right: 10px;
    z-index: -1;
}

.how-work-block__dots {
    background: url("../../images/client-block__dots.png") no-repeat center/contain;
    width: 432px;
    height: 692px;
    position: absolute;
    left: -60px;
    bottom: -285px;
    z-index: 1;
}

.meaning-list {
    display: flex;
    margin: 18px -15px 0;
    z-index: 2;
    position: relative;
}

.meaning-list__block {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.meaning-list__block_right {
    margin-top: 124px;
}

.meaning-list__item {
    padding: 15px;
}

.meaning-list__item-wrapper {
    border-radius: 10px;
    box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.08);
    height: 375px;
    padding: 32px 40px 32px 60px;
    background: #fff;
}

.meaning-list__item-img {
    text-align: right;
}

.meaning-list__item-title {
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0 20px;
    color: #4e4364;
}

.meaning-list__item-text {
    line-height: 1.6;
    font-weight: 500;
    font-size: 20px;
    padding-right: 20px;
}

.faq-block__list {
    margin-top: 39px;
}

.faq-block__item {
    background: #FFFFFF;
    box-shadow: 0px 7px 25px rgba(71, 69, 89, 0.1);
    border-radius: 15px;
    margin-bottom: 25px;
}

.faq-block__item.show .faq-block__item-icon {
    display: none;
}

.faq-block__item.show .faq-block__item-icon-add {
    display: block;
}

.faq-block__item.show .faq-block__item-content {
    max-height: 200px;
}

.faq-block__item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px 15px 30px;
    background: #FFFFFF;
    box-shadow: 0px 7px 25px rgba(71, 69, 89, 0.1);
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.faq-block__item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #413162;
}

.faq-block__item-icon {
    font-size: 45px;
    line-height: 50px;
    color: #FF0048;
    padding-left: 15px;
}

.faq-block__item-icon-add {
    display: none;
    font-size: 45px;
    line-height: 50px;
    color: #FF0048;
    padding-left: 15px;
}

.faq-block__item-content {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #413162;
    background: #FFFFFF;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s;
}

.faq-block__item-content-text {
    padding: 36px 24px 36px 30px;
}

/*END HOME PAGE*/
/*ADD REVIEW PAGE*/
.btn {
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease;
}

.btn-red {
    width: 187px;
    height: 55px;
    background-color: rgb(255, 0, 0);
    line-height: 55px;
}

.btn-red:disabled {
    width: 187px;
    height: 55px;
    background-color: rgb(255, 160, 160);
    line-height: 55px;
}

.block-reviews {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.block-reviews.review-app .custom-label-file {
    color: #4b4c58;
}

.block-reviews.review-app:before, .block-reviews.review-app:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}

.block-reviews.review-app:before {
    height: 100%;
    top: 0;
    background-image: url(../../images/bg-form-top.png);
}

.block-reviews.review-app:after {
    height: 323px;
    bottom: 0;
    background-image: url(../../images/bg-form-bottom.png);
}

.block-reviews.review-app .footer-form {
    z-index: 1;
    color: #ffffff;
}

.block-reviews.review-app .footer-form a {
    text-decoration: underline;
}

.block-reviews.review-app .footer-form a:hover {
    text-decoration: none;
}

.block-reviews.review-app .form-reviews .col-left {
    justify-content: center;
}

.form-reviews {
    display: flex;
    justify-content: space-between;
    max-width: 1030px;
    width: 100%;
    min-height: 646px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: "Roboto", sans-serif;
    z-index: 1;
    /* CUSTOM BUUTON */
    /* CUSTOM BUUTON  END */
}

.form-reviews #custom-file {
    display: none;
}

.form-reviews .js .custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-reviews .custom-input-file + label {
    max-width: 80%;
    font-size: 1.14rem;
    /* font-weight: 700; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* padding: 0.625rem 1.25rem;*/
    /* 10px 20px */
}

.form-reviews .no-js .custom-input-file + label {
    display: none;
}

.form-reviews .custom-input-file:focus + label,
.form-reviews .custom-input-file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.form-reviews .custom-input-file + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.form-reviews .custom-input-file + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.form-reviews .custom-input-file-v1 + label {
    /* color: #ffffff;*/
}

.form-reviews .custom-input-file-v1:focus + label,
.form-reviews .custom-input-file-v1.has-focus + label,
.form-reviews .custom-input-file-v1 + label:hover {
    color: #ef423d;
}

.form-reviews .inputfile-6 + label {
    color: #d3394c;
}

.form-reviews .inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.form-reviews .inputfile-6:focus + label,
.form-reviews .inputfile-6.has-focus + label,
.form-reviews .inputfile-6 + label:hover {
    border-color: #722040;
}

.form-reviews .inputfile-6 + label span,
.form-reviews .inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.form-reviews .inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.form-reviews .inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.form-reviews .inputfile-6:focus + label strong,
.form-reviews .inputfile-6.has-focus + label strong,
.form-reviews .inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
    .form-reviews .inputfile-6 + label strong {
        display: block;
    }
}

.form-reviews .col-left {
    position: relative;
    background-color: #583ca5;
    /*background-image: url(../../images/bg-col-left.png);*/
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    text-align: center;
    border-radius: 4px 0 0 4px;
    padding: 0 20px 20px;
}

.form-reviews .col-left .title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 18px;
}

.form-reviews .col-left .subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 340px;
}

.form-reviews .col-left .copyright {
    margin-top: 240px;
    align-self: flex-end;
}

.form-reviews .col-right {
    flex: 1 1 auto;
    padding: 43px 30px;
}

.form-reviews .icon-info {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../../images/i-info.png);
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.form-reviews .form-title {
    font-size: 30px;
    font-weight: 500;
    color: #4b4c58;
}

.form-reviews label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #4b4c58;
    margin-bottom: 5px;
}

.form-reviews .form-control {
    border: 1px solid #dddddd;
    border-radius: 6px;
    background-color: white;
    max-width: 568px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.form-reviews textarea.form-control {
    height: 131px;
    padding: 10px;
}

.form-reviews input[type=tel].form-control {
    height: 45px;
}

.form-reviews input[type=tel].form-control::-moz-placeholder {
    color: #dedede;
}

.form-reviews input[type=tel].form-control::placeholder {
    color: #dedede;
}

.form-reviews .field-review-is_anonymous {
    margin-top: 20px;
}

.form-reviews .custom-radio {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 15px 15px 0;
}

.form-reviews .custom-radio:first-child {
    margin-left: 0;
}

.form-reviews .custom-radio input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.form-reviews .custom-radio input[type=radio]:checked + label {
    /* &:before {
     background-color: $background_color_5;
     border-color: $border_color_1;
   }
   &:after {
     opacity: 1;
   }*/
}

.form-reviews .custom-radio .radio-type-0:checked + label {
    background-image: url(../../images/type-bad-fill.png);
}

.form-reviews .custom-radio .radio-type-1:checked + label {
    background-image: url(../../images/type-neutral-fill.png);
}

.form-reviews .custom-radio .radio-type-2:checked + label {
    background-image: url(../../images/type-good-fill.png);
}

.form-reviews .custom-radio label {
    font-size: 16px;
    color: #6c6d73;
    margin: 0;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    /* &:before {
     content: '';
     display: inline-block;
     vertical-align: middle;
     width: 19px;
     height: 19px;
     background-color: $background_color_6;
     border: 1px solid #d6e3ea;
     border-radius: 50%;
     margin-right: 10px;
   }
   &:after {
     content: '';
     display: block;
     width: 14px;
     height: 11px;
     background-image: url(../../images/i-check.png);
     position: absolute;
     top: 0;
     bottom: 0;
     left: 4px;
     margin: auto;
     opacity: 0;
   }*/
}

.form-reviews .custom-radio label.radio-type-0 {
    background-image: url(../../images/type-bad.png);
}

.form-reviews .custom-radio label.radio-type-1 {
    background-image: url(../../images/type-neutral.png);
}

.form-reviews .custom-radio label.radio-type-2 {
    background-image: url(../../images/type-good.png);
}

.form-reviews .custom-checkbox {
    position: relative;
    margin-top: 25px;
}

.form-reviews .custom-checkbox input[type=checkbox] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.form-reviews .custom-checkbox input[type=checkbox]:checked + label {
    position: relative;
}

.form-reviews .custom-checkbox input[type=checkbox]:checked + label:before {
    background-color: #583ca5;
    border-color: #583ca5;
}

.form-reviews .custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form-reviews .custom-checkbox label {
    font-size: 16px;
    font-weight: 500;
    color: #6c6d73;
    margin: 0;
}

.form-reviews .custom-checkbox label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background-color: #e4edf2;
    border: 1px solid #d6e3ea;
    border-radius: 3px;
    margin-right: 10px;
}

.form-reviews .custom-checkbox label:after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background-image: url(../../images/i-check.png);
    position: absolute;
    top: 5px;
    left: 4px;
    margin: auto;
    opacity: 0;
}

.form-reviews .form-captcha {
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}

.form-reviews .form-phone {
    margin-top: 25px;
}

.form-reviews .form-btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 34px;
}

.form-reviews form {
    margin-top: 15px;
}

.form-reviews .lang {
    position: absolute;
    top: 13px;
    right: 13px;
}

.form-reviews .lang select {
    width: 47px;
    height: 47px;
    background-color: #ffffff;
    color: #5884cd;
    border-radius: 50%;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding-left: 7px;
}

.form-reviews .lang:before {
    content: "";
    display: block;
    width: 9px;
    height: 6px;
    background-image: url(../../images/i-arrow-down-s-blue.png);
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.form-reviews .form-group + .form-group {
    margin-top: 25px;
}

.form-reviews input[type=file] {
    color: #000;
}

.form-reviews .form-group a {
    color: inherit;
    text-decoration: underline;
}

.form-reviews .form-group.accept-privacy {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: -10px;
}

.form-reviews .qr-responsible {
    font-size: 14px;
    font-weight: 400;
}

.form-reviews .qr-responsible .responsible-position {
    font-style: italic;
}

#review-form .custom-input-file + label {
    margin-bottom: 0;
}

#review-form .remove-attached {
    display: inline-block;
    visibility: hidden;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    left: 15px;
}

#review-form .file-set .remove-attached {
    visibility: visible;
}

#review-form .file-set .remove-attached:before, #review-form .file-set .remove-attached:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 1em;
    left: 11px;
    top: 4px;
    background: #F40104;
}

#review-form .file-set .remove-attached:before {
    transform: rotateZ(45deg);
}

#review-form .file-set .remove-attached:after {
    transform: rotateZ(-45deg);
}

.footer-form {
    max-width: 1030px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #6c6d73;
    padding: 27px 0;
}

.footer-form .social li {
    display: inline-block;
    vertical-align: middle;
}

.footer-form .social li + li {
    margin-left: 5px;
}

.footer-form .social a {
    color: #b9bbbc;
}

.footer-form .social a:before {
    margin: 0;
}

.content {
    color: #fff;
    font-size: 16px;
}

.content section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.4s ease;
}

.content section:before {
    content: "";
    display: block;
    width: 242px;
    height: 87%;
    background-image: url(../../images/bg-circles.png);
    background-position: top left;
    position: absolute;
    top: 0;
    left: 90px;
    pointer-events: none;
}

.content section:after {
    content: "";
    display: block;
    width: 202px;
    height: 65%;
    background-image: url(../../images/bg-header.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.content section .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background-image: url(../../images/lines.png);
    background-repeat: repeat-y;
    background-position: left top;
    transition: all 0.4s ease;
    padding: 0 15px;
}

.content section .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.333;
    transition: all 0.4s ease;
}

.content section .title:after {
    content: "";
    display: block;
    width: 54px;
    height: 23px;
    background-image: url(../../images/img-title.png);
    margin: 28px auto 0;
}

.content section .links__text {
    font-size: 18px;
    margin: 10px 0;
}

.content section .links__item {
    display: inline-block;
    border-radius: 45px;
    width: 165px;
    background: #0e0f1e;
    border: 2px solid #0e0f1e;
    padding: 10px 10px 10px 30px;
    text-align: center;
    margin: 10px;
    position: relative;
}

.content section .links__item:hover {
    background: transparent;
    border: 2px solid #fff;
}

.content section .links__item:before {
    content: "";
    background: url("../../images/google-map.png") no-repeat center;
    display: block;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
}

.content section .links__item_gmap:before {
    background: url("../../images/google-map.png") no-repeat center/contain;
}

.content section .links__item_fb:before {
    background: url("../../images/fb.png") no-repeat center/contain;
}

.content section.section-404 {
    background-image: url(../../images/bg-section-404.jpg);
}

.content section.section-404 .title {
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 38, 38, 0.9);
    line-height: 1.5;
    max-width: 1050px;
}

.content section.section-404 .title:after {
    margin: 0 auto;
}

.content section.section-404 .subtitle {
    font-size: 24px;
    margin-bottom: 15px;
}

.content section.section-404 .section-body {
    max-width: 768px;
}

.content section.section-404 .section-body p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.content section.section-404 .section-body a {
    font-weight: 600;
}

.content section.section-404 .section-body a:hover {
    text-decoration: underline;
}

#fullpage-thanks .section {
    background-image: url(../../images/bg-section-2.jpg);
}

.help-block-error {
    color: red;
}

.form-group-rating {
    max-width: 568px;
}

.form-group-rating__titles {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.form-group-rating__titles div {
    max-width: 170px;
}

.form-group-rating__titles div:first-child {
    color: #EF423D;
}

.form-group-rating__titles div:last-child {
    color: #6CC500;
    text-align: right;
}

.rating-list {
    /*display: flex;
  justify-content: space-between;
  padding: 5px 0 15px;*/
}

.rating-list > div {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 15px;
}

.rating-list__item {
    position: relative;
}

.rating-list__item input {
    display: none;
}

.rating-list__item input:checked + label {
    background: #EF423D;
    color: #fff;
}

.rating-list__item label {
    border: 1px solid #EF423D;
    color: #EF423D;
    font-weight: bold;
    border-radius: 50%;
    transition: 0.3s;
    width: 27px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 0;
}

.rating-list__item + .rating-list__item {
    margin-left: 1px;
}

.rating-list__item_yellow input:checked + label {
    background: #FAB62F;
}

.rating-list__item_yellow label {
    border-color: #FAB62F;
    color: #FAB62F;
}

.rating-list__item_green input:checked + label {
    background: #6CC500;
}

.rating-list__item_green label {
    border-color: #6CC500;
    color: #6CC500;
}

/*Page reviews*/
.page-reviews {
    padding-bottom: 0 !important;
}

.page-reviews .wrap {
    position: relative;
}

.page-reviews .meaning-block__bubble {
    top: 0;
    background-position: top center;
}

.page-reviews .item-review {
    display: flex;
    align-items: center;
}

.page-reviews .img-review {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-reviews .img-review, .page-reviews .text-review {
    width: 50%;
}

.page-reviews .text-review {
    margin-left: 30px;
}

.page-reviews .desc-review {
    margin-top: 15px;
}

/* Custom noty for icons START */
.noty-type-bad-image {
    display: inline-block;
    background-image: url(../../images/type-bad.png);
    font-size: 16px;
    color: #6c6d73;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.noty-type-neutral-image {
    display: inline-block;
    background-image: url(../../images/type-neutral.png);
    font-size: 16px;
    color: #6c6d73;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.noty-type-good-image {
    display: inline-block;
    background-image: url(../../images/type-good.png);
    font-size: 16px;
    color: #6c6d73;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.noty-span-for-image {
    font-size: 30px;
}

.required {
    color: red;
}

/* Custom noty for icons END  */
/*END ADD REVIEW PAGE*/
/*ADD ABOUT PAGE*/
.page-about {
    line-height: 28px;
}

.page-about a {
    color: #4e4364;
}

.page-about p {
    margin-top: 20px;
}

.page-about strong {
    font-size: 22px;
}

.page-about .list-services li {
    padding-left: 40px;
    position: relative;
    line-height: 2.125;
}

.page-about .list-services li:before {
    content: "\e804";
    font-family: "fontello";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #23D5B1;
    border-radius: 50%;
    border: 1px solid #23D5B1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.page-about .tariff-title {
    font-size: 22px;
    font-weight: 700;
    color: #23D5B1;
}

.page-about .caption {
    font-size: 22px;
    font-weight: 700;
    color: #23D5B1;
}

.page-about .link {
    text-decoration: underline;
    font-weight: 500;
}

.page-about .link:hover {
    text-decoration: none;
}

.page-about .contact-info {
    display: flex;
}

.page-about .contact-info li {
    font-style: italic;
    font-weight: 500;
}

.page-about .contact-info li + li {
    margin-left: 30px;
}

.page-about .contact-info li a, .page-about .contact-info li span {
    font-style: normal;
    font-weight: normal;
}

/*END ADD ABOUT PAGE*/
/*ADD NEWS PAGE*/
.page {
    padding-top: 275px;
    padding-bottom: 85px;
    position: relative;
}

.page__bubble {
    background: url("../../images/client-block__bubble.png") no-repeat center/contain;
    width: 670px;
    height: 670px;
    position: absolute;
    right: 30px;
    top: 240px;
    max-width: 50%;
    z-index: -1;
}

.page__dots {
    background: url("../../images/client-block__dots.png") no-repeat center/contain;
    width: 432px;
    height: 692px;
    position: absolute;
    right: 165px;
    top: 33px;
    max-width: 35%;
    z-index: -1;
}

.page__dots2 {
    background: url("../../images/client-block__dots2.png") no-repeat center/contain;
    width: 365px;
    height: 265px;
    position: absolute;
    left: 0;
    bottom: 30px;
    max-width: 30%;
    z-index: -1;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}

.news-list li {
    width: 25%;
    padding: 15px 10px;
}

.news-list__item {
    position: relative;
    height: 100%;
    padding: 15px 15px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    overflow: hidden;
}

.news-list__item:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
}

.news-list__item:hover .news-list__item-bubble {
    animation: animation-opacity 1s linear forwards;
}

.news-list__item:hover .news-list__item-bubble.bubble2 {
    animation-delay: 0.1s;
}

.news-list__item:hover .news-list__item-bubble.bubble3 {
    animation-delay: 0.2s;
}

.news-list__item:hover .news-list__item-bubble.bubble4 {
    animation-delay: 0.3s;
}

.news-list__item:hover .news-list__item-bubble.bubble5 {
    animation-delay: 0.4s;
}

.news-list__item-img {
    display: block;
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    border-radius: 10px;
}

.news-list__item img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.news-list__item-content {
    margin-top: 15px;
}

.news-list__item-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #4e4364;
    line-height: 1.5em;
}

.news-list__item-link {
    display: inline-block;
    background: #f05;
    font-weight: 500;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 25px;
}

.news-list__item-link:hover {
    background: #b22790;
}

.news-list__item-date {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #b22790;
    border-radius: 25px;
    padding: 4px 8px;
    background: #fff;
}

.news-list__item-date-and-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list__item-bubble {
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    background: #b22790;
    width: 45px;
    height: 45px;
    z-index: -1;
}

.news-list__item-bubble.bubble1 {
    bottom: -10px;
    left: -11px;
}

.news-list__item-bubble.bubble2 {
    width: 20px;
    height: 20px;
    background: #875bdf;
    bottom: 40px;
    left: 4px;
}

.news-list__item-bubble.bubble3 {
    bottom: 9px;
    left: 17px;
    width: 30px;
    height: 30px;
    border: 2px solid #992cea;
    background: transparent;
}

.news-list__item-bubble.bubble4 {
    bottom: 5px;
    left: 51px;
    width: 20px;
    height: 20px;
    background: #bb5fe5;
}

.news-list__item-bubble.bubble5 {
    bottom: 52px;
    left: 47px;
    width: 10px;
    height: 10px;
    background: #6f70f4;
}

@keyframes animation-opacity {
    to {
        opacity: 0.7;
    }
}

.news-list__item -webkit-keyframes animation-opacity to {
    opacity: 0.7;
}

.page-news-detail .wrap {
    position: relative;
    z-index: 1;
}

.page-news-detail .title {
    max-width: 100%;
}

.page-news-detail__link-back {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    background: #22233b;
    border: 2px solid #22233b;
    padding: 5px 18px 5px 10px;
}

.page-news-detail__link-back:hover {
    background: transparent;
    border: 2px solid #b22790;
    color: #b22790;
}

.page-news-detail__content {
    display: flex;
    align-items: flex-start;
}

.page-news-detail__date {
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    padding: 5px 10px;
    background: #b22790;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.page-news-detail__img {
    display: block;
    max-width: 425px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.page-news-detail__text {
    font-size: 16px;
}

.page-news-detail__text p + p {
    margin-top: 1em;
}

.page-news-detail__text h2, .page-news-detail__text h3, .page-news-detail__text h4, .page-news-detail__text h5, .page-news-detail__text h6 {
    margin: 1em 0;
}

/*END ADD NEWS PAGE*/
/*ADD REVIEW PAGE*/
.thanks-page {
    background: linear-gradient(95.24deg, #4A3C91 3.77%, #733FC8 96.98%);
    flex: 1 1 auto;
}

.thanks-page__block {
    background: url("../../images/thanks/bg.png");
    display: flex;
}

.thanks-page__content {
    margin: auto;
    padding-top: 126px;
    display: flex;
    flex-direction: column;
}

.thanks-page__logo-a {
    margin: auto;
}

.thanks-page__logo-img {
    width: 148px;
    height: 50px;
    margin: auto;
}

.thanks-page__text {
    padding: 10px;
}

.thanks-page__text span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 128.4%;
    /* or 21px */
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
}

.thanks-page__button {
    width: 183px;
    height: 50px;
    border: 0px;
    /* Красный */
    background: #FF366F;
    box-shadow: 0px 1px 14px rgba(255, 89, 119, 0.24);
    border-radius: 90px;
    margin: auto;
}

.thanks-page__button span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    align-items: center;
    color: #FFFFFF;
}

.thanks-page__image {
    padding-top: 36px;
    margin: auto;
}

.thanks-page__image img {
    width: 335px;
    height: 260px;
}

.thanks-page__links-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.thanks-page__links-text span {
    color: white;
}

.thanks-page__button-svg {
    margin-right: 5px;
}

@media screen and (max-width: 700px) {
    .thanks-page__block {
        background: url("../../images/thanks/bg-mobile.png");
    }
}

.site-thanks .modal-dialog {
    margin: 5px auto;
    height: calc(100% - 10px);
}

@media screen and (max-width: 700px) {
    .site-thanks .modal-dialog {
        margin: 5px;
        height: calc(100% - 10px);
    }

    .site-thanks .app {
        top: 0;
        height: 100%;
        width: 100%;
    }
}

.links {
    text-align: center;
}

.links__item {
    display: inline-block;
    border-radius: 45px;
    width: 165px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 30px;
    text-align: center;
    margin: 10px;
    position: relative;
    font-size: 16px;
}

.links__item:hover {
    background: rgba(216, 214, 214, 0.3);
    color: #fff;
}

.links__item_fb:before {
    background: url(../../images/fb.png) no-repeat 50%/contain;
}

.links__item_instagram:before {
    background: url(../../images/thanks/instagram.png) no-repeat 50%/contain;
}

.links__item_gmap:before {
    background: url(../../images/google-map.png) no-repeat 50%/contain;
}

.links__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
}

.link_back {
    display: inline-block;
    border-radius: 45px;
    width: 165px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin: 10px;
    position: relative;
    font-size: 16px;
}

.link_back:hover {
    background: rgba(216, 214, 214, 0.3);
    color: #fff;
}

/*END ADD REVIEW PAGE*/
/*MEDIA*/
a.chat_button {
    z-index: 1;
    position: fixed;
    right: 30px;
    bottom: 15px;
}

@media only screen and (max-width: 1360px) {
    /*HOME PAGE*/
    .top-block {
        padding: 100px 0 175px;
    }

    .top-block__right img {
        max-width: 775px;
    }

    .meaning-block__bubble {
        max-width: 40%;
    }

    .clients-block__bubble {
        max-width: 50%;
        top: 20px;
    }

    .clients-block__dots {
        max-width: 35%;
    }

    /*END HOME PAGE*/
    .block-reviews {
        height: auto;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /* */
    .how-work-block__content {
        width: 100%;
        display: flex;
        justify-content: left;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .how-work-block__wrap {
        flex-direction: column;
    }

    .how-work-block__smart:after {
        display: none;
    }

    .how-work-block__title:after {
        display: block;
    }

    .how-work-block__title {
        display: flex;
        text-transform: none;
        flex-direction: column;
        text-align: left;
        line-height: 1.2;
    }

    .how-work-block__title br {
        display: none;
    }

    .how-work-block__image {
        width: 91%;
        display: flex;
        justify-content: center;
    }

    /* */
    /*HOME PAGE*/
    .top-block {
        padding: 55px 0 125px;
    }

    .top-block__right img {
        max-width: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    .top-block__anim.anim-1 {
        width: 47px;
        top: 5%;
        right: 40%;
    }

    .top-block__anim.anim-2 {
        width: 124px;
        top: 67%;
        right: 10%;
    }

    .top-block__anim.anim-3 {
        top: 19%;
    }

    .top-block__anim.anim-4 {
        top: 18%;
    }

    .top-block__anim.anim-5 {
        right: 600px;
    }

    .main-menu {
        margin-right: 10px;
    }

    .main-menu__list-item a {
        padding: 8px 5px;
    }

    .tariffs-block {
        padding: 120px 0 250px;
    }

    /*END HOME PAGE*/
    .block-reviews {
        padding: 15px;
    }

    .form-reviews {
        height: auto;
    }
}

@media only screen and (max-width: 1050px) {
    /*HOME PAGE*/
    .top-block__anim.anim-2 {
        width: 100px;
        top: 66%;
        right: 11%;
    }

    .footer {
        padding: 155px 0 30px;
    }

    .footer .question-block__desc {
        font-size: 21px;
    }

    .footer .footer-bottom {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-bottom__logo {
        max-width: 200px;
    }

    .footer .footer-bottom__links {
        justify-content: center;
    }

    /*END HOME PAGE*/
}

@media only screen and (max-width: 1024px) {
    .top-block__anim {
        display: none;
        animation: none !important;
    }

    .top-block__right:before {
        display: none;
    }

    .top-block__img {
        display: none;
    }

    .top-block__img_mobile {
        display: inline;
    }

    .tariffs-block {
        background: none;
    }

    .tariffs-block__bg-static {
        display: block;
    }

    .work-block__item {
        margin-top: 40px;
        margin-bottom: 110px;
    }

    .work-block__item-number {
        margin-bottom: 60px;
    }

    .work-block__line {
        top: 195px;
    }

    /*NEWS DETAIL PAGE*/
    .page-news-detail__img {
        max-width: 40%;
        margin: 0 15px 15px 0;
    }

    /*END NEWS DETAIL PAGE*/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .how-work-block__title {
        font-size: 40px;
    }

    /*HOME PAGE*/
    .title {
        font-size: 40px;
    }

    .title span {
        font-size: 52px;
    }

    .parallax-img {
        display: none;
    }

    header {
        padding: 35px 0;
    }

    header .logo {
        max-width: 170px;
    }

    .main-menu__list-item {
        font-size: 12px;
    }

    .top-block {
        padding: 15px 0 75px;
    }

    .top-block__left {
        max-width: 450px;
    }

    .top-block__app-links {
        margin-top: 40px;
    }

    .top-block__app-link {
        max-width: 200px;
    }

    .meaning-block {
        padding: 65px 0;
    }

    .meaning-block__dots {
        max-width: 45%;
    }

    .meaning-list__item-wrapper {
        padding: 20px 25px 20px 25px;
    }

    .meaning-list__item-title {
        font-size: 22px;
    }

    .work-block {
        padding: 18px 0 35px;
    }

    .work-block__bg {
        height: 110%;
    }

    .work-block__item {
        margin-top: 30px;
        margin-bottom: 90px;
    }

    .work-block__item-text {
        padding: 10px 20px 0 45px;
    }

    .work-block__item-text_right {
        padding: 0px 20px 0 112px;
    }

    .work-block__item-title {
        font-size: 24px;
    }

    .work-block__item-number {
        height: 65px;
        margin-bottom: 40px;
    }

    .work-block__line {
        top: 165px;
        width: 80%;
    }

    .tariffs-block {
        padding: 65px 0 204px;
    }

    .tariffs-block__list {
        padding-top: 15px;
    }

    .tariff {
        padding: 50px 25px 55px;
    }

    .tariff_violet {
        margin: 0 0 0 20px;
    }

    .tariff__list {
        padding: 0;
    }

    .clients-block {
        padding: 15px 0 35px;
    }

    .clients-block__bubble {
        height: 585px;
    }

    .clients-block__dots2 {
        max-width: 30%;
    }

    /*END HOME PAGE*/
    .page {
        padding-top: 225px;
        padding-bottom: 50px;
    }

    /*NEWS PAGE*/
    .news-list li {
        width: 33.3333%;
    }

    /*END NEWS PAGE*/
    /*NEWS DETAIL PAGE*/
    .page-news-detail__date {
        margin-bottom: 15px;
    }

    .page-news-detail__img {
        max-width: 435px;
        max-height: 360px;
        margin: 0 0 15px;
    }

    .page-news-detail__content {
        flex-direction: column;
        align-items: center;
    }

    /*END NEWS DETAIL PAGE*/
    .block-reviews {
        display: block;
    }

    .content .section {
        padding: 0 15px;
    }

    #fullpage-thanks .section {
        padding: 0;
    }
}

@media only screen and (max-width: 850px) {
    .work-block__item {
        margin-bottom: 74px;
    }

    .work-block__item-title {
        padding-right: 0;
    }

    .work-block__item-text_right {
        padding: 0px 0px 0 112px;
    }

    .work-block__line {
        width: 82%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .how-work-block__title {
        font-size: 30px;
    }

    /*HOME BLOCK*/
    header {
        padding: 15px 0;
    }

    header .lang-switcher-main {
        display: none;
        margin: 12px 0 0 0;
        font-size: 16px;
        text-align: center;
    }

    header .lang-switcher-main__current {
        padding: 15px;
    }

    header .lang-switcher-main__current:after {
        display: none;
    }

    header .lang-switcher-main__list {
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    header .lang-switcher-main__list-item {
        display: inline-block;
        padding: 15px;
    }

    header .btn-login {
        display: none;
        position: absolute;
        top: 28px;
        left: 20px;
    }

    .main-menu {
        margin-right: -5px;
    }

    .main-menu__mobile-menu-btn {
        display: block;
    }

    .main-menu__list {
        display: none;
        height: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .main-menu__list-item {
        padding: 0;
        border-radius: 0;
        font-size: 18px;
        margin-right: 0;
    }

    .main-menu__list-item a {
        text-align: center;
        padding: 15px;
        display: inline-block;
        border: none;
    }

    .main-menu__list-item a:hover {
        border: none;
    }

    .main-menu__mobile-block {
        display: block;
    }

    .main-menu__mobile-block .btn-login {
        display: block;
    }

    .main-menu__mobile-block .lang-switcher-mobile {
        display: block;
    }

    .main-menu__mobile-block-list {
        display: flex;
    }

    .main-menu.active .main-menu__mobile-block {
        padding: 0px 0px 120vh 300%;
    }

    .main-menu.active .main-menu__mobile-block-lang {
        display: block;
    }

    .title {
        font-size: 30px;
    }

    .title span {
        font-size: 36px;
    }

    .title:after {
        width: 105px;
        margin: 15px 0;
    }

    .top-block {
        font-size: 18px;
    }

    .top-block__left {
        padding-top: 130px;
    }

    .top-block__right img {
        max-width: 45%;
    }

    .top-block__app-link {
        max-width: 155px;
    }

    .meaning-list__item-wrapper {
        height: auto;
        padding: 15px 20px 40px 20px;
    }

    .meaning-list__item-text {
        font-size: 18px;
    }

    .meaning-list__item-img img {
        max-width: 75px;
    }

    .meaning-list__item-title {
        font-size: 19px;
    }

    .work-block__line {
        display: none;
    }

    .work-block__item {
        align-items: center;
        margin-bottom: 60px;
    }

    .work-block__item-title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .work-block__item-text {
        padding: 0 15px 0 0;
        font-size: 16px;
    }

    .work-block__item-text_right {
        padding: 0 0 0 15px;
    }

    .work-block__item-number {
        height: 55px;
        margin-bottom: 20px;
    }

    .tariffs-block {
        padding: 0 0 100px;
    }

    .tariffs-block__list {
        flex-direction: column;
        align-items: center;
    }

    .tariff_violet {
        top: 45px;
        margin: 0;
    }

    .faq-block__list {
        margin-top: 30px;
    }

    .faq-block__item {
        margin-bottom: 20px;
    }

    .faq-block__item-text {
        font-size: 18px;
    }

    .faq-block__item-icon {
        font-size: 40px;
    }

    .faq-block__item-icon-add {
        font-size: 40px;
    }

    .footer .question-block__desc {
        font-size: 18px;
    }

    .footer .footer-bottom__contact-info {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-bottom__contact-info li + li {
        margin-left: 0;
    }

    .footer .footer-bottom__links {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-bottom__links li {
        margin-left: 0;
    }

    .footer .footer-bottom .icons {
        text-align: center;
    }

    /*END HOME BLOCK*/
    .page {
        padding-top: 160px;
        padding-bottom: 15px;
    }

    /*NEWS PAGE*/
    .news-list li {
        width: 50%;
        padding: 10px 5px;
    }

    .news-list__item {
        padding: 10px 10px 25px;
    }

    .news-list__item:hover {
        transform: none;
    }

    /*END NEWS PAGE*/
    /*!*NEWS DETAIL PAGE*!
  .page-news-detail {
    &__date {
      margin-bottom: 15px;
    }
    &__img {
      max-width: 435px;
      max-height: 360px;
      margin: 0 0 15px;
    }
    &__content {
      flex-direction: column;
      align-items: center;
    }
  }
  !*END NEWS DETAIL PAGE*!*/
    .form-reviews {
        flex-direction: column;
    }

    .form-reviews .col-left {
        max-width: 100%;
    }

    .form-reviews .lang select {
        background-color: #ffffff;
        color: #5884cd;
    }

    .form-reviews .lang:before {
        background-image: url(../../images/i-arrow-down-s-blue.png);
    }

    .form-reviews .field-review-is_anonymous {
        text-align: left !important;
    }

    .block-reviews {
        padding: 0;
    }

    .block-reviews .col-left {
        padding: 15px;
    }

    .block-coffee-craft .form-reviews {
        box-shadow: none;
    }

    .block-coffee-craft .form-reviews .col-left {
        padding: 75px;
    }

    .block-reviews.block-coffee-craft {
        background: none;
        padding: 0;
    }

    .page-reviews .item-review {
        flex-wrap: wrap;
    }

    .page-reviews .img-review, .page-reviews .text-review {
        width: 100%;
    }

    .page-reviews .text-review {
        margin-left: 0;
        margin-top: 20px;
    }

    .page-reviews .img-review {
        height: 400px;
    }

    .form-reviews .col-left .copyright {
        display: none;
    }

    .form-reviews .col-left .copyright {
        display: none;
    }

    .form-reviews .col-left {
        background-image: url(../../images/bg-form-top-mobile.png);
        background-repeat: no-repeat;
        background-position: top center;
    }

    .form-reviews .field-review-content label {
        display: none;
    }

    .block-reviews:before, .block-reviews:before,
    .block-reviews:after {
        display: none;
    }

    .form-reviews {
        box-shadow: none;
    }

    .review-app .form-reviews .col-right:after {
        content: "";
        display: block;
        width: 100%;
        height: 158px;
        background-image: url(../../images/bg-form-bottom-mobile.png);
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: -77px;
    }

    .form-reviews .btn {
        position: relative;
        z-index: 1;
    }

    .footer-form .copyright {
        color: #ffffff;
    }

    .form-reviews .form-btn {
        position: relative;
        z-index: 1;
        width: 190px;
        height: 66px;
        background-color: rgb(255, 255, 255);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-reviews .form-btn .btn {
        width: 175px;
    }

    .block-coffee-craft .form-reviews .form-btn {
        display: inline-block;
    }

    .block-reviews.review-app .footer-form {
        position: relative;
    }

    .block-reviews.review-app .footer-form span, .block-reviews.review-app .footer-form a {
        color: #ffffff !important;
    }
}

@media only screen and (max-width: 655px) {
    .title {
        max-width: 100%;
    }

    .top-block__right {
        display: none;
    }

    .top-block__left {
        flex-shrink: unset;
    }

    .meaning-list {
        flex-direction: column;
    }

    .meaning-list__block {
        width: 100%;
    }

    .meaning-list__block_right {
        margin-top: 0;
    }

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

    .meaning-list__item-img {
        text-align: center;
    }

    .footer .question-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .question-block__left {
        margin-bottom: 20px;
    }

    .footer .question-block__desc {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .footer .question-block__qr-img {
        margin-left: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    a.chat_button {
        position: fixed;
        right: 15px;
        bottom: 10px;
    }

    /**/
    .how-work-block__title {
        font-size: 26px;
    }

    /**/
    header:before {
        height: 127%;
    }

    /* LOAD FILE BUTTON */
    .custom-input-file + label {
        max-width: 90% !important;
        font-size: 1rem !important;
    }

    /* LOAD FILE BUTTON  END */
    /*HOME PAGE*/
    .title {
        font-size: 26px;
    }

    .title span {
        font-size: 26px;
    }

    .top-block {
        font-size: 16px;
    }

    .top-block__app-link {
        max-width: 139px;
    }

    .top-block__app-link + .top-block__app-link {
        margin-left: 15px;
    }

    .work-block {
        padding: 18px 0 0px;
    }

    .work-block__item {
        margin-bottom: 30px;
    }

    .meaning-block {
        padding: 25px 0;
    }

    .meaning-list__item {
        padding: 7px 15px;
    }

    .meaning-list__item-title {
        font-size: 18px;
    }

    .meaning-list__item-text {
        font-size: 16px;
        padding-right: 0;
    }

    .meaning-list__item-img img {
        max-width: 60px;
    }

    .meaning-list__item-wrapper {
        padding: 15px 15px 40px 15px;
    }

    .work-block__item {
        flex-direction: column;
    }

    .work-block__item-text {
        order: 2;
        padding: 0;
        margin-top: -35px;
    }

    .work-block__item-img {
        max-width: 300px;
    }

    .tariff {
        padding: 40px 15px 45px;
    }

    .tariff__title {
        font-size: 30px;
    }

    .tariff__desc {
        font-size: 14px;
    }

    .tariff__list {
        font-size: 14px;
    }

    .tariff_violet {
        top: 30px;
    }

    .clients-block {
        padding: 15px 0 0;
    }

    .clients-slider {
        padding: 0px 25px 0;
        margin: 0 -12px;
    }

    .clients-slider__item {
        padding: 3px 5px;
    }

    .clients-slider .slick-arrow:before {
        font-size: 30px;
        padding: 2px;
    }

    .faq-block__item {
        margin-bottom: 15px;
    }

    .faq-block__item-title {
        padding: 10px 25px 10px 25px;
    }

    .faq-block__item-text {
        font-size: 16px;
    }

    .faq-block__item-content {
        font-size: 16px;
    }

    .faq-block__item-content-text {
        padding: 23px 24px 23px 25px;
    }

    .faq-block__item-icon {
        font-size: 35px;
    }

    .faq-block__item-icon-add {
        font-size: 35px;
    }

    .footer {
        padding: 120px 0 15px;
    }

    .footer .question-block__desc {
        font-size: 16px;
    }

    .footer .footer-bottom__contact-info {
        font-size: 12px;
    }

    /*END HOME PAGE*/
    .page {
        padding-top: 125px;
        padding-bottom: 0;
    }

    /*NEWS PAGE*/
    .news-list li {
        width: 100%;
    }

    /*END NEWS PAGE*/
    /*NEWS DETAIL PAGE*/
    .page-news-detail__img {
        max-width: 100%;
    }

    .page-news-detail__text {
        font-size: 16px;
    }

    .page-news-detail__date {
        font-size: 14px;
    }

    /*END NEWS DETAIL PAGE*/
    .form-reviews .col-left .title {
        font-size: 20px;
        margin-top: 5px;
    }

    .form-reviews {
        border-radius: 0;
    }

    .form-reviews .col-left {
        border-radius: 0;
    }

    .form-reviews .col-left .subtitle {
        font-size: 14px;
        margin-top: 5px;
        width: 220px;
    }

    .form-reviews .logo {
        max-width: 150px;
    }

    .form-reviews .form-title {
        font-size: 20px;
        line-height: 24px;
    }

    .form-reviews .col-right {
        padding: 20px 15px;
    }

    .form-reviews .form-btn {
        margin-top: 20px;
    }

    .block-reviews {
        padding: 0;
    }

    .footer-form {
        padding: 0 15px 15px;
    }

    .footer-form .copyright, .footer-form a {
        color: #4b4c58;
    }

    .page-reviews .img-review {
        height: 200px;
    }

    .site-thanks .logo {
        max-width: 220px;
    }

    .site-thanks section .title {
        font-size: 20px;
    }

    .site-thanks section .links__text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 359px) {
    .rating-list__item label {
        font-size: 12px;
        width: 25px;
        height: 25px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 360px) {
    .how-work-block__image {
        width: 98%;
    }
}

@media only screen and (max-width: 320px) {
    .how-work-block__image {
        width: 112%;
    }
}

@media (max-width: 768px) {
    body.site-review {
        overflow: inherit;
    }
}

/*END MEDIA*/
