.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;
}

.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/why.jpg) center top no-repeat;
  background-size: 100% auto ;
}


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

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

.no-time-block .content.left{
  margin-right: 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;
}

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

.views-list__round img{
  max-width: 200px;
}

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

.order-section-1 {
  background-size: 463px auto, cover;  
}

.about__img{
  float: none;
  margin: 0 auto;
  height: 100%;
}

.mfp-img{
  max-height: none !important;
}

/*.logo__img{
  height: 92px;
}*/


.form-catalog {
    margin-top: 0;
    margin-bottom: 30px;
    width: 815px;
    margin-left: 0;
    border-radius: 5px;
    background: #000000;
    padding: 49px 40px 58px;
    position: relative;
}

.form-catalog__title {
    font-size: 30px;
    line-height: 110%;
    font-weight: bold;
    width: 737px;
}

.form-catalog__inner {
    margin-top: 29px;
    display: flex;
    align-items: flex-start;
}

.form-catalog__field {
    width: 267px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    margin: 0 0 1rem;
    margin-right: 35px;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 120%;
    padding: 31.5px 33px;
    box-sizing: border-box;
    color: white;
    height: 2.4375rem;

}

.messenger_link {
    display: inherit;
}

.form-catalog__field:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.form-catalog__btn {
    background: #C09D75;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    /*font-family: Graphik LCG;*/
    width: 267px;
    box-sizing: border-box;
    padding: 25px 0;
    border: none;
    cursor: pointer;
}

.form-catalog__btn2 {
  
  position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    vertical-align: middle;
    height: 65px;
    padding: 0 3.4rem;
    color: #333;
    font: 700 1.6rem "Clear Sans",Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #fed180;
    border-radius: 0.3rem;
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    overflow: hidden;
  
    width: 267px;
    padding: 15px;
    box-shadow: 10px 10px 10px #061e48;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: #1256ca;
    color: white;
}

.form-catalog__btn2:hover {
    background: #0f47a8;
}

.form-catalog__btn2:after{
    content: '';
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 25%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: 3s infinite btn;
    animation: 3s infinite btn;
}

.form-catalog__info {
    display: flex;
    margin-top: 9px;
}

.form-catalog__info-item {
    color: #FFFFFF;
    opacity: 0.3;
    font-size: 15px;
    line-height: 130%;
    margin-right: 26px;
}

.form-catalog__mockup {
    position: absolute;
    left: 626px;
    bottom: 125px;
    width: 140px;
}

.icons-list--margin, .icons-list__item {
    margin-bottom: 30px !important;
  }

@media (max-width: 1526px){
  .form-catalog__mockup {
    
  }
}

@media (max-width: 1300px){
  .form-catalog__mockup {
    bottom: 115px;
    /*width: 54%;
    right: -2%;*/
  }
  
  .form-catalog__field {
    width: 290px;
    margin-right: 10px;
    padding: 26.5px 33px;
  }
  
  .form-catalog__btn {
    padding: 20px 0;
    width: 180px;
    font-size: 14px;
  }
  
  .form-catalog__info-item {
    font-size: 13px;
    margin-right: 23px;
  }
  
  .form-catalog__btn2{
    height: 55px;
  }
  
}

@media (max-width: 991px){
  .form-catalog__mockup {
    
  }
  
  .form-catalog{
    width: calc(100% + 103px);
  }
  
  
}


@media (max-width: 768px){
  
  .form-catalog__mockup {
    left: 55%;
    bottom: 29%;
  }
  
  .form-catalog__inner {
    margin-top: 20px;
    flex-direction: column;
    width: 39%;
  }
  
  .form-catalog__btn, .form-catalog__field {
    width: 100%;
    margin-right: 0;
  }
  
  .form-catalog__title {
    font-size: 28px;
    width: 100%;
  }
  
  .form-catalog__info-item {
    font-size: 10px;
    margin-right: 18px;
  }
}

@media (max-width: 575px){
 .form-catalog__mockup{
   display: none;
 } 
}

@media (max-width: 500px){
  
  .form-catalog{
    padding-bottom: 33px;
    overflow: hidden;
    margin-top: 13px;
    padding-top: 19px;
    width: calc(100% );
  }
  
  .form-catalog__mockup {
   /* width: 85%;
    right: 49%;
    transform: translateX(50%);
    bottom: -53px;*/
  }
  
  .form-catalog__inner {
    width: 100%;
    margin-top: 13px;
    flex-direction: column;
  }
  
  .form-catalog__field {
    width: 100%;
    margin-right: 0;
    padding: 21.5px 33px;
    margin-bottom: 10px;
 }
 
 .form-catalog__btn {
    width: 100%;
    padding: 15.5px 0;
  }
  
  .form-catalog__title {
    text-align: center;
    font-size: 18px;
  }
  
  .form-catalog__info {
    display: block;
    font-size: 11px;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
    margin-top: 14px;
    line-height: 10px;
  }
  
  .form-catalog__info-item {
    font-size: 11px;
    display: contents;
  }
  
  .form-catalog__info-item::after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
  }
  
  .form-catalog__info-item:last-child:after {
    display: none;
  }
  
  .form-catalog__btn2{
    width: 100%;
  }
}

@media (min-width: 500px){
  .form-catalog__info-item br {
    display: none;
  }
}

.form-catalog__field.error{
  border-color: red;
}

.avatar img{
  background: white;
  border-radius: 50%;
}

@media screen and (max-width: 767px){
  .order-section-3+* {
    padding-top: 510px;
  }
}

@media screen and (max-width: 400px){
  .order-section-3+* {
    padding-top: 540px;
  }
}

.header__bottom{
  padding: 15px 0;
}

.promo {
    padding: 80px 0;
}

@media screen and (max-width: 767px){
 
 .promo {
    padding: 30px 0;
  }
  
}

a.flag{
  display: inline-block;
  margin: 0 4px;
}

a.flag img{
  height: 18px;
}

.contacts-map__wrapper{
  position: relative;
}

.contacts-map__wrapper .overlay, .contacts-map__wrapper .overlay-eng{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/map.png);
  background-position: 3% 82%;
  background-size: 100% auto;
}

.contacts-map__wrapper .overlay-eng{
  background-image: url(../img/map-eng.png);
}