

/* Start:/contacts/style.css?16722311121771*/
    .contacts .section-main-title {
        text-align: center;
    }

    .contacts-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 40px 0 80px 0;
    }

    .contacts-info {
        width: 45%;
    }

    .contacts-info__item {
        margin-bottom: 40px;
    }

    .contacts-info__item span {
        margin-right: 8px;
        color: #696969;
    }

    .contacts-info__title {
        font-size: 28px;
        font-family: "Literata", serif;
        font-weight: 500;
        margin-bottom: 20px;
        color: var(--fourth-color);
    }

    .contacts-info__desc li {
        margin: 10px 0;
    }

    .contacts-info__social {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }

    .contacts-info__social li {
        margin-right: 16px;
    }

    .contacts-info__way li {
        position: relative;
        padding-left: 30px;
        margin: 10px;
    }

    .contacts-info__way li::before {
        content: "";
        background: var(--secondary-color);
        width: 20px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .contacts-info__note {
        margin: 10px 0;
    }

    .contacts-info__way {
        margin: 20px 0;
    }

    .contacts-map {
        width: 50%;
        filter: sepia(25%);
        opacity: 0.75;
        padding: 20px;
        border: 1px solid var(--border);
    }

    @media (max-width: 768px) {
        .contacts-wrapper {
            flex-direction: column;
        }

        .contacts-info__title {
            font-size: 20px;
        }

        .contacts-info {
            width: 100%;
        }

        .contacts-map {
            width: 100%;
        }
    }
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1768996386949*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px 0;
    }

    .breadcrumbs__link a {
        position: relative;
        margin-right: 20px;
        display: block;
    }

.breadcrumbs__link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(35deg);
}
.breadcrumbs__link a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}

.breadcrumbs__link--current {
    color: var(--secondary-color);
}

.breadcrumbs__link:last-of-type {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End */
/* /contacts/style.css?16722311121771 */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1768996386949 */
