.h100{
    height:100%;
}
.content .blockquote a:hover,  
.content blockquote a:hover, 
.content li a:hover,
.content p a:hover, 
.content td a:hover, 
.content th a:hover,
.contacts__soc a:hover{
	color: #c53296;
}
.content .blockquote a:hover,  
.content blockquote a:hover, 
.content li a:hover,
.content p a:hover, 
.content td a:hover, 
.content th a:hover{
	border-color: #c53296;
}
.header__auth-icon{
    display: none;
}
.header__logoskfu{
    margin: 0 20px;
}
.header__logo_god_semi{
    margin: 0 auto 0 0;
}
.programs__table-yakar .btn-yakar.active, .programs__table-yakar .btn-yakar:hover{
        background: #1a8bc5;

}
.programs__table-date:before{
    background: rgb(197 50 150 / 90%);
}
.programs__table-date:after {
    background:  #c53296;
}
.doc__item{
        display: flex;
    flex-direction: column;
}
.doc__item-btn {
    width: 160px;
    margin-top: auto;
}
.news__slider .slick-list,
.news__slider .slick-list .slick-track{
    display: flex;
}
.section__iframe{
    width: 100%;
    height: 560px;
}
@media (max-width: 1199px) {
    .header__top-brd {
        margin:0 12px;
    }
    .header__logoskfu {
        margin: 0 5px;
    }
}
@media (max-width: 991px){
    .header__logo {
        margin-right: 8px;
        width: calc(100% - 105px);
        max-width: 220px;
    }
    .header__logo_god_semi{
        width: 62px;
    }
    .section__iframe{
        width: 100%;
        height: 420px;
    }
}
@media (max-width: 576px) {
    .header__logoskfu{
        display: none;
    }
     .section__iframe{
        width: 100%;
        height: 320px;
    }
}
@media (max-width: 400px) {
     .section__iframe{
        width: 100%;
        height: 280px;
    }
}
@media (max-width: 350px){
    .header__logo {
        max-width: 190px;
    }
    .header__logo_god_semi{
        width: 52px;
    }
}