.mb-90 {
    margin-bottom: 90px;
  }
  
  .promo__title, .content-block__title {
    font-size: 34px;
    line-height: 129%;
    color: #130E0E;
    font-family: 'HelveticaNeueCyr-Bold';
  }
  
  .promo__desc {
    font-size: 22px;
    line-height: 136%;
    color: #130E0E;
  }
  
  .promo__desc > *:not(:last-child) {
    margin-bottom: 24px;
  }
  
  .promo__contacts .promo__title {
    margin-bottom: 30px;
  }
  
  .promo__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .promo__contacts-item:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .promo__contacts-icon {
    margin-right: 14px;
  }
  
  .promo__contacts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .promo__contacts-link a {
    display: block;
    display: inline-block;
    color: #EF4833;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .promo__contacts-link a:hover {
    color: #1b1110;
  }
  
  .any-title {
    color: #EF4833;
    font-size: 24px;
    line-height: 188%;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Bold';
  }
  
  .price-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .price-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
  }
  
  .price-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ef4833;
    border: 3px solid #dcdcdc;
    border-radius: 16px 16px 0px 0px;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    padding: 18px 27px;
    height: 83px;
  }
  
  .price-list__icon {
    margin-right: 16px;
  }
  
  .price-list__content {
    padding: 20px 10px;
    position: relative;
    border-bottom: 2px dashed rgba(166, 167, 168, 0.54);
  }
  
  .price-list__content:after {
    content: '';
    position: absolute;
    right: 0;
    height: 46px;
    width: 4px;
    background-color: #cfcfd0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .price-list__item:nth-child(3) .price-list__content:after {
    display: none;
  }
  
  .price-list__title {
    margin-bottom: 30px;
  }
  
  .price-list__desc {
    text-align: center;
    color: #8B8B8B;
    font-size: 16px;
    line-height: 160%;
    max-width: 490px;
    margin: 40px auto 0 auto;
    font-family: 'HelveticaNeueCyr-Light';
  }
  
  .price-list__desc > *:not(:last-child) {
    margin-bottom: 17px;
  }
  
  .price-list__count.price-list__count--shrink {
    max-width: 190px;
  }
  
  .price-list__count.price-list__count--shrink .price-list__number {
    margin-right: auto;
  }
  
  .price-list__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #616161;
    font-size: 24px;
    font-family: 'HelveticaNeueCyr-Light';
  }
  
  .price-list__number {
    color: #EF4833;
    font-family: 'HelveticaNeueCyr-Medium';
  }
  
  #map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  
  .map-main__wrapper {
    position: relative;
    height: 700px;
  }
  
  .map-main .any-title {
    margin-bottom: 20px;
  }
  
  .marker {
    background-size: cover;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    border: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-box-shadow .4s ease;
    transition: -webkit-box-shadow .4s ease;
    -o-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease;
    transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
  }
  
  .mapboxgl-popup-content {
    color: #130E0E;
  }
  
  .mapboxgl-popup-content h3 {
    font-family: 'HelveticaNeueCyr-Medium';
  }
  
  .mapboxgl-marker svg {
    display: none;
  }
  
  .marker:hover {
    -webkit-box-shadow: 0px 0px 0px 7px #f0eeee;
            box-shadow: 0px 0px 0px 7px #f0eeee;
  }
  
  .mapboxgl-popup {
    max-width: 200px;
    min-width: 200px;
  }
  
  .mapboxgl-popup-close-button {
    font-size: 25px;
  }
  
  .mapboxgl-popup-content {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
  }
  
  .map-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .popup__wrapper {
    display: table;
    height: 100%;
    width: 100%;
  }
  
  .popup__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
  }
  
  .popup__body {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    max-width: 853px;
    border-radius: 20px;
    padding: 35px 40px;
  }
  
  #popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  
  .popup__btn-close {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    top: 30px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    background: #fff;
    z-index: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  
  .popup__btn-close:hover {
    opacity: 1;
  }
  
  .popup__btn-close:after,
  .popup__btn-close:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 14px;
    width: 20px;
    height: 2px;
    cursor: pointer;
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .popup__btn-close:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  
  .hidden {
    overflow: hidden;
  }
  
  .content-block__title {
    text-align: center;
    margin-bottom: 35px;
  }
  
  .content-block__image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 41.7%;
    margin-bottom: 32px;
    display: block;
  }
  
  .content-block__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .content-block__any {
    text-align: center;
  }
  
  .content-block__any > *:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .content-block__name {
    color: #ef4833;
    font-size: 24px;
    font-weight: 600;
  }
  
  .content-block__adres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #130E0E;
  }
  
  .content-block__adres-icon {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (max-width: 992px) {
    .popup__body {
        padding: 30px 15px;
      }
    .map-main__wrapper {
         height: 500px;
    }
    .price-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin-bottom: 30px;
      }
}
@media (max-width: 768px) {
    .content-block__image {
      margin-bottom: 15px;
    }
    .content-block__any > *:not(:last-child) {
      margin-bottom: 15px;
    }
    .popup__btn-close {
      top: 5px;
    }
    .mb-90 {
        margin-bottom: 50px;
    }
    
    .price-list__content {
        padding: 10px;
    }
    .content-block__title {
      margin-bottom: 15px;
    }
    .promo__title, .content-block__title {
      font-size: 20px;
      }
    .promo__desc > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .promo__desc {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .price-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
      }
}