

/* Start:/local/templates/tourism/assets/styles/reports.css?171093405610626*/
.reports-main section {
  margin-bottom: 40px;
}

.repots-links__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.repots-links__link {
  padding: 2px 16px 3px;
  border-radius: 20px;
  border: 1px solid #bbc1c6;
  color: #8e959a;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .repots-links__link:not(.active):hover {
    color: var(--fg-button-secondary-hover);
    border-color: var(--border-color-button-secondary-hover);
  }
}
.repots-links__link:not(.active):active {
  color: var(--fg-button-secondary-active);
  border-color: var(--border-color-button-secondary-active);
}

.repots-links__link.active {
  background-color: #fff;
  color: #1c3e6b;
}

.reports-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 53px;
  margin-bottom: 40px;
}

.repots-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.repots-item__date-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 10px;
  border-radius: 0px 0px 0px 5px;
  background-color: #474f56;
}

.repots-item__date {
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.repots-item__link-img {
  display: inline-block;
  height: 254px;
  width: 100%;
}

.repots-item__link-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.repots-item__img {
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.repots-item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.repots-item__info-box {
  padding: 15px 16px;
}

.repots-item__them {
  margin-bottom: 20px;
}

.repots-item__them-elem {
  padding: 3px 16px 4px;
  border-radius: 20px;
  background-color: #1c3e6b;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.repots-item__text-wrapper {
  padding-bottom: 40px;
}

.repots-item__text-wrapper--video {
  padding-bottom: 20px;
}

.repots-item__download-box {

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #474f56;
}

.repots-item__download-link {
  display: flex;
  gap: 8px;
}

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

.repots-item__download-icon {
  width: 24px;
  height: 24px;
}

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

.repots-item__text {
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .repots-item:hover .repots-item__text {
    color: var(--fg-link-active);
  }
}

.reports-list--events {
  gap: 28px 35px;
}

.repots-item__wrapper--events {
  border: 1px solid #000;
}

.repots-item__event-descr {
  position: relative;
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__event-descr {
  background-color: #000;
}

.repots-item__event-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 125px;
  margin-bottom: 12px;
}

.repots-item__num-wrapper {
  display: flex;
  align-items: center;
}

.repots-item__num-date {
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 125px;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__num-date {
  color: #fff;
}

.repots-item__date-line {
  width: 2px;
  height: 100%;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__date-line {
  background-color: #fff;
}

.repots-item__date-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.repots-item__date-month {
  margin-bottom: 4px;
  color: #1c2023;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__date-month {
  color: #fff;
}

.repots-item__date-day {
  padding: 1px 10px 2px;
  border-radius: 26px;
  background-color: #bbc1c6;
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.repots-item__date-year {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__date-year {
  color: #fff;
}

.repots-item__title-wrapper {
  margin-bottom: 9px;
  height: 48px;
}

.repots-item__event-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__event-title {
  color: #fff;
}

.repots-item__event-elem {
  height: 200px;
  overflow: hidden;
}

.repots-item__text-box {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}

.repots-item__event-text {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.repots-item__wrapper--events:hover .repots-item__text-box {
  display: none;
}

.repots-item__event-reg {
  display: none;
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__event-reg {
  display: block;
}

.repots-item__reg-wrapper {
  padding-top: 13px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}

.repots-item__reg-link {
  padding: 8px 28px;
  border-radius: 20px;
  background: var(--bg-button-on);
  color: var(--fg-button-on);
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .repots-item__reg-link:hover {
    background: var(--bg-button-hover-on);
  }
}
.repots-item__reg-link:active {
  background: var(--bg-button-active-on);
}
.repots-item__reg-link[disabled] {
  color: var(--fg-button-disabled);
  background: var(--bg-button-disabled-on);
}

.repots-item__event-place {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.repots-item__city-wrapper {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.repots-item__place-line {
  height: 1px;
  background-color: #fff;
}

.repots-item__event-cost {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.repots-item__triangle-wrapper {
  position: absolute;
  bottom: -43px;
  right: 43px;
}

.repots-item__triangle path {
  transition: all 0.3s ease-in-out;
}

.repots-item__wrapper--events:hover .repots-item__triangle path {
  fill: #000;
}

.event-img__link-wrapper {
  width: 100%;
  height: 168px;
}

.event-img__link{
  display: block;
  height: inherit;
}

.event-img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reports-main .materials {
  background-color: #f1f3f5;
  margin-bottom: 0px;
}

.materials__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 104px;
  padding: 40px 0px;
}

.materials__logo-box,
.materials__instructions-box {
  display: flex;
  flex-direction: column;
}

.logo-box__logo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

.logo-box__logo-wrapper {
  height: 210px;
}

.logo-box__logo {
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.materials__descr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.materials__title-wrapper {
  margin-bottom: 16px;
}

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

.materials__text-wrapper {
  margin-bottom: 56px;
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.instructions-box__img-wrapper {
  height: 422px;
  margin-bottom: 24px;
}

.instructions-box__img {
  height: inherit;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1680px) {
  .reports-list--events {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1440px) {
  .reports-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .reports-list--events {
    gap: 28px 1px;
  }

  .materials__wrapper {
    gap: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .reports-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .materials__wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .reports-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 38px;
  }
}

@media screen and (max-width: 992px) {
  .page-top__wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .reports-list {
    grid-template-columns: 1fr;
  }

  .instructions-box__img-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .reports-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 576px) {
  .page-top__links-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }

  .repots-links__wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }

  .logo-box__logo-list {
    grid-template-columns: 1fr;
  }
}

/* End */


/* 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.css?171093405610626 */
/* /local/templates/tourism/assets/styles/reports-item.css?17158586013884 */
