.anons{
	display: inline-block;
    color: #e97a18;
    text-transform: uppercase;
    font-size: 28px;
    border: 1px solid #e97a18;
    padding: 8px;
}
.b-topslider__background img{
       min-height: 260px;
}
.anons a {
	color: #e97a18;
}
table p {
     margin-top:0.5rem;
     margin-bottom: 0.5rem;
}
td {
    padding: 0 8px;
}
.adapt-flex{
    display: flex;
    align-items: center;
}
section.b-slider__container {
    min-height: 270px;
}
.anons a img {
	width: 35px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.topslider-title{
   text-transform: uppercase;
   display: block;
    margin-bottom: 10px;
    font-size: 31px;
}
.news-img {
    transition: 0.5s;
    transform: scale(1);
    z-index:1;
}
.topslider-descr {
    margin-bottom: 10px;
    display: block;
}
.news-img:hover {
    transition: 0.5s;
    transform: scale(1.5);
    z-index:10;
box-shadow: 0px 0px 8px gray;
}
.qr{
width: 163px;"
}
@media (max-width: 1203px){
.adapt-flex {

    flex-direction: column;

}

@media (max-width: 767px){
.qr{
width: 100%;"
}
    .news-img {
        width:100%!important;
     }
}
