.slider{
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
    margin-top: 37px;
}

.slider-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    /*background-color: darkgray;*/
    width: 100%;
    height: 405px;
}

.slider-item{
    flex: 0 0 100%;
    max-width: 100%;
    height: 405px;
    user-select: none;
    will-change: transform;
}

.slider-items{
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.slider-controls{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-self: flex-end;
    margin-right: 84px;
}

.slider-controls-tab{
    border-radius: 2px;
    background-color: #CCCCCC;
    width: 17px;
    height: 5px;
    cursor: pointer;
}

.slider-controls-tab-active{
    background-color: #2B2B2B;
}

.main-banners{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 38px;
}

.main-banner{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-banner-picture{
    width: 370px;
    height: 181px;
}

.main-banner-title{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 25px;

    font-size: 15px;
}

.main-banner-title-arrow{
    width: 44px;
    height: 10px;
    background-image: url("./assets/arrow.svg");
}

.games-data{
    margin-top: 45px;
    border-radius: 19px 20px;
    background-color: #F6F6F6;
    color: #000000;
    padding: 45px 84px;

    box-sizing: border-box;
    width: 1336px;
    min-height: 598px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.data-schedule-link-arrow{
    width: 44px;
    height: 10px;
    background-image: url("./assets/arrow-black.svg");
}

.top-players{
    display: flex;
    flex-direction: column;
}

.top-players-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-players-header-title{
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.top-players-header-switches{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 122px;
    margin-right: 112px;
}

.top-players-header-switch{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 30px;
    border-radius: 10px;
    border: solid 1px #D8D8D8;
    color: black;

    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.top-players-header-switch.switch-active{
    border-color: #DD034E;
    color: white;
    background-color: #DD034E;
}

.top-players-table{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 26px;
    height: 100%;
}

.top-players-table-head{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-players-table-place{
    width: 41px;
    height: 14px;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 23px;
    margin-bottom: 12px;
}

.top-players-table-player{
    width: 227px;

    display: flex;
    align-items: center;
}

.top-players-table-team{
    width: 57px;
    height: 34px;
    margin-left: 11px;

    display: flex;
    align-items: center;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top-players-table-role{
    width: 55px;
    margin-left: 23px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.top-players-table-param{
    width: 64px;
    margin-left: 35px;

    display: flex;
    justify-content: center;
}

.top-players-table-body{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 14px;
    margin-bottom: auto;
}

.top-players-table-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-players-table-player-photo{
    width: 33px;
    height: 33px;
    border-radius: 33px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-players-table-player-name{
    margin-left: 15px;
    width: 179px;
}

.top-players-table-row-wrap{
    padding-bottom: 12px;
    border-bottom: solid 1px #D3D3D3;
}

.top-players-table-link-name{
    font-size: 15px;
}

.top-players-table-link{
    display: flex;
    align-self: end;
    margin-top: 27px;
    justify-content: center;
    align-items: center;
    gap: 29px;
}

.main-videos{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 70px;
}

.main-videos-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-videos-head-link {
    width: 125px;
    height: 37px;
    background: #ED0A31;
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: .3s;
}

.main-videos-head-link:hover {
    background: #af0a24;
}

.main-videos-title{
    color: #FFFFFF;
    font-weight: 550;
    font-size: 29px;
    word-spacing: 0.004em;
    text-transform: uppercase;

    text-align: start;
}

.main-videos-body{
    display: flex;
    flex-direction: row;
    gap: 28px;
}

.main-videos-video{
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.main-videos-video-content{
    width: 271px;
    height: 152px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    background: url('/main/assets/video-button.svg') center center no-repeat, #FFFFFF;
}

.main-videos-video-content:hover {
    background-color: #151515;
}

.main-videos-video-name{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 22px;
}

.main-teams{
    display: flex;
    flex-direction: column;
    gap: 69px;
    margin-top: 103px;
    margin-bottom: 119px;
    background: url('/main/assets/TEAMS.svg') top center no-repeat;
}

.main-teams-describe{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-teams-describe-title{
    font-size: 29px;
    font-weight: 550;
    text-transform: uppercase;
}

.main-teams-describe-link{
    display: flex;
    gap: 33px;
    align-items: center;
}

.main-teams-describe-link-name{
    font-size: 15px;
}

.main-teams-groups {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.main-teams-group {
    display: flex;
    flex-direction: column;
    gap: 41px;
}

.main-teams-group-title {
    font-size: 29px;
    font-weight: 550;
    text-transform: uppercase;
}

.main-teams-group-teams {
    display: flex;
    justify-content: space-between;
}

.main-teams-team{
    width: 205px;
    height: 260px;
    border-radius: 20px;
    background-color: #0F0F0F;

    display: flex;
    flex-direction: column;
}

.main-teams-team:hover{
    background-color: #282828;
}

.main-teams-team-logo{
    width: 129px;
    height: 129px;
    align-self: center;
    margin-top: 38px;
}

.main-teams-team-name{
    width: 140px;
    height: 36px;
    font-size: 15px;
    align-self: center;
    text-align: center;
    margin-top: 31px;
}

.main-teams-team-place{
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;

    width: 35px;
    height: 32px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #282828;
    border-radius: 15px;
    font-size: 18px;
}

.main-teams-team.first-place .main-teams-team-place{
    background-color: #D1A561;
}

.main-teams-team.second-place .main-teams-team-place{
    background-color: #A5A5A5;
}

.main-teams-team.third-place .main-teams-team-place{
    background-color: #E87636;
}

.main-teams-team-score{
    position: absolute;
    margin-top: 140px;
    margin-right: 11px;

    width: 54px;
    height: 32px;
    border-radius: 15px;
    background-color: #ED0A31;

    display: flex;
    justify-content: center;
    align-items: center;
    align-self: end;

    font-size: 12px;
}

.main-casters{
    display: flex;
    flex-direction: column;
}

.main-casters-title{
    font-size: 29px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 91px;
}

.main-casters-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 58px;
}

.main-caster{
    display: flex;
    flex-direction: column;
}

.main-caster-photo{
    width: 217px;
    height: 245px;
    border-radius: 20px;
    background-color: #0F0F0F;
}

.main-caster-name{
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 28px;
}

.main-caster-name-nick{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}

.main-caster-name-full{
    font-weight: 400;
    font-size: 14px;
}

.main-caster-media{
    display: flex;
    flex-direction: row;
    margin-top: 28px;
}

.main-caster-media-icon{
    width: 48px;
    height: 46px;

}

.main-caster-media-icon-telegram{
    background-image: url("./assets/casters/media/telegram.svg");
}

.main-caster-media-icon-vk{
    background-image: url("./assets/casters/media/vk.svg");
}

.main-big-windows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 88px;
}

.main-big-window{
    width: 409px;
    height: 513px;
}

.main-small-windows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 55px;
}

.main-small-windows {
    justify-content: flex-start;
    gap: 55px;
}

.main-small-window{
    box-sizing: border-box;
    width: 409px;
    height: 130px;
    border-radius: 20px;
}

.data-schedule-day-games-wrapper {
    display: flex;
}

.data-schedule-day-games[class]{
    gap: 20px;
    justify-content: normal;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.top-players-table-row:nth-child(1) .top-players-table-place{
    color: #D1A561;
}

.top-players-table-row:nth-child(2) .top-players-table-place{
    color: #A5A5A5;
}

.top-players-table-row:nth-child(3) .top-players-table-place{
    color: #E87636;
}

.data-schedule-day-games-scroll-btn {
    background: #F6F6F6;
    color: #0E0E0E;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    width: 26px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-schedule-day-games-scroll-btn svg {
    flex-shrink: 0;
}