

/* 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 */


/* Start:/local/templates/tourism/assets/styles/pages/article.css?1710934056870*/
.article {
    padding-bottom: 40px;
    margin-bottom: -2px;
}
.article:last-child {
    padding-bottom: 80px;
}

.article__content > * {
    margin-bottom: 1em;
}

.article-list__title {
    font-family: var(--ff-bold);
    color: var(--fg-regular);
    margin-bottom: 16px;
    text-transform: uppercase;
}

.article .reports-content__basement {
    margin-bottom: 25px;
}
.article .reports-content__back {
    margin-left: auto;
}

.article-list__content {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 24px;
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    .article .item__content {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 767px) {
    .article .item__content {
        margin-left: -16px;
        margin-right: -16px;
    }
    .article:last-child {
        padding-bottom: 50px;
    }
}

/* End */


/* Start:/local/templates/tourism/assets/styles/document-card.css?17158586017007*/
.document-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: var(--ff-regular);
}

.document-card__head {
	display: flex;
	width: 100%;
}

.document-card__date {
	margin-left: auto;
	display: inline-block;
	background-color: var(--c-brand);

	padding: 2px 10px;
	border-radius: 0px 0px 0px 5px;
	color: #fff;
	margin-bottom: 12px;
	font-size: 12px;
}

.document-card__body {
	background: var(--bg-card);
	padding: 24px 16px;
	width: 100%;
	height: 100%;
}
.document-card--transparent .document-card__body {
	color: inherit;
	padding: 0;
	background: transparent;
}

.document-card--light .document-card__body {
	background: #fff;
}

.document-gallery__content--big .document-card__body {
	padding: 24px 24px 16px;
}
.document-gallery__content--big .document-card__footer {
	padding: 16px 20px;
}

.document-card__title {
	color: var(--fg-regular);
	font-family: var(--ff-medium);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	min-height: 5.5em;
	transition: all 0.3s ease;
}
.document-card--transparent .document-card__title:not(:hover) {
	color: inherit;
}

@media (any-hover: hover) {
	.document-card__title:hover {
		color: var(--c-brand);
	}
}

.document-card__title-link {
	color: inherit;
    transition: inherit;
}


.document-card__body:only-child .document-card__title {
    min-height: initial;
	margin-bottom: 1em;
}

.document-card__footer {
	width: 100%;
	background: var(--bg-card-dark);
	padding: 16px;
}

.documents-card__footer-title {
	color: var(--bg-card);
	font-family: var(--ff-medium);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
	margin-bottom: 6px;
}

.document-card__file {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--fg-second);
	position: relative;
}
.document-card--transparent .document-card__body .document-card__file {
	color: inherit;
}

.document-card__body .document-card__file {
	color: var(--fg-regular);
}

.document-card__file-download-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: inherit;
	margin-right: 0.8em;
}

.document-card__footer .document-card__file-download-link {
	margin-right: auto;
}

.document-card__file-download-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.document-card__file-download-icon {
	display: block;
	--size: 24px;
	width: var(--size);
	min-width: var(--size);
	max-width: var(--size);
	height: var(--size);
	min-height: var(--size);
	max-height: var(--size);
}


.document-card__file-download-text {
	color: inherit;
	margin-right: 0.65em;

	font-family: var(--ff-medium);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 142.857%;
	letter-spacing: 0.56px;

	background-image: linear-gradient(to bottom, var(--fg-second) 0,var(--fg-second) 100%);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 140%;
    transition: all 0.2s ease;
}

@media (any-hover: hover) {
	.document-card__file-download-link:hover .document-card__file-download-text {
		background-position: 0 90%;
	}
}

.document-card__file-size {
	font-family: var(--ff-regular);
	font-size: 13px;
	white-space: nowrap;
}
.document-card__body .document-card__file-size {
	opacity: 0.5;
}

.document-card__file-title {
	margin-right: auto;
	color: var(--bg-card);
	font-family: var(--ff-bold);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	max-width: 80%;
}

.document-card__file-list {
	margin-bottom: 13px;
}

.document-card__file-list .document-card__file-download-link {
	margin-right: 0.5em;
}
.document-card__file-list .document-card__file {
    border-bottom: 1px solid var(--bg-card);
	padding-bottom: 6px;
	padding-top: 6px;
	margin-bottom: 10px;
}

.document-card__file-list .document-card__file:last-child {
	margin-bottom: 0;
}

.document-card__field-list {
	display: grid;
	grid-template-columns: 1.2291666666666667fr 1.3333333333333333fr;
	gap: 14px 22px;
}

.document-card__field {
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: var(--bg-card-dark);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--c-brand);
}

@media (min-width: 768px) {
	/* два последних элемента */
	.document-card__field:nth-last-child(-n+2) {
		border-bottom: none;
		padding-bottom: 0;
	}
}

.document-card__field--vertical {
    /*flex-direction: column;*/
	/*align-items: flex-start;*/
    display: grid;
	justify-content: unset;
	align-items: unset;
}

.document-card__field--double {
	grid-column: span 2;
}

.document-card__field-label {
	font-family: var(--ff-medium);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
}

.document-card__field-value {
	color: var(--fg-regular);
	font-family: var(--ff-bold);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 133.333%;
}

h3.document-card__field-value {
	font-size: 18px;
}

.document-card__field-value a {
 	color: var(--c-brand-light);
}

.document-card__field--double .document-card__field-value {
	font-family: var(--ff-regular);
	font-weight: 400;
	font-size: 16px;
}

.document-card__field-value--hl {
	background-color: var(--c-brand);
	color: var(--bg-card);
	margin-bottom: -4px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 133.333%;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.document-card__field-list {
		grid-template-columns: 100%;
		gap: 16px 22px;
	}
	.document-gallery__content--big .document-card {
		margin-left: -16px;
		margin-right: -16px;
	}
	.document-card__field {
		padding-bottom: 0;
	}
	.document-card__field:last-child {
		border-bottom: none;
	}
	.document-card__field-value--hl {
		margin-bottom: 0;
		margin-right: 0;
	}
	.document-card__field--double {
        grid-column: initial;
		/*margin-bottom: -4px;*/
    }
	.document-card__field--vertical:not(.document-card__field--double) .document-card__field-label {
		margin-bottom: 6px;
    }

	.document-card__field:nth-of-type(1) {
		order: -5;
	}
	.document-card__field:nth-of-type(2) {
		order: -3;
    }
	.document-card__field:nth-of-type(3) {
		order: -4;
    }

	.document-card__file-title {
		width: 100%;
		margin-bottom: 20px;
	}
	.document-card__file {
		flex-wrap: wrap;
	}

	.document-card__body {
		padding: 26px 20px;
	}

	.document-gallery__content--big .document-card__body {
		padding: 24px 20px;
	}
	.document-gallery__content--big .document-card__footer {
		padding: 12px 20px;
	}
	.document-gallery__content--big .documents-card__footer-title {
		margin-bottom: -4px;
    }
}

.document-preview {
	width: 100%;
	height: 100%;
	background-image: url('/local/templates/tourism/assets/images/loader.svg');
    background-size: 5em;
	background-position: center center;
	background-repeat: no-repeat;
}

/* End */
/* /local/templates/tourism/assets/styles/reports-item.css?17158586013884 */
/* /local/templates/tourism/assets/styles/pages/article.css?1710934056870 */
/* /local/templates/tourism/assets/styles/document-card.css?17158586017007 */
