[v-cloak] {
  display: none;
}

* {
  outline: none;
}

button:focus {
  outline: none;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro.eot');
  src: local('Gotham Pro'), local('GothamPro'),
    url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Black.eot');
  src: local('Gotham Pro Black'), local('GothamPro-Black'),
    url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Black.woff') format('woff'),
    url('../fonts/GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Bold.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
    url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Light.eot');
  src: local('Gotham Pro Light'), local('GothamPro-Light'),
    url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Light.woff') format('woff'),
    url('../fonts/GothamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Medium.eot');
  src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
    url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Medium.woff') format('woff'),
    url('../fonts/GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.svg-filler{
  height: 0;
  position: absolute;
}

.body-ofh{
  overflow: hidden;
}

body{
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #454545;
}

body, 
html{
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

p{
  margin: 0;
  letter-spacing: -0.5px;
}

li{
  list-style: none;
  margin: 0;
}

ul{
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus{
  color: #7a2ba7;
}

h1 {
  font-weight: 300;
  font-size: 43px;
  line-height: 56px;
  color: #7A2BA7;
  margin-bottom: 45px;
}

h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

/* main{
  margin-top: 0;
  margin-bottom: auto;
} */

.logo{
  margin-right: 28px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.logo svg{
  fill: #762aa8;
}

.attention-message{
  background-color: #9d54cd;
}

.attention-message p{
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  padding: 28px 0 25px;
}

.header-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}



a.icon-button{
  border: 1px solid #762aa8;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.icon-button svg{
  fill: #762aa8;
}

a.icon-button_filled{
  background-color: #762aa8;
}

a.icon-button_filled svg{
  fill: #fff;
}

a.icon-button:hover{
  background-color: #762aa8;
}

a.icon-button:hover svg{
  fill: #fff;
}

a.icon-button_filled:hover {
  background-color: #fff;
}

a.icon-button_filled:hover svg {
  fill: #762aa8;
}

/*hidden menu*/

.hidden-menu{
  background-color: #9d54cd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 10;
  padding-top: 49px;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 0 0 0 200%;
}

.hidden-menu_active{
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  border-radius: 0 0 0 0;
}

.hidden-menu__logo{
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

a.hidden-menu__close{
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

a.hidden-menu__close:hover{
  background-color: #7b2ba6;
}

a.hidden-menu__close:hover svg{
  fill: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.hidden-menu__close svg{
  fill: #9d54cd;
}

.hidden-menu__logo svg{
  fill: #fff;
}

.hidden-menu__caption{
  color: #ffffff;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 25px;
}

.hidden-menu__number{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-left: 30px;
  margin-right: auto;
}

.hidden-menu__header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.hidden-menu__lists{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 85px;
}

a.menu-hidden__link{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.hidden-menu__language{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-42px);
          transform: translateX(-42px);
}

.hidden-menu__language svg{
  fill: #fff;
  margin-right: 20px;
}

.hidden-menu__list li{
  margin-bottom: 30px;
}

.hidden-menu__list:first-child{
  padding-top: 58px;
}

.hidden-menu__list{
  width: 50%;
}

.hidden-menu__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
}

a.hidden-menu__social-link{
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

a.hidden-menu__social-link svg{
  fill: #9d54cd;
  -webkit-transition: .3s;
  transition: .3s;
}

a.hidden-menu__social-link:hover {
  background-color: #7b2ba6;
}

a.hidden-menu__social-link:hover svg{
  fill: #fff;
}

.hidden-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden-menu__copyright{
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  margin-top: 30px;
}

.hidden-menu__footer a.button_white {
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  border: none;
}

/*hidden menu animation*/



/* hidden menu animation*/

/*hidden menu end*/

.header-menu__left-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__nav li:last-child .header-menu__nav-link{
  margin-right: 0;
}

.header-menu__cab{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.header-menu__nav-link{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin-right: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

a.header-menu__nav-link:hover{
  color: #7a2ba7;
}

a.button,
.button{
  display: inline-block;
  color: #7a2ba7;
  border: 1px solid #7a2ba7;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

a.button:hover,
.button:hover{
  background-color: #7b2ba6;
  color: #fff;
  text-decoration: none;
}

a.button_filled,
.button_filled{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7b2ba6), to(#f75283));
  background-image: linear-gradient(to top, #7b2ba6 0%, #f75283 100%);
  border: none;
  color: #fff;
}

a.button_filled:hover,
.button_filled:hover{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7b2ba6), to(#f75283));
  background-image: radial-gradient(#f75283 0%, #7b2ba6 100%);
}

.button_small{
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  padding: 0 28px;
  line-height: 30px;
}

.button_big{
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 46px;
}

a.button_middle,
.button_middle{
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}

a.button_purple,
.button_purple {
  background-color: #9d54cd;
  border-color: #9d54cd;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_purple:hover{
  border-color: #9d54cd;
  background-color: transparent;
  color: #9d54cd;
}

.banner{
  padding-top: 107px;
}

.banner__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-box-pack: justify;
              justify-content: space-between;
}

.banner__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -0.43px;
  margin-bottom: 40px;
}

.banner__subcaption{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 22px;
}

.banner__subcaption span {
  color: #7a2ba7;
}

.banner__big-links{
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner__big-link:first-child{
  margin-right: 20px;
}

.banner__big-links a{
  vertical-align: middle;
}

.amount-licensed__text{
  color: #f3f3f3;
  font-weight: 700;
}

.amount-licensed__text_big{
  font-size: 146px;
  line-height: 111px;
}

.amount-licensed__text_small{
  font-size: 46px;
  line-height: 1;
}

.script-versions__caption{
  color: #454545;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 47px;
}

.script-versions__line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.script-versions__item_active .script-versions__version {
  color: #7a2ba7;
  border-color: #7a2ba7;
  font-size: 23px;
}

a.script-versions__item_active .script-versions__date{
  color: #6c6b6d;
}

.script-versions__version{
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #89898a;
  color: #89898a;
  margin-bottom: 3px;
}

.script-versions__date{
  color: #89898a;
  font-size: 12px;
  font-weight: 400;
}

a.script-versions__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.script-versions{
  margin-bottom: 93px;
}

.caption{
  color: #454545;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-align: center; 
}

.caption_margin-bottom{
  margin-bottom: 70px;
}

.advantages-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages-item{
  width: 33%;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.advantages-item__text{
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
}

.advantages-item__caption{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
  margin-bottom: 15px;
}

.advantages-item__description{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
}

.advantages-item__icon svg{
  fill: url(#benefits-gradient);
  opacity: .7;
  min-width: 88px;
  max-width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-main{
  -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 45px 96px 75px 75px;
  position: relative;
  margin-bottom: 235px;
}

.slider-main__demos-description{
  padding-top: 30px; 
}

.benefits__button{
  margin-bottom: 100px;
  height: 65px;
  line-height: 63px;
  border-radius: 30px;
}

.slider-main__head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-main__demos-amount{
  color: #f3f3f3;
  font-size: 207px;
  font-weight: 700;
  line-height: 1;
}

.demos-slider__info{
  padding-left: 20px;
}

.slider-main__caption {
  color: #454545;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 7px;
}

.slider-main__subcaption{
  color: #6c6b6d;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 50px;
}

.demos-slider__caption{
  color: #7a2ba7;
  font-size: 23px;
  font-weight: 400;
  border-bottom: 2px solid #7a2ba7;
  display: inline-block;
  margin-bottom: 20px;
}

.demos-slider__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  width: 270px;
  margin-bottom: 40px;
  line-height: 24px;
}

.description-slider{
  width: 400px;
}

.demos-slider__navigation{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demos-slider__navigation .slick-arrow{
  border: 1px solid #454545;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: 320ms;
  cursor: pointer;
}

.demos-slider__navigation .slick-arrow:hover {
  background-color: #691B9C;
  border-color: #691B9C;
  fill: #fff;
}

.slick-counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 40px;
  color: #454545;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 65px;
}

.demos-slider__navigation .slick-prev{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); 
}

.demos-slider__rail {
  position: absolute;
  right: 85px;
  bottom: -130px;
  width: 590px;
  height: 521px;
  -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
}

.products-slider__item {
  -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 60px 55px;
  margin: 20px;
}

.products-slider__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-slider__price{
  font-weight: 400;
}

.products-slider__price_black{
   font-size: 16px;
   color: #454545;
   text-decoration: line-through;
}

.products-slider__price_violet{
  color: #8a4ab1;
  font-size: 22px;
  font-weight: 500;
}

.products-slider__image{
  margin-bottom: 47px;
  display: block;
}

.products-slider__more-link {
  color: #6c6b6d;
  font-size: 16px;
  font-weight: 400;
}

.products-slider{
  position: relative;
}

.products-slider .slick-prev{
  position: absolute;
  top: 250px;
  left: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #d8d5d5;
}

.products-slider .slick-next{
  position: absolute;
  top: 250px;
  right: -40px;
  fill: #d8d5d5;
}

.products{
  margin-bottom: 75px;
}

.feedback-section{
  margin-bottom: 104px;
  background-image: url(../images/feedback-bg.png);
  background-repeat: no-repeat;
  background-position: 13vw center;
}

.fedback__main-caption{
  color: #7a2ba7;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.fedback__sub-caption{
  color: #6c6b6d;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 88px;
}

.feedback-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 76px;
}

.feedback-item{
  width: 32%;
  -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background-color: #ffffff;
  padding: 34px 38px;
  margin-bottom: 39px;
  position: relative;
}

.feedback-item__avatar{
  position: absolute;
  left: 37px;
  bottom: -15px;
  height: 58px;
  width: 58px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-item__text{
  color: #6c6b6d;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

.feedback-item__author {
  color: #7a2ba7;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.feedback-item:nth-child(2){
  margin-top: 60px;
}

.feedback-item:nth-child(5){
  margin-top: 40px;
}

.feedback__button{
  height: 65px;
  line-height: 64px;
  border-radius: 33px;
}

.clients{
  overflow: hidden;
  background-image: url(../images/section-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  min-height: 2870px;
  padding-bottom: 290px;
}

.clients .caption{
  position: relative;
}

.client-slider-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client-slider-item__caption{
  color: #6c6b6d;
  font-size: 23px;
  line-height: 1;
  font-weight: 300;
  width: 600px;
  text-align: center;
  margin-bottom: 143px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.clients-slider{
  position: relative;
  margin-top: 28px;
  position: relative;
  margin-bottom: 150px;
}

.clients-slider .slick-current .client-slider-item__caption {
  opacity: 1;
}

.clients-slider:after{
  content: '';
  position: absolute;
  background-image: url(/assets/images/browser-line.png);
  width: 664px;
  height: 425px;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.clients-slider .slick-prev{
  position: absolute;
  left: -100px;
  top: 300px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  fill: #7a2ba7;
  z-index: 2;
}

.clients-slider .slick-list{
  overflow: visible;
}

.clients-slider .slick-next{
  position: absolute;
  right: -100px;
  top: 300px;
  fill: #7a2ba7;
  z-index: 2;
}

.clients-slider .slick-dots,
.products-slider .slick-dots,
.cab-feedback__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients-slider .slick-dots button,
.products-slider .slick-dots button,
.cab-feedback__slider .slick-dots button {
  border: none;
  background-color: #aeaeae;
  font-size: 0;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 20px;
}

.clients-slider .slick-dots .slick-active button,
.products-slider .slick-dots .slick-active button,
.cab-feedback__slider .slick-dots .slick-active button {
  background-color: #c377ee;
}

.clients__subcaption{
  color: #6c6b6d;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 100px;
}

.pay-systems{
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pay-systems li{
  text-align: center;
  margin-bottom: 74px;
}

.news{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 108px;
}

.news-item{
  width: 32%;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-item__caption{
  color: #454545;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 28px;
}

.news-item__main-description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.news-item__thumbnail{
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item__text{
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
}

.news-item__date {
  color: #89898a;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 300;
}

.news-item__description{
  color: #89898a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}

.news-item__link {
  color: #8542ad;
  font-size: 12px;
  font-weight: 700;
}

.news-item__text_main{
  padding: 0 25px 0;
}

.news-item_big{
  height: 350px;
  
}

.news-item_translateY{
  -webkit-transform: translateY(110px);
  transform: translateY(110px);
}

.news-item_small{
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
  justify-content: center;
}

.referal-program{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.referal-program__content{
  padding-left: 115px;
}

.referal-program__caption{
  color: #454545;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 45px;
}

.referal-program__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
}

.input-text{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  border-radius: 34px 31px 31px;
  background-color: #ffffff;
  border: none;
  height: 65px;
  padding: 0 30px;
  display: block;
}

input.input-text::-webkit-input-placeholder{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 300;
}

input.input-text:-ms-input-placeholder{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 300;
}

input.input-text::-ms-input-placeholder{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 300;
}

input.input-text::placeholder{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 300;
}

.referal-program__input-text{
  width: 100%;
  margin-bottom: 25px;
}

.referal-program__pic img{
  width: 538px;
}

.footer-panel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-list li:first-child{
  margin-bottom: 18px;
}

.footer-list li{
  margin-bottom: 6px;
}

.footer-list__caption{
  color: #8542ad;
  font-size: 14px;
  font-weight: 400;
}

.footer-list__link{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.footer-panel__copyright{
  color: #9e9e9f;
  font-size: 12px;
  font-weight: 300;
}

.footer-links__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}

.footer-list{
  margin-bottom: 55px;
}

.footer-links__broadcast{
  width: 221px;
  font-size: 14px;
  text-align: center;
  padding: 0;
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
}

.footer-links__social-link{
  width: 33px;
  height: 32px;
  border-radius: 50%;
  background-color: #a6a6a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-links__social-link:hover{
  background-color: #8542ad;
}

.footer-links__social-link svg{
  fill: #fff;
}

/*login*/

.login{
  background-image: url(../images/login-bg.png);
  background-size: 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  min-height: 920px;
  padding-top: 135px;
}

.login-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login__pic{
  margin-right: 112px;
}

.login__caption{
  color: #454545;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
}

.login__content{
  width: 492px;
}

.login__input{
  width: 100%;
  margin-bottom: 25px;
}

.login__submit-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login__links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.login__link{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
}

.login__submit{
  height: 65px;
  border-radius: 34px;
  padding: 0px 64px;
}

.input-checkbox{
  display: none;
}

.input-checkbox + label{
  padding-left: 40px;
  position: relative;
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.input-checkbox + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}

.input-checkbox:checked + label:after{
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #8c8c8c;
}

.login__checkbox{
  margin-bottom: 33px;
}


/* about */

.about{
  padding-top: 108px;
}

.about-main__caption{
  color: #7a2ba7;
  font-size: 43px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 45px;
}

.about-main__description{
  color: #6c6b6d;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 53px;
}

.about-open{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  padding: 58px 75px 76px 83px;
  margin-bottom: 76px;
  margin-top: 32px;
}

.about-open__caption{
  color: #9053b5;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 40px;
}

.about-open__description{
  color: #6c6b6d;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 23px;
}



.about-open__order{
  height: 65px;
  line-height: 65px;
  border-radius: 35px;
  margin-top: 21px;
}

.about-benefits__caption {
  color: #454545;
  font-size: 30px;
  font-weight: 300;
  padding: 34px 50px 44px;
  text-align: center;
  line-height: 42px;
}

.about-main__caption_padding-left,
.about-main__description_padding-left{
  padding-right: 60px;
}

.about-benefits__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-benefits__item{
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

.about-benefits__icon {
  fill: url(#benefits-gradient);
  opacity: .7;
  margin-bottom: 30px;
}

.about-benefits__text{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.about-section{
  background-color: #fbfbfb;
  padding-top: 95px;
  padding-bottom: 95px;
  margin-bottom: 84px;
}

.about-picblock{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-picblock__pic{
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.about-picblock__caption {
  color: #9053b5;
  font-size: 30px;
  font-weight: 300;
  border-bottom: 2px solid #9053b5;
  display: inline-block;
  margin-bottom: 30px;
}

.about-picblock__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.about-picblock__pic-wrapper{
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

.referal{
  background-image: url(../images/referal-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 150px;
}

.referal__main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 300px;
}

.referal__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: 160px;
}

.referal__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 52px;
}

.referal__main-left{
  width: 530px;
}

.referal__main-right{
  padding-top: 90px;
  padding-left: 30px;
}

.referal__program{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.referal__program-content{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 55px 57px;
}

.referal__program-caption {
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 44px;
}

.referal__program-text {
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}

.referal__program-text:last-child{
  margin-bottom: 0;
}

.referal__program-pic{
  margin-right: 40px;
}

.referal__program{
  margin-bottom: 80px;
}

.referal__levels-caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.referal__levels-description {
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  max-width: 654px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.level-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f4f4;
  height: 245px;
}

.level-box__level{
  text-align: center;
  color: #89888a;
  font-size: 43px;
  font-weight: 400;
  width: 470px;
}

.level-box__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  width: 290px;
}

.level-box__description span{
  color: #7c2ca6;
}

.level-box__percent {
  background-color: #bd77e2;
  height: 100%;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.level-box__percent:before{
  content: '';
  position: absolute;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat repeat;
  background-position: 0 22px;
}

.level-box__percent span{
  color: #ffffff;
  font-size: 38px;
  font-weight: 400;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg)
}

.level-box__content{
  width: 540px;
  padding-left: 100px;
  position: relative;
}

.level-box__content:before{
  content: '';
  position: absolute;
  content: '';
  position: absolute;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat repeat;
  background-position: 0 20px;
}

.level-box__content a{
  border-radius: 21px;
  background-color: #bd77e2;
  padding: 0 32px;
  border-color: #bd77e2;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.level-box_violet .level-box__level {
  background-color: #bd77e2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.level-box__content{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.level-box_violet .level-box__content {
  background-color: #bd77e2;
}

.level-box_violet .level-box__description {
  color: #fff;
}

.level-box_violet a{
  background-color: #fff;
  color: #bd77e2;
}

.level-box_violet .level-box__percent{
  background-color: #f4f4f4;
}

.level-box_violet .level-box__percent span{
  color: #bd77e2;
}

.referal__level-boxes{
  margin-bottom: 120px;
}

.cab-feedback{
  margin-bottom: 120px;
}

.cab-feedback__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
}

.cab-feedback__review{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 780px;
  min-height: 375px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.cab-feedback__text{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

.cab-feedback__name{
  color: #7a2ba7;
  font-size: 18px;
  font-weight: 400;
}

.cab-feedback__photo{
  width: 222px;
  min-width: 222px;
  height: 222px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 75px;
}

.cab-feedback__photo img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cab-feedback__content{
  padding-left: 65px;
  padding-right: 70px;
}

.cab-feedback__slider{
  position: relative;
}

.cab-feedback__slider .slick-arrow {
  position: absolute;
  top: 190px;
  fill: #d8d5d5;
}

.cab-feedback__slider .slick-prev{
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cab-feedback__slider .slick-next{
  right: 0;
}

/*article*/

.article__picture {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__thumbnail{
  position: relative;
  margin-bottom: 70px;
  margin-top: 89px;
}

.article__thumbnail:after{
  content: '';
  position: absolute;
  width: calc(100% - 52px);
  height: calc(100% - 58px);
  border: 15px solid #ffffff;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article__caption{
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.36px;
  position: absolute;
  left: 106px;
  bottom: 87px;
}

.article__date{
  color: #8542ad;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.article__text{
  max-width: 860px;
  margin-bottom: 94px;
}

.article__text p{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 27px;
}

.article__links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 116px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__social>li{
  margin-right: 15px;
}

.article__social>li:last-child{
  margin-right: 0;
}

.article__social-link {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.article__share{
  border-bottom: 1px solid #7a2ba7;
  margin-left: 50px;
  margin-right: 60px;
}

.article__social-link:last-child{
  margin-right: 0;
}

.article__social-link_vk{
  background-color: #597da3;
}

.article__social-link_telegram {
  background-color: #0088cc;
}

.article__social-link_facebook{
  background-color: #3b5997;
}

/*contacts*/

.contacts__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 54px;
}

.contacts{
  padding-top: 125px;
  padding-bottom: 100px;
}

.contacts__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.contacts__subcaption{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.contacts__picture{
  margin-top: 73px;
}

.contacts__subcaption svg{
  margin-right: 20px;
  fill: #762aa8;
}

.contacts__subcaption span{
  color: #7a2ba7;
}

.contacts-form{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 50px 70px;
}

.contacts-form__caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}

.contacts-form__subcaption{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 35px;
}

.inputblock{
  margin-bottom: 15px;
}

.inputblock__title{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-left: 30px;
  margin-bottom: 5px;
}

.inputblock__input{
  height: 40px;
  border-radius: 20px;
  border: 1px solid #b6b5b6;
  background-color: #ffffff;
  padding-left: 29px;
  width: 100%;
}

.inputblock__input::-webkit-input-placeholder{
  color: #b6b5b6;
}

.inputblock__input:-ms-input-placeholder{
  color: #b6b5b6;
}

.inputblock__input::-ms-input-placeholder{
  color: #b6b5b6;
}

.inputblock__input::placeholder{
  color: #b6b5b6;
}

.inputblock__textarea::-webkit-input-placeholder{
  color: #b6b5b6;
}

.inputblock__textarea:-ms-input-placeholder{
  color: #b6b5b6;
}

.inputblock__textarea::-ms-input-placeholder{
  color: #b6b5b6;
}

.inputblock__textarea::placeholder{
  color: #b6b5b6;
}

.inputblock__textarea{
  border: 1px solid #b6b5b6;
  border-radius: 20px;
  width: 100%;
  height: 136px;
  resize: none;
  padding: 8px 28px;
}

.contacts-form__submit{
  height: 44px;
  border-radius: 22px;
  background-color: #bd77e2;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #bd77e2;
  padding: 10px 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contacts-form__submit:hover{
  background-color: #fff;
  color: #bd77e2;
}

/* design service */

.design-service {
  padding-top: 70px;
  padding-bottom: 100px;
}

.design-sevice__top{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 213px 110px 156px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f7f7;
  margin-bottom: 25px;
  background-image: url(../images/service-design-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.design-service__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 50px;
}

.design-service__subcaption {
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.design-service__subcaption:last-child {
  margin-bottom: 50px;
}

.design-service__picture{
  max-width: 226px;
  margin-left: 90px;
}

.design-service__benefits{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  padding: 100px 157px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 72px 66px;
  margin-bottom: 31px;
  background-color: #f6f7f7;
  background-image: url(../images/service-design-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.design-service__benefit svg{
  fill: url(#benefits-gradient);
  opacity: .7;
  min-width: 75px;
  margin-right: 20px;
}

.design-service__benefit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.design-service__benefit p{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.design-service-info{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  padding: 128px 155px;
  margin-bottom: 25px;
  background-color: #f6f7f7;
  background-image: url(../images/service-design-bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.design-service-info__caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 400;
}

.design-service-info__description{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 28px;
}

.design-service-info__caption{
  margin-bottom: 25px;
}

.design-service-price {
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
}

.design-service-price{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px 70px;
  background-color: #f6f7f7;
  background-image: url(../images/service-design-bg4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.design-service-price__new-price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.design-service-price__new-price p{
  color: #6c6b6d;
  font-size: 30px;
  font-weight: 400;
}

.design-service-price__new-price span{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 400;
  text-decoration: underline;
}

.design-service-price{
  padding-top: 61px;
  padding-bottom: 50px;
}

.design-service-price__old-price{
  font-size: 23px;
  font-weight: 400;
  color: #b3b2b3;
  text-align: right;
}

.design-service-price__back{
  color: #6c6b6d;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

a.design-service-price__button{
  background-color: #bd77e2;
  color: #fff;
  border-color: #bd77e2;
}

a.design-service-price__button:hover,
a.design-service-price__button:focus{
  background-color: #fff;
  color: #bd77e2;
}

/*discount*/

.header-menu_absolute{
  position: absolute;
  z-index: 2;
}

.main-bg{
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.discount{
  padding-bottom: 89px;
  padding-top: 155px;
}

.discount__caption {
  color: #6c6b6d;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 48px;
  margin-top: 40px;
}

.discount__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.discount__caption span{
  color: #7a2ba7;
}

.discount__image{
  width: 100%;
}

.discount-purple {
  background-color: #9c61de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/promocode-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 68px;
  padding-bottom: 55px;
  margin-top: 116px;
}

.discount-purple__caption{
  color: #fefefe;
  font-size: 70px;
  font-weight: 700;
}

.discount-purple__promo{
  color: #fefefe;
  font-size: 43px;
  font-style: italic;
}

.discount-purple__description{
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

.discount-partner{
  background-color: #f6f7f7;
  background-image: url(../images/discount-bg2.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount-partner__caption{
  color: #7a2ba7;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 35px;
}

.discount-partner__description{
  color: #6c6b6d;
  font-size: 27px;
  font-weight: 400;
}

.discount-partner__description span{
  color: #7a2ba7;
}

.discount-partner{
  padding-left: 87px;
  padding-top: 27px;
  padding-bottom: 47px;
  padding-right: 48px;
}

.discount-broadcast{
  background-color: #ef67a5;
  background-image: url(../images/discount-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
}

.discount-broadcast__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  border: 2px dashed #ffffff;
}

.discount-broadcast__value{
  font-size: 180px;
  font-weight: 700;
  line-height: 138px;
  color: #ef67a5;
  margin-right: 50px;
}

.discount-broadcast__caption{
  color: #fefefe;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 28px;
}

a.discount-broadcast__link{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 24px;
  border: 1px solid #ffffff;
  padding: 16px 28px;
  -webkit-transition: .3s;
  transition: .3s;
}

a.discount-broadcast__link:hover,
a.discount-broadcast__link:focus {
  background-color: #fff;
  color: #ef67a5;
  text-decoration: none;
}

/* error */

.error{
  padding: 85px 0;
  margin-top: auto;
  margin-bottom: auto;
}

.error__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 50px;
  line-height: 1;
}

.error__description{
  color: #6c6b6d;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 34px;
}

.error__description__contacts {
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 23px;
}

.error__button{
  margin-bottom: 30px;
}

.error__picture{
  width: 100%;
}

/*faq*/

.faq{
  padding-top: 30px;
  padding-bottom: 80px;
}

.faq__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-top: 85px;
  margin-bottom: 40px;
}

.faq__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.faq__picture{
  width: 100%;
  margin-bottom: 100px;
}

.faq__subcaption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.faq__question {
  width: 100%;
  padding: 53px 124px;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  margin-bottom: 23px;
}

a.faq__question-trigger span{
  font-size: 18px;
  font-weight: 400;
  color: #7a2ba7;
}

a.faq__question-trigger svg{
  fill: #7a2ba7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

a.faq__question-trigger.collapsed span{
  color: #6c6b6d;
}

a.faq__question-trigger.collapsed svg{
  fill: #6c6b6d;
  -webkit-transform: none;
          transform: none;
}

a.faq__question-trigger{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.faq__question-trigger:hover{
  text-decoration: none;
}

a.faq__question-trigger:hover svg{
  fill: #7a2ba7;
}

a.faq__question-trigger:hover span{
  color: #7a2ba7;
}

.faq__text p{
  padding-top: 30px;
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
}

.faq__subcaption_margin-top{
  margin-top: 100px;
}

.license{
  padding-top: 170px;
  padding-bottom: 240px;
}

.license-bg{
  background-image: url(../images/login-bg.png);
}

.license__picture{
  width: 100%;
}

.license__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 43px;
  line-height: 1;
}

.license__caption span{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
}

.license__caption b{
  color: #7a2ba7;
  font-weight: 400;
  border-bottom: 2px solid #7a2ba7;
}

.license-form{
  width: 400px;
}

.license-form__inputblock p{
  color: #9d54cd;
  font-size: 14px;
  font-weight: 400;
  padding-left: 24px;
  margin-bottom: 5px;
}

.license-form__inputblock input{
  border-radius: 20px;
  border: 1px solid #9d54cd;
  background-color: #fcfcfc;
  height: 40px;
  padding-left: 24px;
  width: 100%;
}

.license-form__inputblock input::-webkit-input-placeholder{
  color: #b4b3b4;
  font-size: 14px;
  font-weight: 400;
}

.license-form__inputblock input:-ms-input-placeholder{
  color: #b4b3b4;
  font-size: 14px;
  font-weight: 400;
}

.license-form__inputblock input::-ms-input-placeholder{
  color: #b4b3b4;
  font-size: 14px;
  font-weight: 400;
}

.license-form__inputblock input::placeholder{
  color: #b4b3b4;
  font-size: 14px;
  font-weight: 400;
}

.license-form__inputblock,
.license-form__select {
  margin-bottom: 15px;
}

.license-form__select-caption {
  color: #9d54cd;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 24px;
}

.form-select{
  height: 40px;
  border-radius: 20px;
  border: 1px solid #9d54cd;
  position: relative;
  background-color: #fcfcfc;
  width: 100%;
  padding-left: 24px;
}

.form-select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.form-select__value p{
  color: #b3b2b3;
  font-size: 14px;
  font-weight: 400;
  padding-left: 24px;
  height: 40px;
  line-height: 40px;
}

.form-select__value span{
  width: 94px;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  background-color: #9d54cd;
  fill: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-select__value span svg{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.form-select_active{
  height: auto;
}

.form-select_active .form-select__value span {
  background-color: transparent;
}

.form-select_active .form-select__value p{
  color: #9d54cd;
}

.form-select_active .form-select__value span svg{
  fill: #9d54cd;
}

.form-select__hidden-block{
  display: none;
}

.form-select_active .form-select__hidden-block{
  display: block;
}

.form-select__hidden-block input{
  display: none;
}

.form-select__hidden-block label{
  display: block;
  padding-left: 24px;
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.license-form__description{
  color: #9d54cd;
  font-size: 12px;
  font-weight: 400;
  padding-left: 24px;
  margin: 14px 0;
}

.licence-rules {
  display: flex;
  align-items: center;
  height: 100%;
}

.licence-rules > ul li {
  list-style-type: circle;
  margin-bottom: 10px;
}

.form-select_selected .form-select__value p {
  color: #9d54cd;
}

/*news*/

.news__main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 130px;
}

.news__main-right{
  margin-right: 134px;  
}

.news__main-capt{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 50px;
}

.news__main-descr{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.news-preview__content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-preview__date{
  color: #8542ad;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}

.news-preview__text{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  max-height: 110px;
  overflow-y: hidden;
}

.news-preview__link {
  white-space: nowrap;
}

.pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 90px auto 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  position: relative;
  z-index: 2;
}

.pagination li:first-child svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination a {
  color: #454545;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin: 0 5px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 320ms;
}

.pagination a:hover,
.pagination li.active a {
  text-decoration: none;
  color: #fff;
  background-color: #691B9C;
}

.pagination li:first-child a svg,
.pagination li:last-child a svg {
  fill: #9D54CD;
  transition: 320ms;
}

.pagination li:first-child a:hover svg,
.pagination li:last-child a:hover svg {
  fill: #fff;
}

.pagination__prev,
.pagination__next{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41px;
  height: 41px;
  border: 1px solid #6c6b6d;
  border-radius: 50%;
}

.pagination__prev:hover,
.pagination__next:hover{
  border-color: #8542ad;
  background-color: #8542ad;
}

.pagination__prev:hover svg,
.pagination__next:hover svg{
  fill: #fff;
}

.pagination__prev svg,
.pagination__next svg{
  fill: #6c6b6d;
}

.pagination__prev{
  margin-right: 35px;
}

.pagination__next{
  margin-left: 35px;
}

.pagination__prev svg{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__link ,
.pagination p{
  color: #6c6b6d;
  font-size: 33px;
  font-weight: 300;
  margin: 0 5px;
}

/*.reviews .pagination a {
  font-size: 16px;
}

.reviews .pagination li:first-child a,
.reviews .pagination li:last-child a {
  width: 25px;
  height: 25px;
}*/

.broadcasting{
  margin-bottom: 30px;
  background-color: #b56bdd;
  background-image: url(../images/broadcasting-left.png), url(../images/broadcasting-right.png);
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 58px;
  padding-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.broadcasting__caption {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

.broadcasting__input{
  border: 1px solid #ffffff;
  height: 50px;
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  padding-left: 40px;
  margin-right: 40px;
  min-width: 300px;
}

.broadcasting__input::-webkit-input-placeholder{
  color: #fff;
}

.broadcasting__input:-ms-input-placeholder{
  color: #fff;
}

.broadcasting__input::-ms-input-placeholder{
  color: #fff;
}

.broadcasting__input::placeholder{
  color: #fff;
}

.broadcasting__submit{
  height: 50px;
  border: 1px solid #ffffff;
  background-color: #cd8bf0;
  -webkit-transition: .3s;
  transition: .3s;
}

.broadcasting__submit:hover{
  background-color: #fff;
  border-color: #fff;
  color: #cd8bf0;
}

/*privacy-policy*/

.privacy-policy {
  padding-top: 180px;
}

.pravicy-policy__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 40px;
}

.privacy-policy__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.privacy-policy__textblock{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 86px 113px;
}

.privacy-policy__textblock-caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.privacy-policy__textblock-description li{
  margin-bottom: 20px;
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
}

.privacy-policy__pic{
  margin-bottom: 103px;
}

/*reviews*/

.reviews{
  background-image: url(../images/reviews-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.reviews__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-top: 42px;
}

.reviews__description{
  color: #6c6b6d;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 40px;
}

.review-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 49px;
  margin-bottom: 31px;
}

.review-item__photo{
  min-width: 130px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}

.review-item__photo img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-item__photo{
  margin-right: 46px;
}

.review-item__name{
  color: #7a2ba7;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.review-item__date{
  color: #bbb9b9;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.review-item__text{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.review-item__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 60px;
}

.review-item__text p.full {
  display: block;
  max-height: 100%;
}

.review-item__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-item__link svg{
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 10px;
  fill: #7a2ba7;
  -webkit-transition: .3s;
  transition: .3s;
}

.review-item__link.collapsed svg{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.reviews__image{
  text-align: center;
  margin-bottom: 30px;
}

.reviews__image img{
  max-width: 100%;
}

.reviews__trigger{
  min-height: 256px;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 45px;
}

.reviews__trigger-caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

.reviews__trigger-description{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.review__fastform{
  margin-top: 26px;
}

/*telegram-bot*/

.telegram-bot{
  padding-top: 70px;
  padding-bottom: 40px;
}

.telegram-bot__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
}

.telegram-bot__pad{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #f6f7f7;
  margin-bottom: 25px;
}

.telegram-bot__pad_first{
  background-image: url(../images/telegram-bot-bg1.png);
  background-size: cover;
}

.telegram-bot__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 35px;
}

.telegram-bot__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

.telegram-bot__main{
  padding-top: 122px;
  padding-left: 153px;
  padding-bottom: 132px;
}

.telegram-bot__pic{
  margin-top: 100px;
  margin-left: 110px;
}

.telegram-bot__pad_second{
  
  background-image: url(../images/telegram-bot-bg2.png);
  padding: 70px 155px;
  background-size: cover;
}

.telegram-bot__questions{
  margin-bottom: 50px;
}

.telegram-bot__question{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.telegram-bot__answer{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}

.telegram-bot__pad_third {
  background-image: url(../images/telegram-bot-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.telegram-bot__benefits {
  padding-top: 90px;
  padding-left: 154px;
  padding-right: 160px;
  padding-bottom: 50px;
}

.telegram-bot-benefit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.telegram-bot-benefit__caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

.telegram-bot-benefit__description{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.telegram-bot-benefit__pic{
  margin-right: 70px;
}

.telegram-bot-benefit__pic svg{
  fill: #7a2ba7;
}

.telegram-bot-benefit{
  margin-bottom: 40px;
}

/*service-list*/

.service-list{
  padding-top: 50px;
  padding-bottom: 100px;
}

.service-list__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 35px;
  margin-top: 74px;
}

.service-list__image{
  margin-bottom: 70px;
  display: block;
}

.service-list-item{
  background-color: #ffffff;
  padding-top: 60px;
  padding-left: 80px;
  padding-bottom: 60px;
  padding-right: 90px;
  margin-bottom: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

.service-list-item:hover{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
}

.service-list__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

.service-list-item__image{
  min-width: 158px;
  width: 158px;
  margin-right: 80px;
}

.service-list-item__image img{
  width: 100%;
}

.service-list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-list-item__caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 23px;
}

.service-list-item__description{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 23px;
}

.service-list-item__prices{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.service-list-item__price_purple{
  color: #8a4ab1;
  font-size: 30px;
  font-weight: 400;
}

.service-list-item__price_black{
  color: #454545;
  font-size: 18px;
  font-weight: 400;
  margin: 0 37px;
  text-decoration: line-through;
}

/*untill buy*/

.untill-buy{
  padding-top: 40px;
  background-image: url(../images/untill-buy-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 150px;
  padding-bottom: 40px;
}

.untill-buy__caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 35px;
}

.untill-buy__caption_big{
  font-size: 43px;
}

.untill-buy__description{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.untill-buy__description_big{
  font-size: 18px;
}

.untill-buy__caption_main-margin{
  margin-top: 65px;
}

.untill-buy__description_padding-main{
  padding-right: 100px;
}

.untill-buy__description_margin-bottom{
  margin-bottom: 23px;
}

.untill-buy__ways{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.untill-buy__payment-way{
  min-height: 565px;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding-top: 85px;
  padding-left: 91px;
  padding-bottom: 88px;
  padding-right: 90px;
}

.untill-buy__delivery-way{
  background-image: url(../images/delivery-way-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #cc8ff4;
  padding-left: 92px;
  padding-top: 73px;
  padding-right: 120px;
  padding-bottom: 105px;
}

.untill-buy__delivery-way p{
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}

.untill-buy__delivery-way span{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.untill-buy__ways{
  margin-bottom: 95px;
}

.untill-buy__important{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 97px;
  background-image: url(../images/untill-but-important-bg.png);
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #c784f4;
  background-position: 100% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55px;
  padding-left: 92px;
  padding-right: 260px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  margin-bottom: 23px;
}

.untill-buy__important-caption{
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 36px;
}

.untill-buy__important-description{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}

.untill-buy__license-pic{
  fill: #e8e7e8;
  display: block;
  margin: 0 auto;
}

.untill-buy__important-pic{
  min-width: 225px;
  margin-left: 140px;
}

.untill-buy__columns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.untill-buy__description_slim{
  padding-left: 89px;
  padding-right: 78px;
}

.untill-buy__support{
  min-height: 362px;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #f2f2f2;
  background-image: url(../images/untill-buy-support-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 57px;
  padding-left: 92px;
  padding-right: 90px;
  margin-top: 60px;
  margin-bottom: 90px;
}

.untill-buy__update{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #c784f4;
  padding-top: 62px;
  padding-left: 90px;
  padding-right: 87px;
  padding-bottom: 68px;
  background-image: url(../images/untill-buy-update-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.untill-buy__update p{
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 35px;
}

.untill-buy__update span{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}

.untill-buy__important-pic{
  fill: #fff;
}

.untill-buy__return{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding-top: 74px;
  padding-left: 90px;
  padding-right: 80px;
  padding-bottom: 77px;
  margin-bottom: 46px;
}

.untill-buy__column_first{
  min-width: 606px;
  margin-right: 48px;
}

.untill-buy__license-icon{
 
}

.untill-buy__license-icon svg{
  fill: #7a2ba7;
}

.untill-buy__desktop-pic{
  width: 100%;
  margin-top: 66px;
}

.untill-buy__caption_last-margin{
  margin-top: 75px;
}

.untill-buy__license-icon{
  margin-bottom: 35px;
}

.untill-buy__description_padding-right{
  padding-right: 100px;
}

/*user accept*/

.user-accept{
  padding-top: 60px;
  background-image: url(../images/user-acceptance-bg.png);
  background-repeat: no-repeat;
  background-position: -75px 150px;
}

.user-accept__caption{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 400;
}

.user-accept__caption_margin-bottom{
  margin-bottom: 30px;
}

.user-accept__caption_big{
  font-size: 43px;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 40px;
}

.user-accept__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.user-accept__list{
  padding-left: 110px;
  padding-right: 103px;
  padding-top: 85px;
  margin-top: 85px;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding-bottom: 88px;
}

/*update*/

.update{
  padding: 68px 0;
}

.update__main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.update__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 12px;
}

.update__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
}

.update__pic img{
  width: 501px;
}

.update-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f7f7;
  padding: 80px 120px;
}

.update-item__version{
  color: #7a2ba7;
  font-size: 30px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 20px;
}

.update-item__date{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.update-item__description{
  color: #6c6b6d;
  font-size: 18px;
  font-weight: 400;
}

.update-item__text{
  padding-left: 98px;
}

.update-item_reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #fff;
}

.update-item_reverse .update-item__text{
  padding-right: 98px;
  padding-left: 0;
}

/*documentary*/

.documentary{
  padding-top: 50px;
  padding-bottom: 50px;
}

.documentary__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.documentary-menu{
  min-width: 263px;
  background-color: #9d54cd;
  margin-right: 24px;
  padding-bottom: 40px;
}

.documentary-menu__caption{
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  padding-top: 33px;
  padding-left: 47px;
  border-bottom: 1px solid #c585ef;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.documentary-menu__list{
  padding-left: 47px;
}

.documentary-menu__link{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-block;
}

.documentary-text__caption-line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 43px;
  padding-left: 47px;
  padding-right: 47px;
}

.documentary-text__caption{
  color: #7a2ba7;
  font-size: 43px;
  font-weight: 300;
}

.dropdown-list{
  position: relative;
}

.dropdown-list__icons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8930a2;
  padding-top: 5px;
  padding-left: 16px;
  padding-bottom: 5px;
  padding-right: 16px;
  border: 1px solid #8930a2;
  position: relative;
}

.dropdown-list__icon{
  fill: #fff;
}

.dropdown-list__icon_first{
  margin-right: 10px;
}

.dropdown-list__icon_second{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown-list__list{
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #8930a2;
  border-top: none;
  width: 100%;
  background-color: #fff;
  padding-left: 50px;
}

.dropdown-list__link{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-list__link_active{
  color: #8930a2;
}

.dropdown-list__caption{
  display: none;
  color: #8930a2;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}

.documentary-text{

}

.documentary-text__shadow{
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding-bottom: 40px;
  margin-bottom: 22px;
}

.dropdown-list_active .dropdown-list__icons {
  background-color: #fff;
}

.dropdown-list_active .dropdown-list__list {
  display: block;
}

.dropdown-list_active .dropdown-list__caption{
  display: block;
}

.dropdown-list_active .dropdown-list__icon{
  fill: #7a2ba7;
}

.documentary-text__anchor{
  margin-left: 27px;
  margin-right: auto;
}

.documentary-text__anchor svg{
  fill: #6c6b6d;
}

.documentary-text__text{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 47px;
  padding-right: 47px;
}

.documentary-text__text span{
  color: #7a2ba7;
}

.documentary-text__caption-line{
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 25px;
}

.documentary-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.documentary-info__name{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.documentary-info__name span{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.documentary-info__date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documentary-info__date span{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.documentary-info__date svg{
  margin-right: 8px;
  fill: #7a2ba7;
}

.documentary-info__name svg{
  margin-right: 8px;
  fill: #7a2ba7;
}

.breadcrumbs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__location {
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__link svg{
  fill: #7a2ba7;
}

.breadcrumbs{
  margin-bottom: 25px;
  border-top: 1px solid #f6f6f6;
  padding-top: 20px;
}

.doc-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-block{
  height: 31px;
  border-radius: 16px;
  border: 1px solid #7a2ba7;
  margin-right: 39px;
}

.search-block form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 20px;
}

.search-block__input{
  border: none;
  height: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
}

.search-block__icon{
  fill: #7a2ba7;
  margin-right: 10px;
}

.search-block__input{
  color: #7a2ba7;
  font-size: 14px;
  font-weight: 400;
}

.doc-menu__link{
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.doc-menu__link:hover{
  background-color: #bebdbf;
}

.doc-menu__link svg{
  fill: #7a2ba7;
}

.doc-menu__link_filled{
  background-color: #8930a2;
}

.doc-menu__link_filled svg{
  fill: #fff;
}

.doc-menu__login{
  height: 31px;
  border: 1px solid #8930a2;
  border-radius: 16px;
  background-color: #8930a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
  padding-left: 22px;
  padding-right: 22px;
  margin-left: 34px;
  -webkit-transition: .3s;
  transition: .3s;
}

.doc-menu__login svg{
  fill: #fff;
  margin-right: 15px;
}

.doc-menu__login span{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.doc-menu__login:hover{
  background-color: #fff;
}

.doc-menu__login:hover svg{
  fill: #8930a2;
}

.doc-menu__login:hover span{
  color: #8930a2;
}

.doc-menu__login:hover{
  text-decoration: none;
}

.doc-menu__link{
  margin: 0 2px;
}

.header-menu__right-block{
  position: relative;
}

.header-menu__settings{
  position: absolute;
  z-index: 3;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding-top: 7px;
  top: calc(100% + 20px);
  display: none;
}

.header-menu__settings_active {
  display: block;
}

.header-menu__settings ul{
  border-bottom: 1px solid #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.header-menu__settings-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__settings-link span{
  color: #6c6b6d;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__settings-link svg{
  fill: #6c6b6d;
}

.header-menu__settings-link:hover svg{
  fill: #7a2ba7;
}

.header-menu__settings-link:hover span{
  color: #7a2ba7;
}

.header-menu__settings-link:hover{
  text-decoration: none;
}

.header-menu__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: 1px solid #6c6b6d;
  border-radius: 50%;
}

.header-menu__settings-link:hover .header-menu__arrow{
  border-color: #7a2ba7;
}

.header-menu__settings-link i{
  margin-right: 13px;
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu__settings-link{
  margin-bottom: 12px;
}

.lagnuage-switcher__link svg{
  margin-right: 10px;
}

.lagnuage-switcher{
  -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  padding-left: 33px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
  z-index: 2;
  display: none;
}

.lagnuage-switcher_active{
  display: block;
}

.lagnuage-switcher__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.lagnuage-switcher li:last-child .lagnuage-switcher__link {
  margin-bottom: 0;
}


.partners {
  padding-top: 108px;
}

.partners__img img {
  width: 100%;
}

.partners__top p {
  margin-bottom: 64px;
}

.partners__section {
  margin-bottom: 172px;
}

.title-purple {
  color: #9D54CD;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #7B7979;
  border-radius: 100%;
  margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
  background-color: #9D54CD;
}

.owl-nav {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 40%;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 40%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;

  background-color: transparent;
  border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #691B9C;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  font-size: 32px;
}

.partner-item__top {
  position: relative;
  margin-bottom: 36px;
}

.partner-item__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 264px;
}

.partner-item__link {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #9D54CD;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
}

.partner-item__link:hover {
  color: #fff;
}

.partner-item__name {
  font-size: 30px;
  line-height: 40px;
  color: #5B5B5B;
  text-align: center;
  margin-bottom: 12px;
}

.partners__partner-item p {
  padding: 0 170px;
}

.demos__item {
  margin-bottom: 52px;
}

.demos__item .row {
  align-items: center;
}

.demos__img {
  width: 100%;
  height: 276px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.demos__name {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #9D54CD;
  margin-bottom: 12px;
}

.demos__desc p {
  margin-bottom: 8px;
}

.join {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 44px 60px;
}

.join__pic {
  background: url(/theme/blitz-script/assets/images/partners2.png) no-repeat center / contain;
  width: 476px;
  height: 386px;
  margin-right: 60px;
  flex-shrink: 0;
}

.join__title {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #9D54CD;
  margin-bottom: 28px;
}

.join__text {
  margin-bottom: 64px;
}
