.banners-row:not(.footer-banners) .col-sm-8 {width: 100%;}
.row.banners-row:not(.footer-banners) > .col-sm-4{width: 100%;}
.next-to-carousel-banners {padding-left: 0; margin: 0 -5px;}
.next-to-carousel-banners img{width: 100% !important;}
.next-to-carousel-banners a{display: block;}
.next-to-carousel-banners .banner-wrapper{padding: 0 5px !important;}
.next-to-carousel-banners .slick-list{overflow: visible;}
.next-to-carousel-banners .slick-arrow{width: 48px;height: 48px;top: calc(50% - 24px);box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);background-color: #fff;text-align: center;position: absolute;z-index: 1;padding: 0;color: #252729;font-size: 0;line-height: 0;border: 2px solid #252729;}
.next-to-carousel-banners .slick-arrow::before {content: "\e9b6";font-family: ikony;position: absolute;font-size: 22px;line-height: 44px;text-align: center;width: 44px;height: 44px;left: 0;top: 0;}
.next-to-carousel-banners .slick-arrow.slick-next{right: 20px;}
.next-to-carousel-banners .slick-arrow.slick-prev{left: 20px;}
.next-to-carousel-banners .slick-arrow.slick-prev::before{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.next-to-carousel-banners .slick-arrow.slick-next::before{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.next-to-carousel-banners .slick-arrow:hover{background-color: var(--color-primary);color: #fff;border-color: var(--color-primary);}
.slick-disabled{display: none !important;}
.type-index .overall-wrapper{overflow-x: hidden;}
@media screen and (min-width: 768px){
    .next-to-carousel-banners:not(.slick-initialized) {display: flex; flex-wrap: wrap; height: 470px; overflow: hidden;}
    .next-to-carousel-banners:not(.slick-initialized) .banner-wrapper {width: 25%;}
}
@media screen and (max-width: 767px){
    .next-to-carousel-banners{display: flex; flex-wrap: nowrap; overflow: auto;margin: 20px -10px 0 0;}
    .next-to-carousel-banners .banner-wrapper{min-width: 300px; width: 300px; padding: 0 10px 0 0 !important;}
}