a.button {
text-align: center;
}


.sidebar__item span {
    font-size: 1em;
}

.games__slider_block{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.games__slider_block{width:100%;margin-top:1em;gap:1.625em}
.games__slider{position:relative;max-width:100%;width:100%;overflow:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}
.games__slider .swiper-slide{width:auto!important;aspect-ratio:181/238;height:auto!important}
.games__slider_block{gap:.875em}
.games__nav{display:flex;gap:.5em;}
.games__prev,.games__next{cursor:pointer;width:2.2em;height:2.2em;border-radius:50%;background-color:#00abbe;display:flex;align-items:center;justify-content:center; padding: .4em}
.games__see_all{color:#fff;font-size:1.125em;font-weight:700;line-height:1.2;text-transform:uppercase;}

.games__right{
    display: flex;
    gap: .5em;
    align-items: center;
}

.text-part ul, .text-part ul li {
    margin-bottom: 0;
}

.show-item-has-submenu {
    padding-top: .875em;
    /* padding-bottom: .875em; */
}

.show-item-has-submenu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.text-part p a {
    color: #e22 !important;
}