

/* под старую разметку в обучении*/
.article.lib li strong{ 
    font-weight:normal;
    
}

.article.lib div,
.article.lib p{
    margin:28px 0 0 0;
   
  
}

.article.lib .row div{
    margin-top:0;
}
.article.lib ul li div{
    margin:0;
}

.article.sem div{
    margin:20px 0;
}



.article.sem div br{
    display: none;
}

.article.lib div div strong,
.article.lib p strong{
     font-weight: normal;
    color:#4d4d4d;
}


.article.sem div:first-child{

}

.article.sem > div > strong{
   font-weight: normal;
    font-size:1.4em;
    color:#4d4d4d;
    font-family: RobotoRegular;
}


.article.sem > div > a strong {
    margin-top:-20px;
    display: block;
    margin-bottom:50px;
    font-weight:normal;
    font-family: RobotoMedium;
    
}


.article.news p{
    margin:0;
}


.article.news br{
    display: none;
}


.article.news a{
    display:block;
    
    padding:20px 0;
    color:#4d4d4d;
    border-bottom:1px dashed #e1e1e1;
    
}


.article.books p{
    margin:0;
    
}







.article.books table tr td:last-child{
    padding:0 0 50px 20px;
}


.article.books table tr td strong{
    display: block;
    font-weight:normal;
    font-size:1.4em;
    color:#4d4d4d;
    margin-top:10px;
    margin-bottom: 20px;
    line-height:1.5em;
}


.article.books p strong{
    margin-bottom:50px;
    display: block;
    font-weight:normal;
    font-size:1.7em;
    color:#4d4d4d;
    
}


.article.books table tr td br:first-child{
   display: none;
}


.intabstitle,
.centers h4{
    font-weight:normal;
    color:#4d4d4d;
    font-size:1.7em;
    margin-bottom:-15px;
}

.receiving ul,
.program ul{
    padding-top:10px;
}

.program > ul > li{
    padding-left:0;
}

.program > ul > li > ul > li{
    padding: 8px 0 8px 20px;
}

.program ul ul{
    padding:0;
}
.receiving ul li,
.program ul li{
    border:none;

}

.program > ul > li::before,
.program > ul > li::after{
    display:none;
   

}

.program > ul > li > ul > li::before{
    top:19px;
}


.program > ul > li > ul > li::after{
    top:17px;
}

.program ul > li > a{
    font-size:1.3em;
}

.program ul > li > ul{
    margin-bottom:30px;
    margin-top:10px;
}



.program ul > li > ul > li strong{
    font-weight:normal;
    color:#4d4d4d;
    font-family:RobotoRegular;
}

.receiving p,
.program p{

    margin:45px 0 0 0;
}


.receiving ul li div br:last-child{
    display:none;
}
.receiving ul li strong{
    font-weight:normal;
    font-family: RobotoMedium;
    color:#4d4d4d;
    font-size: 1.15em;
}


.cooperation p{
    margin:0;
    box-sizing: border-box;
}

.cooperation > p > strong{
    font-weight:normal;
    font-size:1.7em;
    margin-bottom:40px;
    display: block;
}

.cooperation ul {
    margin-top:-25px;
  
}


.cooperation ul li{
    margin-bottom:15px;

}


.cooperation ul li strong{
    font-weight: normal;
    color:#4d4d4d;
    font-family: RobotoMedium;
    margin-bottom:-45px;
    display: block;
}

.cooperation ul li a{
  text-decoration: underline;
    position: relative;
    padding-left:10px;
}

.cooperation ul li div br:first-child{
    margin-bottom:15px;
 
}


.cooperation ul li a::before{
        content: "";
        width:4px;
        height:4px;
        background: #4d4d4d;
        position: absolute;
        top: 8px;
        left: 0;
    }


.centers{
    
}


.centers h4{
    margin-bottom:30px;
}

.centers p strong{
    font-weight: normal;
    font-size: 1.4em;
    color:#4d4d4d;
    display: block;
    margin-top:45px;
    margin-bottom:-25px;
}

.centers ul{

}

.centers table{
    width:100% !important;
    margin-top:15px;

}

.centers table td{
    text-align:center;
    min-height:200px;
}


.centers table td img{
   

} 


.article .min-margin li{
    padding:5px 15px;

}

.article .min-margin li::before{
    top:20px;

}
.article .min-margin li::after{ 
    top:18px;

}

@media screen and (max-width: 768px) {

    .article.news a{
        margin:0 -15px;
        padding:20px 15px;
    }
    
    
    .article.books table,
    .article.books table tr,
    .article.books table tr td{
        display:block;
    }
    
    .article.books table tr td:first-child{
        padding-bottom:10px;
        
    }
    .article.books table tr td:last-child{
          padding:0 0px 60px 0px;
    }
    
    
    .program > ul > li{
        padding-left:15px;
    }
    
    .program > ul > li > ul >li{

        margin-left:0;
        margin-right:0;
    }
    
    
    .program > ul > li > ul > li::before{
        left:0;
    }


    .program > ul > li > ul > li::after{
        left:3px;
    }
    
    .cooperation ul li a{
        display: block;
        position: relative;
        padding-left:10px;
    }
    
    
    .cooperation ul li a::before{
        content: "";
        width:4px;
        height:4px;
        background: #4d4d4d;
        position: absolute;
        top: 11px;
        left: 0;
    }
    
    .centers table,
    .centers table tr{
        display: block;
        text-align:center;
    }
    
    .centers table th,
    .centers table td{
        display: inline-block;
    }
    

    .article.news p:first-child a{
        border-top:1px dashed #ccc;
    }
    
    
    
}