.region-selection__link.region-selection__link-custom{
    position: relative;
    padding-left: 52px!important;
}
.region-selection__link.region-selection__link-custom:before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/specialty/images/geo.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: -2px -1px;
    left: 30px;
    top: 10px;
}

.basket-notifications-handler__city-link{
    text-decoration: underline;
}

#regionModal{
    z-index: 20000;
}


.thanks_page .order-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.thanks_page .order-page {
  padding: 24px 0 64px;
}
.thanks_page .order-result__image {
  width: 264px;
  height: 264px;
}

.thanks_page .order-result__info p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #7c7e82;
}
