

/* Start:/local/templates/bitovki-template/assets/css/contacts.css?17176139753945*/
.contacts .header__menu--contact {
    color: black;
    margin-bottom: 16px;
}

.contacts__title {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-top: 52px;
    margin-bottom: 24px;
}

.footer__contacts {
    margin-bottom: 52px;
}

.contacts__table {
    display: grid;
    grid-template-columns: 1fr;
}

.contacts__table--name {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--stroke);
}

.contacts__table--value {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--black);
    margin-bottom: 24px;
}

.contacts__logo {
    padding: 40px 90px;
    border: 1px solid var(--stroke);
    border-radius: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.contacts__logo img {
    width: 172px;

}

@media (min-width: 1024px) {
    .contacts__content {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 52px;
        gap: 24px;
        margin-bottom: 72px;
    }

    .contacts__title {
        margin-top: 0;
        margin-bottom: 16px;
        font-weight: 900;
        font-size: 24px;
        line-height: 133%;
        color: var(--black);
    }

    .contacts .header__menu--contact {
        margin-bottom: 0;
    }

    .contacts__table {
        grid-template-columns: auto auto;
        gap: 16px 80px
    }

    .contacts__table--name,
    .contacts__table--value {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: var(--black);
    }
}

.contacts__map--address:before {
    content: '';
    background-image: url(/local/templates/bitovki-template/assets/images/mappoint_black.svg);
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}


.contacts__map--info br {
    display: none;
}

.contacts__map--address {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contacts__map--title {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 10px;
}

.contacts__map--container {
    height: 280px;
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.contacts__maps {
    margin-top: 52px;
}

.contacts__map--info {
    margin-bottom: 24px;
}

.contacts__map {
    margin-bottom: 58px;
}

@media (min-width: 1300px) {
    .contacts__map {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 24px;
    }

    .contacts__map--info {
        border-radius: 30px;
        flex: 0 0 336px;
        padding: 52px;
        height: 280px;
        margin-bottom: 0;
        background: var(--orange);
    }

    .contacts__map--title {
        font-weight: 900;
        font-size: 24px;
        line-height: 133%;
        color: var(--white);
        margin-bottom: 22px;
    }

    .contacts__map--address:before {
        background-image: url(/local/templates/bitovki-template/assets/images/map_white_filled.svg);
    }

    .contacts__map--address br {
        display: block;
    }

    .contacts__map--address {
        flex-direction: column;
        align-items: flex-start;
        font-weight: 400;
        font-size: 16px;
        line-height: 125%;
        color: var(--white);
        gap: 12px;
    }

    .contacts__map--container {
        height: 280px;
        width: 100%;
        margin: 0;
        border-radius: 30px;
        overflow: hidden;
    }

    .contacts__map:nth-child(2) {
        flex-direction: row-reverse;
    }
    .contacts__map:nth-child(2) .contacts__map--info{
        background: var(--black); 
    }
} 
/* End */
/* /local/templates/bitovki-template/assets/css/contacts.css?17176139753945 */
