.section-officies .news-item {
    box-shadow: 0 10px 20px 10px rgba(237,237,237,1);
    border-radius: 20px;
}

.news-item__head {
    height: 112px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news-item__title {
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    padding-left: 20px;
    margin: 0 !important;
    font-weight: bold;
}

.news-item__content {
    margin-top: 25px;
}

.news-item__box {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-item__box__text {
    line-height: 18px;
}

.news-item__box-content {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
}

.news-item__icon {
    width: 50px !important;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-primary-color);
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 27px;
}
.news-item__icon-tel {
    background-image: url(/local/templates/adssoft.mfo//img/icon-phone-c.png);
}
.news-item__icon-time {
    background-image: url(/local/templates/adssoft.mfo/img/icon-clock-c.png);
}
.news-item__icon-marker {
    background-image: url(/local/templates/adssoft.mfo/img/icon-marker-c.png);
}

.news-item__box__title {
    font-weight: bold;
    font-size: 16px;
}
.news-item__box__title--link {
    color: var(--theme-primary-color);
}
.news-item__box__text {
    margin-bottom: 0 !important;
}
