html, body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: Impact, Arial, sans-serif;
    scroll-behavior: smooth;
}

body {
    background: #000 url("../img/bg-38.jpg") no-repeat center 0vw;
    background-size: 70vw;
}

@media all and (max-width: 400px) {
    body {
        background-size: 200vw;
        background-position-y: -18vw;
    }
}

.font-book {
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-demi {
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2 {
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 40px auto;
    padding-bottom: 10px;
    position: relative;
}

h2::after {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom:-3px;
    height: 3px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2049194677871149) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.17970938375350143) 90%, rgba(255,255,255,0) 100%);
}

@media all and (max-width: 400px) {
    h2 {
        font-size: 1.2rem;
    }
}

img {
    width: auto;
    max-width: 100%;
}

a {
    color: #ff0000;
    text-decoration: none;
    transition: all linear .3s;
}

a:hover {
    color: #c30000;
    text-decoration: underline;
    transition: all linear .3s;
}

header .cta-buy-ticket {
    text-align: center;
    margin: 15px auto;
    display: block;
    width: 32%;
}

@media all and (max-width: 769px) {
    header .cta-buy-ticket {
        width: 50%;
    }
}

@media all and (max-width: 769px) {
    .main-menu {
        display: none;
        position: absolute;
        z-index: 3;
        width: 300px;
        background-color: rgba(0,0,0,.8);
        padding: 0 10px 10px 0;
        left: 0;
        top: -30px;
        border-radius: 0 0 10px 0;
    }
}

.main-menu {
    margin-top: 30px;
    margin-bottom: 20px !important;
}

.burger-menu {
    z-index: 2;
    width: 40px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.burger-close {
    z-index: 4;
    width: 25px;
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media all and (min-width: 768px) {
    .burger-menu {
        display: none;
    }
}


@media all and (max-width: 769px) {
    header .logo-gala-container {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    header .logo-gala {
        max-width: 50%;
    }
}


header .main-menu a {
    color: #000000;
    text-transform: uppercase;
    /*background-color: #ff0000;*/
    background-color: #FFFD41;
    margin: 1px;
    border-radius: 0 !important;
    transition: all linear .3s;
}

header .main-menu a:hover {
   /*background-color: #c30000;*/
   background-color: #e7e507;
    transition: all linear .3s;
}

section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px;
}

/*.section-header {*/
    /*border-top: 0px solid #ffffff;*/
/*}*/

/*.section-header span {*/
    /*text-transform: uppercase;*/
    /*background-color: #ff0000;*/
    /*display: inline-block;*/
    /*padding: 2px 20px 2px 30px;*/
    /*font-size: .8rem;*/
/*}*/

section.fights img.fights-table {
    margin: 25px auto;
}

/*section.partners img.suzuki {*/
/*    width: 20%;*/
/*}*/

section.fighters .fighter-img {
    margin: 70px 0 20px;
    max-width: 70%;
}

section.fighters .logo-top-team {
    margin: 70px 0 20px;
    width: 50%;
    min-width: 250px;
    max-width: 500px;
}

section.gallery p.copy {
    margin: 20px 0;
}

/*section.partners img.suzuki {*/
/*    width: 13%;*/
/*    vertical-align: bottom;*/
/*}*/

/*section.partners img.lubelskie {*/
/*    width: 30%;*/
/*    vertical-align: bottom;*/
/*    !*margin: 0 0 0 3%;*!*/
/*}*/

/*section.partners img.lublin {*/
/*    width: 34%;*/
/*    vertical-align: bottom;*/
/*    !*margin: 0 3%;*!*/
/*}*/

/*section.partners img.polski-cukier {*/
/*    width: 34%;*/
/*    vertical-align: bottom;*/
/*    !*margin: 0 3%;*!*/
/*}*/

/*section.partners img.pzb {*/
/*    width: 14%;*/
/*    vertical-align: bottom;*/
/*}*/

/*@media all and (max-width: 400px) {*/
/*    section.partners img.suzuki {*/
/*        width: 25%;*/
/*        margin-bottom: 7%;*/
/*    }*/

/*    section.partners img.lubelskie {*/
/*        width: 66%;*/
/*        margin: 0 0 7% 7%;*/
/*    }*/

/*    section.partners img.lublin {*/
/*        width: 65%;*/
/*        margin: 0 7% 0 -23%;*/
/*    }*/

/*    section.partners img.polski-cukier {*/
/*        width: 65%;*/
/*        margin: 0 7% 0 -23%;*/
/*    }*/

/*    section.partners img.pzb {*/
/*        width: 25%;*/
/*    }*/
/*}*/

section.contact img.logo {
    width: 23%;
    max-width: 350px;
    min-width: 150px;
    margin: 30px auto 70px;
}

section.contact p {
    margin-bottom: 60px;
}

.cookies_info {
    position: fixed;
    float: left;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #000000;
    padding: 10px;
    font-size: .7rem;
    display: none;
}

.cookies_info .cookies_copy {
    display: inline-block;
    width: 80%;
    text-align: left;
}

.cookies_info .cookies_close {
    display: inline-block;
    float: right;
    width: 15%;
    min-width: 60px;
    text-align: right;
    cursor: pointer;
}

.mb-10 {
    margin-bottom: 150px;
}

@media all and (max-width: 769px) {
    .mb-10 {
        margin-bottom: 15px;
    }
}

.ekko-lightbox h4 {
    color: #000000;
}