

/* Start:/local/templates/lotos74.ru_2025/components/bitrix/catalog/departments/bitrix/catalog.section.list/details/style.css?17661495158757*/
.branch-detail {
  position: relative;
}
.branch-detail__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 100%;
  color: #009FA2;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .branch-detail__title {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}
.branch-detail__hero {
  max-width: 82.3rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .branch-detail__hero {
    margin-bottom: 2rem;
  }
}
.branch-detail__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 137%;
  color: #394250;
}
.branch-detail__text p, .branch-detail__text ul, .branch-detail__text ol {
  margin-bottom: 1rem;
}
.branch-detail__text h2, .branch-detail__text h3 {
  color: #009FA2;
  margin-bottom: 2rem;
}
.branch-detail__main-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 53rem;
  text-align: right;
}
@media (max-width: 767px) {
  .branch-detail__main-img {
    position: relative;
    height: 22rem;
    text-align: center;
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem 2rem 1.4rem;
  }
}
.branch-detail__main-img img {
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .branch-detail__main-img img {
    mask-image: none;
    -webkit-mask-image: none;
    border-radius: 1.5rem;
    width: 100%;
    object-fit: cover;
  }
}
.branch-detail__wrap {
  position: relative;
}

.branch-directions {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 3rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .branch-directions {
    padding: 1.2rem;
    margin-bottom: 2rem;
  }
}
.branch-directions__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 100%;
  color: #394250;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .branch-directions__title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}
.branch-directions__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .branch-directions__list {
    flex-direction: column;
  }
}
.branch-directions__list li {
  width: 25%;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .branch-directions__list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.branch-directions__list li::marker {
  color: #009FA2;
}
.branch-directions__list li a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #009FA2;
}
.branch-directions__list li a:hover {
  color: #14787A;
}
.branch-directions__list li:last-child {
  margin-bottom: 0;
}

.branch-gallery {
  margin-bottom: 5rem;
}
.branch-gallery__thumbs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 2rem;
}
@media (max-width: 767px) {
  .branch-gallery__thumbs-grid {
    gap: 1rem;
  }
}
.branch-gallery__thumb {
  font-size: 100%;
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s all linear;
  aspect-ratio: 202/134;
}
@media (max-width: 767px) {
  .branch-gallery__thumb {
    aspect-ratio: 108/72;
    border-radius: 1rem;
  }
}
.branch-gallery__thumb:hover, .branch-gallery__thumb.active {
  opacity: 1;
}
.branch-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branch-gallery__thumb.thumb-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 100%;
  color: #748ca4;
  column-gap: 0.5rem;
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 91, 93, 0.2);
  border: 1px solid #fff;
  border-radius: 2rem;
}
.branch-gallery__thumb.thumb-more span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .branch-gallery__thumb.thumb-more {
    border-radius: 1rem;
  }
}
.branch-gallery__grid {
  display: flex;
  column-gap: 3.8rem;
}
@media (max-width: 767px) {
  .branch-gallery__grid {
    flex-direction: column;
  }
}
.branch-gallery__main {
  width: 65.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .branch-gallery__main {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.branch-gallery__slide {
  aspect-ratio: 652/445;
  border-radius: 2rem;
  overflow: hidden;
}
.branch-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branch-gallery__slider {
  margin-bottom: 0.8rem;
}
.branch-gallery__controls {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.branch-gallery__controls .slider-progressbar {
  flex-grow: 1;
  margin-right: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .branch-gallery__controls .slider-progressbar {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .branch-gallery__controls .slider-arrow {
    display: none;
  }
}

.branch-contacts {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .branch-contacts {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .branch-contacts__col {
    margin-bottom: 2.8rem;
  }
  .branch-contacts__col:last-child {
    margin-bottom: 0;
  }
}
.branch-contacts__title {
  margin: 2rem 2rem 2.7rem 2rem;
  position: relative;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 120%;
  color: #009FA2;
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
}
@media (max-width: 767px) {
  .branch-contacts__title {
    font-size: 1.6rem;
    margin: 0 0 2.3rem 0;
  }
}
.branch-contacts__title:before {
  content: "";
  display: block;
  border-radius: 1.5rem;
  width: 4.1rem;
  height: 4.1rem;
  background-color: #dbe7f3;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/catalog/departments/bitrix/catalog.section.list/details/./images/branch-card-title-icon.svg");
  flex-shrink: 0;
}
.branch-contacts__wrap {
  border: 1px solid #fff;
  border-radius: 2rem;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem;
  box-sizing: border-box;
}
.branch-contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.branch-contacts__list li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.branch-contacts__list li:last-child {
  margin-bottom: 0;
}
.branch-contacts__list li .branch-label {
  color: #394250;
}
.branch-contacts__list li .branch-value {
  color: #009FA2;
}
.branch-contacts__time {
  font-weight: 500;
  font-size: 1.6rem;
  color: #009FA2;
}
.branch-contacts__time p {
  line-height: 188%;
}
.branch-contacts__time span {
  color: #394250;
}
.branch-contacts__time b {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  color: #394250;
  display: block;
}
.branch-contacts__time b + br {
  display: none;
}
.branch-contacts__grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  flex-grow: 1;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .branch-contacts__grid {
    display: flex;
    flex-direction: column;
  }
}
.branch-contacts__subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  color: #394250;
  margin-bottom: 1.8rem;
}
.branch-contacts__row {
  padding: 0 8rem;
  margin-bottom: 6.5rem;
  display: flex;
  align-items: flex-end;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .branch-contacts__row {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.2rem;
  }
}
.branch-contacts__item {
  margin-bottom: 2.5rem;
}
.branch-contacts__item .branch-contacts__subtitle {
  margin-bottom: 0.7rem;
}
.branch-contacts .branch-transport .branch-label {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.branch-contacts .branch-transport .branch-contacts__list li {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.branch-contacts .branch-transport .branch-label {
  color: #748ca4;
}
.branch-contacts .branch-transport .branch-value {
  color: #394250;
}
.branch-contacts .branch-transport .branch-label,
.branch-contacts .branch-transport .branch-value {
  font-size: 1.4rem;
}
.branch-contacts__map {
  width: 100%;
  height: 30rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.branch-contacts__map .map {
  height: 100%;
}
.branch-contacts__map .map__item {
  height: inherit;
  overflow: hidden;
}
@media (max-width: 767px) {
  .branch-contacts__order {
    width: 100%;
  }
  .branch-contacts__order .btn {
    width: inherit;
  }
}

div.banner__block h2 {
  font-size: 2.9rem;
}
@media (max-width: 992px) {
  div.banner__block h2 {
    font-size: 2rem;
  }
}

.container-large:not(.breadcrumb__content):not(.header__content):not(.drop-down__content):not(.branches__wrap) {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

body.correction .branch-gallery .slider-arrow.swiper-button-disabled {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/style.css?175506212694*/
.reviews__header__sources::-webkit-scrollbar {
    scrollbar-width: none;
    display: none;
}
/* End */


/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_header/style.css?17551444402833*/
@charset "UTF-8";
.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews-header__total {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .reviews-header__total {
    margin-bottom: 15px;
  }
}
.reviews-header__total--rating {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #009FA2;
  font-size: 35px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 24px;
}
.reviews-header__total--rating:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #C9E2EF;
  right: 0;
  top: 0;
}
.reviews-header__total--count {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
}
.reviews-header__total--count span {
  color: #748CA4;
  font-size: 16px;
}
.reviews-header__total--count span i {
  color: #394250;
  font-style: normal;
  font-size: 20px;
}
.reviews-header__sources {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 999px) {
  .reviews-header__sources {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}
.reviews-header__sources_item {
  padding: 22px 40px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .reviews-header__sources_item {
    padding: 10px;
  }
}
.reviews-header__sources_item:link, .reviews-header__sources_item:visited {
  color: #000;
}
.reviews-header__sources_item i {
  font-style: normal;
  display: inline-block;
  color: #009FA2;
  margin-left: 5px;
}
.reviews-header__sources_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #009FA2;
  transition: all 0.3s ease-in-out;
}
.reviews-header__sources_item:hover:before, .reviews-header__sources_item.active:before {
  width: 100%;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  /* Градиент справа, если есть прокрутка вправо */
  /* Градиент слева, если прокрутка не в начале */
}
.scroll-container .scroll-right {
  mask-image: linear-gradient(to right, transparent 0%, white 0, white calc(100% - 20px), transparent 100%);
}
.scroll-container .scroll-left {
  mask-image: linear-gradient(to right, transparent 0%, white 20px, white 100%, transparent 100%);
}
.scroll-container .scroll-right.scroll-left {
  mask-image: linear-gradient(to right, transparent 0%, white 20px, white calc(100% - 20px), transparent 100%);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/style.css?17562890463151*/
@charset "UTF-8";
.reviews-slider {
  position: relative;
}
@media screen and (max-width: 720px) {
  .reviews-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.reviews-slider__list.swiper {
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  .reviews-slider__list.swiper {
    padding: 0 5px;
  }
}
.reviews-slider__item {
  padding: 30px 15px;
  position: relative;
}
.reviews-slider__item.swiper-slide {
  height: auto;
}
.reviews-slider__item_container {
  height: 100%;
  transition: all 0.4s linear;
  display: flex;
  flex-direction: column;
}
.reviews-slider__item.swiper-slide-fully-visible .reviews-slider__item_container {
  box-shadow: 0 4px 36px 0 rgba(0, 159, 162, 0.15);
}
.reviews-slider__item_header {
  color: #394250;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.reviews-slider__item_info {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
.reviews-slider__item_date {
  color: #748CA4;
}
.reviews-slider__item_provider a:link, .reviews-slider__item_provider a:visited {
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
}
.reviews-slider__item_provider a:hover {
  text-decoration: none;
}
.reviews-slider__item .stars {
  margin-bottom: 12px;
}
.reviews-slider__item_text {
  color: #394250;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}
.reviews-slider__item_footer {
  margin-top: auto;
  margin-bottom: 0;
}
.reviews-slider__item_footer a {
  font-size: 14px;
  color: #748CA4;
}
.reviews-slider__item_popup {
  display: none;
  max-width: 600px;
  width: 600px;
}
@media screen and (max-width: 720px) {
  .reviews-slider__item_popup {
    max-width: initial;
    width: 100%;
  }
}
.reviews-slider__item_popup_title {
  margin-bottom: 20px;
  color: #009FA2;
  font-size: 26px;
  font-weight: 600;
}
.reviews-slider__item_popup .stars {
  margin-bottom: 12px;
}
.reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  background: #edf4f7;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.reviews-slider .swiper-button-prev:after, .reviews-slider .swiper-button-next:after {
  font-size: 20px;
  color: #71859b;
}
@media screen and (max-width: 720px) {
  .reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
    top: 65px;
  }
}
.reviews-slider .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 720px) {
  .reviews-slider .swiper-button-prev {
    right: 75px;
    left: auto;
  }
}
.reviews-slider .swiper-button-prev:after {
  content: "←";
}
.reviews-slider .swiper-button-next {
  right: -30px;
}
@media screen and (max-width: 720px) {
  .reviews-slider .swiper-button-next {
    right: 30px;
  }
}
.reviews-slider .swiper-button-next:after {
  content: "→";
}

.stars {
  width: 110px;
  height: 16px;
  background: url(/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/images/star.svg) repeat-x left top;
  background-size: 22px 15px;
}
.stars__current {
  width: 0;
  height: 16px;
  background: url(/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/images/star_active.svg) repeat-x left top;
  background-size: 22px 15px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/lotos74.ru_2025/components/bitrix/catalog/departments/bitrix/catalog.section.list/details/style.css?17661495158757 */
/* /local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/style.css?175506212694 */
/* /local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_header/style.css?17551444402833 */
/* /local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/style.css?17562890463151 */
