.section--offers {
  padding: 0;
}
.offers-slider {position: relative;}
svg.offers__arrow {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
}
svg.offers__arrow:hover {color: #b04a13;} 
@media (max-width: 1200px) {
  svg.offers__arrow {
    display: none !important;
  }
}
.offers__arrow-prev {
  left: calc(50% - 510px);
}
.offers__arrow-next {
  right: calc(50% - 510px);
}
.offers-slider .slick-list{
  overflow: hidden;
}
.offers-slider .slick-track {
  display: flex;
}
.offer__slide {
  width: 960px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.offer__slide:not(.slick-current) {
  position: relative;
}
.offer__slide:not(.slick-current)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #22222280;
}

.offer__item {
  width: 380px;
  height: 450px;
  padding: 0 20px;
  background: #7a644e99;
  color: white;
}
@media (max-width: 640px) {
  .offer__item {
    width: 100%;
  }
  .header-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .header-buttons .btn {
    margin: 5px;
  }
  body .phones a {
    color: white;
  }
}
.offer__slide:not(.slick-current) .offer__item {
  display: none;
}
.offer__title {
  padding: 125px 0 45px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.offer__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.offer__link {
  margin-top: 35px;
  background: #b04a13;
  width: 160px;
  height: 40px;
  display: block;
  color: white;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  line-height: 38px;
}

.home-photoslider__item {
  width: 250px;
  height: 150px;
  display: inline-block;
  position: relative;
}
.home-photoslider__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-photoslider {
  position: relative;
  margin-bottom: -40px;
  margin-top: 40px;
}
.home-photoslider .slick-list {
  overflow: hidden;
}

.home-photoslider-arrow {
  position: absolute;
  top: calc(50% - 15px);
  color: #ffffff !important;
  height: 30px;
  width: 30px;
  background: rgba(0,0,0,0.8);
  border: 2px solid #fff;
  text-align: center;  
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.home-photoslider-prev {
  left: calc(50% - 510px);
}
.home-photoslider-next {
  right: calc(50% - 510px);
}

@media (max-width: 1200px) {
  .home-photoslider-prev {
    left: 20px;
  }
  .home-photoslider-next {
    right: 20px;
  }
}

.home-photoslider-prev::before,
.home-photoslider-next::before {
  font-family: 'icomoon'!important;
  display: block;
  font-size: 15px!important;
  color: #7A644E;
}
.home-photoslider-prev::before {
  content: '\e919' !important;
}
.home-photoslider-next::before {
  content: '\e923'!important;
}

.header__top {
  padding: 7px 0 2px;
  color: white;
  background-image: linear-gradient(-90deg, #7a644e 30%, #7a644e00 150%);
}
@media (max-width: 990px) {
  .header__top + .wr.clr {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  .header__top {
    display: none;
  }
}
.header-social svg path {
  fill: white;
}