.contact-banner {
  background-image: url(/images/contact-banner.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 30px 115px;
  cursor: default;
  margin-bottom: 30px;
}
.contact-banner__name {
  font-size: 60px;
  font-weight: bold;
  line-height: 125%;
  color: #333333;
  max-width: 600px;
  margin-bottom: 40px;
}
.contact-banner__footer{
  display: flex;
  align-items: center;
  max-width: 600px;
}
.contact-banner__button{
  margin-right: 30px;
}
.contact-banner__button_link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 75px;
  background: #DA0000;
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.contact-banner__button_link:hover{
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.9;
}
.contact-banner__text{
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
}

.contact-page {}
.contact-block-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.contact-block {
  padding: 50px 0 80px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  height: 100%;
}
.contacts-block__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 232px;
  width: 232px;
  margin: 0 auto;
}
.contacts-block__img img {}
.contacts-block__title {
  margin: 40px 0 60px;
  font-weight: normal;
  font-size: 28px;
  line-height: 120%;
  color: #1D2029;
  padding-left: 70px;
  padding-right: 15px;
}
.contacts-block__list {
  padding-left: 70px;
  padding-right: 30px;
}
.contacts-block__item {
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #1D2029;
  position: relative;
  margin-bottom: 30px;
}
.contacts-block__item:last-child {
  margin-bottom: 0;
}
.contacts-block__item:before {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background-color: #FFD735;
  position: absolute;
  top: 10px;
  left: -45px;
}
.contact-map {
  margin-bottom: 60px;
}
.contact-map__address {
  font-weight: bold;
  font-size: 28px;
  line-height: 125%;
  color: #333;
  margin-top: 30px;
  margin-bottom: 35px;
}
.contact-map__time {
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  color: #333;
  margin-bottom: 35px;
}
.contact-map__time span {
  font-weight: bold;
  font-size: 40px;
  line-height: 125%;
  color: #DA0000;
}
.contact-map__phone,
.contact-map__email {
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #383838;
  margin-bottom: 20px;
}
.contact-map__phone span,
.contact-map__email span {
  font-weight: normal;
  font-size: 20px;
  line-height: 125%;
  color: #666666;
}
.contact-map__ymaps {}

.contact-slider-first {
  margin-bottom: 50px;
}
.contact-slider-first__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 156.61%;
  color: #1D2029;
}
.contact-slider-first__slider {
  height: 100px;
  margin-bottom: 15px;
  padding: 0 40px;
  text-align: center;
}
.contact-slider-first__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #1D2029;
}
.contact-slider-second {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1200px) {
.contacts-block__title {
  padding: 0 15px;
  }
}

@media (max-width: 1024px) { 
  .contact-banner {
    padding: 40px 30px;
  }
  .contact-banner__name {
    font-size: 32px;
  }
  .contact-banner__text{
    font-size: 14px;
  }
  .contact-banner__button_link{
    width: 135px;
    height: 50px;
    font-size: 14px;
  }

}
@media (max-width: 991px) {
  .contact-block-wrapper {
    display: block;
  }
  .contact-block {
    margin-bottom: 30px;
    display: flex;
  }
  .contacts-block__img {
    flex: 0 0 40%;
  }
  .contacts-block__title {
    padding-left: 70px;
    margin-top: 0;
    margin-bottom: 40px;
  } 
}

@media (max-width: 767px) {
  .contact-banner {
    background: none;
    background-color: #FED700;
  }
  .contact-banner__name {
    font-size: 24px;
  }
  .contact-block {
    margin-bottom: 30px;
    display: block;
  }
  .contacts-block__img {
    flex: initial;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .contact-block {
    border: none;
    padding-bottom: 0;
  }
  .contacts-block__img {
    display: none;
  }
}
@media (max-width: 400px) {
  .contacts-block__title {
    padding: 0 5px;
  }
}

 .arr-left,
    .arr-right {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      line-height: 0;
      background-color: #F2F2F2;
      border-radius: 50%;
    }
    .arr-left::before,
    .arr-right::before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border-left: 2px solid #000000;
      border-bottom: 2px solid #000000;
    }
    .arr-left::before {
      transform: rotate(45deg);
      margin-right: -5px;
    }
    .arr-right::before {
      transform: rotate(-135deg);
      margin-left: -5px;
    }

   .myslider1 .owl-nav,
   .myslider2 .owl-nav {
      position: absolute;
      top: 50%;
      width: 32%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .myslider1 .owl-nav{
      width: calc(100% + 80px);
      margin-top: -10px;
   }

   @media (max-width: 1280px) {
      .myslider2 .owl-nav {
        width: 45%;
      }
   }   
   @media (max-width: 959px) {
      .myslider2 .owl-nav {
        width: 80%;
      }
   }

.myslider1 .item {
	width:175px;
    height: 100px;
    padding: 10px;
	background: white;
}
.myslider2 .item {
  height: 470px;
  overflow: hidden;
}
.myslider2 .owl-item.active:not(.center) .item {
  position: relative;
}
.owl-carousel.myslider2 .owl-item img {
  width: auto;
  height: 100%;
}
@media (max-width: 959px) {
  .owl-carousel.myslider2 .owl-item img {
    width: 100%;
    height: auto;
  }
  .myslider2 .item{
    height: auto;
  }
}
@media (min-width: 959px){
	.myslider2 .owl-item .item:after {
	  content: "";
	  display: block;    
	  width: 100%;
	  height: 100%;    
	  position: absolute;
	  top: 0;      
	  left: 0;  
	  background-color: #fff;
	  opacity: 0.5;
	  transition: opacity 500ms ease-in-out;
	}
	.myslider2 .owl-item.center .item:after {
	  opacity: 0;
	}
}

.contact-map__ymaps {
  width: 100%;
  overflow-x: hidden;
}

.contact-map__ymaps .ymaps-2-1-74-map {
  width: 100% !important;
  max-width: 100% !important;
}