
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src:  url('/fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url('/fonts/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

/* 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;
    z-index: 1;
    width: 100px;
    height: 65px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background: 0;
    
}
/*----------------------------*/

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   
}
body {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #755EFC;
    line-height: 1.4;
}
img {
    display: block;
    max-width: 100%;
}
ul li {
  list-style-type: none; 
}
.bold {
  font-weight: bold;
}
.gradient {
  background: linear-gradient(94.19deg, #FFB84E 0%, #F19C1C 100%);
}
.color {
  color: #FFA51F;
}
.container-main {
    max-width: 1260px;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 auto; 
}
.flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      align-items: center;
}
 /************header************/
.top-section {
  position: relative;
}
.menu-list li a {
  position: relative;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.menu-list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 3px;
  background: #FFA51F;
  border-radius: 2px;
  bottom: -12px;
  transition: all 0.3s ease;
  opacity: 0;
}
.menu-list li:hover a:after {
  opacity: 1;
   transition: all 0.3s ease;
}
header {
    padding: 40px 0;
}
.menu-list {
  column-gap: 40px;
}
.text__number {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
}
.text__under {
  display: block;
  padding: 10px 0 0 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
}
.ico-phone {
    background: rgba(255, 255, 255, 0.1) url(../images/tel-ico.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
}

.panel-button {
  display: inline-block;
    border-radius: 28px;
    padding: 18px 77px 18px 28px;
    position: relative;
    box-sizing: border-box;
}
.panel-button_title {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}
.ico-button {
    background: #FFFFFF url(../images/arrow.svg) no-repeat;
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    background-size: 14px;
    background-position: center;
    position: absolute;
    right: 6px;
    top: 6px;
}
.header-phone {
  column-gap: 24px;
}
.header-block-right {
  margin-right: 0;
  margin-left: auto;
 
}
.header-phone-wrap {
   column-gap: 30px;
}
.header-logo {
      padding: 0 50px 0 0;
}
 .top-section:before {
      content: '';
     background: #FFFFFF;
     mix-blend-mode: soft-light;
     opacity: 0.4;
     filter: blur(1000px);
     position: absolute;
     width: 2000px;
     height: 2000px;
     left: -1000px;
     top: -1000px;
     z-index: -1;
 }


 /*************main******************/
 .main-offer {
    padding: 170px 0 140px 0; 
    position: relative;
    min-height: 560px;
    overflow: hidden;
}
.main-offer-content {
    position: relative;
    z-index: 1;
    width: 50%;
}
h1 {
    font-size: 72px;
    line-height: 1;
}
.slogan {
    position: relative;
    padding: 40px 0 0 30px;
    font-size: 24px;
    line-height: 1.5;
}
.slogan:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 4px;
    height: 72px;

    background: #FFA51F;
    border-radius: 2px;
}
.main-offer-img {
  position: absolute;
    right: 50%;
    bottom: -35px;
    z-index: 0;
    margin: 0 -760px 0 0;
}
.scroll {
  padding: 120px 0 0 0;
  column-gap: 25px;
}
.scroll-text {
  font-size: 16px;
  line-height: 1.5;
}
.scroll-down {
    position: relative;
    width: 68px;
    height: 68px;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.scroll-down:before {
    content: '';
    display: block;
    background: #FFFFFF url(../images/scroll-down.svg) no-repeat;
    background-size: 36px;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}
.scroll-mobile {
  display: none;
}
#box {
  width:640px;
  height:520px;
  background-color:#6B86A6; 
  margin: 100px;
      border: 4px solid #ffff;
    /* border-radius: 190%/202px; */
    border-radius: 60px;
}
/*paralax*/


/*sertificate-block*/
.sertificate-block {
    padding: 160px 0 100px 0; 
    position: relative;
    overflow: hidden;
}
.sertificate {
  padding: 10px;
    background: #705AEE;
    border-radius: 60px;
}
.sertificate-block  .border {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}
h2.title {
  font-size: 52px;
  line-height: 1.2;
}
.sertificate-content {
  padding: 60px;
  width: 80%;
  box-sizing: border-box;
}
.button-sert {
      margin-top: 50px;
    display: inline-block;
}
.sertificatet-images {
  position: absolute;
  top: 85px;
  right: 0;
}

/************faq-block************/
.faq-block {
  padding: 80px 0 80px 0;
}
.margin-normal-top {
  margin: 80px 0 0 0;
}
.faq-container {
    margin: 0 0 0 -40px;
    align-items: unset;
}
.spoiler {
  width: 50%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.spoiler-item {
   width: 100%; 
}
/*.spoiler-item {
    width: 50%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}*/
.spoiler-wrap {
    position: relative;
    /*background: #705AEE;
    border-radius: 24px;*/
    /*padding: 0;*/
    margin: 0 0 40px;
    transition: all 0.3s ease;
}
.spoiler-head {
    cursor: pointer;
    /*font-weight: 500;*/
    font-size: 20px;
    /*line-height: 1.4;*/
    color: #FFFFFF;
    padding: 25px 100px 25px 35px;
    position: relative;
        background: #705AEE;
    border-radius: 24px;
}
.spoiler-body {
    position: unset;
    width: 100%;
    z-index: 1;
    border-radius: 0px 0px 6px 6px;
    /*background: #f7f8fa;*/
}
.spoiler-body-content {
  padding: 30px 30px 10px 35px;
}
.spoiler-wrap.disabled .spoiler-body {
    display: none;
}
.spoiler-body-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
}
.spoiler-head:before {
    content: '';
    transition: all 0.3s ease;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.06) url(../images/plus.svg) center no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    margin: -30px 0 0 0;
    background-size: 18px;
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}
.spoiler-wrap.active .spoiler-head:before {
    content: '';
    background: rgba(117, 94, 252, 0.06) url(../images/minus.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;
}
.spoiler .panel-button {
  margin: 30px 0 0 0;
}
.button-question .panel-button_title {
      color: #755EFC;
    font-size: 14px;
}
.button-question {
    width: 320px;
    margin: 70px auto 0;
}
.button_bg {
    background: #FFFFFF;
    border-radius: 34px;
}

.arrow-ico {
    background: #755EFC url(../images/arrow-white.svg) center no-repeat;
    background-size: 16px;
}

/************advantages-block************/
.advantages-block {
     padding: 80px 0;
}
.advantages-list {
  margin-left: -50px;
}
.advantages-item {
  width: 20%;
  padding-left: 50px;
  box-sizing: border-box;
}
.advantages-item_title {
  position: relative;
  padding: 20px 0 0 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}
.advantages-item_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background: #FFA51F;
    border-radius: 2px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -14px;
}
.advantages-item_images {
    margin: 55px 0 0px 0;
}
.advantages-item_panel {
  position: relative;
  background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    margin: 30px 0 0;
}
.center-text {
  text-align: center;
}
.advantages-item_images {
    position: relative;
}
.images-circle {
    position: relative;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background: #705AEE;
}
.images-circle-boder {
    width: 192px;
    height: 192px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 4px;
    box-sizing: border-box;
    margin: 0 auto;
}
.images-circle img {
    position: absolute;
    bottom: 0;
}
.panel-price {
  display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #755EFC;
}
.panel-desc {
    line-height: 1;
    color: #B0A6E7;
}
.panel-elem {
    width: 20px;
    height: 20px;
    background: #755efc;
    border-radius: 50%;
}
/*.panel-wrap {
  justify-content: space-between;
}*/
.panel-price span {
    text-transform: initial;
}
.advantages-item_panel:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
}
/***********tariffs-block***********/
.tariffs-block {
    background: url(../images/background-tarif.png);
    background-size: cover;
    height: 960px;
    width: 100%;
    background-position: center;
}
.tariffs {
  padding: 80px 0 100px 0;
}
.tariffs-list {
  margin-left: -40px;
}
.tariffs-item {
  padding-left: 40px;
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
}
.tariffs-content {
  padding: 40px;
  background: #755EFC;
  border-radius: 40px;
}
.tariffs-title {
    font-size: 28px;
    line-height: 1;
}
.tariffs-price {
    font-size: 24px;
    line-height: 1;
}
.tariffs-num-block {
  padding: 30px;
  margin: 30px 0;
  background: #705AEE;
  border-radius: 30px;
}
.tariffs-num-block span {
  font-size: 16px;
}
.num {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
.button-tafiff {
  margin: 20px 0;
}
.tariffs-desc {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.tariffs-pro .tariffs-content {
  
}
.tariffs-pro .tariffs-title {
      font-size: 40px;
}
.tariffs-wrap {
  /*height: 648px;*/
  box-shadow: 0px 60px 120px #5645BB;
    padding: 8px;
    background: #755EFC;
    border-radius: 40px;
}
.tariffs-block .slick-list {
    padding: 60px 20px 180px 20px!important;
}

.border {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 34px;
}
.tariffs-pro .num {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
.tariffs-pro .tariffs-num-block span {
    font-size: 20px;
}
.tariffs-pro .tariffs-price {
    font-size: 32px;
}
.tariffs-pro .tariffs-desc {
    font-size: 14px;
}
.tariffs-pro  .panel-button_title {
    font-size: 14px;
}
.tariffs-pro .ico-button {
    width: 52px;
    height: 52px;
    background-size: 16px;
    top: 7px;
}
.tariffs-pro .panel-button {
    border-radius: 34px;
    padding: 24px 100px 23px 28px;
    margin: 25px 0;
}
.tarif-testdrive .num {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.politica p {
    padding: 0 0 10px 0;
}
.howworks-block video {
width: 100%;
}
.howworks-video-block:before {
    content:'';
    background: rgb(117 94 252 / 80%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
        border-radius: 60px;
    z-index: 1;
}
.video-button-text {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin: 0 0 0 -50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    z-index: 1;
}
/************usl-block************/
.usl-block {
    padding: 140px 0;
}
.usl {
  background: #705AEE;
  border-radius: 40px;
  padding: 8px;
}
.usl-content {
  padding: 15px;
  justify-content: space-between;
}
.usl-images {
    justify-content: center;
    align-items: center;
    margin: 0 40px 0 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 22px;
    width: 138px;
    height: 138px;
}
.usl-title {
  font-size: 36px;
  line-height: 1.2;
}
.usl-desc {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
      padding: 0 0 0 30px;
    margin: 0 0 0 80px;
}
.usl-desc:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 4px;
    height: 78px;
    background: #FFA51F;
    border-radius: 2px;
}
.usl-graf-dev {
  margin-top: 40px;
}
.usl-graf-dev .usl-desc {
  margin: 0 0 0 40px;
}
/***********footer***********/
.footer {
    background: #705AEE;
  border-radius: 40px;
}
.footer-content {
    padding: 40px;
        justify-content: space-between;
}
.ico-email {
  background: rgba(255, 255, 255, 0.1) url(../images/email-ico.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
}
.wp-ico {
  background: url(../images/WhatsApp.png);
    width: 46px;
    height: 46px;
    display: inline-block;
    margin: 0 25px 0 0;
}
.tg-ico {
    background: url(../images/Telegram.png);
    width: 46px;
    height: 46px;
    display: inline-block;
}
.footer-center {
  column-gap: 80px;
}
.footer-phone,
.footer-email {
  column-gap: 25px;
}
.footer-bottom {
    padding: 40px 0;
}
.copy {
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  justify-content: center;
  gap: 60px;
}
.copy a {
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
/*************bottom-block*************/
.bottom-block {
    padding: 70px 0 160px 0;
}
.bottom-block-images {
    width: 52%;
}
.bottom-block-images_img {
    position: relative;
    left: -75px;
}
.bottom-block-cont {
    width: 48%;
}
.bottom-block .panel-button {
      margin-top: 50px;
}
/***********plus-service-block***********/
.plus-service-block {
    background: url(../images/background.png);
    background-size: cover;
    height: auto;
    width: 100%;
    background-position: center;
    width: 100%;
}
.plus-service-wrap {
    padding: 100px 0 80px 0;
}
.mask {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    display: inline-block;
    margin: 30px 0 0 0;
}
h1 .mask {
    margin: 15px 0;
}
.transform-text {
  background: #FFFFFF;
    border-radius: 24px;
    transform: rotate(-4deg);
    display: inline-block;
    padding: 8px 30px;
    box-sizing: border-box;
}
.plus-service-list {
  padding: 135px 0 0 0;
}
.plus-service-item {
  position: relative;
  width: 50%;
}
.plus-service-row {
  align-items: flex-start;
}
.item-top-num {
  font-size: 20px;
  line-height: 1;
  padding: 10px 0 0 0;
}
.opacity {
 opacity: 0.3;
}
.item-title {
  padding: 25px 0;
  font-size: 40px;
  line-height: 1.2;
}
.item-desc {
  position: relative;
  padding: 25px 0 0 0;
  font-size: 18px;
  line-height: 1.6;
}
.item-desc:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background: #FFA51F;
    border-radius: 2px;
    top: 0;
    left: 0;
}
.plus-service-right {
    padding: 0 0 100px 80px;
    box-sizing: border-box;
}
.elem-separator {
  position: absolute;
   width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: block;
    border-radius: 50%;
 
}
.elem-separator:before  {
    content: '';
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;

}
.plus-service-right:after {
    content: '';
    width: 4px;
    height: 76%;
    background: url(../images/Line.svg);
    display: block;
    position: absolute;
    top: 72px;
    left: 20px;
}
.elm-hidd:after{
    content: '';
    background:none;
}
.plus-service-right .panel-button {
      margin: 50px 0 0 0;
}
/***********reviews-block***********/
.reviews-block {
    padding: 80px 0;
}
.reviews-top-text {
  display: inline-block;
  padding: 14px 20px;
  margin: 0 0 15px 0;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1;
  color: #755EFC; 
}
.autor-name {
  font-size: 36px;
  line-height: 1;
}
.local {
  position: relative;
  padding: 12px 0 0 25px;
  font-size: 16px;
  line-height: 1.2;
}
.local:before {
  content: '';
  background: url(../images/local.svg);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0 0;
}
.reviews_reviews {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px 40px 40px 40px;
  padding: 40px;
  margin: 30px 0 0 0;
}
.mark {
  color: rgba(117, 94, 252, 0.2);
    transform: rotate(-180deg);
    font-size: 155px;
    position: absolute;
    line-height: 0.1;
    right: 30px;
    top: 0;
}
.reviews_text {
  font-size: 28px;
  line-height: 1.5;
  color: #755EFC;
}
.link-site {
    color: #fff;
    text-decoration: underline!important;
    display: block;
    padding: 12px 0 0 25px;
}
.keyses-link {
    color: #fff;
    text-decoration: underline!important;
    display: block;
    padding: 12px 0 0 25px;
}
.keyses {
    margin: 40px 0 0 0;
}
.reviews-video-block {
  position: relative;
  width: 50%;
}
.reviews-content {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 80px;
}
.reviews-block .slick-initialized .slick-slide {
  display: flex;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.howworks-block_video {
    position: absolute;
    bottom: 60px;
    left: 60px;
}
.video-button-item:before {
    content: '';
    width: 160px;
    height: 160px;
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 0px;
    opacity: 0.5;
    background-size: 110% auto,auto;
    background-image: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),-webkit-gradient(linear,left top,left bottom,from(#FF9901),color-stop(30%,#FF8C39),color-stop(96%,#FFC701),to(#FFE925));
    background-image: -webkit-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-webkit-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background-image: -o-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-o-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),linear-gradient(to bottom,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    animation-duration: 2.0s;
    animation-name: fadeAndScale;
    animation-iteration-count: infinite;
}
.video-button-item:after {
    content: '';
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 50%;
    left: 12px;
    top: 12px;
    opacity: 0.5;
    background-size: 110% auto,auto;
    background-image: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),-webkit-gradient(linear,left top,left bottom,from(#FF9901),color-stop(30%,#FF8C39),color-stop(96%,#FFC701),to(#FFE925));
    background-image: -webkit-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-webkit-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background-image: -o-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-o-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),linear-gradient(to bottom,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    animation-duration: 2.0s;
    animation-name: fadeAndScaleStep2;
    animation-iteration-count: infinite;
}
.btn-play-video {
        position: relative;
    display: block;
    width: 140px;
    height: 140px;
}
.btn-play-video:before {
    content: '';
    background: url(../images/play.svg) center;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -3px;
    z-index: 1;
    width: 40px;
    height: 60px;
}
.video {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
}
@keyframes fadeAndScale {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}

@keyframes fadeAndScaleStep2 {
  from {
    opacity: 0.9;
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    transform: scale(1.4, 1.4);
  }
}
@-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;
  }
 } 

.marquee {
  width: 100%;
  overflow: hidden;
}
 .line-scroll {
    flex-wrap: nowrap;
 }

.line-conteiner {
    overflow: hidden;
}
 .line-item {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    box-sizing: border-box;
    font-size: 66px;
    line-height: 1;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 34px;
    margin: 0 30px;
 }
  .line-item:before {
    content: '';
    background: url(../images/separator.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin: -8px 0 0 0;
}
.line-item:last-child:before {
    content: '';
    right: -47px;
}
 /************howworks-block************/
 .howworks-block {
    padding: 160px 0;
 }
 .howworks-wrap {

 }
 .howworks-video-block {
   position: relative;
    box-shadow: 0px 30px 60px #5645bb;
    border-radius: 60px;
    border: 4px solid #fff;
    overflow: hidden;
    display: flex;
}
.howworks-video-block-content {
    width: 50%;
    filter: drop-shadow(0px 60px 120px #5645BB);
    box-sizing: border-box;
}
.howworks-block_video {
    z-index: 1;
}
.howworks-video-block img {
   
}
.howworks-content {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 80px;
}
.howworks-text {
    position: relative;
    padding: 30px 0 30px 30px;
    font-size: 24px;
    line-height: 1.5;
}
.howworks-desc {
    font-size: 18px;
    line-height: 1.6;
}
.howworks-text:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 4px;
    height: 72px;
    background: #FFA51F;
    border-radius: 2px;
}
/************form***********/
 .form_form {

 }
 h3 {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   margin: 0 0 20px 0;
 }
 input[type="tel"], 
 input[type="text"],
 textarea {
     padding: 20px 15px 20px 20px;
     border-radius: 12px;

     font-size: 16px;
     font-family: inherit;
     display: inline-block;
     vertical-align: middle;
     box-sizing: border-box;
     width: 100%;
     margin: 0 0 10px;
     border: 2px solid #e6ecfc;
     background-size: 18px;
     resize: none;
 }
 input[type="submit"] {
     background-color: #8f81d3;
     color: #fff;
     border: none;
     font-size: 16px;
     letter-spacing: 1px;
     width: 100%;
     padding: 25px;
     display: inline-block;
     font-weight: 700;
     vertical-align: middle;
     border-radius: 12px;
     cursor: pointer;
     -webkit-appearance: none !important;
     font-family: inherit;
 }
 .soglasie-form {
     padding: 30px 0 0 0;
     text-align: left;
     flex-wrap: nowrap;
 }
 .sogl {
     position: relative;
 }
 .sogl input[type="checkbox"] {
     display: none;
 }
 .sogl label {
     position: relative;
     display: inline-block;
     width: 30px;
     height: 30px;
     cursor: pointer;
 }
 .soglasie-form .sogl label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     background-color: #fff;
     width: 30px;
     height: 30px;
     border-radius: 3px;
     border: 1px solid rgba(98, 98, 98, 0.1);
 }
 .soglasie-form input:checked ~ label:after {
     content: '';
     width: 30px;
     height: 30px;
     position: absolute;
     left: 0;
     top: 1px;
     background: url(../images/tick.png) no-repeat;
     background-position: center;
     background-size: 10px;
     transition: all 0.3s ease;
 }
 .sogl-txt {
     display: inline-block;
     vertical-align: middle;
     padding: 0 0 0 15px;
     opacity: 0.5;
     color: #212121;
 }
 .sogl-txt a {
     border-bottom: 1px solid;
     color: #212121;
 }
 .success-send img {
   margin: 0 auto 25px auto;
 }
 .success-send {
     text-align: center;
   }
   .modal-info-title {
     margin: 0 0 20px 0;
     display: block;
     font-size: 24px;
     font-weight: 600;
  }

/***********media******************/
@media (max-width:1680px) {
  .sertificatet-images {
    right: -115px;
}
}
@media (max-width:1600px) {

}
@media (max-width:1440px) {
    .sertificatet-images {
      right: -235px;
  }
  .bottom-block-images_img {
    left: 0;
}
}
@media (max-width:1367px) {

}
 @media (max-width: 1280px) {
   .header-menu {
      display: none;
   }
   h1 {
    font-size: 68px;
   }
   .sertificatet-images {
      right: -315px;
  }
  .advantages-list {
    margin-left: -40px;
  }
  .advantages-item {
    padding-left: 40px;
  }
 }
 @media (max-width: 1200px) {
  .main-offer-img {
      position: relative;
      right: unset;
      bottom: -45px;
      z-index: 0;
      margin: unset;
   }
  .main-offer-img img {
        margin: 0 auto;
   }
   .main-offer {
      padding: 40px 0 40px 0;
  }
  .main-offer-content {
      position: relative;
      z-index: 1;
      width: 60%;
  }
  h1 {
      font-size: 65px;
  }
  .scroll-mobile {
        display: flex;
    justify-content: center;
  }
  .scroll-hidden {
    display: none;
  }
   .sertificatet-images {
      display: none;
  }
  .sertificate-content {
    width: 95%;
  }
  .advantages-item {
      width: 25%;
      margin: 0 0 40px 0;
  }
  .bottom-block-wrap {
        flex-direction: column-reverse;
  }
  .bottom-block-images {
      width: 100%;
  }
  .bottom-block-images_img {
      width: 620px;
      margin: 30px auto 0;
  }
  .bottom-block-cont {
    width: 100%;
}
}
@media (max-width:1080px) {
  .usl-desc {
      margin: 0 0 0 20px;
  }
  .usl-images {
      margin: 0 20px 0 0;
  }
  .usl-graf-dev .usl-desc {
    margin: 0 0 0 20px;
  }
  .footer-center {
      column-gap: 30px;
  }
  .item-title {
      font-size: 32px;
  }
  .tariffs-list {
    flex-direction: column;
    }
    .tariffs-item {
        width: 40%;
        margin: 0 0 40px 0;
    }
    .tariffs-block {
        height: auto;
    }
    .video-button-text {
        margin: 0 0 0 0;
    }   
}
@media (max-width: 1024px) {
    .top-section:before {
      width: 1000px;
      height: 1000px;
    }
    .usl-btn {
      width: 288px;
      margin: 20px auto 0;
  }
  .footer-content {
      display: block;
  }
  .footer-center {
    display: block;
  }
  .footer-phone, .footer-email {
      padding: 0 0 30px 0;
  }
  .footer-logo {
    padding: 0 0 20px 0;
  }
  .footer-content {
    padding: 20px;
}
}
@media (max-width: 980px) {
     h1 {
        font-size: 60px;
    }
    .reviews-wrap {
        flex-direction: column;
    }
    .reviews-content {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .video {
        width: 100px;
        height: 100px;
    }
    .video-button-text {
    bottom: 50px;
}
    .btn-play-video:before {
        margin: -23px 0 0 -25px;
        width: 40px;
        height: 40px;
        background-size: 45px;
    }
    .btn-play-video {
        width: 140px;
        height: 140px;
        top: -3px;
        left: -11px;
    }
    .video-button-item:after {
        width: 100px;
        height: 100px;
        left: 0px;
        top: 7px;
    }
    .video-button-item:before {
        width: 130px;
        height: 130px;
        left: -16px;
        top: -7px;
    }
    .howworks-block_video {
        bottom: 0;
        left: 60px;
    }
    .reviews_text {
        font-size: 24px;
    }
    .reviews_reviews {
        border-radius: 10px 40px 40px 40px;
        padding: 25px 110px 25px 25px;
        margin: 35px 0 0 0;
    }
    .howworks-wrap {
        flex-direction: column;
    }
    .howworks-content {
        width: 100%;
        padding: 40px 0 0 0;
    }
     .tariffs-item {
        width: 50%;
    }
 }
 @media (max-width:920px) {
  .advantages-item {
      width: 33.3%;
  }
  .copy {
    gap: 20px;
  }
}
@media (max-width: 801px) {
    .spoiler {
      width: 100%;
      padding: 0 0 0 40px;
      box-sizing: border-box;
    }
    .item-desc {
        font-size: 16px;
    }
    .item-title {
        font-size: 28px;
    }
    .reviews-video-block {
        width: 400px;
    }
    .howworks-video-block {
        width: 400px;
    }
    .howworks-video-block-content {
        width: 400px;
    }
}

@media (max-width: 767px) {
  .hidden {
      display: none;
  }
  .header-phone-wrap .panel-button {
    padding: 14px 65px 14px 28px;
  }
  .header-phone-wrap .ico-button {
      width: 35px;
      height: 35px;
      background-size: 12px;
  }
  .main-offer-content {
    width: 80%;
  }
  h2.title {
      font-size: 40px;
  }
  .advantages-item {
      width: 50%;
  }
  .usl-images {
      margin: 0 20px 0 0;
      width: 100px;
      height: 100px;
  }
  .usl-title {
      font-size: 26px;
  }
  .usl-desc {
      font-size: 14px;
  }
  .plus-service-row {
    flex-direction: column-reverse;
  }
    .plus-service-right {
      padding: 0 0 40px 0px;
  }
  .plus-service-item {
      width: 100%;
  }
  .plus-service-right:after {
      display: none;
  }
  .elem-separator {
      display: none;
  }
  .tariffs-pro .num {
        font-size: 100px;
    }
    .tariffs-pro .tariffs-num-block span {
        font-size: 16px;
    }
    .tariffs-pro .tariffs-price {
        font-size: 23px;
    }
    .tariffs-pro .ico-button {
        width: 44px;
        height: 44px;
        background-size: 14px;
        top: 6px;
    }
    .tariffs-pro .panel-button {
            padding: 18px 55px 18px 20px;
    }
    .tariffs-pro .tariffs-content {
        padding: 40px 18px;
    }
}
@media (max-width:635px) {
 .usl-desc {
    margin: 20px 0 0 0px;
  }
  .usl-graf-dev .usl-desc {
    margin: 20px 0 0 0px;
  }
  .bottom-block-images_img {
      width: 440px;
  }
}
@media (max-width:600px) {
  .main-offer-content {
    width: 100%;
  }
  h1 {
      font-size: 52px;
  }
  .slogan {
      padding: 30px 0 0 30px;
      font-size: 20px;
  }
  h2.title {
    font-size: 30px;
}
.sertificate-content {
    padding: 30px;
  }
  .spoiler-wrap {
      margin: 0 0 20px;
  }
  .margin-normal-top {
      margin: 40px 0 0 0;
  }
  .button-question {
      margin: 30px auto 0;
  }
  .plus-service-list {
      padding: 80px 0 0 0;
  }
  .plus-service-right {
    padding: 0 0 50px 0px;
  }
  .item-title {
    padding: 20px 0;
      font-size: 22px;
  }
  .item-desc {
      font-size: 14px;
      padding: 20px 0 0 0;
  }
  .plus-service-row {
      margin: 0 0 20px 0;
  }
  .plus-service-wrap {
      padding: 100px 0;
  }
  .reviews_text {
    font-size: 20px;
    }
    .local {
        font-size: 14px;
    }
    .autor-name {
        font-size: 30px;
    }
    .reviews-top-text {
        padding: 11px 20px;
        font-size: 14px;
    }
    .reviews-video-block {
        width: 100%;
    }
    .advantages-block {
        padding: 40px 0;
    }
   
    .bottom-block {
        padding: 40px 0 80px 0;
    }
    .usl-block {
        padding: 80px 0 40px 0;
    }
    
    .reviews-block {
        padding: 80px 0 40px 0;
    }
    .sertificate-block {
        padding: 80px 0;
    }
    .howworks-video-block {
        width: 100%;
    }
    .howworks-video-block {
         width: 100%;
    }
    .howworks-text {
        padding: 25px 80px 25px 20px;
        font-size: 20px;
    }
    .howworks-text:before {
        height: 60px;
    }
    .howworks-desc {
        font-size: 16px;
    }
    .main-offer {
        padding: 20px 0 40px 0;
    }
    .scroll {
        padding: 50px 0 0 0;
    }
    .howworks-block {
        padding: 40px 0 80px 0;
    }
    .line-item {
        padding: 25px;
        font-size: 42px;
    }
    .tariffs-item {
        width: 100%;
    }

}
@media (max-width:540px) {
      .header-logo {
        padding: 0 15px 0 0;
      }
      .header-phone-wrap {
          column-gap: 10px;
      }
      header {
          padding: 10px 0;
      }
      .header-phone-wrap .panel-button {
         display: none;
      }
        h1 {
        font-size: 48px;
      }
      .advantages-item {
          width: 100%;
      }
      .howworks-text {
        padding: 25px 20px 25px 20px;
    }
    .advantages-item_panel {
        margin: 30px auto 0;
        width: 200px;
    }
    .panel-wrap {
    justify-content: center;
}
}
@media (max-width:480px) {
    h1 {
        font-size: 34px;
    }
    .slogan {
      font-size: 14px;
      padding: 20px 0 0 20px;
    }
    .slogan:before {
      height: 50px;
    }
    .scroll-down {
      width: 58px;
      height: 58px;
  }
  .video-button-text {
    font-size: 14px;
}
  .scroll-down:before {
       background-size: 30px;
      width: 50px;
      height: 50px;
  }
  .usl-title {
    font-size: 20px;
  }
  .usl-images {
      margin: 0 15px 0 0;
      width: 80px;
      height: 80px;
          padding: 10px;
  }
  .text__number {
    font-size: 20px;
  }
  .footer-phone, .footer-email {
      column-gap: 10px;
      flex-wrap: nowrap;
  }
  .footer-center .ico-phone {
      width: 36px;
      height: 36px;
      background-size: 16px;
  }
  .footer-center .ico-email {
      width: 36px;
      height: 36px;
      background-size: 16px;
  }
  .bottom-block-images_img {
      width: 300px;
  }
  .button-question {
    width: auto;
    }
    .tariffs-content {
        padding: 40px 25px;
    }
    .button-tafiff .panel-button_title {
        font-size: 11px;
    }
    .button-tafiff {
        padding: 18px 55px 18px 20px;
    }
    .tariffs-num-block span {
        font-size: 14px;
    }
    .num {
        font-size: 80px;
    }
    .tariffs-price {
        font-size: 22px;
    }
    .tariffs-pro .num {
        font-size: 100px;
    }
    .tariffs-pro .tariffs-num-block span {
        font-size: 16px;
    }
    .tariffs-pro .tariffs-price {
        font-size: 23px;
    }
    .tariffs-pro .ico-button {
        width: 44px;
        height: 44px;
        background-size: 14px;
        top: 6px;
    }
    .tariffs-pro .panel-button {
            padding: 18px 55px 18px 20px;
    }
    .tariffs-pro .tariffs-content {
        padding: 40px 18px;
    }
}
@media (max-width:414px) {
  .button_bg {
      width: 100%;
      background: #FFFFFF;
      border-radius: 34px;
  }
  .mark {
        font-size: 80px;
        right: 15px;
        top: 10px;
    }
    .reviews_text {
        font-size: 16px;
    }
    .howworks-block_video {
        bottom: -20px;
        left: 20px;
    }
    .reviews_reviews {
        padding: 25px 75px 25px 25px;
    }
}