html, body {
    height: 100%;
}
body {
    font-family: 'LO:RRACH BETA', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    background: #ffffff;
    overflow-x: hidden;
}


.wrapper {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    background-image: url('../img/main-prize.png'), url('../img/bg.jpg');
    background-position: center bottom, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 280px 513px, cover;
    min-height: 100%;
}

.header {
    background-color: transparent;
    padding: 20px 0;
}
.header .logo {
    margin-right: 20px;
}



.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 1 auto;
}
.content .container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}
.content .date {
    color: #3C2775;
    font-size: 20px;
    font-weight: 800;
    margin-top: 85px;
}
.content h1 {
    color: #3C2775;
    font-size: 58px;
    line-height: 58px;
    font-weight: 800;
    margin: 20px 0;
}
.content h2 {
    color: #3C2775;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 60px 0;
}
.content .btn-wrap {
    margin-bottom: 60px;
}
.btn-outline-light {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #3C2775;
    background-color: #fff;
    padding: 30px 55px 25px 55px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    border: 4px solid #3C2775;
}
.btn-outline-light:hover {
    background-color: #3C2775;
    color: #ffffff;
    border: 4px solid #3C2775;
}
.content .prizes {
    margin-top: auto;
    width: 520px;
    height: 172px;
}
.footer {
    margin-bottom: 40px;
}
.footer .text {
    padding: 0 60px 0 60px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
}
.footer .text a {
    color: #ffffff;
}


@media (min-width: 1920px) {
    .wrapper {
        height: 100%;
        background-size: 280px 513px, cover;
    }
    .footer .container {
        max-width: 100%;
    }
    .footer .text {
       max-width: 1300px;
    }
}
@media (min-width: 1230px) and (max-width: 1920px) {
    .footer .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .content .prizes {
        margin-bottom: -100px;
        width: 420px;
        height: auto;
    }
    .footer .text {
        padding: 0 60px 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
        background-position: right 0 bottom, center center;
    }
    .content .prizes {
        margin-bottom: -100px;
        width: 340px;
        height: auto;
    }
    .footer .text {
        padding: 0 10px 0 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wrapper {
        background-image: url('../img/main-prize.png'), url('../img/bg-m.jpg');
        background-position: right bottom, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: 169px 310px, cover;
        height: 100%;
        min-height: 1111px;
    }
    .content .date {
        font-size: 18px;
        margin-top: 30px;
        text-align: center;
    }
    .content h1 {
        font-size: 48px;
        line-height: 48px;
        text-align: center;
        margin: 15px 0;
    }
    .content h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 0 60px 0;
    }
    .content .btn-wrap {
        text-align: center;
    }
    .btn-outline-light {
        padding: 30px 50px 25px 50px;
    }
    .content .prizes {
        width: 244px;
        height: auto;
        margin-bottom: 20px;
    }
    .footer .text {
        padding: 0 60px 0 0;
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .wrapper {
        background-image: url('../img/main-prize.png'), url('../img/bg-m.jpg');
        background-position: right bottom, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: 169px 310px, cover;
        height: 100%;
        min-height: 1111px;
    }
    .content .date {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
    }
    .content h1 {
        font-size: 48px;
        line-height: 48px;
        text-align: center;
        margin: 10px 0;
    }
    .content h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .content .btn-wrap {
        text-align: center;
    }
    .btn-outline-light {
        padding: 30px 50px 25px 50px;
    }
    .content .prizes {
        width: 230px;
        height: auto;
        margin-bottom: 12px;
    }
    .footer {
        margin-bottom: 15px;
    }
    .footer .text {
        font-size: 11px;
        padding: 0 70px 0 0;
    }
}

@media (min-width: 0) and (max-width: 390px) {

}

