

/* Start:/local/templates/redline/components/bitrix/subscribe.form/main_new_template/style.css?17488597061450*/
.interactive-subscribe .checkbox-wrapper {
    position: relative;
    margin: 15px 0;
}

.interactive-subscribe .checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.interactive-subscribe .checkbox-wrapper label {
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    display: block;
}

.interactive-subscribe .checkbox-wrapper label a {
    color: #0066cc;
    text-decoration: underline;
}

.interactive-subscribe .checkbox-wrapper .checkbox-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.interactive-subscribe .checkbox-wrapper input[type="checkbox"]:checked + label .checkbox-icon {
    background: #0066cc;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.3);
}

.interactive-subscribe-form .checkbox-wrapper span {
    margin-left: 0;
}

@media (min-width: 1280px) {
    .interactive-subscribe .checkbox-wrapper {
        min-width: 500px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .interactive-subscribe-form .checkbox-wrapper span {
        margin-left: 0;
    }
}
/* 
.interactive-subscribe .checkbox-wrapper input[type="checkbox"]:focus + label .checkbox-icon {
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.3);
} */
/* End */
/* /local/templates/redline/components/bitrix/subscribe.form/main_new_template/style.css?17488597061450 */
