[class^="ymaps-"][class$="-inner-panes"],
[class^="ymaps-"][class*="-map-bg"] {
  border-radius: 20px;
}

[class^="ymaps-"][class$="-copyrights-pane"],
[class^="ymaps-"][class$="-controls__toolbar"] {
  display: none !important;
}

[class^="ymaps-"][class$="-controls-pane"],
[class^="ymaps-"][class$="-controls__bottom"] {
  position: static !important;
}

[class^="ymaps-"][class$="-controls__bottom"] [class*="-controls__control"] {
  position: absolute !important;
  left: auto !important;
  top: auto !important;
  right: 20px !important;
  bottom: 50% !important;
  z-index: 10000 !important;
}

[class^="ymaps-"][class$="-controls__bottom"] [class*="-float-button"] {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  background-color: var(--white) !important;
  box-shadow: var(--popup-shadow) !important;
  padding: 0 !important;
  border: none !important;
}

:where(html.no-touch)
  [class^="ymaps-"][class$="-controls__bottom"]
  [class*="-float-button"]:hover,
[class^="ymaps-"][class$="-controls__bottom"] [class*="-float-button"]:active {
  background: var(--red-main-color) !important;
}

[class^="ymaps-"][class$="-controls__bottom"] [class*="-float-button-icon"] {
  display: none !important;
}

[class^="ymaps-"][class$="-controls__bottom"] [class*="-float-button"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^="ymaps-"][class$="-zoom"] {
  width: 42px !important;
  padding: 42px 0 !important;
  height: 10px !important;
  top: 47px !important;
}

[class^="ymaps-"][class$="-zoom"] [class*="-zoom__plus"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12v18m-9-9h18' stroke='%231E1E1E' stroke-width='1.8' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

:where(html.no-touch)
  [class^="ymaps-"][class$="-zoom"]
  [class*="-zoom__plus"]:hover:before,
[class^="ymaps-"][class$="-zoom"] [class*="-zoom__plus"]:active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12v18m-9-9h18' stroke='%23FFFFFF' stroke-width='1.8' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

[class^="ymaps-"][class$="-zoom"] [class*="-zoom__minus"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21h18' stroke='%231E1E1E' stroke-width='1.8' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

:where(html.no-touch)
  [class^="ymaps-"][class$="-zoom"]
  [class*="-zoom__minus"]:hover:before,
[class^="ymaps-"][class$="-zoom"] [class*="-zoom__minus"]:active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21h18' stroke='%23FFFFFF' stroke-width='1.8' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

[class^="ymaps-"][class*="-balloon "] {
  box-shadow: var(--popup-shadow);
  padding: 0;
}

[class^="ymaps-"][class*="-balloon "],
[class^="ymaps-"][class$="-balloon__layout"] {
  border-radius: 12px;
}

[class^="ymaps-"][class$="-balloon__content"] {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: var(--black-50);
  padding: 15px;
}

[class^="ymaps-"][class$="-balloon-content__header"] {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 4px;
}

[class^="ymaps-"][class$="-balloon-content__header"] ~ div:not(:last-child) {
  margin-bottom: 4px;
}

[class^="ymaps-"][class$="-default-cluster"] {
  border: 2px solid var(--red-main-color);
  color: var(--red-main-color);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  box-shadow: var(--popup-shadow);
  border-radius: 50%;
}

.my-iconCaption {
  --fill: var(--white);
  --stroke: var(--red-main-color);
  box-sizing: border-box;
  width: 180px;
  height: 53px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 13.9px;
}

@media (max-width: 767.98px) {
  .my-iconCaption {
    width: 120px;
    height: 40px;
  }
}

.my-iconCaption.active {
  --fill: var(--red-main-color);
  --stroke: var(--white);
}

.my-iconCaption svg {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 16px;
  bottom: 0;
  z-index: 2;
}

.my-iconCaption > span {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 100px;
  background: var(--fill);
  color: var(--stroke);
  border: 2px solid var(--stroke);
  position: relative;
  z-index: 1;
}

.map-section {
  position: relative;
}

.map-section__nav {
  display: none;
}

.map-section__content {
  height: 700px;
  position: relative;
}

.map-section__aside-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 410px;
  margin: 10px;
  z-index: 1;
}

.map-section__aside {
  height: 100%;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--popup-shadow);
  display: flex;
  flex-direction: column;
}

.map-section__aside-header {
  flex-shrink: 0;
  border-bottom: 1px solid var(--grey-dark);
  padding: 25px;
}

.map-section__aside-main {
  flex-grow: 1;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding: 25px;
}

.map-section__search-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex-shrink: 0;
}

.map-section__aside-content {
  flex-grow: 1;
  min-height: 1px;
  margin: 0 -10px;
  padding: 0 10px;
  overscroll-behavior: auto;
}

.map-section__map-wrapper {
  position: relative;
  height: 100%;
}

.map-section__map {
  height: 100%;
  overflow: hidden;
}

.map-section__tooltip {
  display: none;
}

.map-section__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.map-company {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px;
  border-radius: 12px;
  background: var(--white);
  transition: 0.15s ease-in-out;
}

.map-section__list .map-company.is-hidden {
  display: none !important;
}

:where(html.no-touch) .map-company:hover,
.map-company.is-active {
  box-shadow: var(--popup-shadow);
}

.map-company__header {
  cursor: pointer;
  margin-bottom: 8px;
}

.map-company__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  margin-bottom: 8px;
}

.map-company.is-active .map-company__title-row:after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.286 9.775 4.96 4.96 10.469-10.47' stroke='%2334C759' stroke-width='2.8' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.map-company__name {
  font-size: 16px;
  font-weight: 500;
}

.map-company__count {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  margin-left: auto;
}

.map-company.is-active .map-company__count {
  font-weight: bold;
}

.map-company__close {
  display: none;
}

.map-company__address {
  margin-bottom: 5px;
}

.map-company__schedule {
  color: var(--black-50);
}

.map-company__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.map-company:not(.is-open) .map-company__contacts {
  display: none;
}

.contact-row-btn {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.contact-row-btn__link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--black);
}

a.contact-row-btn__link:hover {
  color: var(--red-main-color);
}

.contact-row-btn__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--grey-light);
  color: var(--black);
}

.contact-row-btn__icon .icon {
  width: 18px;
  height: 18px;
}

.contact-row-btn__content {
  flex-grow: 1;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.contact-row-btn__subtitle {
  font-size: 12px;
  font-weight: normal;
  color: var(--black-50);
}

.map-company__footer {
  display: flex;
  column-gap: 5px;
}

.map-company__footer-item {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.map-company.is-open .map-company__contacts-btn > span {
  display: none;
}

.map-company.is-open .map-company__contacts-btn:after {
  content: attr(data-hide-text);
}

.map-section__map-header {
  display: none;
}

@media (max-width: 1399.98px) {
  .map-section__content {
    height: 640px;
  }

  .map-section__aside-wrapper {
    width: 380px;
  }

  .map-section__aside-main {
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .map-section {
    height: calc(100svh - var(--header-main-height));
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .map-section__nav {
    display: flex;
    flex-shrink: 0;
  }

  .map-section__content {
    height: auto;
    flex-grow: 1;
    min-height: 1px;
    display: flex;
    position: relative;
  }

  .map-section__section {
    width: 100%;
    height: 100%;
  }

  .map-section__aside-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: var(--white);
    z-index: 2;
  }

  .map-section__aside-wrapper:not(.is-active) {
    display: none;
  }

  .map-section__aside {
    background: none;
    border-radius: 0;
    box-shadow: none;
  }

  .map-section__aside-header {
    display: none;
  }

  .map-section__aside-main {
    padding: 0;
  }

  .map-section__list {
    row-gap: 20px;
  }

  .map-section__tooltip {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 395px;
    max-width: calc(100% - 20px);
  }

  .map-section__tooltip .map-company__close {
    display: flex;
  }

  .map-section__tooltip .map-company.is-active .map-company__title-row:after {
    display: none;
  }

  .map-section__tooltip .map-company {
    padding: 20px;
    box-shadow: var(--popup-shadow);
  }

  .map-section__tooltip .map-company__name {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  [class^="ymaps-"][class$="-controls__bottom"] [class*="-controls__control"] {
    right: 10px !important;
  }

  .map-section {
    height: calc(100svh - var(--header-height) - var(--control-height));
  }

  .map-section__tooltip {
    bottom: var(--mobile-bottom-space);
  }

  .map-section__map-header {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    padding: 15px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--popup-shadow);
    z-index: 1;
  }
}

.distributors-popup .popup-block__content,
.distributors-popup .where-to-buy,
.distributors-popup .map-section,
.distributors-popup .map-section__content {
  height: 100%;
}

.distributors-popup .map-section {
  padding: 0;
}

.distributors-popup .map-section__aside-wrapper {
  margin: 0;
  width: 410px;
}

.distributors-popup .map-section__aside {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.distributors-popup [class^="ymaps-"][class*="-map "],
.distributors-popup [class^="ymaps-"][class*="-map"] {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1399.98px) {
  .distributors-popup .map-section__aside-main {
    padding: 25px;
  }
}

@media (max-width: 1199.98px) {
  .distributors-popup .map-section__aside-wrapper {
    width: 360px;
  }
}

@media (max-width: 991.98px) {
  .distributors-popup .map-section__tooltip {
    width: 360px;
  }

  .distributors-popup .map-section__tooltip .map-company {
    padding: 15px;
  }

  .distributors-popup .map-section__tooltip .map-company__name {
    font-size: 16px;
  }

  .distributors-popup .map-section__tooltip .map-company__close {
    display: none;
  }

  .distributors-popup .map-section__aside-wrapper {
    width: 100%;
    height: calc(100% + 30px);
  }

  .distributors-popup .map-section__aside-main {
    padding: 0;
  }

  .distributors-popup .map-section__aside-content {
    padding-bottom: 30px;
  }

  .distributors-popup .map-section__list {
    row-gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .distributors-popup .map-section {
    row-gap: 20px;
  }

  .distributors-popup .popup-block__content {
    padding: 0;
  }

  .distributors-popup .map-section__nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .distributors-popup .map-section__map,
  .distributors-popup
    .map-section__map
    [class^="ymaps-"][class$="-inner-panes"],
  .distributors-popup .map-section__map [class^="ymaps-"][class*="-map-bg"] {
    border-radius: 0;
  }

  .distributors-popup .map-section__tooltip {
    width: 100%;
  }

  .distributors-popup .map-section__aside-wrapper {
    height: 100%;
  }

  .distributors-popup .map-section__aside {
    padding: 10px 10px 0;
  }
}

.contacts-map-section {
  padding-bottom: var(--space-40-m30);
}

.contacts-map-section__content {
  position: relative;
}

.contacts-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contacts-map-section__tabs {
  position: absolute;
  left: 334px;
  top: 10px;
  right: 10px;
  pointer-events: none;
  z-index: 2;
}

.contacts-map-tabs:not(.is-active) {
  display: none;
}

.contacts-map-section_warehouses .contacts-map-section__tabs {
  left: 10px;
}

.contacts-map-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  max-width: 100%;
  pointer-events: auto;
  box-shadow: var(--popup-shadow);
}

.contacts-map-tabs .buttons-nav__item {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.contacts-map-tabs .buttons-nav__btn {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  height: 46px;
}

.contacts-map-section__aside {
  padding: 10px;
  min-height: 700px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 334px;
  pointer-events: none;
}

.contacts-map-section_warehouses .contacts-map-section__aside {
  justify-content: flex-end;
}

.contacts-map-section__aside > * {
  pointer-events: auto;
}

.contacts-map-select {
  width: 100%;
}

.contacts-map-select .select-block__btn {
  width: 100%;
  border-color: var(--white);
  box-shadow: var(--popup-shadow);
  font-size: 14px;
  height: 52px;
}

@media (min-width: 992px) {
  .contacts-block:not(.is-active) {
    display: none;
  }

  .contacts-block__bg {
    display: none;
  }

  .contacts-block__close {
    display: none;
  }
}

.contacts-block__main {
  background: var(--white);
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--popup-shadow);
}

.contacts-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contacts-block__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.contacts-block__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contacts-block__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.contacts-block__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--grey-dark);
}

.contacts-block__qr {
  text-align: center;
}

.contacts-block__qr-image img {
  width: 83px;
  height: 83px;
}

.contacts-block__qr-title {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}

.contacts-map-section__aside-footer {
  width: 314px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.contacts-map-footer {
  background: var(--white);
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--popup-shadow);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.contacts-map-footer__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.contacts-map-footer__content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.contacts-map-footer__footer {
  font-size: 12px;
  font-weight: normal;
  color: var(--black-50);
}

@media (max-width: 991.98px) {
  .contacts-map {
    position: relative;
    height: 600px;
  }

  .contacts-map-section__tabs {
    display: none;
  }

  .contacts-map-section__aside {
    padding: 0;
    min-height: 0;
    position: static;
    display: block;
    width: auto;
  }

  .contacts-map-section__aside-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 334px;
    z-index: 3;
    padding: 10px;
  }

  .contacts-map-section__aside-footer {
    margin-top: 10px;
    position: static;
    width: auto;
  }

  .contacts-block__footer {
    display: none;
  }

  .contacts-block__route-btn {
    height: 48px;
  }

  .contacts-block__list {
    display: grid;
    row-gap: 10px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-block__title {
    font-size: 20px;
  }

  .contacts-block__bg {
    display: block;
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2010;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
  }

  .contacts-block.is-active .contacts-block__bg {
    opacity: 1;
    visibility: visible;
  }

  .contacts-block__main {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2011;
    width: auto;
    background: var(--white);
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px 20px 0 0;
    padding: 25px 25px 20px;
    padding-bottom: var(--mobile-bottom-space);
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.25s ease-in-out;
    backface-visibility: hidden;
  }

  .contacts-block.is-active .contacts-block__main {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .contacts-map {
    max-height: calc(
      100svh - var(--header-height) - var(--control-height) - 70px
    );
  }

  .contacts-block__list {
    grid-template-columns: 1fr;
  }

  .contacts-map-section__aside-header {
    max-width: none;
  }
}

.pickup-points-input-wrapper {
  position: relative;
}

.pickup-points-input-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  clip-path: rect(0 0 0 0);
}

.pickup-points-input-wrapper label.error,
.pickup-points-input-wrapper label.is-error {
  position: relative;
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .pickup-points .map-section__content {
    height: 400px;
  }

  .pickup-points .map-section__aside-wrapper {
    width: 314px;
    margin: 5px;
  }

  .pickup-points .map-section__aside-main {
    row-gap: 20px;
    padding: 10px;
  }

  .pickup-points .map-section__list {
    row-gap: 2px;
  }
}

@media (max-width: 1199.98px) {
  .pickup-points .map-section__aside-wrapper {
    width: 260px;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .pickup-points .map-section {
    height: auto;
    display: block;
  }

  .pickup-points .map-section__nav {
    display: none;
  }

  .pickup-points .map-section__content {
    display: block;
  }

  .pickup-points .map-section__aside-wrapper {
    display: block;
    background: none;
    height: auto;
  }

  .pickup-points .map-section__aside {
    background: var(--white);
    border-radius: 20px;
    box-shadow: var(--popup-shadow);
  }
}

@media (min-width: 768px) {
  .pickup-points .popup-block {
    background: none;
    padding: 0;
    width: auto;
    border-radius: 0;
    max-width: none;
    box-shadow: none;
  }

  .pickup-points .popup-block__header,
  .pickup-points .popup-block__footer {
    display: none;
  }

  .pickup-points .popup-block__content {
    padding: 0;
    height: auto;
  }

  .pickup-points__open-map-btn-wrapper {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .pickup-points__title {
    display: none;
  }

  .pickup-points .popup-block {
    display: none;
  }

  .pickup-points-popup .popup-block__content,
  .pickup-points-popup .map-section,
  .pickup-points-popup .map-section__content {
    height: 100%;
  }

  .pickup-points-popup .popup-block__content {
    padding: 0;
  }

  .pickup-points-popup .map-section {
    padding: 0;
    row-gap: 20px;
  }

  .pickup-points-popup .map-section__nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pickup-points-popup .map-section__aside-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .pickup-points-popup .map-section__aside {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 10px 0;
  }

  .pickup-points-popup .map-section__aside-main {
    padding: 0;
  }

  .pickup-points-popup .map-section__aside-content {
    padding-bottom: 30px;
  }

  .pickup-points-popup .map-section__list {
    row-gap: 2px;
  }

  .pickup-points-popup [class^="ymaps-"][class*="-map "],
  .pickup-points-popup [class^="ymaps-"][class*="-map"] {
    width: 100% !important;
    height: 100% !important;
  }

  .pickup-points-popup .map-section__map,
  .pickup-points-popup
    .map-section__map
    [class^="ymaps-"][class$="-inner-panes"],
  .pickup-points-popup .map-section__map [class^="ymaps-"][class*="-map-bg"] {
    border-radius: 0;
  }

  .pickup-points__open-map-btn-wrapper.is-selected .pickup-points__open-map-btn,
  .pickup-points__open-map-btn-wrapper:not(.is-selected)
    .pickup-points__selected-address {
    display: none;
  }

  .pickup-points__selected-address {
    border: 2px solid var(--green);
    padding: 10px;
    padding-right: 38px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
    color: var(--black-50);
  }

  .pickup-points__selected-address:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.286 9.775 4.96 4.96 10.469-10.47' stroke='%2334C759' stroke-width='2.8' stroke-linejoin='bevel'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.map-object {
  padding: 12px;
  padding-right: 40px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
  color: var(--black-50);
  transition: 0.15s ease-in-out;
}

.map-section__list .map-object.is-hidden {
  display: none !important;
}

.map-object:hover,
.map-object.is-active {
  background: var(--grey-light);
}

.map-object.is-active:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.286 9.775 4.96 4.96 10.469-10.47' stroke='%2334C759' stroke-width='2.8' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.map-object__content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.map-object__name {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}
