

/* Start:/local/templates/komstroy/assets/css/contacts/style.css?17848059103854*/
/* Контакты */
#map {
    width: 100%;
    max-height: 600px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

#map .ymaps3--main-engine-container {

    filter: grayscale(1);
}

.company-map-marker {
    position: relative;

    /* Координата карты находится в точке 0 × 0 */
    width: 0;
    height: 0;
}

/* Пин: его нижний центр точно совпадает с координатой */
.company-map-marker__pin {
    position: absolute;
    z-index: 2;

    left: 0;
    top: 0;

    width: 52px;
    height: 52px;

    transform: translate(-50%, -100%);

    pointer-events: auto;
    cursor: pointer;
}

.company-map-marker__pin img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Карточка над пином */
.company-map-marker__content {
    position: absolute;
    z-index: 1;

    left: -10px;
    border-radius: 5px;
    bottom: 64px;

    font-size: var(--text22);

    color: var(--black-color);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.88px;


    width: 280px;
    padding: 10px;
    padding-bottom: 15px;

    background: #fff;

}

/* Хвостик карточки */
.company-map-marker__content::after {
    content: "";

    position: absolute;
    left: 10px;
    bottom: -16px;

    border-top: 16px solid #fff;
    border-right: 16px solid transparent;
}

.contacts {}

.contacts__wrapper {}

.contacts__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: flex-end;
}

.contacts__left {
    margin-top: 20px;
    max-width: 750px;
}

.title-contacts {}

.contacts__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;

}

.contacts__bottom {
    padding-top: 80px;
    border-top: 1px solid var(--gray1);
}


.contacts .footer__info-link {
    color: var(--black-color);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-top: 10px;
}


.contacts__top {
    padding-bottom: 80px;
}

.contacts__phone .footer__info-time {
    color: var(--gray2);
}

.contacts__right {
    position: relative;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    contain: layout paint;
}

.contacts__map {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;

    position: absolute;
    inset: 0;
    overflow: hidden;
}

.contacts .footer__requisites {
    margin-top: 10px;
    color: var(--black-color);
    font-weight: 500;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media (max-width:1439px) {
    .contacts__block {
        grid-template-columns: 1.1fr 1fr;
    }
}

@media (max-width:1199px) {
    .contacts__block {
        grid-template-columns: 1fr 1fr;
    }

    .contacts__info {
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts__top {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .contacts__bottom {
        padding-top: 50px;
    }
}

@media (max-width:991px) {
    .contacts__block {
        grid-template-columns: 1fr;
    }

    .contacts__info {
        grid-template-columns: repeat(2, 1fr);
    }

    .contacts__right {
        min-height: 500px;
    }

    .contacts__block {
        gap: 50px;
    }
}

@media (max-width:767px) {
    .company-map-marker__content {
        font-size: 16px;
        width: 225px;
    }
}

@media (max-width:577px) {
    .contacts__info {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Контакты */
/* End */
/* /local/templates/komstroy/assets/css/contacts/style.css?17848059103854 */
