

/* Start:/local/templates/redesign/components/bitrix/news.list/regions/style.css?177039105712032*/
/* добавочные стили */
.placemark {
  display: inline-block;
  width: 46px;
  height: 62px;
  background: url('/local/templates/redesign/img/icons/map-icon-2.svg') no-repeat;
  background-size: contain;
}

.popup-balloon {
  transform: translate(-39%, calc(-100% + 31px));
  position: relative;
  width: 211px;
  padding: 16px 20px 16px 16px;
  border-radius: var(--corner-card-s, 12px);
  background: var(--Backgraund-White-1000, #FFF);
}

.popup-balloon:after {
  content: '';
  width: 40px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: rotate(180deg) translateX(50%);
  background: url('/local/templates/redesign/img/icons/tooltip-arrow.svg') no-repeat;
}

.popup-balloon__text {
  line-height: 21px;
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
}

.popup-balloon__text>div:nth-child(2) {
  position: relative;
  color: #5F5E5E;
}

.popup-balloon__text>div:nth-child(2):before {
  content: '';
  display: block;
  border-top: 1px solid #E6E6E6;
  margin: 12px 0;
}

.popup-balloon__close {
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E");
  display: block;
  width: 14px;
  height: 14px;
}


/* 
.sect-delivery_icon {
  font-size: 48px;
}

.sect-delivery__item-wrap {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 366px;
  height: 100%;
  border-radius: var(--corner-card-m, 20px);
}

.sect-delivery__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sect-delivery__tag {
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: var(--Corner-Tags, 8px);
  background: var(--Butttons-button-fill-oncolor, #fff);
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 100%;
}

.sect-delivery__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.sect-delivery__text {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}

.sect-delivery__text:not(:last-child) {
  margin-bottom: 8px;
}

.sect-regions__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 60px;
  margin-top: 0;
}

.sect-regions__list {
  padding: 0;
  list-style: none;
  column-width: 14em;
  column-gap: 6em;
  margin-bottom: 0;
}

.sect-regions__item {
  position: relative;
  color: var(--Text-text-primary, #303030);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  padding-left: 20px;
}

.sect-regions__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--Content-Content-03, #ff8d50);
}

.sect-banner__wrap {
  background: var(--sect-bg);
  padding: 30px;
  min-height: 800px;
}

.sect-banner__content {
  width: 529px;
}

.sect-banner__icon {
  margin-bottom: 32px;
}

.sect-banner__icon i {
  font-size: 48px;
  color: #fff;
}

.sect-banner__caption {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 32px;
}

.sect-banner__text {
  color: var(--Text-text-oncolor-primary, #fff);
  font-weight: 500;
  line-height: normal;
}

.sect-banner__text p+p {
  margin-top: 12px;
}

.sect-map__wrap {
  display: flex;
  gap: var(--Spacing-Main-32, 32px);
  background: var(--Backgraund-gray-light, #fcf9f8);
}

.sect-map__store {
  width: 563px;
  flex-shrink: 0;
}

.sect-map__caption {
  margin-bottom: 60px;
}

.sect-map__marks {
  padding: 0;
  margin: 0 0 60px;
}

.sect-map__mark {
  display: flex;
  align-items: flex-start;
  gap: var(--Spacing-Main-40, 40px);
}

.sect-map__mark:not(:last-child) {
  margin-bottom: 32px;
}

.sect-map__mark-icon {
  flex-shrink: 0;
}

.sect-map__mark-num {
  color: var(--Text-text-brandcolor, #e27030);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
}

.sect-map__mark-desc {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
  padding-right: 190px;
  margin-top: 0;
}

.sect-map__footnote {
  display: flex;
  padding: var(--Spacing-Card-Banner-S, 16px);
  align-items: center;
  gap: 16px;
  border-radius: var(--Spacing-Card-Banner-M, 20px);
  background: var(--Backgraund-White-1000, #fff);
}

.sect-map__footnote-icon {
  font-size: 48px;
}

.sect-map__footnote-text {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: normal;
}

.sect-map__map {
  width: 100%;
  background-color: #e27030;
  overflow: hidden;
}

.sect-pay__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 52px;
  margin-top: 0;
}

.sect-pay__col {
  min-height: 274px;
  display: flex;
  flex-direction: column;
  background: var(--bg-icon) no-repeat right bottom;
}

.sect-pay.sect-pay--client .sect-pay__col {
  min-height: 270px;
  background-color: #fff;
  border: 1px solid var(--Devider-divider-on-white, #e5e5e5);
  box-sizing: content-box;
}

.sect-pay__col--1 {
  background-color: var(--Sale-greenblue-light, #e5fff7);
}

.sect-pay__col--2 {
  background-color: #f8cd71;
}

.sect-pay__col--3 {
  background-color: #d3e9ca;
}

.sect-pay__col--4 {
  background-color: #e3dfff;
}

.sect-pay__subtitle {
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}

.sect-pay__desc {
  color: var(--Text-text-primary, #303030);
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.sect-pay__icon {
  margin-top: auto;
  font-size: 48px;
}

@media (max-width: 1440px) {
  .sect-delivery__item-wrap {
    min-height: 293px;
  }

  .sect-delivery__top {
    margin-bottom: 30px;
  }

  .sect-delivery__title {
    margin-bottom: 18px;
  }

  .sect-regions__title {
    margin-bottom: 45px;
  }

  .sect-regions__list {
    column-width: 9em;
    column-gap: 5em;
  }

  .sect-banner__wrap {
    min-height: 600px;
    padding: 24px;
  }

  .sect-banner__content {
    width: 395px;
  }

  .sect-banner__icon {
    margin-bottom: 24px;
  }

  .sect-banner__caption {
    margin-bottom: 24px;
  }

  .sect-map__wrap {
    gap: 24px;
  }

  .sect-map__store {
    width: 421px;
  }

  .sect-map__caption {
    margin-bottom: 45px;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 24px;
  }

  .sect-map__mark {
    gap: 30px;
  }

  .sect-map__mark img {
    width: 48px;
    height: 62px;
  }

  .sect-pay__title {
    margin-bottom: 39px;
  }

  .sect-pay__col {
    min-height: 220px;
    background-size: 65%;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 203px;
  }

  .sect-pay__icon {
    font-size: 36px;
  }
}

@media (max-width: 1280px) {
  .sect-delivery_icon {
    font-size: 36px;
  }

  .sect-delivery__item-wrap {
    min-height: 263px;
  }

  .sect-delivery__top {
    margin-bottom: 26px;
  }

  .sect-delivery__tag {
    padding: 10px;
    height: 32px;
    max-width: 180px;
  }

  .sect-delivery__title {
    margin-bottom: 16px;
  }

  .sect-regions__title {
    margin-bottom: 40px;
  }

  .sect-regions__item {
    margin-bottom: 10px;
  }

  .sect-banner__wrap {
    min-height: 540px;
    padding: 20px;
    background-position: center center;
    background-size: cover;
  }

  .sect-banner__content {
    width: 354px;
  }

  .sect-banner__icon i {
    font-size: 36px;
  }

  .sect-banner__icon {
    margin-bottom: 20px;
  }

  .sect-banner__caption {
    margin-bottom: 20px;
  }

  .sect-map__wrap {
    gap: 20px;
  }

  .sect-map__store {
    width: 377px;
  }

  .sect-map__caption {
    margin-bottom: 40px;
  }

  .sect-map__marks {
    margin-bottom: 80px;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 20px;
  }

  .sect-map__mark {
    gap: 26px;
  }

  .sect-map__mark-num {
    margin-bottom: 14px;
  }

  .sect-map__mark-desc {
    padding-right: 85px;
  }

  .sect-pay__title {
    margin-bottom: 35px;
  }

  .sect-pay__col {
    min-height: 200px;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 180px;
  }
}

@media (max-width: 992px) {
  .sect-delivery__tag {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sect-delivery__item-wrap {
    min-height: 258px;
  }

  .sect-delivery__top {
    margin-bottom: 20px;
  }

  .sect-delivery__title {
    margin-bottom: 12px;
  }

  .sect-regions__title {
    margin-bottom: 24px;
  }

  .sect-banner__wrap {
    min-height: 440px;
    background-position: 0 0;
  }

  .sect-banner__content {
    width: 290px;
  }

  .sect-banner__icon {
    margin-bottom: 18px;
  }

  .sect-banner__caption {
    margin-bottom: 18px;
  }

  .sect-map__wrap {
    flex-direction: column;
    gap: 18px;
  }

  .sect-map__store {
    width: 100%;
  }

  .sect-map__caption {
    margin-bottom: 24px;
  }

  .sect-map__marks {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 0;
  }

  .sect-map__mark:not(:last-child) {
    margin-bottom: 18px;
  }

  .sect-map__mark {
    width: 216px;
    gap: 20px;
  }

  .sect-map__mark img {
    width: 41px;
    height: 55px;
  }

  .sect-map__mark-num {
    margin-bottom: 12px;
  }

  .sect-map__mark-desc {
    padding-right: 0;
    margin-bottom: 0;
  }

  .sect-map__footnote {
    max-width: 402px;
  }

  .sect-map__footnote-icon {
    font-size: 36px;
  }

  .sect-map__map {
    height: 284px;
  }

  .sect-pay__title {
    margin-bottom: 19px;
  }

  .sect-pay__col {
    min-height: 180px;
    background-size: 50%;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 184px;
  }
}

@media (max-width: 545px) {
  .sect-map__marks {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .sect-delivery_icon {
    font-size: 24px;
  }

  .sect-delivery__item-wrap {
    min-height: 222px;
  }

  .sect-delivery__top {
    margin-bottom: 20px;
  }

  .sect-regions__title {
    margin-bottom: 20px;
  }

  .sect-regions__list {
    column-gap: 2em;
  }

  .sect-banner__wrap {
    min-height: 508px;
    padding: 15px 30px 15px 15px;
    background: url(/local/templates/redesign/components/bitrix/news.list/regions/../img/sect-banner-mobile.png) no-repeat;
  }

  .sect-banner__content {
    width: 100%;
  }

  .sect-banner__icon i {
    font-size: 24px;
  }

  .sect-map__caption {
    margin-bottom: 20px;
  }

  .sect-map__mark {
    width: 100%;
  }

  .sect-map__mark img {
    width: 32px;
    height: 42px;
  }

  .sect-map__footnote {
    gap: 12px;
  }

  .sect-map__footnote-icon {
    font-size: 24px;
  }

  .sect-map__map {
    height: 264px;
  }

  .sect-pay__title {
    margin-bottom: 15px;
  }

  .sect-pay__col {
    min-height: 158px;
  }

  .sect-pay.sect-pay--client .sect-pay__col {
    min-height: 180px;
    box-sizing: border-box;
  }

  .sect-pay__subtitle {
    margin-bottom: 12px;
  }

  .sect-pay__icon {
    font-size: 24px;
  }
}
  */
/* End */
/* /local/templates/redesign/components/bitrix/news.list/regions/style.css?177039105712032 */
