@media only screen and (max-width:767px) {
    .home-sport-menu {
        background: #dedfe4;
        color: #494450;
        display: flex;
        flex-direction: column;
        height: 9.6rem;
        width: 100%
    }

    .home-sport-menu__header {
        align-items: center;
        display: flex;
        font-weight: 700;
        justify-content: space-between;
        padding: .625rem
    }

    .home-sport-menu__items {
        align-items: center;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 .3125rem;
        width: 100%
    }

    .home-sport-menu__item {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 45%
    }

    [dir=ltr] .home-sport-menu__item {
        margin-right: .3125rem
    }

    [dir=rtl] .home-sport-menu__item {
        margin-left: .3125rem
    }

    .home-sport-menu__item-name {
        background: #67cc06;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 10px;
        text-transform: uppercase;
        width: 100%
    }

    .home-sport-menu__item-img {
        aspect-ratio: attr(width)/attr(height);
        height: 5.9375rem
    }

    .home-sport-menu__item:last-child {
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .home-sport-menu__text-wrap {
        padding-bottom: .625rem;
        position: relative;
        width: 30%
    }

    .home-sport-menu__text-wrap:after {
        background-color: #fcd301;
        bottom: 0;
        content: "";
        height: .25rem;
        position: absolute;
        width: 1.875rem
    }

    .home-sport-menu__text {
        display: block;
        font-size: 1.625rem
    }

    .home-sport-menu__text_color_white {
        color: #d5d5d5;
        font-weight: 400
    }

    .home-sport-menu__text_color_yellow {
        color: #fcd301;
        font-weight: 700
    }

    .home-sport-menu__slider-wrap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .home-sport-menu__slider {
        position: relative;
        width: 70%
    }

    .home-sport-menu__items {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 .3125rem
    }

    .home-sport-menu__item {
        align-items: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 2.75rem 0;
        text-align: center;
        transition: all .3s ease-in-out
    }

    .home-sport-menu__item-name {
        box-sizing: border-box;
        display: block;
        padding: .3125rem .3125rem 0;
        text-align: center
    }

    .home-sport-menu__item-img {
        height: auto;
        max-width: 100%
    }

    .home-sport-menu__item:hover {
        background-color: #1f1f1f;
        color: #fcd301
    }

    .home-sport-menu__item:hover svg * {
        fill: #fcd301
    }

    .home-sport-menu__icon {
        display: block;
        margin-bottom: 15px
    }

    .home-sport-menu__icon,
    .home-sport-menu__icon svg {
        height: 3.45rem;
        width: 3.45rem
    }

    .home-sport-menu__icon svg * {
        fill: #fff
    }
}

.main-page-mobile__slide {
    display: flex;
    width: 100%
}

.main-page-mobile__slide>img {
    height: auto;
    object-fit: cover;
    width: 100%
}

.main-page-mobile__casino {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 32px 8px 0;
    width: 100%
}

.main-page-mobile__casino-item {
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 74px;
    justify-content: flex-start;
    padding: 0 16px;
    width: 100%
}

[dir=ltr] .main-page-mobile__casino-item {
    background-position: 25% 100%
}

[dir=rtl] .main-page-mobile__casino-item {
    background-position: 75% 100%
}

.main-page-mobile__casino-item_liveCasino {
    background-image: url(https://lettobet365.net/static/media/live-casino-bg.f7afe04b3e21d614dee7.webp)
}

.main-page-mobile__casino-item_casino {
    background-image: url(https://lettobet365.net/static/media/casino-bg.a4d1fd4724c8af0723b5.webp)
}