.games-slider{container-name:games-slider;container-type:inline-size;display:flex;flex-direction:column;gap:24px;max-width:100%;position:relative}.games-slider .games-slider__title{font-family:Arial;font-size:1.375rem;font-style:normal;font-weight:600;line-height:1.875rem;margin-bottom:0;max-width:max-content;padding-bottom:10px;position:relative}.games-slider .games-slider__title:after{background:var(--accent-color,#fc0);bottom:0;content:"";height:3px;left:0;max-width:unset;position:absolute;top:unset;width:100%}.games-slider__descr{font-family:Arial;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.games-slider__descr-wrapper{align-items:flex-end;display:flex;gap:32px}.games-slider__btns{display:flex;gap:8px;margin-bottom:1rem;transition:transform .5s ease}.games-slider__btn{align-items:center;background:var(--bg-arrow,red);border:none;border-radius:50%;box-sizing:border-box;display:flex;height:48px;justify-content:center;width:48px}.games-slider__btn:hover{background-color:#001d3d}.games-slider__btn svg{fill:currentColor}.games-slider__btn:after{background-image:url(../43c70ccccabdcf6f444a.svg);background-position:50%;background-repeat:no-repeat;content:"";height:100%;width:100%}.games-slider__btn-prev{transform:rotate(180deg)}.games-slider__block{column-gap:15px;display:flex;gap:24px;transition:transform .3s ease}.games-slider__item{border-radius:16px;box-sizing:border-box;display:flex;flex:0 0 auto;flex-flow:column nowrap;overflow:hidden;position:relative;transition:background-color .2s ease-in-out!important;width:calc(20% - 19px)}@container games-slider (max-width: 1200px){.games-slider__item{width:calc(25% - 18px)}}@container games-slider (max-width: 1000px){.games-slider__item{width:calc(33.33% - 15px)}}@container games-slider (max-width: 600px){.games-slider__item{width:calc(50% - 15px)}}@container games-slider (max-width: 450px){.games-slider__item{width:calc(100% - 15px)}}.games-slider__item-preview{aspect-ratio:3/2;border-radius:16px;margin-bottom:16px;overflow:hidden;position:relative}.games-slider__item-preview img{border-radius:16px;inset:0;object-fit:cover;object-position:top center;position:absolute}.games-slider__item-descr,.games-slider__item-title{margin-bottom:16px}.games-slider__item-content{background-color:var(--bg-btn-slide,#001d3d);border:2px solid #003566;border-radius:48px;display:block;margin-top:auto;padding:16px;text-decoration:none}.games-slider__item-content:hover{background-color:#003566}.games-slider__item-content img{height:100%;object-fit:contain;width:100%}.games-slider:before{left:-100%}.games-slider:after,.games-slider:before{background:var(--body-background,#fff);content:"";height:100%;position:absolute;top:0;width:100%;z-index:9999}.games-slider:after{right:-100%}