

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1720099663666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/generator/components/bitrix/news.list/offices_v2/style.css?175559351816200*/
h1,
h5,
p {
  margin: 0;
}

.offices__title {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .offices__title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .offices__title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.cities {
  width: 100%;
}

.cities .container {
  padding-bottom: 50px;
}

.offices__tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .offices__tabs-nav {
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .offices__tabs-nav {
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
}

.offices__tabs-btn {
  background: #f4f6f7;
  border-radius: 4px;
  padding: 8px 20px;
  color: #676767;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 430px) {
  .offices__tabs-btn {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }
}

.offices__tabs-btn.active {
  color: #5a9b01;
  background: rgba(141, 198, 63, 0.2);
}

.offices__tabs-body {
  margin-bottom: 60px;
  max-width: 1555px;
  /* margin: 0 -10px; */
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.offices__tabs-inner {
  max-width: 1555px;
  /* margin: 0 -10px; */
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.offices__tabs-item {
  /*    margin-bottom: 30px;*/
  background: rgba(246, 246, 246, 0.6);
  padding: 15px;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.offices__tabs-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  min-height: 62px;
}

.offices__tabs-subtitle {
  margin-bottom: 0;
  min-height: 42px;
}

.offices__tabs-office .offices__tabs-subtitle {
  min-height: 30px;
}

.offices__tabs-link {
  display: inline-block;
  color: #5a9b01;
  margin-bottom: 5px;
}

.offices__tabs-link:hover {
  text-decoration: underline;
}

.offices__tabs-box {
  margin-bottom: 0;
  min-height: 60px;
}

.offices__tabs-box--time {
  flex: 1;
}

.offices__tabs-desc {
  color: #b6b6b6;
  font-size: 14px;
  margin-bottom: 0;
}

.offices__tabs-text {
  margin-bottom: 8px;
  font-size: 14px;
}

.offices__tabs-phone {
  font-weight: 600;
  font-size: 18px;
}

.offices__tabs-phone-link {
  color: inherit;
}

.offices__tabs-phone-link:hover {
  text-decoration: underline;
}

.map__info-content::-webkit-scrollbar-thumb {
  background-color: #8dc63f;
}

.map__info-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fd;
}

/* .map {
	padding-top: 50px;
	padding-bottom: 90px
} */

/* @media (max-width: 1024px) {
	#map {
		min-height: 450px;
		margin-bottom: 30px;
	}
} */

@media (max-width: 768px) {
  #map {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .map {
    padding-bottom: 60px;
  }
}

@media (max-width: 510px) {
  .map {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  /* .map {
		padding-top: 25px;
		padding-bottom: 30px;
	} */
}

.map--offices {
  padding-bottom: 60px;
}

.map__inner {
  position: relative;
}

.map__iframe {
  min-height: 610px;
}

.map__info {
  position: absolute;
  top: 15%;
  right: 8%;
  background: #ffffffce;
  border-radius: 12px;
  padding: 28px 19px 40px 35px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  transform-origin: bottom;
}

@media (max-width: 1024px) {
  .map__info {
    position: static;
    margin: 0 auto;
    max-width: 100%;
  }
}

.map__info:before {
  transform-origin: bottom;
  transition-duration: 0.3s;
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 200px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.144)),
    color-stop(rgba(255, 255, 255, 0.555)),
    to(white)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.144), rgba(255, 255, 255, 0.555), white);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.144), rgba(255, 255, 255, 0.555), white);
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
}

.map__info.close:before {
  transform: scaleY(0);
}

.map__info--offices {
  top: 7%;
}

.map__info-content {
  position: relative;
  padding-top: 60px;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-color: #8dc63f #fff;
  scrollbar-width: thin;
}

.map__info-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 36px;
  background: url(/local/templates/generator/assets/images/main-page/map-location.svg) center/cover no-repeat;
}

.map__info-content::-webkit-scrollbar-thumb {
  background-color: #8dc63f;
}

.map__info-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fd2;
}

.map__info-content--offices {
  max-height: 458px;
}

.map__info-title {
  font-weight: 600;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1720));
  max-width: 295px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
}

.map__info-item {
  font-style: normal;
  margin-bottom: 20px;
}

.map__info-item:last-child {
  margin-bottom: 0;
}

.map__info-desc {
  color: #b6b6b6;
  font-size: 14px;
  margin-bottom: 10px;
}

.map__info-phone {
  font-weight: 600;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1720));
}

.map__info-address {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1720));
}

.map__info-address:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/generator/assets/images/main-page/map-icon-address.svg) center/cover no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ymaps-2-1-79-zoom__plus.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button.ymaps-2-1-79-user-selection-none,
.ymaps-2-1-79-zoom__minus.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button.ymaps-2-1-79-user-selection-none {
  background-color: #bee08e;
  border: 1px solid rgb(167, 167, 167);
  width: 35px;
  height: 35px;
}

.ymaps-2-1-79-zoom__runner.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button.ymaps-2-1-79-zoom__runner__transition.ymaps-2-1-79-touch-action-none.ymaps-2-1-79-user-selection-none {
  background-color: #bee08e;
  border: 1px solid rgb(167, 167, 167);
  width: 35px;
  height: 35px;
}

.ymaps-2-1-79-zoom .ymaps-2-1-79-zoom__scale {
  display: none;
}

.ymaps-2-1-79-controls__control {
  position: fixed !important;
  top: 50% !important;
  left: 10px !important;
  transform: translateY(-50%);
}

.ymaps-2-1-79-zoom {
  height: 25px !important;
}

.ymaps-2-1-79-float-button-icon {
  border: 8px solid transparent !important;
}

.map__inform {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  /* width: 580px; */
}

.map__inform--city,
.map__inform--offices {
  padding: 20px;
}

.map__inform--title {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
  font-family: Geometria;
}

.map__inform--count svg {
  width: auto;
  height: 50px;
}

.map__inform--count span {
  font-size: 58px;
  font-weight: 700;
  font-family: Geometria;
  color: #75b734;
  margin-left: 15px;
  line-height: 1;
}

.ymaps-2-1-79-balloon__layout {
  padding: 7px 18px;
}

.ymaps-2-1-79-balloon__close {
  right: -13px;
  top: -11px;
}

.ymaps-2-1-79-balloon-content__footer {
  margin-top: 20px;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 4px;
}

.map-search {
  position: relative;
}

.map-container {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 25px;
}

#cityList {
  height: 582px;
  overflow: auto;
  padding: 10px 0px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  margin-top: 20px;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #f4f4f4;
}

/* Стили для скроллбара */
#cityList::-webkit-scrollbar {
  width: 10px;
  /* Ширина скроллбара */
}

#cityList::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Цвет фона скроллбара */
  border-radius: 4px;
}

#cityList::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  /* Цвет вокруг ползунка */
}

#cityList::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Цвет ползунка при наведении */
}

#cityList li {
  padding: 3px 8px;
}

#cityList .city-item__name {
  background-color: rgba(239, 239, 239, 1);
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition-duration: 0.3s !important;
  border-radius: 4px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  align-items: center;
}

#cityList .city-item__name:hover {
  background-color: rgba(239, 239, 239, 0.7);
}

#cityList .city-item__name a {
  color: #000;
}

.office-opening-info {
  background-image: url(/local/templates/generator/assets/images/city/office-opening-info.webp);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #74b734;
  display: block;
  padding: 6px 10px;
  color: #fff;
  border-radius: 4px;
  max-width: 150px;
  padding-right: 52px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Geometria;
  line-height: 1;
}

.map-search input {
  max-width: 100%;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
}

.balloon__header span,
.balloon__time span,
.balloon__phone span {
  display: block;
  font-family: Geometria;
}

.balloon__header .office-opening-info {
  margin-bottom: 15px;
}

.balloon__city {
  color: #75b734;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.balloon__address {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.balloon__title {
  color: #999999;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

.balloon__time--work {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
}

.balloon__phone {
  margin-top: 20px;
  margin-bottom: 20px;
}

.balloon__phone a {
  font-family: Geometria;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

#suggestions {
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 1000;
  width: 100%;
  visibility: hidden;
}

.suggestion-item {
  padding: 8px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

#map {
  min-height: 650px;
}

/* .show-more-offices {
  padding: 18.5px;
  background-color: #8dc63f;
  border-radius: 4px;
  border: 1px solid #8dc63f;
  color: #fff;
  font-family: Inter;
  font-size: 11px;
  font-weight: 600;
  line-height: 13.31px;
  text-align: center;
  max-height: 50px;
  display: none;
} */

.show-more-offices {
  padding: 18px;
  background-color: #8dc63f;
  border-radius: 4px;
  border: 1px solid #8dc63f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  max-height: 50px;
  grid-column: 3 / 4;
  cursor: pointer;
  /* display: none; */
}

.contact-wrapper .mob {
  display: none;
}

@media (max-width: 1366px) {
  #map {
    min-height: 500px;
  }

  #cityList {
    height: 435px;
    margin-top: 10px;
  }

  .map__inform--title {
    font-size: 22px;
  }

  .map__inform--count svg {
    height: 35px;
  }

  .map__inform--count span {
    font-size: 47px;
    margin-left: 5px;
  }
}

@media (max-width: 992px) {
  .hidden-office {
    display: none;
  }

  .show-more-offices {
    display: block;
  }

  .offices__tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  .offices__tabs-btn {
    font-size: 12px;
    text-align: center;
    color: #231f20;
  }

  .offices__tabs-item {
    gap: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .offices__tabs-title {
    min-height: auto;
  }

  .offices__tabs-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    text-align: left;
    color: #231f20;
    min-height: auto;
  }

  p.offices__tabs-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
    text-align: left;
    color: #8dc63f !important;
    min-height: auto;
  }

  .offices__tabs-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    text-align: left;
    max-width: 140px;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .offices__tabs-desc {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    text-align: left;
    color: #231f20;
  }

  .contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact-wrapper a.offices__tabs-link {
    text-align: right;
    color: #8dc63f;
    text-decoration: underline;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    margin-bottom: 0;
  }

  .offices__tabs-link.desc {
    display: none;
  }

  .offices__tabs-phone {
    padding-top: 5px;
    min-height: auto;
  }

  .offices__tabs-phone-link {
    color: #8dc63f;
  }

  .contact-wrapper .mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .map-container {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .map__inform {
    top: 5px;
    left: 0px;
    width: 100%;
  }

  .map__inform--city,
  .map__inform--offices {
    padding: 15px;
    display: flex;
    align-items: center;
  }

  .map__inform--title {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .map__inform--count svg {
    height: 25px;
  }

  .map__inform--count span {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .map__inform {
    gap: 5px;
  }

  .map__inform--city,
  .map__inform--offices {
    padding: 7px;
  }

  .map__inform--title {
    font-size: 18px;
  }

  .map__inform--count svg {
    height: 23px;
  }

  .map__inform--count span {
    font-size: 30px;
  }

  .balloon__city {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .balloon__address {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .balloon__title {
    font-size: 18px;
  }

  .balloon__time--work,
  .balloon__phone a {
    font-size: 14px;
  }

    .show-more-offices {
    grid-column: auto;
  }
}

/*АДРЕСА*/
.OOO_info {
  background-color: #fff;
  padding: 30px 0;
}

.offices__subtitle {
  font-size: 18px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .offices__subtitle {
    text-align: center;
  }
}

.OOO_info-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .OOO_info-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .OOO_info-block {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.OOO_info-title {
  border: 1px solid rgba(182, 182, 182, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1256px) {
  .OOO_info-title {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .OOO_info-title {
    font-size: 8px;
  }
}

.OOO_info-title__link {
  font-size: 16px;
  color: #a3a3a3;
  margin-right: 6px;
  font-weight: 400;
  line-height: 140%;
  transition-delay: 0.1s;
}

.OOO_info-title__link:hover {
  color: #8dc63f;
}

.hidden-office {
  display: none;
}

/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1720099663666 */
/* /local/templates/generator/components/bitrix/news.list/offices_v2/style.css?175559351816200 */
