*, *::before, *::after{
    box-sizing: border-box;
}
body{
    margin:0;
    padding:0;
    background-color: #000;
    position:relative;
}


header{
    background-image: url('../img/header-bg.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


section.xbox{
    color:#fff;
    background-image: url('../img/bg-section3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.konkurs{
    background-image: url('../img/bg-section4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
section.fb{
    color:#fff;
    background-image: url('../img/bg-section3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.copy{
    text-align: left;
    justify-content: left;
}
.wrapper{
    width:90%;
    margin:0 auto;
}
.button-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
.photo-wrapper{
    width:70%;
    margin:0 auto;
}
.wrapper-copy-1{
    width:50%;
    margin:0 auto;
}
.wrapper-copy-2{
    width:55%;
    margin:0 auto;
}
.line{
    opacity: 0.2;
}

h1{
    font-size:36px ;
}
h2{
    font-size:30px ;
}
h3{
    font-size:24px ;
}
h4{
    font-size:20px ;
}
p{
    font-size:16px;
    color:#ddd;
}
ul {
    list-style: disc;
    margin: 0;
}
       
    li {
        margin: 0 0px 15px 0px;
    }
a{
    color:#fff
}

@media screen and (max-width:1440px){
    .wrapper-copy-1{
        width:65%;
        margin:0 auto;
    }
    .wrapper-copy-2{
        width:75%;
        margin:0 auto;
    }
}
@media screen and (max-width:1200px){
    .wrapper-copy-1{
        width:75%;
        margin:0 auto;
    }
    .wrapper-copy-2{
        width:85%;
        margin:0 auto;
    }
}
@media screen and (max-width:991.97px){
    h1{
        font-size:32px ;
    }
    h2{
        font-size:26px ;
    }
    h3{
        font-size:18px ;
    }
    h4{
        font-size:18px ;
    }
    p{
        font-size:14px;
        color:#ddd;
    }

    .photo-wrapper{
        width:100%;
    }

}


@media screen and (max-width:767.97px){
    .copy{
        text-align: center;
        justify-content: center;
    }
    .wrapper{
        width:100%;
    }
    .button-wrapper{
        justify-content: center;
    }
    ul {
        list-style: none;
        padding-left: 0;
    }
    .wrapper-copy-1{
        width:100%;
        margin:0 auto;
    }
    .wrapper-copy-2{
        width:100%;
        margin:0 auto;
    }

}

@media screen and (max-width:459.97px){
    h1{
        font-size:24px ;
    }
    h2{
        font-size:22px ;
    }

}

@media screen and (max-width:350px){
     header h1{
        font-size:25px ;
    }
     header h2{
        font-size:24px ;
    }

}

