.order-section-4 {
    background: url(../img/order-2-img.png) no-repeat,url(../assets/app/img/order-1.jpg) center/cover no-repeat;
    background-position: calc(50% - 444px) bottom,center;
    background-size: auto 600px, cover;
}

.order-section-4 .box-form{
  transform: none;
  margin: 0;
}

.order-section-1 .box-form .btn{
  position: relative;
  top: 8px;
}

.box-form .box-form__note{
  text-align: left;
}

.order-section-4-right-block{
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.icon-list > div{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; 
  margin-bottom: 20px;
}

.icon-list > div:first-child{
}

.icon-list > div img{
  min-width: 54px;
  margin-right: 20px;
}



.no-time-block .icon-list{
  margin-top: 40px;
}

.no-time-block .cover{
  background: url(../assets/app/img/img-2.jpg) center top/cover no-repeat;
}


.no-time-block p:last-of-type{
  margin-bottom: 20px;
}

.no-time-block .content{
  margin-left: 50px;
}

.btn-center{
  margin-left: auto;
  margin-right: auto;
}

.center{
  text-align: center;
}

.btn-panel{
  margin-top: 60px;
  margin-bottom: 0;
}


.section__title:after {
  
}

.link{
  text-decoration: underline;
}

.link:hover{
  text-decoration: none;
}

/*.section__head:after {
  content: '';
    display: block;
    width: 10rem;
    height: .5rem;
    margin: 2.1rem auto;
    background: rgba(51,51,51,.15);
}*/

.header__logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 32rem;
    margin: 0;
}

.logo-promo{
  margin: 0 auto;
  display: table;
}

.logo__img{
  max-height: 75px;
}


.views-list--services .views-list__item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.check-list:last-child{
  
}

.button-panel{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button-panel >*{
  margin: 0 7px 15px;
  width: 178px;
}

.promo{
  padding: 120px 0;
}

@media (max-width: 575px){
 .promo{
    padding: 60px 0;
  } 
}

.popup-phone{
  font-size: 24px;
}

.soc-link{
  margin: 0 10px 0 0;
}

.soc-link img{
  width: 20px;
}

.section--white+.section--white{
  padding-top: 40px;
}

.views{
  padding-bottom: 60px;
}

@media (max-width: 991px){
 .views{
    padding-bottom: 30px;
  } 
}

.act-block{
  text-align: center;
}

.act-block img{
  width: 122px;
  display: block;
  margin: 0 auto;
}

.section--lightgray{
  background: #f8f8f8;
}

.act-item{
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: .3rem;
  overflow: hidden;  
  margin: 0 20px;
}

.act-item .zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-linear-gradient(bottom,rgba(40,40,40,.7),rgba(40,40,40,.7));
    background: linear-gradient(0deg,rgba(40,40,40,.7),rgba(40,40,40,.7));
}

.act-item:hover .zoom {
    opacity: 1;
}

.act-item .zoom .icon {
    color: #53bbfc;
    font-size: 3.2rem;
    fill: none;
}

.actions-slider-pagination{
  margin-left: 20px;
  margin-right: 20px;
}

.nav{
  -webkit-align-items: center;
  align-items: center;
}

.promo .btn:after{
  content: none;
}

.message{
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}
