/* SLIDER */

.slides-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
}

@media (min-width: 1200px) {
    .slides-grid {
        grid-template-columns: minmax(0, 1000px) 1fr;
    }
}

/* CONTACT */

.home-contact [data-geo-index] {
    min-width: 320px;
}

.home-contact .offices {
    display: none;
}

.home-contact [data-geo-index="sankt-peterburg"] .offices {
    display: flex;
}

.home-contact .yandex-map-load {
    height: 350px;
}

/* PARTNERS */

.owl-carousel-home-partners img {
    width: 175px;
    height: 75px;
    object-fit: contain;
}

/* CONTENT */

.home-content ul {
    list-style: none;
}

.home-content ul > li {
    position: relative;
    padding-bottom: .25rem;
}

.home-content ul > li::before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: .85em;
    content: "\f00c";
    color: var(--bs-primary);
    left: -1.25rem;
    top: .15rem;
}