

/* Start:/local/templates/lotos74.ru_2025/components/bitrix/catalog/departments/bitrix/catalog.section.list/list/style.css?17702637415258*/
.branches {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .branches {
    margin-bottom: 5rem;
  }
}

.branch-card {
  border: 1px solid #fff;
  border-radius: 2rem;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.branch-card__img {
  width: 42.4rem;
  aspect-ratio: 424/343;
  flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .branch-card__img {
    width: 100%;
    margin-bottom: 1.7rem;
    aspect-ratio: 347/281;
  }
}
.branch-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branch-card__content {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .branch-card__content {
    padding: 0;
  }
}
.branch-card__anons {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 137%;
  color: #394250;
  margin-bottom: 2rem;
  padding-right: 2rem;
}
.branch-card__anons h2, .branch-card__anons h3 {
  font-size: 2rem;
  color: #394250;
  margin-bottom: 1rem;
}
.branch-card__anons p, .branch-card__anons ul {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .branch-card__anons {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}
.branch-card__actions {
  margin-top: auto;
}
.branch-card__btn {
  height: 4.8rem;
  background: #dbe7f3;
  font-weight: 500;
  font-size: 1.6rem;
  color: #677f97;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 2.2rem;
  transition: 0.2s all linear;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .branch-card__btn {
    width: 100% !important;
    justify-content: center;
  }
}
.branch-card__title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 120%;
  color: #009FA2;
  margin-bottom: 2.3rem;
  position: relative;
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
}
.branch-card__title a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .branch-card__title {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.branch-card__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/list/./images/branch-card-title-icon.svg");
  flex-shrink: 0;
}
.branch-card__grid {
  display: flex;
  column-gap: 3.5rem;
}
@media (max-width: 767px) {
  .branch-card__grid {
    flex-direction: column;
  }
}

.branches__item {
  margin-bottom: 2rem;
}
.branches__item:last-child {
  margin-bottom: 0;
}

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

.map__list.container {
  max-width: 161rem;
}

.branch-select {
  backdrop-filter: blur(10px);
  box-shadow: 0 0.4rem 6rem 0 rgba(116, 140, 164, 0.15);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  max-width: 100%;
  width: calc(100% - 2.8rem);
  margin: 0 1.4rem 2rem 1.4rem;
  display: none;
}
@media (max-width: 767px) {
  .branch-select {
    display: block;
  }
}
.branch-select__value {
  text-align: left;
}
.branch-select__arrow {
  transform: scale(1, -1);
  transition: 0.2s all linear;
}
.branch-select__control {
  appearance: none;
  box-shadow: 0 0 3rem 0 rgba(176, 209, 210, 0.3);
  background: linear-gradient(90deg, #fff 100%, #fff 100%);
  border-radius: 1.5rem;
  padding: 1.3rem 2rem 1.3rem 1.3rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #009FA2;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  column-gap: 1rem;
  align-items: flex-start;
}
.branch-select__panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-0.8rem);
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, transform 0.25s ease;
  padding: 0 0;
  pointer-events: none;
}
.branch-select--open .branch-select__panel {
  max-height: 80rem;
  opacity: 1;
  transform: translateY(0);
  padding: 3rem 0;
  pointer-events: auto;
  box-sizing: border-box;
}
.branch-select--open .branch-select__arrow {
  transform: scale(-1, 1);
}
.branch-select__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.branch-select__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 143%;
  color: #394250;
}
.branch-select__item:last-child {
  margin-bottom: 0;
}
.branch-select__item:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/catalog/departments/bitrix/catalog.section.list/list/images/icon-list.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: -0.2rem;
}
.branch-select__item.branch-select__item--active:before {
  background-position: top;
}
.branch-select__item.branch-select__item--active .branch-select__label {
  color: #009FA2;
}

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

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/bitrix/news.list/map-departments/style.css?17709598703202*/
.map-balloon {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.3rem 1rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px 0 rgba(78, 102, 126, 0.15);
}

.map-balloon__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 125%;
  color: #009FA2;
  margin-bottom: 1rem;
  padding-right: 2rem;
  display: block;
}

.map-balloon__grid {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 0.8rem;
  align-items: start;
}

.map-balloon__img {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f2f2f2;
}
.map-balloon__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-balloon__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.map-balloon__label {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}

.map-balloon__work-time {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}
.map-balloon__work-time p, .map-balloon__work-time span {
  font-weight: 600;
  font-size: 1.4rem;
  color: #394250;
}

.map-balloon__item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.map-balloon__time {
  font-weight: 800;
  color: #11a7a7;
}

@media (max-width: 560px) {
  .map-balloon {
    max-width: 320px;
    padding: 16px;
  }
  .map-balloon__title {
    font-size: 18px;
  }
  .map-balloon__grid {
    grid-template-columns: 1fr;
  }
  .map-balloon__img img {
    height: 140px;
  }
}
[class*=-balloon-overlay] {
  width: auto !important;
}

.map .map__item {
  height: 70.8rem;
}
@media (max-width: 767px) {
  .map .map__item {
    height: 45rem;
  }
}

.page-slider__slide .map .map__list {
  height: calc(100% - 40rem);
}
@media (max-width: 767px) {
  .page-slider__slide .map .map__list {
    height: auto;
  }
}
.page-slider__slide .map .map__item {
  height: 100%;
}
@media (max-width: 767px) {
  .page-slider__slide .map .map__item {
    height: 39rem;
    flex-grow: 1;
  }
}

.map .map__list {
  height: calc(100% + 8rem);
}

.map .map__item .ymaps-2-1-79-balloon {
  width: 39.7rem !important;
}
@media (max-width: 767px) {
  .map .map__item .ymaps-2-1-79-balloon {
    width: 31rem !important;
  }
}

.map .map__item .ymaps-2-1-79-balloon__layout {
  background: transparent !important;
}

.map .map__item .ymaps-2-1-79-balloon__tail {
  display: none !important;
}

@media (max-width: 767px) {
  .map .map-balloon {
    max-width: 25rem;
  }
}

.map .map__item .ymaps-2-1-79-balloon__close-button {
  background: url(/local/templates/lotos74.ru_2025/css/../images/svg/sign-up-close.svg) no-repeat center/contain;
  opacity: 1;
}

.map .map__item .ymaps-2-1-79-balloon__close {
  top: 1.4rem;
  right: 2rem;
}

.map__list .map__drop-list__item {
  position: relative;
  column-gap: 1rem;
  display: flex;
}
.map__list .map__drop-list__item:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.list/map-departments/images/icon-list.svg");
  display: block;
  flex-shrink: 0;
}
.map__list .map__drop-list__item.active:before {
  background-position: top;
}

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

/* End */
/* /local/templates/lotos74.ru_2025/components/bitrix/catalog/departments/bitrix/catalog.section.list/list/style.css?17702637415258 */
/* /local/templates/lotos74.ru_2025/components/bitrix/news.list/map-departments/style.css?17709598703202 */
