/* Десктоп */
@media(min-width: 490px) {
    .container-wrapper {
        width: 490px;
        max-width: 490px;
        padding: 52px 69px 22px 68px;
        background-image: url('/images/new-background.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .logo {
        padding: 0;
    }

    .logo img {
        max-width: 353px;
        margin-bottom: 35px;
    }

    #register {
        max-width: 353px;
        background-color: transparent;
        background-image: none;
        padding: 0;
    }

    #register input {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 11px;
        color: #393939;
        font-weight: 300;
        padding: 12px 24px 14px 24px;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.32);
    }

    #register .form-group {
        margin: 0px 6px 28px 6px;
    }

    #register .flag-container {
        padding-left: 12px;
        padding-right: 15px;
    }

    #register input.phone {
        padding-left: 65px !important;
    }

    #register .buttongroup {
        width: 100%;
        margin: 27px 6px 21px 6px;
    }

    #register .buttongroup button {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #C99C3B;
        background-color: white;
        margin-bottom: 11px;
        border: 0px;
    }

    #register .buttongroup button.selected {
        background-color: #C99C3B;
        color: white;
    }

    #register .form-check {
        margin-left: 40px;
        margin-bottom: 20px;
    }

    #register .age {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
    }

    #submitForm {
        background-color: #C99C3B;
        margin: 0px 36px 30px 36px;
    }

    .disclaimer {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
    }
}

/* Телефон */
@media(max-width: 489px) {
    .container-wrapper {
        width: 100%;
        padding: 20px;
        background-image: url('/images/new-background.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .logo {
        padding: 0;
    }

    .logo img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    #register {
        background-color: transparent;
        background-image: none;
        padding: 0;
    }

    #register input {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        line-height: 11px;
        color: #393939;
        font-weight: 300;
        padding: 12px 24px 14px 24px;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.32);
        margin: 0px 0px 28px 0px;
    }

    #register .flag-container {
        padding-left: 12px;
        padding-right: 15px;
    }

    #register input.phone {
        padding-left: 65px !important;
    }

    #register .buttongroup {
        width: 100%;
        margin: 27px 0px 21px 0px;
    }

    #register .buttongroup button {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #C99C3B;
        background-color: white;
        margin-bottom: 11px;
        border: 0px;
    }

    #register .buttongroup button.selected {
        background-color: #C99C3B;
        color: white;
    }

    #register .form-check {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #register .age {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
    }

    #submitForm {
        width: 100%;
        background-color: #C99C3B;
        margin: 0px 20px 30px 20px;
    }

    .disclaimer {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
    }
}