

/* Start:/local/templates/broneks/components/bitrix/system.pagenavigation/.default/style.min.css?1781452878272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/local/templates/broneks/components/bitrix/news.list/interesting/style.css?17825550611048*/
.gallery__slider-wrap {
  position: relative;
}

.interesting .gallery__slider {
  padding: 0px;
  margin-bottom: 20px;
}

.gallery-item__text-wrap {
  position: relative;
}

.gallery .slider-btn-prev {
  left: 45px;
}

.gallery .slider-btn-next {
  right: 45px;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item {
  border-radius: 10px;
  max-height: 400px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--gallery-item-bg);
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  height: 186px;
  object-fit: cover;
}

.gallery-item h2 {
  padding: 10px 14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  min-height: 62px;
  color: var(--gallery-item);
  transition: color 0.1s;
}

@media (max-width: 460px) {
  .gallery-item h2 {
    font-size: 14px;
    min-height: min-content;
  }
}

.gallery-item:hover h2 {
  color: var(--primary);
}
/* End */


/* Start:/local/components/custom/excursions.list/templates/index_catalog_slider/style.css?17816326881061*/
.cards {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.card {
  padding: 10px 0;
  border: 1px solid #e8e8e8;
  width: calc(33% - 10px);
  border-radius: 10px;
  overflow: hidden;
}

.card:hover .card__img img {
  transform: scale(1.2);
}

.card__img {
  margin-bottom: 10px;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
}

.card__img img {
  max-width: 100%;
  transition: transform 0.5s;
}

.card__content {
  padding: 0 20px;
  font-size: 18px;
}

.card__title {
  text-align: center;
}


.excursions .slider-btn {
  position: static;
  transform: none;
  margin: 0;
  background-color: var(--primary);
}

@media (max-width: 420px) {
  .excursions .slider-btn {
    width: 30px;
    height: 30px;
  }

  .excursions .section-title svg {
    min-width: 20px;
    min-height: 20px;
  }
}

.excursions .slider-btn svg path {
  fill: var(--white);
}

.excursions .excursions-slider .item {
  height: auto;
  max-width: none;
}

.excursions .excursions-slider {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* End */


/* Start:/local/templates/broneks/components/bitrix/news.list/guides/style.css?17816330011616*/
.items-block {
  gap: 10px;
  column-gap: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

@media (max-width: 480px) {
  .guides .items-block {
    padding: 0;
    margin-bottom: 20px;
  }
}


.item-block {
  border-radius: 10px;
  text-align: center;
  position: relative;
}

@media (max-width: 460px) {
  .item-block:last-child {
    display: none;
  }
}

.item-block:nth-child(1) {
  z-index: 10;
  transform: translateX(0);
}

.item-block:nth-child(2) {
  z-index: 9;
  transform: translateX(-20px);
}

.item-block:nth-child(3) {
  z-index: 8;
  transform: translateX(-40px);
}

.item-block:nth-child(4) {
  z-index: 7;
  transform: translateX(-60px);
}

.item-block:nth-child(5) {
  z-index: 6;
  transform: translateX(-80px);
}



.item-block__inner {
  border-radius: 100%;
  max-width: 250px;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background-color: silver;
}

@media (max-width: 460px) {
  .item-block__inner {
    width: 115px;
    height: 115px;
    aspect-ratio: auto;
  }
}

.item-block img {
  border-radius: 100%;
  object-fit: cover;

  width: 100%;
  height: 100%;
  border: 1px solid var(--primary);
}

.items-block h1 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  text-decoration: none;
}

.item-block .content {
  padding: 20px 15px;
}

@media (max-width: 480px) {
  .item-block .content {
    padding: 10px;
  }

  .items-block h1 {
    font-size: 14px;
  }
}

.item-block-text {
  margin: 0;
  text-decoration: none;
}

.item-block-text {
  margin: 0;
  line-height: 21px;
}

.img-wrap {
  display: block;
}
/* End */


/* Start:/local/templates/broneks/components/bitrix/news.list/site2_reviews/style.css?17816331603221*/
.reviews__slider-wrap {
  position: relative;
}

.reviews__slider {
  padding: 20px;
}

.reviews-item {
  border-radius: 10px;
  background: var(--reviews-item-bg);
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  cursor: pointer;
}

.reviews-item__head {
  border-radius: 10px 10px 0 0;
  padding: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: var(--primary);
  color: var(--reviews-item-head);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--light);
}

.reviews-item__head img {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
}

.reviews .slider-btn {
  position: static;
  transform: none;
  margin: 0;
  background-color: var(--primary);
}

.reviews .slider-btn svg path {
  fill: var(--white);
}

.reviews-item__name {
  font-weight: 700;
  font-size: 18px;
}

.reviews-item__text {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.reviews-item__content {
  padding: 16px;
  min-height: 196px;
  font-size: 14px;
  line-height: 166%;
  color: var(--dark);
}

.reviews-city svg {
  display: inline-block;
  margin-right: 10px;
}

.reviews-city svg path {
  fill: var(--dark);
}

.reviews-item__text-wrap {
  position: relative;
}

.reviews-item__footer {
  align-items: center;
}

/* .reviews-item__text-wrap::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjIuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI2IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IiMxYjVlODciIGQ9Ik01NDQgMzYwQzU0NCA0MjYuMyA0OTAuMyA0ODAgNDI0IDQ4MEw0MTYgNDgwQzM5OC4zIDQ4MCAzODQgNDY1LjcgMzg0IDQ0OEMzODQgNDMwLjMgMzk4LjMgNDE2IDQxNiA0MTZMNDI0IDQxNkM0NTQuOSA0MTYgNDgwIDM5MC45IDQ4MCAzNjBMNDgwIDM1Mkw0MTYgMzUyQzM4MC43IDM1MiAzNTIgMzIzLjMgMzUyIDI4OEwzNTIgMjI0QzM1MiAxODguNyAzODAuNyAxNjAgNDE2IDE2MEw0ODAgMTYwQzUxNS4zIDE2MCA1NDQgMTg4LjcgNTQ0IDIyNEw1NDQgMzYwek0yODggMzYwQzI4OCA0MjYuMyAyMzQuMyA0ODAgMTY4IDQ4MEwxNjAgNDgwQzE0Mi4zIDQ4MCAxMjggNDY1LjcgMTI4IDQ0OEMxMjggNDMwLjMgMTQyLjMgNDE2IDE2MCA0MTZMMTY4IDQxNkMxOTguOSA0MTYgMjI0IDM5MC45IDIyNCAzNjBMMjI0IDM1MkwxNjAgMzUyQzEyNC43IDM1MiA5NiAzMjMuMyA5NiAyODhMOTYgMjI0Qzk2IDE4OC43IDEyNC43IDE2MCAxNjAgMTYwTDIyNCAxNjBDMjU5LjMgMTYwIDI4OCAxODguNyAyODggMjI0TDI4OCAzNjB6Ii8+PC9zdmc+");
  width: 30px;
  height: 30px;
} */

.reviews-date {
  font-size: 12px;
  line-height: 15px;
  color: var(--reviews-date);
}

.reviews .swiper-pagination {
  margin-top: 20px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-reviews {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 50px 40px;
  border-radius: 10px;
}

.modal-reviews .reviews-item__text-wrap {
  padding-left: 50px;
}

.modal-reviews .reviews-item__text-wrap::before {
  left: 0;
}

.modal-reviews .fancybox-button {
  height: 60px;
  width: 60px;
}
/* End */
/* /local/templates/broneks/components/bitrix/system.pagenavigation/.default/style.min.css?1781452878272 */
/* /local/templates/broneks/components/bitrix/news.list/interesting/style.css?17825550611048 */
/* /local/components/custom/excursions.list/templates/index_catalog_slider/style.css?17816326881061 */
/* /local/templates/broneks/components/bitrix/news.list/guides/style.css?17816330011616 */
/* /local/templates/broneks/components/bitrix/news.list/site2_reviews/style.css?17816331603221 */
