

/* Start:/local/templates/aspro_max/components/bitrix/news.list/support_centers/style.css?16890923202505*/
.supportSection .supportList {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.supportSection .supportList .row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    border-bottom: 1px solid #dedede;
}
.supportSection .supportList .row.head {
    background: #efefef;
    border-radius: 10px;
    border: 0;
    font-weight: 500;
    padding: 10px 0 10px;
}
.supportSection .supportList .row .td {
    position: relative;
    display: block;
    width: calc(33.333% - 40px);
    height: auto;
    margin: 0;
    padding: 0 20px;
}
.supportSection .supportList .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #000;
    }

.supportSection .supportList .address {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 0 10px 30px;
    padding: 0;
    }

.supportSection .supportList .address p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #999;
    }

.supportSection .supportList .address p:before {
    position: absolute;
    display: block;
    left: -30px;
    top: 3px;
    content: '';
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: url('/local/templates/aspro_max/components/bitrix/news.list/support_centers/images/icon.pin.blue.svg') center no-repeat;
    background-size: contain;
    }
.supportSection a, .supportSection a:link, .supportSection a:hover, .supportSection a:visited {
    color: #000;
}
.supportSection p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 13px 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}
@media only screen and (max-width: 767px) {
.supportSection .supportList .row {
    flex-wrap: wrap;
}
.supportSection .supportList .row.head {
    display: none;
}
.supportSection .supportList .row .td {
    width: 100%;
    margin: 0;
    padding: 0;
}
.supportSection .supportList .address p {
    font-size: 13px;
    line-height: 16px;
}
.supportSection p {
    font-size: 12px;
    line-height: 18px;
}
.supportSection .supportList .title {
    font-size: 12px;
    line-height: 17px;
}
}

/* End */
/* /local/templates/aspro_max/components/bitrix/news.list/support_centers/style.css?16890923202505 */
