.contacts {
    margin: 30px auto 100px;
/*    padding: 0 80px;*/
}

.tax-desc {
    padding: 20px 80px 0 !important;
}

.contacts h1 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contacts h1 span {
    text-decoration: underline;
    margin-left: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

h1.main i {
    font-style: normal;
    margin-left: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #909090;
}

h1.main i::before {
    font-size: 14px;
}

.map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.map-wrapper .map-list {
    width: 45%;
    position: relative;
}

.shops-wrapper,
.city-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.shops-wrapper {
    width: 95%;
    height: 570px;
    overflow: auto;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    margin-right: 22px;
    padding: 10px;
}


/* width */

.shops-wrapper::-webkit-scrollbar {
    width: 10px;
}

.shops-wrapper::-webkit-scrollbar-track {
    background: #ffffff;
    border: 1px solid #EAEBEF;
}

.shops-wrapper::-webkit-scrollbar-thumb {
    background: #EAEAEA;
}

.shops-wrapper::-webkit-scrollbar-thumb:hover {
    background: #DCDCDC;
}

.shops-wrapper,
.city-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.city-block {
    cursor: pointer;
    padding: 10px 10px 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.city-block:hover {
    -webkit-box-shadow: 2px 2px 15px #e0e0e0;
    box-shadow: 2px 2px 15px #e0e0e0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.city-block hr {
    height: 1px;
    width: 30%;
    background: #C4C4C4;
    margin: 10px 0 0 18px;
}

.city-block:hover hr {
    background: white;
    height: 0;
    color: white;
    width: 0;
}

.city-block p {
    margin: 5px 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.city-block p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.city-block p i {
    margin-right: 5px;
}

.city-block p.title {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.city-block p.address {
    margin: 5px 0 5px 3px;
    font-size: 14px;
    font-weight: bold;
}

.city-block p.city-contact i {
    color: #747474;
}

.city-block p.shop-me span {
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    margin-left: 3px;
}

.map-wrapper .map-block {
    width: 55%;
    height: 520px;
    background: #eaeaea;
    -webkit-box-shadow: -5px 20px 30px rgb(0 0 0 / 10%);
    box-shadow: -5px 20px 30px rgb(0 0 0 / 10%);
}

.popular-list {
    padding-bottom: 40px;
}

@media (max-width: 1300px) {}

@media (max-width: 960px) {
    .contacts {
        margin: 3px auto 50px;
    }
    .map-wrapper {
        display: block;
    }
    .map-wrapper .map-list {
        width: 100%;
        position: relative;
    }
    .map-block {
        width: 100%;
/*        margin-top: 50px;*/
    }
    .map-wrapper .map-block {
        width: 100%;
    }
    .shops-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        max-height: 400px;
    }
    .contacts h6 span {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .contacts {
        padding: 0 20px;
    }
    .shops-wrapper,
    .city-block {
        padding: 0;
    }
    h6.main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    h6.main i {
        margin-left: 0;
    }
}


/* Map ---------------- */

.gm-style .gm-style-iw-t::after {
    background: #343434;
}

.gm-style .gm-style-iw-c {
    background-color: #343434;
    width: 300px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
}

.gm-style .gm-style-iw-c button {
    top: 0px !important;
    right: 0px !important;
}

.gm-style .gm-style-iw-c button img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.gm-style .gm-style-iw-d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto !important;
    max-height: none !important;
    width: 100%;
}

.gm-style .gm-style-iw-d>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    color: white;
}

.gm-style .gm-style-iw-d>div p {
    margin: 5px 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.gm-style .gm-style-iw-d>div p i {
    margin-right: 3px;
}

.gm-style .gm-style-iw-d>div p span {
    margin-right: 7px;
    display: none;
}

.gm-style .gm-style-iw-d>div p span:nth-child(2),
.gm-style .gm-style-iw-d>div p span:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gm-style .gm-style-iw-d>div p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.gm-style .gm-style-iw-d>div p.title {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}

.gm-style .gm-style-iw-d>div p.maps-link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.gm-style .gm-style-iw-d>div hr {
    width: 100%;
    margin: 5px 0 2px;
}