/* marketing consents */

.marketing-consents .block-check-data {

}

.marketing-consents .block-check-data .block-check-email-form {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.marketing-consents .block-check-data .block-check-email-form-fild-email .fild-input {
    background: #ECEDEE;
    border-radius: 3rem;
    height: 4.8rem;
    width: 28.667rem;
    font-size: 1.3rem;
    padding-left: 2rem;
    border: 2px solid var(--color-night-blue);
}

.marketing-consents .block-check-data .block-check-email-form-submit {
    margin-left: 1rem;
}

.marketing-consents .block-check-data .block-check-email-title, .marketing-consents .title {
    font-size: 2rem;
    font-weight: 800;
}

.marketing-consents .block-check-data .block-check-email-form-submit .btn {
    height: 4.8rem;
    width: 11rem;
    border-radius: 3rem;
    font-size: 1.333rem;
    background: #F5372A;
    border: 2px solid var(--color-night-blue);
    color: #FFFFFF;
    font-weight: 800;
    cursor: pointer;
}

.marketing-consents .block-result-check-marketing-consents {
    margin-top: 5rem;
}

.marketing-consents .block-check-list-item {
    border: 2px solid #828595;
    border-radius: 1.467rem;
    padding: 1rem;
    max-width: 40.067rem;
    margin-bottom: 2rem;
}

.marketing-consents .block-check-list-item .block-name-item {
    font-size: 1.5rem;
    color: #262B40;
}

.marketing-consents .block-check-list-item .block-desc-item {
    font-size: 1.5rem;
    color: #828595;
}

.marketing-consents .block-check-list-item .block-check-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #828595;
    margin-top: 1rem;
}

.marketing-consents .block-check-list-item .block-check-bottom .block-left-check, .marketing-consents .block-check-list-item .block-check-bottom .block-right-check {
    font-size: 1.5rem;
    font-weight: 700;
}

.marketing-consents .block-check-list-item .block-check-bottom .block-right-check {
    cursor: pointer;
}

.marketing-consents .block-check-list {
    margin-top: 1rem;
}

.marketing-consents .block-check-bottom .gray {
    color: #828595;
}

.marketing-consents .block-check-bottom .green {
    color: #388A5A;
}

.marketing-consents .block-text-info {
    max-width: 55.2rem;
    margin-top: 5rem;
}

.block-check-code.block-check-data {
    display: none;
}

.marketing-consents .block-check-list-item.error {
    border: 2px solid red;
}