@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/aRo59cW7taKz.woff2") format("woff2"), url("../fonts/A1rJEwkXYF4G.woff") format("woff");
}
@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/V0r8stcS0Jcy.woff2") format("woff2"), url("../fonts/BSeBCpQvGSod.woff") format("woff");
}
@font-face {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/CPT5qUk6Uw4O.woff2") format("woff2"), url("../fonts/hlzyRL47OZ4e.woff") format("woff");
}
strong {
    font-family: "Cera Pro";
    font-weight: 700;
}
* {
   padding: 0;
  margin: 0;
  -webkit-appearance: none;
  outline: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight:normal;
  line-height: 1.4;
}
a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

:focus {
    outline: none;
}
/* slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin: -35px 0 0 0;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: 5px solid #ffffff;
    font-size: 0;
    cursor: pointer;
}
/*-----------------------*/
body {
     font-family: "Cera Pro";
     font-size: 14px;
     color: #514692;
     background: #f8f6ff;
    padding-right: 0;
}
body.open {
    overflow-y: hidden;
    padding-right: 17px;
}
.container-main {
    max-width: 1320px;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 auto;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    align-items: center;
}
.billet {
    box-shadow: 0 10px 20px rgba(58, 48, 110, 0.05);
    border-radius: 5px;
    background-color: #ffffff;
}
.bold {
    font-weight: 700;
}
.bg-block {
    background: #755EFC;
}
.text-center {
    text-align: center;
}
/****************header*******************/
header{
    position: relative;
    background: #755EFC;
}
.header-down {
   
    padding: 50px 0;
}
.header-text .text {
    line-height: 1.2;
    color: #FFFFFF;
    padding: 0 0 0 15px;
}
.header-text {
    border-left: 2px solid;
    padding: 0 0 0 20px;
    border-color: rgba(255, 255, 255, 0.1)
}
.logo {
    padding: 0 20px 0 0;
}
.logo img {
    max-width: 100%;
    display: block;
}
.main-menu .menu li a {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.main-menu .menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width .3s ease;
}
.main-menu .menu li a:hover:before {
    width: 100%;
}
.main-menu .menu {
    column-gap: 40px;
    justify-content: center;
}
.header-right-block {
        margin-right: 0;
        margin-left: auto;
    }
.header-phone_under {
    padding: 0 0 0 55px;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
}
.header-phone_phone {
    position: relative;
    padding: 0 0 0 55px;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
}
.phone-ico {
    background: #6954E1 url(../fonts/fnq1B6FXZo7C.svg) center no-repeat;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;

      -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    animation: 1200ms ease 0s normal none 1 running shake-cta;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake-cta;
    -webkit-animation-iteration-count: infinite;
}
@keyframes shake-cta {
0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
10% {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}
20% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}
30% {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
40% {
    transform: rotate(7.5deg);
    -ms-transform: rotate(7.5deg);
    -webkit-transform: rotate(7.5deg);
}
50% {
    transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}
60% {
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}
70% {
    transform: rotate(-4.28571deg);
    -ms-transform: rotate(-4.28571deg);
    -webkit-transform: rotate(-4.28571deg);
}
80% {
    transform: rotate(3.75deg);
    -ms-transform: rotate(3.75deg);
    -webkit-transform: rotate(3.75deg);
}
90% {
    transform: rotate(-3.33333deg);
    -ms-transform: rotate(-3.33333deg);
    -webkit-transform: rotate(-3.33333deg);
}
100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
}
.header-menu {
    width: 35%;
    padding: 0 20px;
    box-sizing: border-box;
}
.header-social {
    column-gap: 20px;
    padding: 0 0 0 30px;
}
.wp-ico {
    background: url(../fonts/5r3aRMjl98Yy.svg) center no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}
.tg-ico {
    background: url(../fonts/Tg0GRkO2OEDX.svg) center no-repeat;    
     width: 40px;
    height: 40px;
    display: block;
}
.header-label {
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.online {
    padding: 2px 6px;
    background: #7DCF4F;
    border-radius: 4px;
    display: block;
    margin: 3px 0 0 0;
}
.border-mob {
    display: none;
}
/***********Анимация кнопки меню в header********/
.button-menu__circle-border {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 10;
}
.circle {
    position: relative;
}
.button__menu {
    display: block;
    background: #FFFFFF url(../fonts/IGfHrgKg4NS0.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #755EFC;
}
.button__menu:after {
   content: "";
   background-image: conic-gradient( rgba(255, 255, 255, 0.2) 90deg, #755efc 90deg 175deg, rgba(255, 255, 255, 0.2) 150deg );
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -2px;
    left: -2px;
}
.button__menu:hover:after{
  animation: rotation 1s linear forwards;
}
/********************mega-menu***************/
.mega-menu {
    position: relative;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow-y: auto;
    background: #fff;
    background-position: top center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    -webkit-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.open .mega-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.mega-menu__container {
    position: relative;
}
.mega-menu__menu {
    position: relative;
    margin-left: -60px;
    align-items: flex-start;
}
.mega-menu-wrap {
    max-width: 1180px;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 auto;
}
.menu-item {
    position: relative;
    box-sizing: border-box;
    width: 33.3%;
    padding: 50px 0 0 0;
    padding-left: 60px;
}
.mega-menu__soc-link {
    position: absolute;
    display: inline-block;
    left: 40px;
    top: 50%;
    margin: -60px 0 0 0;
    z-index: 10;
}
.mega-menu__soc-link .behance-link {
    display: block;
    background: #F8F6FF url(../fonts/hZQutaVyzcAx.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 0 25px 0;
}
.mega-menu__soc-link .vk-link {
    display: block;
    background: #F8F6FF url(../fonts/7QRVQNXhP1JL.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
/***********Анимация кнопки закрыть в mega menu********/
.mega-menu__button {
    position: absolute;
    left: 35px;
    top: 35px;
}
.menu__button-wrap {
    position: relative;
}
.menu__button-close {
  height: 60px;
    width: 60px;
    border: none;
    background: #F8F6FF url(../fonts/tShmHd6xM0dY.svg) center no-repeat;
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #fff;
}
.menu__button-close:after {
   content: "";
   background-image: conic-gradient( #755efc 90deg, #fff 90deg 175deg, #755efc 150deg );
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -2px;
    left: -2px;
}
.menu__button-close:hover:after{
  animation: rotation 1s linear forwards;
}
@keyframes rotation {
    100% {transform:rotate(360deg);}
}
/****************gorizontal-menu*************/
.disabled-menu {
    opacity: 0.5;
}
.title-menu {
    display: inline-flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.title-menu_ico {
    max-width: 100%;
    display: block;
    padding: 0 14px 0 0;
}
.title-menu .image-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #514692;
}
.menu_tehn-link {
    display: inline-flex;
    align-items: center;
    margin: 0 0 20px 0;
}
.menu_tehn-link .image-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #755EFC;
    border-bottom: 1px solid #755EFC;
}
.menu_tehn_ico {
    max-width: 100%;
    display: block;
    padding: 0 12px 0 0;
}
.underline {
    text-decoration: underline!important;
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
 } 
.menu-item .nav>li>.mob-nav-child>li {
        position: relative;
        margin: 0 0 25px 0;
}
.mega-menu li>.mob-nav-child>li a:hover {
    color: #755EFC!important;
    transition: all 0.3s ease;
}
.mega-menu .menu-item  .nav>li>.mob-nav-child>li a {
    font-size: 18px;
    line-height: 1;
    color: #514692;
}
.mega-menu .menu-item .nav>li>.mob-nav-child>li span {
    font-size: 14px;
    line-height: 1;
    color: #B8B1CE;
    display: block;
    padding: 8px 0 0 0;
}
.mega-menu .gorizontal-menu:before {
    content: '';
    width: 95%;
    margin: 85px 0 0 0;
    height: 2px;
    background-color: #F2EFFC;
    position: absolute;
    top: 50%;
    left: 57px;
}
.mega-menu__menu:before {
    content: '';
    height: 150%;
    margin: -15% -222px 0 0px;
    width: 1px;
    background-color: #F2EFFC;
    position: absolute;
    right: 50%;
}
.menu-item:first-child:after {
    content: '';
    height: 200%;
    margin: 0 0 0 53%;
    width: 1px;
    background-color: #F2EFFC;
    position: absolute;
    left: 50%;
    top: 0;
}
.mega-menu__menu:after {
    content: '';
    height: 1px;
    margin: 10% 0 0 0;
    width: 100%;
    background-color: #F2EFFC;
    position: absolute;
    left: 0;
    top: 50%;
}
/****************main-offer*****************/
.main-offer {
    border-radius: 0px 0px 120px 120px;
    overflow: hidden;
    min-height: 830px;
    position: relative;
    margin: 0 0 50px 0;
}
.main-offer-content {
    padding: 100px 0 120px 0;
}
.main-title {
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1;
}
.marketing .main-title {
    font-size: 55px;
    line-height: 1.2;
}
.triggers-main {
    padding: 50px 0 0 0;
    margin: 0 0 0 -35px;
    width: 70%;
    position: relative;
    z-index: 1;
}
.trigger-item {
    width: 50%;
    padding: 0 0 0 35px;
    box-sizing: border-box;
}
.trigger-content {
    padding: 30px;
    background: rgba(105, 84, 225, 0.6);
    border-radius: 24px;
}
.trigger-content p {
    font-size: 20px;
    color: #FFFFFF;
}
.main-bottom-block {
    margin: 85px 0 0 0;
    column-gap: 35px;
}
.default-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 50px 0 30px;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8D5800;
    
    line-height: 1;
    border-radius: 20px;
    z-index: 1;
}
.btn-lg {
    font-size: 18px;
    width: auto;
    height: 96px;
}
.btn-sm {
    font-size: 18px;
    width: 387px;
    height: 96px;
}
.default-button:after {
    content: '';
    box-shadow: 0 5px rgb(227 171 0);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.btn-border-white:before {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -16px;
    width: 419px;
    height: 134px;
    
    border-radius: 30px;
}
.btn-border-yellow:before {
    content: '';
    background: rgba(255, 223, 106, 0.3);
    position: absolute;
    top: -16px;
    width: 419px;
    height: 134px;
    
    border-radius: 30px;
}
.btn-ico {
    background: url(../fonts/LIMITfQ9raEB.svg) center no-repeat, 
                linear-gradient(180deg, #FFCA28 0%, #FFE88D 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 32px;
}
.main-bottom-block .default-button {
    margin: 0 0 0 15px;
}
.button-bg {
   background: linear-gradient(0deg, #FFCA28 0%, #FFE88D 100%);
 
}
.pulse {
    animation: pulse 3s 0.4s infinite;
}
@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px rgb(255 255 255 / 30%);
    }

    100% {
      box-shadow: 0 2px 0 16px rgb(255 255 255 / 0%);
    }
  }
.main-bottom-text {
    position: relative;
    padding: 0 0 0 70px;
    font-size: 16px;
    color: #fff;
}
.main-bottom-text:before {
    content: '';
    background: url(../fonts/ID5nCNXDu4nQ.svg) no-repeat;
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    left: 0;
}
.main-offer-img {
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: 0 -963px 0 0;
   
}
.main-offer-img img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 120px;
    display: block;
    z-index: 1;
}
.main-illustr {
     background: url(../images/Apluw6mrpiT1.webp) no-repeat;
     display: block;
    width: 1160px;
    height: 895px;
    position: relative;
}
.mobile-offer {
    display: none;
}
.badge {
    position: absolute;
    width: 243px;
    height: 122px;
    z-index: 1;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -320px -270px;
}
.badge-cont {
    position: relative;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 25px 20px;
    box-sizing: border-box;
    border: 3px solid #fcecc8;
        width: 260px;
}
.badge-cont:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fcecc8;
    position: absolute;
    border-radius: 50%;
    right: 16px;
    top: 16px;
}
.badge-name {
    font-size: 20px;
}
.post {
    font-size: 18px;
    color: #755EFC;
    border-radius: 16px;
}
.link-decstop {
    position: absolute;
    display: inline-block;
    left: 40px;
    top: 50%;
    margin: -200px 0 0 0;
}
.main-offer:before {
    content: '';
    background: url(../images/Fv1A9NF2wpW6.png);
    width: 772px;
    height: 869px;
    display: block;
    z-index: 0;
    position: absolute;
    top: -34px;
    left: 0;
}
.behance-link {
    display: block;
    background: #6954E1 url(../fonts/hdSm3dn8N9Mz.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 0 25px 0;
}
.vk-link {
    display: block;
    background: #6954E1 url(../fonts/IByi30tPSG0a.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.scroll-down {
    display: block;
    background: url(../fonts/9TBqBpdWj2WH.svg) center no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50px;
    bottom: 170px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}
/************triggers-block***************/
.triggers-block {
    padding: 50px 0;
}
.triggers-list {
    margin-left: -35px;
    align-items: flex-start;
}
.triggers-item {
    width: 33.3%;
    padding: 0 0 0 35px;
    box-sizing: border-box;
}
.triggers-content {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 40px;
    justify-content: space-between;
    z-index: 0;
    position: relative;
}
.num-percent {
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #FFFFFF;
    background: #755EFC;
    border-radius: 22px;
}
.triggers-title {
    display: block;
    padding: 10px 0 12px 0;
    font-size: 24px;
    line-height: 1.2;
}
.triggers-col {
    width: 55%;
    box-sizing: border-box;
}
.triggers-col:last-child {
    width: 45%;
    box-sizing: border-box;
}
.triggers-icon {
    width: 168px;
    height: 168px;
    background: #F8F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.triggers-icon img {
    max-width: 100%;
    display: block;
}
.triggers-desc {
    font-size: 16px;
}
.border_tr-1:before {
    content: "";
    background-image: conic-gradient( #755EFC 180deg, #fff 180deg 0deg);
    width: 174px;
    height: 174px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
}
.triggers-item.aos-animate .border_tr-1:before {
     animation: rotation 1s linear forwards;
}
.border_tr-2:before {
    content: "";
    background-image: conic-gradient( #755EFC 90deg, #fff 90deg 270deg, #755EFC 0deg);
    width: 174px;
    height: 174px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
}
.triggers-item.aos-animate .border_tr-2:before {
     animation: rotation 1s linear forwards;
}
.border_tr-3:before {
    content: "";
    background-image: conic-gradient( #fff 180deg, #755EFC 180deg 0deg);
    width: 174px;
    height: 174px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
}
.triggers-item.aos-animate .border_tr-3:before {
     animation: rotation 1s linear forwards;
}
/***********offer-forClient-block***********/
.offer-forClient-block {
    margin: 50px 0 100px 0;
    position: relative;
}
/*Отступ для странице маркетинга*/
.marketing .offer-forClient-block {
    margin: 50px 0 140px 0;
}
.offer-forClient-content {
    border-radius: 60px;
    justify-content: space-between;
    align-items: flex-start;
}
.offer-forClient-descr {
    font-size: 20px;
    padding: 30px 0;
}
.offer-forClient-desc {
    width: 65%;
    padding: 80px 20px 80px 80px;
    box-sizing: border-box;
}
.offer-forClient-cifra {
    width: 20%;
    padding: 80px 55px 150px 55px;
    border-left: 1px solid #F2EFFC;
    box-sizing: border-box;
}
.offer-forClient-slider {
    width: 420px;
}
.percent {
    display: inline-block;
    padding: 2px 30px 8px 30px;
    margin: 15px 0 0 0;
    font-size: 56px;
    line-height: 1;
    color: #FFFFFF;
    background: #755EFC;
    border-radius: 36px;
}
.cifra {
    font-size: 48px;
}
.cifra-text {
    font-size: 20px;
    line-height: 1.2;
}
.briefcase-ico {
    background: #F8F6FF url(../fonts/Re5w2UJIQIEu.svg) 
                center no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.offer-forClient-btn {
    margin: 60px 0 0 0;
    width: 420px;
}
.offer-forClient-btn .btn-sm {
    width: auto;
}
.forClient-img {
    position: absolute;
    bottom: -235px;
    right: 0;
}
.offer-forClient-block .slick-dots {
    display: flex;
    text-align: center;
    list-style: none;
}
.offer-forClient-block .slick-dots button {
    background: #eddfd477; 
    border: none;
    width: 30px;
    height: 4px;
    background: rgba(117, 94, 252, 0.2);
    border-radius: 2px;
    margin: 0 10px 0 0;
    outline: none;
    font-size: 0;
    cursor: pointer;
} 
.offer-forClient-block 
.slick-dots li[class="slick-active"] button {
    width: 60px;
    left: 380px;
    background: #755EFC;
    transition: all 0.3s ease;
}
.offer-forClient-mob-img {
    display: none;
}
.forClient-img img {
    max-width: 100%;
    display: block;
}
/***********four-block***********/
.four-block {
    padding: 50px 0;
    overflow: hidden;
}
.four-block_row {
    margin: 0 0 0 -10px;
}
.row-top .column-left {
    width: 245px;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    opacity: 0;
}
.row-bottom .column-left {
    
    padding: 0 0 0 60px;
    box-sizing: border-box;
}
.row-top .column-right {
    padding: 0 0 0 60px;
    box-sizing: border-box;
}
.row-bottom .column-right {
    width: 60%;
    padding: 0 0 0 60px;
    box-sizing: border-box;
}
.column-left-panel {
    box-shadow: 0px 60px 120px rgba(117, 94, 252, 0.06);
    border-radius: 60px 10px 60px 60px;
}
.column-right-panel {
   
    border-radius: 10px 60px 60px 60px;
}
.column-panel {
    padding: 50px;
    font-size: 20px;
   
}
.column-left-panel p {
    color: #514692; 
}
.column-right-panel p {
    color: #fff;
    padding: 0 0 5px 0;
}
.white-panel {
    background: #fff;
}
.blue-panel {
    background: #755EFC;
}
.time {
    display: block;
    line-height: 1;
    position: relative;
    padding: 0 0 0 20px;
    font-size: 14px;
}
.time:before {
    content: '';
    background: url(../fonts/1knCriiyyuqM.svg) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
}
.autor {
    width: 185px;
}
.column-left-panel .text-color {
    color: #B8B1CE;
}
.column-right-panel .text-color {
    color: rgba(255, 255, 255, 0.4);
}
.autor-name {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin: 20px 0 10px 0;
}
.autor-label {
    background: #755EFC;
    border-radius: 16px;
    color: #FFFFFF;
    padding: 9px 16px;
    text-align: center;
    line-height: 1;
}
.autor img {
    display: block;
    margin: 0 auto;
}
.column-center {
    width: 60%;
    padding: 0 0 0 60px;
    box-sizing: border-box;
}
.row-bottom .four-block__column:first-child {
    margin: 0 0 20px 0;
}
.row-bottom {
    align-items: flex-start;
}
.column-panel-bottom {
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.ico-smile-think {
    background: #6954E1 url(../fonts/a8y48X4SzEJW.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.ico-smile-fire {
    background: #6954E1 url(../fonts/yhdaViqK8y2v.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.four-block .button-center {
    width: 410px;
    margin: 75px auto 0 auto;
}
.pulse-button {
    animation: buttonPulse 3s 0.4s infinite;
}
@keyframes buttonPulse {
    0% {
      box-shadow: 0 0 0 0px rgba(255 223 106 / 80%);
    }

    100% {
      box-shadow: 0 2px 0 16px rgb(255 223 106  / 0%);
        /*box-shadow: 0 0 0 16px rgb(255 223 106 / 20%);*/
    }
  }
/**************advantages-block******************/
.advantages-block {
    position: relative;
    margin: 100px 0;
    border-radius: 120px;
    overflow: hidden;
}
.advantages-block:before {
    content: '';
    background: url(../images/LtpoEuBNc8Eg.png);
    width: 900px;
    height: 900px;
    display: block;
    position: absolute;
    right: 0;
    top: -385px;
    z-index: 0;
}
.advantages-list:before {
    content: '';
    background: url(../images/Lqxnq61RKeCi.png);
    display: block;
    width: 1355px;
    height: 1200px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.advantages-block-content {
    padding: 100px 0;
}
.text-orange {
    color: #FFAF37;
}
.text-above {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}
h2 {
    font-size: 56px;
    line-height: 1;
}
.advantages-block h2 {
    color: #fff;
}
.margin-top {
    margin-top: 70px;
}
.list {
    margin-left: -35px;
    align-items: flex-start;
}
.item {
    width: 33.3%;
    padding-left: 35px;
    margin-bottom: 35px;
    box-sizing: border-box;
        position: relative;
}
.item-title {
    padding: 0 0 15px 0;
    font-size: 32px;
    line-height: 1.2;
}
.item-desc {
    font-size: 16px;
}
.item-topdesc {
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    height: 170px;
}
.item-cont {
    border-radius: 40px;
    padding: 40px 60px 40px 40px;
}
.item-number {
    font-size: 160px;
    line-height: 1;
    color: #EDE9F9;
}
.advantages-block .button-center {
    width: 420px;
    margin: 0 auto;
}
/************performance-block************/
.performance-block {
    padding: 120px 0 100px 0 ;
}
.performance-images {
    width: 50%;
}
.performance-images_img {
    width: 778px;
    height: 804px;
    background-repeat: no-repeat;
    position: relative;
    left: -170px;
}
.performance-top .text-above {
    text-align: left;
} 
.performance-top h2 {
    text-align: left;
}
._visible {
    display: none;
}
.performance-row {
    align-items: flex-start;
}
.performance-content {
    width: 50%;
}
.performance-list {
    margin: 50px 0 0 -35px;
    align-items: flex-start;
}
.performance-item {
    width: 50%;
    padding: 0 0 0 35px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.performance-item-cont {
    padding: 30px;
    border-radius: 24px;
    justify-content: space-between;
}
.performance-item-title {
    font-size: 20px;
    width: 75%;
    color: #fff;
}
.perf-ico-1 {
    background: #fff url(../fonts/B36QP0IsEILK.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-2 {
    background: #fff url(../fonts/pMMRWv1fxzsQ.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-3 {
    background: #fff url(../fonts/Unp6Il7wMuwM.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-4 {
    background: #fff url(../fonts/WaDVu67YH7eL.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-5 {
    background: #fff url(../fonts/qw1p3F50hV5L.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-6 {
    background: #fff url(../fonts/lOBiAMiE4mu1.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-7 {
    background: #fff url(../fonts/0lo9hXsvrqpa.svg) center no-repeat;
    background-size: 24px;
}
.perf-ico-8 {
    background: #fff url(../fonts/kuISB8ska8Sr.svg) center no-repeat;
    background-size: 24px;
}
.performance-item-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;    
}
.performance-bottom__button-block {
    margin: 50px 0 0 0;
}
.button-block-wrap {
    padding: 60px;
    border-radius: 40px;
}
.button-block-text {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
}
.button-block-icon {
    background: #755EFC url(../fonts/yhdaViqK8y2v.svg) center no-repeat;
    background-size: 50px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
}
.button-block-info {
    width: 65%;
    gap: 30px;
    box-sizing: border-box;
}
.button-block-button {
    box-sizing: border-box;
}
/***********team-block***********/
.team-block {
    padding: 100px 0;
}
.team-block .text-above {
    text-align: left;
}
.text-blue {
    color: #755EFC;
}
.team-list {
    align-items: center;
}
.team-item {
    display: flex;
    align-items: center;
}
/**********cta-block**********/
.cta-block {
    padding: 100px 0;
}
/*Отступ для странице маркетинга*/
.marketing .cta-block {
    padding: 50px 0;
}
.cta-content {
    position: relative;
    padding: 80px;
    border-radius: 60px;
}
.cta-text-over {
    display: block;
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.2;
}
.cta-desc {
    width: 50%;
    padding: 0 0 40px 0;
}
.cta-desc h2 span {
    font-weight: 700;
    display: block;
    padding: 20px 0 0 0;
    line-height: 1;
}
.cta-images {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 550px;
}
.cta-images img {
    max-height: 100%;
    display: block;
}
/***********keyses-block******************/
.keyses-block {
   padding: 100px 0 ;
}
.marketing .keyses-block {
   padding: 0 0 100px 0 ;
}
.sub-title {
    font-size: 20px;
    padding: 20px 0 0 0;
}
.keyses {
    border-radius: 60px;
    margin: 0 0 80px 0;
}
.keyses:last-child{
    margin: 0;
}
.keyses-wrap {
    padding: 37px 40px 0 45px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.keyses-title {
    font-size: 40px;
    line-height: 1;
    padding: 0 0 20px 0;
}
.keyses-desc {
    font-size: 16px;
    padding-right: 40px;
}
.button-panel {
    padding: 20px 0 0 0;
    gap: 10px;
}
.button-panel-link {
    background: rgb(255 255 255 / 30%);
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 12px 10px;
    display: block;
}
.review-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #FFFFFF;
    border-radius: 20px;
    width: 260px;
    height: 80px;
    font-size: 18px;
    color: #514692;
    margin: 40px 0 0 0;
}
.video-review-btn:before {
    content: '';
    background: url(../fonts/ifgO4BIpo091.svg) no-repeat;
    width: 20px;
    height: 24px;
}
.link-site:before {
    content: '';
    background: url(../fonts/YMYKBYWpbBAO.svg) no-repeat;
    width: 28px;
    height: 28px;
}
.keyses-images-wrap {
    position: relative;
    height: auto;
    width: 650px;
    height: 500px;
    overflow: hidden;
}
.keyses-images {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
}
.aos-animate .animation_keyse {
     animation: keysesScroll 12s cubic-bezier(0.45, -0.23, 0.54, 1.18) 0.5s;
}
@keyframes keysesScroll {
  0,
  10% {
    background-position: 0 0;
  }
  20%,
  30% {
    background-position: 0 40%;
  }
  50%,
  60% {
    background-position: 0 100%;
  }
  90%,
  100% {
    background-position: 0 0;
  }
}
.keyses-images:hover {
  animation-play-state: paused;
}
.keyses-content {
    width: 50%;
    padding: 20px 0 0 0;
}
.stat-btn-panel {
    padding: 40px 40px;
    border-radius: 0px 0px 60px 60px;
    gap: 80px;
}
.bg-color_turquoise {
    background: #74D0E3;
}
.applicat-item {
        gap: 25px;
}
.applicat-block .text {
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}
.applicat-block .number {
    font-size: 80px;
    line-height: 1;
    color: #FFFFFF;
}
.applicat-procent {
    font-size: 40px;
}
.applicat-block {
    gap: 40px;
}
.video-review {
    gap: 30px;
}
.video-review-logo {
    position: relative;
}
.video-review__video-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #FFAF37 url(../fonts/4xCqfJjdJcsv.svg) center no-repeat;;
    border: 2px solid #FFFFFF;
    display: block;
    border-radius: 50%;
}
.video-review__text {
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}
/*****************result-get-block*****************/
.result-get-block {
    padding: 50px 0 150px 0;
}
.back-title {
    font-size: 48px;
    line-height: 1;
    padding: 0 0 25px 0;
}
.back-desc {
    font-size: 24px;
}
.front-cont {
    padding: 70px;
}
.front-title {
    font-size: 32px;
    line-height: 1;
}
.result-get__front .item-title {
    font-size: 20px;
}
.item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #F8F6FF;
    border-radius: 50%;
}
.result-get-wrap {
    position: relative;
}
.result-get__back {
    position: relative;
    width: 50%;
    padding: 70px 160px 70px 70px;
    box-sizing: border-box;
    border-radius: 40px;
}
.result-get__back img {
    position: absolute;
    top: -45px;
}
.back-content {
    padding: 360px 0 0 0;
}
.result-get__front {
    position: absolute;
    top: 180px;
    right: 100px;
    width: 50%;
    border-radius: 40px;
    box-shadow: 0px 60px 120px rgba(117, 94, 252, 0.06);
}
.front-triggers {
    padding: 40px 0 0 0;
}
.front-triggers-item {
    padding: 40px 0;
    border-bottom: 1px solid #F2EFFC;
    justify-content: space-between;
}
.front-triggers-item:last-child {
    border-bottom: 0;
}
.front-triggers-item:first-child {
    padding-top: 0;
}
/******************promotion-block****************/
.promotion-block {
    padding: 100px 0;
}
.promotion-text-over {
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    padding: 0 0 20px 0;
}
.promotion-block h2 {
    font-size: 64px;
    line-height: 1;
    color: #FFFFFF;
}
.promotion-button {
    margin: 55px 0 0 0;
}
.promotion-wrap {
    position: relative;
    border-radius: 60px;
}
.promotion-images {
    width: 620px;
    height: 570px;
}
.promotion-images img {
    position: absolute;
    bottom: 0;
}
.promotion-content {
    width: 50%;
    padding: 80px 80px 80px 40px;
    box-sizing: border-box;
}
.promotion-images_mob {
    display: none;
}
/**********stages-block**********/
.stages-block {
    padding: 100px 0 60px;    
}
.contract-block {
    padding: 0 0 100px 0;
}
.section-top {
    margin-left: -20px;
    align-items: flex-start;
}
.stages-item {
    width: 25%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.stages-images {
    position: relative;
    margin: 0 auto 50px auto;
    width: 160px;
    height: 160px;
    border-radius: 24px;
}
.stages-title {
    display: block;
    font-size: 28px;
    text-align: center;
}
.stages-desc {
    display: block;
    padding: 15px 0 0 0;
    font-size: 20px;
    text-align: center;
}
.num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 47px 0 0 -36px;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    background: #755EFC;
    border: 6px solid #F8F6FF;
    border-radius: 50%;
}
.bg-color_pink {
    background: #FB5A8B;
}
.bg-color_orange {
    background: #FFAF37;
}
.bg-color_green {
    background: #7DCF4F;
}
.section-bottom {
    align-items: flex-start;
    border-radius: 40px;
}
.section-bottom-item {
    position: relative;
    width: 25%;    
    box-sizing: border-box;
    border-left: 1px solid #F2EFFC;
}
.section-bottom-item:first-child {
    border-left: none;
}
.section-bottom-cont {
    padding: 40px;
    box-sizing: border-box;
}
.section-bottom-title {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.2;
}
.section-bottom h2 {
    font-size: 32px;
}
.section-bottom-desc {
    font-size: 16px;
}
.section-bottom-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    width: 58px;
    height: 58px;
    background: #F8F6FF;
    border-radius: 50%;
}
.section-bottom-images {
    width: 250px;
    height: 252px;
    position: absolute;
    bottom: -220px;
}
/*********tariffs-block*********/
.tariffs-block {
    position: relative;
    margin: 100px 0;
    border-radius: 120px; 
    overflow: hidden;
    z-index: 1;
}
.tariffs-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/NdWWb3KRmwLo.png);
    width: 762px;
    height: 969px;
    z-index: -1;
}
.tariffs-block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    background: url(../images/ztEjPHlAQ6Fy.webp);
    width: 762px;
    height: 969px;
    z-index: -1;
}
.tariffs-content {
    padding: 100px 0;
}
.tariffs-block h2 {
    color: #fff;
}
.tariffs-block .sub-title {
    color: #fff;
}
.tariffs-wrap {
   margin: 40px 0 0 0;
}
.tariffs-item {
    position: relative;
    width: 33.3%;
    padding: 0 35px 0 0;
    box-sizing: border-box;
}
.tariffs-item-content {
    border-radius: 40px;
    padding: 40px;
    /*height: 691px;*/
    box-sizing: border-box;
}
.old-price {
    text-decoration: line-through !important;
    font-size: 30px  !important;
    opacity: 0.5;
}
.tariff-bg {
    background: rgba(105, 84, 225, 0.6);
}
.tariff-lite .tariff-bg {
    background: #fff;
}
.tariff-period {
    position: relative;
    padding: 0 0 15px 30px;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
}
.tariff-title {
    padding: 0 0 15px 0;
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
}
.tariff-label {
    display: inline-block;
    padding: 5px 12px;
    font-size: 26px;
    line-height: 1;
    color: #FFFFFF;
    border-radius: 22px;
}
.tariffs-works {
    padding: 20px 0;
   font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.marketing .tariffs-works {
    font-size: 16px;
    line-height: 1.2;
}
.works-price {
    margin: 7px 0 0 0;
    display: block;
}
.tariffs-works:nth-child(2) {
    border-bottom: 0;
}
.tariff-lite .tariffs-works:nth-child(2) {
    border-bottom: 0;
}
.tariff-detailed {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}
.tariff-price {
    padding: 20px 0;
    font-weight: 500;
    font-size: 58px;
    line-height: 1;
    color: #FFFFFF;
}
.tariff-price span {
    display: block;
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}
.clock-ico:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../fonts/8BCgqEGXYmi1.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}
.tariff-lite .clock-ico:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../fonts/dQTjdbKkFHVi.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}
.tariff-button .button {
    display: flex;
    position: relative;
    line-height: 100%;
    text-align: center;
    height: 76px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8D5800;
    gap: 20px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.tariffs-desc {
   /* height: 220px;*/
}
.tariff-button .button:after {
    content: '';
    box-shadow: 0 4px rgb(227 171 0);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.tariff-button .btn-ico {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 24px;
    position: unset;
    margin: 0;
}
.tariff-lite .tariff-period {
    color: #B8B1CE;
}
.tariff-lite .tariff-title {
    color: #514692;
}
.tariff-lite .tariffs-works {
    color: #514692;
    border-bottom: 1px solid #F2EFFC;
}
.tariff-lite .tariff-detailed {
    color: #755EFC;
    background: #F5F2FF;
}
.tariff-lite .tariff-price {
    color: #514692;
    font-weight: 700;
}
.tariff-lite .tariff-price span {
    color: #514692;
}
.tariff-lite .tariff-lite__circle {
    background: #fff url(../fonts/yhdaViqK8y2v.svg) center no-repeat;
    width: 80px;
    height: 80px;
    background-size: 40px;
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -65px;
    border-radius: 50%;
    border: 9px solid #755EFC;
}
.tariffs-block .slick-list {
    padding: 40px 0 0 0;
}
.tariffs-block .slick-dots {
    margin: 20px 0 0 0;
    position: relative;
}
.tariffs-block .slick-dots li {
    display: inline-block;
    width: 33.3%;
}
.tariffs-block .slick-dots li button {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    font-size: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.tariffs-block .slick-dots .slick-active button {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
}
/***********team-slider-block***********/
.team-slider-block {
    padding: 60px 0 0 0;
    z-index: 1;
    position: relative;
}
.team-slider-container {
    max-width: 1470px;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 auto;
}
.team-slide .flex {
    align-items: flex-start;
}
.team-slide__images {
    width: 40%;
    position: relative;
}
.team-slide__desc {
    width: 55%;
    position: relative;
    padding: 130px 0 0 0;
}
.images-slide-wrap {
    position: relative;
}
.images-slide-bg {
    width: 560px;
    height: 646px;
}
.images-slide-wrap img {
    display: block;
    max-width: 100%;
}
.team-slide-1 .images-slide-bg {
    background: url(../images/uLGJYc7I8inv.png) no-repeat;
    display: block;
}
.team-slide-2 .images-slide-bg {
    background: url(../images/hLFxGxPiylK0.png) no-repeat;
    display: block;
}
.team-slide-3 .images-slide-bg {
    background: url(../images/EzkkhPDnUKLV.png) no-repeat;
    display: block;
}
.team-slide-4 .images-slide-bg {
    background: url(../images/WEr8xi1WIHev.png) no-repeat;
    display: block;
}
.team-slide__desc .desc-name {
    font-size: 44px;
    line-height: 1;
    padding: 0 0 20px 0;
}
.team-slide__desc .desc-post {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1;
    background: #755EFC;
    border-radius: 18px;
    color: #fff;
}
.team-slide__desc .desc-text {
    font-size: 20px;
}
.dots-style {
    text-align: center;
    display: flex;
    list-style: none;
    margin: 0 0 0 -167px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.dots-style button {
    position: relative;
    border: none;
    border-radius: 50%;
    font-size: 0;
    width: 100px;
    height: 100px;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.dots-style li {
    margin: 0 50px 0 0;
}
.dots-style li:nth-child(1) button {
    background: #755EFC;
}
.dots-style li:nth-child(1) button:before {
    content: '';
    background: url(../images/y7HAT0BZZ0DC.webp) center no-repeat;
    width: 100px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
/*.dots-style li:nth-child(3) button {
    background: #FB5A8B;
}
.dots-style li:nth-child(3) button:before {
    content: '';
    background: url(../images/C74HL1Kja4sI.webp) center no-repeat;
    width: 101px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.dots-style li:nth-child(2) button {
    background: #74D0E3;
}
.dots-style li:nth-child(2) button:before {
    content: '';
    background: url(../images/team-dots/team-dots-2.webp) center no-repeat;
    width: 101px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.dots-style li:nth-child(4) button {
    background: #FFAF37;
}
.dots-style li:nth-child(4) button:before {
    content: '';
    background: url(../images/uyvwVpHicUAT.webp) center no-repeat;
    width: 101px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}*/
.dots-style li:nth-child(2) button {
    background: #FB5A8B;
}
.dots-style li:nth-child(2) button:before {
    content: '';
    background: url(../images/C74HL1Kja4sI.webp) center no-repeat;
    width: 101px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.dots-style li:nth-child(3) button {
    background: #FFAF37;
}
.dots-style li:nth-child(3) button:before {
    content: '';
    background: url(../images/uyvwVpHicUAT.webp) center no-repeat;
    width: 101px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.dots-style li[class="slick-active"] button {
    transform: translate(0,-20px);
    box-shadow: 0px 20px 60px rgba(81, 70, 146, 0.3);
    transition: all 0.3s ease;
}
.docum {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 120px;
}
.docum-cont {
    position: relative;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.docum-cont img {
    filter: drop-shadow(0px 0px 12px rgba(26, 74, 127, 0.08));
    border-radius: 6px;
}
/*********stages-cooperation-block*********/
.stages-cooperation-block {
    padding: 100px 0;
}
.stages-cooperation-row {
    gap: 90px;
}
.stages-cooperation-item {
    width: 510px;
    box-sizing: border-box;
}
.stages-left {
    justify-content: flex-start;
}
.stages-right {
    justify-content: end;
    flex-direction: row-reverse;
    margin-top: -50px;
}
.stages-right .stages-ico-line {
    margin-right: 0;
    margin-left: auto;
}
.stages-cooperation-row:nth-child(3) {
    margin-top: -50px;
}
.stages-cooperation-row:nth-child(5) {
    margin-top: -50px;
}
.stages-cooperation-row:nth-child(7) {
    margin-top: -50px;
}
.stages-cooperation-item .item-content {
    padding: 40px;
    border-radius: 40px;
}
.stages-cooperation-item .title {
    display: block;
    padding: 0 0 25px 0;
    font-size: 32px;
    line-height: 1.2;
}
.stages-button-show {
    position: relative;
    font-size: 18px;
    line-height: 1;
    background: #F8F6FF;
    border-radius: 20px;
    padding: 31px 80px 31px 50px;
    cursor: pointer;
}
.stages-button-show:before {
    content: '';
    background: url(../fonts/wGBSfKWz11U9.svg) center no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    margin: -5px 0 0 0;
}
.item-content.active .stages-button-show:before {
    transform: rotateX(180deg);
    transition: all 0.3s ease;
}
.stages-bottom-panel {
    justify-content: space-between;
}
.stages-bottom-panel .stages-num {
    font-size: 100px;
    line-height: 1;
    color: #EDE9F9;
}
.stages-cooperation-item ul li {
    position:  relative;
    font-size: 16px;
    padding: 14px 45px 14px 0;
    border-bottom: 1px solid #F2EFFC;
}
.stages-cooperation-item ul li:last-child {
    border-bottom: 0;
}
.stages-cooperation-item ul li:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    background: #F8F6FF url(../fonts/R0ePve9REERh.svg) 
                        center no-repeat;
    border-radius: 50%;
}
.hidden-content {
    display: none;
}
.stages-cooperation-wrap {
    position: relative;
    padding: 90px 0 0 0;
}
.point-line  {
    position: absolute;
    top: 173px;
    left: 50%;
    margin: 0 0 0 -55px;
}
.stages-ico-line {
    position: relative;
    margin: 0 0 104px 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 30px 60px rgba(117, 94, 252, 0.06);
    border: 10px solid #f8f6ff;
}

.stages-cooperation-wrap:before {
    content: '';
    width: 6px;
    height: 91%;
    background: url(../fonts/xDIwbQ7RlqZm.svg);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
}
.visible-content-mob {
    display: none;
}
.stages-ico-line.ico-1 {
    background:  #FFFFFF url(../fonts/8vn0zIxsxkNk.svg) 
                center no-repeat;
}
.stages-ico-line.ico-1:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
        animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-2 {
    background:  #FFFFFF url(../fonts/xvmYYlrHGfEf.svg) 
                center no-repeat;
}
.stages-ico-line.ico-2:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
    animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-3 {
    background:  #FFFFFF url(../fonts/bcJCYIlM3Pvu.svg) 
                center no-repeat;
}
.stages-ico-line.ico-3:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
        animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-4 {
    background:  #FFFFFF url(../fonts/fhabaisGbLRS.svg) 
                center no-repeat;
}
.stages-ico-line.ico-4:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
        animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-5 {
    background:  #FFFFFF url(../fonts/xbe4FvbyPkkZ.svg) 
                center no-repeat;
}
.stages-ico-line.ico-5:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
        animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-6 {
    background:  #FFFFFF url(../fonts/NAPCSScq1PFj.svg) 
                center no-repeat;
}
.stages-ico-line.ico-6:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
    animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-7 {
    background:  #FFFFFF url(../fonts/jYg1vXBirtIa.svg) 
                center no-repeat;
}
.stages-ico-line.ico-7:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
        animation: rotation 1s linear forwards;
}
.stages-ico-line.ico-8 {
    background:  #FFFFFF url(../fonts/VGXN5d4VufuM.svg) 
                center no-repeat;
}
.ico-8:after {
    content: "";
    background-image: conic-gradient( #755efc 90deg, #f8f6ff 90deg 175deg, #755efc 150deg );
    width: 128px;
    height: 128px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    top: -14px;
    left: -14px;
    animation: rotation 1s linear forwards;
}
/**********final-result-block**********/
.final-result-block {
    position: relative;
    margin: 100px 0;
    border-radius: 120px;
    overflow: hidden;
}
.final-result-block:before {
    content: '';
    background: url(../images/goMlAitiGyjd.png);
    display: block;
    width: 1200px;
    height: 920px;
    position: absolute;
    left: -55px;
    bottom: 0;
    z-index: 0;
}
.final-result__ico-bg {
    background: #f7e4cd!important;
}
.final-result-wrap {
    padding: 140px 0;
}
.final-result-block .item-cont {
    padding: 40px 40px 70px 40px;
}
.final-result-block .item-title {
    font-size: 24px;
    line-height: 120%;
}
.final-result-block .item-desc {
    display: block;
    font-size: 16px;
}
.final-result-block h2 {
    color: #fff;
}
.final-result-item {
    position: relative;
}
.final-result__ico-wrap {
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin: 0 0 0 -25px;
    width: 90px;
    height: 90px;
    background: #755EFC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-result__ico-wrap .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    width: 80px;
    height: 80px;
}
.final-result-block .button-center {
    width: 420px;
    margin: 80px auto 0 auto;
}
/*********reviews-block*********/
.reviews-block {
    padding: 100px 0;
}
.reviews-block .text-above {
    text-align: left;
}
.reviews-images {
    position: relative;
}
.reviews-bottom-panel {
    margin: 30px 0 0 0;
    flex-wrap: nowrap;
}
.reviews-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0px 12px 24px rgba(81, 70, 146, 0.06);
}
.reviews-autor {
    font-size: 16px;
    width: 75%;
    margin: 0 0 0 25px;
}
.reviews-block .slick-prev, 
.reviews-block .slick-next {
    position: absolute;
    top: -130px;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #755EFC;
    border: 2px solid #755EFC;
}
.reviews-block .slick-disabled {
    pointer-events: none;
    border: 2px solid #755EFC;
    background: #fff;
    transition: all 0.3s ease;
}
.reviews-block .slick-disabled.slick-prev:before {
    content: '';
    background: url(../fonts/KogmH39QT6P4.svg) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin: -9px 0 0 -11px;
    top: 50%;
    display: block;
    transform: rotate(0);
}
.reviews-block .slick-disabled.slick-next:before {
    content: '';
    background: url(../fonts/KogmH39QT6P4.svg) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin: -9px 0 0 -8px;
    top: 50%;
    display: block;
    transform: rotate(180deg);
}
.reviews-block .container {
    width: 1625px;
    margin-right: 0;
    margin-left: auto;
}

.reviews-block .slick-prev {
    right: 400px;
}
.reviews-block .slick-next {
    right: 300px;
}
.reviews-block .slick-prev:before {
    content: '';
    background: url(../fonts/sNIixoMtjcci.svg) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin: -9px 0 0 -11px;
    top: 50%;
    display: block;
    transform: rotate(180deg);
}
.reviews-block .slick-next:before {
    content: '';
    background: url(../fonts/sNIixoMtjcci.svg) center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    margin: -9px 0 0 -8px;
    top: 50%;
}
.reviews-block .slick-list {
    padding: 40px 20% 0 0!important;
}
.reviews-images-border .reviews-images {
    display: block;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 20px;
}
.reviews-slide {
    margin: 0 35px 0 0;
}
.review-1 .reviews-logo {
    background:  #FFFFFF url(../images/2JsO7MI74yc2.png) 
                center no-repeat;
}
.review-2 .reviews-logo {
    background:  #FFFFFF url(../images/wfyfZgSChR4z.png) 
                center no-repeat;
}
.review-3 .reviews-logo {
    background:  #FFFFFF url(../images/UdPusbuohG7f.png) 
                center no-repeat;
}
.review-4 .reviews-logo {
    background:  #FFFFFF url(../images/xZBuMJvYZpz0.png) 
                center no-repeat;
}
.review-5 .reviews-logo {
    background:  #FFFFFF url(../images/4fiQ15V4iHqu.png) 
                center no-repeat;
}
.review-6 .reviews-logo {
    background:  #FFFFFF url(../images/HHOdbzVvOlHh.png) 
                center no-repeat;
}
.review-7 .reviews-logo {
    background:  #FFFFFF url(../images/BxzmGytj5Eb8.png) 
                center no-repeat;
}
.review-8 .reviews-logo {
    background:  #FFFFFF url(../images/Ej9OdVmdEPAA.png) 
                center no-repeat;
}
.reviews-block .slick-slide img {
    width: 100%;
}
.reviews-images-video {
    position: relative;
}
.reviews-images-video .btn-play-video {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    background: #FFAF37 url(../fonts/4xCqfJjdJcsv.svg) 
                center no-repeat;
    border-radius: 50%;
    background-size: 18px;
}
.reviews-block .slick-dots {
    margin: 25px 0 0 0;
    position: relative;
}
.reviews-block .slick-dots li {
    display: inline-block;
    width: 12.5%;
}
.reviews-block .slick-dots li button {
    width: 100%;
    height: 4px;
    font-size: 0;
    border: 0;
    background: #E0DBEF;
    cursor: pointer;
}
.reviews-block .slick-dots li[class="slick-active"] button {
    background: #514692;
    border-radius: 2px;
}
/**********faq-block**********/
.faq-block {
    margin: 100px 0;
}
.faq-wrap {
    margin: 0 0 0 -35px;
    align-items: flex-start;
}
.faq-container {
    width: 66.7%;
    padding: 0 0 0 35px;
    box-sizing: border-box;
}
.faq-form {
    width: 33.3%;
    padding: 0 0 0 35px;
    box-sizing: border-box;    
}
.faq-form-content {
    border-radius: 40px;
}
.spoiler-item {
   width: 100%; 
}
.spoiler-wrap {
    position: relative;
    margin: 0 0 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.spoiler-head {
    cursor: pointer;
    font-size: 20px;
    padding: 30px 80px 30px 40px;
    position: relative;
    transition: all 0.3s ease;
}
.spoiler-head:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #F2EFFC;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.3s ease;
}
.spoiler-wrap.active .spoiler-head:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #F2EFFC;
    transition: all 0.3s ease;
}
.spoiler-body {
    position: unset;
    width: 100%;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
}
.spoiler-body-content {
  padding: 30px 40px;
}
.spoiler-wrap.disabled .spoiler-body {
    display: none;
}
.spoiler-body-content p {
    font-size: 16px;
}
.spoiler-head:before {
    content: '';
    transition: all 0.3s ease;
    width: 52px;
    height: 52px;
    background: url(../fonts/7486efZ7ZGdp.svg) center no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -30px 0 0 0;
    background-size: 16px;
    border: 2px solid #F2EFFC;
    border-radius: 14px;
}
.spoiler-wrap.active .spoiler-head:before {
    content: '';
    background: url(../fonts/JkHuMeA1gP5u.svg) center no-repeat;
    background-size: 18px;
    transition: all 0.3s ease;
    border: 2px solid rgba(117, 94, 252, 0.06);
}
.spoiler-wrap.active .spoiler-head {
    color: #755EFC;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 20px 20px 0 0;
}
.faq-form-top {
    padding: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2EFFC;
    gap: 30px;
    flex-wrap: nowrap;
}
.faq-form_form {
    padding: 30px;
    box-sizing: border-box;
}
.label-status {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    background: #7DCF4F;
    border-radius: 4px; 
}
.avatar-inform .autor-name {
    margin: 8px 0 10px 0;
    text-align: left;
}
.avatar-inform .autor-label {
    font-size: 14px;
}
.faq-form_form .form-button-wp {
    margin: 45px 0 0 0;
} 
.btn-faq-ico {
    background: url(../fonts/Arq6iijs2MFQ.svg) center no-repeat, linear-gradient(180deg, #FFCA28 0%, #FFE88D 80%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 32px;
}
.form-button-wp .default-button {
    width: 100%;
    box-sizing: border-box;
}
/***********request-form-block***********/
.request-form-block {
    position: relative;
    margin: 100px 0;
    border-radius: 120px;
    overflow: hidden;
}
.request-form-block:before {
    content: '';
    background: url(../images/dfTkOS3apEac.webp);
    display: block;
    width: 1100px;
    height: 645px;
    position: absolute;
    right: 125px;
    top: 0;
    z-index: 0;
}
.request-form-wrap {
    position: relative;
    padding: 140px 0;
    margin: 0 0 0 -65px;
}
.request-form-wrap .subtitle {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 0 0;
}
.request-form-block h2 {
    color: #fff;
}
.request-form-block .text-above {
    text-align: left;
}
.request-form__content {
    width: 65%;
    padding: 0 0 0 65px;
    box-sizing: border-box;
}
.request-form__form {
    width: 35%;
    padding: 0 0 0 65px;
    box-sizing: border-box;
}
.request-form-list {
    padding: 40px 0 0 0;
    margin: 0 0 0 -35px;
    align-items: flex-start;
}
.request-form-item {
    position: relative;
    width: 33.3%;
    padding: 0 0 0 35px;
    box-sizing: border-box;
}
.request-form-item-cont {
    padding: 30px 30px 50px 30px;
    background: rgba(105, 84, 225, 0.6);
    border-radius: 24px;
    height: 192px;
    box-sizing: border-box;
}
.request-form-item-cont p {
    font-size: 20px;
    color: #fff;
}
.form-content {
    padding: 40px;
    border-radius: 40px;
}
.request-form-item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin: 0 0 0 -20px;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 8px solid #755EFC;
    border-radius: 50%;
}
.request-form-block input[type="submit"] {
    width: 100%;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8D5800;
    line-height: 1;
    border-radius: 20px;
    z-index: 1;
    padding: 20px 80px 20px 120px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 5px rgb(227 171 0);
    background: linear-gradient(0deg, #FFCA28 0%, #FFE88D 100%);
}
.request-form-button {
    position: relative;
    border-radius: 20px;
}
/***********form**************/
input[type="tel"], 
input[type="text"] {
    padding: 38px 25px 30px 30px;
    font-size: 20px;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    background: #F8F6FF;
    border-radius: 20px;
    border: 0;
}
.form-input {
    position: relative;
}
.form-user-ico {
    background: #FFFFFF url(../fonts/fFI1ENQRWTNY.svg) 
                center no-repeat;
    background-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
}
.form-phone-ico {
    background: #FFFFFF url(../fonts/f48OOVGQmc7J.svg) 
                center no-repeat;
    background-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
}
.form-occupation-ico {
    background: #FFFFFF url(../fonts/uY5TYbPA5Ruc.svg) 
                center no-repeat;
    background-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
}
.form-site-ico {
    background: #FFFFFF url(../fonts/iJrJSe31lkNW.svg) 
                center no-repeat;
    background-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
}
.soglasie-form {
    margin: 30px 0 0 0;
}
.sogl-text {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #B8B1CE;
}
.sogl-text a {
    color: #B8B1CE;
    text-decoration: underline!important;
}
.form-button {
    position: relative;
}
.form-button__button {
    width: 100%;
    border: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8D5800;
    line-height: 1;
    border-radius: 20px;
    z-index: 1;
    padding: 20px 80px 20px 120px;
    box-sizing: border-box;
    cursor: pointer;
}
.form-button:after {
    content: '';
    box-shadow: 0 4px rgb(227 171 0);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}
.form-button .btn-ico {
    position: absolute;
    top: 18px;
    left: 30px;
    z-index: 1;
}
.input-wrap:before {
    content: "";
}
.form-input .placeholder {
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    padding: 35px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #B8B1CE;
    transition: 0.3s;
    pointer-events: none;
}
.form-input input:focus {
    background: #fff;
    /*padding: 45px 30px 23px 30px;*/
    box-shadow: 0px 0px 0px 2px #755efc;
    color: #755EFC;
    transition: 0.3s;
}
.form-input input:focus ~ span.placeholder {
    font-size: 14px;
    color: #B8B1CE;
    top: 10px;
    left: 30px;
    padding: 0;
    transition: 0.3s;
}
.form-input input:focus + span.placeholder,
.form-input input:not(:placeholder-shown) + span.placeholder {
    font-size: 12px;
    top: 10px;
    left: 30px;
    padding: 0;
}
.form-input input:focus ~ span.form-phone-ico {
    background: #F8F6FF url(../fonts/vaSI2QBZfShz.svg) 
                center no-repeat;
    transition: 0.3s;
}
.form-input input:focus ~ span.form-user-ico {
    background: #F8F6FF url(../fonts/SoEQ0DRDHDED.svg) 
                center no-repeat;
    transition: 0.3s;
}
.form-input input:focus ~ span.form-occupation-ico {
    background: #F8F6FF url(../fonts/Alh0NO2lEe69.svg) 
                center no-repeat;
    transition: 0.3s;
}
.form-input input:focus ~ span.form-site-ico {
    background: #F8F6FF url(../fonts/OAYd97EgCQ59.svg) 
                center no-repeat;
    transition: 0.3s;
}
.form-desc {
    display: block;
    font-size: 20px;
    text-align: left;
    padding: 15px 0 0 0;
}
h3 {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
}
.modal-form-left {
    width: 40%;
}
.modal-form-input {
    margin: 50px 0 0 0;
}
.modal-form-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.modal-form-right img {
    display: block;
}
.remodal-form-callback {
    overflow: hidden;
}
.remodal .form-button {
    margin: 30px 0 0 0;
}
.form-offer-commerc .modal-form-left {
    width: 50%;
}
.form-offer-commerc .form-desc {
    padding: 20px 0 0 0;
}
.form-offer-commerc .modal-form-input {
    margin: 40px 0 0 0;
}
.form-offer-commerc .modal-form-right {
    position: absolute;
    bottom: 0;
    right: -75px;
}
.form-offer-commerc input[type="tel"], 
.form-offer-commerc input[type="text"] {
    padding: 24px 25px 24px 30px;
}
.form-offer-commerc .form-input .placeholder {
    padding: 25px 30px;
     position: absolute;
    transition: all 200ms;
   
}

.form-offer-commerc .form-occupation-ico {
    right: 14px;
    top: 14px;
}
.form-offer-commerc .form-site-ico {
    right: 14px;
    top: 14px;
}
.form-offer-commerc .form-user-ico {
    right: 14px;
    top: 14px;
}
.form-offer-commerc .form-phone-ico {
    right: 14px;
    top: 14px;
}
.form-offer-commerc .form-input input:focus + span.placeholder,
.form-offer-commerc .form-input input:not(:placeholder-shown) + span.placeholder {
    font-size: 12px;
    top: 10px;
    left: 30px;
    padding: 0;
}
/*.form-offer-commerc .form-input input:not(:placeholder-shown) + span.placeholder{
    top: 10px;
    left: 30px;
    font-size: 12px;
}*/
.mod-form-list {
    margin: 50px 0 0 -30px;
    text-align: left;
    align-items: flex-start;
}
.mod-item {
    width: 33.3%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    border-right: 1px solid #F2EFFC;
}
.mod-item-cont {
    padding: 0 27px 0 0;
}
.mod-item:nth-child(3) {
    border-right: 0;
}
.mod-title {
    font-size: 20px;
    line-height: 1.2;
}
.tarif-max .works {
    margin: 20px 0 30px 0;
    height: 295px;
}
.works li {
    font-size: 16px;
    position: relative;
    padding: 0 45px 14px 0;
}
.works li:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: 44px;
        height: 44px;
        background: #F8F6FF url(../fonts/R0ePve9REERh.svg) center no-repeat;
        border-radius: 50%;
}
.bonus {
        background: #F8F6FF;
        border: 2px solid #755EFC;
        border-radius: 24px;
}
.bonus-content {
    padding: 14px 14px 20px 24px;
}
.bonus span {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px 0;
}
.bonus-ico {
    background: url(../fonts/yhdaViqK8y2v.svg) center no-repeat;
    width: 30px;
    height: 30px;
}
.bonus-desc {
    font-size: 16px;
}
.bottom-block {
    margin: 50px 0 60px 0;
    text-align: left;
    justify-content: space-between;
}
.bottom-block .bottom-left {
    width: 50%;
}
.tariff-includes {
    display: block;
    margin: 0 0 20px 0;
    font-size: 20px;
}
.tariff-includes-item {
    padding: 0 0 12px 0;
}
.tariff-includes-item:last-child {
    padding: 0;
}
.mod-button-center {
    width: 490px;
    margin: 0 auto!important;
}
.form-tariffs .form-button__button {
    padding: 41px 19px 41px 20px;
}
.bonus-title {
    justify-content: space-between;
}
#form-tariff-max .works {
    height: 295px;
}
.standart-remodal-form h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.standart-remodal-form p {
    padding: 0 0 10px 0;
}
/**********whatsApp-wg**********/
.whatsApp-wg-wrap {
    border-radius: 60px;
    padding: 4px 5px;
    box-sizing: border-box;
    gap: 12px;
    width: 280px;
    height: 60px    
}
.whatsApp-wg {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsApp-wg-img {
    position: relative;
    width: 51.3px;
    height: 51.3px;
    background: #755EFC;
    border-radius: 50%;
}
.whatsApp-wg-img img {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.whatsApp-wg-img .label {
    bottom: -5px;
    left: -2px;
    display: inline-flex;
    position: absolute;
    background: #7DCF4F;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    width: 55px;
    height: 16px;
    align-items: center;
    justify-content: center;
}
.whatsApp-wg-img .circle {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 5px;
    box-sizing: border-box;
    width: 8.57px;
    height: 8.57px;
    background: #7DCF4F;
    border: 1px solid #FFFFFF;
}
.whatsApp-wg-text {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #514692;
}
.whatsApp-wg-link {
    display: inline-block;
    color: #514692;
    border-bottom: 1px solid #514692;
}
/***********footer**************/
footer {
    padding: 50px 0;
}
.footer {
    margin: 0 0 50px 0;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-social {
    column-gap: 20px;
    padding: 30px 0 0 0;
}
.footer-be-link {
    display: block;
    background: #fff url(../fonts/oNvBZY9MmG3K.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.footer-vk-link {
    display: block;
    background: #fff url(../fonts/2ACiOJW1Fxis.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.footer-cms-link {
    display: block;
    background: #fff url(../fonts/E6rnqahVqns3.svg) center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.footer-right-col,
.footer-left-col {
    width: 50%;
    box-sizing: border-box;
    align-items: flex-start;
}
.footer-right-col {
    margin: 0 0 0 -53px;
}
.footer-item {
   width: 50%; 
   box-sizing: border-box;
   padding: 0 0 0 53px;
}
.col-left {
    width: 65%;
}
.col-right {
    width: 35%;
}
.footer-col_title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding: 0 0 0 25px;
    margin: 0 0 25px 0;
}
.footer-col_title:before {
    content: '';
    background: url(../fonts/twmqzoqSbU2J.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.menu-client li {
    padding: 0 0 20px 0;
}
.menu-client li:last-child {
    padding: 0;
}
.menu-client li a {
    font-size: 16px;
    line-height: 1;
    color: #514692;
}
.footer-phone {
    padding: 0 0 25px 0 ;
}
.footer-msg {
    padding: 20px 0 25px 0;
}
.footer-email {
    padding: 25px 0 0 0;
}
.footer-title {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px 0;
}
.tel-ico {
    background: url(../fonts/ICC5nAbZi6ST.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.email-ico{
    background: url(../fonts/eIneLNC4NBQt.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.client-ico {
     background: url(../fonts/twmqzoqSbU2J.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.msg-ico {
    background: url(../fonts/YRvX0xXKU5rT.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.address-ico {
    background: url(../fonts/uhJO6VJMdJQc.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.tm-ico {
    background: url(../fonts/zzUTtpoeieFc.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.footer-wp-ico {
    background: url(../fonts/HwWTyITUB1Wj.svg) center no-repeat;
    width: 36px;
    height: 36px;
    display: block;
}
.footer-tg-ico {
    background: url(../fonts/ySrxrWENTn1L.svg) center no-repeat;
    width: 36px;
    height: 36px;
    display: block;
}
.footer-soc {
    column-gap: 20px;
}
.footer-title .label {
    padding: 0 10px 4px 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    background: #7DCF4F;
    border-radius: 8px;
}
.footer-border {
    border-bottom: 1px solid #EDE9F9;
}
.footer-item-text {
  font-weight: 500;
    font-size: 28px;
    line-height: 1;
    color: #755EFC;  
}
.footer-address {
    padding: 0 0 25px 0;
}
.footer-tmwork {
    padding: 25px 0 0 0;
}
.footer-tm_under {
    padding: 10px 0 0 0;
}
.footer-bottom-pahel {
    justify-content: space-between;
}
.footer-col {
    column-gap: 60px;
}
.condition-link {
    line-height: 1;
    text-decoration-line: underline!important;
    color: #514692;
}
.politica-link {
    line-height: 1;
    text-decoration-line: underline!important;
    color: #514692;
}
/*******************thanky-page*******************/
.thanky-page .main-text__under {
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    padding: 30px 0 0 0;
}
.link-communities {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 18px;
    padding: 31px 40px;
    color: #514692;
    font-weight: 700;
    margin: 40px 0 0 0;
}
.thanky-page .main-offer-content {
    padding: 150px 0 120px 0;
}
.link-communities:before {
    content: '';
    background: url(../fonts/YMYKBYWpbBAO.svg) no-repeat;
    width: 28px;
    height: 28px;
}
.mod-socNetwork {
    padding: 100px 0;
}
.socNetwork-row {
    margin-left: -35px;
    align-items: flex-start;
}
.socNetwork-item {
    width: 50%;
    padding-left: 35px;
    margin: 0 0 35px 0;
    box-sizing: border-box;
}
.socNetwork-wrap {
    position: relative;
    padding: 50px;
    border-radius: 40px;
}
.socNetwork-cont {
    width: 50%;
}
.socNetwork-title {
    padding: 0 0 8px 0;
    font-size: 28px;
    line-height: 1;
}
.subscribers {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #B8B1CE;
}
.socNetwork-desc {
    padding: 20px 0 0 0;
    font-size: 16px;
}
.socNetwork-link {
    display: inline-flex;
    font-size: 18px;
    line-height: 1;
    color: #514692;
    background: #F8F6FF;
    border-radius: 20px;
    padding: 31px 65px;
    gap: 15px;
    align-items: center;
    margin: 25px 0 0 0;
}
.arrow-right-ico {
    background: url(../fonts/A3bzG7iLB8yb.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
}
.socNetwork-images {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
/********************media*********************/
@media (max-width:1680px) {
    .request-form-block:before {
        right: -40px;
    }
    .forClient-img {
        bottom: -200px;
        width: 1080px;
    }
    .reviews-block .container {
        width: 1500px;
    }
}
@media (max-width:1600px) {
    .reviews-block .container {
        width: 1395px;
    }
}
@media (max-width:1540px) {
    .reviews-block .container {
        width: 1414px;
    }
}
@media (max-width:1500px) {
    .link-decstop {
        display: none;
    }
    .scroll-down {
        display: none;
    }
    .border-mob {
        display: block;
    }
    .border-web {
        display: none;
    }
    .button__menu {
        position: unset;
        left: unset;
        top: unset;
        background-size: 16px;
        width: 43px;
        height: 43px;
    }
     .button-menu__circle-border {
        position: unset;
        left: unset;
        top: unset;
        margin: 0 5px 0 10px;
    }
    .button__menu:after {
        width: 46px;
        height: 46px;
    }
    .header-label {
        display: none;
    }
    .header-social {
        column-gap: 10px;
        padding: 0 0 0 20px;
    }
    .main-offer:before{
        display: none;
    }
   .advantages-block:before {
        display: none;
   }
   .request-form-block:before {
        right: -140px;
    }
    .team-slider-container {
        max-width: 1320px;
    }
    .team-slide__images {
        width: 100%;
    }
    .images-slide-bg {
        margin: 0 auto;
    }
    .dots-style {
        margin: 0 0 0 -99px;
    }
    .team-slide .flex {
        margin: 0 0 0 -90px;
    }
    .forClient-img {
        bottom: -180px;
        width: 980px;
    }
     .team-slide .flex {
        margin: 0;
        flex-direction: column;
    }
    .team-slide__images {
        padding: 0;
        margin: 0 auto;
    }
    .team-slide__desc {
        width: 58%;
        padding: 40px 0 0px 0;
        text-align: center;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .request-form-item-cont {
        height: auto;
    }
    .dots-style {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        top: 0;
        width: 100%;
        margin-top: -20px;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .team-slider {
        padding: 100px 0 0 0;
    }
    .dots-style li {
        margin: 0 25px 0 25px;
    }
    .docum {
        right: 50%;
        margin: 0 -190px 0 0;
    }
}
@media (max-width:1460px) {
    .reviews-block .container {
        width: 1390px;
    }
}
@media (max-width:1440px) {
    .mega-menu__menu {
        padding: 90px 0 0 0;
    }
    .menu__button-close:after {
        width: 64px;
        height: 64px;
    }
    .mega-menu__button {
        left: unset;
        top: 14px;
        right: 17px;
    }
    .menu__button-wrap {
        z-index: 1000;
    }
    .mega-menu__soc-link {
        display: flex;
        left: 15px;
        top: 15px;
        margin: 0;
        gap: 20px;
    }
    .menu-item:first-child:after {
        height: 240%;
        top: -90px;
    }
    .mega-menu__menu:after {
        margin: 13% 0 0 0;
    }
    .mega-menu__soc-link .behance-link {
        margin: 0;
    }
    ._visible {
        display: block;
    }
    ._hidden {
        display: none;
    }
    .performance-row {
        align-items: unset;
        display: block;
    }
    .performance-top {
        margin: 0 0 30px 0;
    }
    .performance-images {
        width: 100%;
    }
    .performance-images_img {
        width: 680px;
        height: 730px;
        left: 0;
        margin: 0 auto;
    }
    .performance-images_img img {
        width: 100%;
        display: block;
    }
    .performance-content {
        width: 100%;
    }
    .performance-top h2,
    .performance-top .text-above {
        text-align: center;
    }
    .reviews-block .container {
        width: 1350px;
    }
}
@media (max-width:1367px) {
    .request-form-block:before {
        right: -245px;
    }
    .forClient-img {
        bottom: 0;
        width: 800px;
    }
    .reviews-block .container {
        width: auto;
        padding: 0 0 0 10px;
    }
}
@media (max-width:1300px) {
    .stages-cooperation-row {
        gap: 70px;
    }
}
@media (max-width:1280px) {
    .header-menu {
        width: 33%;
    }
    .button-block-wrap {
        padding: 20px 20px 30px 20px;
        border-radius: 40px;
        flex-direction: column;
    }
    .button-block-info {
        width: 100%;
        gap: 20px;
        flex-direction: column;
    }
    .button-block-text {
        text-align: center;
    }
    .button-block-button {
        width: 390px;
        margin: 30px auto 0 auto;
    }
    .cta-images {
        position: unset;
        right: unset;
        bottom: unset;
        margin: 25px auto 0 auto;
        width: 420px;
        height: auto;
    }
    .cta-images img {
        width: 100%;
        display: block;
    }
    .cta-desc {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .cta-content {
        display: block;
        padding: 80px 80px 0;
    }
    .promotion-images {
        width: 100%;
        height: 570px;
    }
    .promotion-wrap {
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .promotion-content {
        width: 100%;
        text-align: center;
    }
    .promotion-images_web {
        display: none;
    }
    .promotion-button {
        margin: 55px auto 0 auto;
        width: 400px;
    }
    .promotion-images_mob {
        display: block;
        background: url(../images/4emCtzdbWU8e.webp) no-repeat;
        background-position: -53px 0;
    }
    .promotion-images img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .result-get__front {
        position: unset;
        top: unset;
        right: unset;
        width: 100%;
        box-shadow: none;
    }
    .result-get__back {
        width: 100%;
        padding: 70px;
        margin: 0 0 20px 0;
    }
    .result-get__back img {
        position: absolute;
        top: -45px;
        left: 50%;
        margin: 0 0 0 -220px;
    }
    .back-content {
        text-align: center;
    }
    .tariffs-block:before {
        display: none;
    }
    .tariffs-block:after {
        display: none;
    }
    .cta-button {
        margin: 40px auto 0 auto;
        width: 387px;
    }
    .tariffs-item {
        padding: 0 10px 0 10px;
    }
    .team-slide__desc {
           width: 90%;
    }
    .result-get-block {
        padding: 50px 0 100px 0;
    }
    .reviews-block .slick-prev {
        right: 100px;
    }
    .reviews-block .slick-next {
        right: 10px;
    }
    .stages-cooperation-row {
        gap: 62px;
    }
    .tariff-lite .tariff-lite__circle {
        margin: 0 0 0 -38px;
    }
}
@media (max-width:1220px) {
    .stages-cooperation-row {
        gap: 30px;
    }
}
@media (max-width:1200px) {
    .header-menu {
        display: none;
    }
    .thanky-page .main-offer-content {
        padding: 30px 0 0 0;
    }
    .main-offer-img {
        position: unset;
        right: unset;
        bottom: unset;
        margin: 0;
    }
    .tariffs-block .slick-list {
        padding: 40px 20px 0 20px!important;
    }
    .request-form-block h2 {
        text-align: center;
    }
    .review-btn {
        margin: 40px auto 20px auto;
    }
    .main-illustr {
        width: 100%;
    }
    .mobile-offer {
        display: block;
    }
    .web-offer {
        display: none;
    }
    .main-offer-img img {
        position: unset;
        bottom: unset;
        right: unset;
        display: block;
        z-index: 1;
        width: 100%;
    }
    .autor {
        width: auto;
    }
    .triggers-main {
        width: 100%;
    }
    .main-offer-content {
        padding: 30px 0 0 0;
    }
    .main-offer {
        border-radius: 0;
        min-height: auto;
    }
    .triggers-content {
        padding: 30px;
    }
    .triggers-icon {
        width: 136px;
        height: 136px;
        margin-right: 0;
        margin-left: auto;
    }
    .border_tr-1 img {
        width: 92px;
    }
    .border_tr-2 img {
        width: 81px;
    }
    .border_tr-3 img {
        width: 104px;
    }
    .border_tr-1:before {
        width: 140px;
        height: 140px;
    }
    .border_tr-2:before {
        width: 140px;
        height: 140px;
    }
    .border_tr-3:before {
        width: 140px;
        height: 140px;
    }
    .footer {
        flex-direction: column;
        gap: 40px;
    }
    .footer-right-col, 
    .footer-left-col {
        width: 100%; 
    }
    .col-left {
        width: 50%;
    }
    .col-right {
        width: 50%;
    }
    .footer-col {
        column-gap: 40px;
    }
    .footer-bottom-pahel {
        gap: 20px;
    }
    .four-block_row {
        flex-direction: column-reverse;
        margin: 0;
    }
    .row-top .column-left {
        display: none;
    }
    .column-center {
        padding: 0 0 20px 0;
            width: 100%;
    }
    .autor {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 65px;
    }
    .row-bottom {
        margin: 0;
        flex-direction: column;
    }
    .row-bottom .column-right {
        padding: 0;
        width: 100%;
    }
    .row-top .column-right {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .four-block_row.row-top  {
        align-items: end;
    }
    .row-bottom .column-left {
        padding: 0;
    }
    .faq-form {
        width: 40%;
    }
    .faq-container {
        width: 60%;
    }
    .keyses-images-wrap {
        width: 650px;
        height: 500px;
        margin: 20px auto 0 auto;
    }
    .keyses-wrap {
        flex-direction: column;
    }
    .keyses-content {
        width: 100%;
        text-align: center;
    }
    .button-panel {
        justify-content: center;
    }
    .stat-btn-panel {
        gap: 40px;
    }
    .request-form-block {
        border-radius: 40px;
    }
    .request-form-wrap {
        padding: 50px 0;
        margin: 0;
    }
    .request-form-wrap .subtitle {
        text-align:center;
    }
    .request-form__content {
        width: 100%;
        padding: 0;
    }
    .request-form-block .text-above {
        text-align: center;
    }
    .request-form-block h2 {
        text-align: center;
    }
    .request-form__form {
        width: 550px;
        padding: 0;
        margin: 60px auto 0 auto;
    }
    .request-form-block input[type="submit"] { z-index: 1;
        padding: 20px 80px 20px 150px;
     }
     .form-button .btn-ico {
        left: 90px;
    }
    .request-form-block:before {
        display: none;
    }
    .stages-cooperation-item {
        width: 100%;
    }
    .stages-cooperation-row {
        align-items: unset;
        justify-content: unset;
        display: block;
    }
    .point-line {
        display: none;
    }
    .visible-content-mob {
        display: block;
    }
    .stages-ico-line {
        margin: 0 auto 40px auto;
    }
    .stages-cooperation-item:nth-child(2) {
        display: none;
    }
    .stages-cooperation-row:nth-child(3) {
        margin-top: 0;
    }
    .stages-cooperation-row:nth-child(5) {
        margin-top: 0;
    }
    .stages-cooperation-row:nth-child(7) {
        margin-top: 0;
    }
    .stages-cooperation-row {
        margin-bottom: 100px;
    }
    .stages-right .stages-ico-line {
        margin-right: auto;
        margin-left: auto;
    }
    .stages-cooperation-wrap:before {
        display: none;
    }
    .stages-right {
        margin-top: 0;
    }
    .stages-ico-line:before {
        content: '';
        width: 6px;
        height: 74%;
        background: url(../fonts/xDIwbQ7RlqZm.svg);
        display: block;
        position: absolute;
        top: -94px;
        left: 45px;
    }
    .forClient-img {
        display: none;
    }
    .offer-forClient-content {
        display: block;
    }
    .offer-forClient-desc {
        width: 100%;
        padding: 60px 0 20px 0;
    }
    .offer-forClient-block h2 {
        text-align: center;
    }
    .offer-forClient-mob-img {
        display: block;
        width: 720px;
        margin: 30px auto 0 auto;
    }
    .offer-forClient-mob-img img {
        max-width: 100%;
    }
    .offer-forClient-slider {
        margin: 0 auto;
    }
    .offer-forClient-descr {
        text-align: center;
        padding: 20px 0;
    }
    .offer-forClient-block .slick-dots {
        bottom: 50%;
        margin: 0 0 -100px 0;
        justify-content: center;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        left: 0;
        right: 0;
    }
    .offer-forClient-btn {
        margin: 60px auto 0 auto;
        
    }
    .offer-forClient-cifra {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 20px 60px 60px;
        margin: 30px 0 0 0;
        width: 100%;
        border-left: 0;
        border-top: 1px solid #F2EFFC;

    }
    .offer-forClient-block .slick-dots button {
        width: 18px;
        height: 18px;
        border-radius: 50%;
    }
    .offer-forClient-block 
    .slick-dots li[class="slick-active"] button {
        width: 18px;
        height: 18px;
    }
    .thanky-page .main-title {
        text-align: center;
    }
    .thanky-page .main-text__under {
        text-align: center;
    }
    .link-communities {
        display: flex;
        margin: 40px auto 0 auto;
        width: 317px;
        box-sizing: border-box;
    }
    .socNetwork-images {
        width: 120px;
        height: 120px;
    }
    .socNetwork-images img {
        max-width: 100%;
    }
}
@media (max-width:1080px) {
    .menu-item {
        width: 50%;
    }
    .item {
        width: 50%;
    }
    .item-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-bottom-item {
        width: 50%;
    }
    .section-bottom-item:first-child {
        border-right: 1px solid #F2EFFC;
    }
    .section-bottom-images {
        position: unset;
        bottom: unset;
        margin: 0 auto 30px auto;
        margin: 0 0 30px 0;
    }
    .final-result-item.item {
        width: 100%;
        margin-bottom: 60px;
    }
    .final-result-block:before {
        display: none;
    }
    .final-result__ico-bg {
        background: #755EFC!important;
    }
    .final-result-block {
        border-radius: 40px;
    }
    .tariffs-block {
        border-radius: 40px;
    }
    .mega-menu__menu:before {
        margin: 0 0 -330px 0;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 50%;
    }
    .mega-menu__menu:after {
        margin: 4% 0 0 0;
    }
    .menu-item:first-child:after {
        margin: 0 0 0 50%;
    }
}
@media (max-width:1024px) {
    .triggers-item {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0;
    }
    .triggers-list {
        margin-left: 0;
    }
    .faq-form {
        width: 50%;
    }
    .faq-container {
        width: 50%;
    }
    .tariffs-block .slick-list {
        padding: 40px 5% 0 0!important;
    }
    .tariffs-item-content {
        height: auto;
    }
    .tariffs-desc {
        height: auto;
    }
     .tariffs-block .slick-list {
        padding: 40px 50px 0 50px!important;
    }
}
@media (max-width:980px) {
    .header-text { 
        display: none;
    }
    .main-title {
        font-size: 66px;
    }
    .stages-item {
        width: 50%;
        margin: 0 0 30px 0;
    }
    .stages-block {
        padding: 100px 0 20px;
    }
    .modal-form-right {
        display: none;
    }
    .remodal .form-button {
        margin: 30px auto 0 auto;
        width: 420px;
    }
    .form-button__button {
        padding: 20px 50px 20px 142px;
    }
    .remodal .form-button .btn-ico {
        left: 50px;
    }
    .request-form-button {
        width: 420px;
        margin: 0 auto;
    }
    .modal-form-left {
        width: 100%;
    }
    .form-offer-commerc .modal-form-left {
        width: 100%;
    }
    h3 {
        text-align: center;
    }
    .form-desc {
        text-align: center;
    }
    .promotion-images_mob {
        background-position: -278px 22px;
    }
    .socNetwork-row {
        margin-left: 0;
        align-items: unset;
        display: block;
    }
    .socNetwork-item {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width:920px) {
    .bottom-block {
        margin: 50px 0 0px 0;
        display: block;
    }
    .bottom-block .bottom-left {
        width: 100%;
    }
    .bottom-block .default-button {
        margin: 40px auto 0 auto;
    }
}
@media (max-width:900px) {
    .faq-form {
        width: 100%;
    }
    .tarif-max .works {
        margin: 20px 0 30px 0;
        height: auto;
    }
    .faq-container {
        width: 100%;
    }
    .form-button-wp .default-button {
        width: auto;
    }
    .faq-form-top {
        justify-content: center;
    }
    .faq-form_form .item-title {
        text-align: center;
    }
    .faq-form_form .item-desc {
        text-align: center;
        display: block;
    }
    .faq-form_form .form-button-wp {
        margin: 45px auto 0 auto;
        width: 340px;
    }
     .form-tariffs h3 {
        text-align: left;
    }
    .form-tariffs .form-desc {
        text-align: left;
    }
    .mod-form-list {
        margin: 0;
    }
    .mod-item {
        width: 100%;
        padding: 30px 60px 30px 60px;
        border-right: 0;
        border-bottom: 1px solid #F2EFFC;
    }
    .remodal.form-tariffs {
        padding: 60px 0;
    }
    .mod-item-cont {
        padding: 0;
    }
    .form-tariffs .form-desc {
        padding: 15px 60px 0 60px;
    }
    .form-tariffs h3 {
        padding: 0 60px;
    }
    .bottom-block {
        padding: 0 60px;
    }
    .mod-item:nth-child(3) {
        border-bottom: 0;
    }
    #form-tariff-max .works {
        height: auto;
    }
}
@media (max-width:767px) {
    .main-title {
        font-size: 56px;
    }
    // .main-title br {
    //     display: none;
    // }
    .main-bottom-block {
        column-gap: 25px;
    }
    .marketing .main-title {
    font-size: 48px;
}
    .footer {
        display: block;
        padding: 0;
        border-radius: 30px;
        margin: 0 0 30px 0;
    }
    .footer-right-col, 
    .footer-left-col {
        margin: 0 0 40px 0;
        flex-direction: column;
        align-items: center;
    }
    .col-left {
        width: 100%;
    }
    .footer-logo .logo {
        width: 215px;
        margin: 0 auto;
        padding: 0;
    }
    .footer-social {
        padding: 20px 0 0 0;
        justify-content: center;
    }
    .col-right {
        width: 50%;
        text-align: center;
        margin: 40px 0 0 0;
    }
    .footer-item {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .footer-soc {
        justify-content: center;
    }
    .footer-phone {
        padding: 0 0 20px 0;
    }
    .footer-msg {
        padding: 20px 0 20px 0;
    }
    .footer-email {
            padding: 20px 0 20px 0;
        border-bottom: 1px solid #EDE9F9;
    }
    .footer-address {
        padding: 20px 0 20px 0;
    }
    .footer-tmwork {
        padding: 20px 0 0 0;
    }
    .footer-title {
        justify-content: center;
    }
    .footer-bottom-pahel {
        justify-content: unset;
        text-align: center;
        flex-direction: column;
        gap: 20px;
    }
    .item {
        width: 100%;
    }
    .item-topdesc {
        height: auto;
    }
    .team-item {
        justify-content: center;
    }
    .team-block .text-above {
        text-align: center;
    }
    .team-block h2 {
        text-align: center;
    }
    .team-item .text-above br {
        display: none;
    }
    .team-item h2 br {
        display: none;
    }
    .performance-images_img {
        width: 300px;
        height: 310px;
    }
    .section-bottom-item {
        width: 100%;
        text-align: center;
        border-left: 0;
        border-bottom: 1px solid #F2EFFC;
    }
    .section-bottom-item:first-child {
        border-right: none;
    }
    .section-bottom-item:last-child {
        border-bottom: none;
    }
    .section-bottom-images {
        margin: 0 auto 30px auto;
        width: 139px;
        height: 140px;
    }
    .section-bottom-images img {
        width: 100%;
    }
    .section-bottom-ico {
        margin: 0 auto 20px auto;
    }
    .section-bottom h2 {
        text-align: center;
    }
    .keyses-wrap {
        padding: 20px 20px 0 20px;
    }
    .keyses-images-wrap {
        width: 100%;
        height: 350px;
    }
    .stat-btn-panel {
        padding: 40px 20px 20px;
        gap: 20px;
    }
    .applicat-block .number {
        font-size: 52px;
    }
    .applicat-block .text {
        font-size: 16px;
    }
    .keyses {
        border-radius: 30px;
    }
    .stat-btn-panel {
        border-radius: 0px 0px 30px 30px;
    }
    .request-form__form {
        width: 100%;
    }
    .request-form-item {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .offer-forClient-mob-img {
        width: 560px;
    }
    .promotion-images img {
        width: 540px;
    }
    .promotion-images {
        height: 465px;
    }
    .promotion-images_mob {
        background-position: -278px 42px;
    }
}
@media (max-width:720px) {
    .trigger-item {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .triggers-main {
        margin: 0;
    }
   .main-bottom-block {
        flex-direction: column;
        column-gap: unset;
        margin: 20px 0 0 0;
    }
    .main-bottom-text {
        margin: 25px 0 0 0;
    }
    .main-title {
        font-size: 48px;
    }
    .footer-col {
        column-gap: 10px;
    }
    .footer-col:last-child {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width:600px) {
    .header-phone {
        display: none;
    }
    .header-down {
        padding: 15px 0;
    }
    body.open {
    padding-right: 0;
}
    .logo {
        padding: 0;
        width: 120px;
    }
    .container-main {
        padding: 0 20px;
    }
    .marketing .main-title {
        font-size: 35px;
    }
    .marketing .main-title br {
        display: none;
    }
     .trigger-content {
        padding: 20px;
        border-radius: 20px;
    }
    .trigger-content p {
        font-size: 16px;
        text-align: center;
    }
    .trigger-content p br {
        display: none;
    }
    .trigger-content p .bold br {
        display: none;
    }
    .triggers-main {
            padding: 20px 0 0 0;
    }
    .main-title {
        font-size: 40px;
        text-align: center;
    }
    .circle-border-wrap {
        margin: 0 0 0 20px;
    }
    .header-social {
        column-gap: 20px;
        padding: 0;
    }
    .triggers-content {
        padding: 20px;
        border-radius: 20px;
    }
    .num-percent {
        padding: 5px 15px;
        font-size: 20px;
    }
    .triggers-title {
        padding: 8px 0 8px 0;
        font-size: 20px;
    }
    .triggers-desc {
        font-size: 14px;
    }
    .footer-item-text {
        font-size: 24px;
    }
    .col-right {
        width: 100%;
    }
    footer {
        padding: 50px 0 30px 0;
    }
    .mega-menu-wrap {
        padding: 0;
    }
    .menu-item {
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #F2EFFC;
    }
    .mega-menu__menu {
        margin-left: 0;
        padding: 60px 0 0 0;
    }
    .title-menu {
        margin: 0;
    }
    .title-menu_ico {
        width: 20px;
        height: 20px;
    }
    .title-menu .image-title {
        font-size: 20px;
    }
    .menu_tehn-link .image-title {
        font-size: 18px;
    }
    .menu_tehn_ico {
        width: 18px;
        height: 18px;
    }
    .menu_tehn-link {
        padding: 0 0 0 15px;
    }
    .mega-menu__soc-link .behance-link {
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    .mega-menu__soc-link .vk-link {
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    .menu__button-close {
        height: 40px;
        width: 40px;
        background-size: 16px;
    }
    .mega-menu__button {
        top: 14px;
        right: 14px;
    }
    .menu__button-close:after {
        width: 43px;
        height: 43px;
        top: -1px;
        left: -1px;
    }
    .column-panel {
        padding: 20px;
        font-size: 16px;
    }
    .column-left-panel {
        border-radius: 30px 10px 30px 30px;
    }
    .column-right-panel {
        border-radius: 10px 30px 30px 30px;
    }
    .autor img {
        width: 83px;
        margin: 0;
    }
    .row-top .column-right {
        width: 100%;
    }
    .row-bottom .column-left {
        width: 100%;
    }
    .autor {
        gap: unset;
        justify-content: space-between;
    }
    .ico-smile-think {
        width: 44px;
        height: 44px;
    }
    .ico-smile-fire {
        width: 44px;
        height: 44px;
    }
    .text-above {
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    h2 {
        font-size: 28px;
    }
    .margin-top {
        margin-top: 30px;
    }
    .advantages-block {
        border-radius: 40px;
        margin: 25px 0;
    }
    .item-cont {
        padding: 20px;
        border-radius: 30px;
    }
    .item-number {
        display: none;
    }
    .item-topdesc {
        justify-content: center;
        margin-bottom: 15px;
    }
    .item-title {
        padding: 0 0 10px 0;
        font-size: 24px;
        text-align: center;
    }
    .item-desc {
        font-size: 14px;
        text-align: center;
    }
    .advantages-list .item {
        padding-left: 0;
    }
    .item {
        margin-bottom: 20px;
    }
    .advantages-list {
        margin-bottom: 25px;
        margin-left: 0;
    }
    .item-img {
        width: 120px;
        height: 120px;
    }
    .item-img img {
        width: 100%;
        height: 100%;
    }
    .advantages-block-content {
        padding: 50px 0 0 0;
    }
    .advantages-list:before {
        display: none;
    }
    .four-block .button-center {
        margin: 40px auto 0 auto;
        width: 300px;
    }
    .advantages-block .button-center {
        width: 300px;
    }
    .button-block-button {
        width: 288px;
    }
   .performance-images_img {
        width: 290px;
        height: 300px;
    }
    .performance-list {
        margin: 30px 0 0 -12px;
    }
    .performance-item {
        padding: 0 0 0 12px;
        margin-bottom: 12px;
    }
    .performance-item-cont {
        padding: 20px;
        border-radius: 20px;
        justify-content: unset;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }
    .performance-item-title {
        font-size: 16px;
        width: auto;
        height: 67px;
    }
    .performance-item-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-size: 18px;
    }
    .button-block-icon {
        background-size: 40px;
        width: 72px;
        height: 72px;
    }
    .button-block-text {
        font-size: 20px;
    }
    .stages-images {
        position: relative;
        margin: 0 auto 35px auto;
        width: 120px;
        height: 120px;
    }
    .stages-images img {
        width: 100%;
    }
    .num {
        margin: 35px 0 0 -25px;
        width: 44px;
        height: 44px;
        font-size: 20px;
        border: 4px solid #F8F6FF;
    }
    .stages-desc {
        padding: 10px 0 0 0;
        font-size: 14px;
    }
    .stages-title {
        font-size: 20px;
    }
    .stages-cooperation-row {
        margin-bottom: 0;
    }
    .section-bottom-cont {
        padding: 20px;
    }
    .section-bottom h2 {
        font-size: 24px;
    }
    .section-bottom-images {
        margin: 0 auto 10px auto;
    }
    .section-bottom-ico {
        margin: 0 auto 12px auto;
    }
    .section-bottom-title {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
    .section-bottom-desc {
        font-size: 14px;
    }
    .stages-block {
        padding: 25px 0 10px;
    }
    .performance-block {
        padding: 25px 0;
    }
    .performance-bottom__button-block {
        margin: 25px 0 0 0;
    }
    .contract-block {
        padding: 25px 0 25px 0;
    }
    .team-block {
        padding: 25px 0 5px 0;
    }
    footer {
        padding: 25px 0 110px 0;
    }
    .spoiler-head {
        font-size: 16px;
        padding: 20px 70px 20px 20px;
        line-height: 1.2;
    }
    .spoiler-head:before {
        width: 38px;
        height: 38px;
        right: 20px;
        margin: -20px 0 0 0;
        background-size: 14px;
        border-radius: 10px;
    }
    .spoiler-wrap.active .spoiler-head:before {
        background-size: 14px;
    }
    .spoiler-body-content {
        padding: 20px;
    }
    .spoiler-body-content p {
        font-size: 14px;
    }
    .spoiler-wrap {
        margin: 0 0 15px;
    }
    .faq-form-content {
        border-radius: 30px;
    }
    .faq-form-top {
        padding: 20px;
        gap: 20px;
    }
    .avatar-inform .autor-label {
        font-size: 12px;
    }
    .avatar-images {
        width: 80px;
    }
    .avatar-images img {
        width: 100%;
        display: block;
    } 
    .avatar-inform .autor-name {
        margin: 6px 0 10px 0;
    }
    .faq-form_form {
        padding: 20px;
    }
    .faq-form_form .form-button-wp {
        margin: 30px auto 0 auto;
         width: 300px;
        text-align: center;
    }
    .form-button-wp .default-button {
        width: 100%;
    }
    .default-button {
        gap: 20px;
        padding: 0 23px 0 20px;
        border-radius: 16px;
    }
    .main-bottom-block .default-button {
        border-radius: 20px;
    }
    .default-button:after {
        box-shadow: 0 4px rgb(227 171 0);
    }
    .btn-lg {
        font-size: 16px;
        width: auto;
        height: 76px;
    }
    .btn-sm {
        font-size: 14px;
        width: 272px;
        height: 60px;
    }
    .btn-lg .btn-ico {
        width: 48px;
        height: 48px;
        background-size: 24px;
    }
    .btn-sm .btn-ico {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .btn-lg.btn-border-yellow:before {
        top: -12px;
        width: 328px;
        height: 104px;
    }
    .btn-sm.btn-border-yellow:before {
        top: -8px;
        border-radius: 24px;
        width: 288px;
        height: 80px;
    }
     .btn-lg.btn-border-white:before {
        top: -12px;
        width: 106%;
        height: 104px;
    }
    .btn-sm.btn-border-white:before {
        top: -8px;
        border-radius: 24px;
        width: 288px;
        height: 80px;
    }
    .btn-sm .btn-faq-ico {
        width: 40px;
        height: 40px;
         background-size: 24px;
    }
    .cta-content {
        padding: 20px 20px 0;
        border-radius: 30px;
    }
    .cta-text-over {
        padding: 0 0 10px 0;
        font-size: 16px;
    }
    .cta-images {
        width: 240px;
    }
    .keyses-title {
        font-size: 24px;
        padding: 0 0 15px 0;
    }
    .keyses-desc {
        font-size: 14px;
        padding-right: 0;
    }
    .button-panel {
        padding: 20px 0 0 0;
        gap: unset;
        flex-wrap: unset;
        display: block;
        justify-content: unset;
        text-align: left;
    }
    .review-btn {
        display: none;
        width: 100%;
        height: 60px;
        font-size: 16px;
        margin: 20px 0 15px 0;
    }
    .applicat-item {
        gap: 6px;
        flex-direction: column;
        align-items: baseline;
    }
   .button-panel-link {
        font-size: 16px;
        display: inline-block;
        padding: 10px;
        margin: 0 5px 5px 0;
    }
    .button-panel p {
        display: inline-block;
    }
    .video-review {
        gap: 20px;
    }
    .video-review__text {
        font-size: 16px;
    }
    .video-review-logo {
        width: 60px;
        height: 60px;
    }
    .video-review-logo img {
        width: 100%;
    }
    .video-review__video-btn {
        width: 28px;
        height: 28px;
    }
    .keyses {
        margin: 0 0 20px 0;
    }
    .result-get__back {
        padding: 20px;
        border-radius: 30px;
    }
    .result-get__back img {
        top: -20px;
        margin: 0 0 0 -105px;
        width: 220px;
    }
    .back-title {
        font-size: 28px;
        padding: 0 0 12px 0;
    }
    .back-desc {
        font-size: 16px;
    }
    .back-content {
        padding: 180px 0 0 0;
    }
    .result-get__front .item-title {
        font-size: 20px;
        text-align: left;
        padding: 0;
    }
    .front-title {
        font-size: 24px;
        text-align: center;
    }
    .result-get__front {
        border-radius: 30px;
    }
    .front-cont {
        padding: 20px;
    }
    .front-triggers {
        padding: 20px 0 0 0;
    }
    .front-triggers-item {
        padding: 15px 0;
    }
    .result-get__front .item-title {
        font-size: 16px;
        width: 75%;
    }
    .result-get-block .default-button {
        margin: 20px 0 0 0;
    }
    .cta-button {
        width: 272px;
    }
    .tariffs-block {
        border-radius: 40px;
    }
    .tariffs-content {
        padding: 50px 0 50px 0;
    }
    .sub-title {
        font-size: 16px;
        padding: 12px 0 0 0;
    }
    .tariffs-wrap {
        margin: 30px 0 0 0;
    }
    .tariffs-item-content {
        border-radius: 30px;
        padding: 20px 20px 35px 20px;
    }
    .tariff-title {
        padding: 0 0 5px 0;
        font-size: 24px;
    }
    .tariff-lite .tariff-lite__circle {
        width: 60px;
        height: 60px;
        background-size: 30px;
        top: -37px;
        margin: 0 0 0 -40px;
        border: 5px solid #755EFC;
    }
    .tariff-period {
        padding: 0 0 8px 25px;
        font-size: 14px;
    }
    .tariff-lite .clock-ico:before {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
    .tariffs-works {
        padding: 12px 0;
        font-size: 16px;
     }
     .tariff-detailed {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .tariff-price {
        padding: 20px 0 40px 0;
        font-size: 48px;
        text-align: center;
    }
    .tariff-button .btn-ico {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .tariff-button .button {
        width: 100%;
        height: 60px;
        gap: 10px;
        padding: 0 15px 0 15px;
        border-radius: 16px;
        font-size: 14px;
    }
    .request-form-wrap .subtitle {
        font-size: 16px;
    }
    .tariff-button .button:before {
        width: 106%;
        top: -9px;
        height: 80px;
    }
    .tariff-label {
        font-size: 22px;
    }
    .tariffs-item {
        padding: 0 2px 0 2px;
    }
    .tariffs-block .slick-list {
        padding: 35px 10px 0 10px!important;
    }
    .final-result-block {
        margin: 25px 0;
        border-radius: 40px;
    }
    .final-result-block .item-title {
        font-size: 20px;
    }
    .final-result-block .item-desc {
        font-size: 14px;
    }
    .final-result-block .item-cont {
        padding: 20px 20px 40px 20px;
    }
    .final-result__ico-wrap {
        margin: 0 0 0 -20px;
        width: 68px;
        height: 68px;
    }
    .final-result__ico-wrap .ico {
        width: 60px;
        height: 60px;
    }
    .final-result__ico-wrap .ico img {
        width: 30px;
        height: 30px;
    }
    .final-result-block .button-center {
        width: 320px;
        margin: 10px auto 0 auto;
    }
    .form-button .btn-sm {
        width: 100%
    }
    .request-form-list {
        padding: 30px 0 0 0;
    }
    .request-form-item-cont {
        padding: 20px 20px 40px 20px;
        border-radius: 20px;
    }
    .request-form-item-cont p {
        font-size: 16px;
        text-align: center;
    }
    .request-form-item-ico {
        bottom: -40px;
    }
    .request-form-item {
        margin: 0 0 50px 0;
    }
    .request-form__form {
        margin: 30px 0 0 0;
    }
    .form-content {
        padding: 20px;
        border-radius: 30px;
    }
    .form-cta input[type="tel"], 
    .form-cta input[type="text"] {
        padding: 16px 20px 16px 20px;
        font-size: 16px;
        margin: 0 0 12px;
        border-radius: 16px;
    }
    .form-input .placeholder {
        padding: 18px 20px;
        font-size: 16px;
    }
    .form-input input:focus > span.placeholder{
        top: 5px!important;
        left: 20px!important;
    } 
    .form-input input:not(:placeholder-shown) + span.placeholder {
        font-size: 12px;
        top: 5px!important;
        left: 20px!important;
        padding: 0;
    }
    /*.form-cta .form-input input:focus ~ span.placeholder {
        font-size: 12px;
        transform: translateX(20px) translateY(5px);
    }*/
    .form-button {
        margin: 20px auto 0 auto;
    }
    .remodal .form-button {
        margin: 30px auto 0 auto;
        width: 320px;
    }
    .form-phone-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 7px;
    }
    .form-user-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 7px;
    }
    .sogl-text {
        font-size: 12px;
    }
    .form-button__button {
        padding: 20px 10px 20px 70px;
    }
    .remodal-form h3 {
        padding: 0 45px;
    }
    .form-button .btn-ico {
        top: 11px;
        left: 70px;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .remodal-form .form-button .btn-ico {
        top: 11px;
        left: 40px;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .request-form-block input[type="submit"] {
        border-radius: 16px;
        padding: 20px 80px 20px 130px;
        box-shadow: 0 4px rgb(227 171 0);
    }
    .request-form-button {
        border-radius: 16px;
        width: 320px;
    }
    .stages-cooperation-block .sub-title br {
        display: none;
    }
    .stages-cooperation-item .item-content {
        padding: 20px;
        border-radius: 30px;
    }
    .stages-cooperation-item .title {
        padding: 0 0 15px 0;
        font-size: 20px;
        text-align: center;
    }
    .stages-bottom-panel .stages-num {
        display: none;
    }
    .stages-button-show {
        font-size: 16px;
        border-radius: 16px;
        padding: 21px 95px 21px 70px;
        width: 100%;
        text-align: center;
    }
    .stages-cooperation-item ul li:before {
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    .stages-cooperation-item ul li {
        font-size: 14px;
        padding: 12px 45px 12px 0;
    }
    .stages-ico-line {
        width: 80px;
        height: 80px;
        border: 8px solid #f8f6ff;
        margin: 0 auto 20px auto;
    }
    .stages-ico-line.ico-1:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-2:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-3:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-4:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-5:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-6:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-7:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-ico-line.ico-8:after {
        width: 102px;
        height: 102px;
        top: -11px;
        left: -11px;
    }
    .stages-cooperation-wrap {
        padding: 20px 0 0 0;
    }
    .stages-cooperation-item {
        margin-top: 95px;
    }
    
    .stages-ico-line:before {
        top: -87px;
    }
    .stages-button-show:before {
        right: 50%;
        margin: -5px -70px 0 0;
    }
    .stages-cooperation-block {
        padding: 25px 0;
    }
    .team-slide__desc .desc-name {
        font-size: 28px;
        padding: 0 0 15px 0;
    }
    .team-slide__desc .desc-post {
        padding: 9px 15px;
        margin: 0 0 15px 0;
        font-size: 14px;
        border-radius: 16px;
    }
    .team-slide__desc .desc-text {
        font-size: 16px;
    }
    .dots-style button {
        width: 60px;
        height: 60px;
    }
    .dots-style li {
        margin: 0 20px 0 0;
    }
    .dots-style li:nth-child(1) button:before {
        width: 60px;
        height: 71px;
        bottom: -1px;
        left: -1px;
        background-size: 63px;
    }
    .dots-style li:nth-child(2) button:before {
        width: 60px;
        height: 71px;
        bottom: -1px;
        left: 0;
        background-size: 60px;
    }
    .dots-style li:nth-child(3) button:before {
        width: 60px;
        height: 71px;
        bottom: -1px;
        left: 0;
        background-size: 60px;
    }
    .dots-style li:nth-child(4) button:before {
        width: 60px;
        height: 71px;
        bottom: -1px;
        left: 0;
        background-size: 60px;
    }
    .dots-style li[class="slick-active"] button {
        transform: translate(0,-10px);
    }
    .team-slider-block {
        padding: 25px 0;
    }
    .team-slide__desc {
        width: 100%;
    }
    .dots-style {
        margin-top: 10px;
    }
    .team-slider .slick-list {
        padding: 0;
    }
    .images-slide-bg {
        width: 240px;
        height: auto;
    }
    .team-slide-1 .images-slide-bg {
        background-size: 240px;
    }
    .team-slide-2 .images-slide-bg {
        background-size: 240px;
    }
    .team-slide-3 .images-slide-bg {
        background-size: 240px;
    }
    .team-slide-4 .images-slide-bg {
        background-size: 240px;
    }
    .triggers-block {
        padding: 25px 0;
    }
    .offer-forClient-block {
        margin: 25px 0;
    }
    .tariffs-block {
        margin: 25px 0;
    }
    .cta-block {
        padding: 25px 0;
    }
    .result-get-block {
        padding: 25px 0;
    }
    .four-block {
        padding: 25px 0;
    }
    .offer-forClient-content {
        border-radius: 30px;
    }
    .offer-forClient-desc {
        padding: 20px 0;
    }
    .percent {
        padding: 4px 20px 6px 20px;
        margin: 10px 0 0 0;
        font-size: 28px;
        border-radius: 20px;
    }
    .offer-forClient-mob-img {
        width: 320px;
        margin: 25px auto 0 auto;
    }
    .offer-forClient-descr {
        padding: 0 20px 20px 20px;
        font-size: 16px;
    }
    .offer-forClient-btn {
        margin: 50px auto 0 auto;
        width: 295px;
    }
    .offer-forClient-cifra {
        padding: 20px;
        margin: 20px 0 0 0;
    }
    .briefcase-ico {
        width: 64px;
        height: 64px;
        background-size: 24px;
    }
    .cifra {
        font-size: 24px;
    }
    .cifra-text {
        font-size: 14px;
        line-height: 1.2;
    }
    .offer-forClient-block .slick-dots {
        margin: 0 0 -75px 0;
    }
    .offer-forClient-slider {
        width: auto;
    }
    .offer-forClient-block .slick-dots button {
        width: 12px;
        height: 12px;
    }
    .offer-forClient-block .slick-dots li[class="slick-active"] button {
        width: 12px;
        height: 12px;
    }
    .promotion-block {
        padding: 25px 0;
    }
    .keyses-block {
        padding: 25px 0 5px 0;
    }
    .reviews-block .slick-list {
        padding: 0 15px 0 15px!important
    }
    .reviews-slide {
        margin: 0 5px 0 5px;
    }
    .reviews-autor {
        font-size: 14px;
        width: 75%;
        margin: 0 0 0 15px;
    }
    .reviews-bottom-panel {
        margin: 20px 0 0 0;
    }
    .reviews-logo {
        width: 60px;
        height: 60px;
    }
    .review-1 .reviews-logo {
        background-size: 35px;
    }
    .review-2 .reviews-logo {
        background-size: 35px;
    }
    .reviews-images-video .btn-play-video {
        bottom: 28px;
        right: 28px;
        width: 80px;
        height: 80px;
        background-size: 16px;
    }
    .promotion-content {
        padding: 30px;
    }
    .promotion-block h2 {
        font-size: 28px;
    }
    .promotion-text-over {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    .promotion-wrap {
        border-radius: 30px;
    }
    .promotion-images img {
        width: 328px;
    }
    .promotion-images {
        height: 280px;
    }
    .promotion-images_mob {
        background-position: -130px 0;
        background-size: 685px;
    }
    h3 {
        font-size: 24px;
    }
    .form-desc {
        font-size: 16px;
        padding: 10px 0 0 0;
    }
    .form-offer-commerc .form-desc {
        padding: 10px 0 0 0;
    }
    .form-offer-commerc .modal-form-input {
        margin: 20px 0 0 0;
    }
    input[type="tel"], 
    input[type="text"] {
        padding: 17px 20px 17px 20px;
        font-size: 16px;
        margin: 0 0 12px;
        border-radius: 16px;
    }
    .form-phone-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-user-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-phone-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-site-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-offer-commerc input[type="tel"], 
    .form-offer-commerc input[type="text"] {
        padding: 17px 20px 17px 20px;
    }
    .form-offer-commerc .form-input .placeholder {
        padding: 20px;
    }
    .form-offer-commerc .form-occupation-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
    .form-offer-commerc .form-site-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
    .form-offer-commerc .form-user-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
    .form-offer-commerc .form-phone-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
   /* .form-offer-commerc .form-input input:focus ~ span.placeholder {
        font-size: 12px;
        transform: translateX(20px) translateY(5px);
    }*/
    .form-offer-commerc .form-input input:focus + span.placeholder, 
    .form-offer-commerc .form-input input:not(:placeholder-shown) + span.placeholder {
        top: 5px!important;
        left: 20px!important;
    }
    .form-input input:focus + span.placeholder, 
    .form-input input:not(:placeholder-shown) + span.placeholder {
         top: 5px!important;
        left: 20px!important;
    }
    .remodal.form-tariffs {
        padding: 20px 0;
    }
    .form-tariffs h3 {
        padding: 0 20px;
    }
    .form-tariffs .form-desc {
        padding: 15px 20px 0 20px;
    }
    .mod-item {
        padding: 30px 20px 30px 20px;
    }
    .works {
        margin: 20px 0;
    }
    .bonus-content {
        padding: 20px;
    }
    .bottom-block {
        margin: 0px 0 40px 0;
        padding: 0 20px;
    }
    .thanky-page .main-text__under {
        font-size: 16px;
        padding: 20px 0 0 0;
    }
    .link-communities {
        border-radius: 16px;
        font-size: 16px;
        padding: 16px 40px;
        margin: 25px auto 0 auto;
    }
    .socNetwork-wrap {
        padding: 20px;
        border-radius: 30px;
    }
    .socNetwork-cont {
        width: 100%;
    }
    .socNetwork-title {
        font-size: 24px;
    }
    .socNetwork-desc {
        padding: 15px 0 0 0;
    }
    .socNetwork-desc br {
        display: none;
    }
    .socNetwork-link {
        font-size: 16px;
        border-radius: 16px;
        padding: 22px 65px;
        gap: 12px;
        margin: 20px 0 0 0;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
    .socNetwork-images {
        right: 20px;
        bottom: auto;
        top: 20px;
        width: 46px;
        height: 46px;
    }
    .mod-socNetwork {
        padding: 25px 0;
    }
    .main-offer {
        margin: 0 0 25px 0;
    }
    .docum-text {
        text-align: left;
    }
    .docum-cont {
        padding: 5px;
        width: 65px;
        border-radius: 6px;
    }
    .docum {
        right: 50%;
        margin: 0 -145px 0 0;
    }
    .mega-menu__menu:before {
        display: none;
    }
    .mega-menu__menu:after {
        display: none;
    }
    .menu-item:first-child:after {
         display: none;
    }
    .menu-item:last-child {
        border-bottom: 0;
    }
    .promotion-button {
        width: 280px;
    }
    .mod-button-center {
        width: auto;
        margin: 0 20px 20px 20px!important;
    }
    .form-tariffs .form-button__button {
        padding: 23px 20px 23px 45px;
    }
       @keyframes buttonPulse {
    0% {
      box-shadow: 0 0 0 0px rgba(255 223 106 / 80%);
    }

    100% {
      box-shadow: 0 2px 0 8px rgb(255 223 106  / 0%);
        
    }
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px rgb(255 255 255 / 30%);
    }

    100% {
      box-shadow: 0 2px 0 12px rgb(255 255 255 / 0%);
    }
  }
    .request-form-block {
        margin: 25px 0;
    }
    .reviews-block {
        padding: 25px 0;
    }
    .reviews-images-border .reviews-images {
        border-radius: 30px;
        padding: 12px;
    }
/***********Мобильное меню*****************/
    .mobilenav .mobile-menu li {
        position: relative;
    }
    .mobilenav>.mobile-menu>li>a {
        padding: 0 15px;
    }
    .mobilenav>.mobile-menu .current.active>a {
        color: #018B00;
    }
    .menu-item .nav>li>.mob-nav-child>li {
        position: relative;
        padding: 25px 0 0 15px;
            margin: 0;
    }
    .mobilenav .mobile-menu li .mob-toggle-right,
    .mobilenav>.mobile-menu>li.current.mob-parent.active .mob-toggle-right,
    .mobilenav .mobile-menu li.active.mob-parent .mob-toggle-right.menu-minus.menu-plus {
        position: absolute;
        top: 6px;
        width: 12px;
        height: 12px;
        display: inline-block;
        background: url(../fonts/bAXbh6JxIzk2.svg) center no-repeat;
        background-size: 12px;
        transition: all 0.3s ease;
        cursor: pointer;


    }
    .mobilenav>.mobile-menu>li.mob-parent.active .mob-toggle-right,
    .mobilenav>.mobile-menu>li.current.mob-parent.active .mob-toggle-right.menu-minus,
    .mobilenav .mobile-menu li .mob-toggle-right.menu-minus {
        background: url(../fonts/bAXbh6JxIzk2.svg) center no-repeat;
        background-size: 12px;
         transform: rotate(180deg);
        transition: all 0.3s ease;
    }
    .mobilenav>.mobile-menu>li .mob-nav-child,
    .mobilenav>.mobile-menu>li.current.mob-parent.active .mob-nav-child {
       
        display: none;
    }
    .mobilenav>.mobile-menu>li.mob-parent.active .mob-nav-child {
        display: block;
    }
    
    .mobilenav>.mobile-menu>li .mob-nav-child li:last-child a {
        border: none;
    }
    .menu-item {
        width: 100%;
        padding: 30px 0;
    }
  
}
@media (max-width:560px) {
    .aos-animate .animation_keyse {
         animation: keysesScroll 12s cubic-bezier(0.45, -0.23, 0.54, 1.18) 0.5s;
    }
    @keyframes keysesScroll {
      0,
      10% {
        background-position: 0 0;
      }
      20%,
      30% {
        background-position: 0 40%;
      }
      50%,
      60% {
        background-position: 0 100%;
      }
      90%,
      100% {
        background-position: 0 0;
      }
    }
}


@media (max-width:480px) {
    .main-title {
        font-size: 30px;
    }
    .default-button {
        width: 100%;
    }
    .marketing .main-title {
        font-size: 28px;
    }
    .main-bottom-block .default-button {
        margin: 0;
    }
    .performance-bottom__button-block 
    .btn-sm.btn-border-yellow:before {
        width: 105%;
    }
    .four-block .button-center {
        width: 100%;
        margin: 40px 0 0 16px;
    }
    .four-block .btn-lg.btn-border-yellow:before {
        width: 106%;
    }
    .faq-form_form .form-button-wp {
        width: 100%;
    }
    .advantages-block .button-center {
        width: 100%;
        margin: 0 auto;
    }
    .promotion-button {
           width: 272px;
    }
    .button-block-button {
        width: 100%;
    }
     .stages-desc br {
        display: none;
    }
    .promotion-images_mob {
        background-position: -151px 16px;
        background-size: 620px;
    }
    .link-communities {
        width: 100%;
        justify-content: center;
    }
    .main-text__under br {
        display: none;
    }
    .tariff-button .button {
        gap: 5px;
        padding: 0 5px 0 5px;
    }
    .tariff-label {
        font-size: 20px;
    }
    .tariff-title {
        font-size: 22px;
    }
   
}



@media (max-width:414px) {
    .stages-button-show {
        padding: 21px 50px 21px 60px;
        text-align: left;
    }
    .offer-forClient-mob-img {
        width: 300px;
    }
    .remodal-form .form-button .btn-ico {
        left: 30px;
    }
    .form-button__button {
        padding: 20px 25px 20px 75px;
    }
    .remodal .form-button {
        width: 100%;
    }
    .request-form-button {
        width: 100%;
    }
}
@media (max-width:380px) {
   .promotion-images_mob {
        background-position: -150px 35px;
        background-size: 600px;
    }
    .promotion-images img {
        width: 318px;
    }
    .stages-button-show:before {
        margin: -5px -80px 0 0;
    }
    .request-form-block input[type="submit"] {
        padding: 20px 80px 20px 110px;
    }
    .form-button .btn-ico {
        left: 55px;
    }
    @keyframes keysesScroll {
      0,
      10% {
        background-position: 0 0;
      }
      20%,
      30% {
        background-position: 0 40%;
      }
      50%,
      60% {
        background-position: 0 100%;
      }
      90%,
      100% {
        background-position: 0 0;
      }
    }
}