body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

footer {
    background-color: #383e48;
    color: #7d7d7d;
}

footer a {
    color: #7d7d7d;
}

footer a:focus, a:hover {
    color: #5281b0;
}

footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bookofoz_section, .bonanza_section {
    height: 80%;
    display: none;
}

.bookofoz_section .free_spins {
    align-self: center;
    margin-top: -30%;
    padding: 0 50px;
}

.bonanza_section .free_spins {
    align-self: center;
    margin-top: 55%;
    padding: 0 50px;
}

.bookofoz_section .free_spins img, .bonanza_section .free_spins img {
    width: 100%;
    max-width: 338px;
}

.copyright_text {
    margin-top: 20px;
}

.copyright_text img {
    opacity: 0.5;
}

.payment_section {
    background-color: #333943;
    color: #7d7d7d;
    padding: 100px 0;
}

.games_section {
    margin-top: 100px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.games_section h4 {
    color: #5281b0;
    font-weight: 300;
    margin-bottom: 20px;
}

.payment_section .payment_logo {
    text-align: center;
    border-right: 1px solid #818181;
}

.payment_section .payment_logo img {
    opacity: 0.5;
    margin: 10px 20px;
}

.payment_section .payment_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment_section .payment_text p {
    margin-left: 30px;
}

.text_section {
    padding: 100px 0;
    background-color: #ffffff;
    color: #505050;
}

.text_section h1 {
    color: #2b5a89;
}

.vendor_section {
    background-color: rgb(43, 90, 137);
}

.steps_section {
    background-color: rgb(51, 57, 67);
}

.steps_section .row > div > div {
    background-color: rgb(45, 47, 51);
    height: 100%;
    padding: 30px;
}

.steps_section .row > div > div > img {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 186px;
}

.steps_section .row > div > div h4 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.vendor_section .left_col {
    background-image: url("../img/col_bg.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.vendor_section .left_col ul {
    list-style-type: none;
}

.vendor_section .left_col ul > li:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../img/list_check.png") no-repeat;
    margin-left: -50px;
    margin-bottom: -13px;
    margin-right: 10px;
}

.vendor_section .left_col ul > li {
    padding: 10px 0;
    font-size: 24px;
}

.vendor_section .right_col {
    background-color: #416b95;
    padding: 80px;
}

.vendor_section .right_col .row > div {
    padding: 10px 5px;
}

.vendor_section .right_col .row > div img {
    width: 100%;
    max-width: 180px;
}

.masthead {
    background-image: url("../img/top_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #301210;
    background-position-x: 50%;
    height: auto;
    min-height: 80%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.reg_form {
    width: 26%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
}

.reg_form h3 {
    text-transform: initial;
    font-style: italic;
    margin-bottom: 10px;
}

.reg_form .form-check-input {
    margin-left: 0px;
}

.reg_form .form-check-label {
    margin-left: 20px;
}

.reg_form input, .reg_form select {
    border-radius: 0;
}

.reg_form select > option:first-child {
    display: none;
}

.reg_form .btn-reg {
    width: 100%;
    text-transform: inherit;
    background-color: #10b704;
    border: none;
    color: #fff;
    font-size: 36px;
    border-radius: 50px;
}

.masthead .free_spins {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

.form_logo {
    width: 100%;
    padding-bottom: 2rem;
}
::selection{
    background: hsla(0, 0%, 0%, 0.19);
}
.modal .modal-content{
    border-radius: 0;
}
.modal .btn-primary {
    border: none;
    background-color: #10b704;
    color: #fff;
    border-radius: 20px;
    padding: .375rem 1.75rem;
}
.modal .modal-header, .modal .modal-footer{
    border: none;
}
.wb_text{
    color: #f7ffa4;
    text-shadow: 5px 5px 10px #000;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1em;
}
.wb_text_eur{
    color: #f7ffa4;
    text-shadow: 5px 5px 10px #000;
    font-size: 5.3vw;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 2rem;
}
@media (max-width: 1200px) {
    .masthead .free_spins {
        width: 220px;
    }

    .masthead .free_spins img {
        width: 100%;
    }

    .reg_form {
        width: 31%;
    }

    .form_logo {
        width: 70%;
        padding-bottom: 1rem;
    }

    .vendor_section .left_col ul > li {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .wb_text{
        font-size: 2.3vw;
    }
    .wb_text_eur{
        font-size: 7.3vw;
    }
    .masthead{
        background-size: 108%;
    }

    .reg_form {
        width: 40%;
    }

    .steps_section .row > div > div h4 {
        font-size: 24px;
    }
    .steps_section .row > div > div p {
        font-size: 14px;
    }

    .games_section {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    footer .container {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    footer .container div {
        text-align: center;
    }

    footer .container div:first-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .wb_text{
        font-size: 4.6vw;
    }
    .wb_text_eur{
        font-size: 14.3vw;
    }
    .masthead .free_spins {
        display: none;
    }
    .masthead {
        background-size: 300%;
    }

    .bookofoz_section {
        background: url("../img/top_bg.jpg") no-repeat;
        height: 80%;
        background-position-x: -20px;
        /*background-position-x: -100px;*/
        background-size: cover;
        display: flex;
        justify-content: center;
    }
    .bookofoz_section .free_spins {
        align-self: flex-end;
        margin-bottom: 5%;
    }

    .bonanza_section {
        background: url("../img/top_bg.jpg") no-repeat;
        height: 80%;
        background-position-x: 98%;
        /*background-position-x: 96%;*/
        background-size: cover;
        display: flex;
        justify-content: center;
    }
    .bonanza_section .free_spins {
        align-self: flex-end;
        margin-bottom: 5%;
    }

    .masthead {
        padding: 0;
    }

    .reg_form {
        width: 100%;
    }

    .vendor_section .left_col {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .steps_section .row > div > div {
        padding: 20px;
    }

    .steps_section .row > div > div h4 {
        font-size: 18px;
    }

    .text_section h1 {
        font-size: 32px;
        line-height: inherit;
    }

    .text_section h2 {
        font-size: 24px;
        line-height: inherit;
    }
}

@media (max-width: 576px) {
    .steps_section .row > div:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .payment_section .payment_logo {
        border-right: none;
        margin-bottom: 20px;
    }

    .steps_section .row > div > div img {
        max-width: 130px;
    }

    .games_section {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.modal {
    color: #333;
}

.modal-content {
}

.redirect-bg {
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000001;
    width: 100%;
    height: 100%;
}

.reload-loader {
    width: 330px;
    height: 70px;
    padding: 20px;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    background: #0b2349;
    z-index: 1000002;
    box-shadow: 0 0 40px -10px #000;
    box-sizing: content-box;
}

.reload-loader img {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

