

/* Start:/local/templates/liftrus/components/placestart/contact-page/tabs.design/style.css?17604705285387*/
._page-tabs .container {
  margin-bottom: 3.33rem;
}
._page-tabs .page-title {
  margin-bottom: 3.33rem;
}
._page-tabs .tabs-region-list::part(nav) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: auto;
  scrollbar-color: #61657c #fff;
}
._page-tabs .tabs-region-list::part(nav)::-webkit-scrollbar {
  width: 20px;
}
._page-tabs .tabs-region-list::part(nav)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
} 
._page-tabs .tabs-region-list::part(nav)::-webkit-scrollbar-thumb {
  background-color: #61657c;
  border-radius: 20px;
  border: #61657c;
  background-image: linear-gradient(180deg, #61657c 0%, #fff 90%);
}
._page-tabs .tabs-region-list::part(panels) {
  display: flex;
  overflow: hidden;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 1rem;
}
._page-tabs .tabs-region-list__item {
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  color: #61657c;
  padding: 1rem;
  flex: 1 1 0px;
  white-space: nowrap;
}
._page-tabs .tabs-region-list__item:hover {
  background: #dadbe1;
}
._page-tabs .tabs-region-list__item:hover span {
  color: #eb2e2e;
}
._page-tabs .tabs-region-list__item[active] {
  background: #fff;
}
._page-tabs .tabs-region-list__content {
  display: none;
  flex: 0 0 35%;
  padding: 1rem 2rem 3rem;
}
._page-tabs .tabs-region-list__content[active] {
  display: block;
}
._page-tabs .tabs-region-list .contacts-page .map {
  border-radius: 0;
}
._page-tabs .tabs-region-list .contacts-page .city-row ._link-scheme {
  margin-top: 1.8666666667rem;
  margin-bottom: 0;
}
._page-tabs .city-row-head.open {
  background: #d6d9e9;
  transition: all 0.3s ease-in-out;
  position: relative;
}
._page-tabs .city-row-head.open:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  width: 20px;
  transform: skewX(-45deg);
  left: -20%;
  transition: all 0.6s ease;
  animation-name: flash;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1280px) {
  ._page-tabs .city-row .contact-item._redesigned .value,
  ._page-tabs .city-row .link {
    font-size: 1.2rem;
  }
  ._page-tabs .tabs-region-list__content .contact-item._redesigned .icon {
    width: 1rem;
    height: 1rem;
  }
  ._page-tabs .city-row-head {
    margin-bottom: 1rem;
  }
  ._page-tabs .tabs-region-list__item {
    font-size: 1.2rem;
  }
}
@media (min-width: 520px) and (max-width: 970px) {
  ._page-tabs .tabs-region-list::part(panels) {
    flex-direction: column;
  }
  ._page-tabs .tabs-region-list__content {
    flex: 0 0 100%;
  }
  ._page-tabs .tabs-region-list .ya-map {
    width: 100%;
  }
}
@media (max-width: 519px) {
  ._page-tabs .tabs-region-list::part(panels) {
    flex-direction: column;
  }
  ._page-tabs .tabs-region-list__content {
    flex: 0 0 100%;
    padding: 0;
  }
  ._page-tabs .tabs-region-list__item {
    width: calc(100% + 4px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  ._page-tabs .tabs-region-list .ya-map {
    width: 100%;
  }
}

.contact-item._redesigned .icon {
  fill: #eb2e2e;
}

.city-row._redesigned {
  flex-direction: column;
}

.ya-map {
  flex: 0 0 50%;
}
.ya-map .marker-container {
  position: relative;
}
.ya-map .marker-container .popup {
  background: #fff;
  padding: 2rem;
  position: absolute;
  transform: translate(15%, -80%);
  min-width: 260px;
  display: none;
}
@media screen and (max-width: 1280px) {
  .ya-map .marker-container .popup {
    transform: translate(-109%, -69%);
    padding: 1rem;
    min-width: 200px;
  }
}
@media (max-width: 519px) {
  .ya-map .marker-container .popup {
    transform: translate(-55%, -52%);
    padding: 0.5rem;
  }
}
.ya-map .marker-container .popup.open {
  display: block;
}
.ya-map .marker-container .popup__close {
  top: 10px;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 519px) {
  .ya-map .marker-container .popup__close {
    right: 6px;
    font-size: 1rem;
  }
}
.ya-map .marker-container .popup-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ya-map .marker-container .popup .title {
  font-size: 1.8rem;
  line-height: 1.2;
  border-bottom: 2px solid #61657c;
  padding: 1rem;
}
@media screen and (max-width: 1280px) {
  .ya-map .marker-container .popup .title {
    font-size: 1rem;
  }
}
@media (max-width: 519px) {
  .ya-map .marker-container .popup .title {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .ya-map .contact-item._redesigned .value {
    font-size: 1rem;
  }
  .ya-map .contact-item._redesigned .icon {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 519px) {
  .ya-map .contact-item._redesigned .value {
    font-size: 0.8rem;
  }
}

@keyframes flash {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
/* end ._page-tabs */

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

/* End */
/* /local/templates/liftrus/components/placestart/contact-page/tabs.design/style.css?17604705285387 */
