form[name="tax"] .is_error {border-bottom: 1px solid red;}
form[name="tax"] .tax__success {color: green;font-weight: bold;font-size: 1rem;}
.block--xs {
    margin-top: 24px;
}
.tax-form__section:not(:last-child) {
    margin-bottom: 27px;
}
.tax-certificate-faq .block__head_center {
    text-align:left;
}
.tax-certificate-faq .block__body_center {
    align-items: flex-start;
}
.tax-form__headline {
    color: #f15b5b;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
}
.tax-form__row {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.tax-form__row:not(:last-child) {
    margin-bottom: 24px;
}
.tax-form__row:not(:last-child).tax-form__row--checkbox {
    margin-bottom: 20px;
}
.tax-form__row > div {
    width: 100%;
}
.tax-form {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    background-color: rgba(252, 252, 252, 1);
    padding: 16px;
}
.tax-form input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    border: 1px solid rgba(217, 217, 217, 1);
    appearance: none;
    vertical-align: middle;
    top: 0;
    margin-top: 2px;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
}
.tax-form input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 4 6 11.333 2.667 8' stroke='%23f15b5b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border-color: #f15b5b;
    background-position: 3px 3px;
    outline: none;
}
.tax-form .checkbox-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
    user-select: none;
}
.tax-form select {
    font-family: Museo Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #656565;
    background: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #656565;
    transition: all 0.1s linear;
}
.tax-form select {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.5L5 5.5L0 0.5H10Z' fill='%23084EEB'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px 6px;
    -webkit-appearance: none;
    appearance: none;
}
.tax-form select:focus,
.tax-form input[type=checkbox]:not(:checked):focus {
    border-color: #0553F1;
    outline: none;
}
.tax-form .input[placeholder]::-webkit-input-placeholder       {color: rgba(101, 101, 101, 0.7);}
.tax-form .input[placeholder]::-moz-placeholder                {color: rgba(101, 101, 101, 0.7);}
.tax-form .input[placeholder]:-moz-placeholder                 {color: rgba(101, 101, 101, 0.7);}
.tax-form .input[placeholder]:-ms-input-placeholder            {color: rgba(101, 101, 101, 0.7);}
.tax-form select {
    color: rgba(101, 101, 101, 0.7);
}

@media screen and (min-width: 768px) {
    .block--xs {
        margin-top: 48px;
    }
    .block--x {
        margin-top: 80px;
    }
    .block__head {
        margin-bottom: 35px;
    }
    .tax-form {
        padding: 30px;
    }
    .tax-form__row--cols3 > div {
        flex: 1;
        max-width: calc(33.33% - 17px);
    }
    .tax-form__section:not(:last-child) {
        margin-bottom: 35px;
    }
    .tax-form__headline {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 21px;
    }
}
@media screen and (min-width: 1920px) {
    .block--x .block__head--s {
        margin-bottom: 40px;
    }
    .tax-form {
        padding: 80px;
    }
}