

/* Start:/local/templates/aspro-medc2/components/bitrix/news.detail/news/style.css?17101435524030*/
h1 {
    max-width: 75%;
}
#content {
    padding-top: 40px!important;
}
/*переход в программу*/
.programs-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.program-item {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url('/local/templates/aspro-medc2/images/svg/link-pc-left.svg') top left / contain no-repeat, 
    url('/local/templates/aspro-medc2/images/svg/link-pc-right.svg') top right / contain no-repeat, #F4F4F4;
    padding: 17px 70px;
}
.program-item__top {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
}
.program-item__props {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.program-item__prop {
    width: 48%;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: row;
}
.program-item__prop.prop-1::before,
.program-item__prop.prop-2::before,
.program-item__prop.prop-3::before,
.program-item__prop.prop-4::before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}
.program-item__prop.prop-1::before{
    background: url('/local/templates/aspro-medc2/images/svg/link-list-1.svg') center center no-repeat;
}
.program-item__prop.prop-2::before{
    background: url('/local/templates/aspro-medc2/images/svg/link-list-2.svg') center center no-repeat;
}
.program-item__prop.prop-3::before{
    background: url('/local/templates/aspro-medc2/images/svg/link-list-3.svg') center center no-repeat;
}
.program-item__prop.prop-4::before{
    background: url('/local/templates/aspro-medc2/images/svg/link-list-4.svg') center center no-repeat;
}
.program-item__centr {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}
.program-item__title {
    width: 70%;
}
.program-item__button {
    width: auto;
    min-width: 20%;
    color: #D10830;
    background: #F5F5F5;
    text-align: center;
    font-weight: bold;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 66px 26px rgba(0, 0, 0, 0.01), 0px 37px 22px rgba(0, 0, 0, 0.05), 0px 17px 17px rgba(0, 0, 0, 0.09), 0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
@media(max-width: 992px){
    .program-item {
        padding: unset;
        background: url('/local/templates/aspro-medc2/images/svg/link-mob-left.svg') top left / 22% no-repeat, 
        url('/local/templates/aspro-medc2/images/svg/link-mob-right.svg') top right / 50% no-repeat, #F4F4F4;;
    }
    .program-item__top{
        padding: 30px 30px;
        text-align: center;
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .program-item__centr {
        padding: 20px 0px 30px;
        align-items: center;
        flex-direction: column;
        background: #E8E8E8;
        border-radius: 30px 30px 0 0;
        position: relative;
    }
    .program-item__title{
        font-size: 18px;
        line-height: 120%;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
        font-weight: 500;
        width: 90%;
    }
    .program-item__button{
        min-width: 80%;
        position: absolute;
        bottom: -20px;
        padding: 8px 25px;
        background: #FF7700;
        color: #fff;
    }
    .program-item__bottom {
        padding: 30px 15px;
        background: #fff;
        border: 1px solid #e8e8e8;
    }
    .program-item__prop{
        line-height: 140%;
        margin-bottom: 20px;
    }
    .program-item__prop.prop-1::before,
    .program-item__prop.prop-2::before,
    .program-item__prop.prop-3::before,
    .program-item__prop.prop-4::before{
        width: 30px;
        height: 30px;
    }
    .program-item__props{
        margin-top: 20px;
    }
}
/* End */
/* /local/templates/aspro-medc2/components/bitrix/news.detail/news/style.css?17101435524030 */
