

.max-wrap {
    min-width: 320px;
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
}
.maps .map,
.max-wrap {
    display: block;
    width: 100%;
    margin-top: 100px;
}
.maps .map {
    height: 100vh;
    max-height: 100vw;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 1920px) {
    .maps .map {
        max-height: 956px;

    }
}
@media $m-target {
    .maps .map {
        max-height: 93.45703125vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map {
        max-height: none;
    }
}
.maps .map__frame {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.maps .map__frame img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.maps .map-marker {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
}
.maps .map-marker__icon {
    display: block;
    width: 0.80625vw;
    height: 0.80625vw;
    background-color: #f11341;
    box-shadow: 0 0 0 0.20833333333333334vw rgba(241, 19, 65, 0.1);
    transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 1920px) {
    .maps .map-marker__icon {
        width: 15.48px;
        height: 15.48px;
        box-shadow: 0 0 0 4px rgba(241, 19, 65, 0.1);
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker__icon {
        width: 1.51171875vw;
        height: 1.51171875vw;
        box-shadow: 0 0 0 0.390625vw rgba(241, 19, 65, 0.1);
    }
}
.maps .map-marker__tooltip {
    display: none;
    width: 17.760416666666668vw;
    background-color: #fff;
    padding: 1.458333333333333vw 1.875vw;
    box-sizing: border-box;
    position: absolute;
    left: 2.604166666666667vw;
    top: -50%;
    transform: translateY(-50%);
    box-shadow: 0 0.15625vw 1.041666666666667vw 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1920px) {
    .maps .map-marker__tooltip {
        width: 341px;
        padding: 28px 36px;
        left: 50px;
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker__tooltip {
        width: 33.30078125vw;
        padding: 2.734375vw 3.515625vw;
        left: 3.90625vw;
        box-shadow: 0 0.29296875vw 1.953125vw 0 rgba(0, 0, 0, 0.16);
    }
}
.maps .map-marker__tooltip:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.5208333333333333vw solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
@media screen and (min-width: 1920px) {
    .maps .map-marker__tooltip:before {
        border-width: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker__tooltip:before {
        border-width: 0.9765625vw;
    }
}
.maps .map-marker__tooltip-content .map-city__item-title {
    font-size: 0.7291666666666666vw;
    margin-bottom: 0.3645833333333333vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-marker__tooltip-content .map-city__item-title {
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker__tooltip-content .map-city__item-title {
        font-size: 1.3671875vw;
        margin-bottom: 0.68359375vw;
    }
}
.maps .map-marker__tooltip-content .map-city__item-geo {
    margin-bottom: 0.5208333333333333vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-marker__tooltip-content .map-city__item-geo {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker__tooltip-content .map-city__item-geo {
        margin-bottom: 0.9765625vw;
    }
}
.maps .map-marker__tooltip-content .map-city__item-geo,
.maps .map-marker__tooltip-content .map-city__item-number {
    font-size: 0.625vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-marker__tooltip-content .map-city__item-geo,
    .maps .map-marker__tooltip-content .map-city__item-number {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker__tooltip-content .map-city__item-geo,
    .maps .map-marker__tooltip-content .map-city__item-number {
        font-size: 1.171875vw;
    }
}
.maps .map-marker--active .map-marker__icon {
    width: 1.453125vw;
    height: 1.453125vw;
    background-color: #fff;
    box-shadow: 0 0 0 0.3125vw #f11341;
}
@media screen and (min-width: 1920px) {
    .maps .map-marker--active .map-marker__icon {
        width: 27.9px;
        height: 27.9px;
        box-shadow: 0 0 0 6px #f11341;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-marker--active .map-marker__icon {
        width: 1.953125vw;
        height: 1.953125vw;
        box-shadow: 0 0 0 0.390625vw #f11341;
    }
}
.maps .map-marker--active .map-marker__tooltip {
    display: block;
}
.maps .map__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    height: 2.291666666666667vw;
    background-color: #fff;
    padding: 0.26041666666666663vw 1.5625vw;
    box-sizing: border-box;
    box-shadow: 0 0.10416666666666667vw 0.15625vw 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
}
@media screen and (min-width: 1920px) {
    .maps .map__top {
        height: 44px;
        padding: 5px 30px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__top {
        height: 3.90625vw;
        padding: 0.48828125vw 2.9296875vw;
        box-shadow: 0 0.1953125vw 0.29296875vw 0 rgba(0, 0, 0, 0.15);
    }
}
@media screen and (max-width: 768px) {
    .maps .map__top {
        display: none;
    }
}
.maps .map__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding-right: 1.5625vw;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 1.5625vw;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .maps .map__filters {
        padding-right: 30px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__filters {
        padding-right: 1.953125vw;
        margin-right: 1.953125vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__filters {
        padding-right: 5.333333333333334vw;
        margin-right: 5.333333333333334vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__filters {
        padding-right: 20px;
        margin-right: 20px;
    }
}
.maps .map__filters-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.maps .map__filters-item:not(:last-child) {
    margin-right: 1.041666666666667vw;
}
@media screen and (min-width: 1920px) {
    .maps .map__filters-item:not(:last-child) {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__filters-item:not(:last-child) {
        margin-right: 1.953125vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__filters-item:not(:last-child) {
        margin-right: 20px;
    }
}
.maps .map__filters-item input {
    display: none;
}
.maps .map__filters-item input:checked + label .map__filters-checkbox {
    opacity: 1;
}
.maps .map__filters-item label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    color: #f11341;
    font-size: 0.7291666666666666vw;
    line-height: 142.85714285714286%;
    white-space: nowrap;
    cursor: pointer;
}
@media screen and (min-width: 1920px) {
    .maps .map__filters-item label {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__filters-item label {
        font-size: 1.171875vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__filters-item label {
        font-size: 12px;
    }
}
.maps .map__filters-checkbox {
    display: block;
    width: 1.231770833333333vw;
    height: 1.231770833333333vw;
    background: transparent url(../img/checkbox.svg) no-repeat 50% / contain;
    margin-left: 0.5208333333333333vw;
    opacity: 0.3;
}
@media screen and (min-width: 1920px) {
    .maps .map__filters-checkbox {
        width: 23.65px;
        height: 23.65px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__filters-checkbox {
        width: 2.3095703125vw;
        height: 2.3095703125vw;
        margin-left: 0.9765625vw;
    }
}
.maps .map__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.maps .map__search-input {
    display: inline-block;
    width: 8.072916666666668vw;
    border: 0;
    background-color: transparent;
    outline: none;
    font: inherit;
    font-size: 0.7291666666666666vw;
    line-height: 142.85714285714286%;
    color: inherit;
    padding: 0.25em 0.5em;
    margin-right: 1.041666666666667vw;
}
@media screen and (min-width: 1920px) {
    .maps .map__search-input {
        width: 155px;
        font-size: 14px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__search-input {
        width: 13.18359375vw;
        font-size: 1.171875vw;
        margin-right: 1.953125vw;
    }
}
.maps .map__search-btn {
    display: inline-block;
    width: 1.223958333333333vw;
    height: 1.223958333333333vw;
    border: 0;
    background: transparent url(../img/loupe.svg) no-repeat 50% / contain;
    font-size: 0;
    cursor: pointer;
}
@media screen and (min-width: 1920px) {
    .maps .map__search-btn {
        width: 23.5px;
        height: 23.5px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__search-btn {
        width: 1.5625vw;
        height: 1.5625vw;
    }
}
.maps .map__popup {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 25.052083333333336vw;
    max-height: 100%;
    background-color: #fff;
    box-shadow: 0 0.10416666666666667vw 0.15625vw 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: absolute;
    top: 2.916666666666667vw;
    left: 2.916666666666667vw;
    bottom: 2.916666666666667vw;
    z-index: 2;
}
@media screen and (min-width: 1920px) {
    .maps .map__popup {
        min-width: 481px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
        top: 56px;
        left: 56px;
        bottom: 56px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__popup {
        min-width: 33.203125vw;
        box-shadow: 0 0.1953125vw 0.29296875vw 0 rgba(0, 0, 0, 0.15);
        top: 5.859375vw;
        left: 1.953125vw;
        bottom: 1.953125vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__popup {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: none;
    }
}
.maps .map__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 5.3125vw;
}
@media screen and (min-width: 1920px) {
    .maps .map__tabs {
        height: 102px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__tabs {
        height: 4.19921875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__tabs {
        padding: 0 6.4vw;
        height: 9.6vw;
        box-sizing: border-box;
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__tabs:after,
    .maps .map__tabs:before {
        content: "";
        display: block;
        width: 6.4vw;
        height: 0.5333333333333333vw;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
    }
    .maps .map__tabs:before {
        left: 0;
    }
    .maps .map__tabs:after {
        right: 0;
    }
}
.maps .map__tabs-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 0.10416666666666667vw solid rgba(0, 0, 0, 0.1);
    font-size: 0.9375vw;
    font-weight: 700;
    line-height: 144.44444444444443%;
    color: rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
@media screen and (min-width: 1920px) {
    .maps .map__tabs-item {
        border-bottom-width: 2px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__tabs-item {
        border-bottom-width: 0.1953125vw;
        font-size: 1.171875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__tabs-item {
        border-bottom-width: 0.5333333333333333vw;
        font-size: 3.733333333333334vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__tabs-item {
        border-bottom-width: 2;
        font-size: 14px;
    }
}
.maps .map__tabs-item--active {
    color: #f11341;
    border-bottom-color: #f11341;
}
@media screen and (max-width: 768px) and (max-width: 320px) {
    .maps .map__tabs {
        padding: 0 24px;
        height: 36px;
    }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
    .maps .map__tabs:after,
    .maps .map__tabs:before {
        width: 24px;
        height: 2px;
    }
}
.maps .map__content {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 2.604166666666667vw;
    padding-right: 0;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .maps .map__content {
        padding: 50px;
        padding-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__content {
        padding: 4.8828125vw;
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__content {
        padding: 13.333333333333334vw;
        padding-right: 0;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__content {
        padding: 50px;
        padding-right: 0;
    }
}
.maps .map__content-item {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    font-size: 0.8333333333333334vw;
    line-height: 125%;
}
@media screen and (min-width: 1920px) {
    .maps .map__content-item {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__content-item {
        font-size: 1.3671875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__content-item {
        font-size: 3.733333333333334vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__content-item {
        font-size: 14px;
    }
}
.maps .map__content-item--active {
    display: block;
}
.maps .map__content-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.maps .map__content-item li {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #141416;
}
.maps .map__content-item li:not(:last-child) {
    margin-bottom: 0.5208333333333333vw;
}
@media screen and (min-width: 1920px) {
    .maps .map__content-item li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map__content-item li:not(:last-child) {
        margin-bottom: 0.9765625vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map__content-item li:not(:last-child) {
        margin-bottom: 2.666666666666667vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map__content-item li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.maps .map-city__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.052083333333333336vw solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.197916666666667vw;
    margin-bottom: 1.041666666666667vw;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__title {
        border-bottom-width: 1px;
        padding-bottom: 23px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__title {
        border-bottom-width: 0.09765625vw;
        padding-bottom: 2.24609375vw;
        margin-bottom: 1.953125vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__title {
        border-bottom-width: 0.26666666666666666vw;
        padding-bottom: 6.133333333333333vw;
        margin-bottom: 5.333333333333334vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__title {
        border-bottom-width: 1px;
        padding-bottom: 23px;
        margin-bottom: 20px;
    }
}
.maps .map-city__title-name {
    color: #f11341;
}
.maps .map-city__title-back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.6770833333333334vw;
    line-height: 166.66666666666669%;
    color: rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__title-back {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__title-back {
        font-size: 1.171875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__title-back {
        font-size: 3.2vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__title-back {
        font-size: 12px;
    }
}
.maps .map-city__title-back:before {
    content: "";
    display: block;
    width: 0.26041666666666663vw;
    height: 0.5208333333333333vw;
    background: url(../img/map-back.svg) no-repeat 50% / contain;
    margin-right: 0.625vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__title-back:before {
        width: 5px;
        height: 10px;
        margin-right: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__title-back:before {
        width: 0.48828125vw;
        height: 0.9765625vw;
        margin-right: 1.171875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__title-back:before {
        width: 1.333333333333333vw;
        height: 2.666666666666667vw;
        margin-right: 3.2vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__title-back:before {
        width: 5px;
        height: 10px;
        margin-right: 12px;
    }
}
.maps .map-city__item,
.maps .map-city__list {
    display: block;
    width: 100%;
}
.maps .map-city__item:not(:last-child) {
    border-bottom: 0.052083333333333336vw solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.8854166666666666vw;
    margin-bottom: 1.041666666666667vw;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__item:not(:last-child) {
        border-bottom-width: 1px;
        padding-bottom: 17px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__item:not(:last-child) {
        border-bottom-width: 0.09765625vw;
        padding-bottom: 1.85546875vw;
        margin-bottom: 1.953125vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__item:not(:last-child) {
        border-bottom-width: 0.26666666666666666vw;
        padding-bottom: 5.066666666666666vw;
        margin-bottom: 5.333333333333334vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__item:not(:last-child) {
        border-bottom-width: 1px;
        padding-bottom: 19px;
        margin-bottom: 20px;
    }
}
.maps .map-city__item > * {
    display: block;
    width: 100%;
    font-size: 0.625vw;
    line-height: 125%;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__item > * {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__item > * {
        font-size: 1.171875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__item > * {
        font-size: 3.2vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__item > * {
        font-size: 12px;
    }
}
.maps .map-city__item > :not(:last-child) {
    margin-bottom: 0.5208333333333333vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__item > :not(:last-child) {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__item > :not(:last-child) {
        margin-bottom: 0.9765625vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__item > :not(:last-child) {
        margin-bottom: 2.666666666666667vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__item > :not(:last-child) {
        margin-bottom: 10px;
    }
}
.maps .map-city__item-title {
    font-size: 0.7291666666666666vw;
    font-weight: 700;
    margin-bottom: 0.3645833333333333vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__item-title {
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__item-title {
        font-size: 0.9765625vw;
        margin-bottom: 0.9765625vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__item-title {
        font-size: 2.666666666666667vw;
        margin-bottom: 2.666666666666667vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__item-title {
        font-size: 10px;
        margin-bottom: 10px;
    }
}
.maps .map-city__item-geo,
.maps .map-city__item-number,
.maps .map-city__item-site {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.maps .map-city__item-geo:before,
.maps .map-city__item-number:before,
.maps .map-city__item-site:before {
    content: "";
    display: block;
    width: 0.6041666666666666vw;
    height: 0.6041666666666666vw;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 0.3385416666666667vw;
}
@media screen and (min-width: 1920px) {
    .maps .map-city__item-geo:before,
    .maps .map-city__item-number:before,
    .maps .map-city__item-site:before {
        width: 11.6px;
        height: 11.6px;
        margin-right: 6.5px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .map-city__item-geo:before,
    .maps .map-city__item-number:before,
    .maps .map-city__item-site:before {
        width: 1.1328125vw;
        height: 1.1328125vw;
        margin-right: 0.634765625vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .map-city__item-geo:before,
    .maps .map-city__item-number:before,
    .maps .map-city__item-site:before {
        width: 3.093333333333333vw;
        height: 3.093333333333333vw;
        margin-right: 1.733333333333333vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .map-city__item-geo:before,
    .maps .map-city__item-number:before,
    .maps .map-city__item-site:before {
        width: 11.6px;
        height: 11.6px;
        margin-right: 6.5px;
    }
}
.maps .map-city__item-geo:before {
    background-image: url(../img/map-geo.svg);
}
.maps .map-city__item-number:before {
    background-image: url(../img/map-number.svg);
}
.maps .map-city__item-site:before {
    background-image: url(../img/map-site.svg);
}
.maps .map-city__item--active .map-city__item-geo,
.maps .map-city__item--active .map-city__item-number,
.maps .map-city__item--active .map-city__item-site,
.maps .map .map-marker--active .map-city__item-geo,
.maps .map .map-marker--active .map-city__item-number,
.maps .map .map-marker--active .map-city__item-site {
    color: #000;
}
.maps .map-city__item--active .map-city__item-geo:before,
.maps .map .map-marker--active .map-city__item-geo:before {
    background-image: url(../img/map-geo-active.svg);
}
.maps .map-city__item--active .map-city__item-number:before,
.maps .map .map-marker--active .map-city__item-number:before {
    background-image: url(../img/map-number-active.svg);
}
.maps .map-city__item--active .map-city__item-site:before,
.maps .map .map-marker--active .map-city__item-site:before {
    background-image: url(../img/map-site-active.svg);
}
.maps .scroll-content {
    display: block;
    width: 100%;
    height: 100%;
}
.maps .scroll-content--transition .swiper-scrollbar-drag,
.maps .scroll-content--transition .swiper-wrapper {
    transition: transform 0.2s linear !important;
}
.maps .scroll-content .swiper-slide,
.maps .scroll-content .swiper-wrapper {
    height: auto;
}
.maps .scroll-content .swiper-slide {
    padding-right: 2.604166666666667vw;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .maps .scroll-content .swiper-slide {
        padding-right: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .maps .scroll-content .swiper-slide {
        padding-right: 4.169921875vw;
    }
}
@media screen and (max-width: 768px) {
    .maps .scroll-content .swiper-slide {
        padding-right: 10.666666666666668vw;
    }
}
@media screen and (max-width: 320px) {
    .maps .scroll-content .swiper-slide {
        padding-right: 40px;
    }
}
.maps .scroll-content .swiper-scrollbar {
    max-width: 0.20833333333333334vw;
    height: 100%;
    border-radius: 90px;
    background-color: rgba(0, 0, 0, 0.05);
    top: 0;
    right: 1.041666666666667vw !important;
}
@media screen and (min-width: 1920px) {
    .maps .scroll-content .swiper-scrollbar {
        max-width: 4px;
        right: 20px !important;
    }
}
@media screen and (max-width: 1024px) {
    .maps .scroll-content .swiper-scrollbar {
        max-width: 0.1953125vw;
        right: 2.021484375vw !important;
    }
}
@media screen and (max-width: 768px) {
    .maps .scroll-content .swiper-scrollbar {
        max-width: 1.066666666666667vw;
        right: 5.333333333333334vw !important;
    }
}
@media screen and (max-width: 320px) {
    .maps .scroll-content .swiper-scrollbar {
        max-width: 4px;
        right: 20px !important;
    }
}
.maps .scroll-content .swiper-scrollbar-drag {
    border-radius: 90px;
    background-color: #f11341;
}
