@font-face {
    font-family: ROG;
    src: url(../fonts/rog/batmfa.woff);
}
@font-face {
    font-family: XoloTradeGothicLTPro-Reg;
    src: url(../fonts/xolonium/TradeGothicLTPro-Bold.woff);
}
@font-face {
    font-family: XoloTradeGothicLTPro-Bold;
    src: url(../fonts/xolonium/TradeGothicLTPro-Bold.woff);
}
.pl40{
    padding-left:40px;
}
.pr40{
    padding-left:40px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }


blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

body{
    background: #202020;
    font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
    font-weight: 100;
    font-style: normal;
}
div.col{
    padding:0;
    float: left;
    position: relative;
}
div.container{
    overflow: hidden;
}

/*HEADER*/
header{
    position: relative;
    overflow: hidden;
    padding:0;
    margin:0;
}
    header .background{
        width:100%;
    }
    header .rog-logo{
        position: absolute;
        left:50px;
        top:50px;
    }
    header .intel-logo{
        position: absolute;
        right:50px;
        top:50px;
    }
header nav .rog-logo-nav{
    float:left;
    position: relative;
    height: 50px;
    margin: 20px;
    display: none;
}
header nav .intel-logo-nav{
    float:right;
    position: relative;
    height: 50px;
    margin: 20px;
    display: none;
}
header nav.sticky .intel-logo-nav, header nav.sticky .rog-logo-nav{
    display: block;
}
header nav.sticky a {
    line-height:87px;
    font-size:20px;
}
    header nav{
        width:100%;
        position: absolute;
        bottom:20px;
        background: #202020;
        text-align: center;
    }
        header nav a {
            line-height:60px;
            padding:0 20px;
            color:#fff;
            font-size:16px;
            font-family: 'ROG';
        }
        header nav a:hover {
            text-decoration: none;
            color:#ff0029;
        }
        header nav.sticky{
            position: fixed;
            top: 0;
            bottom: unset;
            z-index: 99999;
        }


.navmobile{
    width:100%;
    overflow: hidden;
    background: #202020;
    position: fixed;
    z-index: 9999;
    top:0px;
}
    .navmobile .topnav{
        width:100%;
        overflow: hidden;
        position: relative;
        text-align: center;
        padding:15px;
        border-bottom:1px solid #000;
    }
        .navmobile .topnav img{
            height:45px;
        }
        .navmobile .topnav a{
            text-align: center;
            color:#fff;
        }
        .navmobile .rog-logo-nav{
            float:left;
        }
        .navmobile .intel-logo-nav{
            float:right;
        }
        .navmobile i{
            margin:auto;
            font-size: 40px;
        }
    .navmobile .contentnav{
        width:100%;
        overflow: hidden;
        position: relative;
        padding:15px;
        color:#fff;
        font-size:16px;
        font-family: 'ROG';
        display: none;
    }
        .navmobile .contentnav a{
            color:#fff;
            width:100%;
            display: block;
            text-align: center;
            line-height: 40px;
        }
    footer{
        background: #202020;
        color:#fff;
        padding:30px 20px;
        font-size:14px;
    }
        footer a{
            font-size: 25px;
            color:#fff;
            margin:0 5px;
        }
            footer a:hover{
                text-decoration: none;
                color:#ff0029;
            }


    .bgContainer{
        margin-top: -4px;
        width:100%;
        position: relative;
        overflow: hidden;
        background: url('../images/bg.jpg') ;
        padding:80px 0;
    }
        .bgContainer .container{
            overflow: initial !important;
        }
        .bigTitle{
            font-size:40px;
            font-family: 'XoloTradeGothicLTPro-Reg';
            color:#fff;
            width:100%;
            text-align: center;
            padding:0px 0 40px 0;
        }
        .boxShadow{
            -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
            -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
        }
        .competitii .box{
            background:rgb(0,0,0,0.8);
            margin:30px 0;
            color:#fff;
            padding:0px;
            font-family: 'XoloTradeGothicLTPro-Reg';
            overflow: hidden;
            text-align: center;
        }
            .competitii .box .btnSmall{
                float:none;
                margin:30px 0;
            }
            .competitii .box h2{
                font-family: 'XoloTradeGothicLTPro-Bold';
                padding:30px 20px 30px 20px;
                font-size:25px;
                text-align: center;
            }
            .premiiTitlu{
                font-family: 'XoloTradeGothicLTPro-Bold';
                padding:0px 20px 30px 20px;
                font-size:25px;
                text-align: center;
                color:#fff;
            }
            .competitii .box p{
                padding:0px 20px 0 20px;
                display: block;
                width:100%;
                line-height: 25px;
            }
            .competitii .box img{
                width:100%;
                transform: scale(1.03);
            }
                .competitii .box h2{
                    position: absolute;
                    bottom:0;
                    left:0;
                    text-align: left;
                    z-index: 999;
                }
                .zoomimg img{
                    display: block;
                    transition: all 1s;
                }
                .zoomimg:hover img{
                    transform: scale(1.2);
                }
                .competitii .box:hover h2{
                    color:#ff0029;
                }
    .border-top-50{
        border-top:50px solid #202020 !important;
    }
    .bgGames{
        width:100%;
        position: relative;
        overflow: hidden;
        background: url('../images/bgg.jpg') ;
        background-size: cover;
        padding:80px 0;
        text-align: center;
        margin-top: -4px;
    }
    .bgDark{
        width:100%;
        position: relative;
        overflow: hidden;
        background: url('../images/bgr.jpg') ;
        padding:80px 0;
        text-align: center;
        margin-top: -4px;
    }
        .btnWhite{
            border:3px solid #fff;
            padding:20px 35px;
            color:#fff;
            display: inline-block;
            font-family: 'XoloTradeGothicLTPro-Bold';
            margin:0 10px;
            font-size:20px;
            text-align: center;
        }
            .btnWhite:hover{
                text-decoration: none;
                color:#ff0029;
            }
            .btnSmall{
                font-size: 18px;
                padding: 10px 20px;
                float: right;
                margin-right: 43px;
            }
    .text-normal{
        font-family: 'XoloTradeGothicLTPro-Reg';
        line-height: 25px;
        color:#fff;
    }
    .bucs{
        font-size:60px;
        font-family: 'XoloTradeGothicLTPro-Bold';
        color:#fff;
        margin:50px 0 20px 0;
    }
    .img-premii{
        padding:0 30px;
        width:calc(100% - 60px);
    }
    .boxCalendarIntro{
    }
    .boxCalendarIntro .accordionContent{
        background: rgba(0,0,0,0.2);
    }
        .boxCalendarIntro h1{
            font-size:20px;
            color:#fff;
            padding-top:30px;
            padding-bottom:30px;
            font-family: 'XoloTradeGothicLTPro-Bold';
        }
        .boxCalendarIntro img{
            width:100%;
        }
        .boxCalendarIntro a{
            margin-top:30px;
            margin-bottom:30px;
        }
        .calendar div.col{
            padding:0 15px;
        }
    .bgDark.calendar{
        border-top:0px;
    }
    .headerBox{
        background:rgba(255,0,42,0.3);
        font-size:25px;
        line-height:80px;
        color:#fff;
        font-family: 'XoloTradeGothicLTPro-Bold';
        padding-left: 20px;
    }
    .lineBox{
        background:rgba(255,0,41,0.4);
        overflow: hidden;
        margin-top:5px;
    }
    .lineBox>div, .lineBox.boxInscriere a{
        float:left;
        position: relative;
        color:#fff;
        font-family: 'XoloTradeGothicLTPro-Reg';
        text-align: left;
        line-height:60px;
        padding:0 30px;
    }
        .lineBox .name{
            width:50%
        }
        .lineBox .date{
            width:35%
        }
        .lineBox .hour{
            width:20%
        }
        .lineBox .btnn{
            width:5%;
            padding:0px;
            background:rgba(255,0,41,0.5);
            font-size:40px;
            text-align: center;
            cursor: pointer;
            color:rgb(149, 149, 149);
        }
        .lineBox .btnn:hover, .lineBox:hover .btnn, .lineBox:hover a{
            color:#fff !important;
        }
        .line-boxcontent{
            padding:30px;
            line-height: 25px;
            color:#b3b3b4;
            font-family: 'XoloTradeGothicLTPro-Reg';
            text-align: left;
        }
            .boxCalendarIntro.newww .name{
                width:45%;
            }
            .boxCalendarIntro.newww .btnn{
                width:20%;
                padding-left:30px;
            }
    .boxInscriere .name{
        width:70%;
    }
    .boxInscriere .btnn{
        width:30%;
        margin:0;
        text-align: center !important;
    }
        .boxInscriere .btnn div, .btnText div{
            float:left;
            text-align: center;
        }
        .boxInscriere .btnn .text, .btnText .text{
            font-size:20px;
            padding-right:10px;
        }

.mt60{
    margin-top:60px;
}
.m0{
    margin:0 !important;
}
.p0{
    padding:0 !important;
}
.tabelClasament{
    color:#fff;
}
    .tabelClasament thead{
        font-weight: bold;
        background:rgba(255,0,41,0.5);
    }
    .tabelClasament tbody tr:hover{
        background:rgba(0,0,0,0.5);
    }
/*
 *  Flex Layout Specifics
*/
main{
    display:flex;
    flex-direction:row;
    width:90%;
    margin:20px auto;
}
.round{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:33.33%;
    list-style:none;
    padding:0;
}
.cols3tornament .round{
    width:33.33%;
}
.cols4tornament .round{
    width:25%;
}
.round .spacer{ flex-grow:1; }
.round .spacer:first-child,
.round .spacer:last-child{ flex-grow:.5; }

.round .game-spacer{
    flex-grow:1;
}

/*
 *  General Styles
*/
li.game{
    padding-left:20px;
    font-family: 'XoloTradeGothicLTPro-Reg';
    color:#fff;
}

li.game.winner{
    font-weight:bold;
}
li.game span{
    float:right;
    margin-right:5px;
}

li.game-top{ border-bottom:1px solid #aaa; }

li.game-spacer{
    border-right:1px solid #aaa;
    min-height:40px;
    color:#ff0029 !important;
}
.linkRoz{
    color:#ff0029 !important;
}
.linkRoz:hover{
    text-decoration:underline;
}
li.game-bottom{
    border-top:1px solid #aaa;
}

.gameBox{
    font-family: 'XoloTradeGothicLTPro-Reg';
    border:3px solid;
    border-color: rgba(120, 120, 120, 0.7);
    padding:10px;
    color:#fff;
    margin-bottom:5px;
    margin-right:5px;
    background:rgba(255,0,42,0.3);
    overflow: hidden;
}
.gameBox .team1{
    text-align: left;
    font-size:20px;
    width:100%;
}
.gameBox .team2{
    text-align: right;
    font-size:20px;
    width:100%;
}
.gameBox .teamvs{
    color:#ff0029 !important;
    font-size:40px;
    font-style: italic;
    padding:10px 0;
}
.gameBox .date{
    color:#6d6b6b;
    text-align: left;
    padding-top:20px;
    float:left;
}
.gameBox .live{
    color:#6d6b6b;
    text-align: right;
    padding-top:20px;
    float:right;
    color:#ff0029 !important;
}
.gameboxnew{
    width: 40%;
    margin: auto !important;
    padding: 40px;
}
.gameboxnew2{
    width: 50%;
    margin: auto !important;
    padding: 40px;
}
.gameboxnew .team1, .gameboxnew .team2{
    font-size:40px;
}
.gameboxnew .team2{
    padding-bottom:30px;
}
.gameboxnew .date, .gameboxnew .live{
    font-size:25px;
}
#twitch-embed iframe{
    margin:auto;
    display: block;
}
.liveBtn{
    color:#ff0029;
}
.activeJoc{
    border-color:#ff0029;
    color:#ff0029;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.winnerBox{
    text-align: center;
    text-transform: uppercase;
    font-size:25px;
}
.winnerBox .team1{
    text-align: center !important;
    padding-top:20px;
}
.winnerBox .textaaa{
    color:#ff0029 !important;
    font-size:25px;
}
.winnerBox i{
    font-size: 50px;
    padding-bottom: 20px;
}
.w90p{
    width:90%;
    margin:auto;
    margin-top:80px;
}
.accordionContent{
    display: none;
}
.pb50{
    padding-bottom:50px;
}
.text-italic{
    font-style: italic;
}
.color-roz{
    color:#ff0029;
}
.color-roz:hover{
    color:#ff0029;
}
.w100p{
    width:100%;
}
.w20p{
    width:20%;
}
.bannersproduse a{
    display: block;
    float:left;
    position: relative;
    padding:5px;
}
.bannersproduse a img{
    width:100%;
}

.desktopDisplay{
    display: block;
}
.mobileDisplay{
    display: none;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .liveBox iframe{
        width:90% !important;
    }
    body{
        margin-top:76px;
    }
    .desktopDisplay{
        display: none;
    }
    .mobileDisplay{
        display: block;
    }
    header nav{
        display:none;
    }
    header .rog-logo {
        position: absolute;
        left: 10px;
        top: 10px;
        height: 45px;
    }
    header .intel-logo {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 45px;
    }
    footer{
        padding: 15px 0px;
        text-align: center;
        font-size:12px;
    }
    footer .text-right{
        text-align: center !important;
    }
    footer img{
        margin-top:10px;
    }
    .bigTitle{
        font-size:20px;
    }
    .col{
        flex: unset;
    }
    .btnWhite{
        width:calc(100% - 20px);
        padding:10px 0;
        margin-bottom:10px;
        font-size: 15px;
    }
    .bgDark, .bgContainer, .bgGames{
        padding:40px 0;
    }
    .competitii .box h2{
        font-size:20px;
        padding: 15px 20px 15px 15px;
    }
    .competitii .box{
        margin:0 0 30px 0;
    }
    .competitii .box .btnSmall{
        margin:15px 0;
    }
    .border-top-50{
        border-top: 20px solid #202020 !important;
    }
    .text-normal{
        font-size: 14px;
        line-height: 19px;
    }
    .eventHome .bigTitle{
        padding-bottom:15px;
    }
    .eventHome .text-normal{
        padding:15px !important;
    }
    .headerBox{
        font-size: 17px;
        line-height: 50px;
    }
    .lineBox > div, .lineBox.boxInscriere a{
        padding:0 15px;
    }
    .boxInscriere .btnn .text, .btnText .text {
        font-size: 14px;
        padding-right: 10px;
    }
    .lineBox .btnn{
        font-size:25px;
        padding:0 10px;
    }
    .calendarlolinscrieri{
        margin-top:20px;
    }
    .bucs{
        margin: 20px 0 0px 0;
    }
    .premiititlu{
        margin-top:0px;
    }
    .lineBox.accordionButton .name{
        width:90% !important;
        line-height: 14px;
        font-size: 13px;
        padding-top: 11px;
    }
    .lineBox.accordionButton .btnn{
        width:10% !important;
    }
    .accordionContent{
        font-size: 13px;
        line-height: 14px;
        padding: 15px;
    }
    .calendarpagefull .boxCalendarIntro{
        padding:0px !important;
    }
    .qualifierbox .name{
        width:70%;
    }
    .qualifierbox .date{
        width:30%;
    }
    .qualifierbox.boxCalendarIntro.newww .name{
        padding-right:0px;
    }
    .qualifierbox.boxCalendarIntro.newww .btnn{
        width:15% !important;
        padding:0px;
    }
    .qualifierbox.boxCalendarIntro.newww .btnn div{
        display: none;
    }
    .qualifierbox.boxCalendarIntro.newww .btnn div.text{
        display: block;
        text-align: center;
        width:100%;
        padding:0;
    }
    .headerBox{
        line-height:25px;
        padding:15px 0;
    }
    .qualifierbox .lineBox > div{
        padding:0 10px;
    }
    .lineBox{
        font-size:14px;
    }
    main{
        margin:0px;
        width:100% !important;
        display: block;
    }
    .cols4tornament .round{
        width:100% !important;
        display: block !important;
        flex:unset !important;
    }
    .gameBox{
        width:100%;
        margin-bottom:5px;
    }
    .gameBox .team1, .gameBox .team2 {
         font-size: 16px;
         line-height: 22px;
     }
    .gameboxnew{
        padding:20px;
    }
    .gameboxnew .team1, .gameboxnew .team2 {
        font-size: 25px;
        line-height: 35px;
    }
    .gameboxnew .date, .gameboxnew .live {
        font-size: 14px;
    }
    .gameboxnew2 .team1{
        font-size:15px !important;
    }
    .gameboxnew2 .teamvs{
        font-size:50px !important;
        margin-top:10px !important;
        line-height: 50px !important;
    }
    .qualifierbox .name{
        width:45%;
    }
    .qualifierbox .date{
        width:45%;
    }
    .calendarpagefull .boxCalendarIntro{
        margin-top:20px;
    }
    .boxCalendarIntro{
        margin-top:20px;
    }
    .lineBoxQualifier .name{
        width:40% !important;
    }
    .lineBoxQualifier .date{
        width:40% !important;
    }
    .lineBoxQualifier .btnn{
        width:20% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
.link-live-finale{
    font-family: 'XoloTradeGothicLTPro-Reg';line-height: 23px;
}
.link-live-finale a{

}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;

    background:rgb(70,70,70);
    background: transparent\9;
    background:rgba(70,70,70,1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    zoom: 1;

    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
}
.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 22px;
    line-height: 20px;
    display: block;
}
.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
      font-family: OpenSans, arial, "sans-serif";
      color: #FFFFFF;
      text-decoration: underline;
  }
.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    background: #000000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #303f46;
}
.livehour.text{
    line-height: 20px !important;
    padding-top: 12px !important;
}
.boxMareaFinala .mecifinala{
    color:#fff;
    font-size:35px;
    font-family: 'XoloTradeGothicLTPro-Reg';
    padding:0 0 20px 0;
}
.boxMareaFinala .mecifinala span{
    font-size:25px;
    color: #ff0029;
}
.boxMareaFinala .text-italic{
    font-size:25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.round.round-2 .gameBox{
    margin-top: 34px;
    margin-bottom: 34px;
}
.round.round-3 .gameBox{
    margin-top: 97px;
    margin-bottom: 97px;
}
.round.round-4 .gameBox{
    margin-top: 230px;
    margin-bottom: 216px;
}

.rog2021calendar .gameBox.newStyle{
    background: rgba(255,0,42,0.3);
}
.rog2021calendar .gameBox.newStyle .team1, .rog2021calendar .gameBox.newStyle .team2{
    font-size:12px;
}
.rog2021calendar .gameBox.newStyle .teamvs{
    font-size:12px;
    padding:0px;
    width:100%;
    text-align: center;
}
.rog2021calendar .gameBox.newStyle .date{
    font-size:12px;
    width:100% !important;
    text-align: center;
    padding-top: 5px;
}
.rog2021calendar .gameBox.newStyle .live{
    font-size:12px;
    padding-top: 5px;
}
.rog2021calendar .gameBox.newStyle:hover{
    border-color:red;
}
/*small box*/
.rog2021calendar .gameBox.smallbox .team1, .rog2021calendar .gameBox.smallbox .team2{
    float:left;
    width:45%;
}
.rog2021calendar .gameBox.smallbox .teamvs{
    float:left;
    width:10%;
}

.formInscrieri{
    background: none;
    border:none;
    font-family: 'XoloTradeGothicLTPro-Reg';
}
    .formInscrieri input[type="text"], .formInscrieri input[type="email"]{
        background-color:rgb(255,255,255,0.3);
        border:2px solid #202020;
        border-radius:0px;
        padding:10px 10px;
        outline: none;
        color:#fff;
    }
.formInscrieri .col{
    margin-bottom:20px;
    padding:0 5px !important;
}
.formInscrieri label{
    color:#fff;
}
.boxInscType{
    display: none;
}
.btnInscrieri{
    background: none;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.tournament-bracket {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    padding-left:2px;
    overflow-x: scroll !important;
    user-select: none;
    cursor:move;
}
@media (min-width: 38em) {
    .tournament-bracket {
        flex-direction: row;
    }
}
.tournament-bracket__round {
    display: block;
    margin-left: -3px;
    flex: 1;
}
.tournament-bracket__round-title {
    font-weight: 400;
    text-align: center;
    font-style: italic;
    margin-bottom: 0.5em;
    background: rgba(255,0,42,0.3);
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-family: 'XoloTradeGothicLTPro-Bold';
    padding-left: 20px;
    margin-top:5px;

}
.tournament-bracket__list {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 2em;
    margin-bottom: 2em;
    transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out;
}
@media (max-width: 24em) {
    .tournament-bracket__list {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
}
@media (min-width: 38em) {
    .tournament-bracket__list {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}
.tournament-bracket__round:last-child .tournament-bracket__list {
    border: 0;
}
.tournament-bracket__item {
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 2% 0;
    width: 48%;
    transition: padding 0.2s linear;
}
.tournament-bracket__item:nth-child(odd) {
    margin-right: 2%;
}
.tournament-bracket__item:nth-child(even) {
    margin-left: 2%;
}
.tournament-bracket__item::after {
    transition: width 0.2s linear;
}
@media (max-width: 24em) {
    .tournament-bracket__item {
        width: 100%;
    }
    .tournament-bracket__item:nth-child(odd),
    .tournament-bracket__item:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 38em) {
    .tournament-bracket__item {
        padding: 0.5em 1em;
        padding-top:2px !important;
        padding-bottom:2px !important;
        width: 100%;
    }
    .tournament-bracket__item:nth-child(odd),
    .tournament-bracket__item:nth-child(even) {
        margin: 0;
    }
    .tournament-bracket__item::after {
        position: absolute;
        right: 1px;
        content: '';
        display: block;
        width: 1em;
        height: 45%;
        border-right: 2px solid #9e9e9e;
    }
    .tournament-bracket__item:nth-child(odd)::after {
        top: 50%;
        border-top: 2px solid #9e9e9e;
        transform: translateY(-1px);
    }
    .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {
        border-top-right-radius: 0.6em;
    }
    .tournament-bracket__item:nth-child(even)::after {
        bottom: 50%;
        border-bottom: 2px solid #9e9e9e;
        transform: translateY(1px);
    }
    .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {
        border-bottom-right-radius: 0.6em;
    }
    .tournament-bracket__round:first-child .tournament-bracket__item {
        padding-left: 0;
    }
    .tournament-bracket__round:last-child .tournament-bracket__item {
        padding-right: 0;
    }
    .tournament-bracket__round:last-child .tournament-bracket__item::after {
        display: none;
    }
    .tournament-bracket__round:nth-last-child(2) .tournament-bracket__itemBOGDAN::after {
        border-radius: 0;
        border-right: 0;
    }
}
@media (min-width: 72em) {
    .tournament-bracket__item {
        padding: 0.5em 1.5em;
    }
    .tournament-bracket__item::after {
        width: 1.5em;
    }
}
.tournament-bracket__match {
    display: flex;
    width: 100%;
    background-color: rgba(255,0,42,0.3);;
    padding: 5px 1em 5px 1em;
    border: 1px solid transparent;
    border-radius: 0.1em;
    outline: none;
    cursor: pointer;
    transition: padding 0.2s ease-in-out, border 0.2s linear;
}
.tournament-bracket__match:focus {
    border-color: red;
}
.tournament-bracket__match::before,
.tournament-bracket__match::after {
    transition: all 0.2s linear;
}
@media (max-width: 24em) {
    .tournament-bracket__match {
        padding: 0.75em 0.5em;
    }
}
@media (min-width: 38em) {
    .tournament-bracket__match::before,
    .tournament-bracket__match::after {
        position: absolute;
        left: 0;
        z-index: 1;
        content: '';
        display: block;
        width: 1em;
        height: 10%;
        border-left: 2px solid #9e9e9e;
    }
    .tournament-bracket__match::before {
        bottom: 50%;
        border-bottom: 2px solid #9e9e9e;
        transform: translate(0, 1px);
    }
    .tournament-bracket--rounded .tournament-bracket__match::before {
        border-bottom-left-radius: 0.6em;
    }
    .tournament-bracket__match::after {
        top: 50%;
        border-top: 2px solid #9e9e9e;
        transform: translate(0, -1px);
    }
    .tournament-bracket--rounded .tournament-bracket__match::after {
        border-top-left-radius: 0.6em;
    }
}
@media (min-width: 72em) {
    .tournament-bracket__match::before,
    .tournament-bracket__match::after {
        width: 1.5em;
    }
    .tournament-bracket__match::before {
        transform: translate(0, 1px);
    }
    .tournament-bracket__match::after {
        transform: translate(0, -1px);
    }
}
.tournament-bracket__round:last-child .tournament-bracket__matchBOGDAN::before,
.tournament-bracket__round:last-child .tournament-bracket__matchBOGDAN::after {
    border-left: 0;
}
.tournament-bracket__round:last-child .tournament-bracket__matchBOGDAN::before {
    border-bottom-left-radius: 0;
}
.tournament-bracket__round:last-child .tournament-bracket__matchBOGDAN::after {
    display: none;
}
.tournament-bracket__round:first-child .tournament-bracket__match::before,
.tournament-bracket__round:first-child .tournament-bracket__match::after {
    display: none;
}
.tournament-bracket__content {
    display: flex;
}
.tournament-bracket__content::after {
    content: 'vs';
    width: auto;
    text-align: center;
    padding: 0.2em 0.1em;
    color:red;
    font-weight: bold;
}
@media (min-width: 38em) {
    .tournament-bracket__content::after {
        order: 1;
    }
}
.tournament-bracket__content .tournament-bracket__team:first-child {
    width: 50%;
    order: 0;
    text-align: right;
}
@media (min-width: 38em) and (max-width: 52em) {
    .tournament-bracket__content .tournament-bracket__team:first-child {
        align-items: flex-end;
    }
}
.tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    order: 2;
    justify-content: flex-end;
}
@media (min-width: 24em) {
    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
        order: 0;
    }
}
@media (min-width: 38em) and (max-width: 52em) {
    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
}
.tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
    order: 0;
}
@media (min-width: 24em) {
    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
        order: 2;
    }
}
.tournament-bracket__content .tournament-bracket__team:last-child {
    width: 50%;
    order: 2;
    text-align: left;
}
@media (min-width: 38em) and (max-width: 52em) {
    .tournament-bracket__content .tournament-bracket__team:last-child {
        align-items: flex-start;
    }
}
@media (min-width: 38em) {
    .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
        justify-content: flex-start;
    }
}
@media (min-width: 38em) and (max-width: 52em) {
    .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
        align-items: flex-start;
    }
}
.tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
    order: 1;
}
.tournament-bracket__table {
    width: 100%;
}
.tournament-bracket__caption {
    font-size: 0.8rem;
    color: #6d6b6b;
    font-weight: 300;
    padding-top:5px;
}
.tournament-bracket__team {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
@media (min-width: 24em) {
    .tournament-bracket__team {
        flex-direction: column-reverse;
    }
}
@media (min-width: 38em) {
    .tournament-bracket__team {
        flex-direction: column-reverse;
    }
}
.tournament-bracket__country {
    font-size: 0.75rem;
    display: flex;
    margin-top: 0.5em;
    align-items: center;
}
@media (max-width: 24em) {
    .tournament-bracket__country {
        margin-top: 0;
    }
}
@media (min-width: 38em) and (max-width: 52em) {
    .tournament-bracket__country {
        display: flex;
        flex-direction: column;
    }
    .tournament-bracket__country .tournament-bracket__code {
        margin-top: 0.2em;
    }
}
.tournament-bracket__code {
    padding: 0 0.5em;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    transition: padding 0.2s ease-in-out;
}
@media (max-width: 24em) {
    .tournament-bracket__code {
        padding: 0 0.25em;
    }
}
@media (min-width: 38em) and (max-width: 52em) {
    .tournament-bracket__code {
        padding: 0;
    }
}
.tournament-bracket__score {
    display: flex;
    align-items: center;
}
.tournament-bracket__team:first-child .tournament-bracket__score {
    flex-direction: row-reverse;
    padding-left: 0.75em;
}
.tournament-bracket__team:last-child .tournament-bracket__score {
    padding-right: 0.75em;
}
.tournament-bracket__number {
    display: inline-block;
    padding: 0.2em 0.4em 0.2em;
    border-bottom: 0.075em solid transparent;
    font-size: 0.95rem;
    background-color: #F5F5F5;
    border-color: #dddddd;
}
.tournament-bracket__team--winner .tournament-bracket__number {
    background-color: #FFF176;
    border-color: #fad674;
}
.tournament-bracket__medal {
    padding: 0 0.5em;
}
.tournament-bracket__medal--gold {
    color: #FFD700;
}
.tournament-bracket__medal--silver {
    color: #C0C0C0;
}
.tournament-bracket__medal--bronze {
    color: #CD7F32;
}


.directLine-right .tournament-bracket__item::after {
    border-right:none !important;
    border-radius:0 !important;
}

.directLine-left .tournament-bracket__match::before {
    border-bottom:0;
    border-radius:0;
    border-left:0;
}
.directLine-left .tournament-bracket__match::after {
    top:41%;
}

.directLine-left.tournament-bracket__round--final .tournament-bracket__match::after {
    height:1%;
    top: 49%;
}

#podium-box {
    margin: 0 auto;
    display: flex;
}

.podium-number {
    font-weight: bold;
    font-size: 4em;
    color: white;
    padding-top:20px;
}

.step-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.step-container>div:first-child {
    margin-top: auto;
    text-align: center;
}
.nameCastigator{
    color:#fff;
    font-size:20px;
    padding-bottom:30px;
    font-weight: bold;
}
.step {
    text-align: center;
}

.bg-blue {
    background-color: #063b65;
}

#first-step {
    height: 50%;
}

#second-step {
    height: 35%;
}

#third-step {
    height: 30%;
}
.podium1{
    background:#ff0029;
}
.podium2{
    background:rgba(255,0,42,0.8);
}
.podium3{
    background:rgba(255,0,42,0.6);
}
