﻿/* videos6 */

.swiper {
    max-width: 1720px;
  /*  height: 270px;*/
    margin: 0 -10px;
    padding: 0 10px;
}

.swiper-wrapper{
    /*gap:15px;*/
  

}

.swiper-button-next {
    right: 20px;
    left: auto;
    top: 0px;
    margin-top: 0 !important;
}

/*.topCarousel .swiper-button-next {
    left: 50px;
    right: auto;
}*/

.swiper-button-prev {
    right: 50px;
    top: 0px;
    margin-top: 0 !important;
    left: auto;
}

/*.topCarousel .swiper-button-prev {
    left: 20px;
    right: auto;
}*/

.swiper-slide {
    text-align: center;
   /* font-size: 16px;*/
    /* background: #444;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .swiper-slide .item {
        position: relative;
        text-align: left;
        width: 100%;
    }

     

.swiperBestOfHandbal .sport, .swiperBestOfFotbal .sport, .swiperBestOfBasket .sport, .swiperBestOfMySport .sport,
.swiperBestOfHandbal .time, .swiperBestOfFotbal .time, .swiperBestOfBasket .time,
.swiperBestOfMySport .time, .swiperMostViewedCut .time {
    display: none;
}

:root {
    --swiper-navigation-size: 25px;
    --swiper-theme-color: white;
}


.swiper-custom-next {
    position: absolute;
    right: 10px;
    left: auto;
    top: 16px;
    margin-top: 0 !important;
}

.swiper-custom-prev {
    position: absolute;
    right: 30px;
    top: 16px;
    margin-top: 0 !important;
    left: auto;
}

.swiper-custom-next, .swiper-custom-prev {
    color: #c0c0c0;
    transition: all 0.4s;
}

    .swiper-custom-next:hover, .swiper-custom-prev:hover {
        color: white;
        transform: scale(1.2);
      
    }

