.games__inner{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.games__section{
    display: flex;
}
.games__title-block{
    display: flex;
    column-gap: 8px;
    align-items: center;
    justify-content: center;
    width: 36px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(90deg);
    transform: rotate(270deg);
}
.games__title-block span{
    font-family:"Montserrat-SemiBold";
    font-weight:600;
    font-size: 20px;
    color: #AEB4C8;
}
.games__list{
    column-gap: 8px;
}
.games__item{
    width: 190px;
}
.games__image{
    border-radius: 12px;
    overflow: hidden;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,0px)!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ''!important;
    background-image: url(./img/arrow_slider-icon.png);
    right: 0px;
    min-width: 93px;
    position: absolute;
    height: 228px;
    bottom: -89px;
}

@media(max-width:669px){
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
}