

/* Start:/local/templates/.default/components/bitrix/news.list/contacts-list/style.css?17401217791068*/
.contacts-row {
    display: flex;
    align-items: stretch;
}

@media screen and (max-width: 575.98px) {

    .contacts-row {
        flex-direction: column;
    }

}

.contacts-item {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 50%;
    box-sizing: border-box;

}

@media screen and (max-width: 575.98px) {
    .contacts-item {
        padding-right: 0;
        padding-bottom: 30px;
    }
}

.contacts-item:nth-child(odd) {
    padding-right: 100px;
}

.contacts-item .contacts-phone {
    text-align: left;
}

.contacts-item .contacts-phone b {
    display: block;
    float: left;
    margin-right: 3px;
}

.contacts-item .contacts-phone span {
    overflow: hidden;
    display: block;
}

.contacts-city {
    margin-bottom: 0;
}

.contacts-address {
    margin-bottom: auto;
}

.contacts-copy {
    padding: 7px 0 0;
    text-align: left;
}

@media (max-width: 890px) {
    .contacts-item {
        float: none;
        width: auto;
        padding: 0 10px 10px !important;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/contacts-list/style.css?17401217791068 */
