.form-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0;
    font-size: 0;
    position: relative;}

.form-row:first-child {
    margin-top: 0; }

.form-row:last-child {
    margin-bottom: 0; }
.form-decor .form-row {
    display: block; }
.form-header .form-row {
    margin: 14px 0 17px 0;
}
.form-row__input_240 .rich-text-input {
    width: 80%; }
.form-tooltip__img {
    display: flex;
    align-items: center;
    height: 100%;
    top: 15px;
    right: 14px;
}
.form-tooltip {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    right: 14px;
}
.form-grid__item .form-tooltip {
    height: 50px;
}
.form-tooltip__img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.form-tooltip__box {
    display: none;
    padding: 12px 16px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    font-size: 12px;
    z-index: 1;
}
.form-body__block {
    margin: 30px 0; }

.form-body__block:first-child {
    margin-top: 0; }

.form-body__block:last-child {
    margin-bottom: 0; }

.form-body__block .decor-list {
    padding: 5px 0;
    margin: 15px 0 10px;
    background: -webkit-linear-gradient(left, #dadada 0, #dadada 2px, transparent 2px, transparent 5px) repeat-x 0 0/5px 1px, -webkit-linear-gradient(left, #dadada 0, #dadada 2px, transparent 2px, transparent 5px) repeat-x 0 100%/5px 1px;
    background: -o-linear-gradient(left, #dadada 0, #dadada 2px, transparent 2px, transparent 5px) repeat-x 0 0/5px 1px, -o-linear-gradient(left, #dadada 0, #dadada 2px, transparent 2px, transparent 5px) repeat-x 0 100%/5px 1px;
    background: linear-gradient(to right, #dadada 0, #dadada 2px, transparent 2px, transparent 5px) repeat-x 0 0/5px 1px, linear-gradient(to right, #dadada 0, #dadada 2px, transparent 2px, transparent 5px) repeat-x 0 100%/5px 1px; }

.form-body__block .decor-list_padding {
    padding: 30px 0; }

.form-body__block dl {
    font-size: 0; }

.form-body__block dt {
    display: inline-block;
    vertical-align: baseline;
    padding: 10px 20px 10px 0;
    width: 32%;
    font-size: 14px; }

.form-body__block dd {
    display: inline-block;
    vertical-align: baseline;
    width: 68%;
    padding: 10px 0;
    margin: 0;
    font-size: 14px; }

.form-body__block .decor-list dt {
    padding: 6px 20px 6px 0; }

.form-body__block .decor-list dd {
    padding: 6px 0; }

.form-body__block .summ {
    font-size: 24px;
    margin-top: -6px;
    font-weight: 700;
    color: #009ee0; }
.form-body__block {
    margin: 20px 0;
}

.form-body__block:first-child {
    margin-top: 0;
}

.form-body__block .decor-list_padding {
    padding: 20px 0;
}
.form-row__input_90 .rich-text-input {
    width: 90px; }
.form-row__input_150 .rich-text-input {
    width: 150px; }
.form-grid {
    margin: -8px;
    display: flex;
    flex-wrap: wrap;
}
.form-grid__item {
    position: relative;
    width: 50%;
    padding: 6px 8px;
}
.form-row__input {
    position: relative; }
.form-row__label + .form-row__input {
    display: table-cell;
    vertical-align: top;
    width: 100%;}
.form-decor .form-row__input {
    display: block;
    width: auto; }
.form-row_half .form-row__input {
    display: block;
    width: auto; }
.price-description {
    display: none;
    padding: 11px 16px;
    align-items: center;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.price-description.open {
    display: flex;
}

.price-description img {
    width: 40px;
    height: auto;
}

.price-description .text {
    margin-left: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
.form.js-tabs.js-ajax-init {
    z-index: 1000;
}
.logo-payments__cards-middle {
    float: left;
    margin-right: 7px;
    line-height: 35px;
    width: 40px; }
.logo-payments__cards-middle.wide {
    width: 70px;
}
.form-footer__logo-payments {
    float: none;
    min-height: 35px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.charity-donation-form {
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.15);
    position: relative;
    z-index: 1000;
}
.mobile-br {
    display: none;
}
.form-footer .link {
    margin: 0;
    float: none;
    display: block;
    text-align: center;
    color: #009EE0;
    font-size: 12px;
    opacity: 1;
}
.link-text {
    border-bottom: 1px solid; }
.no-touch a:hover .link-text {
    border-bottom: 1px solid; }
.input-group__link .link-text {
    color: #009ee0;
    border-bottom: 1px solid; }
.content-footer-item__title .link-text {
    border-color: rgba(254, 254, 254, 0.4); }
.footer-link .link-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.form-footer {
    float: none;
    overflow: hidden;
    padding: 0 38px 20px;
}
.form .form-body {
    padding: 20px 64px 0 64px;
    background: #ffffff;
    color: #292b2c;
    overflow: hidden; }
.form-body > .tabs__tab,
.form-body > form > .tabs__tab {
    padding: 38px 0 10px; }
.form-header {
    padding: 28px 45px 10px;
    background: #ec7404;
    color: #ffffff; }
.form-header__title {
    font-size: 30px;
    margin-bottom: 14px;
}
.group-decor {
    margin: -5px; }
.input-group-decor {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    border-radius: 4px;}
.input-group-decor .radio-label {
    width: 70px;
    height: 70px;
    padding: 10px;
    text-align: center; }
.input-group-decor .radio-decor-visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: #eaeff1; }
.input-group-decor .radio-decor-content {
    position: relative;
    color: #009ee0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    z-index: 2; }
.input-group-decor .radio-title {
    display: block;
    font-size: 30px;
    line-height: 30px; }
.input-group-decor .radio-subtitle {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; }
.input-group-decor .radio:checked ~ .radio-decor-visual {
    background: #009ee0; }
.input-group-decor .radio:checked ~ .radio-decor-content {
    color: #ffffff; }
.input-group-decor .radio-title,
.form-decor__title {
    font-size: 24px;
    line-height: 34px; }
.input-group-decor .radio-label {
    width: 60px;
    height: 60px;
    padding: 5px; }
.input-group-decor .radio:checked ~ .radio-decor-visual:after {
    display: block;
}
.checkbox-label, .radio-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 3px 42px; }

.radio-label {
    cursor: pointer; }
.no-touch .radio-label:hover .radio-visual {
    border-color: #00a3d9; }
.no-touch .radio-label:hover .radio:checked ~ .radio-visual:after {
    opacity: .7; }
.checkbox, .radio {
    display: none; }
.radio-decor-visual {
    border-radius: 4px;
}
.radio-decor-visual:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #009ee0 transparent transparent transparent;

    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.form-footer__row {
    text-align: center; }

.form-footer__row img {
    margin-right: 30px;
    margin-top: -10px; }

.form-footer__row .link {
    display: inline-block;
    margin: 25px 0px 0;
    font-size: 14px; }

.form-footer__logo-payments {
    float: left; }
.no-touch .form-footer__row a:hover {
    opacity: 1; }
.link {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
.no-touch .link:hover {
    color: #009ee0; }
.rich-text-input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative; }
.rich-text-input-hint {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 18px;
    opacity: 0.5; }
.rich-text-input__message {
    display: none;
    text-align: left;
    left: 12px;
    right: 0;
    top: 100%;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    z-index: 1; }
.rich-text-input.active ~ .rich-text-input__message,
.rich-text-input.error ~ .rich-text-input__message {
    display: block; }
.rich-text-input__message_error {
    color: red; }
.rich-text-input__message_error {
    position: static;
}
.input {
    height: 40px;
    padding: 0 20px;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
    background: #eaeff1; }
.form-decor .input {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding: 0; }
.agreement-wrapper {
    margin: 29px 0 15px 0;
}
.input-group {
    font-size: 0; }
.input-group_complex {
    font-size: 14px; }
.input-group_complex .checkbox-text, .input-group_complex .radio-text {
    font-size: 14px;
    margin-right: 5px; }
.input-group_complex .input-group__item {
    margin: 0;
    width: 100%; }
.input-group_complex .checkbox-visual {
    top: 50%;
    margin-top: -15px; }
.input-group__item:last-child {
    margin-right: 0; }
.input-group_complex {
    font-size: 14px; }
.input-group_complex .checkbox-text, .input-group_complex .radio-text {
    font-size: 14px;
    margin-right: 5px; }
.input-group_complex .input-group__item {
    margin: 0;
    width: 100%; }
.half-block .input-group__item {
    margin: 5px 0 15px; }
.half-block .input-group__item:last-child {
    margin-bottom: 0; }
.input-group__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
.checkbox-label label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.no-touch .checkbox-label label:hover .checkbox-visual,
.no-touch .radio-label:hover .radio-visual {
    border-color: #00a3d9; }

.no-touch .checkbox-label:hover .checkbox:checked ~ .checkbox-visual:after,
.no-touch .radio-label:hover .radio:checked ~ .radio-visual:after {
    opacity: .7; }
.checkbox:disabled ~ .checkbox-visual,
.checkbox:disabled ~ .checkbox-visual::after,
.radio:disabled ~ .radio-visual {
    border-color: rgba(0, 0, 0, 0.16); }
.checkbox:checked ~ .checkbox-visual::after,
.radio:checked ~ .radio-visual::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    -ms-transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    -o-transform: rotate(-45deg) translate3D(0, 0, 0) scale(1);
    transform: rotate(-45deg) translate3D(0, 0, 0) scale(1); }
/********** btn **********/
.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 60px;
    padding: 0 30px;
    line-height: 0;
    font-size: 19px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

.btn__txt {
    font-size: 24px;
    line-height: 60px;
    font-weight: 700; }

.btn_md {
    height: 50px; }

.btn_md .btn__txt {
    line-height: 50px; }

.btn_blue {
    background: #009ee0;
    color: #ffffff; }

.btn_orange {
    background: #ec7404;
    color: #ffffff; }

.btn_prev {
    background: #eaeff1;
    color: #292b2c;
    height: 40px;
    margin-left: 10px;
    padding: 0 22px;
    overflow: visible; }

.btn_prev:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid #eaeff1; }

.btn_prev .btn__txt {
    font-size: 18px;
    line-height: 40px;
    margin-left: -6px;
    font-weight: 400; }

.no-touch .btn_blue:hover {
    opacity: 0.7; }

.no-touch .btn_orange:hover {
    opacity: 0.7; }

.btn_block {
    display: block;
    width: 100%; }

.btn[disabled] {
    opacity: 0.7;
    pointer-events: none; }

.btn_submit:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7) url("/local/assets/images/ico/preloader.gif") no-repeat center;
    background-size: 40px;
    cursor: default;
    pointer-events: none;
    z-index: 2; }

.btn_submit.load {
    pointer-events: none;
    cursor: default; }

.btn_submit.load:after {
    display: block;
}
.rich-text-input__message_error {
    position: static;
}
.checkbox-text, .radio-text {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-weight: 700; }

.checkbox-text {
    font-weight: normal; }
.form-row__label {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    width: 155px;
    padding-right: 20px;
    padding-top: 10px;
}
textarea.text {
    width: 100%;
}

.clearfix.clearfix.page_form > div{
    width: 536px;
    max-width: 100%;
}
.form-body__block .custom-color-btn{
    border-radius: 28px;
    padding: 0 30px;
}
.form-body__block .custom-color-btn .btn__total {
    margin-right: 4px;
    font-size: 18px;
    font-weight: bold;
}
.form-body__block .custom-color-btn .btn__sub {
    font-size: 12px;
}
.form-body__block.form-body__block.form-body__block .custom-color-btn .btn__txt {
    font-size: 24px;
    line-height: 60px;
    font-weight: 700;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #ffffff;
    display: inline;
}

@media (max-width: 479px) {
    .logo-payments__cards-middle {
        float: none;
        display: inline-block; }
    .form-footer__row .link {
        float: none; }
    .form-row,
    .form-row__label,
    .form-row__label + .form-row__input {
        display: block;
        width: auto;
        padding: 0; }
    .form-footer__logo-payments {
        float: none;
        width: 100%; }
}

@media (max-width: 599px) {
    .form-footer__logo-payments {
        display: block;
    }
    .form-body__block {
        margin: 20px 0;
    }
    .form-grid__item {
        width: 100%;
    }
    .price-description {
        padding: 5px 16px 7px 16px;
    }
    .charity-donation-form {
        margin: 0 -15px 0 -15px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.15);
    }
    .mobile-br {
        display: inline;
    }
    .form-body {
        padding: 20px 16px 0 16px;
        overflow: unset;
    }
    .form-header {
        padding: 12px 16px 20px 16px;
    }
    .form-header .form-row {
        margin: 14px 0;
    }
    .form-header__title {
        font-size: 24px;
        margin: 0;
    }
    .input-group-decor .radio-label {
        width: 52px;
        height: 52px;
        padding: 0;
    }
    .rich-text-input-hint {
        font-size: 12px;
    }
    .input {
        padding: 0 12px;
    }
    .btn__txt {
        margin-left: 8px;
        padding-left: 8px;
    }
    .custom-sum, .form-body__block .decor-list_padding {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .form-body__block + .form-body__block {
        margin-bottom: 30px; }
    .form-footer__row {
        text-align: center; }
    .form-footer__row .link {
        display: inline-block;
        margin: 5px 10px 0; }
    .form-body,
    .form-footer {
        padding-left: 15px;
        padding-right: 15px; }
    .form-header,
    .form-navigation,
    .form-body,
    .form-footer {
        padding-left: 15px;
        padding-right: 15px; }
    .form-header__title {
        font-size: 24px;
        line-height: 34px; }
    .checkbox-text, .radio-text,
    .rich-text-input_label,
    .rich-text-input-hint,
    .input,
    .form-navigation-title,
    .form-row__label,
    .section-content__title .link_dotted {
        font-size: 14px;
        line-height: 20px; }
    .btn:not(.btn_prev) .btn__txt {
        display: none;
    }
    .charity-donation-form {
        max-width: 300px;
    }
    .charity-donation-form .form-body {
        padding: 20px 16px 30px 16px;
        overflow: unset;
        margin-bottom: -1px;
    }
    .form-row__input textarea {
        min-height: 60px;
    }
    .clearfix.page_form.page_form_visible > div {
        width: auto;
    }
}

@media(max-width: 999px) and (min-width: 767px) {
    .half-block  .input-group__item {vertical-align: top; margin-right: 10px!important;}
}

@media (max-width: 999px) {
    .charity-donation-form {
        margin: 0 auto;
        max-width: 600px;
        max-height: unset;
    }

    .clearfix.clearfix.page_form > div{
        width: 600px;
    }
}

@media (max-width: 1199px) {
    .charity-donation-form {
        max-width: 448px;
    }

    .form-body__block .custom-color-btn .btn__total {
        padding: 0;
    }
    .form-body__block.form-body__block.form-body__block .custom-color-btn .btn__txt {
        font-size: 18px;
        line-height: 50px;
        padding-left: 8px;
        margin-left: 8px;
    }
    .form-header,
    .form-body,
    .form-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-header__title {
        font-size: 36px;
        line-height: 46px; }
}

@media (min-width: 1930px) {
    .charity-donation-form {
        right: 0;
        left: 65%;
    }
}

@media (max-width: 1399px) {
    .container {
        max-width: 1120px; }
    .form-header,
    .form-navigation,
    .form-body,
    .form-footer {
        padding-left: 35px;
        padding-right: 35px; }
    .form-header {
        padding-top: 18px;
        padding-bottom: 24px; }
    .form-body > .tabs__tab,
    .form-body > form > .tabs__tab {
        padding-top: 28px; }
}