.b-site-info-contacts__image--content, .b-builder-contacts__image--content {
  background-image: url('contacts.jpeg');
  background-size: cover;
}

.site-footer__second {
  margin-top: auto;
}

.page-node-307 {
  .block__title {
    display: none;
  }
}

.b-circle-slider__information {
  width: auto;
}

@media screen and (max-width: 1440px) {
  .b-gallery-circle__images .b-circle-slider {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .b-circle-slider__information {
    flex-grow: 1;
  }
  .node--view-mode-teaser-slider {
    height: 100%;
  }
  .swiper-slide {
    display: flex;
    flex-grow: 1;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-container {
    display: flex;
  }
}