.logo__img{
  max-height: 85px;
}

.promo{
  background-size: auto calc(100% + 43px);
  background-position: calc(50% - 295px) calc(100%);
  background-color: #136563;
}

@media (max-width: 575px){
  .promo{
    background-position: calc(50%) top;
		background-size: auto auto;
		padding-top: 500px;
  }
}

.promo .section__head{
  text-align: center;
}



.works-item-cover{
  position: absolute;
  left: 0;
  top: 0;
  right: 20px;
  bottom: 0;
  background: center no-repeat;
	background-size: cover;
	border-radius: 10px 0 0 10px;
}

@media (max-width: 575px){
  .works-item__left{
    height: 320px;
  }
  
  .works-item-cover{
    border-radius: 10px 10px 0 0;
  }
  
  .works-item__right {
    padding-left: 0;
  }
  
}

@media (max-width: 350px){
  .works-item__left, .works-item__right {
    margin-left: 20px;
  }
}

.order-section-1 {
    background: url(../img/april-plus/order-1-img.png) no-repeat, url(../assets/app/img/order-1.jpg) center/cover no-repeat;
    background-position: calc(50% - 402px) bottom, center;
    background-size: auto, cover;
    /*background-color: #a76942;*/
}

.about__imgwrap{
  background: none;
  display: inline-block;
  position: relative;
  margin-left: auto;
  border-radius: 5px;
}

.about__imgwrap img{
  max-width: 213px;
  max-width: 100%;
  max-height: 100%;
}

.about__img{
  width: auto;
  max-width: 100%;
  max-height: 574px;
}

.about__imgwrap.about3{
  background: none;
  
}

.about__imgwrap.about3 .about__img{
  float: none;
  margin-left: 40px;
}

@media (max-width: 1245px){
  .about__imgwrap{
    height: 320px;
  }
  
  .about__img{
    float: none;
    max-height: 100%;
    max-width: 213px;
  }
  
  .about2{
    margin-bottom: 30px;
  }
  
  .about__imgwrap.about3 .about__img{
    margin-left: auto;
  }
}

.about__imgwrap.about2{
  background: none;
  margin-top: 26px;
}



.yt-video{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.4);
}

.yt-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -42px;
    margin-left: -60px;
}

.yt-video.small img {
  width: 60px;
  margin-top: -21px;
  margin-left: -30px;
}

.popup-window2 {
    max-width: 600px;
    min-width: 310px;
    padding: 20px;
    border-radius: 6px;
    display: table;
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 500;
    box-sizing: border-box;
}

.popup-window2 {
    padding: 35px 8px 8px;
    width: 1000px;
    max-width: 100%;
    height: 562px;
}

.popup-window2 iframe{
  position:absolute;top:0;left:0;width:100%;height:100%
}

.lazyframe{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.popup-window2 .wrap{
  position: relative;
  height: 100%;
}

.popup-window2 iframe {
    width: 100%;
    height: 100%;
}

.popup-window2 .mfp-close {
    color: #333;
}

.popup-window3 {
    max-width: 600px;
    min-width: 310px;
    padding: 20px;
    border-radius: 6px;
    display: table;
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 500;
    box-sizing: border-box;
}

.popup-window3 p{
  margin-bottom: 15px;
}

.popup-window3 .mfp-close {
    color: #333;
}

.certs-item__yt{
  position: relative;
  padding-bottom: 56%;
  background-size: cover;
}

.certs-item__yt iframe{
  psoition: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.big_italic{
  font-weight: bold;
  font-style: italic;
}

.about__text2:first-child{
  padding-top: 0;
}

.about__text2{
  padding-bottom: 0;
}

.works-item__desc p span{
  color: #136563;
  font-weight: bold;
}

.views-list__image{
  max-width: 240px;
}

.video-row{
  margin-bottom: -30px;
}

.video-row > div{
  margin-bottom: 30px;
}

.soc-icons{
  display: flex;
  display: -webkit-flex;
  margin-right: 15px;
}

.social-link{
  display: block;
  margin: 0 7px 0 0;
}

.social-link:last-child{
  margin-right: 0;
}

.social-link img{
  max-width: 22px;
}

.footer-copyright{
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.footer-copyright .soc-icons{
  position: relative;
  top: 2px;
}

@media (max-width: 575px){
  .header-contacts__text{
    font-size: 11px;
  }
}

.contacts-map__wrapper{
  display: flex;
  display: -webkit-flex;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.map-wrap{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.contacts-map__img img{
  max-height: 100%;
}

@media (max-width: 767px){
  .contacts-map__wrapper{
    flex-direction: column;
    height: auto;
    overflow: auto;
  }
  
  .contacts-map__img{
    min-width: 100px;
    height: auto !important;
  }
  
  .map-wrap{
    height: 300px;
  }
}

.order-section-2{
  background-color: #136563;
  background-size: auto 100%;
  background-position: calc(50% - 580px) center;
  background-position: calc(50% - 445px) center;
  background-position: calc(50% - 535px) center;
}

.order-section-2 .benefits-item__text{
  color: #333;
}

@media (max-width: 1245px){
  .order-section-2{
    background-position: calc(50% - 518px) center;
    background-position: calc(50% - 35px) center;
    background-position: calc(50% - 474px) center;
  }
}

@media (max-width: 991px){
  .order-section-2{
    background-position: calc(50% - 222px) center;
    background-position: calc(50% + 99px) center;
    background-position: calc(50% - 121px) center;
  }
}

@media (max-width: 767px){
  .order-section-2{
    background-position: calc(50% - 277px) center;
    background-position: calc(50% + 233px) center;
    background-position: calc(50% - 24px) center;
  }
}

.our-team-flex{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo__slogan.white{
  color: white;
}

.marquiz__inline-frame{
  position: static;
}

.form-new-subtitle-top{
  font-size: 18px;
}

@media screen and (min-width: 992px) and (max-width: 1259px){
  .logo__slogan {
    display: none;
  }
}

@media screen and (max-width: 991px){
  .logo__slogan {
    display: block;
  }
}

.footer-links {
  font-size: 14px;
  line-height: 1.2;
}
.footer-links li {
  margin-bottom: 5px;
}
.table-responsive {
  overflow: auto;
  margin-bottom: 30px;
}
.table-responsive table {
  border-collapse: collapse;
}
.table-responsive table tr td {
  border: 1px solid #a6a3a8;
  padding: 2px 10px;
}
.table-responsive table thead {
  background: #136563;
}
#cookie {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
#cookie.cookie-hidden {
	display: none !important;
}
#cookie .btn {
	margin-top: 5px;
	height: 30px;
}