

/* Start:/local/templates/rossait/styles.css?17610544653000*/
a.checkbox-label {
    text-decoration: underline;
    padding-left: 1rem;
}

.form__block .checkbox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    gap: 0.8rem;
}

@media (max-width: 991.98px) {
    .form__block .checkbox__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.form__block .checkbox__emulator {
    display: block;
    height: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    position: relative;
    background-color: transparent;
    border: 1px solid #d6dbe0;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form__block .checkbox__emulator::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    -webkit-transition: ease-out 0.15s;
    transition: ease-out 0.15s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0473 6.59209L8.29733 15.3421C7.97189 15.6675 7.44425 15.6675 7.11882 15.3421L2.95215 11.1754L4.13066 9.99691L7.70807 13.5743L15.8688 5.41357L17.0473 6.59209Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form__block .checkbox__label {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 140%;
    color: #383b56;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .form__block .checkbox__label {
        font-size: 1.6rem;
    }
}

.form__block .checkbox__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: auto; /* важно! */
    top: 100%;
    left: 1rem;
}

.form__block .checkbox__input:checked ~ .checkbox__emulator {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form__block .checkbox__input:checked ~ .checkbox__emulator::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* End */
/* /local/templates/rossait/styles.css?17610544653000 */
