#carousel {
    width: 100%;
    overflow: hidden;
    height: 600px;
}

.for_car_ch #prev,
.for_car_ch #next {
    display: none;
}

#carousel img {
    box-shadow: 0 0 10px 1px #ccc;
}

#carousel img.carousel-center {
    box-shadow: 0 0 18px 5px #ccc;
}

.banners-small.blog .items .item {
    margin-bottom: 0;
}

.banners-small.blog .bottom_nav {
    display: none;
}

@media (min-width: 768px) {
    .banners-small.blog .col-md-3.col-sm-3 .item {
        Height: 184px !important;
        overflow: hidden;
    }

    .banners-small.blog .col-md-9.col-sm-9,
    .banners-small.blog .col-md-9.col-sm-9 .item.wide-block {
        Height: 400px !important;
    }

    .banners-small .item .image {
        max-height: 140px !important;
    }

    .banners-small.blog .item .title {
        padding: 0 20px !important;
    }
}

@media (max-width: 480px) {
    #carousel {
        height: 460px;
    }
    .top_inner_block_wrapper.maxwidth-theme section.page-top {
        padding-top: 10px;
    }
    body .banners-small.blog .items .item {
        margin: 0;
    }
}
