.map {
    position: relative;
    padding: 0;
}

.map__content {
    padding: 80px 0;
    color: #fff;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.map__contacts {
    display: inline-block;
    border-radius: 20px;
    background-color: #202326;
    padding: 35px 60px 36px 38px;
    pointer-events: auto;
    width: 600px;
    max-width: 100%;
}

.map__contacts-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.map__contacts-pack {
    margin: 0 0 20px 0;
}

.map__contacts-subtitle {
    color: #fdc84d;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.map__contacts-list li:last-child {
    margin: 0;
}

.map__contacts-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.map__contacts-list a {
    color: inherit;
}

.map__map {
    background-position: center;
    background-size: cover;
}

.no-webp .map__map {
    background-image: url(../../img/map_img.jpeg);

}

.webp .map__map {
    background-image: url(../../img/map-img.webp); 
}

.map__map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
}