.form-checkbox {
    font-size: 0.875rem;
    line-height: 1.357;
    cursor: pointer;
}
.form-checkbox__check {
    display: block;
    height: 1.375rem;
    opacity: 0;
    width: 1.375rem;
}
.form-checkbox__check-box {
    margin-right: 0.5rem;
    position: relative;
}
.form-checkbox__check-facade {
    border: 1px solid #D1D1D1;
    border: 1px solid var(--G-color-gray-dark);
    border-radius: 0.1875rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.form-checkbox__check-icon {
    visibility: hidden;
}
.form-checkbox__check:checked + .form-checkbox__check-facade .form-checkbox__check-icon {
    visibility: visible;
}
.form-checkbox--error .form-checkbox__check-facade {
    border: 1px solid #FF5353;
    border: 1px solid var(--G-color-error);
}
.form-checkbox--delivery {
    letter-spacing: -0.03em;
}
.form-checkbox--delivery .form-checkbox__check-facade {
    background-color: #fff;
}
.form-checkbox--goods .form-checkbox__check-facade {
    background-color: #fff;
}
.form-checkbox--goods .form-checkbox__check:checked + .form-checkbox__check-facade {
    background-color: #49C981;
    background-color: var(--G-color-green);
}
.form-checkbox--goods .form-checkbox__check:checked + .form-checkbox__check-facade .form-checkbox__check-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.184615 7.61518C0.0615385 7.4921 0 7.30749 0 7.18441C0 7.06133 0.0615385 6.87672 0.184615 6.75364L1.04615 5.8921C1.29231 5.64595 1.66154 5.64595 1.90769 5.8921L1.96923 5.95364L5.35385 9.58441C5.47692 9.70749 5.66154 9.70749 5.78462 9.58441L14.0308 1.03056H14.0923C14.3385 0.784409 14.7077 0.784409 14.9538 1.03056L15.8154 1.8921C16.0615 2.13825 16.0615 2.50749 15.8154 2.75364L5.96923 12.969C5.84615 13.0921 5.72308 13.1536 5.53846 13.1536C5.35385 13.1536 5.23077 13.0921 5.10769 12.969L0.307692 7.79979L0.184615 7.61518Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
.form-checkbox--loading .form-checkbox__check-facade {
    background-color: #fff;
}
.form-checkbox--storefront .form-checkbox__check {
    width: 1.125rem;
    height: 1.125rem;
}
.form-checkbox--storefront .form-checkbox__check-box {
    margin-right: 0.75rem;
}
.form-checkbox--storefront .icons-pool {
    height: 0.75rem;
    width: 0.75rem;
    background-repeat: no-repeat;
}
.form-checkbox--storefront .form-checkbox__check:checked + .form-checkbox__check-facade .form-checkbox__check-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.184615 7.61518C0.0615385 7.4921 0 7.30749 0 7.18441C0 7.06133 0.0615385 6.87672 0.184615 6.75364L1.04615 5.8921C1.29231 5.64595 1.66154 5.64595 1.90769 5.8921L1.96923 5.95364L5.35385 9.58441C5.47692 9.70749 5.66154 9.70749 5.78462 9.58441L14.0308 1.03056H14.0923C14.3385 0.784409 14.7077 0.784409 14.9538 1.03056L15.8154 1.8921C16.0615 2.13825 16.0615 2.50749 15.8154 2.75364L5.96923 12.969C5.84615 13.0921 5.72308 13.1536 5.53846 13.1536C5.35385 13.1536 5.23077 13.0921 5.10769 12.969L0.307692 7.79979L0.184615 7.61518Z' fill='%230096EA'/%3E %3C/svg%3E");
}
.l-form-checkbox {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.l-form-checkbox__checkBox {
    flex-shrink: 0;
}
.l-form-checkbox__check-facade {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}