

/* Start:/local/templates/tourism/assets/styles/reports-item.css?17158586013884*/
.header-background {
  height: 80px;
  background-color: #000;
}

.reports-content {
  background-color: #f1f3f5;
}

.reports-content__header {
  color: #1c2023;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.reports-content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: 0px auto;
  padding: 40px 0px;
}

.reports-content__img-wrapper {
  height: 486px;
}

.reports-content__img-wrapper.reports-content__video-wrapper{
  height: initial;
  min-height: 486px;
}
.reports-content__img-wrapper.reports-content__video-wrapper iframe {
  min-height: inherit;
}
@media (max-width: 768px) {
  .reports-content__img-wrapper.reports-content__video-wrapper {
    height: initial;
    min-height: initial;
  }
}

.reports-content__video {
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.reports-content__img {
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.reports-content__text-wrapper {
  color: #1c2023;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.reports-content__text-wrapper-thin {
  padding: 20px;
  background-color: #fff;
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.reports-content__basement {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reports-content__basement--align-right {
  justify-content: flex-end;
}

.reports-content_download-box {
  display: flex;
  gap: 16px;
  align-items: center;
}

.reports-content__download-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reports-content__download-text {
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.reports-content__download-icon {
  width: 24px;
  height: 24px;
}

.reports-content__download-desc {
  display: flex;
  gap: 4px;
  color: #8e959a;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.reports-content__back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c2023;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .reports-content__back-link {
    color: #090B0D;
  }
}

.reports-content__back-link {
  color: #0F1418;
}

.reports-content__back-link[disabled] {
  color: #697075;
}

.reports-content__back-text {
  color: inherit;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  transition: inherit;
}

.reports-content__back-img {
  color: inherit;
  width: 24px;
  height: 24px;
  transition: inherit;
}

.reprorts-carousel {
  background-color: #1c2023;
}

.reprorts-carousel__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 0px;
}

.reprorts-carousel__btn {
  display: flex;
  align-items: center;
}

.reprorts-carousel__btn--next {
  transform: rotate(180deg);
}

.reprorts-carousel__btn-img {
  width: 21px;
  height: 42px;
}

.reprorts-carousel__carousel-box {
  cursor: pointer;
  overflow: auto;
  display: flex;
  gap: 41px;
  scroll-behavior: smooth;
}

.reprorts-carousel__carousel-box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  -webkit-appearance: none;
}

.reprorts-carousel__img {
  width: 210px;
  height: 140px;
  object-fit: cover;
  object-position: center;
}

.reprorts-carousel__img.active {
  border: 2px solid #fff;
}

@media screen and (max-width: 576px) {
  .reports-content__basement {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* End */
/* /local/templates/tourism/assets/styles/reports-item.css?17158586013884 */
