@charset "utf-8";

a:visited,
a:link,
a:active {
    color: black;
    text-decoration: none;
}

a[href^="tel:"] {
    text-decoration: inherit;
    color: inherit;
}

.close {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 2813px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 20px;
        right: 20px;
        height: 70px;
        width: 70px;
        z-index: 5;
        border-radius: 50px;
        background: #AD0714;
        border: 3px solid white;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 34px;
        height: 4px;
        top: 34px;
        left: 18px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 24px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 44px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        right: 0%;
        width: 30%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 18%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 35px;
        font-family: "bufalino";
        font-weight: 700;
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: black;
    }

    #burger:checked ~ nav {
        background: #AD0714;
        height: 380px;
        transition-delay: 0s;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }

    #home {
        width: 1100px;
        height: 705px;
        margin: 0 auto;
    }

    #home_text1 {
        width: 100%;
        text-align: center;
        font-family: "bufalino";
        font-size: 126px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 36px;
    }


    #home_text2 {
        width: 500px;
        text-align: center;
        font-family: "congenial";
        font-size: 80px;
        color: white;
        line-height: 88%;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 50px;
        margin-left: 300px;
    }

    #home_img1 {
        width: 794px;
        float: left;
        clear: both;
        margin-left: 147px;
        margin-top: 13px;
    }

    #home_img2 {
        display: none;
    }

    #home_text3 {
        width: 100%;
        text-align: center;
        font-family: "bufalino";
        font-size: 25px;
        color: #AD0714;
        font-weight: 700;
        float: left;
        clear: both;
        margin-top: -135px;
    }

    #nagrody {
        width: 1100px;
        height: 785px;
        margin: 0 auto;
    }

    #nagrody_title {
        font-family: "bufalino";
        font-size: 110px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: -70px;
    }

    #nagrody_text1 {
        font-family: "bufalino";
        font-size: 55px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 400px;
        margin-left: 189px;
    }

    #nagrody_text2 {
        font-family: "bufalino";
        font-size: 93px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 5px;
        margin-left: 189px;
    }

    #nagrody_img1 {
        width: 264px;
        float: left;
        clear: both;
        margin-left: 189px;
        margin-top: 10px;
    }

    #nagrody_img2 {
        width: 402px;
        float: left;
        margin-left: 100px;
        margin-top: -203px;
    }

    .tv-bar {
        bottom: 0;
        /* lub top: 0 */
        width: 100%;
        height: 350px;
        background: none;
        overflow: hidden;
        display: flex;
        align-items: center;
        z-index: 1;
        position: absolute;
        top: 870px;
    }

    .tv-bar__track {
        width: 100%;
        overflow: hidden;
    }

    .tv-bar__content {
        display: inline-flex;
        white-space: nowrap;
        animation: ticker 15s linear infinite;
    }

    .tv-bar__content span {
        color: #AD0714;
        font-size: 350px;
        font-weight: 900;
        font-family: "bufalino";
        margin-right: 120px;
    }

    @keyframes ticker {
        0% {
            transform: translateX(-50%);
        }

        100% {
            transform: translateX(0%);
        }
    }




    #zasady {
        width: 1100px;
        height: 685px;
        margin: 0 auto;
        margin-top: 160px;
    }

    #zasady_title {
        font-family: "bufalino";
        font-size: 70px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    .zasady_box {
        width: 320px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
    }

    .box2 {
        margin-left: 70px;
    }

    .box3 {
        float: right;
    }

    .zasady_nr {
        width: 75px;
        height: 75px;
        background: transparent;
        border: 5px solid #AD0714;
        border-radius: 50px;
        color: #AD0714;
        text-align: center;
        font-size: 36px;
        font-family: "bufalino";
        font-weight: 800;
        line-height: 78px;
        margin-left: 117.5px;
        margin-bottom: 30px;
    }

    .zasady_text {
        width: 100%;
        color: #AD0714;
        font-size: 32px;
        line-height: 110%;
        font-family: "bufalino";
        font-weight: 700;
        float: left;
        clear: both;
        text-align: center;
    }

    #bold {
        font-weight: 800;
    }

    #zasady_text1 {
        width: 800px;
        color: #AD0714;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        font-family: "bufalino";
        font-weight: 700;
        margin-left: 150px;
        margin-top: 40px;
        float: left;
        clear: both;
    }

    #rules_download {
        display: inline-block;
        width: 260px;
        height: 75px;
        background: #AD0714;
        color: white;
        float: left;
        clear: both;
        border: 5px solid white;
        line-height: 85px;
        margin-top: 35px;
        margin-left: 415px;
        font-family: 'bufalino';
        font-weight: 800;
        border-radius: 50px;
        text-align: center;
        font-size: 55px;
        cursor: pointer;
    }

    #zasady_img1 {
        width: 514px;
        float: left;
        clear: both;
        margin-left: 290px;
        margin-top: 20px;
    }

    #kontakt {
        width: 1100px;
        height: 400px;
        margin: 0 auto;
    }

    #kontakt_title {
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 800;
        font-size: 70px;
        float: left;
        width: 100%;
        text-align: center;
    }

    #kontakt_company {
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 700;
        font-size: 32px;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .kontakt_box {
        width: 366px;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
    }

    #kontakt_icon1 {
        width: 49px;
        float: left;
        clear: both;
        margin-left: 158.5px;
        margin-bottom: 25px;
    }

    #kontakt_icon2 {
        width: 63px;
        float: left;
        clear: both;
        margin-left: 151.5px;
        margin-bottom: 11px;
    }

    #kontakt_icon3 {
        width: 63px;
        float: left;
        clear: both;
        margin-left: 151px;
        margin-bottom: 12px;
    }

    #kontakt_phone {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        float: left;
        clear: both;
    }

    #foot_email {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_link {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
    }
}

@media screen and (max-width: 1100px) and (min-width: 200px) {

    html,
    body {
        width: 100%;
        height: 2664px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/mobile_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 46px;
        width: 46px;
        z-index: 5;
        border-radius: 50px;
        background: #AD0714;
        border: 3px solid white;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 20px;
        height: 3px;
        top: 22px;
        left: 13px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 16px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 28px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "Myriad Pro Bold";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #AD0714;
        height: 100%;
        transition-delay: 0s;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 490px;
        margin: 0 auto;
    }

    #home_text1 {
        width: 100%;
        text-align: center;
        font-family: "bufalino";
        font-size: 64px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 50px;
    }


    #home_text2 {
        width: 320px;
        text-align: center;
        font-family: "congenial";
        font-size: 48px;
        color: white;
        line-height: 88%;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 35px;
        margin-left: 0px;
    }

    #home_img1 {
        display: none;
    }

    #home_img2 {
        width: 320px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 21px;
    }

    #home_text3 {
        width: 100%;
        text-align: center;
        font-family: "bufalino";
        font-size: 20px;
        color: #AD0714;
        font-weight: 600;
        float: left;
        clear: both;
        margin-top: -20px;
    }

    #nagrody {
        width: 320px;
        height: 555px;
        margin: 0 auto;
    }

    #nagrody_title {
        font-family: "bufalino";
        font-size: 64px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    #nagrody_text1 {
        font-family: "bufalino";
        font-size: 28px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 320px;
    }

    #nagrody_text2 {
        font-family: "bufalino";
        font-size: 48px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    #nagrody_img1 {
        width: 138px;
        float: left;
        clear: both;
        margin-left: 91px;
        margin-top: 5px;
    }

    #nagrody_img2 {
        width: 230px;
        float: left;
        margin-left: 45px;
        margin-top: -320px;
    }

    .tv-bar {
        bottom: 0;
        /* lub top: 0 */
        width: 100%;
        height: 100px;
        background: none;
        overflow: hidden;
        display: flex;
        align-items: center;
        z-index: 1;
        position: absolute;
        top: 570px;
    }

    .tv-bar__track {
        width: 100%;
        overflow: hidden;
    }

    .tv-bar__content {
        display: inline-flex;
        white-space: nowrap;
        animation: ticker 15s linear infinite;
    }

    .tv-bar__content span {
        color: #AD0714;
        font-size: 74px;
        font-weight: 800;
        font-family: "bufalino";
        margin-right: 30px;
    }

    @keyframes ticker {
        0% {
            transform: translateX(-50%);
        }

        100% {
            transform: translateX(0%);
        }
    }


    #zasady {
        width: 320px;
        height: 1005px;
        margin: 0 auto;
        margin-top: 0px;
    }

    #zasady_title {
        font-family: "bufalino";
        font-size: 48px;
        color: #AD0714;
        font-weight: 800;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    .zasady_box {
        width: 320px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 30px;
    }

    .box2 {}

    .box3 {}

    .zasady_nr {
        width: 55px;
        height: 55px;
        background: transparent;
        border: 5px solid #AD0714;
        border-radius: 50px;
        color: #AD0714;
        text-align: center;
        font-size: 26px;
        font-family: "bufalino";
        font-weight: 800;
        line-height: 59px;
        margin-left: 127.5px;
        margin-bottom: 20px;
    }

    .zasady_text {
        width: 100%;
        color: #AD0714;
        font-size: 24px;
        line-height: 110%;
        font-family: "bufalino";
        font-weight: 700;
        float: left;
        clear: both;
        text-align: center;
    }

    #bold {
        font-weight: 800;
    }

    #zasady_text1 {
        width: 260px;
        color: #AD0714;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        font-family: "bufalino";
        font-weight: 700;
        margin-left: 30px;
        margin-top: 30px;
        float: left;
        clear: both;
    }

    #rules_download {
        display: inline-block;
        width: 200px;
        height: 60px;
        background: #AD0714;
        color: white;
        float: left;
        clear: both;
        border: 5px solid white;
        line-height: 68px;
        margin-top: 25px;
        margin-left: 55px;
        font-family: 'bufalino';
        font-weight: 800;
        border-radius: 50px;
        text-align: center;
        font-size: 43px;
        cursor: pointer;
    }

    #zasady_img1 {
        width: 320px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 25px;
    }

    #kontakt {
        width: 320px;
        height: 400px;
        margin: 0 auto;
    }

    #kontakt_title {
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 800;
        font-size: 40px;
        float: left;
        width: 100%;
        text-align: center;
    }

    #kontakt_company {
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 700;
        font-size: 24px;
        float: left;
        width: 70%;
        margin-left: 15%;
        text-align: center;
        margin-top: 30px;
    }

    .kontakt_box {
        width: 320px;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
    }

    #kontakt_icon1 {
        width: 49px;
        float: left;
        clear: both;
        margin-left: 135.5px;
        margin-bottom: 15px;
    }

    #kontakt_icon2 {
        width: 63px;
        float: left;
        clear: both;
        margin-left: 128.5px;
        margin-bottom: 10px;
    }

    #kontakt_icon3 {
        width: 63px;
        float: left;
        clear: both;
        margin-left: 128.5px;
        margin-bottom: 10px;
    }

    #kontakt_phone {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        float: left;
        clear: both;
    }

    #foot_email {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_link {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "bufalino";
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
    }
}
