.modal_box {
    display: none;
    width: 100%;
    max-width: 1000px !important;
    padding: 25px !important;
    margin: 0 auto !important;
}
.box_title {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 11px;
}
.box_subtitle {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 26px;
}
.wrap_radio {
    justify-content: left;
    margin: 0 -5px;
}
.paids_box {
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.payment-icon {
    width: 100%;
    height: 29px;
    margin-left: 45px;
    margin-right: 20px;
}
.item_radio {
    display: inline-block;
    width: 100%;
    max-width: none;
    min-width: auto;
}
.no_active {
    pointer-events: none;
    opacity: 0.5;
}
.form_donate > label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.form_donate > label:last-child {
    margin-bottom: 0;
}
.form_donate > label.sum {
    position: relative;
}
.form_donate > label span {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 18px;
}
.form_donate input {
    margin: 0;
    background: #efefef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form_donate input:active,
.form_donate input:focus {
    background: #fff;
    border: 1px solid #f35740;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.form_donate .sum input[type="text"] {
    width: 64%;
    max-width: 600px;
}
.form_donate .radio_button {
    width: 35%;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 5px;
    overflow: hidden;
    margin: 0;
}
.form_donate .radio_button .radio {
    width: auto;
    max-width: 130px;
    display: inline-block;
    margin: 0 0 0 15px;
}
.form_donate .radio_button .radio .radio_text.st {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding-left: 28px;
}
.form_donate .radio_button .radio .radio_text.st:before {
    width: 15px;
    height: 15px;
    border: none;
    background: #eaeff2;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.form_donate .radio_button .radio .radio_text.st:after {
    width: 9px;
    height: 9px;
    border: 3px solid #f35740;
    background: #fff;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.form_donate .name input[type="text"],
#form_email {
    width: 100%;
}
.form_donate select,
.form select {
    height: 55px;
    width: 100%;
    border: none;
    background: #efefef;
    border: 1px solid transparent;
    padding: 0 30px;
    font-size: 16px;
    color: #858585;
    font-weight: normal;
    overflow: hidden;
}
.form_donate select:active,
.form_donate select:focus,
.form select:active,
.form select:focus {
    background: #fff;
    border: 1px solid #f35740;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.form_donate select option,
.form select option {
    font-size: 16px;
}
.radio_text.st:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    background: 0 0;
    border: 2px solid #f35740;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.radio input:checked + .radio_text.st:after {
    opacity: 1;
}
.form_donate .radio_button .radio .radio_text.st:after {
    width: 9px;
    height: 9px;
    border: 3px solid #f35740;
    background: #fff;
    top: 3px;
}
.form label span.required:after {
    content: "";
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 6px;
}
.form_donate .checkbox {
    margin-top: 10px;
}
.form_donate > label.pay_phone__hide {
    display: none;
}
.w-100 {
    width: 100% !important;
}
.form .radio input {
    width: auto;
}
.btn i {
    font-style: normal;
}
.wrap_donate .title_donate {
    font-weight: bold;
    display: block;
    margin-bottom: 16px;
}
.wrap_sms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    padding-top: 10px;
    margin-bottom: 20px;
}
.wrap_sms .text_sms {
    max-width: 315px;
    width: 32.5%;
}
.wrap_sms .text_sms:nth-child(2) .title_sms,
.wrap_sms .text_sms:nth-child(2) p {
    padding-left: 15px;
}
.wrap_sms .text_sms .icon_sms {
    margin: 10px 0 20px;
}
.wrap_sms .text_sms .title_sms {
    font-weight: bold;
    margin-bottom: 10px;
}
.wrap_sms .text_sms p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.wrap_sms .text_sms p span {
    font-weight: bold;
}
.image_sms {
    position: relative;
}
.image_sms img {
    display: block;
}
.image_sms .link_sms {
    font-weight: 300;
    font-size: 13px;
    color: #afafaf;
    display: block;
    width: 100%;
    max-width: 230px;
    height: 38px;
    line-height: 38px;
    background: #f0fbfe;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 100%;
    right: 0;
}
#bill {
    max-width: 500px !important;
}
.center {
    text-align: center;
}
.bill_form h3 {
    margin: 0;
}
.bill_form .form > * {
    margin-bottom: 30px;
}
.bill_form .form > *:last-child {
    margin-bottom: 0;
}
.offer_box {
    margin: 0;
}
/* .carousel {
    display: none;
} */
.carousel.slick-slider {
    display: block;
}
/* .carousel_certificate_main .item_card {
    padding-top: 18px;
} */
.alert {
    padding: 30px;
    font-size: 18px;
    line-height: 30px;
    background: #d9f8fb;
    margin: 0;
    margin-bottom: 30px;
}
.baseform label {
    display: inline-block;
}
.fieldsubmit {
    margin-top: 20px;
}

.item_help img {
    width: auto !important;
    max-width: 100%;
}
.item_help .title_help {
    text-decoration: none;
}
.message.error {
    color: #f35740;
}
.message.error > p {
    font-size: 11px;
    margin: 0;
}
.form_donate button.btn {
    width: auto;
    padding: 0 30px;
}
#donationModal .donation_goals {
    display: none;
}

.charity_history {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.xfieldimagegallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
.xfieldimagegallery > li {
    padding: 0 10px;
}
.info_text {
    display: inline-block;
    width: 100%;
    background: #f0fbfe;
    padding: 5px 0;
}
#dlemasscomments {
    display: none;
}
.navigation {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
.navigation a,
.navigation span {
    width: 26px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.navigation a:hover {
    color: #008ab7;
}
.navigation span {
    color: #008ab7;
    background: #e4f6ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.navigation .pages {
    margin: 0 3px;
}
.other_price__prog {
    display: none;
    width: 100%;
    max-width: none !important;
    border: 1px solid #def4ff;
    margin-bottom: 15px;
}

.category_articles .item_cat {
    color: #000;
    text-decoration: none;
}
.category_articles .item_cat.active {
    color: #3289cc;
}
.category_articles .item_cat:hover {
    color: #fff;
}
.uf-wrapper {
    padding: 15px;
}
.uf-wrapper h3 {
    margin: 0;
}
.form_control,
.uf-wrapper textarea {
    margin-bottom: 15px;
}
.uf-wrapper .form label {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
}
.radio_button {
    margin-bottom: 10px;
}
.radio_button > span {
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.attachment_icon {
    margin-right: 20px;
}
.attachment_icon > i {
    color: #f35740;
}
.attachment_block {
    font-size: 12px;
}
.attachment_block a {
    color: #f35740;
    text-decoration: none;
}
.attachment_name {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.attachment_link {
    font-size: 14px;
}
a {
    color: #008ab7;
}
.carousel_history {
    width: 100%;
}
.collection_closed {
    font-family: Circe-Light;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.charity_history {
    position: relative;
}
.mb_10 {
    margin-bottom: 10px;
}
.audit_box {
    display: inline-block;
    width: 100%;
}
.carousel_doc {
    padding-bottom: 15px;
}
/* .item_certificate .foot_card .btn_sm {
    font-size: 12px;
    text-transform: uppercase;
    width: 50%;
    max-width: 115px;
} */
.item_card .foot_card .btn_sm {
    text-transform: none;
    font-size: 14px;
    width: 153px;
}

.item_stocks img {
    max-width: 275px;
}
.searchtable .search {
    position: relative;
    right: 0;
    height: auto;
}
.textin {
    width: 100% !important;
    background: #f7fdff;
    height: 54px;
    text-indent: 20px;
}
.bbcodes {
    display: inline-block;
    width: auto;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    background: #f35740;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Circe-Bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bbcodes:hover {
    -webkit-box-shadow: 0 4px 10px rgba(242, 86, 63, 0.4);
    -moz-box-shadow: 0 4px 10px rgba(242, 86, 63, 0.4);
    box-shadow: 0 4px 10px rgba(242, 86, 63, 0.4);
}
.searchtable {
    width: 100%;
}
.searchmsg {
    margin-bottom: 24px;
}
.table_donations {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    white-space: nowrap;
}
.table_donations td {
    white-space: pre-line;
    max-width: 600px;
}
.table_donations table td:first-child {
    width: auto;
}
.donates_group__search {
    width: 100%;
    margin-bottom: 45px;
}
.filter_search,
.donates_group__search .filter_search {
    width: 90%;
    max-width: none;
    margin: 0;
}
.group_search__btn,
.donates_group__search .group_search__btn {
    width: 10%;
    height: 55px;
    background: #fc6474;
    padding: 10px;
    margin: 0;
}
.group_search__btn > svg {
    width: auto;
    height: 100%;
    fill: white;
}
.donation_search__btn {
    padding: 0 30px;
    margin-bottom: 30px;
}
.donates_group__search select {
    display: inline-block;
}
.mb_30 {
    margin-bottom: 30px;
}
.fancybox-container {
    z-index: 9996 !important;
}
.show {
    display: inline-block;
}

.other_price__history,
.donationmin_email__history {
    display: none;
    position: absolute;
    width: 100%;
    border: none;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 45px;
    text-align: center;
}
.donationmin_email__history {
    bottom: 25px;
    max-width: 505px;
}
.unsubscribe_form {
    margin: 60px 0;
}
.form_group__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.form_col_1 {
    width: 50px;
}
.devide {
    text-align: center;
}
.devide span {
    font-size: 18px;
}
.unsubscribe_form input,
.unsubscribe_form .form_group__select {
    margin: 0 !important;
}
.unsubscribe_form input {
    padding: 9.5px !important;
    border: 1px solid #ebebeb !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.unsubscribe_form .form_group__col,
.unsubscribe_form .form_group > input {
    margin-top: 10px !important;
}
.unsubscribe_form .help {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.lock_box {
    font-size: 14px;
    color: #26a764;
    margin-top: 10px;
}
.unsubscribe_form__col {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.unsubscribe_form input,
.unsubscribe_form .form_group__select select {
    min-width: 263px;
}
.youtube_link {
    position: relative;
}
.youtube_link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 390px;
    height: 300px;
    background-image: url(../img/icons/youtube.png);
    margin: auto;
}
.map iframe {
    width: 100%;
    height: 310px;
    border: none;
}
.contacts_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
    margin-bottom: 30px;
}
.contacts_list .item_contacts {
    max-width: 30%;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    padding-left: 34px;
}
.contacts_list .item_contacts span {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    display: block;
}
.contacts_list .item_contacts a {
    text-decoration: none;
}
.contacts_list .item_contacts.email_contacts span,
.contacts_list .item_contacts.address_contacts span {
    text-transform: uppercase;
}
.content_full {
    width: 100%;
}

.item_contacts a,
.contacts_foot .email_foot {
    text-transform: none;
}

.copyright .copyright_info {
    font-family: Circe-Regular, sans-serif;
    font-size: 14px;
}
table th {
    padding: 8px 15px;
    font-weight: bold;
}
.mixplat_widget {
    margin-top: 50px;
    margin-bottom: 15px;
}
.mt_15 {
    margin-top: 15px;
}
.repost {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.addresses_offices__title {
    font-family: Circe-Bold;
    font-size: 22px;
    line-height: 34px;
}
.link_donate li {
    width: 30%;
}
.commission {
    font-family: Circe-Bold;
    font-size: 18px;
    color: #0090bb;
}
.addcomments input[type="text"],
.addcomments textarea {
    margin-bottom: 15px;
}

/* Comments */
.comment_photo {
    margin-right: 20px;
}
.user_initials {
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 48px;
    font-size: 18px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #cc90e2;
}
.user_initials::before {
    content: attr(data-content);
}
.user_bgcolor_1,
.user_bgcolor_9,
.user_bgcolor_25,
.user_bgcolor_33,
.user_bgcolor_41,
.user_bgcolor_17 {
    background: #cc90e2;
}
.user_bgcolor_2,
.user_bgcolor_10,
.user_bgcolor_26,
.user_bgcolor_34,
.user_bgcolor_42,
.user_bgcolor_18 {
    background: #80d066;
}
.user_bgcolor_3,
.user_bgcolor_11,
.user_bgcolor_27,
.user_bgcolor_35,
.user_bgcolor_43,
.user_bgcolor_19 {
    background: #ecd074;
}
.user_bgcolor_4,
.user_bgcolor_12,
.user_bgcolor_27,
.user_bgcolor_36,
.user_bgcolor_44,
.user_bgcolor_20 {
    background: #6fb1e4;
}
.user_bgcolor_5,
.user_bgcolor_13,
.user_bgcolor_29,
.user_bgcolor_37,
.user_bgcolor_45,
.user_bgcolor_21 {
    background: #e57979;
}
.user_bgcolor_6,
.user_bgcolor_14,
.user_bgcolor_30,
.user_bgcolor_38,
.user_bgcolor_46,
.user_bgcolor_22 {
    background: #f98bae;
}
.user_bgcolor_7,
.user_bgcolor_15,
.user_bgcolor_31,
.user_bgcolor_39,
.user_bgcolor_47,
.user_bgcolor_23 {
    background: #73cdd0;
}
.user_bgcolor_8,
.user_bgcolor_16,
.user_bgcolor_24,
.user_bgcolor_31,
.user_bgcolor_40,
.user_bgcolor_48,
.user_bgcolor_0 {
    background: #fba76f;
}
.comments-tree-list,
.comment_meta__nav,
.usinf,
.registration_form,
.login_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 25px;
    border-top: 1px solid #f3f3f3;
}
.comment_user__name {
    display: inline-block;
}
.comment_user__name,
.comment_user__name a {
    display: inline-block;
    color: #888;
    margin-right: 20px;
}
.comment_user__date {
    display: inline-block;
    color: #9b9b9b;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.comment_content {
    margin: 10px 0;
}
.comment_meta__nav li {
    display: inline-block;
    margin: 0 10px;
}
.comment_meta__nav li:last-child {
    margin-right: 0;
}
.comment_meta__nav li i {
    margin-right: 10px;
}
.rate_like i {
    margin-right: 8px;
}
.comment_meta__nav a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #777;
    text-decoration: none;
}
.comment_meta__nav a:hover {
    text-decoration: none;
    outline: none;
    color: #ff2e5b;
}
.comment_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.comment_block {
    display: inline-block;
    width: 100%;
}
#dle-comments-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
#dlefastreplycomments {
    margin-left: 68px;
    margin-bottom: 25px;
}
.comments-tree-list .comments-tree-list {
    margin-left: 68px;
    padding-top: 20px;
    border-top: 1px solid #f5e7f4;
    margin-top: 20px;
}
.comments-tree-item + .comments-tree-item {
    padding-top: 20px;
    border-top: 1px solid #f5e7f4;
    margin-top: 20px;
}
#dle-comments-list > .comments-tree-list > .comments-tree-item,
#dlefastreplycomments {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    margin-top: 25px;
}
#dlefastreplycomments {
    margin-top: 10px;
}
#dlefastreplycomments .bb-editor > textarea {
    margin-bottom: 10px;
}
.comments-tree-item > div .comment_box {
    padding: 0;
    border: none;
}
.rate_like a {
    color: #888;
    padding-left: 2px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.rate_like a:hover {
    color: #fc6474;
}
.comment_meta__nav .mass > input {
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.mass_comments_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.title a {
    color: #000;
}
.dle-comments-navigation,
#dlemasscomments {
    display: inline-block;
    width: 100%;
}
.comments_subscribe > input {
    height: auto;
    width: auto;
    margin: 0;
}
.comments_subscribe {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#dlefastreplycomments div[align="right"],
.ui-dialog-buttonset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.bb-editor textarea {
    margin-bottom: 10px;
}
.help .carousel_help_big .slick-list {
    padding: 20px 0;
}
.comment_user__ts {
    background: #f35740;
    color: white;
    font-size: 12px;
    padding: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 1px;
    margin-left: 20px;
}
.comment_content__signature {
    font-size: 14px;
    margin-top: 10px;
    color: #777;
}
.comments-tree-list {
    margin-top: 60px;
}
.comment {
    margin-bottom: 40px;
}
/* End Comments */

.carousel_portfolio .item_portfolio img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}
#dle-content {
    width: 100%;
}
.carousel_fair_main .item_card .text_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 149px;
}
.news_fees__block {
    padding: 30px;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 206, 226, 0.15);
    -moz-box-shadow: 0 2px 15px rgba(0, 206, 226, 0.15);
    box-shadow: 0 2px 15px rgba(0, 206, 226, 0.15);
}
.news_fees__title {
    font-weight: bold;
    font-size: 22px;
}
.news_fees__date {
    font-size: 14px;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;
}

.mfp-hide {
    display: none;
}
.donatsearch {
    width: 100%;
}
.donatsearch__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 38px;
    background: url("../img/donatbg.jpg") no-repeat 0 0 / contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: right;
    padding: 22px 30px 8px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 3px 2px 15px rgba(0, 206, 226, 0.15);
    -moz-box-shadow: 3px 2px 15px rgba(0, 206, 226, 0.15);
    box-shadow: 3px 2px 15px rgba(0, 206, 226, 0.15);
}
.webp .donatsearch__top {
    background-image: url("../img/donatbg.webp");
}
.donatsearch__top-left {
    width: 41%;
}

.donatsearch__top-right {
    width: 57%;
}

.donatsearch__top-title {
    font-size: 18px;
    color: #008ab7;
    margin-bottom: 10px;
    display: block;
}

.donatsearch__top-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.donatsearch__radio {
    display: none;
}

.donatsearch__type {
    width: 50%;
}

.donatsearch__radio:checked + label {
    color: #fa4515;
    border-color: #fa4515;
}

.donatsearch__type > label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #daf3ff;
    display: block;
    background: #fff;
    font-size: 18px;
    color: #010101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0 5px;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.donatsearch__tel:before {
    content: url("../img/phone.png");
    display: block;
    margin-right: 9px;
}

label.donatsearch__email {
    padding-top: 9px;
    padding-bottom: 3px;
}

.donatsearch__email:before {
    content: url("../img/credit-card.png");
    display: block;
    margin-right: 14px;
}

.donatsearch__top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.donation-input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #daf3ff;
    display: block;
    font-size: 18px;
    color: #010101;
    padding: 13px 0 15px 80px;
}

.donation-input::-webkit-input-placeholder {
    font-family: "Circe-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.donation-input:-moz-placeholder {
    font-family: "Circe-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.donation-input::-moz-placeholder {
    font-family: "Circe-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.donation-input:-ms-input-placeholder {
    font-family: "Circe-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.donation-input::-ms-input-placeholder {
    font-family: "Circe-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.donation-input::placeholder {
    font-family: "Circe-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.donatsearch__inp {
    width: 47%;
}

.donatsearch__inp {
    position: relative;
}

.donatsearch__inp::before {
    position: absolute;
    content: url("../img/donat-hands.png");
    top: 10px;
    left: 21px;
}
.donatsearch__top > p {
    width: 100%;
    color: #a6a6a6;
    font-size: 15px;
}

.donatsearch__btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f35740;
    background: #f35740;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    width: 45%;
}

.donatsearch__btn:hover {
    background: #fff;
    color: #f35740;
}

.donatsearch__list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7.5px;
    padding: 0;
}

.donatsearch__list ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    padding: 7.5px;
}

.donatsearch__list ul > li:nth-child(6n + 1) > .donatsearch__item-left,
.donatsearch__list ul > li:nth-child(6n + 1) > .donatsearch__item-right,
.donatsearch__list ul li:nth-child(6n + 2) > .donatsearch__item-left,
.donatsearch__list ul li:nth-child(6n + 2) > .donatsearch__item-right,
.donatsearch__list ul li:nth-child(6n + 3) > .donatsearch__item-left,
.donatsearch__list ul li:nth-child(6n + 3) > .donatsearch__item-right {
    background: #fff;
}

.donatsearch__item-left,
.donatsearch__item-right {
    background: #f8feff;

    -webkit-box-shadow: 0px 2px 6px rgba(0, 206, 226, 0.1);

    -moz-box-shadow: 0px 2px 6px rgba(0, 206, 226, 0.1);

    box-shadow: 0px 2px 6px rgba(0, 206, 226, 0.1);
}

.donatsearch__item-left {
    margin-right: 2px;
    width: 66%;
    padding: 18px 8px 7px 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.donatsearch__item-left > p {
    width: 100%;
    color: #008ab7;
    margin: 7px 0 0;
}

.donatsearch__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.donatsearch__name::before {
    content: url("../img/avatars.svg");
    display: block;
    margin-right: 4px;
}

.donatsearch__item-right {
    width: 33%;
    font-weight: 700;
    font-size: 29px;
    color: #008ab7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.donatsearch_desc {
    margin-top: 10px;
}
.donatsearch_desc p {
    margin: 0;
    margin-bottom: 10px;
}

.donation_goals {
    width: 100%;
    margin-bottom: 15px;
}
.donation_goals__photo {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    min-width: 146px;
    height: 84px;
    overflow: hidden;
    background: #f1f1f1;
    margin: 0 !important;
}
.donation_goals__photo > img {
    max-width: 100%;
}
.donation_goals__icon {
    position: relative;
    left: -19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    fill: #969696;
    border: 1px solid #969696;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: white;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.checkbox > input[type="checkbox"]:checked + span .donation_goals__icon {
    fill: #d76352;
    border: 1px solid #f35740;
    -webkit-filter: none;
    filter: none;
}
.checkbox > input[type="checkbox"]:checked + span .donation_goals__text {
    color: #0093bd;
}
.checkbox > input[type="checkbox"]:checked + span .donation_goals__text i {
    color: #f35740;
}
.checkbox > input[type="checkbox"]:checked + span .donation_goals__photo {
    background: #d9f8fb;
}
.donation_goals__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}
.donation_goals__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 15px;
}
.donation_goals__item.hide {
    display: none;
}
.donation_goals__block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form label span.donation_goals__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Circe-Bold;
    font-size: 17px;
    line-height: 14px;
    color: #a4a4a4;
    padding-right: 70px;
    margin: 0 !important;
}
.donation_goals__text i {
    display: inline-block;
    width: 100%;
    font-family: Circe-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #6b6b6b;
}
.donation_goals__text i b {
    font-weight: normal;
}
.donation_goals__text i:not(:empty) {
    margin-top: 6px;
}
.donation_goals__block {
    margin: 0 !important;
}
.form_donate .donation_goals__checkbox {
    display: inline-block;
    width: 100%;
    max-width: none;
    margin: 0;
    margin-bottom: 12px;
    overflow: initial;
    cursor: pointer;
}
.donation_goals__block {
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 14.7px 0.3px rgba(134, 134, 134, 0.15);
    -moz-box-shadow: 0px 3px 14.7px 0.3px rgba(134, 134, 134, 0.15);
    box-shadow: 0px 3px 14.7px 0.3px rgba(134, 134, 134, 0.15);
}
.checkbox > input[type="checkbox"]:checked + i.donation_goals__block {
    border: 1px solid #d9f8fb;
    background-color: #fbfeff;
    -webkit-box-shadow: 0px 3px 14.7px 0.3px rgba(0, 206, 226, 0.15);
    -moz-box-shadow: 0px 3px 14.7px 0.3px rgba(0, 206, 226, 0.15);
    box-shadow: 0px 3px 14.7px 0.3px rgba(0, 206, 226, 0.15);
}
.checkbox > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.checkbox > input[type="checkbox"] + i {
    position: relative;
    cursor: pointer;
}
.checkbox > input[type="checkbox"] + i:before {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 43px;
    height: 21px;
    margin: auto;
    background: #a9a9a9 url("../img/icons/svg/close.svg") 25px center no-repeat;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px;
    background-size: 8px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.checkbox > input[type="checkbox"] + i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 41px;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.checkbox > input[type="checkbox"]:checked + i:before {
    background: #00a4c8 url("../img/icons/svg/check.svg") 7px center no-repeat;
    -webkit-background-size: 11px 11px;
    -moz-background-size: 11px;
    background-size: 11px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.checkbox > input[type="checkbox"]:checked + i:after {
    right: 19px;
}

.recent_donations-svg {
    width: 70px;
    height: 43px;
}
.help_another__child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
    font-family: Circe-Bold;
    font-size: 21px;
    color: white;
    background-image: -moz-linear-gradient(-155deg, rgb(0, 138, 183) 0%, rgb(0, 206, 226) 100%);
    background-image: -webkit-linear-gradient(-155deg, rgb(0, 138, 183) 0%, rgb(0, 206, 226) 100%);
    background-image: -ms-linear-gradient(-155deg, rgb(0, 138, 183) 0%, rgb(0, 206, 226) 100%);
    padding-left: 12px;
    margin-bottom: 17px;
    cursor: pointer;
}
.help_another__child i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    border: 2px solid #f35740;
    border-left: none;
    margin-left: 20px;
    margin-right: -1px;
}
.help_another__child > svg {
    margin-right: 10px;
}
.help_another__child > svg,
.help_another__child i > svg {
    width: 45px;
    height: 45px;
}
.help_another__child i > svg {
    padding: 5px;
}
.form_donate > label.form_donate__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.form label span.form_donate__total-title {
    font-size: 25px;
    line-height: 18px;
}
.form label span.form_donate__total-sum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Circe-Bold";
    font-size: 25px;
    line-height: 18px;
    color: #f56350;
}
.form_donate > label.form_donate__total span {
    width: auto;
    font-weight: normal;
    margin: 0;
}
.error_sum {
    display: inline-block;
    color: red;
    font-size: 13px;
}
.form_donate__total-sum i {
    font-style: normal;
}
.form_donate__total-sum > svg {
    width: 38px;
    height: 38px;
    margin-left: 10px;
}
[data-outputpaymentsform] .modal_box {
    display: block;
    padding: 0 !important;
}
[data-outputpaymentsform] .hModal-page-hide {
    display: none;
}
.help_page {
    padding-top: 10px;
}
.help_page .modal_box {
    display: block;
}
.donation_goals__photo > img.donation_goals__porogramms {
    max-height: 80%;
}
.donation_goals__photo > img.donation_goals__certificate {
    max-height: 100%;
}
.container_tabs [data-tab-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    height: 0;
}
.container_tabs [data-tab-content].active {
    opacity: 1;
    height: auto;
}
.content_full .donate_box {
    max-width: none !important;
}

/* -------------DONATE PAGE-------------- */
.form_donate label span.required::after {
    background: url(/templates/annamariya/img/hand-don.png) no-repeat;
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}
.form_donate label.sum span.required::after {
    background: url(/templates/annamariya/img/money-don.png) no-repeat;
}
.form_donate label.name span.required::after {
    height: 14px;
    background: url(/templates/annamariya/img/mail-don.png) no-repeat;
}
.form_donate > label span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_donate .item_radio input + label::before,
.form_donate .radio_button .radio .radio_text.st::before {
    border: 1px solid #c8c8c8;
    background: none;
    width: 18px;
    height: 18px;
}
.form_donate .item_radio input + label::after,
.form_donate .radio_button .radio .radio_text.st::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c8c8c8;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    content: "";
}
.form_donate .item_radio input + label::after {
    top: 50%;
    margin-top: -5px;
    left: 17px;
}
.form_donate .radio_button .radio .radio_text.st::after {
    border: none;
    top: 8px;
    left: 5px;
}

.form_donate .item_radio input:checked + label {
    border-image: linear-gradient(to right, #f35740, #ffc2b9, #f8f7f7);
    border-image-slice: 1;
}

.form_donate .item_radio input:checked + label::before,
.form_donate .radio_button .radio input:checked + .radio_text.st::before {
    border: 1px solid #f35d47;
}
.form_donate .item_radio input:checked + label::after,
.form_donate .radio_button .radio input:checked + .radio_text.st::after {
    background: #f35740;
}
.form_donate .sum input[type="text"],
#form_email {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-color: #bababa;
}
.form_donate .sum input[type="text"]:hover,
#form_email:hover {
    background: #fff;
    border-color: #00cde2;
}
.checkbox input[type="checkbox"] + label > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    width: 43px;
    height: 21px;
    background: #a9a9a9 url("/templates/annamariya/img/icons/svg/close.svg") 25px center no-repeat;
    background-size: auto;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px;
    background-size: 8px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.checkbox input[type="checkbox"]:checked + label > span::before {
    background: #00a4c8 url("/templates/annamariya/img/icons/svg/check.svg") 7px center no-repeat;
    background-size: auto;
    -webkit-background-size: 11px 11px;
    -moz-background-size: 11px;
    background-size: 11px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.checkbox input[type="checkbox"] + label > span::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.checkbox input[type="checkbox"]:checked + label > span::after {
    left: 23px;
}
.form_donate .checkbox input[type="checkbox"] + label > span {
    padding-left: 57px;
}
#form_email {
    width: 100%;
}
.form_donate .name .checkbox {
    width: 150px;
}
.form_donate .w-100 {
    width: 72% !important;
    max-width: unset;
}
.form_donate button.btn {
    margin-top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form_donate .radio_button .radio .radio_text.st > span {
    font-size: 14px;
}
.checkbox input[type="checkbox"] + label span.radio_text-red::before {
    display: none;
}
.checkbox input[type="checkbox"] + label span.radio_text-red {
    padding-left: 0 !important;
}
/* ---------- */

/* ----HELP HISTORY---- */
.help_history .carousel_nav {
    padding: 0 30px;
}
.help_history .carousel_nav .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 57px; */
    border: 1px solid #daf3ff;
    outline: none !important;
    cursor: pointer;
    margin: 0 9px;
}
.carousel_nav img {
    display: block;
    max-width: 100%;
}
.carousel_nav .youtube_link:after {
    height: 50px;
    width: 60px;
    background: url(/templates/annamariya/img/icons/youtube.png) no-repeat 0 0 / cover;
}
.help_history .carousel_nav .slick-current,
.help_history .carousel_nav .slick-slide:hover {
    border: 1px solid #56bceb;
}
.help_history .carousel_nav .slick-slide > div > li,
.help_history .carousel_nav .slick-slide > div > span,
.help_history .carousel_nav .slick-slide > div > a {
    display: block !important;
    height: 100%;
}
.program {
    display: inline-block;
    width: 100%;
}
.no_before:before {
    display: none !important;
}
.item_help__img {
    background: #dbf4ff;
}

.df {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.dn {
    display: none !important;
}
.ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form_group label {
    font-weight: bold;
}
.login_check__group {
    width: 100%;
}
.login_check button {
    height: 54px !important;
}
.form_group {
    margin-bottom: 27px;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    padding: 0;
}
.form_group__checkbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.form_group__checkbox label {
    position: relative;
    top: -2px;
    width: auto;
    margin: 0;
    margin-left: 5px;
    cursor: pointer;
}
.form_submit {
    margin-top: 27px;
}
.alert {
    width: 100%;
}
.registration_form {
    width: 100%;
}
.search .form_search:hover input {
    z-index: 2;
}
.paids_yoo_money label {
    background-size: 150px !important;
}
.footer__app {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.footer__app > a {
    margin-right: 30px;
}
.logo img {
    max-width: 100%;
}
.text_history-cards {
    font-size: 12px;
    line-height: normal;
    padding: 5px;
}
.text_history-cards > div {
    margin-top: 5px;
}
.text_history-cards strong {
    display: block;
}

.new-draws .draws-btn {
    background: linear-gradient(
        245deg,
        #ed504e 8.49%,
        #a80b0b 28.83%,
        #941111 67.02%,
        #f45856 91.51%
    );
}

.new-draws .draws-title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}
.new-draws .draws-item {
    background-image: url("../img/draws-bg-2.png");
}

.new-draws__textList {
    position: absolute;
    top: 32px;
    width: 100px;
    text-align: center;
    left: calc(50% - 50px);
    z-index: 3;
}
.new-draws__textItem {
    margin-top: 3px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    border-radius: 50px;
    background: rgba(18, 117, 189, 0.5);
    backdrop-filter: blur(7.5px);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: Circe-Bold;
    opacity: 0;
    transition: all 1s;
}
.new-draws .draws-circle {
    animation: rotateAnimationNew 4s infinite;
    animation-delay: 1400;
}
@keyframes rotateAnimationNew {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1240px) {
    .subscription .wrap_page {
        background: none;
    }
}

@media only screen and (max-width: 1199px) {
    .donatsearch__top {
        padding-right: 36px;
        background: url(/templates/annamariya/img/donatbg.jpg) no-repeat 100% 0 / cover;
    }
    .webp .donatsearch__top {
        background: url(/templates/annamariya/img/donatbg.webp) no-repeat 100% 0 / cover;
    }
    .donation-input {
        width: 90%;
    }
    .donatsearch__inp {
        width: 60%;
    }
    .subscription_box {
        padding-right: 25%;
    }
    .footer__app {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 989px) {
    .carousel_history {
        max-width: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .text_history {
        width: 100%;
    }
    .form_charity .btn {
        width: 19%;
        font-size: 14px;
    }
    .charity_history .checkbox {
        max-width: none;
    }
    .paids_box {
        width: 50%;
    }
    .item_radio input + label {
        height: 58px;
    }
    .payment-icon {
        height: 24px;
        margin-left: 40px;
        margin-right: 18px;
    }
    .item_radio input + label:before {
        left: 9px;
        margin-top: -10px;
    }
    .form_donate .item_radio input + label::after {
        left: 14px;
    }
    .form_donate .sum input[type="text"] {
        width: 100%;
        max-width: none;
    }
    .form_donate .radio_button {
        width: 100%;
        max-width: none;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: end;
        -moz-box-pack: end;
        justify-content: end;
    }
    .form_donate .name input[type="text"],
    #form_email {
        width: 100%;
    }
    .form_donate .checkbox {
        width: auto;
        max-width: none;
        min-width: 100%;
        margin-bottom: 10px;
    }
    .commission {
        margin-top: 30px;
    }
    .form label span.donation_goals__text {
        font-size: 14px;
        line-height: 14px;
        padding-right: 60px;
        margin: 0 !important;
        margin-left: -10px !important;
    }
    .donation_goals__photo {
        width: 90px;
        min-width: 90px;
        background: #a9a9a9;
    }
    .checkbox > input[type="checkbox"]:checked + span .donation_goals__photo {
        background: #009ec0;
    }
    .donation_goals__photo > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .item_card .foot_card input {
        width: 100%;
    }
    .btn_baycard {
        width: 100%;
        margin-top: 10px;
    }
    .item_card .foot_card {
        height: auto;
    }
    .item_info {
        height: auto;
    }
    .carousel_fair .item_card {
        max-width: none;
    }
    .carousel_fair .slick-slide {
        padding: 0;
    }
    .carousel_fair .slick-slide > div {
        padding: 0 15px;
        padding-bottom: 15px;
    }
    .item_fair {
        margin: 0;
    }
    .wrap_public .item_card {
        width: 33.3%;
        max-width: none;
        margin-bottom: 15px;
    }
    .quote {
        min-height: auto;
        padding: 20px 0;
        background: #f3fbfe;
    }
    .quote .text_quote {
        max-width: none;
        margin: 0 20px;
    }
    .contacts_list .item_contacts {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .item_partners {
        width: auto;
        margin: 0 10px;
        margin-bottom: 15px;
    }
    .slick-list {
        padding-bottom: 15px;
    }
    .category_articles .item_cat {
        width: 46%;
        max-width: none;
        margin-bottom: 15px;
    }
    .wrap_fair {
        margin: 0 0 15px;
    }
    .wrap_fair .item_card {
        max-width: 44%;
    }
    .wrap_help .item_help {
        min-width: auto;
    }
    .menu_foot {
        width: 100%;
        margin-bottom: 30px;
    }
    .donatsearch__top-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .donatsearch__top-right {
        width: 100%;
    }
    .donatsearch__list ul > li {
        width: 50%;
    }
    .donatsearch__list ul > li:nth-child(6n + 1) > .donatsearch__item-left,
    .donatsearch__list ul > li:nth-child(6n + 1) > .donatsearch__item-right,
    .donatsearch__list ul li:nth-child(6n + 2) > .donatsearch__item-left,
    .donatsearch__list ul li:nth-child(6n + 2) > .donatsearch__item-right,
    .donatsearch__list ul li:nth-child(6n + 3) > .donatsearch__item-left,
    .donatsearch__list ul li:nth-child(6n + 3) > .donatsearch__item-right {
        background: #f8feff;
    }
    .donatsearch__list ul > li:nth-child(4n + 1) > .donatsearch__item-left,
    .donatsearch__list ul > li:nth-child(4n + 1) > .donatsearch__item-right,
    .donatsearch__list ul li:nth-child(4n + 2) > .donatsearch__item-left,
    .donatsearch__list ul li:nth-child(4n + 2) > .donatsearch__item-right {
        background: #fff;
    }
    .subscription_box {
        padding: 27px 12px;
        padding-bottom: 380px;
        background-position: center 88%;
    }
    .subscription_form:before {
        display: none;
    }
    .image_sms {
        display: none;
    }
    .footer__app {
        margin-top: 30px;
    }
    .footer__app img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 75%;
        max-width: 320px;
    }
    .item_news {
        width: 100%;
    }
    .image_article,
    .item_stocks img {
        width: 100%;
        max-width: none;
        margin-right: 0;
    }
    .text_article {
        width: 100%;
    }
    .item_stocks .text_stocks {
        width: 100%;
    }
    .wrap_fair .item_card {
        max-width: 100%;
    }
    .wrap_fair .item_card {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .category_articles .item_cat {
        width: 45%;
    }
    .filter_search,
    .donates_group__search .filter_search {
        width: 80%;
    }
    .group_search__btn,
    .donates_group__search .group_search__btn {
        width: 20%;
        height: 45px;
    }
    .table_donations {
        overflow: auto;
    }
    .wrap_help .item_help {
        width: 100%;
    }
    .form_donate .radio_button .radio {
        max-width: none;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .btn {
        width: 100%;
    }
    .bill_btn {
        margin-top: 10px;
    }
    .tabs_history .tab {
        width: 100%;
        border-right: 2px solid #daf3ff;
    }
    .tabs_history .tab.active {
        border-bottom: 2px solid #daf3ff;
        background-color: #daf3ff;
    }
    .btn_light {
        width: 100%;
        margin-top: 10px;
    }
    .btn.btn_sm {
        width: 100%;
    }
    .uf-wrapper {
        width: 100%;
    }
    .item_info {
        max-width: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .wrap_sms .text_sms {
        max-width: none;
        width: 100%;
    }
    .wrap_sms .text_sms:nth-child(2) .title_sms,
    .wrap_sms .text_sms:nth-child(2) p {
        padding-left: 0;
    }
    .wrap_foot {
        padding-bottom: 0;
    }
    .banner .title_banner,
    .banner h1 {
        font-size: 14px;
        line-height: 25px;
    }
    .banner .title_banner span,
    .banner h1 span {
        font-size: 23px;
        line-height: 18px;
    }
    .main_help {
        padding-top: 10px;
    }
    .main_help h2 {
        margin-bottom: 15px;
    }
    .info_foot {
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 10px;
    }
    .menu ul li:last-child {
        padding-right: 0;
    }
    .donatsearch__top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .donatsearch__inp {
        width: 100%;
        margin-bottom: 30px;
    }
    .donatsearch__btn {
        width: 100%;
    }
    .donation-input {
        width: 100%;
    }
    .donatsearch__list ul > li {
        width: 100%;
    }
    .donatsearch__list ul > li:nth-child(4n + 1) > .donatsearch__item-left,
    .donatsearch__list ul > li:nth-child(4n + 1) > .donatsearch__item-right,
    .donatsearch__list ul li:nth-child(4n + 2) > .donatsearch__item-left,
    .donatsearch__list ul li:nth-child(4n + 2) > .donatsearch__item-right {
        background: #f8feff;
    }
    .donatsearch__list ul > li:nth-child(2n + 1) > .donatsearch__item-left,
    .donatsearch__list ul > li:nth-child(2n + 1) > .donatsearch__item-right {
        background: #fff;
    }

    .subscription_title {
        font-size: 17px;
        line-height: 20px;
    }
    .subscription_text {
        font-size: 13px;
        line-height: 16px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .subscription_box:before {
        content: "";
        top: -105px;
        right: -203px;
    }
    .subscription_input {
        margin-right: 0;
    }
    .subscription_input__box {
        width: 100%;
        margin-bottom: 13px;
    }
    .subscription_form {
        margin-bottom: 15px;
    }
    .subscription_input {
        max-width: none;
    }
    .subscription {
        margin-top: 60px;
    }
    .donation_goals__item {
        width: 100%;
    }

    .new-draws .draws-wrapper {
        background-image: url("../img/draws-bg-2-mobile.png");
    }
    .new-draws__textList {
        width: 50px;
        left: auto;
        right: 9px;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .new-draws__textItem {
        margin-top: 1px;
        height: 11px;
        padding: 0 7px;
        font-size: 7px;
        line-height: 120%;
    }
    .new-draws .draws-title {
        font-size: 17px;
        text-align: center;
    }
}

@media only screen and (max-width: 571px) {
    .wrap_helped .item_helped {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .donatsearch__top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .donatsearch__type > label {
        font-size: 14px;
    }
    .donatsearch__item-left {
        font-size: 11px;
    }
    .donatsearch__item-right {
        font-size: 23px;
    }
    .subscription_box {
        -webkit-background-size: 90% 90%;
        -moz-background-size: 90%;
        background-size: 90%;
        padding-bottom: 270px;
    }
    .subscription_box:after {
        content: "";
        right: -170px;
        bottom: 104px;
    }
}

/*----------------------------------------------------------------*/
[data-api_tinkoff] {
    display: none;
}
.checkbox.agree-wrapper {
    display: flex;
    max-width: none;
    align-items: center;
}
.checkbox.agree-wrapper > i {
    width: 43px;
    height: 21px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.checkbox.agree-wrapper > i:before {
    right: 0 !important;
}
.checkbox.agree-wrapper > i:after {
    right: 23px !important;
}
.checkbox.agree-wrapper > input[type="checkbox"]:checked + i:after {
    right: 1px !important;
}
.agree-wrapper .offer_box {
    padding-left: 15px;
    width: calc(100% - 43px);
}
.error-text {
    display: none;
}
.error-text.error {
    display: block;
    padding-top: 6px;
}
#donationMin .form_foot > label {
    width: 36.5%;
}
#donationMin .form_foot .error-text.error {
    margin-bottom: -24px;
}

/*new styles for draws*/
.draws {
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 20;
    width: 170px;
}
.draws-wrapper {
    border-radius: 25px;
    overflow: hidden;
    padding-top: 7px;
    text-align: center;
    position: relative;
}
.draws-title {
    color: #fff;
    font-family: Circe-Bold;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    display: inline-flex;
}
.draws-btn {
    height: 109px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6px;
    width: 100%;
    background: #008ab7;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    font-family: Circe-Bold;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
}
.draws-btn:hover {
    background: #067397;
}
.draws-close {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: calc(100% + 4px);
    right: 0;
    background-image: url("/templates/annamariya/img/draws-close.svg");
    cursor: pointer;
    user-select: none;
}
.draws-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.draws-item {
    position: absolute;
    z-index: 1;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    background-image: url("/templates/annamariya/img/draws-bg.png");
    background-size: cover;
    background-position: center;
    padding-top: 31px;
    height: 112px;
    top: 0;
    left: 0;
    width: 100%;
}
.draws-border {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}
.draws-circle {
    position: absolute;
    top: 39px;
    z-index: 2;
    left: calc(50% - 78px);
    width: 156px;
}
.draws-circle {
    animation: rotateAnimation 15s infinite;
    animation-delay: 1400;
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(360deg);
    }
    40% {
        transform: rotate(360deg);
    }
    50% {
        transform: rotate(720deg);
    }
    70% {
        transform: rotate(720deg);
    }
    100% {
        transform: rotate(720deg);
    }
}
@media (max-width: 1200px) {
    .draws {
        right: 10px;
        bottom: 10px;
    }
}
@media (max-width: 767px) {
    .draws {
        right: 50px;
        bottom: 6px;
        height: 38px;
        width: 200px;
    }
    .draws-close {
        width: 35px;
        height: 35px;
        background-size: 35px;
        top: 0;
        bottom: auto;
        left: calc(100% + 3px);
        right: auto;
    }
    .draws-wrapper {
        width: 200px;
        padding-top: 3px;
        border-radius: 8px;
        padding-left: 9px;
        height: 38px;
        background-image: url("/templates/annamariya/img/draws-bg-mobile.png");
        background-size: cover;
        background-position: ceter;
        text-align: left;
    }
    .draws-title {
        text-align: left;
        font-size: 17px;
        line-height: 120%;
    }
    .draws-btn {
        margin: 0;
        height: 15px;
        border-radius: 8px 8px 0px 0px;
        width: 75px;
        font-size: 12px;
        line-height: 120%;
        margin-left: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .draws-item {
        background: transparent;
        width: 108px;
        height: 108px;
        right: -36px;
        left: auto;
        top: 50%;
        padding: 0;
        bottom: auto;
        transform: translateY(-50%) rotate(-90deg);
    }
    .draws-circle {
        width: 100%;
        height: 100%;
    }
    .draws-circle {
        width: 98px;
        height: 98px;
        top: calc(50% - 49px);
        left: calc(50% - 49px);
        right: auto;
        bottom: auto;
        position: absolute;
    }
}

/*new styles*/
.donatsearch__top {
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff !important;
    padding: 32px 36px 110px;
    position: relative;
}
.donatsearch__top-title {
    margin-bottom: 12px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold", sans-serif;
}
.donatsearch_desc {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.donatsearch_desc span,
.donatsearch_desc a {
    color: #008ab7;
    text-decoration: none;
}
.donatsearch_desc a:hover {
    text-decoration: underline;
}
.donatsearch__btn {
    width: 370px;
    height: 58px;
    border: none;
    border-radius: 10px;
    background: #f35740;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: "Circe-Bold", sans-serif;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 120%;
}
.donatsearch__btn:hover {
    background: #d24833;
    color: #fff;
}
.donation-input {
    width: 100%;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #caeeff;
    padding-left: 16px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.donatsearch__inp {
    width: 236px;
}
.donation-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.donatsearch__inp::before {
    content: "";
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-image: url(../img/tax/phone.svg);
}
.donatsearch__inp.input-email-icon::before {
    background-image: url(../img/faq/email.svg);
}
.donatsearch__type > label {
    border-radius: 10px;
    background: #caeeff;
    height: 50px;
    color: #008ab7;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    border: none;
    width: 100%;
    transition: none;
}
.donatsearch__top-radio {
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
    padding: 3px;
}
.donatsearch__type {
    width: calc(50% - 2px);
}
.donatsearch__radio:checked + label {
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    color: #fff;
    font-family: "Circe-Bold", sans-serif;
    border: none;
}
.donatsearch__tel:before,
.donatsearch__email:before {
    display: none;
}

.donatsearch-bottom {
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    bottom: -2px;
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff;
    height: 90px;
    padding: 0 35px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.donatsearch-bottom__btn {
    height: 41px;
    width: 174px;
    border-radius: 20.5px;
    background: #008ab7;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 120%;
}
.donatsearch-bottom__btn:hover {
    text-decoration: none;
    background: #087ca2;
}
.donatsearch-bottom__text {
    width: calc(100% - 204px);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 57px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 44px;
    background-image: url("/templates/annamariya/img/tax/i-tax.svg");
    min-height: 44px;
}
.donatsearch-bottom__text a,
.donatsearch-bottom__text span {
    text-decoration: none;
    color: #f35740;
}
.donatsearch-bottom__text a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .donatsearch__btn {
        width: calc(100% - 256px);
    }
}

@media (max-width: 992px) {
    .donatsearch__top-left {
        margin-bottom: 15px;
    }
    .donatsearch__top-title {
        margin-bottom: 6px;
        font-size: 15px;
    }
    .donatsearch__top {
        padding: 20px 13px 0;
        margin-left: -15px;
        width: calc(100% + 30px);
        border-radius: 20px;
    }
    .donatsearch_desc {
        margin-top: 15px;
        font-size: 13px;
        line-height: 17px;
    }
    .donatsearch__type > label {
        height: 44px;
        border-radius: 9px;
        font-size: 12px;
    }
    .donatsearch__top-radio {
        border-width: 1px;
        padding: 3px;
    }
    .donatsearch__type {
        width: calc(50% - 1px);
    }
    .donatsearch__btn {
        margin-top: 15px;
        width: 100%;
        height: 60px;
        font-size: 18px;
        border-radius: 10px;
        padding-top: 4px;
    }
    .donatsearch__top-wrap {
        display: block;
    }
    .donatsearch__inp {
        width: 100%;
        margin: 0 !important;
    }
    .donation-input {
        height: 52px;
        padding-left: 14px;
        font-size: 16px;
    }
    .donatsearch__inp::before {
        background-size: 24px;
        width: 24px;
        height: 24px;
        right: 16px;
    }
    .donatsearch-bottom {
        margin: 0 -15px -2px;
        width: auto;
        border-radius: 20px;
        position: static;
        padding: 14px 13px 19px;
    }
    .donatsearch-bottom__text {
        background-position: left top;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 640px) {
    .donatsearch__top {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
}

@media (max-width: 576px) {
    .donatsearch-bottom {
        display: block;
        height: auto;
    }
    .donatsearch-bottom__text {
        margin-bottom: 10px;
        width: 100%;
    }
    .donatsearch-bottom__btn {
        width: 100%;
        height: 41px;
        font-size: 14px;
    }
}
