/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.structure {
  background-color: #F7F8F8;
  padding: 80px 0 144px;
  margin-bottom: 60px;
}

.structure__slider .slider__next, .structure__slider-big .slider__next {
  right: -40px;
}

.structure__slider .slider__prev, .structure__slider-big .slider__prev {
  left: -40px;
}

.structure .info__item {
  max-width: 91%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .structure {
    margin-bottom: 40px;
    padding: 48px 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .structure {
    padding: 48px 0 56px;
  }
  .structure__slider .slider__next, .structure__slider-big .slider__next {
    right: -20px;
  }
  .structure__slider .slider__prev, .structure__slider-big .slider__prev {
    left: -20px;
  }
  .structure__slider .slider__btn, .structure__slider-big .slider__btn {
    width: 20px;
    height: 80px;
  }
  .structure__slider-big .info__item_img {
    width: 210px;
    height: 210px;
  }
}
