

/* Start:/local/templates/.default/components/bitrix/catalog.store.list/main-custom/style.css?17888047072698*/
.office .content {
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: flex-start;

    @media (max-width: 1270px) {
        flex-wrap: wrap;
        /* padding-bottom: 20px; */
    }
}

.office-info {
    display: flex;
    padding: 10px 0;
    margin-right: 3.8%;
    width: 18.95%;
    align-items: flex-start;

    @media (max-width: 1771px) {
        width: 21%;
    }

    @media (max-width: 1550px) {
        width: 24%;
    }

    @media (max-width: 1270px) {
        width: 46%;
        margin-bottom: 20px;
    }
}

.office-info:before {
    display: block;
    width: 76px;
    height: 77px;
    margin-right: 20px;
    font-size: 25px;
    color: #b42121;
    text-align: center;
    font-size: 27px;
    line-height: 77px;
    border: 2px solid #b42121;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: 'Icon Custom';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    /* align-self: flex-start; */

    @media (max-width: 767px) {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        font-size: 20px;
        line-height: 50px;
    }
}

.office-info--address {
    min-width: 360px;
}

.office-info--phone {}

.office-info--email {
    margin-right: 5.8%;
}

.office-info--callback {
    margin-right: 0;
    /* width: 147px; */
    /* display: grid; */
}

.office-info--address:before {
    content: '\006c';
}

.office-info--phone:before {
    content: '\0061';
}

.office-info--email:before {
    content: '\0062';
}

.content-column .contacts .offices .items {
    margin-bottom: 0;
}

.content-column .contacts .offices .items .item {
    width: 100%;
    padding: 0;

    &:last-child {
        margin-bottom: 0px;
    }
}

.content-column .contacts .offices .items .item .phone {
    padding-left: 0;
}

.content-column .contacts .offices .items .item .phone::before {
    display: none;
}

.content-column .contacts .offices {
    padding: 40px 3.522%;

    @media (max-width: 1270px) {
        padding-bottom: 0;
    }

    @media (max-width: 1024px) {
        padding-top: 30px;
    }

    @media (max-width: 768px) {
        padding: 0;
    }
}

.content-column .contacts .offices .items .item .office-info .address {
    font-size: 16px;
}

.content-column .contacts .offices .items .item .name {
    padding: 0 0 0 0;

    @media(max-width: 768px) {
        margin-bottom: 10px;
    }
}

.content-column .contacts .offices .items .item .content {
    margin-top: 0;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.store.list/main-custom/style.css?17888047072698 */
