.fundraise__head::after {
    display: none;
}
.c-main {
    padding: 229px 0 96px;
    position: relative;
    background-image: url("../../img/fundraise/bg.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.c-main::before {
    content: "";
    position: absolute;
    width: 913px;
    height: 556px;
    background-image: url("../../img/fundraise/right.png");
    background-repeat: no-repeat;
    left: calc(50% + 200px);
    bottom: 0;
    z-index: 1;
}
.c-main::after {
    content: "";
    position: absolute;
    width: 907px;
    height: 560px;
    bottom: 0;
    right: calc(50% + 300px);
    background-image: url("../../img/fundraise/left.png");
    background-repeat: no-repeat;
    z-index: 1;
}
.c-main__title {
    color: #000;
    text-align: center;
    font-size: 70px;
    font-weight: 800;
    line-height: 79px;
    text-transform: uppercase;
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}
.c-main__title span {
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-main__subtitle {
    text-align: center;
    width: 680px;
    max-width: 100%;
    margin: 15px auto 20px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.c-main__subtitle span {
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.c-main .wrapper {
    position: relative;
    z-index: 3;
}
.c-main__btn {
    width: 335px;
    height: 90px;
    border-radius: 18px;
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    box-shadow: 0px 15px 18.5px -20px #b95cb4;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 115%;
    margin: 0 auto;
    max-width: 100%;
    transition: box-shadow 0.4s;
}
.c-main__btn:hover {
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 37.17%, #b95cb4 71.8%);
    box-shadow: 0px 15px 18.5px -13px #b95cb4;
}

.c-section__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.c-section__pagination a,
.c-section__pagination span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    min-width: 40px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #7c7c7c;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    line-height: 22px;
}
.c-section__pagination span {
    background: #fc6474;
    color: #fff;
}
.c-section__pagination .next,
.c-section__pagination .prev {
    width: auto;
    height: auto;
    background: transparent;
    color: #fc6474;
}
.c-section__pagination .next {
    margin-left: 25px;
}

.c-section__pagination .prev {
    margin-right: 25px;
}
.c-section__pagination .next.disabled,
.c-section__pagination .prev.disabled {
    color: #a6a6a6;
    pointer-events: none;
}
.container .c-card .wrapper {
    background: transparent;
}
.c-card {
    padding: 10px 0 75px;
    overflow: hidden;
}
.c-card__breadcrumbs {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.c-card__breadcrumbs a {
    text-decoration: none;
    color: #000;
}
.c-card__title {
    color: #1c1c1c;
    font-size: 40px;
    font-weight: 700;
    line-height: 34px;
    margin: 20px 0 15px;
}
.c-card__breadcrumbs span {
    color: #fc6474;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}
.c-card__cats {
    display: flex;
    align-items: center;
}
.c-card__cat {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    height: 29px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
    color: #fc6474;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.c-card__cat.color-violet {
    margin-right: 15px;
    color: #b95cb4;
}
.c-card__text {
    color: #010101;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
}
.c-card__item {
    margin-top: 45px;
}
.c-card__item-title {
    margin-bottom: 15px;
    color: #1c1c1c;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
}
.c-card__item-img {
    max-width: 100%;
    display: block;
}
.c-card__left {
    width: 380px;
    min-width: 380px;
    margin-right: 20px;
}
.c-card__right {
    flex-grow: 1;
}
.c-card__profile {
    padding: 14px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.c-card__profile img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 12px;
    object-fit: cover;
}
.c-card__profile span {
    display: block;
    color: #fc6474;
}
.c-card__soc-list {
    display: flex;
    align-items: center;
}
.c-card__soc-title {
    margin-bottom: 7px;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
}
.c-card__soc {
    padding: 13px 19px 17px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #f7f9fa;
}
.c-card__soc-item {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    background-size: 40px;
    transition: all 0.4s;
}
.c-card__soc-item:hover {
    opacity: 0.8;
}
.c-card__range-link {
    width: 100%;
    height: 72px;
    font-size: 20px;
    margin: 14px 0 0;
}
.c-card__range-line {
    height: 25px;
    position: relative;
    border-radius: 16px;
    background: #f2f2f2;
    overflow: hidden;
}
.c-card__range {
    padding: 25px 19px 21px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
    margin: -1px 0;
}
.c-card__range-line span {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
}
.c-card__list {
    display: flex;
    align-items: flex-start;
}
.c-card__range-line span::before {
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    width: 23px;
    height: 23px;
    background-image: url("../../img/fundraise/icon.svg");
    background-repeat: no-repeat;
}
.c-card__range-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 12px;
}
.c-card__range-left {
    color: #7c7c7c;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.c-card__range-left span {
    font-size: 14px;
}
.c-card__range-right {
    color: #fc6474;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.c-card__range-right span {
    font-size: 13px;
}
.c-card__mobile {
    display: none;
}
.c-section__item-bottom {
    padding: 0 19px 19px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
}
.c-section__item-gray {
    margin: 0 -19px 20px;
    border-radius: 19px;
    background: #f7f9fa;
    color: #000;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    padding: 25px 18px;
}
.c-section__list > #dle-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0;
}
.c-section__block {
    width: 25%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.c-section__item-profile {
    padding: 18px 19px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: -1px;
}
.c-section__item-profile img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}
.c-section__item-profile span {
    font-size: 15px;
    color: #fc6474;
    display: block;
}
.c-section__pt {
    padding-top: 55px;
}
.c-section__pb {
    padding-bottom: 55px;
}
.c-section__title {
    color: #000;
    text-align: center;
    font-size: 64px;
    font-weight: 800;
    line-height: 100px;
}
.ttu {
    text-transform: uppercase;
}
.c-section__item {
    position: relative;
}
.c-gray__btn {
    background: #f7f9fa;
    border: none;
    width: 100%;
    height: 72px;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 115%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 18px;
}
.c-gray__btn span {
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-section__item-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    backdrop-filter: blur(3px);
}
.c-section__item-circle {
    width: 306px;
    height: 307px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 80px;
    background-image: url("../../img/fundraise/item-bg.png");
}
.c-section__item-top {
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 800;
    line-height: 100px;
    margin-bottom: -27px;
}
.c-section__item-subtop {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.c-section__item-text {
    margin-top: 29px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
}
.c-section__item-text span {
    font-size: 14px;
    line-height: 22px;
}
.c-work__bottom {
    position: relative;
    margin-top: 63px;
    padding-left: 29px;
}
.c-work__bottom-title {
    width: 819px;
    max-width: 100%;
    color: #000;
    font-feature-settings: "liga" off;
    font-size: 27px;
    font-weight: 400;
    line-height: 39px;
    position: relative;
    z-index: 1;
}
.c-work__bottom-title span {
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-work__bottom-text {
    margin-top: 15px;
    width: 516px;
    max-width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    z-index: 1;
}
.c-work__bottom-text span {
    font-size: 22px;
}
.c-work__bottom-img {
    top: -30px;
    position: absolute;
    display: block;
    right: 0;
}
.c-work__bottom-text a {
    color: #fc6474;
    text-decoration: none;
    display: inline-flex;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}
.c-work__bottom-text a:hover {
    text-decoration: underline;
}
.c-work__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}
.c-work__item {
    margin-right: 20px;
    width: calc(25% - 20px);
    position: relative;
    margin-top: 20px;
    padding: 19px 25px 23px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
}
.c-work__item-text {
    margin: 14px 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.c-work__item-top {
    display: flex;
    align-items: flex-start;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.c-work__item-top p {
    margin: 3px 0 0 0;
}
.c-work__item-top span {
    width: 31px;
    height: 28px;
    min-width: 31px;
    margin-right: 7px;
    background-image: url("../../img/fundraise/heart.svg");
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
}
.c-work__item-bottom {
    margin-top: 15px;
    color: #fc6474;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    width: 96%;
}
.c-work__item-last {
    position: absolute;
    border-radius: 19px;
    left: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}
.c-work__item-soc {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.c-work__item-soc .c-card__soc-item {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 4px;
    background-size: 32px !important;
}
.c-work__item-kids {
    margin-top: 13px;
}
.c-work__item-violet {
    margin-top: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}
.c-work__item-block {
    margin-top: -7px;
}
.c-work__item-violet span {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 150px;
    background: #c264b3;
}

.c-modal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(28, 28, 28, 0.8);
    display: none;
}
.c-modal {
    position: fixed;
    padding-top: 100px;
    z-index: 100;
    padding-bottom: 40px;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    display: none;
    pointer-events: none;
}
.c-modal__wrapper {
    max-width: calc(100% - 10px);
    width: 843px;
    border-radius: 25px;
    background: #fff;
    display: block;
    padding: 25px 32px 41px;
    position: relative;
    pointer-events: auto;
}
.c-modal__title {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-family: Circe;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    width: 100%;
    line-height: normal;
    margin-bottom: 20px;
}
.c-modal__btn {
    width: 100%;
    margin: 30px 0 0 0;
    height: 105px;
    font-size: 26px;
}
.c-modal__close {
    position: absolute;
    top: -42px;
    right: -52px;
    width: 52px;
    height: 52px;
    background-image: url("../../img/fundraise/close.svg");
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer;
    transition: all 0.4s;
}
.c-modal__close:hover {
    opacity: 0.7;
}
.c-modal__bold {
    color: #b95cb4;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.c-modal__bold span {
    margin-left: 10px;
    color: #fc6474;
    font-size: 15px;
    font-weight: 400;
}
.c-modal__file {
    width: 380px;
    max-width: 100%;
}
.c-modal__file-item {
    border-radius: 8px;
    border: 1px solid #b95cb4;
    background: #fff;
    height: 60px;
    cursor: pointer;
    user-select: none;
    width: 100%;
    display: block;
}
.c-modal__file-item input {
    display: none;
}
.c-modal__file-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 26px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ff9da3;
    background: #f7f9fa;
    color: #b95cb4;
    font-size: 20px;
    line-height: 32px;
    margin-left: -1px;
    margin-top: -1px;
    height: 60px;
    max-width: 100%;
    white-space: nowrap;
}
.c-modal__file-item {
    display: flex;
    align-items: center;
}
.c-modal__file-item small {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 8px;
    font-weight: 400;
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}
.c-modal__item {
    margin-bottom: 20px;
}
.c-modal__input {
    position: relative;
}
.c-modal__select .nice-select::before {
    content: "";
    display: block;
    background-image: url("../../img/fundraise/icon-5.svg");
    transition: all 0.4s;
}
.c-modal__select .nice-select.open::before {
    transform: rotate(180deg);
}
.c-modal__icon,
.c-modal__select .nice-select::before {
    right: 13px;
    top: 15px;
    width: 30px;
    position: absolute;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 3;
}
.c-modal__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-modal__block {
    width: calc(50% - 10px);
}
.c-modal__input input,
.c-modal__input textarea,
.c-modal__select .nice-select {
    display: flex;
    align-items: center;
    padding-left: 21px;
    border-radius: 8px;
    border: 1px solid #b95cb4;
    background: #fff;
    height: 60px;
    color: #000;
    font-size: 20px;
    width: 100%;
    box-shadow: none;
    font-weight: 400;
    line-height: 32px;
}
.c-modal__select select {
    display: none;
}
.c-modal__select .nice-select::before {
}
.c-modal__select .nice-select .nice-select-dropdown {
    border-radius: 0 0 8px 8px;
    border: 1px solid #b95cb4;
    overflow: hidden;
    margin: 0;
    top: calc(100% - 8px);
    border-top: none;
    background: #fff;
    left: -1px;
    width: calc(100% + 2px);
    box-shadow: none;
}
.c-modal__select .nice-select .list {
    padding: 11px 12px;
    border-radius: 0;
}
.c-modal__select .nice-select .list {
    margin: 0;
}
.c-modal__select .nice-select .option {
    padding: 3px 9px;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    border-radius: 8px;
}
.c-modal__select .nice-select .option.selected {
    background: #f7f9fa;
    font-weight: normal;
}
.c-modal__select {
    position: relative;
    height: 60px;
}
.c-modal__select .nice-select::after {
    display: none;
}
.c-modal__input input::placeholder,
.c-modal__input textarea::placeholder {
    color: #888888;
}
.c-modal__input textarea {
    resize: none;
    display: block;
    padding-top: 13px;
    height: 149px;
}

.c-work__item,
.c-section__item-profile,
.c-section__item-bottom {
    transition: all 0.4s;
}
.c-work__item:hover,
.c-section__item:hover .c-section__item-profile,
.c-section__item:hover .c-section__item-bottom {
    border-color: #fc6474;
}

.c-work__item::before {
    content: "";
    position: absolute;
    width: 113px;
    height: 75px;
    z-index: -1;
    bottom: -36px;
    right: -46px;
    background-image: url("../../img/fundraise/next.svg");
    background-repeat: no-repeat;
}
.c-work__item:last-child:before {
    display: none;
}

.c-section__item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.c-section__item-bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.c-section__item-gray {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-card__range-line {
    margin-top: auto;
}

.c-main__video-right {
    bottom: 116px;
    width: 201px;
    height: 201px;
    position: absolute;
    left: calc(50% + 380px);
    z-index: 3;
}
.c-main__video-left::after {
    content: "";
    display: block;
    width: 134px;
    height: 134px;
    left: -68px;
    bottom: -37px;
    position: absolute;
    background-image: url("../../img/fundraise/left-1.png");
    background-repeat: no-repeat;
}
.c-main__video-right::after {
    content: "";
    display: block;
    width: 213px;
    height: 181px;
    left: -77px;
    bottom: -44px;
    position: absolute;
    background-image: url("../../img/fundraise/right-1.png");
    background-repeat: no-repeat;
}
.c-main__video-left video,
.c-main__video-right video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.c-main__video-left {
    bottom: 126px;
    width: 213px;
    height: 213px;
    position: absolute;
    right: calc(50% + 448px);
    z-index: 3;
}

@media (max-width: 1199px) {
    .c-section__block {
        width: 33.333%;
    }
    .c-work__box {
        position: relative;
        padding-bottom: 49px;
    }
    .c-work__box {
        overflow-x: auto;
        margin-left: -15px;
        padding-left: 15px;
        width: calc(100% + 30px);
    }
    .c-work__box::-webkit-scrollbar {
        display: none;
    }
    .c-work__list {
        width: 1200px;
        margin: 0;
    }
    .c-work__box::before {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 0;
        width: 133px;
        height: 34px;
        background-image: url("../../img/fundraise/scroll.png");
        background-repeat: no-repeat;
    }
}
@media (max-width: 992px) {
    .c-card__list {
        display: block;
    }
    .c-card__left {
        min-width: 100%;
        width: 100%;
        margin-bottom: 35px;
    }
    .c-card__soc-item {
        width: 36px;
        height: 36px;
        background-size: 36px !important;
    }
    .c-card__soc {
        padding: 12px 19px 16px;
    }
    .c-card__profile {
        padding: 18px 19px;
    }
    .c-card__profile p {
        font-size: 16px;
        line-height: 22px;
    }
    .c-card__profile span {
        font-size: 15px;
    }
    .c-card__profile img {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .c-main {
        padding: 0 0 41px;
        margin-top: 22px;
    }
    .c-main::after {
        width: 478px;
        height: 253px;
        background-size: 478px 253px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        background-image: url("../../img/fundraise/mob.png");
        bottom: 45px;
    }
    .c-main::before {
        display: none;
    }
    .c-main__title {
        font-size: 26px;
        line-height: 36px;
    }
    .c-main__subtitle {
        margin: 5px auto 183px;
        font-size: 14px;
        line-height: 19px;
    }
    .c-main__btn {
        width: 290px;
        height: 75px;
        font-size: 20px;
    }
    .c-section__pagination a,
    .c-section__pagination span {
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin: 0 2px;
        font-size: 20px;
    }
    .c-section__pagination .prev {
        margin-right: auto;
        font-size: 20px;
    }
    .c-section__pagination .next {
        font-size: 20px;
        margin-left: auto;
    }
    .c-card {
        padding: 14px 0 45px;
    }
    .c-card__breadcrumbs {
        font-size: 12px;
        line-height: 18px;
    }
    .c-card__item {
        margin-top: 35px;
    }
    .c-card__item-title {
        font-size: 24px;
    }
    .c-card__text {
        font-size: 14px;
        line-height: 20px;
    }
    .m-hide {
        display: none;
    }
    .ml-mobile {
        margin-left: 9px;
    }
    .c-card__cat {
        font-size: 12px;
    }
    .c-card__cat.color-violet {
        margin-right: 0;
    }
    .c-card__title {
        font-size: 24px;
        line-height: 27px;
    }
    .c-card__range {
        padding: 20px 19px 19px;
    }
    .c-card__range-link {
        margin-top: 15px;
    }
    .c-card__range-text {
        margin-top: 12px;
    }
    .c-card__breadcrumbs {
        display: none;
        margin: 0;
    }
    .c-card__mobile .c-card__breadcrumbs {
        display: block;
        margin-bottom: 15px;
    }
    .c-card__mobile {
        display: block;
    }
    .c-section__pt {
        padding-top: 40px;
    }
    .c-section__pb {
        margin-bottom: 40px;
    }
    .c-section__title {
        font-size: 32px;
        line-height: normal;
    }
    .c-work__bottom-img {
        left: -26px;
        position: relative;
        top: auto;
        right: auto;
        margin: 13px auto 0;
        max-width: 100%;
        display: block;
    }
    .c-work__bottom-title {
        font-size: 20px;
        line-height: 25px;
        width: 100%;
    }
    .c-work__bottom {
        padding: 0;
        margin-top: 25px;
    }
    .c-work__bottom-text {
        margin-top: 10px;
        font-size: 15px;
        width: 100%;
    }
    .c-work__bottom-text span {
        font-size: 18px;
    }
    .c-modal {
        padding-top: 65px;
    }
    .c-modal__close {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: -36px;
        right: 0;
    }
    .c-modal__wrapper {
        width: 500px;
        padding: 19px 10px 20px;
        border-radius: 15px;
    }
    .c-modal__btn {
        height: 75px;
        font-size: 20px;
        margin-top: 25px;
        width: 100%;
    }
    .c-modal__file {
        width: 100%;
    }
    .c-modal__bold {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .c-modal__bold span {
        margin-left: 3px;
        font-size: 14px;
    }
    .c-modal__file-item {
        height: 55px;
    }
    .c-modal__file-item span {
        height: 55px;
        font-size: 16px;
    }
    .c-modal__title {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: normal;
    }
    .c-modal__icon,
    .c-modal__select .nice-select::before {
        width: 26px;
        height: 26px;
        background-size: 26px;
        right: 11px;
        top: 15px;
    }
    .c-modal__item {
        margin-bottom: 15px;
    }
    .c-modal__input input {
        height: 55px;
        padding-left: 10px;
        font-size: 16px;
        border-radius: 6px;
    }
    .c-modal__input textarea {
        height: 180px;
        padding-top: 12px;
        padding-left: 10px;
        font-size: 16px;
        border-radius: 6px;
    }
    .c-modal__select .nice-select {
        height: 55px;
        padding-left: 10px;
        font-size: 16px;
    }
    .c-modal__select {
        height: 55px;
    }
    .c-modal__block {
        width: 100%;
    }
    .c-modal__select .nice-select .option {
        font-size: 16px;
    }
    .c-modal__select .nice-select .list {
        padding: 8px;
    }
    .c-work__item::before {
        display: none;
    }
    .c-main__video-right {
        display: none;
    }
    .c-main__video-left {
        width: 115px;
        height: 115px;
        left: calc(50% - 35px);
        bottom: 129px;
        right: auto;
    }
    .c-main__video-left::after {
        width: 79px;
        height: 79px;
        background-size: 79px;
        bottom: -23px;
        left: -39px;
    }
}
@media (max-width: 767px) {
    .c-section__block {
        width: 50%;
    }
}
@media (max-width: 576px) {
    .c-section__block {
        width: 100%;
    }
}

/*new styles*/
.table_donations {
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
    padding: 30px 40px 40px;
}
.table_donations table th {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 15px 20px;
}
.table_donations table td {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 14px 15px;
}
.table_donations table tr:nth-child(even) {
    border-radius: 8px;
    background: #f5e7f4;
}
.table_donations table {
    margin: 0;
}
.wrap_comment {
    margin-top: 0;
}
.donate_fundraise {
    max-width: 100% !important;
    margin: 0;
}
.donate_fundraise .page-charity__wrap.charity__wrap {
    padding: 39px;
}
.donate_fundraise .form_donate__total {
    margin: 20px 0;
    font-weight: bold;
    display: block;
    line-height: 120%;
}
.donate_fundraise .donation__who .charity__submit {
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}
.donate_fundraise .charity__info .btn__rub-wrap {
    margin: 0 20px 0 0;
}
.donate_fundraise .wrap_charity > *:not(button) {
    padding: 0;
}
.donate_fundraise .donation__who .charity__submit .btn::before,
.addcomments .btn::before,
.donate_fundraise .donation__who .charity__submit .btn::after,
.addcomments .btn::after {
    display: none;
}
.donate_fundraise .donation__who .charity__submit .btn,
.addcomments .btn {
    width: 340px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    box-shadow: 0px 15px 18.5px -20px #b95cb4;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 115%;
    padding: 5px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate_fundraise .charity__info {
    border: none;
    padding: 0;
}

.addcomments {
    padding: 22px 24px 29px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
}
.addcomments .btn__rub-wrap {
    padding: 0;
}
.addcomment__submit .uslov,
.addcomment__submit .uslov a {
    width: 250px;
    font-size: 11px;
    line-height: 15px;
    margin-left: 25px;
}
.addcomment__submit .uslov a {
    margin-left: 0;
}
.addcomment__wrap .addcomment__wrapitem {
    padding: 0;
    margin-bottom: 15px;
}
.addcomment__wrap .addcomment__wrapitem:first-child {
    width: 380px;
    margin-right: 20px;
}
.addcomment__wrap .addcomment__wrapitem:nth-child(2) {
    width: 330px;
}
.addcomment__wrap {
    margin: 0;
}
#dle-comments-list > .comments-tree-list > .comments-tree-item,
#dlefastreplycomments,
.ajax_loaded_comments > .comments-tree-list > .comments-tree-item {
    border: none;
}
#dle-comments-list > .comments-tree-list > .comments-tree-item,
#dlefastreplycomments,
.ajax_loaded_comments > .comments-tree-list > .comments-tree-item {
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.comments-tree-item > * {
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid #ffc6cc;
    background: #fff;
    box-shadow: none;
    padding: 15px;
}
.comments-tree-list .comments-tree-list {
    margin: 0;
    padding: 0;
    border: none;
}
#dle-comments-list {
    margin: 0;
}
.comment_user__ts {
    padding: 4px 9px;
    border-radius: 13px;
    background: linear-gradient(125deg, #ffc6cc 0%, #b95cb4 71.8%);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.comment_user__date {
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 16px;
}
.comment_user__date::before {
    display: none;
}
.comment_user__date::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0;
    top: -1px;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0C2.91484 0 0 2.91484 0 6.5C0 10.0852 2.91484 13 6.5 13C10.0852 13 13 10.0852 13 6.5C13 2.91484 10.0852 0 6.5 0ZM9.59258 9.86172C9.48594 9.96836 9.34883 10.0217 9.20918 10.0217C9.06953 10.0217 8.93242 9.96836 8.82578 9.86172L6.1166 7.15508C6.01504 7.05352 5.95664 6.91641 5.95664 6.77168V3.25C5.95664 2.95039 6.20039 2.70918 6.49746 2.70918C6.79453 2.70918 7.03828 2.95039 7.03828 3.25V6.5457L9.5875 9.09492C9.80332 9.3082 9.80332 9.65098 9.59258 9.86172Z" fill="%237C7C7C"/></svg>');
}
.rate_like {
    padding-left: 18px;
    position: relative;
}
.rate_like::before {
    display: none;
}
.rate_like::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="9" r="9" fill="%23C6C7C7"/><path d="M13.2093 5.88045C12.6901 5.31341 11.9792 5 11.2077 5C10.631 5 10.1022 5.18417 9.63578 5.54927C9.39936 5.73344 9.1869 5.958 9 6.21971C8.8131 5.958 8.60064 5.73183 8.36421 5.54927C7.89776 5.18417 7.36901 5 6.79233 5C6.02077 5 5.3099 5.31179 4.79233 5.88207C4.28115 6.44427 4 7.21002 4 8.04039C4 8.89661 4.3147 9.67851 4.99201 10.504C5.59744 11.2423 6.46805 11.9919 7.47444 12.8611L8.61342 13.853C8.72045 13.9467 8.85782 14 9 14C9.14217 14 9.28115 13.9483 9.38658 13.853L10.5256 12.8611C11.5335 11.9919 12.4026 11.2423 13.008 10.504C13.6853 9.67851 14 8.89499 14 8.04039C14.0016 7.2084 13.7204 6.44265 13.2093 5.88045Z" fill="white"/></svg>');
}
.rate_like a {
    height: 18px;
    display: inline-flex;
    align-items: center;
    padding: 0 6px;
    color: #c6c7c7;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 20px;
    border: 1px solid #c6c7c7;
    background: #fff;
}
.comment_meta__nav::before {
    background: transparent;
}
.comments-tree-list .comments-tree-list {
    margin-left: 80px;
    width: calc(100% - 80px);
}
.comments-tree-list .comments-tree-list > .comments-tree-item > * {
    background: #f7f9fa;
}

@media (max-width: 992px) {
    .donate_fundraise .page-charity__wrap.charity__wrap {
        padding: 14px;
        border-radius: 14px;
        border-width: 1px;
    }
    .donate_fundraise .donation__who .charity__submit .btn {
        height: 72px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .donate_fundraise .donation__who .charity__submit {
        display: block !important;
    }
    .donate_fundraise .form_donate__total {
        margin: 15px 0 8px;
        text-align: center;
        font-size: 20px;
    }
    .donate_fundraise .form_donate__total-sum {
        font-size: 24px;
    }
    .donate_fundraise .wrap_charity {
        padding: 0 !important;
    }
    .donate_fundraise .charity__smtitle {
        margin-bottom: 10px;
    }
    .donate_fundraise .radio__payments-itemwrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .donate_fundraise .charity__info {
        border: none !important;
    }
    .donate_fundraise .wrap_page .wrap_charity {
        padding: 0 !important;
    }
    .donate_fundraise .wrap_charity {
        border: none !important;
    }
    .charity__item .wrap_charity {
        padding: 0;
        border: none;
    }
    .table_donations table tr:nth-child(even) {
        display: block;
    }
    .table_donations table tr {
        display: block;
        width: 100%;
        padding: 8px 10px 8px;
        height: auto;
    }
    .table_donations table tbody {
        display: block;
        width: 100%;
    }
    .table_donations table td {
        width: 100%;
        display: flex;
        margin: 8px 0 0 0;
        align-items: flex-start;
        color: #888;
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
        padding: 0;
    }
    .table_donations table td:first-child {
        margin-top: 0;
    }
    .table_donations table td::before {
        content: attr(data-title);
        width: 122px;
        min-width: 122px;
        color: #000;
        font-weight: 400;
    }
    .table_donations {
        padding: 12px 9px;
        border-width: 1px;
        border-radius: 14px;
    }
    .table_donations table tr:first-child {
        display: none;
    }
    .wrap_comment {
        margin: 0;
    }
    .addcomment__wrap .addcomment__wrapitem {
        margin-bottom: 10px;
    }
    .addcomment__wrap .addcomment__wrapitem:first-child {
        width: 100%;
        margin-right: 0;
    }
    .addcomment__wrap .addcomment__wrapitem:nth-child(2) {
        width: 100%;
    }
    .addcomment__submit {
        width: 100% !important;
        display: block !important;
    }
    .addcomments .btn__rub-wrap {
        width: 100%;
    }
    .addcomments .form button {
        width: 100% !important;
    }
    .addcomment__submit .uslov,
    .addcomment__submit .uslov a {
        margin: 0 0 0 0;
        width: 350px;
        max-width: 100%;
        font-size: 12px;
        text-align: left;
    }
    .addcomments {
        padding: 22px 14px;
        border-radius: 14px;
    }
    .wrap_page.donate_fundraise {
        padding-bottom: 0;
    }
    .donate_fundraise .privacy_wrap {
        font-size: 12px;
    }
    .c-card {
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {
    .comment_photo {
        left: 0;
        top: 0;
        right: auto;
    }
    .comment_info {
        padding-left: 47px;
    }
    .comment_meta {
        display: block;
    }
    .comment_meta__nav {
        margin: 8px 0 0 0;
    }
    .comment_meta__nav li {
        margin: 0 18px 0 0;
    }
    .comments-tree-list .comments-tree-list {
        margin-left: 0;
        width: 100%;
    }
    .comments-tree-item > * {
        padding: 12px 10px;
        border-radius: 14px;
    }
}
