/* Shared store/map block for homepage and contacts. Extracted from main.css. */
.stores__content {
    position: relative;
    overflow: hidden;
    border-radius: 24px
}



.stores__title-block {
    margin-bottom: 24px
}

@media (max-width: 576px) {

    .stores__container {
        padding: 0;
        margin: 0;
        width: 100%
    }

}



.stores__info {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
    padding: 40px 30px;
    border-radius: 24px;
    width: 414px;
    background-color: #0c5e84
}

@media (max-width: 576px) {
    .stores__info {
        left: 15px;
        right: 15px;
        padding: 30px 20px;
        width: calc(100% - 30px)
    }

}



.stores__map {
    border-radius: 24px;
    height: min(80vh, 650px);
    width: 100%
}



.stores__map ymaps,
.stores__map iframe {
    width: 100% !important;
    height: 100% !important
}



.stores__title {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 100%;
    color: #fff
}

@media (max-width: 1024px) {
    .stores__info {
        bottom: 0;
        left: 15px;
        top: auto
    }



    .stores__map {
        height: min(80vh, 881px)
    }



    .stores__title {
        font-size: 42px
    }

}

@media (max-width: 768px) {
    .stores__title {
        margin-bottom: 20px;
        font-size: 36px
    }

}

@media (max-width: 576px) {
    .stores__title {
        font-size: 26px
    }

}



.stores__item:not(:last-child) {
    margin-bottom: 20px
}



.stores__descr {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    opacity: .5
}

@media (max-width: 1024px) {
    .stores__descr {
        font-size: 16px
    }

}

@media (max-width: 576px) {
    .stores__descr {
        margin-bottom: 5px;
        font-size: 14px
    }

}



.stores__item-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #fff
}

@media (max-width: 1024px) {
    .stores__item-content {
        font-size: 14px
    }

}

@media (max-width: 576px) {
    .stores__item-content {
        font-size: 12px
    }

}
