.bg-full-page,
.bg-table-page {
    display: none;
    background-position: top right;
}
.bg-table-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
}
.bg-mobile-page {
    display: block;
}
.bg-mobile-page img {
    width: 100%;
}
.main-content > .btn.btn-primary {
    margin-top: 5px;
    box-sizing: border-box;
    font-size: 20px;
}
.legal__container > div {
    font-size: 10px;
}
.registration .block-field-group .form-group .required {
    font-size: 12px;
}
@media(min-width: 768px) {
    .main-content > .btn.btn-primary {
        width: 100%;
    }
    .bg-mobile-page {
        display: none;
    }
    .bg-table-page {
        display: block;
    }
}

@media(min-width: 992px) {
    .content-wrapper {
        width: 32%;
    }
    .registration-wrapper {
        left: 32%;
    }
    .main-content > .btn.btn-primary {
        max-width: 50%;
    }
    .main-content > p {
        font-size: 11px;
    }
    .main-content > h2 {
        font-size: 18px;
    }
    .bg-full-page  {
        display: block;
    }
    .bg-table-page {
        display: none;
    }
}

@media(min-width: 1200px) {
    .content-wrapper {
        width: 30%;
    }
    .registration-wrapper {
        left: 30%;
    }
}