.index-header-bg{
  position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    min-height: 1000px;
    height: 85vh;
    overflow: hidden;
}
.index-header-bg.not-ready:after{ 
  position: absolute;
  top: -100%;
  left: -100%;
  right: 0;
  bottom: 130px;
  content: '';
  background-color: #4f1bcb;
  -webkit-transform: rotate(154deg);
  transform: rotate(154deg);
}

/* треугольный фон, боль */

@media screen and (max-width: 1430px){
  .index-header-bg{
    min-height: 980px;
  }
}
@media screen and (max-width: 1024px){
  .index-header-bg{
    min-height: 1200px !important;
  }
}
@media screen and (max-width: 800px){
  .index-header-bg{
    min-height: 1430px !important;
  }
}
@media screen and (max-width: 640px){
  .index-header-bg{
    min-height: 1080px;
  }
}
@media screen and (max-width: 380px){
  .index-header-bg{
    min-height: 1180px;
  }
}

.index-header-bg:after{
  position: absolute;
}
.index-header-container{
  overflow: hidden;
}
.main-header-img{
  max-width: none;
  width: 95%;
  margin-left: 55px;
}
.main-words,
.main-img{
  margin-top: 3%;
}
.main-advert-wrapper{
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.main-advert-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 20px;
}
.main-advert-ico{
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background-color: #5637ed;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 0 56px;
}
.main-advert-description{
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 0 80%;
}
.index-integration{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 90px;
}
.main-advert-wrapper header{
  padding-left: 86px;
}

/* Волна партнеров */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.index-adaptive-template{
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-theme-slider{
  width: 90%;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
.cases-slider-arrow svg{
  display: none;
  margin-top: -32px;
}
.cases-slider-arrow.swiper-button-next.swiper-button-disabled, 
.cases-slider-arrow.swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.index-slider-arrow{
  position: inherit;
  background-image: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3px;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 12px; 
  z-index: 500;
}
.swiper-button-prev.index-slider-arrow{
  left: 20px;
}
.swiper-button-next.index-slider-arrow{
  right: 20px;
}
.index-theme-slider-next{
  right: 150px;
}
.index-theme-slider-prev{
  left: 150px;
}

.index-theme-slider{
  max-width: 100%;
}
.index-adaptive-template img{
  margin: 10px;
  -webkit-flex: 0 1 415px;
  -ms-flex: 0 1 415px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 1 415px;
  -webkit-box-shadow: 0 20px 30px rgba(30, 0, 126, 0.1);
          box-shadow: 0 20px 30px rgba(30, 0, 126, 0.1);
}
.index-adaptive-template a{
  -webkit-flex: 100%;
  -ms-flex: 100%;
  -webkit-box-flex: 100%;
     -moz-box-flex: 100%;
          flex: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
}

.index-advantage-wrapper{
  margin: 0 auto;
}
.index-advantage{
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-advantage-list{
  list-style-type: none;
  padding-left: 60px;
}
.index-advantage li{
  position: relative;
  min-height: 42px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  margin: 25px 0;
}
.index-advantage li:before{
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 42px;
  height: 42px;
  background: url(check-big-copy.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-advantage li.no-circle:before{
  display: none;
}
.index-ipad-float{
  position: absolute;
  top: 10%; 
  right: -10%;
  width: 40%;
}
.index-advantage-table{
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-iframe-container{
  position: relative;
}
.index-iframe-container iframe{
  border: none;
}

/* БЛОК ОТЗЫВОВ */
.index-counter-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
   -moz-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}
.index-counter{
  color: #fff;
  font-weight: 900;
  font-size: 56px;
  line-height: 43px;
}
.index-counter-description{
  font-weight: 700;
  font-size: 20px;
}
.index-reviews-wrapper{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0;
  padding-top: 70px;
  padding-bottom: 100px;
}

.index-reviews{
  background: -webkit-linear-gradient(135deg, #cf16c7 0%, transparent 100%),-webkit-linear-gradient(45deg, #1dc2e4 0%, transparent 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 100%);
  background: -o-linear-gradient(135deg, #cf16c7 0%, transparent 100%),-o-linear-gradient(45deg, #1dc2e4 0%, transparent 100%), -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 100%);
  background: linear-gradient(-45deg, #cf16c7 0%, transparent 100%),linear-gradient(45deg, #1dc2e4 0%, transparent 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, transparent 100%);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 30px;
}
.index-reviews-logo{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap-reverse;
          flex-flow: row-reverse wrap-reverse;
  margin-top: -150px;
  margin-left: 0;
  margin-right: 0;
}
.index-reviews-logo > div{
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 5px;
}
.index-reviews-logo > div:nth-child(9){
  margin-left: 20%;
}
.index-reviews-logo > div:nth-child(12){
  margin-left: 40%;
}
.index-reviews-logo img{
  max-width: 100px;
  -webkit-filter:grayscale(100%);
          filter:grayscale(100%);
  height: auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}
.review-slide-logo{
  /* overflow: hidden;
  font-size: 0;
  line-height: 130px;
  height: 130px; */
  width: 130px;
  background-color: #fff;
  text-align: center;
  padding: 5px;
} 
.review-slide-logo img{
  display: inline-block;
  vertical-align: middle;
}
 
.review-slider-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-slider-navigation{
    position: absolute;
    width: 100px;
    height: 55px;
    top: 20px;
    right: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.review-slider-btn{
  position: inherit;
  top: 20px;
  background-image: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3px;
  outline: 0;
  cursor: pointer;
}

.index-reviews-content{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.index-reviews-content p{
  line-height: 24px;
  margin-top: 0;
}
.index-universitet-slider{
  position: relative;
  overflow: hidden;
}
.index-universitet-slide > a{
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60%;
}

.index-universitet-container{
  -webkit-flex: 0 1 350px;
  -ms-flex: 0 1 350px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 1 350px;
  margin: 10px;
}
.index-universitet-container a.iframe{
  display: block;
}
.index-universitet-description{
  font-size: 16px;
  font-weight: 400;
  color: #53657e;
}
.index-universitet-image{
  position: relative;
}
.video-image{
  position: relative;
  cursor: pointer;
}
.video-image:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#39019e));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #39019e 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #39019e 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #39019e 100%);
}
.index-universitet-image a.iframe:before{
  content: '';
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 34px);
  top: calc(50% - 34px);
  left: -webkit-calc(50% - 34px);
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
  background: url(play-video-button.png) no-repeat;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.index-universitet-image a.iframe:hover:before{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}
.video-title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.5;
  background: rgb(79,8,188); 
  background: -moz-linear-gradient(top, rgba(79,8,188,0) 0%, rgba(51,51,51,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(79,8,188,0) 0%,rgba(51,51,51,1) 100%); 
  background: linear-gradient(to bottom, rgba(79,8,188,0) 0%,rgba(51,51,51,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f08bc', endColorstr='#4f08bc',GradientType=0 ); 
  padding: 20px;
}

.index-subscribe{
  background: url(bg-subscribe.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.index-subscribe-form{
  color: #fff;
}
.index-subscribe-form h3{
  margin-top: 0;
}

/* МОДАЛКА */
.modal-darken{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: #000;
  cursor: pointer;
}
.modal-video-wrapper{
  height: 90%;
}
.modal-video{
  padding: 20px;
  z-index: 500;
  position: fixed;
  left: 5%;
  top: 15%;
  width: 90%;
  height: 70%;
  background: #fff;
  -webkit-border-radius: 1.5em;
          border-radius: 1.5em;
}
.modal-header{
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content{
  opacity: 0;
  height: 100%;
  margin-top: 20px;
  text-align: center;
}
.modal-close{
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  cursor: pointer;
}
.modal-close:after{
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
.modal-close:before{
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #000;
}
/* end МОДАЛКА */





@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-words-container{
    min-height: 110vh;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    background-size: cover;

  }

  .video-title{
    left: 30%;
    width: 40%;
  }
}

@media screen and (min-width: 1025px) {
  .index-slider-arrow{
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

}
@media screen and (min-width: 1200px){

}

@media screen and (max-width: 768px) {
  
/* product-review */
.p-0{
  padding: 0;
}


.product-review-vkwidget{
  background: #f9fafb;
}

.members-count{
  padding: 10px;
  font-size: 14px;
  color: #a2a2a2;
}
.members-review{
  padding: 10px;
}
.member-image{
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 5px;
  max-width: 50px;
}
.product-review-community-logo{
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 5px;
}
.product-review-community-title{
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
/* end product-review */

/* product-apps */
.apps-slider-top{
  text-align: center;
}
.app-slider-thumb{
  cursor: pointer;
}
.custom-slider-arrow{
  background-image: none;
  z-index: 500;
  outline: 0;
}
.apps-slider-arrow-prev{
  position: absolute;
  top: 90%;
  left: inherit;
  right: 100%;
}
.apps-slider-arrow-next{
position: absolute;
    top: 90%;
    right: inherit;
    left: 100%;
}
.product-app-short-descripion{
  line-height: 32px;
}

.product-review-container{
  background-color: #f5f7f9;
  padding: 50px 0;
}
.product-review-author-name{
  color: #424041;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-review-author-date{
  font-size: 16px;
  color: #424041;
  margin-bottom: 10px;
}
.product-review-content-title{
  color: #53657e;
  font-size: 16px;
}
.product-review-content{
  background-color: #ffffff;
  padding: 20px;
}
/* РЕЙТИНГ ЗВЕЗДА */
.stars-rating{
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-flow: row-reverse nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star-wrapper{
  margin: 0 1px;
  width: 25px;
  height: 25px;
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
.star-wrapper svg{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.input-star{
  display: none;
}
.star-wrapper:hover .star, .star-wrapper:hover ~ .star-wrapper .star,
.input-star:checked > .star-wrapper svg .star{
  fill: #F8E71C;
  fill-opacity: 100;
  stroke-width: 0;
}
.input-star:checked ~ .star-wrapper svg .star{
  fill: #F8E71C;
  fill-opacity: 100;
  stroke-width: 0;
}
#captcha_challenge{
  height: 48px;
}

/* end РЕЙТИНГ ЗВЕЗДА */

#review_body{
  font-weight: 300;
  padding: 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid rgb(194, 202, 213);
  background-color: rgb(255, 255, 255);
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 112px;
  height: 112px;
  outline: 0;
  resize: none;
}
.input-star:checked .star-wrapper .star{
  fill: #F8E71C;
  fill-opacity: 100;
  stroke-width: 0;
}

.notice-success{
  padding: 10px;
  background: green;
  margin-bottom: 10px;
}
.textarea-error{
  border: 1px solid #e32d2b;
}
/* end product-apps */


/* article */

.article-blog-title h1{
  font-size: 30px;
  line-height: 38px;
  color: #424041;
}
.blog-article-created{
  color: #6b7c93;
  font-size: 16px;
  opacity: 0.6;
}
.blog-article-tags{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-article-tags li a{
  letter-spacing: 0.44px;
  font-size: 14px;
}
.blog-article-tags li{
  margin: 0 10px;
  -webkit-flex: 0;
  -ms-flex: 0;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0;

}
.blog-article-tags li:first-child{
  list-style-type: none;
}
.blog-article-image img{
  width: 100%;
}
.blog-article-content{
  line-height: 24px;
  font-size: 16px;
  color: #53657e;
}
.article-preview-wrapper{
  background-color: #f5f7f9;
  padding: 30px 0 10px 0;
}
.blog-preview-parent{
  margin-bottom: 20px;
}
.blog-preview-article{
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.blog-preview-article a:hover,
.blog-preview-article a:hover *{
  text-decoration: none !important;
}
.blog-preview-article-image{
  max-height: 50%;
  overflow: hidden;

}
.blog-preview-article-image-last{
  height: 30%;
}
.blog-preview-article-image-last img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-preview-article-title h4{
  line-height: 30px;
  font-size: 20px;
  color: #424041;
  position: relative;
}
.blog-preview-article:hover a .blog-preview-article-title h4{
  text-decoration: underline;
  -webkit-text-decoration-color: #148bdd;
     -moz-text-decoration-color: #148bdd;
          text-decoration-color: #148bdd;
}
.blog-preview-article-title-last h4{
  line-height: 30px;
  font-size: 20px;
  position: relative;
  color: #fff;
}
.blog-preview-article-created{
  margin: 10px 0;
  font-size: 16px;
  color: #6b7c93;
  opacity: 0.6;
  position: relative;
}
.blog-preview-article-content{
  line-height: 24px;
  font-size: 16px;
  color: #424041;
  position: relative;
}

.blog-preview-article-content-last{
  line-height: 24px;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.widget-social-share .b-share_theme_counter .b-share{
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column;
}
.widget-social-share .b-share_theme_counter .b-share-btn__wrap{
  float: none;
  margin: 5px 0;
}

.widget-social-share .b-share_theme_counter .b-share__link{
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-social-share .b-share_theme_counter .b-share__handle {
    height: 40px;
    width: 40px;
    padding: 0!important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 10px;
    background-color: #148bdd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .widget-social-share .b-share_theme_counter .b-share-icon_facebook{
    background-position: -3px -1px;
}
.widget-social-share-sticky{
  position: absolute;
  bottom: 30%;
  left: 10%;
}
.share-social-article{
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 0;
}

.social-share-mobile-wrapper{
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: -webkit-calc(100% - 50px);
  top: calc(100% - 50px);
  height: 50px;
}
.widget-social-share-mobile{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #2cb0f1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.widget-social-share-mobile .ya-share2__badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
}
/* ИКОНКА ВКОНТАКТЕ */
.widget-social-share-mobile .ya-share2__item_service_vkontakte .ya-share2__icon{
  background: url(incon-mobile-vk.svg) no-repeat;
  background-position: 49% 50%;
}
.widget-social-share-mobile .ya-share2__item_service_vkontakte .ya-share2__badge{
  background: #fff;
}
/* end ИКОНКА ВКОНТАКТЕ */

/* ИКОНКА FACEBOOK */

.widget-social-share-mobile .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(icon-mobile-fb.svg) no-repeat;
    background-position: 49% 50%;
  }
.widget-social-share-mobile .ya-share2__item_service_facebook .ya-share2__badge{
  background: #fff;
}
  /* end ИКОНКА FACEBOOK */
.widget-social-share-mobile .ya-share2__item_service_twitter .ya-share2__icon{
  background: url(incon-mobile-twitter.svg) no-repeat;
  background-position: 49% 50%;
}
.widget-social-share-mobile .ya-share2__item_service_twitter .ya-share2__badge{
  background: #fff;
}
  /* ИКОНКА twitter */

  /* end ИКОНКА twitter */

/* end article */


/* landing */
.landing .sidebar{
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  height: 100%;
}
.sidebar-progress{
  width: 4px;
  height: 0;
  background-color: #148bdd;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
/* .is-active{
  color: #148bdd !important;
  text-decoration: underline;
} */
.landing-mobile-aside{
  background-color: #f5f7f9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1000;
}
.landing-mobile-aside-title{
  letter-spacing: 0.5px;
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.9;
  color: #53657e;
}
.mobile-aside-content{
  display: none;

}
.landing p{
  line-height: 24px;
}
.ul-custom{
  list-style-type: none;
  font-weight: 400;
  font-size: 16px;
  color: #53657e;
}
.ul-custom li{
  position: relative;
  margin: 10px 0;
  line-height: 30px;
}
.ul-custom li:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 103%;
  width: 28px;
  height: 28px;
  background: url('custom-li.png') no-repeat;
}
.ul-list{
  color: #148bdd;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.landing-quick-form{
  background-color: #f5f7f9;
  padding: 40px 0;
}
.landing-video-wrapper{
  position: relative;
  height: 80%;
  min-height: 250px;
  width: 80%;
  max-height: 300px;
}
}
@media screen and (max-width: 1024px){
  .landing-video-wrapper{
    height: 300px;
    width: 250px;
  }
}
.landing-video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
}
.landing-video-wrapper:before{
  content: '';
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(landing-video-head.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* end landing */

/* registratinon */

.deactive-p .reg-circle{
  position: relative;

}
.deactive-p .reg-circle div{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.deactive-p .reg-circle div:nth-child(4){
  background-color: #72a4c5;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}
.deactive-p .reg-circle div:nth-child(3){
  display: none;

}
.deactive-p .reg-circle div:nth-child(2){
  display: none;

}
.deactive-p .reg-circle div:nth-child(1){
  display: none;
}


.active-done .reg-circle{
  position: relative;

}
.active-done .reg-circle div{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.active-done .reg-circle div:nth-child(4){
  background-color: #148bdd;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.active-done .reg-circle div:nth-child(3){
  display: none;

}
.active-done .reg-circle div:nth-child(2){
  display: none;

}
.active-done .reg-circle div:nth-child(1){
  display: none;
}


.load-wrap{
  position: relative;
  height: 350px;
}

#page_reg, #page_reg-errors {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent !important;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

#page_reg-errors {
	-webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#phrase_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 150px;
  overflow: hidden;
  width: 365px;
}

#phrases {
  -webkit-animation: slide-phrases-upward 20s  forwards;
          -o-animation: slide-phrases-upward 20s  forwards;
     animation: slide-phrases-upward 20s  forwards;
}

#footer {
  bottom: 30px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
}
.end-load-animation{
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
     transform: translateY(150px);
  -webkit-animation: end-loading 1.5s  forwards;
          -o-animation: end-loading 1.5s  forwards;
     animation: end-loading 1.5s  forwards;
          -webkit-animation-delay: 16s;
               -o-animation-delay: 16s;
                  animation-delay: 16s
}
.last-load-circle{
  stroke-dasharray: 5;
  -webkit-animation: dash 5s infinite linear;
       -o-animation: dash 5s infinite linear;
          animation: dash 5s infinite linear;
}
.last-load-check{
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  -webkit-animation: last-load-check-In 1s cubic-bezier(.75,-0.5,0,1.75) forwards;
       -o-animation: last-load-check-In 1s cubic-bezier(.75,-0.5,0,1.75) forwards;
          animation: last-load-check-In 1s cubic-bezier(.75,-0.5,0,1.75) forwards;
  -webkit-animation-delay: 22s;
       -o-animation-delay: 22s;
          animation-delay: 22s;
}


@-webkit-keyframes end-loading {
  from{
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to{
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

}


@-o-keyframes end-loading {
  from{
    -webkit-transform: translateY(150px);
            -o-transform: translateY(150px);
       transform: translateY(150px);
  }
  to{
    -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
       transform: translateY(0px);
  }

}


@keyframes end-loading {
  from{
    -webkit-transform: translateY(150px);
            -o-transform: translateY(150px);
       transform: translateY(150px);
  }
  to{
    -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
       transform: translateY(0px);
  }

}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 100;
  }
}
@-o-keyframes dash {
  to {
    stroke-dashoffset: 100;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 100;
  }
}
@-webkit-keyframes last-load-check-In {
  to{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes last-load-check-In {
  to{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes last-load-check-In {
  to{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@-webkit-keyframes slide-phrases-upward {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  10% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  15% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  20% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  25% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
  }
  30% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  35% {
    -webkit-transform: translateY(-350px);
            transform: translateY(-350px);
  }
  40% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  45% {
    -webkit-transform: translateY(-450px);
            transform: translateY(-450px);
  }
  50% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  55% {
    -webkit-transform: translateY(-550px);
            transform: translateY(-550px);
  }
  60% {
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  65% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
  }
  70% {
    -webkit-transform: translateY(-700px);
            transform: translateY(-700px);
  }
  75% {
    -webkit-transform: translateY(-750px);
            transform: translateY(-750px);
  }
  80% {
    -webkit-transform: translateY(-800px);
            transform: translateY(-800px);
  }
  85% {
    -webkit-transform: translateY(-850px);
            transform: translateY(-850px);
  }
  90% {
    -webkit-transform: translateY(-900px);
            transform: translateY(-900px);
  }
  95% {
    -webkit-transform: translateY(-950px);
            transform: translateY(-950px);
  }
  100% {
    -webkit-transform: translateY(-0px);
            transform: translateY(-0px);
  }
}

@-o-keyframes slide-phrases-upward {
  0% {
    -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-50px);
            -o-transform: translateY(-50px);
       transform: translateY(-50px);
  }
  10% {
    -webkit-transform: translateY(-100px);
            -o-transform: translateY(-100px);
       transform: translateY(-100px);
  }
  15% {
    -webkit-transform: translateY(-150px);
            -o-transform: translateY(-150px);
       transform: translateY(-150px);
  }
  20% {
    -webkit-transform: translateY(-200px);
            -o-transform: translateY(-200px);
       transform: translateY(-200px);
  }
  25% {
    -webkit-transform: translateY(-250px);
            -o-transform: translateY(-250px);
       transform: translateY(-250px);
  }
  30% {
    -webkit-transform: translateY(-300px);
            -o-transform: translateY(-300px);
       transform: translateY(-300px);
  }
  35% {
    -webkit-transform: translateY(-350px);
            -o-transform: translateY(-350px);
       transform: translateY(-350px);
  }
  40% {
    -webkit-transform: translateY(-400px);
            -o-transform: translateY(-400px);
       transform: translateY(-400px);
  }
  45% {
    -webkit-transform: translateY(-450px);
            -o-transform: translateY(-450px);
       transform: translateY(-450px);
  }
  50% {
    -webkit-transform: translateY(-500px);
            -o-transform: translateY(-500px);
       transform: translateY(-500px);
  }
  55% {
    -webkit-transform: translateY(-550px);
            -o-transform: translateY(-550px);
       transform: translateY(-550px);
  }
  60% {
    -webkit-transform: translateY(-600px);
            -o-transform: translateY(-600px);
       transform: translateY(-600px);
  }
  65% {
    -webkit-transform: translateY(-650px);
            -o-transform: translateY(-650px);
       transform: translateY(-650px);
  }
  70% {
    -webkit-transform: translateY(-700px);
            -o-transform: translateY(-700px);
       transform: translateY(-700px);
  }
  75% {
    -webkit-transform: translateY(-750px);
            -o-transform: translateY(-750px);
       transform: translateY(-750px);
  }
  80% {
    -webkit-transform: translateY(-800px);
            -o-transform: translateY(-800px);
       transform: translateY(-800px);
  }
  85% {
    -webkit-transform: translateY(-850px);
            -o-transform: translateY(-850px);
       transform: translateY(-850px);
  }
  90% {
    -webkit-transform: translateY(-900px);
            -o-transform: translateY(-900px);
       transform: translateY(-900px);
  }
  95% {
    -webkit-transform: translateY(-950px);
            -o-transform: translateY(-950px);
       transform: translateY(-950px);
  }
  100% {
    -webkit-transform: translateY(-1000px);
            -o-transform: translateY(-1000px);
       transform: translateY(-1000px);
  }
}

@keyframes slide-phrases-upward {
  0% {
    -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-50px);
            -o-transform: translateY(-50px);
       transform: translateY(-50px);
  }
  10% {
    -webkit-transform: translateY(-100px);
            -o-transform: translateY(-100px);
       transform: translateY(-100px);
  }
  15% {
    -webkit-transform: translateY(-150px);
            -o-transform: translateY(-150px);
       transform: translateY(-150px);
  }
  20% {
    -webkit-transform: translateY(-200px);
            -o-transform: translateY(-200px);
       transform: translateY(-200px);
  }
  25% {
    -webkit-transform: translateY(-250px);
            -o-transform: translateY(-250px);
       transform: translateY(-250px);
  }
  30% {
    -webkit-transform: translateY(-300px);
            -o-transform: translateY(-300px);
       transform: translateY(-300px);
  }
  35% {
    -webkit-transform: translateY(-350px);
            -o-transform: translateY(-350px);
       transform: translateY(-350px);
  }
  40% {
    -webkit-transform: translateY(-400px);
            -o-transform: translateY(-400px);
       transform: translateY(-400px);
  }
  45% {
    -webkit-transform: translateY(-450px);
            -o-transform: translateY(-450px);
       transform: translateY(-450px);
  }
  50% {
    -webkit-transform: translateY(-500px);
            -o-transform: translateY(-500px);
       transform: translateY(-500px);
  }
  55% {
    -webkit-transform: translateY(-550px);
            -o-transform: translateY(-550px);
       transform: translateY(-550px);
  }
  60% {
    -webkit-transform: translateY(-600px);
            -o-transform: translateY(-600px);
       transform: translateY(-600px);
  }
  65% {
    -webkit-transform: translateY(-650px);
            -o-transform: translateY(-650px);
       transform: translateY(-650px);
  }
  70% {
    -webkit-transform: translateY(-700px);
            -o-transform: translateY(-700px);
       transform: translateY(-700px);
  }
  75% {
    -webkit-transform: translateY(-750px);
            -o-transform: translateY(-750px);
       transform: translateY(-750px);
  }
  80% {
    -webkit-transform: translateY(-800px);
            -o-transform: translateY(-800px);
       transform: translateY(-800px);
  }
  85% {
    -webkit-transform: translateY(-850px);
            -o-transform: translateY(-850px);
       transform: translateY(-850px);
  }
  90% {
    -webkit-transform: translateY(-900px);
            -o-transform: translateY(-900px);
       transform: translateY(-900px);
  }
  95% {
    -webkit-transform: translateY(-950px);
            -o-transform: translateY(-950px);
       transform: translateY(-950px);
  }
  100% {
    -webkit-transform: translateY(-1000px);
            -o-transform: translateY(-1000px);
       transform: translateY(-1000px);
  }
}
#loadingCheckCircleSVG-0 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: -1.5s;
          -o-animation-delay: -1.5s;
     animation-delay: -1.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-1 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: -0.5s;
          -o-animation-delay: -0.5s;
     animation-delay: -0.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-2 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 0.5s;
          -o-animation-delay: 0.5s;
     animation-delay: 0.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-3 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 1.5s;
          -o-animation-delay: 1.5s;
     animation-delay: 1.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-4 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 2.5s;
          -o-animation-delay: 2.5s;
     animation-delay: 2.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-5 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 3.5s;
          -o-animation-delay: 3.5s;
     animation-delay: 3.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-6 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 4.5s;
          -o-animation-delay: 4.5s;
     animation-delay: 4.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-7 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 5.5s;
          -o-animation-delay: 5.5s;
     animation-delay: 5.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-8 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 6.5s;
          -o-animation-delay: 6.5s;
     animation-delay: 6.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-9 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 7.5s;
          -o-animation-delay: 7.5s;
     animation-delay: 7.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-10 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 8.5s;
          -o-animation-delay: 8.5s;
     animation-delay: 8.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-11 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 9.5s;
          -o-animation-delay: 9.5s;
     animation-delay: 9.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-12 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 10.5s;
          -o-animation-delay: 10.5s;
     animation-delay: 10.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-13 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 11.5s;
          -o-animation-delay: 11.5s;
     animation-delay: 11.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-14 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 12.5s;
          -o-animation-delay: 12.5s;
     animation-delay: 12.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-15 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 13.5s;
          -o-animation-delay: 13.5s;
     animation-delay: 13.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-16 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 14.5s;
          -o-animation-delay: 14.5s;
     animation-delay: 14.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-17 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 15.5s;
          -o-animation-delay: 15.5s;
     animation-delay: 15.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-18 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 16.5s;
          -o-animation-delay: 16.5s;
     animation-delay: 16.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-19 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 17.5s;
          -o-animation-delay: 17.5s;
     animation-delay: 17.5s;
  fill: white;
  opacity: 0;
}

#loadingCheckCircleSVG-20 {
  -webkit-animation: fill-to-white 5000ms;
          -o-animation: fill-to-white 5000ms;
     animation: fill-to-white 5000ms;
  -webkit-animation-delay: 18.5s;
          -o-animation-delay: 18.5s;
     animation-delay: 18.5s;
  fill: white;
  opacity: 0;
}

@-webkit-keyframes fill-to-white {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fill-to-white {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fill-to-white {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#loadingCheckSVG-0 {
  -webkit-animation: fill-to-coral 5000ms !important;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: -1.5s;
          -o-animation-delay: -1.5s;
     animation-delay: -1.5s;
}

#loadingCheckSVG-1 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: -0.5s;
          -o-animation-delay: -0.5s;
     animation-delay: -0.5s;
}

#loadingCheckSVG-2 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 0.5s;
          -o-animation-delay: 0.5s;
     animation-delay: 0.5s;
}

#loadingCheckSVG-3 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 1.5s;
          -o-animation-delay: 1.5s;
     animation-delay: 1.5s;
}

#loadingCheckSVG-4 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 2.5s;
          -o-animation-delay: 2.5s;
     animation-delay: 2.5s;
}

#loadingCheckSVG-5 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 3.5s;
          -o-animation-delay: 3.5s;
     animation-delay: 3.5s;
}

#loadingCheckSVG-6 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 4.5s;
          -o-animation-delay: 4.5s;
     animation-delay: 4.5s;
}

#loadingCheckSVG-7 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 5.5s;
          -o-animation-delay: 5.5s;
     animation-delay: 5.5s;
}

#loadingCheckSVG-8 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 6.5s;
          -o-animation-delay: 6.5s;
     animation-delay: 6.5s;
}

#loadingCheckSVG-9 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 7.5s;
          -o-animation-delay: 7.5s;
     animation-delay: 7.5s;
}

#loadingCheckSVG-10 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 8.5s;
          -o-animation-delay: 8.5s;
     animation-delay: 8.5s;
}

#loadingCheckSVG-11 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 9.5s;
          -o-animation-delay: 9.5s;
     animation-delay: 9.5s;
}

#loadingCheckSVG-12 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 10.5s;
          -o-animation-delay: 10.5s;
     animation-delay: 10.5s;
}

#loadingCheckSVG-13 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 11.5s;
          -o-animation-delay: 11.5s;
     animation-delay: 11.5s;
}

#loadingCheckSVG-14 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 12.5s;
          -o-animation-delay: 12.5s;
     animation-delay: 12.5s;
}

#loadingCheckSVG-15 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 13.5s;
          -o-animation-delay: 13.5s;
     animation-delay: 13.5s;
}

#loadingCheckSVG-16 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 14.5s;
          -o-animation-delay: 14.5s;
     animation-delay: 14.5s;
}

#loadingCheckSVG-17 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 15.5s;
          -o-animation-delay: 15.5s;
     animation-delay: 15.5s;
}

#loadingCheckSVG-18 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 16.5s;
          -o-animation-delay: 16.5s;
     animation-delay: 16.5s;
}

#loadingCheckSVG-19 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 17.5s;
          -o-animation-delay: 17.5s;
     animation-delay: 17.5s;
}

#loadingCheckSVG-20 {
  -webkit-animation: fill-to-coral 5000ms;
          -o-animation: fill-to-coral 5000ms;
     animation: fill-to-coral 5000ms;
  -webkit-animation-delay: 18.5s;
          -o-animation-delay: 18.5s;
     animation-delay: 18.5s;
}

@-webkit-keyframes fill-to-coral {
  0% {
    fill: green;
  }
  10% {
    fill: green;
  }
  100% {
    fill: green;
  }
}

@-o-keyframes fill-to-coral {
  0% {
    fill: green;
  }
  10% {
    fill: green;
  }
  100% {
    fill: green;
  }
}

@keyframes fill-to-coral {
  0% {
    fill: green;
  }
  10% {
    fill: green;
  }
  100% {
    fill: green;
  }
}


 /* end registratinon */


/* SEO услуги */

.seo-services-back{
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  left: 0;
  background: #fff;
  z-index: 100;
}
/* end SEO услуги */

/* indiz */

.round{
padding: 30px;
margin: 0 auto;
max-width: 100px;
max-height: 100px;
-webkit-border-radius: 50%;
        border-radius: 50%;
text-transform: uppercase;
font-size: 36px;
font-weight: 700;
background: #148bdd;
color: #fff;
}
.indiz-offer-title{
  font-weight: 400;
  color: #424041;
}
.indiz-offer-title sup{
  color: #440eb4;
}
.indiz-offer-price{
  color: #148bdd;
}

/* end indiz */

.small-tag-group a,.small-tag-group span{
  color: #148bdd;
  position: relative;
  margin: 10px 15px;
}
.small-tag-group a:before,.small-tag-group span:before{
  content: '●';
  display: block;
  position: absolute;
  right: -webkit-calc(100% + 2px);
  right: calc(100% + 2px);
  top: 0;
}
/* .small-tag-group a:first-child:before{
  display: none;
} */

/* page-porfolio-indesign */
.portfolio-image{
  width: 100%;
}
.modal-portfolio{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: scroll;
}
.modal-portfolio .modal-header{
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 35px;
  z-index: 9999;
}
.modal-portfolio .modal-close{
  margin-top: -50px;
  border: 1px solid #fff;
  padding: 25px;
  background: #424041;
}
.modal-portfolio .modal-close:before,.modal-portfolio .modal-close:after{
  background: #fff;
  top: 22px;
  left: 4px;
}
.modal-portfolio .modal-content{
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 1;
}
.modal-portfolio .modal-content img{
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.show-modal-psd{
  position: fixed;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  background: #000;
}
.preloader-portfolio{
  position: fixed;
  top: -webkit-calc(50% - 2em);
  top: calc(50% - 2em);
  left: -webkit-calc(50% - 2em);
  left: calc(50% - 2em);;
}
.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto; }
  .sk-circle-bounce .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle-bounce .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #337ab7;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
         -o-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
            animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both; }
  .sk-circle-bounce .sk-circle-2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle-bounce .sk-circle-3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle-bounce .sk-circle-4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle-bounce .sk-circle-5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle-bounce .sk-circle-6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
         -o-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle-bounce .sk-circle-7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle-bounce .sk-circle-8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
         -o-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle-bounce .sk-circle-9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
         -o-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle-bounce .sk-circle-10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle-bounce .sk-circle-11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
         -o-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle-bounce .sk-circle-12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
         -o-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle-bounce .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
         -o-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle-bounce .sk-circle-3:before {
    -webkit-animation-delay: -1s;
         -o-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle-bounce .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
         -o-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle-bounce .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
         -o-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle-bounce .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
         -o-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle-bounce .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
         -o-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle-bounce .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
         -o-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle-bounce .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
         -o-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle-bounce .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
         -o-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle-bounce .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
         -o-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle-bounce .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
         -o-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  }

@-o-keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -o-transform: scale(0);
       transform: scale(0); }
  40% {
    -o-transform: scale(1);
       transform: scale(1); }
  }

@keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  }

.modal-portfolio-review{
  position: fixed;
  top: 25%;
  left: 20%;
  width: 60%;
  min-height: 50%;
  background: #fff;
  z-index: 300 ;
  overflow: scroll;
}
.white-popup-block{
  padding: 40px;
}

/* end page-porfolio-indesign */


/* //move-to-insales */
.move-to-insales{
  padding: 40px;
}
.head-nav-icon{
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.head-nav-icon:hover{
  opacity: 1;
}

/* // end move-to-insales */
/* turbo-start */
.turbo-tel{
  font-size: 2em;
}
.turbo-price{
  font-size: 2.5em;
  color: #148bdd;
}
.turbo-consultation{
  font-size: 1.5em;
  line-height: 30px;
}
.round-icon-border{
  min-width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #2cb0f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* end turbo-start */

/* be-mobile */
.banner-indiz{
  background: #dfe4e7;
}
/* end be-mobile */

/* partnership */

.head-partnership{
  color: #fff;
  background: url(partneship-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.head-partnership:not(h1){
  line-height: 30px;
}

.partnership-microphone{
  background: #f5f7f9;
}
.parnership-author-image-solo{
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.parnership-message-solo{
  margin-left: -50px;
}
.partnership-author-image{
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.partnership-author-name{
  color: #440eb4;
  margin-top: 5px;
}
.partnership-author-position{
  color: #6b7c93;
  margin: 0;
  font-size: 16px;
}
.partnership-author-content{
  line-height: 26px;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.parnership-bepartner{
  font-size: 26px;
  font-weight: 700;
}
.partnership-oportunity{
  font-size: 20px;
  font-weight: 400;
}

/* end partnership */

.table-telephony tr td {
  padding: 25px;
  border: 1px solid #c2cad5;
  background: #fff;
  text-align: center;
}
.table-telephony th {
  font-size: 18px;
  text-align: center;
  padding: 20px;
}



/* before-footer-subscribe */

.footer-subscribe-input{
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}



/* end before-footer-subscribe */
.js-drop,.js-drop-filter{
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.js-drop-content,.js-drop-content-filter{
  display: none;
}


.tarif-mobile-long{
  cursor: pointer;
  background-color: #f5f7f9;
  padding: 20px 10px;
}
.tarif-mobile-long h3{
  font-size: 16px;
  color: #53657e;
  margin: 5px 0;
}
.tarif-mobile-long small{
  font-size: 14px;
  color: #6b7c93;
  opacity: 0.6;
}
.tarif-price{
  font-size: 30px;
  color: #53657e;
}
.tarif-price small{
  font-size: 14px;
}
.tarif-price sup{
  font-size: 14px;
}
.rect-toggler{
  -webkit-transition: transform .5s;
  -o-transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #53657e transparent transparent transparent;
}
.rect-toggler + span{
  margin-left: 7px;
}
.tarif-mobile-long h3 + small{
  padding-left: 18px;
}
.tarif-prop-mobile span.inline-middle.show-inline-block:first-child{
  width: 12px;
  margin-left: 17px;
  margin-right: 10px;
}
.tarif-prop-mobile-custom {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.tarif-prop-mobile-custom span:first-child span:first-child{
  /*width: 12px;*/
  margin-left: 0px;
  margin-right: 0px;
}
.tarif-prop-mobile-custom span:first-child{
  margin-right: 10px;
  width: initial;
  margin-left: 0;
}
.tarif-prop-mobile-custom .bigger span, .tarif-prop-mobile-custom .biggest span{
	margin-left: 10px;
}
.tarif-prop-mobile-custom p{
	display: inline;
}
.tarif-prop-mobile span:first-child > *{
  width: 12px;
}
.tarif-prop-mobile span:last-child{
  color: #6b7c93;
  width: calc(100% - 50px);
}
.index-template-wrapper{
  overflow: hidden;
}
.sort-filter-menu-mobile{
  background-color: #f5f7f9;
}
.sort-filter-menu-mobile-item{
  left: 0%;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-height: 400px;
  z-index: 1000;
  overflow: scroll;
  background: #fff;
  overflow: scroll;
  padding-bottom: 20px;
  -webkit-box-shadow: 20px 0 30px rgba(71, 61, 104, 0.15);
          box-shadow: 20px 0 30px rgba(71, 61, 104, 0.15);
}
.sort-filter-menu-mobile-item:first-child{
  border-right: 5px solid #dce2e8;
}
.sort-filter-menu-mobile-item .sidebar{
  margin: 0;
}
.index-create-now iframe{
  width: 100%;
  display: block;
}
.eat-header .container{
  	top: 50%;
  	/*position: absolute !important;*/
}
.eat-header{
	/*height: 520px;*/
}
@media all and (max-width: 768px){
	.eat-header{
		height: initial;
	}
  	.eat-header .container{
  	top: 45%;
    position: static !important;
  	}
}
.hover_themes{
  	width: 100%;
  	background-repeat: no-repeat;
    display: block;
    background-size: 100%;
    height: 270px;
  	transition: .7s;
}
.hover_themes1{
  	background-image: url('image1.png');
}
.hover_themes1:hover{
 	background-image: url('image1_1.png');
  	transition: .7s;
}
.hover_themes2{
  	background-image: url('image2.png');
}
.hover_themes2:hover{
 	background-image: url('image2_2.png');
  	transition: .7s;
}

.hover_themes3{
  	background-image: url('image3.png');
}
.hover_themes3:hover{
 	background-image: url('image3_3.png');
  	transition: .7s;
}
@media all and (max-width: 768px){
	.hover_themes1{
        background-image: url('image1_1.png');
    }
    .hover_themes2{
        background-image: url('image2_2.png');
    }
    .hover_themes3{
        background-image: url('image3_3.png');
    }
}

.diag-circle{
  height: 0;
  padding-top: 100%;
}
.diag-circle > div{
  width: 90%;
  left: 5%;
  bottom: 50px;
}
.diag-plus-form{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*стили для сайдбара в доке*/
.sidebar > div{padding:0!important;}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
   .page-section, .small-section {
    overflow: visible !important;
   }

















