*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.b_slider{
    padding: 48px 0;
    background: #333333;
}
.atgContainer{
    max-width: 1516px;
    margin: 0 auto;
}
.atgImg{
    width: 100%;
    display: block;
}
.b_slideParagraph{
    margin-top: 24px;
}
.b_sliderTitle{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 24px;
}
.b_title{
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}
.b_text{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}
.b_swiperLink{
    display: block;
    text-decoration: none;
}
.b_sliderContent{
    overflow: hidden;
}
.b_slideImg{
    display: flex;
    justify-content: center;
    align-self: stretch;
}
.swiper-button-next{
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/March/AEG/img/Arrow_right.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 32px;
    height: 32px;
    transition-duration: 0.2s;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-prev {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/March/AEG/img/Arrow_left.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 32px;
    height: 32px;
    transition-duration: 0.2s;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    transform: scale(1.1);
}
@media screen and (max-width:1599px){
    .atgContainer{
        max-width: 1228px;
    }
}
@media screen and (max-width:1280px){
    .atgContainer{
        max-width: 940px;
    }
}
@media screen and (max-width:1023px){
    .atgContainer{
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 458px){
    .b_sliderTitle{
        font-size: 22px;
        line-height: 28px;
    }
    .b_title{
        font-size: 18px;
        line-height: 24px;
    }
    .b_text {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 20px;
    }
    .b_slider{
        padding: 20px 0;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 24px;
        height: 24px;
    }
}