/*.carousel-item img {*/
/*    background-repeat: no-repeat;*/
/*    width: 50%;*/
/*    !*height: 300px;*!*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex !important;
}
.carousel-dsc-background{
    background: #404040;
    color: #fff;
}
.carousel-indicators {
    left: auto;
    margin-right: 5%;
}
.carousel-indicators [data-bs-target]{
    width: 5px;
    height: 5px;
    border-radius: 50%;

}
.carousel-inner {
    height:300px;
}
@media (min-width: 991.98px) {
    .carousel-inner {
        /*width: 810px;*/
    }
}

.carousel-img-block {
    width: 50%;
    height: 300px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.carousel-body{
    width: 50%;
}

#news {
    width: 100%;
}
.news-pic{
    height: 150px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.news-title{
    font-size: 17px;
    font-weight: bold;
}

.info-title{
    color: #009ede;
    font-size: 16px;
    margin: 10px 0 10px;
}
.info-name{
    font-size: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #404041;
}