.new-banner-form{
    max-width: 400px;
    color: #fff;
}


.new-banner-form__label--name{
    font-size: 16px;
}

.new-banner--modal__policy{
    font-size: 13px;
}

.new-banner--modal__policy--link{
    color: #fff;
    text-decoration: none;
}

.order-form__label {
    clear: right;
}

  .slogan {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
  } 
  .slogan__title {
      text-align: left;
    }
  .slogan__second-title {
      font-size: 30px;
    }
  .slogan__desc {
      padding: 0;
      font-size: 18px;
      margin-right: 20px;
    
  }  
  .slogan__desc--list{
            margin: 12px 20px 25px 0;
            font-size: 16px;
            width: 100%;
      }
   .slogan__desc--btn{
            font-size: 22px;
            width: 350px;
      }
   
    
.main-slider {
    height: 520px;

}

.main-slider__content-title{
    margin: 0 0 20px 0;
    max-width: 550px;
    line-height: 37px;
    
}

.main-slider__content-title--price{
    display: inline;
    font-size: 24px;
    padding: 5px 28px;
    margin: 17px 0 0 18px;
    white-space: nowrap; 
}

.main-slider__content-sub-title{
    text-align: left;
    font-size: 26px;
    color: #fff;
    display: inline;
    line-height: 0.8;
}
.main-slider{
    background-size: cover;
    z-index: 1;}
.main-slider__title{
        align-self: auto;
    }

.main-slider__next:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -18px;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    z-index: -1;
}
.main-slider__prev:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -18px;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    z-index: -1;
}
.main-slider__next, .main-slider__prev {
    position: absolute;
    z-index: 3;
    display: none;
}
.main-slider__next {
    right: 40px;
}
.main-slider__prev {
    left: 40px;
}
.swiper-pagination {
    display: none;
}
.main-slider__content {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;}
    
.main-slider__content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0,0,0,0.6);
      z-index: -1;
    }


.main-slider__form {
  position: absolute;
  z-index: 1;
  top: 13%;
  width: 50%;
  height: 100%;
  text-align: center;
  margin: 0 auto; }
  


@media(min-width: 768px){
    .main-slider__content {
        top: 0;
        width: 48%;
        height: 100%;
        text-align: left;
        padding-left: 20px;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: no-wrap;
    }
    

}

@media(min-width: 925px){
    .main-slider__box {
    width: 100%;
    }
  
 .main-slider__content--title {
      align-self: baseline !important;  
  }
    
}

@media(max-width: 924px){
    .main-slider__content {
        top: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        padding-left: 20px;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: no-wrap;
    }
    
    .main-slider__form {
        display: none;
    }
}


@media(max-width: 924px){
    .main-slider__content-title{
        max-width: 100%;
        text-align: center;
    }
    
    .new-banner-form{
        margin: 0 auto;
    }
    
    .main-slider__content{
        padding-left: 0px;
    }
    
}

@media(min-width: 1500px){
    
    .main-slider__form {
      width: 60%;
      }
    
}

@media(min-width: 1800px){
    
    .main-slider__form {
      width: 70%;
      }
    
}



 .svg-wrapper .item{
        display: flex!important;
        flex-direction: column;
        align-items: center;
 }       
 .svg-wrapper .item svg{
        max-height: 83px;
        fill: #EFB00D;
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 92px; 
  }
  .svg-wrapper .item .item-icon{
        height: 80px;
        overflow: auto;
        width: 82px;
    }


.stats{
  background-color: #F1EDE3;
}
.stats .list{
    display: flex;
    align-items: stretch;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
  }
 .stats .list .slick-list {
          width: 100%;
        }
.stats .list .slick-track {
          display: flex;
          align-items: stretch;
        }

 .stats .list .item {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 200px;
      min-height: 200px;
      height: auto;
      margin: 70px 0px 40px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
      background: #fff;
      outline: 0;
      padding: 0 15px 15px;
      perspective: 700px;
}
 .stats .list .item> * {
    margin: 5px 0;
    position: relative;
    z-index: 1;
  }

 .stats .list .item .item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    overflow: hidden;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
  }
 .stats .list .item .item-icon svg {
  width: 40px;
  height: 40px;
}
  .stats .list .item .item-icon .item-title {
    transition: all 0.4s ease-in-out 0.2s;
  }

 .stats .list .item .item-icon  p {
    transition: all 0.3s ease-in-out 0s;
  }

 .stats .list .item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efb00d;
    z-index: 0;
    opacity: 0;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s;
  }

.stats .list .item:hover:before {
    opacity: 1;
     transform: rotateY(0deg);
}

.stats .list .item:hover .item-title p {
  color: #fff;
}

.stats .list .item > .item-title{
  font-weight:600;
  font-size:26px;
  color: #4D4D4D;
}

.stats .list .item p {
  color: #494949;
  font-size:20px;
}


.stats .list .item:hover .item-title, .stats .list .item:hover p {
    color: #fff;
}

.stats .list .item .item-title {
    transition: all .4s ease-in-out .2s;
}

.stats .list .item p {
    transition: all .3s ease-in-out 0s;
}

@media(min-width: 1150px){
    
    .item__next, .item__prev{
        display: none;
    }
     .stats .list .item {
      margin: 70px 15px 40px;
    }
    
}



.portfolio {
  margin: 30px auto;}

  .portfolio__title {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: normal;
    color: #2f2f2f;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }

  .portfolio__tabs {
    margin-bottom: 30px;
    text-align: center;
    padding: 10px 10px 0;
  }

  .portfolio__tab {
    display: inline-block;
    margin: 0px 8px 10px;
    padding: 10px 26px;
    border-radius: 7px;
    font-size: 16px;
    cursor: pointer;
    background: #ccc;
    font-weight: 1000;
    }
    .portfolio__tab_active {
     background: #EFB00D;
        color: #fff
    }
 
 
 
    .portfolio__list-tab{
        display: none;
    }
    .portfolio__list-tab.active {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    
 
.portfolio__price {
    margin-top: 20px;
    font-size: 24px;
  }

.portfolio__list {
    display: flex;
    flex-flow: wrap;
    margin-right: -20px;
    max-width: 1280px;
    margin: 0 auto;
  }

 
.portfolio__item{
    display: flex;
    max-width: 400px;
    width: 400px;
   /*  height: 550px; */
    flex-direction: column;
    margin: 10px 10px;
    padding: 0px;
}

.portfolio__item-img{
    display: block;
   /*  width: 300px; */
    /* margin: auto; */
}

.portfolio__item--content{
    width: 100%;
}

.portfolio__item--tech__params-row{
    width: 100%;
    padding-right: 0px;
}

.portfolio__tech{
    padding: 0px 0px 0 0;
}

.portfolio__item-row__item{
    padding: 0px 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.portfolio__item-row__item:nth-child(2n){
    background: #99CCFF;
}


.portfolio__item--button{
    width: 100%;
    background: #EFB00D;
    border-radius: 0px;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
}

.portfolio__item--button:hover {
    background: #1b60a2;
}


.portfolio__item-img__img{
    margin: auto;
    width: 100%;
}

@media(max-width: 1259px){
        
     .portfolio__item{
        display: flex;
        max-width: 400px;
        width: 100%;
        height: 570px;
        flex-direction: column;
        margin: 10px auto;
        padding: 0px;
    }

    
}

.product-item {
  width: 31.32%;
  min-height: 210px;
  margin: 0 1% 20px;
  background-color: transparent;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in;
}

.product__item--button, .proposal-form--row__button{
     width: 40%;  
     border-radius: 10px;
    background: #EFB00D;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
}

.product__item--button:hover, .proposal-form--row__button:hover{
    background: #1b60a2;
    
}
  .product-item:hover {
    box-shadow: 0px 4px 10px 3px rgba(13, 17, 51, 0.15);
    transition: box-shadow 0.2s ease-out;
}
  .product-item:hover .product-item__desc {
      visibility: visible;
      opacity: 1;
      box-shadow: 10px -10px 0 0 #EFB00D;
    }

  .product-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-item a {
    position: relative;
    display: block;
    z-index: 3;
    text-decoration: none;
  }

  .product-item__desc {
    display: block;
    position: relative;
    visibility: hidden;
    overflow: hidden;
    height: 200px;
    opacity: 0;
    background: rgba(27, 96, 162, 0.5);
    padding: 15px;
    color: #fff;
    line-height: 1.5;
    box-shadow: 0 0 0 0 #1b60a2;
    transition: all 0.2s ease-out;
    font-size: 17px;
    font-weight: 600;
  }

  .product-item_big {
    position: relative;
    width: calc(100% / 3 - 20px);
  }

  .product-item_big img {
    height: 220px;
  }

  .product-item_big .product-info {
    border: none;
  }

  .product-item__cost {
    display: block;
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 20px;
    font-weight: 1000;
    font-size: 26px;
  }

.product-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 16px 16px;
  box-sizing: border-box;
  background-color: #fff;
}
  .product-price__name {
    min-width: 110px;
    margin-bottom: 6px;
    font-size: 1.125em;
    font-weight: bold;
    color: #1a1936;
  }

@media(max-width: 400px) {
  .item-pic {
    max-width: 280px!important;
    margin: 0 auto;
  }
}

@media(max-width: 991px) {
 
    .product-items__wrap {
      display: block;
    }
 
  .product-item {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

    .questions{
        margin-top: 35px;
    }
  
  
    .questions__headline {
        width: 100%;
    }
    .questions__container {
        margin-top: 20px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0px;
    }
    .questions__container-item {
        position: relative;
        margin-bottom: 20px;
        width: 46%;
    }
    .questions__arrow {
        border: 4px solid #000;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        position: absolute;
        transform: rotate(315deg);
        cursor: pointer;
        top: 20px;
        left: 13px;
    }
    .questions__title {
        font-size: 1.125em;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        background-color: #eff0f2;
        max-width: 938px;
        padding: 10px;
        color: #000;
        text-decoration: none;
        /*box-shadow: 0 5px 10px 0 rgba(84,71,102,.2);*/
        padding-left: 30px;

    }
    .questions__text {
        padding: 15px 35px;
        display: none;
        border-top: 1px solid #efb00d;
    }
    .questions_block {
        display: block;
        max-width: 938px;
        padding: 10px;
        background-color: #eff0f2;
        /*box-shadow: 0px 11px 10px 0 rgba(84,71,102,.2);*/
        padding-left: 20px;
    }
    .questions_rotate {
        transform: rotate(45deg);
        top: 19px;
    }

@media(max-width: 1024px) {
 
    .questions__container-item {
        width: 80%;
    }
}

.proposal{
  margin-top: 50px;
  background:     linear-gradient(
      rgba(27, 96, 162, 0.7), 
      rgba(27, 96, 162, 0.7)), url(/template/img/avtvshk.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 50px 0;
    
}
  .proposal .proposal-title{
    font-size:36px;
    text-align: center;
    font-weight: 800;
  }
  
  .proposal .proposal-subtitle{
    margin-top: 40px;
    font-size: 31px;
    text-align: center;
    font-weight: 500;
  }
  
  .proposal .proposal-subtitle span{
      color: #ffd800;
      font-weight: 1000;
      white-space: nowrap;
  }

.proposal-form--row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.proposal-form--row__input{
    width: 30%;
    margin: 30px 10px;
}



.video-reviews__item-work__video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 72px;
    width: 72px;
    margin-left: -36px;
    margin-top: -36px;
    background: url(/template/img/youtube-play.png) no-repeat;
    background-size: 72px;
    cursor: pointer;
}



@media(max-width: 1200px) {
 
    .video-rev {
        max-width: 90%;
        margin: 0 auto;
    }
}


@media(max-width: 768px) {
 
    .video-rev {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media(max-width: 600px) {
    .portfolio__item-img__img{
        object-fit: contain;
    }
}