.body_105 .header, .body_121 .header, .body_137 .header, .body_157 .header, .body_158 .header, .body_163 .header, .body_164 .header, .body_169 .header, .body_170 .header, .body_171 .header, .body_175 .header, .body_176 .header, .body_177 .header {
	position: relative;
	background: rgba(0,0,0,.9);
	margin: 0 0 60px 0;
}

.items__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 767px) {
  .items__list {
    display: block;
    margin: 0;
  }
}

.item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px 20px;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .item {
    margin: 0px 0px 30px;
  }
}
.item__image {
  height: 300px;
}
@media (max-width: 480px) {
  .item__image {
    height: 240px;
  }
}
@media (max-width: 430px) {
  .item__image {
    height: 200px;
  }
}
.item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__content {
  padding: 20px 20px 0;
}
@media (max-width: 991px) {
  .item__content {
    padding: 10px;
  }
}
.item__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0px 0px 4px;
}
@media (max-width: 991px) {
  .item__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 430px) {
  .item__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.item__text {
  color: rgba(29, 30, 32, 0.6392156863);
  margin: 0px 0px 16px;
}
.item__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0;
  padding: 0 20px 10px;
}
@media (max-width: 991px) {
  .item__data {
    padding: 0 10px 0px;
  }
}
@media (max-width: 480px) {
  .item__data {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item__link {
  margin: 0px 10px 10px 0px;
  flex: 0 1 200px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px;
  height: 40px;
  color: #333;
}
.item__link:hover {
	color: #333;
}
@media (max-width: 480px) {
  .item__link {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .item__link {
    order: 2;
    flex: 0 0 100%;
    margin: 0px 0px 10px;
  }
}
.item__info {
  height: 40px;
  background: rgba(17, 68, 170, 0.1215686275);
  color: #1144AA;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 10px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .item__info {
    margin: 0 0 10px auto;
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .item__info {
    order: 1;
    flex: 0 0 100%;
  }
}

.artpage {
  max-width: 900px;
  margin: 40px auto 60px;
}

.artpage__title {
  font-size: 36px;
}

.artpage__image {
  display: block;
  margin: 0 auto 36px;
  max-width: 700px;
  width: 100%;
}

.body_172, .body_173, .body_174 {
  background: url('/images/contacts-bg.jpg') center center / cover no-repeat;
  position: relative;
  min-height: 100vh;
}

.body_172:after, .body_173:after, .body_174:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

.body_172 .header, .body_173 .header, .body_174 .header {
  background: none;
  position: relative;
  margin: 0 0 60px 0;
}

.contacts {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 0 60px;
}
.contacts__content {
  display: flex;
}
.contacts__map {
  flex: 0 0 50%;
  margin: 0 50px 0 0;
  border-radius: 24px;
}
.contacts__map iframe {
  border-radius: 24px;
}
.contacts__data {
  flex: 0 0 425px;
}

.footer__socials {
  margin: 0 0 40px 0;
}

@media (max-width: 991px) {
  .contacts__map {
    margin: 0 30px 0 0;
  }
  .contacts__data {
    flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .contacts__content {
    display: block;
  }

  .contacts__map {
    margin: 0 0 30px 0;
  }

  .contacts__map iframe {
    height: 360px;
  }
}

.cookiespol {
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 900px;
  background: rgba(0,0,0,.7);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 999999;
}

.cookiespol__text {
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 14px;
}

.cookiespol__text a {
  color: #fff;
  text-decoration: underline;
}

.cookiespol__close {
  flex: 0 0 70px;
  cursor: pointer;
  background: #fff;
  color: #333;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .cookiespol__text {
    font-size: 12px;
  }
  .cookiespol__close {
    font-size: 12px;
    flex: 0 0 50px;
    margin-top: auto;
  }
}

.breadcrumbs-container {
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}

.breadcrumbs__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 40px 0;
}

.breadcrumbs__list li {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.breadcrumbs__list li:not(:last-child):after {
  content: url('/images/icons/chevron-right.png');
  width: 6px;
  line-height: 10px;
  margin: 0 0 0 10px
}