.dle_b_header-top{
	    text-align: right;
}
.banner-top{
    text-align: right;
    margin: 15px auto;
    align-items: center;
    justify-content: space-between;
}
.header__banners {
    justify-content: space-between;
    margin: 15px 0;
}
.header__banners img{
    border-radius: 3px;
}
.banner-popup {
    position: fixed;
    bottom: 0px;
    left: 50%;
    text-align: center;
    width: 600px;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(204, 204, 204, 0.39);
    z-index: 1002;
}
.banner-popup img{
    border-radius: 3px;
}
.banner-popup__close{
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.banner-popup__close i{
	transform: rotate(10deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
    color: red;
}
.banner-popup__close i:last-child{
	transform: rotate(95deg);
}
.banner-popup__close:hover i{
	    transform: rotate(365deg);
	    color:#008ed5;    
}
.banner-popup__close:hover i:last-child{
	    transform: rotate(275deg);
	    color:#008ed5; 
}
.banner_under-news{
	background: #f7f7f7;
    padding: 15px;
    margin: 25px 0;
        border-radius: 5px;
}
a[class*=smititle] {
    font-family: 'Roboto', sans-serif!important;
    
    color: #211600!important;
    font-weight: 300!important;
    font-style: normal;
    text-decoration: none;
    font-size: .95rem!important;
    line-height: 1.25!important;
}
div[class*=dle_b] img{
	    border-radius: 5px;
}