#modal_accept-consent {
    margin: auto;
    max-width: 675px
}
#modal_accept-consent .modal__body {
    padding: 70px 43px 40px 44px;
}
#modal_accept-consent .content p:not(:last-child) {
    margin-bottom: 24px;
}
#modal_accept-consent .content {
    font-size: 20px;
    line-height: 28px;
}
#modal_accept-consent .field__checkbox .field__label,
#modal_accept-consent .field__checkbox label {
    font-width: 350;
    font-size: 18px;
    line-height: 24px;
}
#modal_accept-consent .mfp-close {
    top: 12px;
    right: 28px;
}
#modal_accept-consent .sub-head {
    text-transform: lowercase;
    color: #707075;
}
#modal_accept-consent .modal__footer {
    padding: 0 44px 56px;
    background: none;
}
@media screen and (max-width: 1023px) {
    #modal_accept-consent .modal__body {
        padding-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    #modal_accept-consent {
        margin: 0 16px;
    }
    #modal_accept-consent .modal__body {
        padding: 56px 24px 32px 24px;
    }
    #modal_accept-consent .content {
        font-size: 18px;
        line-height: 24px;
    }
    #modal_accept-consent .modal__footer {
        padding: 0 24px 40px;
    }
    #modal_accept-consent .modal__btns,
    #modal_accept-consent .button {
        width: 100%;
    }
    #modal_accept-consent .button {
        padding: 6px 22px;
        font-size: 26px;
        line-height: 36px;
    }
}