.map {
    margin-top: 80px;
    display: flex;
    position: relative;
    background-color: #FAF6F5;
}
.eko-map__desc {
    font-size: 16px;
    line-height: 24px;
}
.map-container {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 0 0 15px;
}
.section-content {
    display: flex;
}
.map .section-left {
    max-width: 500px;
    width: 40%;
    padding: 20px 50px 20px 0;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Roboto", serif;
}
.map .section-right {
    line-height: 24px;
    width: 60%;
}
.map .contacts-clinics__map {
    min-height: 660px;
}
.map .clinic,
.map .info {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-left: 0;
}
.map .clinic__icon {
    color: #EF8C16;
}
.map .info {
    align-items: flex-start;
    flex-direction: column;
}
.map .info p {
    margin-bottom: 24px;
}
.map .info a {
    font-size: 14px;
    line-height: 24px;
    color: #646565;
}
.map .clinic {
    position: relative;
    padding-right: 50px;
}
.map .clinic::before {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("./images/arrow.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.map .btn-transparent {
    background-color: #EA89A2;
    color: white;
}
.map .clinic img,
.map .info img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.eko__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.map h2 {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #EA89A2;
}
.eko__desc a {
    color: inherit;
}
.eko-map__link {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #4D4D4D;
}
.eko-map__link::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #EA89A2;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.eko-map__link._phone::before {
    background-image: url("images/icon-phone.svg");
}
.eko-map__link._email::before {
    background-image: url("images/icon-email.svg");
}
.map .btn-transparent {
    padding: 6px 24px;
    margin-bottom: 20px;
    margin-top: 16px;
}
.eko-map__text {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
}
.map .marker-label-yandex:before {
    background-image: url("images/icon-location.svg");
}

@media (max-width: 1200px) {
    .map .section-left,
    .map .section-right {
        width: 100%;
    }
    .map-container {
        padding: 0;
    }
    .map .section-content {
        flex-direction: column;
    }
    .map .section-left {
        padding: 0 15px;
    }
}

@media (max-width: 800px) {
    .map .section-left,
    .map .section-right {
        font-size: 21px;
        line-height: 24px;
    }
    .map h2 {
        font-size: 31px;
    }
    .eko-map__text {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .map .btn-transparent {
        padding: 12px 24px;
    }
}