/* Header */
.logo__link img{
    max-width: 100%;
    height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar a {
        text-decoration: none;
        white-space: normal;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }
}

/* Socials */
.social + .social {
    margin-left: 5px;
}
.icon-twitter:before,
.icon-zoner:before,
.icon-tiktok:before{
    content: '';
    display: block;
    font-family: initial;
    width: 2rem;
    height: 2rem;
    margin: 0;
}
.icon-twitter:before{
    background: url(../img/icon_tw_w.svg) center center no-repeat;
    background-size: contain;
}
.icon-zoner:before{
    background: url(../img/icon_zoner_w.svg) center center no-repeat;
    background-size: contain;
}
.icon-tiktok:before{
    background: url(../img/icon_tiktok_w.svg) center center no-repeat;
    background-size: contain;
}
.footer-socials .icon-twitter:before{
    background: url(../img/icon_tw.svg) center center no-repeat;
    background-size: contain;
}
.footer-socials .icon-zoner:before{
    background: url(../img/icon_zoner.svg) center center no-repeat;
    background-size: contain;
}
.footer-socials .icon-tiktok:before{
    background: url(../img/icon_tiktok.svg) center center no-repeat;
    background-size: contain;
}
.social--tw,
.social--zoner,
.social--tiktok{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-socials .social{
    transition: .15s;
    transform: translate3d(0,0,0);
    will-change: scale;
}
.footer-socials .social:hover{
    color: #ff0000;
    scale: 1.05;
}

/* New YT section */
.news{
    padding-bottom: 0;
}
.bottom-video{
    text-align: center;
}
.bottom-video__embed iframe{
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
}
.events{
    padding: 80px 0;
}
.events + .events{
    padding-top: 0;
}

@media(max-width: 1199px ){
.slider {
    max-height: 60vh !important;
}
}
.slider__wrapper{
    margin: auto;
    max-width: 1500px;
}
.slider__links{
    top: 0;
    margin: 0;
    display: flex;
    width: 300px;
    flex-direction: column;
    justify-content: stretch;
    bottom: 0;
}
.slider__link{
    width: auto;
    flex: 1;
    align-items: center;
    display: flex;
    text-decoration: none !important;
}
.slider__link:hover{
    margin-left: -10px;
}
.slider__vegas{
    margin-right: 300px;
}

.slider__link--live {
    background: url(../img/icon_ball.png) 24px center no-repeat red;
    background-size: 40px auto;
}
.slider__link--charts{
    background: url(../img/icon_hands.png) 20px center no-repeat blue;
    background-size: 50px auto;
}
.slider__link--eshop {
    background: url(../img/icon_prize.png) 15px center no-repeat red;
    background-size: 60px auto;
}
.slider__link--charts2 {
    background: url(../img/icon_live_broadcasts.png) 24px center no-repeat blue;
    background-size: 40px auto;
}