#map {
    display: block;
    height: auto;
    margin: 2em 0 1.2em;
    text-align: left;
    font-size: 20px !important;
    margin-left: 0;
    margin-right: auto;
}
#shop-rating {
    display: none;
}
.map__city-list,
.form-partner {
    margin-left: 0;
    margin-right: auto;
    height: auto;
    overflow: clip;
    background: none;
    box-shadow: none;
}

#map__city__title {
    color: #212121;
    padding-bottom: 1vh !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06rem;
    padding-right: 22px;
    padding-left: 0;
}
.map__city-image{
	display:none;
}

#map__city__title::before {
    content: url('icon.svg'); 
    display: inline-block;
    margin-right: 8px; 
    vertical-align: middle;
}

#map__city-store {
    border-top: none !important;
    background: transparent; 
    padding: 23px 0 0 0;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #AAAAAA;
}

.map__city-store__title {
    max-width: none;
    position: relative;
    padding-right: 21px;
    text-transform: uppercase;
}

.map__city-store__title .icon-arrow {
    position: absolute;
    top: 0;
    right: 0;
    fill: none;
    stroke: #000;
    font-size: 8px;
    height: 13px;
    margin-left: 2px;
    transition: all 200ms ease;
}

.map__city-store__title:hover {
    color: #333;
}

.map__city-store__title:hover .icon-arrow {
    stroke: #333333;
}

.map__city-store__title.active .icon-arrow {
    transform: rotate(180deg);
}

.map__city__mailto {
    margin: 0;
}

.map__city-image {
    margin: 0 5px 5px 0;
    border-top: 0;
    padding: 0;
    width: 147px;
}

.map__city-list_image {
    display: flex;
    flex-flow: row wrap;
}

.white-popup.pop_image {
    max-width: 90%;
    height: auto;
    max-height: 90vh;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}

.white-popup.pop_image img {
    max-width: 95%;
    max-height: 80vh;
}

.map__content .testimonials-form-store {
    margin-top: 4em;
}

.map__content .testimonials-form-store .box {
    width: 500px;
    padding: 20px;
    background: none;
    border-bottom: 1px solid black;
}

.map__content .testimonials-form-store .box input[type=submit] {
    margin-top: 2em;
    width: 200px;
}

.title-h2 {
 	width: 100%;
    font-size: 18px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 50px;
    margin-left: 20px;
}

.map__city__mailto {
    display: none;
}

@media (min-width: 1601px) {
    .map__city-item {
        margin-left: 150px;
    }
}

@media (max-width: 1600px) {
    .map__city-item {
        margin-left: 100px;
    }
}
@media (max-width: 1024px) {
.map__city-list,
.form-partner {
margin:0 50px 0 0;
	}
}
@media (max-width: 768px) {
    .map__filter,
    .map__content .testimonials-form-store .box {
        width: auto;
    }

    .map__city-list,
    .form-partner {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
.title-h2 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
	}
    #map {
        margin: 0 20px 0 0 !important;
        padding-top: 10px !important;
    }

    #map__city__title {
        font-size: 12px !important;
        padding-bottom: 2vh !important;
    }

    .map__city-store__title {
        font-size: 12px !important;
    }

    .map__city-item {
        margin-left: 20px;
    }
    .map__city-list,
    .form-partner {
        margin-right: 20px;
    }
#map__city-store {
    padding-top: 10px;
}
}
.map__city-store__info .icon {
    display: none;
}
.map__city-store__info a {
    border-bottom: 1px solid black;
}

.contacts-container {
    max-width: 1440px; 
    margin: 0 auto;   
    padding: 0 20px; 

    width: 800px;  
}
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.col {
    flex: 1 1 50%; 
    min-width: 300px; 
}

.content-container {
    max-width: 800px; 
    margin: 0 auto;
}