:root {
    --text-color: #3f2f33;
    --bg-color: #f8f6f5;
    --accent: #d92e44;
    --line: #5a474b;
    --radius: 20px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    position: relative;
    overflow-x: hidden;
    background: rgba(251, 248, 244, 1);
    overflow-x: hidden;
}

.page-bg-shape {
    position: fixed;
    inset: auto -120px -180px -120px;
    height: 300px;
    background: radial-gradient(circle at 20% 50%, rgba(217, 46, 68, 0.08), transparent 55%);
    pointer-events: none;
    z-index: -1;
}

.site-header {
    padding: 24px 0;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.logo {
    font-weight: 600;
    font-size: 28px;
    color: var(--text-color);
    white-space: nowrap;
    mix-blend-mode: multiply;
    max-width: 181px;
}


.logo img{
    mix-blend-mode: multiply;
}

.logo-heart {
    color: var(--accent);
}

.main-nav {
    display: flex;
    gap: 30px;
}

.main-nav a {
    font-size: 15px;
    font-weight: 500;
    color: #46393d;
}

.header-actions {
    display: flex;
    gap: 12px;
}

.mobile-menu-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex: 1;
}

.mobile_blocks {
    display: none;
}

.mobile-menu-backdrop {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: #be2439;
}

.btn-outline {
    border-color: rgba(70, 57, 61, 0.45);
    color: #46393d;
}

.hero {
    /* padding: 10px 0 40px; */
    overflow: hidden;
}

.top_line_vector {
    position: absolute;
}

.hero-content {
    padding-top: 70px;
    /* max-width: 520px; */
    height: 100%;
    position: relative;
}

.hero-content:after {
    content: '';
    top: 753px;
    width: 50vw;
    right: 0;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 0px 104.03px 104.03px 0px;
    background: rgba(255, 255, 255, 1);
}

.hero h1 {
    margin-bottom: 28px;
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 0%;
    text-align: left;
}

.hero h1 span {
    color: var(--accent);
}

.hero p {
    max-width: 500px;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 90px;
}

.btn-donate {
    min-height: 62px;
    min-width: 340px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    padding: 19px 64px;
}

.hero-users {
    display: flex;
    align-items: center;
    gap: 24px;
}

.users-list {
    display: flex;
}

.users-list > div {
    margin-right: -27px;
    width: 78px;
    height: 78px;
}

.users-list > div:last-child {
    margin: 0;
}

.users-list img {
    /* width: 56px; */
    /* height: 56px; */
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -8px;
}

.users-list img:first-child {
    margin-left: 0;
}

.hero p.users-text {
    margin: 0;
    max-width: 230px;
    color: rgba(171, 158, 140, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 19px;
    font-weight: 500;
    line-height: 22.41px;
    letter-spacing: -2%;
    text-align: left;
}

.hero-media {
    position: relative;
    /* border-radius: 44px; */
    /* min-height: 650px; */
    /* overflow: hidden; */
    /* background: #e8e7e7; */
}

.hero-media:after {
    content: '';
    top: 753px;
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
}

.hero-media img {
    width: 50vw;
    max-width: 50vw;
    border-radius: 56.02px 56.02px 0px 0px;
    overflow: hidden;
    height: 864px;
    object-fit: cover;
    object-position: top;
}

.btn-ghost {
    position: absolute;
    top: 30px;
    left: -50px;
    z-index: 2;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 38px;
    box-sizing: border-box;
    border: 1.6px solid rgba(82, 54, 54, 1);
    border-radius: 16px;
    backdrop-filter: blur(15.844253540039062px);
    background: rgba(251, 248, 244, 0.55);
}

/* skeleton: sections from .tracikng to footer */
.tracikng {
    background: #fff;
    padding-top: 20px;
}

.tracikng {
    position: relative;
}

.tracikng .second_screen_bg_top {
    position: absolute;
    top: -738px;
    right: 0;
    pointer-events: none;
}

.second_screen_bg_bottom {
    position: absolute;
    top: 163px;
    right: 0;
}

.tracikng h3 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0%;
    text-align: center;
}

.tracikng h3 span {
    color: #e1283b;
}

.tracikng .hr {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tracikng .hr svg {
}

.tracikng .text {
    margin-bottom: 60px;
}

.tracikng .text p {
    text-align: center;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
}

.tracikng .nums {
    display: flex;
    gap: 225px;
    margin-bottom: 210px;
}

.tracikng .num {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tracikng .num:first-child:before{
    content:'';
    height:20px;
    border-radius: 6.4px;
    background: rgba(253, 246, 247, 1);
    position: absolute;
    right: calc(100% + 50px);
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tracikng .num:nth-child(2):before{
    content:'';
    height:20px;
    border-radius: 6.4px;
    background: rgba(253, 246, 247, 1);
    position: absolute;
    right: calc(100% + 20px);
    width: 179px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tracikng .num:last-child:before{
    content:'';
    height:20px;
    border-radius: 6.4px;
    background: rgba(253, 246, 247, 1);
    position: absolute;
    right: calc(100% + 32px);
    width: 179px;
    top: 0;
    bottom: 0;
    margin: auto;
}



.tracikng .num:last-child:after{
    content:'';
    height:20px;
    border-radius: 6.4px;
    background: rgba(253, 246, 247, 1);
    position: absolute;
    left: calc(100% + 32px);
    width: 134px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tracikng .num:last-child {
    margin-left: 15px;
}


.tracikng .num .number {
    color: rgba(225, 39, 59, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 112px;
    font-weight: 600;
    line-height: 67.22px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 23px;
    height: 67px;
    display: flex;
    position: relative;
}

.tracikng .num p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 23px;
    font-weight: 500;
    line-height: 27.68px;
    letter-spacing: -2%;
    text-align: center;
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
    top: 100%;
}

.tracikng .num:nth-child(2) p {
    left: -50%;
    right: -50%;
}

.tracikng .title_news {
    margin-bottom: 34px;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 40px;
    font-weight: 600;
    line-height: 49.61px;
    letter-spacing: 0%;
    text-align: center;
    text-align: left;
}

.tracikng .article {
    border-radius: 40px;
    display: flex;
    gap: 128px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 35px;
    padding-bottom: 40px;
    border-radius: 40px;
    background: rgba(251, 248, 244, 1);
    padding-right: 20px;
    position: relative;
}

.tracikng .article.wide {
    border-radius: 40px;
    background: radial-gradient(232.86% 84.40% at 18% 34%, rgba(228, 138, 138, 1), rgba(248, 207, 207, 1));
}

.tracikng .article .icon {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.tracikng .article .icon svg, .tracikng .article.wide .icon img {
}

.tracikng .article .icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.tracikng .article .bottom {
}

.tracikng .article .title {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 20px;
}

.tracikng .article .text {
    margin: 0;
    text-align: left;
}

.tracikng .article .text p {
    text-align: left;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 20.81px;
    font-weight: 500;
    line-height: 24.01px;
    letter-spacing: -2%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tracikng .col-xl-12 {
    position: relative;
}

.tracikng .all_news {
    position: absolute;
    color: rgba(225, 39, 59, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: center;
    text-decoration-line: underline;
    top: 30px;
}

.hystory {
    padding-top: 195px;
}

.hystory .container {
    position: relative;
}

.hystory .history_bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.hystory h3 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 49.61px;
    letter-spacing: 0%;
    text-align: center;
}

.hystory h3 span {
    color: rgba(225, 39, 59, 1);
}

.hystory .descr {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: left;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 60px;
}

.hystory .card {
    display: block;
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    position: relative;
}

.hystory .card .img {
    /* margin-top: -34px; */
    position: relative;
    top: -34px;
}

.hystory .card .img .heart {
    position: absolute;
    top: 17px;
    right: 21px;
}
.hystory .card .img img{
    width: 100%;
    height: 548px;
    object-fit: cover;
    border-radius: 40px;
}
.hystory .card .img .heart img {
    mix-blend-mode: multiply;
    top: 18p;
    width: 75px;
    height: auto;
}

.hystory .card .img .name {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 38px;
    box-sizing: border-box;
    border: 1.6px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    backdrop-filter: blur(10.082707405090332px);
    background: rgba(251, 248, 244, 0.57);
}

.hystory .card .text {
    margin-top: -14px;
    padding: 0 15px;
}

.hystory .card .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -2%;
    text-align: left;
}

.hystory .all_story {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 64px;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    display: flex;
    width: fit-content;
    margin: auto;
    margin-top: 31px;
}

.pay_section {
    padding-top: 219px;
    padding-bottom: 130px;
    position: relative;
}

.pay_section .container {
    position: relative;
}

.pay_section .helper_right {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.pay_section .helper_left {
    position: absolute;
    bottom: -250px;
    pointer-events: none;
}

.pay_section .form_wrap {
    background: url(../img/bg_help.png) no-repeat;
    border-radius: 50px;
    padding-top: 60px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 6;
}

.pay_section .form_wrap .title {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 50px;
}

.pay_section .top_tabs {
    display: flex;
    margin-bottom: 50px;
}

.pay_section .top_tabs a {
    width: 50%;
    display: flex;
    justify-content: center;
}

.pay_section .top_tabs a div {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 33.61px;
    letter-spacing: -2%;
    text-align: center;
    opacity: .5;
    transition: .3s;
}

.pay_section .top_tabs a div:after {
    height: 4.8px;
    content: '';
    display: block;
    width: 100%;
    background: #fff;
    opacity: 0;
}

.pay_section .top_tabs a.active div:after {
    opacity: 1;
}

.pay_section .top_tabs a.active {
    /* border: 4.8px solid rgba(255, 255, 255, 1); */
}

.pay_section .top_tabs a.active div {
    opacity: 1;
    /* border-bottom: 4.8px solid rgba(255, 255, 255, 1); */
}

.pay_section .buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.pay_section .buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    border-radius: 76.82px;
    height: 83px;
    transition: .3s;
}

.pay_section .buttons a.active {
    background: #fff;
    color: rgba(225, 39, 59, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
}

.pay_section .buttons a.is-disabled {
    opacity: .45;
    pointer-events: none;
    filter: grayscale(.1);
}

.pay_section .other_summ {
    margin-top: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    border-radius: 76.82px;
    height: 83px;
    transition: .3s;
    position: relative;
    top: 0;
}

.pay_section .other_summ span {
    right: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.pay_section .other_summ input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    -moz-appearance: textfield;
    outline: none;
}

.pay_section .other_summ input::-webkit-outer-spin-button,
.pay_section .other_summ input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pay_section .other_summ input::placeholder {
    color: #fff;
    opacity: 1;
}

.pay_section .policy {
    margin-top: 60px;
}

.pay_section .policy input {
    display: none;
}

.pay_section .policy label {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    padding-left: 67px;
    display: block;
    position: relative;
}

.pay_section .policy label:before {
    content: '';
    box-sizing: border-box;
    border: 3.2px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pay_section .policy label:after {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    margin: auto;
    border-radius: 8px;
    transform: scale(0);
    opacity: 0;
    transition: .3s;
}

.pay_section .policy input:checked + label:after {
    opacity: 1;
    transform: scale(.55);
}

.pay_section .policy label a {
    text-decoration: underline;
}

.pay_section .submit_section {
    margin-top: 62px;
    display: flex;
    gap: 21px;
}

.pay_section .submit_section input[type="submit"] {
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    border: 0;
    width: 311.03px;
    height: 67.41px;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: left;
    text-align: center;
}

.pay_section .submit_section .info_pays {
    display: flex;
    gap: 30px;
    align-items: center;
}

.pay_section .submit_section .info_pays .wr {
    display: flex;
    gap: 4px;
    align-items: center;
}

.pay_section .submit_section .info_pays .wr img {
}

.pay_section .submit_section .info_pays span {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
}

.pay_section .bottom_text {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -2%;
    text-align: center;
}

.pay_section .bottom_text span {
    color: #e1283b;
}


.pay_section.in_page {
    padding-top: 130px;
}

.pay_section.in_page h3 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
}


.pay_section.in_page .texter {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 46px;
}

.pay_section.in_page h3 span {
    color: rgba(225, 39, 59, 1);
}


.pay_section.in_donation{
    background: rgba(255, 255, 255, 1);
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: -112px;
}

.pay_section.in_donation.everyday{
    margin: 0;
    position: relative;
    z-index: 6;
    padding-bottom: 50px;
    padding-top: 0;
}


.pay_section.in_donation.everyday .container{
    top: -10px;
}

.pay_section.in_donation.everyday:before{
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    border-radius: 0px 103.99px 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    bottom: -90px;
}
.pay_section.in_donation.everyday:after{
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 103.99px 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    bottom: -90px;
}

.pay_section.in_donation .helper_left{
    bottom: -495px;
    z-index: 6;
}
.pay_section.in_donation h3{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
}

.pay_section.in_donation .texter{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 60px;
}

.comeback {
    position: relative;
}

.comeback .line_block {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.comeback h3 {
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 45px;
    font-weight: 500;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 60px;
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 45px;
    font-weight: 700;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
}

.comeback h3 span {
    color: #e1283b;
}

.comeback .its {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.comeback .its .it {
    border-radius: 45px;
    background: rgba(255, 255, 255, 1);
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.comeback .its .it .tit {
    color: rgba(227, 41, 62, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 33.61px;
    letter-spacing: -2%;
    text-align: left;
}

.comeback .its .it .text {
}

.comeback .its .it .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: center;
    text-align: left;
}

.comeback .img {
    border-radius: 45px;
    overflow: hidden;
}

.comeback .img img {
}

.comeback .help {
    margin-top: 30px;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    padding: 19px 64px;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: left;
}

.opacit_block {
    padding-top: 130px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 103px; */
    padding-bottom: 95px;
}


.opacit_block .lefter {
    position: absolute;
    left: 0;
    top: calc(100% - 614px);
    pointer-events: none;
}

.opacit_block .righter {
    position: absolute;
    right: 0;
    bottom: -458px;
    pointer-events: none;
}

.opacit_block .prev {
    position: relative;
    margin-top: 103px;
}

.opacit_block .prev:after {
    content: '';
    top: 100%;
    width: 50vw;
    right: 0;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 0px 104.03px 104.03px 0px;
    background: rgba(255, 255, 255, 1);
}

.opacit_block .next {
    position: relative;
}

.opacit_block .next:after {
    content: '';
    top: 100%;
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
}

.opacit_block h3 {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 23px;
}

.opacit_block .text {
    margin-bottom: 50px;
}

.opacit_block .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
}

.opacit_block .card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opacit_block .card .icon {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    width: fit-content;
    height: 86px;
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opacit_block .card .icon svg {
}

.opacit_block .card .title {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -2%;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.opacit_block .card .text {
    margin: 0;
}

.opacit_block .card .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: center;
    margin: 0 -35px;
}

.opacit_block .review_feed {
    margin-top: 60px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 64px;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
    box-sizing: border-box;
    border: 1.6px solid rgba(82, 54, 54, 1);
    border-radius: 16px;
    backdrop-filter: blur(15.844253540039062px);
    background: rgba(251, 248, 244, 0.55);
}

.articles_section {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 140px;
}

.articles_section h3 {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 63px;
}

.articles_section .wide_art {
}

.articles_section .art {
    position: relative;
    display: block;
}

.articles_section .art article {
    position: relative;
}

.articles_section .wide_art.art article:before {
    content: '';
    background: url(../img/news_wide.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    opacity: .85;
    border-radius: 40.01px;
    width: 100%;
    background-size: cover;
}

.articles_section .art article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    opacity: .85;
    border-radius: 40.01px;
    background: rgba(251, 248, 244, 1);
}

.articles_section .art article img {
    z-index: 5;
    position: relative;
    opacity: 1;
    border-radius: 40.01px;
    height: 411px;
    object-fit: cover;
    width: 100%;
}

.articles_section .art article span {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 9;
    padding: 19px 38px;
    box-sizing: border-box;
    border: 1.6px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    backdrop-filter: blur(10.082707405090332px);
    background: rgba(251, 248, 244, 0.57);
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    max-width: calc(100% - 60px);
}

.articles_section .art .ic {
    position: absolute;
    right: 35px;
    top: -31px;
    z-index: 7;
    mix-blend-mode: multiply;
}

.articles_section .art .ic img {
}

.articles_section .all_articles {
    color: rgba(225, 39, 59, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: center;
    text-decoration-line: underline;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 68px;
}

footer {
    background: #fff;
    position: relative;
}

footer .lefter {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

footer .righter {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

footer .wrap {
    border-radius: 56.02px 56.02px 0px 0px;
    background: rgba(251, 248, 244, 1);
    padding-top: 64px;
    padding-bottom: 62px;
}

footer .wrap .row {
    row-gap: 85px;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
}

footer .nvbar {
    gap: 31px;
    display: flex;
    flex-direction: column;
}

footer .col-xl-3 .nvbar {
    margin-left: -40px;
}

footer .nvbar li {
}

footer .nvbar li a {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
}

footer .social_info {
    margin-left: -40px;
}

footer .social_info .social_item {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

footer .social_info .social_item .social_icon {
}

footer .social_info .social_item .social_icon svg {
}

footer .social_info .social_item .social_item_e {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    text-align: left;
    padding-top: 5px;
}

footer .social_info .social_item .social_item_e a {
}

footer .social_info .social_item .social_item_e .wr {
    margin-bottom: 23px;
}

footer .social_info .social_item .social_item_e .wr:last-child {
    margin: 0;
}

footer .social_info .social_item .social_item_e .wr a {
}

footer .social_info .els {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

footer .social_info .els .tit {
    color: rgba(227, 41, 62, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    text-align: left;
}

footer .social_info .els ul {
    display: flex;
    gap: 24px;
}

footer .social_info .els ul li {
}

footer .social_info .els ul li a {
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    width: 64px;
    height: 64px;
}

footer .copyright {
    color: rgba(227, 41, 62, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

footer .remodal {
    margin-left: -40px;
    display: flex;
    width: fit-content;
    padding: 19px 64px;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.81px;
    letter-spacing: -2%;
    text-align: left;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
}

/* about.html main skeleton */
.about_screen {
    padding-top: 95px;
    padding-bottom: 280px;
    background: url(../img/about_first.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 56px 56px 0px 0px;
}
.history_screen .bottom_hearth{
    position: absolute;
    top: -250px;
    z-index: 6;
    left: 0;
    pointer-events: none;
}
.about_screen:before {
    content: '';
    content: '';
    top: calc(100% - 95px);
    width: 50vw;
    left: 0;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 0px 104.03px 104.03px 0px;
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
}

.about_screen:after {
    content: '';
    content: '';
    top: 753px;
    width: 50vw;
    left: 50vw;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    top: calc(100% - 95px);
}

.about_screen h1 {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 67.19px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 30px;
}

.about_screen .text {
}

.about_screen .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    max-width: 654px;
}

.history_screen {
    background: #fff;
    position: relative;
}

.history_screen .container {
    position: relative;
    z-index: 9;
}

.history_screen h3 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 28px;
}

.history_screen h3 span {
    color: rgba(225, 39, 59, 1);
}

.history_screen .text {
}

.history_screen .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 2rem;
}
.history_screen .text p:last-child{
    margin:0;
}
.history_screen .text p strong {
    font-weight: 700;
}

.history_screen .btn {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    display: flex;
    width: fit-content;
    padding: 19px 64px;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    margin-top: 30px;
    margin-bottom: -5px;
}

.history_screen:before {
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 0 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    bottom: -90px;
    height: 103px;
}

.history_screen:after {
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    border-radius: 0px 0 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    bottom: -90px;
    height: 103px;
}

.why_screen {
    padding-top: calc(84px + 129px);
    position: relative;
}

.why_screen .right_line{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.why_screen .wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.why_screen .it {
}

.why_screen .it h3 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 28px;
    margin-bottom: 27px;
}

.why_screen .it h3 span {
    color: #e1283b;
}

.why_screen .it .text {
}

.why_screen .it .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
}

.why_screen .it .text p {
    margin-bottom: 2rem;
}


.why_screen .it .text p:last-child {
    margin: 0;
}

.why_screen .it .text p strong {
}

.docs_screen {
    padding-top: 130px;
    padding-bottom: 130px;
}

.docs_screen h3 {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 32px;
}

.docs_screen .img_block {
    border-radius: 56px;
    background: rgba(221, 221, 221, 1);
    width: 100%;
    height: 583px;
    display: flex;
    align-items: center;
    justify-content: center;
}


footer.other_page {
    background: #fbf8f4;
}


footer.other_page .wrap {
    background: #fff;
}


.history_page {
    padding-top: 100px;
}

.history_page h1 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 67.21px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 30px;
}

.history_page h1 span {
    color: #d92f44;
}

.history_page .text {
}

.history_page .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 2rem;
}

.history_page .text p:last-child {
    margin-bottom: 0;
}

.history_page .text p strong {
    font-weight: 700;
}

.first_screen_other{
    background: url(../img/donations_bg.png)no-repeat;
    background-position: right;
    border-radius: 56px 56px 0px 0px;
    padding-top: 236px;
    padding-bottom: 386px;
    overflow: hidden;
    position: relative;
}


.first_screen_other .bottom_hearth{
    position: absolute;
    left: 0;
    top: 30px;
    pointer-events: none;
}

.first_screen_other.team_screen{
    background:url(../img/team_screen.png)no-repeat;
    background-position: right;
}


.first_screen_other.team_screen .team_hearth{
    position: absolute;
    bottom: 0;
    top: 150px;
    pointer-events: none;
}

.first_screen_other.everyday_screen{
    background: url(../img/everyday.png)no-repeat;
    background-position: right;
    border-radius: 56px 56px 0px 0px;
}

.first_screen_other:before{
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 103.99px 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    top: 100%;
    top: calc(100% - 90px);
}
.first_screen_other:after{
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    border-radius: 0px 103.99px 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    top: calc(100% - 90px);
}
.first_screen_other h1{
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 67.2px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 20px;
}
.first_screen_other h1 span{
    color:#d92f44;
}
.first_screen_other h1 span{}
.first_screen_other .text{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    max-width: 982px;
}
.first_screen_other .text p{
    margin-bottom: 2rem;
}
.first_screen_other .text p:last-child{
    margin:0;
}


.first_screen_other.in_partners{
    background: url(../img/partners_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 151px;
    padding-bottom: 270px;
    position: relative;
    z-index: 9;
}

.wpcf7-not-valid-tip{
    display:none;
}
.wpcf7-response-output{
    display:none!important;
}
input.wpcf7-not-valid{
    border-color:red!important;
}

.first_screen_other.reports_archive{
    background: url(../img/reports.png) no-repeat #fbf8f5;
    background-position: right;
    z-index: 9;
    position: relative;
    background-size: contain;
}
.first_screen_other.reports_archive h1{}
.first_screen_other.reports_archive .text{
    max-width: 881px;
}
.first_screen_other.reports_archive .text p{}
.listing_reports{
    background: #fff;
    margin-bottom: 130px;
    position: relative;
    z-index: 3;
}

.listing_reports .reports_hearth{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
}

.listing_reports .container{
    position:relative;
    z-index: 9;
}


.listing_reports:before{
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    border-radius: 0px 103.99px 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    bottom: -80px;
    z-index: 3;
}
.listing_reports:after{
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 103.99px 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    bottom: -80px;
}

.listing_reports ul{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.listing_reports ul li{}
.listing_reports ul li a{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1.6px solid rgba(82, 54, 54, 1);
    padding-top: 19px;
    max-width: 450px;
}


.listing_reports ul li a:hover{
    color:rgba(227, 41, 62, 1);
}

.listing_reports ul li:last-child a{
    border:0;
}
.listing_reports .text_block{
    padding-top: 19px;
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -2%;
    padding-left: 40px;
    text-align: left;
}
.listing_reports .text_block p{}
.listing_reports .text_block p span{
    color: #d92f44;
}

.info_otch{
    position: relative;
    background: #fbf8f5;
    padding-top: 175px;
}
.info_otch h3{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
}
.info_otch .text{}
.info_otch .text p{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 28px;
}
.info_otch .link{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 64px;
    display: flex;
    box-sizing: border-box;
    border: 1.6px solid rgba(82, 54, 54, 1);
    border-radius: 16px;
    backdrop-filter: blur(15.840818405151367px);
    background: rgba(251, 248, 244, 0.55);
    width: fit-content;
    margin: auto;
    margin-bottom: 130px;
}


.help_section{
    padding-bottom: 130px;
}
.help_section h3{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
}
.help_section .text{}
.help_section .text p{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 79px;
}
.help_section .bottom{
    color: rgba(227, 41, 62, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 57px;
}
.help_section .it{
    border-radius: 51.2px;
    background: rgba(255, 255, 255, 1);
    padding: 50px 25px;
    padding-right: 20px;
    position: relative;
    height: 100%;
}
.help_section .it .icon{
    border-radius: 16px;
    background: rgba(251, 248, 244, 1);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -25px;
}
.help_section .it .icon svg{}
.help_section .it .title{
    color: rgba(227, 41, 62, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 22px;
}
.help_section .it .text{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -2%;
    text-align: left;
    text-align: left;
}
.help_section .it .text p{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -2%;
    text-align: left;
    margin: 0;
}
.help_section .help_history{
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 64px;
    display: flex;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}


.friends_block{
    padding-top: 60px;
    background: #fff;
    position: relative;
}
.friends_block .heart{
    position: absolute;
    left: 0;
    z-index: 9;
    pointer-events: none;
    top: -645px;
    right: 0;
    left: auto;
}
.friends_block .container{
    position:relative;
    z-index:9;
}
.friends_block:before{
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 103.99px 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    bottom: -90px;
    pointer-events: none;
}
.friends_block:after{
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    border-radius: 0px 103.99px 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    bottom: -90px;
    pointer-events: none;
}
.friends_block h2{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 30px;
}
.friends_block .parner_wrap{
    border-radius: 60.81px;
    background: var(--Radial, radial-gradient(232.86% 84.40% at 18% 34%,rgba(228, 138, 138, 1),rgba(248, 207, 207, 1))/* ÃƒÂÃ…Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¶ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ: ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ, ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ CSS, ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¶ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Âº, ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°ÃƒÂÃ‚Âº ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚Â. */);
    padding: 43px 50px;
    /* margin-bottom: 32px; */
}
.friends_block .parner_wrap .img{
    height: 140px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.friends_block .parner_wrap .img img{}
.wanna_be{
    padding-top: 170px;
    padding-bottom: 130px;
}
.wanna_be h3{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    margin-bottom: 23px;
    text-align: center;
}
.wanna_be .text{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 63px;
}
.wanna_be .text p{}
.wanna_be .link{
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.41px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 64px;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    margin: auto;
    display: flex;
    width: fit-content;
}


.friends_block .col-xl-6:last-child{}
.friends_block .row{
    row-gap:30px;
}

.teams_section{
    padding-top: 15px;
    background: #fff;
    position:relative;
    padding-bottom: 10px;
}


.teams_section .tem_top{
    position: absolute;
    left: 0;
    top: 600px;
    z-index: 8;
    pointer-events: none;
}
.teams_section .team_right{
    position: absolute;
    right: 0;
    top: 900px;
    z-index: 8;
    pointer-events: none;
}
.teams_section:before{
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 0px 0 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 1124.71px;
    bottom: -90px;
    pointer-events: none;
    height: 103px;
}
.teams_section:after{
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 0 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    bottom: -90px;
    pointer-events: none;
    height: 103px;
}
.teams_section .team_block{
    background: #fff;
    padding-bottom: 130px;
    position: relative;
    /* z-index: 7; */
}
.teams_section .team_block:last-child{
    padding:0;
}
.teams_section .team_block .row{
    row-gap:72px;
    justify-content:center;
}
.teams_section .team_block h3{
    text-align: center;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    text-align: center;
}
.teams_section .team_block h3 span{}
.teams_section .team_block h3 span{
    color: #d92f44;
}
.teams_section .team_block .card{
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 60px;
    background: rgba(251, 248, 244, 1);
    z-index: 8;
}
.teams_section .team_block .card .img{
    position: relative;
    top: -34px;
    border-radius: 60px;
    background: rgba(238, 232, 223, 1);
    overflow: visible;
    object-fit: cover;
}
.teams_section .team_block .card .img img{
    width: 100%;
    border-radius: 60px;
}
.teams_section .team_block .card .img .name{
    position: absolute;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.4px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 38px;
    max-width: 100%;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    width: fit-content;
    box-sizing: border-box;
    border: 1.6px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    backdrop-filter: blur(10.080001831054688px);
    background: rgba(251, 248, 244, 0.57);
}
.teams_section .team_block .card .text{
    padding: 0 15px;
    margin-top: -4px;
}
.teams_section .team_block .card .text p{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
}

.team-members-toggle-wrap{
    display: none;
}

.team-members-toggle{
    border: 0;
    background: transparent;
}

.plecho{
    padding-top: 170px;
    padding-bottom: 130px;
}
.plecho h3{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
}
.plecho .subtext{
    margin-bottom: 64px;
}
.plecho .subtext p{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
}
.plecho .img{
    width: 100%;
    max-width: 1824px;
    margin: auto;
}
.plecho .img imgÃƒÂÃ‚Â°{}

/* need_help.html main skeleton */
.need_help_screen {
    padding-top: 160px;
    padding-bottom: 383px;
    position: relative;
}
.need_help_screen h1 {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 20px;
}
.need_help_screen h1 span {
    color: #d92f44;
}
.need_help_screen .text {
    max-width: 900px;
}
.need_help_screen .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
}
.need_help_screen .hearth {
    position: absolute;
    right: 0;
    top: 120px;
    pointer-events: none;
}
.need_help_screen .hearth svg {}

.who_helping {
    padding-bottom: 90px;
}
.who_helping h2 {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51.21px;
    letter-spacing: -2%;
    text-align: left;
    text-align: center;
    margin-bottom: 60px;
}
.who_helping .item {
    position: relative;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 32px;
    padding: 48px 40px;
    height: 100%;
    margin: 0;
    height: 198px;
    margin-bottom: 32px;
}
.who_helping .item .left {
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: left;
}
.who_helping .item .left span {
    color: #d92f44;
}
.who_helping .item .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 20px;
    right: 60px;
}
.who_helping .item .icon svg {}

.how_feeding_back {
    position: relative;
    overflow: hidden;
    /* padding-bottom: 90px; */
}
.how_feeding_back .etaps, .how_feeding_back .container{
    position:relative;
    z-index:98;
}
.how_feeding_back .etaps:before{content: '';width: 50vw;left: 0;display: block;position: absolute;border-radius: 104.03px 0px 0px 104.03px;border-radius: 0px 103.99px 103.99px 0px;background: rgba(255, 255, 255, 1);height: 1325px;height: 1124.71px;top: -90px;}
.how_feeding_back .etaps:after{
    conbtent:'';
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 103.99px 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 1124.71px;
    background: rgba(255, 255, 255, 1);
    top: 100%;
    top: -90px;
}
.how_feeding_back h3 {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51.21px;
    letter-spacing: -2%;
    text-align: left;
    text-align: center;
    margin-bottom: 155px;
}

.how_feeding_back .etaps .points{
    display: flex;
    gap: 50px;
    /* position: relative; */
    padding-top: 30px;
}
.how_feeding_back .etaps {
    background: #fff;
    position: relative;
    /* overflow: hidden; */
}
.wrs_section{
    position:relative;
}
.wrs_section:before{
    content: '';
    width: 50vw;
    left: 0;
    display: block;
    position: absolute;
    border-radius: 104.03px 0px 0px 104.03px;
    border-radius: 0px 103.99px 103.99px 0px;
    background: rgba(255, 255, 255, 1);
    height: 1325px;
    height: 500px;
    bottom: -90px;
    z-index: 3;
}
.wrs_section:after{
    content: '';
    width: 50vw;
    left: 50vw;
    height: 1124.71px;
    display: block;
    position: absolute;
    height: 1325px;
    border-radius: 103.99px 0 0 103.99px;
    background: rgba(255, 255, 255, 1);
    height: 500px;
    background: rgba(255, 255, 255, 1);
    bottom: -90px;
}

.how_feeding_back .line{
    position: absolute;
    right: 0;
    top: -23%;
    z-index: 9;
    pointer-events: none;
}
.how_feeding_back .etaps .etap {}
.how_feeding_back .etaps .etap:first-child{
    min-width:547px;;
}
.how_feeding_back .etaps .etap:nth-child(2){
    min-width:340px;
}
.how_feeding_back .etaps .etap .title_item {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: left;
    border-radius: 16px;
    background: rgba(251, 248, 244, 1);
    padding: 11px 0px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
}
.how_feeding_back .etaps .etap .list_item {
    margin-top: 40px;
}
.how_feeding_back .etaps .etap .list_item ul {
    gap: 32px;
    display: flex;
    flex-direction: column;
}
.how_feeding_back .etaps .etap .list_item ul li {
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
}
.how_feeding_back .etaps .etap .list_item ul li .icon{
    min-width:29px;
}
.how_feeding_back .etaps .etap .button_block {}
.how_feeding_back .etaps .etap .button_block a {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
    width: 100%;
    display: flex;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    padding: 19px;
    justify-content: center;
    margin-top: 27px;
}
.how_feeding_back .etaps .etap .text {
    margin-top: 15px;
}
.how_feeding_back .etaps .etap .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
    padding-left: 17px;
}

.what_we_make {
    padding-top: 130px;
    padding-bottom: 130px;
}
.what_we_make .title {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -2%;
    text-align: left;
    text-align: center;
    margin-bottom: 60px;
}
.what_we_make .item {}
.what_we_make .item .icon {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 27px;
}
.what_we_make .item .icon svg {

}
.what_we_make .item .info {}
.what_we_make .item .info p {
    text-align: center;
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -2%;
    text-align: center;
}
.what_we_make .not_alone {
    margin-top: 100px;
}
.what_we_make .not_alone h3 {
    text-align: center;
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px;
}
.what_we_make .not_alone h3 span {
    color: #e1283b;
}
.what_we_make .not_alone .text {
    margin-bottom: 32px;
}
.what_we_make .not_alone .text p {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
}
.what_we_make .not_alone .button {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    font-style: Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: left;
    padding: 19px 64px;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    background: rgba(225, 39, 59, 1);
    width: fit-content;
    margin: auto;
    margin-bottom: 24px;
}
.what_we_make .not_alone .contacts {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.what_we_make .not_alone .contacts .icon {}
.what_we_make .not_alone .contacts .icon svg {}
.what_we_make .not_alone .contacts .meta {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
    text-align: left;
}
.what_we_make .not_alone .contacts .meta a:last-child{
    display:block;
    text-align: left;
    margin-top: 16px;
}
.what_we_make .not_alone .contacts .meta span {}
.what_we_make .not_alone .contacts .meta a {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -2%;
    text-align: center;
}


.single_report{
    padding-top: 140px;
    padding-bottom: 320px;
}
.single_report h1{
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 130px;
}


.single_report h1 span{
    color: #d92f44;
}
.single_report .docs{}
.single_report .docs .tit_block{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 48px;
}
.single_report .docs .wrap{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.single_report .docs .wrap .item{
    border-radius: 44.8px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    padding: 55px 80px;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.single_report .docs .wrap .item:hover{}
.single_report .docs .wrap .item:before{
    content:'';
    display: block;
    background: url(../img/bg_docs.png)no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
}
.single_report .docs .wrap .item:hover .title{
    color:#fff;
}
.single_report .docs .wrap .item:hover:before{
    opacity:1;
}
.single_report .docs .wrap .item .title{
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 35px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -2%;
    text-align: left;
    z-index: 5;
    transition: .3s;
}
.single_report .docs .wrap .item .img{
    width: 116.81px;
    height: 116.81px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80.81px;
    background: rgba(251, 248, 244, 1);
    z-index: 5;
}
.single_report .docs .wrap .item .img img{}


@media screen and (min-width: 1500px){
    .container{
        max-width: 1350px;
    }
}
html, body{
    overflow-x: hidden;
}

@media screen and (max-width: 990px){
    .teams_section .team_block .team-member-hidden-mobile {
        display: none;
    }

    .teams_section .team_block.team-members-expanded .team-member-hidden-mobile {
        display: block;
    }

    .team-members-toggle-wrap{
        display: flex;
        justify-content: center;
        margin-top: -20px;
    }

    .team-members-toggle{
        color: rgba(225, 39, 59, 1);
        font-family: "Montserrat";
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        text-decoration: underline;
        padding: 6px 10px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 9px 25px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        text-decoration: none;
        position: relative;
        z-index: 6;
    }

    :root{
        --mobile-container-offset: 16px;
    }
    .site-header {
        position: absolute;
        padding: 14px 0;
        /* z-index: 200; */
        transition: background-color .25s ease, backdrop-filter .25s ease;
        background: transparent;
        width: 100%;
        Z-INDEX: 6;
    }

    .site-header .container {
        position: relative;
        --mobile-container-offset: 16px;
    }

    .site-header.is-scrolled {
        /* background: rgba(251, 248, 244, 0.92); */
        -webkit-backdrop-filter: blur(8px);
        /* backdrop-filter: blur(8px); */
    }

    .header-row {
        gap: 14px;
        width: 100%;
    }

    .mobile-menu-panel {
        position: absolute;
        right: 0;
        left: auto;
        width: min(220px, calc(100vw - 32px));
        top: calc(100% + 10px);
        z-index: 220;
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 22px 16px 16px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(26px) saturate(150%);
        backdrop-filter: blur(26px) saturate(150%);
        transform: translate3d(0, -10px, 0);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-left: 27px;
        text-align: right;
        gap: 30px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background-clip: padding-box;
    }

    @supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .mobile-menu-panel {
            background: rgba(251, 248, 244, 0.96);
        }
    }

    .main-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        gap: 15px;
    }

    .main-nav a {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }

    .main-nav a:first-child {
        color: #e1273b;
    }

    .header-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
    }
    .logo{
        max-width:101px;
    }
    .header-actions .btn {
        width: 100%;
        min-height: 48px;
        font-size: 18px;
        width: 154px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
        padding: 0;
        height: 36px;
        min-height: 36px;
    }
    .header-actions .btn-primary{
        color: #fff;
    }
    .header-actions .btn-outline {
        border-color: rgba(82, 54, 54, 0.7);
    }

    .mobile_blocks {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .mobile_blocks .social {
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .mobile_blocks .social a {
        width: 23px;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_blocks .social a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .burger {
        width: 33px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .burger svg rect {
        transition: transform .25s ease, opacity .25s ease;
        transform-origin: center;
        transform-box: fill-box;
    }

    body.menu-open .burger svg rect:nth-child(1) {
        transform: translateY(9.24px) rotate(45deg);
    }

    body.menu-open .burger svg rect:nth-child(2) {
        opacity: 0;
    }

    body.menu-open .burger svg rect:nth-child(3) {
        transform: translateY(-9.24px) rotate(-45deg);
    }

    .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 210;
        background: rgba(255, 255, 255, 0.01);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease;
    }

    body.menu-open .mobile-menu-panel {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.menu-open .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.menu-open {
        overflow-x: hidden;
    }
    .hero{
        padding-top:247px;
        background: url(../img/mobile_first.png)no-repeat;
        background-size: cover;
        margin-top: 0;
        padding-bottom: 54px;
    }
    .top_line_vector{
        display:none;
    }
    .hero h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 14px;
    }


    .hero h1 br{
        display:none;
    }

    .hero .col-12:last-child{
        order:1;
        display:none;
    }
    .tracikng .second_screen_bg_top{
        display:none;
    }
    .hero p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 20px;
    }
    .btn-donate{
        min-width:226px;
        padding: 9px 25px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        min-height: inherit;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        margin-bottom: 30px;
    }
    .users-list > div{
        width:35px;
        height:35px;
        margin-right: -12px;
    }
    .hero p.users-text{
        color: rgba(171, 158, 140, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 122px;
    }
    .hero-users{
        gap:11px;
    }
    .tracikng{
        margin-top:70px;
        padding-top: 0;
    }
    .tracikng:before{
        content:'';
        border-radius: 0px 65px 0 0px;
        background: rgba(255, 255, 255, 1);
        width:50%;
        height:90px;
        display: block;
        position: absolute;
        top: -70px;
        left:0;
    }
    .tracikng:after{
        content:'';
        border-radius: 65px 0 0 0px;
        background: rgba(255, 255, 255, 1);
        width:50%;
        height:90px;
        display: block;
        position: absolute;
        top: -70px;
        right:0;
    }
    .tracikng h3{
        z-index:4;
        position: relative;
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 17px;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0%;
        text-align: center;
    }
    .tracikng h3 br{
        display:none;
    }
    .tracikng .hr{
        margin-top:15px;
        margin-bottom:12px;
        width: 154px;
        margin-left: auto;
        margin-right: auto;
    }
    .tracikng .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .tracikng .text p br{
        display:none;
    }
    .tracikng .text{
        margin-bottom:40px;
    }
    .tracikng .nums{
        flex-wrap: wrap;
        gap: 69px;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
        flex-direction: column;
    }
    .tracikng .nums .num{
        width:100%;
        width: fit-content;
        margin: auto;
    }
    .tracikng .num .number{
        color: rgba(225, 39, 59, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 50px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0%;
        line-height: 1;
        height: fit-content;
        margin: 0;
        margin-bottom: 6px;
    }
    .tracikng .num p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .tracikng .num:before, .tracikng .num:nth-child(2):before, .tracikng .num:last-child:before{
        content:'';
        border-radius: 4px;
        background: rgba(253, 246, 247, 1);
        height: 13px;
        width: 50vw;
        right: calc(100% + 30px);
    }
    .tracikng .num:after, .tracikng .num:last-child:after{
        content:'';
        border-radius: 4px;
        background: rgba(253, 246, 247, 1);
        height: 13px;
        width: 50vw;
        left: calc(100% + 30px);
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .tracikng .num:first-child:before{
        border-radius: 4px;
        background: rgba(253, 246, 247, 1);
        height: 13px;
        width: 50vw;
        right: calc(100% + 30px);
    }
    .tracikng .num:first-child:after{
        border-radius: 4px;
        background: rgba(253, 246, 247, 1);
        height: 13px;
        width: 50vw;
        left: calc(100% + 30px);
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .tracikng .num:nth-child(2) p{
        left: -100%;
        right: -100%;
    }
    .tracikng .title_news{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        text-align: left;
        margin-bottom: 17px;
    }
    .tracikng .article{
        gap: 6px;
        margin-bottom: 10px;
        padding: 30px 15px;
        border-radius: 22px;
        background: rgba(251, 248, 244, 1);
        position: relative;
        z-index: 65;
    }
    .tracikng .article.wide{
        gap: 92px;
        border-radius: 22px;
        padding: 15px;
        padding-bottom: 30px;
    }
    .tracikng .article .title{
        font-style: Bold;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 6px;
    }
    .tracikng .article .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -2%;
        text-align: left;
    }
    .tracikng .article .icon{
        display:none;
    }
    .tracikng .article.wide .icon{
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }
    .tracikng .article.wide .icon svg, .tracikng .article.wide .icon svg img, .tracikng .article .icon svg, .tracikng .article.wide .icon img{
        width: 18px;
        height: 18px;
    }
    .tracikng .all_news{
        position:relative;
        color: rgba(225, 39, 59, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -2%;
        text-align: center;
        text-decoration-line: underline;
        top: 0;
        margin: 0;
        display: flex;
        margin-top: 18px;
        height: auto;
        top: 0;
        bottom: 0;
        display: flex;
        z-index: 5;
        position: absolute;
        bottom: 0;
    }


    .tracikng .bottler_mob{
        position: relative;
        margin-top: -32px;
        height: fit-content;
    }
    .tracikng .bottler_mob:before{
        content:'';
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
        height: 119px;
        display: block;
        position: absolute;
        bottom: -90px;
        width: 100vw;
        right: 50%;
    }
    .tracikng .bottler_mob:after{
        content:'';
        content: '';
        border-radius: 0px 0 0 65px;
        background: rgba(255, 255, 255, 1);
        height: 119px;
        display: block;
        position: absolute;
        bottom: -90px;
        width: 50vw;
        left: 50%;
    }
    .hystory{
        padding-top: 135px;
    }
    .hystory h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
    }
    .hystory h3 span{
        display:block;
    }
    .hystory .descr{
        margin-top: 10px;
        margin-bottom: 42px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
        max-width: 217px;
        /* margin: auto; */
        margin-left: auto;
        margin-right: auto;
    }
    .hystory .card .img{
        top:-22px;
    }
    .hystory .card{
        padding-left:16px;
        padding-right:16px;
        padding-bottom: 30px;
        margin-bottom: 42px;
    }
    .hystory .card .img .name{
        left:20px;
        bottom:20px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 24px;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 10px;
        backdrop-filter: blur(6.300000190734863px);
        background: rgba(251, 248, 244, 0.57);
    }
    .hystory .card .img .heart{
        right:10px;
        top:12px;
        max-width:41px;
    }
    .hystory .card .text{
        margin-top: -15px;
        padding: 0;
    }
    .hystory .card .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    .hystory .all_story{
        margin-top:-12px;
        width: fit-content;
        padding: 9px 25px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .pay_section, .pay_section.in_page{
        padding-top:60px;
        padding-bottom: 60px;
    }
    .pay_section .form_wrap{border-radius: 0;margin: 0 -15px;padding-top: 40px;padding-left: 10px;padding-right: 10px;padding-bottom: 53px;}
    .pay_section .form_wrap .title{
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 30px;
    }
    .pay_section .top_tabs a div{font-size: 17px;font-weight: 700;line-height: 21px;letter-spacing: -2%;}
    .pay_section .top_tabs a.active div:after{
        height:3px;
    }
    .pay_section .top_tabs{
        margin-bottom:30px;
    }
    .pay_section .buttons{
        gap:10px;
        flex-wrap: wrap;
        /* display: flex; */
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pay_section .buttons a, .pay_section .buttons a.active{
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        height: 41px;
        border-radius: 48px;
    }
    .pay_section .other_summ{
        margin-top:10px;
        height: 41px;
        border-radius: 48px;
    }
    .pay_section .other_summ input{
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .other_summ span{
        right: 23px;
        font-style: Bold;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .policy{
        margin-top:30px;
    }
    .pay_section .policy label{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
        padding-left: 42px;
    }
    .pay_section .policy label:before{
        margin: 0;
        width: 25px;
        height: 25px;
        border: 2px solid rgba(255, 255, 255, 1);
        border-radius: 5px;
        top: 3px;
    }
    .pay_section .policy label:after{
        margin:0;
        width: 25px;
        height: 25px;
        top: 3px;
    }
    .pay_section .submit_section{
        margin-top:30px;
        flex-direction: column;
    }
    .pay_section .submit_section input[type="submit"]{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding:9px 25px;
        width: 157px;
        height: 37px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .pay_section .submit_section .info_pays{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .pay_section .submit_section .info_pays .wr{
        gap: 2px;
        justify-content: flex-start;
    }
    .pay_section .submit_section .info_pays .wr img:first-child{
        width: 177px;
    }
    .pay_section .submit_section .info_pays .wr img:last-child{
        width: 34px;
    }
    .pay_section .submit_section .info_pays span{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    .pay_section .bottom_text{
        font-size: 15px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: -2%;
        text-align: center;
        margin-top: 30px;
    }
    .comeback .line_block{
        width: fit-content;
        justify-content: center;
        display: flex;
        align-items: center;
        height: fit-content;
        pointer-events: none;
    }
    .comeback .line_block svg{
        max-width: 1600px;
        height: auto;
        width: 1920px;
        left: -578px;
        position: relative;
        height: fit-content;
    }
    .comeback h3{
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        max-width: 217px;
        margin: auto;
        margin-bottom: 20px;
    }
    .comeback .its .it{
        padding: 26px 15px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 1);
        gap: 4px;
    }
    .comeback .its .it .tit{
        color: rgba(227, 41, 62, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -2%;
        text-align: left;
    }
    .comeback .its .it .text p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    .comeback .its{
        gap:10px;
    }

    .comeback .comeback-items-col,
    .comeback .comeback-items-col .its {
        display: contents;
        padding: 0 15px;
    }

    .comeback .its .it {
        width: calc(100% - 24px);
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .comeback .comeback-items-col .its .it:nth-child(1) {
        order: 1;
    }

    .comeback .comeback-items-col .its .it:nth-child(2) {
        order: 2;
    }

    .comeback .comeback-media-col {
        order: 3;
        margin: 0;
        margin-bottom: 10px;
    }

    .comeback .comeback-items-col .its .it:nth-child(3) {
        order: 4;
    }

    .comeback .comeback-items-col .its .it:nth-child(4) {
        order: 5;
    }
    .comeback .img{
        border-radius:22px;
    }

    .comeback .col-xl-12:last-child{
        order: 9;
    }
    .comeback .help{
        margin-top:20px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 9px 25px;
    }
    .opacit_block{
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .opacit_block h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        max-width: 201px;
        margin: auto;
        margin-bottom: 10px;
    }
    .opacit_block .text p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .opacit_block .text{
        margin-bottom:30px;
    }
    .opacit_block .card .icon{
        width:54px;
        height:54px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }
    .opacit_block .card .icon svg{
        max-width:42px;
        height:auto;
    }
    .opacit_block .card .title{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 17px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 6px;
    }
    .opacit_block .card .text p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .opacit_block .card{
        margin-bottom:30px;
    }
    .opacit_block .lefter{
        display:none;
    }
    .opacit_block .righter{
        display:none;
    }
    .opacit_block .review_feed{
        margin-top:10px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 9px 25px;
        box-sizing: border-box;
        border: 1px solid rgba(82, 54, 54, 1);
        border-radius: 10px;
        backdrop-filter: blur(9.899999618530273px);
        background: rgba(251, 248, 244, 0.55);
        margin-bottom: 60px;
    }
    .opacit_block .prev{
        margin:0;
    }
    .articles_section h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
        max-width: 201px;
        margin: auto;
        margin-bottom: 20px;
    }
    .opacit_block .next:after{
        border-radius: 0px 65px 65px 0px;
        background: rgba(255, 255, 255, 1);
        top: 0;
    }
    .opacit_block .prev:after{
        /* left: auto; */
        /* right: 0; */
        border-radius: 65px 0px 0px 65px;
        background: rgba(255, 255, 255, 1);
    }
    .articles_section{
        padding-top:0;
        padding-bottom: 58px;
    }
    .articles_section .art{
        margin-bottom: 0;
        display: block;
        height: 100%;
    }
    .articles_section .wide_art{}
    .articles_section .wide_art.art article:before{
        border-radius: 25px;
    }
    .articles_section .wide_art.art article img{    border-radius: 25px;
        height: 257px;
        width: 100%;}
    .articles_section .art article img{
        border-radius: 25px;
        height: 100%;
        width: 100%;
    }
    .articles_section .art article span{
        left: 20px;
        bottom: 20px;
        max-width: calc(100% - 40px);
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 24px;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 10px;
        backdrop-filter: blur(6.300000190734863px);
        background: rgba(251, 248, 244, 0.57);
    }
    .articles_section .art article{
        height: 100%;
    }
    .articles_section .art article:before{
        border-radius: 25px;
    }
    .articles_section .art .ic{
        right:8px;
        width:40px;
        top: -20px;
    }
    .articles_section .all_articles{
        margin-top: 8px;
        color: rgba(225, 39, 59, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
        text-decoration-line: underline;
    }
    footer .wrap{
        border-radius: 35px 35px 0px 0px;
        background: rgba(251, 248, 244, 1);
        padding-top: 30px;
    }
    footer .nvbar{
        gap:17px;
        text-align: left;
    }
    footer .nvbar li a{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    footer .col-xl-3 .nvbar{
        margin:0;
    }
    footer .nvbar li{
        display:flex;
    }
    footer .wrap .row{
        row-gap:40px;
    }
    footer .social_info{
        margin:0;
    }
    footer .social_info .social_item{}
    footer .social_info .social_item .social_icon{}
    footer .social_info .social_item .social_item_e{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        padding-top: 2px;
    }
    footer .social_info .social_item .social_icon svg{
        width: 24px;
        height: 24px;
    }
    footer .social_info .social_item .social_item_e .wr{
        margin-bottom:15px;
        text-align: left;
    }
    footer .righter{
        display:none;
    }
    footer .lefter{
        display:none;
    }
    footer .social_info .els{
        margin-top:28px;
        gap: 20px;
    }
    footer .social_info .els .tit{
        color: rgba(227, 41, 62, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        text-align: left;
    }
    footer .social_info .els ul{
        gap:15px;
    }
    footer .social_info .els ul li a{
        width: 40px;
        height: 40px;
    }


    footer .col-xl-8{
        order:2;
    }
    footer .remodal{
        margin: 0;
        margin-top: -10px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 9px 25px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        display: flex;
    }
    footer .copyright{
        color: rgba(227, 41, 62, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .about_screen{
        margin-top: 51px;
        border-radius: 0;
        background: url(../img/mob_about.png)no-repeat;
        background-position: top;
        padding-top: 200px;
        padding-bottom: 90px;
        background-size: cover;
        background-position: top;
    }
    .about_screen h1{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 10px;
    }
    .about_screen .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    .about_screen:before{
        bottom: 0;
        top: auto;
        border-radius: 0px 65px 0 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        width: 80%;
    }
    .about_screen:after{
        bottom: 0;
        top: auto;
        border-radius: 65px 0 0 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        width: 20vw;
        left: 80%;
    }
    .history_screen h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: left;
        margin-top: -35px;
        margin-bottom: 15px;
    }
    .history_screen .text p{
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 1rem;
    }
    .history_screen .btn{
        padding: 9px 25px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .history_screen:after{
        height: 90px;
        height: 90px;
        border-radius: 0 0px 65px 0;
        background: rgba(255, 255, 255, 1);
        bottom: -50px;
        width: 80%;
    }
    .history_screen:before{
        height: 90px;
        border-radius: 0 0px 0px 65px;
        background: rgba(255, 255, 255, 1);
        width: 20%;
        left: 80%;
        bottom: -50px;
    }
    .history_screen{
        /* margin-bottom:-10px; */
    }
    .why_screen{
        padding-top:81px;
    }
    .why_screen .it h3{
        font-size: 17px;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom:12px;
    }
    .why_screen .it .text p{
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 1rem;
    }
    .why_screen .wrap{
        gap:40px;
    }
    .docs_screen{
        padding-top:60px;
        padding-bottom: 40px;
    }
    .docs_screen h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 20p;
    }
    .docs_screen .img_block{
        border-radius: 22px;
        background: rgba(221, 221, 221, 1);
        height: 216px;
        margin-bottom: 20px;
    }
    .history_page{
        padding-top: 112px;
    }
    .history_page h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 15px;
    }
    .history_page .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 1rem;
    }
    .pay_section.in_page h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 10px;
    }
    .pay_section.in_page .texter{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 60px;
    }
    .first_screen_other{
        margin-top: 51px;
        background: url(../img/mob_donations.png);
        background-size: cover;
        border-radius: 0;
        padding-top: 210px;
        padding-bottom: 126px;
    }
    .first_screen_other h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 10px;
    }
    .first_screen_other .text{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    .first_screen_other .text br{display:none;}
    .first_screen_other:before{
        bottom: 0;
        top: auto;
        border-radius: 0px 65px 0 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        width: 80%;
        right: auto;
        left: 0;
    }
    .first_screen_other:after{
        bottom: 0;
        top: auto;
        border-radius: 65px 0 0 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        width: 20vw;
        left: 80%;
    }
    .pay_section.in_donation{padding:0;margin: 0;}
    .pay_section.in_donation h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: left;
        max-width: 194px;
        margin-top: -35px;
        margin-bottom: 10px;
    }
    .pay_section.in_donation .texter{
        text-align: left;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
        max-width:219px;
        margin-bottom: 30px;
    }
    .pay_section.in_donation .texter br{
        display:none;
    }
    .info_otch{
        padding-top: 40px;
    }
    .info_otch h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        max-width:217px;
        margin:auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .info_otch .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 20px;
    }
    .info_otch .link{
        padding:9px 25px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .help_section h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        max-width: 205px;
        margin: auto;
        margin-bottom: 10px;
    }
    .help_section .text p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
        max-width: 193px;
        margin: auto;
    }
    .help_section .bottom{
        margin-top:60px;
        color: rgba(227, 41, 62, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 46px;
    }
    .help_section .it{
        padding-top:44px;
        padding-left:15px;
        padding-right:15px;
        padding-bottom:30px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 1);
        margin-bottom: 26px;
        height: auto;
    }
    .help_section .it .icon{
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: rgba(251, 248, 244, 1);
        top: -16px;
    }
    .help_section .it .icon img{
        width: 18px;
        height: 18px;
    }
    .help_section .it .title{
        font-style: Bold;
        font-size: 17px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 221px;
        margin-bottom: 10px;
    }
    .help_section .it .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 286px;
    }
    .help_section .help_history{
        padding:9px 25px;
        color: rgba(255, 255, 255, 1);
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-top: 0;
    }
    .help_section{
        padding-bottom:60px;
    }
    .first_screen_other.in_partners{
        background: url(../img/mob_part.png);
        background-size: cover;
        padding-top: 210px;
        padding-bottom: 126px;
    }
    .first_screen_other.in_partners h1{
        max-width: 252px;
    }
    .friends_block{
        padding-top:0;
    }
    .friends_block h2{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: left;
        max-width: 155px;
        margin-top: -38px;
        margin-bottom: 10px;
    }
    .friends_block .row{
        row-gap:10px
    }
    .friends_block .parner_wrap{border-radius: 22px;padding: 20px;}
    .friends_block .parner_wrap .img{
        padding: 15px;
        background: transparent;
        height: 60px;
        padding: 0;
    }
    .friends_block:after{
        content: '';
        content: '';
        border-radius: 0px 0 0 65px;
        background: rgba(255, 255, 255, 1);
        height: 119px;
        display: block;
        position: absolute;
        bottom: -50px;
        width: 20vw;
        left: auto;
        right: 0;
    }
    .friends_block:before{
        content: '';
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
        height: 119px;
        display: block;
        position: absolute;
        bottom: -90px;
        width: 100vw;
        right: 50%;
        left: auto;
        width: 80vw;
        right: auto;
        left: 0;
        bottom: -50px;
    }
    .wanna_be{
        padding-top: 112px;
        padding-bottom: 60px;
    }.wanna_be h3{
         font-size: 20px;
         font-weight: 600;
         line-height: 23px;
         letter-spacing: 0%;
         text-align: center;
         margin-bottom: 7px;
     }
    .wanna_be .text{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 20px;
    }
    .wanna_be .link{
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 9px 25px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .pay_section.in_donation.everyday:before{
        height: 65px;
        bottom: -65px;
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
        width: 80vw;
    }
    .pay_section.in_donation.everyday:after{
        height: 65px;
        bottom: -65px;
        border-radius: 0px 0 0px 65px;
        background: rgba(255, 255, 255, 1);
        width: 20vw;
        right: 0;
        left: auto;
    }
    .first_screen_other.everyday_screen{
        background: url(../img/everyday_mob.png)no-repeat;
        background-size: cover;
        border-radius: 0;
        padding-top: 210px;
        padding-bottom: 126px;
    }
    .pay_section.in_donation.everyday{
        padding-bottom:0;
        margin-bottom: 50px;
        padding-top: 15px;
    }
    .first_screen_other.team_screen{
        background: url(../img/mob_team.png)no-repeat;
        background-size: cover;
    }
    .teams_section .team_block h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 0;
        z-index: 6;
        position: relative;
    }
    .teams_section .team_block .row{
        row-gap: 40px;
    }
    .first_screen_other.team_screen:before{
        width:50vw;
    }
    .first_screen_other.team_screen:after{
        width:50vw;
        right: 0;
        left: auto;
    }
    .teams_section .team_block .card .img img{
        height: 330px;
        object-fit: cover;
        border-radius: 48px;
        background: rgba(238, 232, 223, 1);
    }
    .teams_section .team_block .card{
        padding-left:7px;
        padding-right:7px;
        border-radius: 48px;
        background: rgba(251, 248, 244, 1);
        padding-bottom: 30px;
        max-width: 330px;
        margin: auto;
    }
    .teams_section .team_block .card .img .name{
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 10px;
        backdrop-filter: blur(6.300000190734863px);
        background: rgba(251, 248, 244, 0.57);
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 24px;
        bottom: -22.5px;
    }
    .teams_section .team_block .card .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .teams_section .team_block .card .img{
        top:-20px;
    }
    .teams_section .team_block .card .text{
        margin-top:10px;
    }
    .teams_section .team_block{
        padding-bottom:60px;
    }
    .teams_section:after{
        height: 65px;
        bottom: -65px;
        border-radius: 0px 0 0px 65px;
    }
    .teams_section:before{
        height: 65px;
        bottom: -65px;
        border-radius: 0px 0 65px 0px;
    }
    .plecho{
        padding-top:108px;
        padding-bottom: 60px;
    }
    .plecho h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        margin-bottom:10px;
        max-width:270px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .plecho .subtext p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .plecho .subtext p br{
        display:none;
    }
    .plecho .subtext{
        margin-bottom:20px;
    }
    .plecho .img{
        padding:0 15px;
    }
    .plecho .img img{
        border-radius: 22px;
        width: 100%;
        object-fit: cover;
        max-height: 341px;
    }
    .need_help_screen{
        margin-top: 51px;
        padding-top: 210px;
        padding-bottom: 60px;
    }
    .need_help_screen h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
    }
    .need_help_screen h1 br{
        display:none;
    }
    .need_help_screen .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
    }
    .who_helping h2{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom:20px;
    }
    .who_helping .item{
        padding: 30px 15px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 1);
        height: 117px;
        margin-bottom: 10px;
        padding-right: 40px;
    }
    .who_helping .item .left{
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 266px;
    }
    .who_helping .item .left br{
        display:none;
    }
    .who_helping .item .icon{
        right: 20px;
        padding: 0;
        padding-top: 13px;
        right: 0;
    }
    .who_helping .item .icon svg {
        height: 98px;
    }
    .who_helping{
        padding-bottom:60px;
    }
    .how_feeding_back h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 90px;
    }
    .how_feeding_back .etaps:before{
        border-radius: 0px 65px 0 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        top: -65px;
    }
    .how_feeding_back .etaps:after{
        border-radius: 65px 0px 0 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        top: -65px;
    }
    .how_feeding_back .etaps .points{
        padding-top:10px;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 10px;
    }
    .how_feeding_back .etaps .etap .title_item{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        border-radius: 10px;
        background: rgba(251, 248, 244, 1);
        width: fit-content;
        padding: 13px 14px;
    }
    .how_feeding_back .etaps .etap .title_item br{
        display:none;
    }
    .how_feeding_back .etaps .etap:first-child, .how_feeding_back .etaps .etap:nth-child(2){
        min-width:100%;
    }
    .how_feeding_back .etaps .etap .list_item{
        margin-top: 25px;
    }
    .how_feeding_back .etaps .etap .list_item ul li{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
        gap: 14px;
    }
    .how_feeding_back .etaps .etap .list_item ul li .icon{
        min-width:18px;
    }
    .how_feeding_back .etaps .etap .list_item ul li .icon img{
        width:18px;
    }
    .how_feeding_back .etaps .etap .list_item ul{
        gap:20px;
    }
    .how_feeding_back .etaps .etap .button_block a{
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 9px 25px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        width: fit-content;
    }
    .how_feeding_back .etaps .etap .text{}
    .how_feeding_back .etaps .etap .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: left;
        padding: 0;
    }
    .how_feeding_back .etaps .etap .text p br{
        display:none;
    }
    .wrs_section:before{
        height: 65px;
        bottom: -65px;
        border-radius: 0px 0 65px 0px;
    }
    .wrs_section:after{
        height: 65px;
        bottom: -65px;
        border-radius: 0px 0 0 65px;
    }
    .wrs_section{
        padding-bottom: 0;
    }
    .what_we_make{
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .what_we_make .title{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;margin-bottom:20px;
    }
    .what_we_make .item .icon{
        width: 54px;
        height: 54px;
        margin-bottom: 10px;
    }
    .what_we_make .item .icon svg{
        height:40px;
    }
    .what_we_make .item .info p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;

        line-height: 16px;
        letter-spacing: -2%;
        text-align: center;
    }
    .what_we_make .item .info p br{
        display:none;
    }
    .what_we_make .item{
        margin-bottom:20px;
    }
    .what_we_make .not_alone{
        margin-top:40px;
    }
    .what_we_make .not_alone h3{
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom:10px;
    }
    .what_we_make .not_alone .text p{
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -2%;
        text-align: center
    }
    .what_we_make .not_alone .text p br{
        display:none;
    }
    .what_we_make .not_alone .text{
        margin-bottom:20px;
    }
    .what_we_make .not_alone .button{
        padding:9px 25px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        margin-bottom: 12px;
    }
    .what_we_make .not_alone .contacts .meta a{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .what_we_make .not_alone .contacts .meta{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -2%;
    }
    .what_we_make .not_alone .contacts .icon{}
    .what_we_make .not_alone .contacts .icon svg{
        width:24px;
        height:24px;
    }
    .what_we_make .not_alone .contacts .meta a:last-child{
        margin-top:10px;
    }
    .first_screen_other.reports_archive{
        background: url(../img/reports_arch_mob.png)no-repeat;
        background-size: cover;
    }
    .listing_reports ul li a{
        padding: 12px 0;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .listing_reports ul{
        margin-top:-20px;
        z-index: 50;
        position:relative;
    }
    .listing_reports{
        z-index:10;
    }
    .listing_reports .text_block{
        padding-top:30px;
        padding-left:0;
    }
    .listing_reports .text_block p{
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .listing_reports .text_block p br{
        display:none;
    }
    .listing_reports:after{
        width: 20vw;
        height: 65px;
        right: 0;
        left: auto;
        bottom: -65px;
        border-radius: 0 0px 0px 65px;
        background: rgba(255, 255, 255, 1);
    }
    .listing_reports:before{
        height: 65px;
        bottom: -65px;
        width: 80vw;
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
    }
    .listing_reports .reports_hearth{
        display:none;
    }
    .single_report{
        padding-top: 210px;
    }
    .single_report h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        max-width:230px;
        margin-bottom: 60px;
    }
    .single_report .docs .tit_block{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 20px;
    }
    .single_report .docs .wrap{
        gap:10px;
    }
    .single_report .docs .wrap .item{padding: 14px;border-radius: 22px;background: rgba(255, 255, 255, 1);}
    .single_report .docs .wrap .item .title{
        font-size: 19px;
        line-height: 1.2;
    }
    .single_report .docs .wrap .item .img{
        width: 73px;
        height: 73px;
        padding: 22px;
    }

}





@media screen and (min-width:768px) and (max-width:990px){
    .tracikng .article .icon{
        display:flex;
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }
    .tracikng .article{
        margin: 0;
        height: 100%;
        border-radius: 22px;
        padding: 15px;
        padding-bottom: 30px;
        justify-content: space-between;
    }
    .hystory .card .img .name{
        left: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
        padding: 12px;
    }
    .pay_section .form_wrap{
        /* margin: 0; */
        padding: 25px;
        border-radius: 36px;
    }
    .comeback .line_block svg{
        margin: auto;
        /* right: 0; */
        /* left: 0; */
        left: -400px;
    }
}



@media screen and (min-width:991px) and (max-width:1200px){
    .logo{
        max-width:120px;
    }
    .main-nav a{
        font-size: 14px;
    }
    .btn{
        font-size: 16px;
        padding: 0 12px;
        min-height: 32px;
    }
    .main-nav{
        gap:10px
    }
    .mobile-menu-panel{
        gap:12px;
    }
    .header-row{
        gap:40px;
    }
    .hero h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0%;
        text-align: left;
    }
    .hero p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 20px;
    }
    .btn-donate{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 12px 40px;
        margin-bottom: 50px;
    }
    .users-list > div{
        width:48px;
        height:48px;
        margin-right: -17px;
    }
    .hero-media img{
        height:540px;
    }
    .hero-media:after{
        bottom: 0;
        height: 69px;
        top: auto;
        border-radius: 65px 0px 0px 0;
        background: rgba(255, 255, 255, 1);
    }
    .hero-content:after{
        bottom: 0;
        height: 69px;
        top: auto;
        border-radius: 0 65px 0px 0;
        background: rgba(255, 255, 255, 1);
    }
    .hero-content{
        padding-top:45px;
    }
    .container, .container-lg, .container-md, .container-sm{
        max-width:1000px;
    }
    .btn-ghost{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding:12px 24px;
        box-sizing: border-box;
        border: 1px solid rgba(82, 54, 54, 1);
        border-radius: 10px;
        backdrop-filter: blur(9.899999618530273px);
        background: rgba(251, 248, 244, 0.55);
        top: 37px;
    }
    .tracikng h3{
        font-size: 37px;
        line-height: 1;
    }
    .tracikng .num .number{
        font-size:80px;
    }
    .tracikng .article .title{
        font-size: 25px;
        line-height: 1.2;
    }
    .tracikng .article{
        height:100%;
        justify-content: space-between;
    }
    .hystory{
        padding-top:140px;
    }
    .hystory .card .img .name{
        left:20px;
        bottom: 20px;
    }
    .pay_section{
        padding-top:140px;
    }
    .pay_section .form_wrap{
        padding-left:80px;
        padding-right:80px;
    }
    .comeback .line_block{
        pointer-events:none;
    }
    .comeback .its .it{
        padding: 15px 20px;
        border-radius: 22px;
    }
    .comeback .its .it .tit{
        font-size:24px;
        line-height: 1.2;
    }
    .comeback .its .it .text p{
        font-size:20px;
        line-height: 1.2;
    }
    .opacit_block .text p{
        font-size:22px;
    }
    .opacit_block h3{
        font-size: 42px;
    }
    .opacit_block .righter, .opacit_block .lefter{
        pointer-events:none;
    }
    .opacit_block .card .title{
        font-size:24px;
    }
    .opacit_block .card .text p{
        font-size:18px;
        line-height: 1.2;
    }
    footer .social_info .social_item .social_item_e{
        font-size:20px;
    }
    footer .nvbar li a{
        font-size:20px;
        line-height: 1;
    }
    footer .nvbar li {
        display: flex;
    }
    footer .nvbar{
        display: flex;
    }
    footer .righter, footer .lefter{
        pointer-events:none;
    }
    footer .remodal{
        font-size: 20px;
        padding: 18px 32px;
    }
    .pay_section .policy label{
        font-size:18px;
        line-height: 1.2;
    }
    .about_screen .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 409px;
    }
    .history_screen h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 17px;
    }
    .about_screen h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:20px;
    }
    .history_screen .text p{
        line-height: 19px;
        font-size: 15px;
        margin-bottom:1rem;
    }
    .history_screen:before{
        height: 65px;
        bottom: -65px;
        border-radius: 0 0px 0px 65px;
    }
    .history_screen:after{
        height:90px;
        height: 65px;
        bottom: -65px;
        border-radius: 0 0px 65px 0;
    }
    .about_screen:before{
        height: 64px;
        top: calc(100% - 64px);
        border-radius: 0px 65px 0 0px;
    }
    .about_screen:after{
        height: 64px;
        top: calc(100% - 64px);
        border-radius: 65px 0 0 0px;
    }
    .history_screen .btn{
        margin-top: 30px;
        padding: 12px 40px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .why_screen{
        padding-top:147px;
    }
    .why_screen .it h3{
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 17px;
    }
    .why_screen .it .text p{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 1rem;
    }
    .why_screen .wrap{
        gap:50px;
    }
    .history_page{
        padding-top: 80px;
    }
    .history_page h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:20px;
    }
    .history_page .text p{
        font-size: 15px;

        line-height: 19px;
        margin-bottom:1rem;
    }
    .pay_section.in_page h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .pay_section.in_page .texter{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:40px;
    }
    .first_screen_other{
        padding-top: 148px;
        padding-bottom: 241px;
    }
    .first_screen_other h1{
        font-size: 60px;
        font-weight: 600;
        line-height: 67.2px;
        letter-spacing: -2%;
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 15px;
    }
    .first_screen_other .text{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .first_screen_other:before{
        border-radius: 0px 65px 0 0px;
        background: rgba(255, 255, 255, 1);
        left: 0;
        width: 50vw;
        bottom: 0;
        top: auto;
        height: 65px;
    }
    .first_screen_other:after{
        right: 0;
        left: auto;
        height: 65px;
        bottom: 0;
        top: auto;
        border-radius: 65px 0px 0px 0;
        background: rgba(255, 255, 255, 1);
    }
    .pay_section.in_donation h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .pay_section.in_donation .texter{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 40px;
    }
    .info_otch h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .info_otch{}.info_otch .text p{
                    color: rgba(82, 54, 54, 1);
                    font-family: "Montserrat";
                    font-style: Medium;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 19px;
                    letter-spacing: -2%;
                    text-align: center;
                    margin-bottom: 18px;
                }
    .info_otch .link{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        border-radius: 10px;
        text-align: left;
        padding:12px 40px;
        margin-bottom: 80px;
    }
    .help_section h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:15px;
    }
    .help_section .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 50px;
    }
    .help_section .bottom{
        font-size: 20px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:36px;
    }
    .help_section .it{
        padding:30px;
        border-radius: 32px;
        background: rgba(255, 255, 255, 1);
    }
    .help_section .it .icon{
        top:-16px;
        width: 40px;
        height: 40px;
        left:0;
    }
    .help_section .it .icon img{
        width:18px;
    }
    .help_section .it .title{
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:12px;
    }
    .help_section .it .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
    }
    .help_section .help_history{
        margin-top:40px;
        color: rgba(255, 255, 255, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding:12px 40px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .help_section{
        padding-bottom:80px;
    }
    .first_screen_other.in_partners{
        padding-top: 95px;
        padding-bottom: 217px;
        background-size: cover;
    }
    .first_screen_other.in_partners h1{}
    .first_screen_other.in_partners .text{
        max-width: 614px;
    }
    .friends_block h2{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 10px;
    }
    .wanna_be{
        padding-top: 125px;
        padding-bottom:65px;
    }
    .wanna_be h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .wanna_be .text{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 40px;
    }
    .wanna_be .link{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding:12px 40px;
        color: rgba(255, 255, 255, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .first_screen_other.everyday_screen{
        padding-top: 159px;
        padding-bottom: 250px;
    }
    .pay_section.in_donation.everyday:before{
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .pay_section.in_donation.everyday:after{
        border-radius: 0px 0 0 65px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .pay_section.in_donation.everyday{
        padding-top:20px;
    }
    .first_screen_other.team_screen{
        padding-top: 117px;
        padding-bottom: 200px;
    }
    .teams_section .team_block .card .img{}
    .first_screen_other.team_screen .team_hearth{
        /* bottom: 50px; */
        display: flex;
        align-items: flex-start;
        top: -200px;
        pointer-events: none;
    }
    .teams_section .team_block .card .img img{
        border-radius: 48px;
        background: rgba(238, 232, 223, 1);
    }
    .teams_section .team_block .card .img .name{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding:12px 24px;
        border-radius: 10px;
        bottom: -22.5px;
    }
    .teams_section .team_block .card .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .teams_section .team_block .card{
        padding-bottom:30px;
        border-radius: 48px;
        background: rgba(251, 248, 244, 1);
    }
    .teams_section .team_block .row{
        row-gap: 50px;
    }
    .teams_section .team_block{
        padding-bottom:60px;
    }
    .teams_section .team_block h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: center;
        position: relative;
        z-index: 6;
    }
    .teams_section:after{
        border-radius: 0px 0 0 65px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .teams_section:before{
        border-radius: 0px 0 65px 0;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .plecho{
        padding-top:120px;
        padding-bottom: 80px;
    }
    .plecho h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:15px;
    }
    .plecho .subtext p{font-size: 15px;font-weight: 500;line-height: 19px;letter-spacing: -2%;text-align: center;}
    .plecho .subtext{
        margin-bottom:40px;
    }
    .need_help_screen{
        padding-top: 120px;
        padding-bottom: 230px;
    }
    .need_help_screen h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:17px;
    }
    .need_help_screen .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .need_help_screen .text{
        max-width:560px;
    }
    .need_help_screen .hearth{
        top: -170px;
    }
    .who_helping h2{
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        text-align: center;
        margin-bottom: 40px;
    }
    .who_helping .item{
        padding: 30px;
        height: 124px;
        border-radius: 32px;
        background: rgba(255, 255, 255, 1);
    }
    .who_helping .item .left{
        font-size: 20px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -2%;
        max-width: 343px;
    }
    .who_helping .item .icon{
        right: 30px;
        display: flex;
        justify-content: flex-end;
    }
    .who_helping .item .icon svg{
        height: 107px;
    }
    .who_helping{
        padding-bottom:40px;
    }
    .how_feeding_back h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        margin-bottom: 120px;
    }
    .how_feeding_back .etaps:before{
        height: 65px;
        top: -65px;
        border-radius: 0px 65px 0 0px;
    }
    .how_feeding_back .etaps:after{
        height: 65px;
        top: -65px;
        border-radius: 65px 0 0 0px;
    }
    .how_feeding_back .etaps .etap .title_item{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        padding: 7px 20px;
        width: fit-content;
        border-radius: 10px;
        background: rgba(251, 248, 244, 1);
    }
    .how_feeding_back .etaps .etap .title_item br{
        display:none;
    }
    .how_feeding_back .etaps .points{
        gap: 20px;
    }
    .how_feeding_back .etaps .etap .list_item ul li{
        gap: 14px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .how_feeding_back .etaps .etap .list_item ul li span{
        max-width:274px;
    }
    .how_feeding_back .etaps .etap .list_item ul li .icon{
        min-width: 18px;
    }
    .how_feeding_back .etaps .etap .list_item ul li .icon img{
        width: 18px;
        height: 18px;
    }
    .how_feeding_back .etaps .etap:first-child{
        min-width: 328px;
    }
    .how_feeding_back .etaps .etap .button_block a{
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 40px;
        width: fit-content;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .how_feeding_back .etaps .etap:nth-child(2){
        min-width: 273px;
    }
    .how_feeding_back .etaps .etap .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .how_feeding_back .etaps .etap .text p br{
        display:none;
    }
    .wrs_section:after{
        height:65px;
        border-radius: 0px  0 0 65px;
        background: rgba(255, 255, 255, 1);
        bottom: -65px;
    }
    .wrs_section:before{
        height:65px;
        bottom: -65px;
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
    }
    .what_we_make .title{
        margin-bottom: 35px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        text-align: center;
    }
    .what_we_make .item .info p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
        max-width:287px;
        margin: auto;
    }
    .what_we_make .item .icon{margin-bottom:17px;width: 54px;height: 54px;}
    .what_we_make .item .icon svg{
        width:41px;
    }
    .what_we_make .item .info p br{
        display:none;
    }
    .what_we_make .not_alone{
        margin-top:60px;
    }
    .what_we_make .not_alone h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        margin-bottom:15px;
        text-align: center;
    }
    .what_we_make .not_alone .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .what_we_make .not_alone .text{
        margin-bottom:20px;
    }
    .what_we_make .not_alone .button{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 12px 40px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 17px;
    }
    .what_we_make .not_alone .contacts .meta,  .what_we_make .not_alone .contacts .meta a{
        font-size: 15px;

        line-height: 19px;
    }
    .what_we_make .not_alone .contacts .meta a:last-child{
        margin-top:10px;
    }
    .what_we_make .not_alone .contacts .icon svg{
        width:24px;
        height:24px;
    }
    .what_we_make{
        padding-bottom:70px;
    }
    .first_screen_other.reports_archive{
        padding-top: 150px;
        background-size: cover;
        padding-bottom: 230px;
    }
    .first_screen_other.reports_archive .text p{
        max-width:551px;
    }
    .listing_reports .text_block{
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -2%;
        text-align: left;
    }
    .listing_reports:before{
        height: 65px;
        bottom: -55px;
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
    }
    .listing_reports:after{
        bottom: -55px;
        height: 65px;
        border-radius: 0 0px 0px 65px;
        background: rgba(255, 255, 255, 1);
    }
    .single_report{
        padding-top: 110px;
    }
    .single_report h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 70px;
    }
    .single_report .docs .tit_block{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 30px;
    }
    .single_report .docs .wrap .item{
        padding: 14px 30px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 1);
    }
    .single_report .docs .wrap .item .title{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
    }
    .single_report .docs .wrap{
        gap:20px;
    }
    .single_report .docs .wrap .item .img{
        width:73px;
        height:73px;
    }
}


@media screen and (min-width:1200px) and (max-width:1500px){
    .container{
        max-width:1170px;
    }
    .btn{
        min-height:36px;
        padding:0 28px;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
    }
    .hero h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0%;
        text-align: left;
    }
    .hero p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 20px;
    }
    .btn-donate{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 12px 40px;
        margin-bottom: 50px;
    }
    .users-list > div{
        width:48px;
        height:48px;
        margin-right: -17px;
    }
    .hero-media img{
        height:540px;
    }
    .hero-media:after{
        bottom: 0;
        height: 69px;
        top: auto;
        border-radius: 65px 0px 0px 0;
        background: rgba(255, 255, 255, 1);
    }
    .hero-content:after{
        bottom: 0;
        height: 69px;
        top: auto;
        border-radius: 0 65px 0px 0;
        background: rgba(255, 255, 255, 1);
    }
    .hero-content{
        padding-top:45px;
    }

    .btn-ghost{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding:12px 24px;
        box-sizing: border-box;
        border: 1px solid rgba(82, 54, 54, 1);
        border-radius: 10px;
        backdrop-filter: blur(9.899999618530273px);
        background: rgba(251, 248, 244, 0.55);
        top: 37px;
    }
    .tracikng h3{
        font-size: 37px;
        line-height: 1;
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 0%;
        text-align: center;
    }
    .tracikng .num .number{
        font-size:80px;
        font-size: 70px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0%;
        text-align: center;
        margin: 0;
    }
    .tracikng .article .title{
        font-size: 25px;
        line-height: 1.2;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 14px;
    }
    .tracikng .article{
        height:100%;
        justify-content: space-between;
        padding: 20px;
        gap: 80px;
    }
    .hystory{
        padding-top:140px;
    }
    .hystory .card .img .name{
        left:20px;
        bottom: 20px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 24px;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 10px;
        backdrop-filter: blur(6.300000190734863px);
        background: rgba(251, 248, 244, 0.57);
    }
    .pay_section{
        padding-top:140px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pay_section .form_wrap{
        padding-left:80px;
        padding-right:80px;
        border-radius: 35px;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 160px;
        padding-right: 160px;
    }
    .comeback .line_block{
        pointer-events:none;
        top: -70px;
    }
    .comeback .its .it{
        padding: 30px;
        border-radius: 22px;
        border-radius: 35px;
        background: rgba(255, 255, 255, 1);
    }
    .comeback .its .it .tit{
        font-size:24px;
        line-height: 1.2;
        color: rgba(227, 41, 62, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: center;
        text-align: left;
    }
    .comeback .its .it .text p{
        font-size:20px;
        line-height: 1.2;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
        text-align: left;
    }
    .opacit_block .text p{
        font-size:22px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .opacit_block h3{
        font-size: 42px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .opacit_block .righter, .opacit_block .lefter{
        pointer-events:none;
    }
    .opacit_block .card .title{
        font-size:24px;
        margin-top: 15px;
        margin-bottom: 12px;
    }
    .opacit_block .card .text p{
        font-size:18px;
        line-height: 1.2;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
    }
    footer .social_info .social_item .social_item_e{
        font-size:20px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        text-align: left;
    }
    footer .nvbar li a{
        font-size:20px;
        line-height: 1;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    footer .nvbar li {
        display: flex;
    }
    footer .nvbar{
        display: flex;
        gap: 20px;
    }
    footer .righter, footer .lefter{
        pointer-events:none;
    }
    footer .remodal{
        font-size: 20px;
        padding: 18px 32px;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 40px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .pay_section .policy label{
        font-size:18px;
        line-height: 1.2;
        padding-left: 40px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 572px;
    }
    .tracikng h3 br:first-of-type{
        display:none;
    }
    .tracikng{
        padding-top:30px;
    }
    .tracikng .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .tracikng .nums{
        gap: 150px;
        padding-left:80px;
        margin-bottom: 130px;
    }
    .tracikng .num:nth-child(2):before{
        width:100px;;
    }
    .tracikng .num:last-child:before{
        width:100px;;
    }
    .tracikng .num p{
        left:-50%;
        right:-50%;
    }
    .tracikng .num:nth-child(2) p{
        left:-100%;
        right: -100%;
        margin-left: -15px;
    }
    .tracikng .num:first-child:before, .tracikng .num:nth-child(2):before, .tracikng .num:last-child:before, .tracikng .num:last-child:after{
        top:-15px;
    }
    .second_screen_bg_bottom{top: -5px;right: -57px;}
    .tracikng .article .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: -2%;
        text-align: left;
        max-width:300px;
    }
    .tracikng .article .icon{
        width:40px;
        height:40px;
    }
    .tracikng .article .icon svg,   .tracikng .article .icon img{
        width:18px;
        height:18px;
    }
    .hystory h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 0%;
        margin-bottom:16px;
        text-align: center;
    }
    .hystory .descr{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
        text-align: center;
        margin-bottom: 60px;
        margin-top: 16px;
    }
    .hystory .card .img img{
        height:337px;
        object-fit:cover;
        width: 100%;
        border-radius: 25px;
        object-position: top;
    }
    .hystory .card .img .heart{
        top: 8px;
        right: 16px;
    }
    .hystory .card .img .heart img{
        height: auto;
        width: 41px;
        height: 35px;
    }
    .hystory .card .img{
        top:-22px;
    }
    .hystory .card .text{
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hystory .card .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .hystory .card{
        padding-bottom:30px;
    }
    .hystory .all_story{
        margin-top:40px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 12px 40px;
    }
    .pay_section .form_wrap .title{
        color: rgba(255, 255, 255, 1);

        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .top_tabs a div{
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .top_tabs a div:after{
        height:3px;
        margin-top: 5px;
    }
    .pay_section .buttons{}
    .pay_section .buttons a, .pay_section .buttons a.active{
        height: 52px;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .other_summ{
        margin-top: 20px;
        height: 52px;
    }
    .pay_section .other_summ input{
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .other_summ span{
        right:30px;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .pay_section .policy{
        margin-top:40px;
    }
    .pay_section .policy label:before, .pay_section .policy label:after{
        width: 25px;
        height: 25px;
        border-width: 2px;
    }
    .pay_section .submit_section{
        margin-top:40px
    }
    .pay_section .submit_section input[type="submit"]{
        width:195px;
        height:42px;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
        text-align: center;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .pay_section .submit_section .info_pays span{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .pay_section .submit_section .info_pays{
        gap:20px;
    }
    .pay_section .submit_section .info_pays .wr img:first-child{
        height: 43px;
    }
    .pay_section .submit_section .info_pays .wr img:last-child{
        height: 39px;
    }
    .pay_section .bottom_text{
        margin-top:25px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -2%;
        text-align: center;
    }
    .comeback h3{
        font-size: 30px;

        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
    }
    .comeback .img img{
        height:504px;
        width:100%;
        object-fit:cover;
    }
    .comeback .help{
        margin-top:40px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 40px;
    }
    .opacit_block{
        padding-top:80px;
        padding-bottom: 56px;
    }
    .opacit_block .card .icon svg{
        max-width:42px;
        height: auto;
    }
    .opacit_block .card .icon{
        width: 54px;
        height: 54px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }
    .opacit_block .review_feed{
        margin-top: 40px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border: 1px solid rgba(82, 54, 54, 1);
        border-radius: 10px;
        padding: 12px 40px;
    }
    .opacit_block .prev{
        margin-top:60px;
    }
    .articles_section h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:40px;
    }
    .articles_section .art article span{
        left:20px;
        bottom:20px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 24px;
    }
    .articles_section .art article img{
        height:257px;
        width:100%;
        object-fit:cover;
        border-radius: 25px;
    }
    .articles_section .wide_art.art article:before, .articles_section .art article:before{
        border-radius: 25px;
    }
    .articles_section .art .ic{
        right:8px;
        top:-20px;
    }
    .articles_section .all_articles{
        margin-top:45px;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
        text-decoration-line: underline;
    }
    .articles_section{
        padding-bottom:85px;
    }
    .opacit_block .prev:after{
        border-radius: 0px 65px 65px 0px;
    }
    .opacit_block .next:after{
        border-radius: 65px 0px 0px 65px;
    }
    footer .social_info .social_item .social_item_e .wr{
        margin-bottom:15px;
    }

    footer .social_info .social_item .social_icon svg{
        width:24px;
        height:24px;
    }
    footer .social_info .els{
        margin-top:28px;
        gap: 20px;
    }
    footer .social_info .els .tit{
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    footer .social_info .els ul{
        gap:15px;
    }
    footer .social_info .els ul li a{
        width:40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 1);
        height:40px;
    }
    footer .wrap .row{
        row-gap:32px;
    }
    footer .copyright{
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .tracikng .second_screen_bg_top{
        top: -82%;
    }
    .about_screen .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        max-width: 409px;
    }
    .history_screen h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 17px;
    }
    .about_screen h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:20px;
    }
    .history_screen .text p{
        line-height: 19px;
        font-size: 15px;
        margin-bottom:1rem;
    }
    .history_screen:before{
        height: 65px;
        bottom: -65px;
        border-radius: 0 0px 0px 65px;
    }
    .history_screen:after{
        height:90px;
        height: 65px;
        bottom: -65px;
        border-radius: 0 0px 65px 0;
    }
    .about_screen:before{
        height: 64px;
        top: calc(100% - 64px);
        border-radius: 0px 65px 0 0px;
    }
    .about_screen:after{
        height: 64px;
        top: calc(100% - 64px);
        border-radius: 65px 0 0 0px;
    }
    .history_screen .btn{
        margin-top: 30px;
        padding: 12px 40px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .why_screen{
        padding-top:147px;
    }
    .why_screen .it h3{
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 17px;
    }
    .why_screen .it .text p{
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 1rem;
    }
    .why_screen .wrap{
        gap:50px;
    }

    .history_page{
        padding-top: 80px;
    }
    .history_page h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:20px;
    }
    .history_page .text p{
        font-size: 15px;

        line-height: 19px;
        margin-bottom:1rem;
    }
    .pay_section.in_page h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .pay_section.in_page .texter{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:40px;
    }

    .first_screen_other{
        padding-top: 148px;
        padding-bottom: 241px;
    }
    .first_screen_other h1{
        font-size: 60px;
        font-weight: 600;
        line-height: 67.2px;
        letter-spacing: -2%;
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 15px;
    }
    .first_screen_other .text{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .first_screen_other:before{
        border-radius: 0px 65px 0 0px;
        background: rgba(255, 255, 255, 1);
        left: 0;
        width: 50vw;
        bottom: 0;
        top: auto;
        height: 65px;
    }
    .first_screen_other:after{
        right: 0;
        left: auto;
        height: 65px;
        bottom: 0;
        top: auto;
        border-radius: 65px 0px 0px 0;
        background: rgba(255, 255, 255, 1);
    }
    .pay_section.in_donation h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .pay_section.in_donation .texter{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 40px;
    }
    .info_otch h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .info_otch{}.info_otch .text p{
                    color: rgba(82, 54, 54, 1);
                    font-family: "Montserrat";
                    font-style: Medium;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 19px;
                    letter-spacing: -2%;
                    text-align: center;
                    margin-bottom: 18px;
                }
    .info_otch .link{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        border-radius: 10px;
        text-align: left;
        padding:12px 40px;
        margin-bottom: 80px;
    }
    .help_section h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:15px;
    }
    .help_section .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 50px;
    }
    .help_section .bottom{
        font-size: 20px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:36px;
    }
    .help_section .it{
        padding:30px;
        border-radius: 32px;
        background: rgba(255, 255, 255, 1);
    }
    .help_section .it .icon{
        top:-16px;
        width: 40px;
        height: 40px;
        left:0;
    }
    .help_section .it .icon img{
        width:18px;
    }
    .help_section .it .title{
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:12px;
    }
    .help_section .it .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: left;
    }
    .help_section .help_history{
        margin-top:40px;
        color: rgba(255, 255, 255, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding:12px 40px;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .help_section{
        padding-bottom:80px;
    }
    .first_screen_other.in_partners{
        padding-top: 95px;
        padding-bottom: 217px;
        background-size: cover;
    }
    .first_screen_other.in_partners h1{}
    .first_screen_other.in_partners .text{
        max-width: 614px;
    }
    .friends_block h2{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 10px;
    }
    .wanna_be{
        padding-top: 125px;
        padding-bottom:65px;
    }
    .wanna_be h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 15px;
    }
    .wanna_be .text{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom: 40px;
    }
    .wanna_be .link{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding:12px 40px;
        color: rgba(255, 255, 255, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .first_screen_other.everyday_screen{
        padding-top: 159px;
        padding-bottom: 250px;
    }
    .pay_section.in_donation.everyday:before{
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .pay_section.in_donation.everyday:after{
        border-radius: 0px 0 0 65px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .pay_section.in_donation.everyday{
        padding-top:20px;
    }
    .first_screen_other.team_screen{
        padding-top: 117px;
        padding-bottom: 200px;
    }
    .teams_section .team_block .card .img{}
    .first_screen_other.team_screen .team_hearth{
        /* bottom: 50px; */
        display: flex;
        align-items: flex-start;
        top: -200px;
        pointer-events: none;
    }
    .teams_section .team_block .card .img img{
        border-radius: 48px;
        background: rgba(238, 232, 223, 1);
    }
    .teams_section .team_block .card .img .name{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Bold;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding:12px 24px;
        border-radius: 10px;
        bottom: -22.5px;
    }
    .teams_section .team_block .card .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .teams_section .team_block .card{
        padding-bottom:30px;
        border-radius: 48px;
        background: rgba(251, 248, 244, 1);
    }
    .teams_section .team_block .row{
        row-gap: 50px;
    }
    .teams_section .team_block{
        padding-bottom:60px;
    }
    .teams_section .team_block h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: center;
        position: relative;
        z-index: 6;
    }
    .teams_section:after{
        border-radius: 0px 0 0 65px;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .teams_section:before{
        border-radius: 0px 0 65px 0;
        background: rgba(255, 255, 255, 1);
        height: 65px;
        bottom: -65px;
    }
    .plecho{
        padding-top:120px;
        padding-bottom: 80px;
    }
    .plecho h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        margin-bottom:15px;
    }
    .plecho .subtext p{font-size: 15px;font-weight: 500;line-height: 19px;letter-spacing: -2%;text-align: center;}
    .plecho .subtext{
        margin-bottom:40px;
    }

    .need_help_screen{
        padding-top: 120px;
        padding-bottom: 230px;
    }
    .need_help_screen h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom:17px;
    }
    .need_help_screen .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .need_help_screen .text{
        max-width:560px;
    }
    .need_help_screen .hearth{
        top: -170px;
    }
    .who_helping h2{
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        text-align: center;
        margin-bottom: 40px;
    }
    .who_helping .item{
        padding: 30px;
        height: 124px;
        border-radius: 32px;
        background: rgba(255, 255, 255, 1);
    }
    .who_helping .item .left{
        font-size: 20px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -2%;
        max-width: 343px;
    }
    .who_helping .item .icon{
        right: 30px;
        display: flex;
        justify-content: flex-end;
    }
    .who_helping .item .icon svg{
        height: 107px;
    }
    .who_helping{
        padding-bottom:40px;
    }
    .how_feeding_back h3{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        margin-bottom: 120px;
    }
    .how_feeding_back .etaps:before{
        height: 65px;
        top: -65px;
        border-radius: 0px 65px 0 0px;
    }
    .how_feeding_back .etaps:after{
        height: 65px;
        top: -65px;
        border-radius: 65px 0 0 0px;
    }
    .how_feeding_back .etaps .etap .title_item{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
        padding: 7px 20px;
        width: fit-content;
        border-radius: 10px;
        background: rgba(251, 248, 244, 1);
        padding: 7px 30px;
        width: 100%;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
    }
    .how_feeding_back .etaps .etap .title_item br{
        display:none;
    }
    .how_feeding_back .etaps .points{
        gap: 40px;
    }
    .how_feeding_back .etaps .etap .list_item ul li{
        gap: 14px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .how_feeding_back .etaps .etap .list_item ul li span{
        max-width:274px;
    }
    .how_feeding_back .etaps .etap .list_item ul li .icon{
        min-width: 18px;
    }
    .how_feeding_back .etaps .etap .list_item ul li .icon img{
        width: 18px;
        height: 18px;
    }
    .how_feeding_back .etaps .etap:first-child{
        min-width: 380px;
    }
    .how_feeding_back .etaps .etap .button_block a{
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        padding: 12px 40px;
        width: fit-content;
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
    }
    .how_feeding_back .etaps .etap:nth-child(2){
        min-width: 323px;
    }
    .how_feeding_back .etaps .etap .text p{
        color: rgba(82, 54, 54, 1);

        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
    }
    .how_feeding_back .etaps .etap .text p br{
        display:none;
    }
    .wrs_section:after{
        height:65px;
        border-radius: 0px  0 0 65px;
        background: rgba(255, 255, 255, 1);
        bottom: -65px;
    }
    .wrs_section:before{
        height:65px;
        bottom: -65px;
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
    }
    .what_we_make .title{
        margin-bottom: 35px;
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        text-align: center;
    }
    .what_we_make .item .info p{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
        max-width:287px;
        margin: auto;
    }
    .what_we_make .item .icon{margin-bottom:17px;width: 54px;height: 54px;}
    .what_we_make .item .icon svg{
        width:41px;
    }
    .what_we_make .item .info p br{
        display:none;
    }
    .what_we_make .not_alone{
        margin-top:60px;
    }
    .what_we_make .not_alone h3{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2%;
        margin-bottom:15px;
        text-align: center;
    }
    .what_we_make .not_alone .text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: center;
    }
    .what_we_make .not_alone .text{
        margin-bottom:20px;
    }
    .what_we_make .not_alone .button{
        border-radius: 10px;
        background: rgba(225, 39, 59, 1);
        padding: 12px 40px;
        color: rgba(255, 255, 255, 1);
        font-family: "Montserrat";
        font-style: Medium;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 17px;
    }
    .what_we_make .not_alone .contacts .meta,  .what_we_make .not_alone .contacts .meta a{
        font-size: 15px;

        line-height: 19px;
    }
    .what_we_make .not_alone .contacts .meta a:last-child{
        margin-top:10px;
    }
    .what_we_make .not_alone .contacts .icon svg{
        width:24px;
        height:24px;
    }
    .what_we_make{
        padding-bottom:70px;
    }

    .first_screen_other.reports_archive{
        padding-top: 150px;
        background-size: cover;
        padding-bottom: 230px;
    }
    .first_screen_other.reports_archive .text p{
        max-width:551px;
    }
    .listing_reports .text_block{
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -2%;
        text-align: left;
    }
    .listing_reports:before{
        height: 65px;
        bottom: -55px;
        border-radius: 0px 0 65px 0px;
        background: rgba(255, 255, 255, 1);
    }
    .listing_reports:after{
        bottom: -55px;
        height: 65px;
        border-radius: 0 0px 0px 65px;
        background: rgba(255, 255, 255, 1);
    }
    .single_report{
        padding-top: 110px;
    }
    .single_report h1{
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: left;
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 70px;
    }
    .single_report .docs .tit_block{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
        text-align: left;
        margin-bottom: 30px;
    }
    .single_report .docs .wrap .item{
        padding: 14px 30px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 1);
    }
    .single_report .docs .wrap .item .title{
        color: rgba(82, 54, 54, 1);
        font-family: "Montserrat";
        font-style: SemiBold;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -2%;
    }
    .single_report .docs .wrap{
        gap:20px;
    }
    .single_report .docs .wrap .item .img{
        width:73px;
        height:73px;
    }
}


@media screen and (min-width:1500px) and (max-width: 1800px){
    .second_screen_bg_bottom{
        right: -200px;
    }
}
.hystory .card .img .story-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #d9d9d9;
    border-radius: 24px;
    width: 100%;
    height: 548px;
    object-fit: cover;
    border-radius: 40px;
}

.hystory.hystory_archive {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hystory.hystory_archive .col-xl-4 {
    margin-bottom: 80px;
}

.news_archive .row > [class*="col-"] {
    margin-bottom: 30px;
}

.blog_archive_page .row > [class*="col-"] {
    margin-bottom: 30px;
}

.articles_section.blog_archive_page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.articles_section.blog_archive_page .title_news {
    color: rgba(82, 54, 54, 1);
    font-family: "Montserrat";
    font-style: SemiBold;
    font-size: 45px;
    font-weight: 600;
    line-height: 48.01px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 63px;
}

.about-page-main .history_screen .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 24;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wpcf7-spinner { position: absolute; }
body.request-modal-open { overflow: hidden; }

.request-modal,
.success-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}
.request-modal[aria-hidden="false"],
.request-modal.is-active,
.success-modal[aria-hidden="false"],
.success-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.request-modal__overlay,
.success-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(40, 25, 25, .26);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.request-modal__dialog,
.success-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 720px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fbf8f4;
    border-radius: 40px;
    padding: 42px;
    box-shadow: 0 24px 60px rgba(31, 18, 18, .25);
    transform: translateY(14px) scale(.98);
    opacity: 0;
    transition: transform .28s ease, opacity .28s ease;
}
.request-modal[aria-hidden="false"] .request-modal__dialog,
.request-modal.is-active .request-modal__dialog,
.success-modal[aria-hidden="false"] .success-modal__dialog,
.success-modal.is-active .success-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.request-modal__close,
.success-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    border: 0;
    background: #f2efea;
    border-radius: 12px;
    font-size: 42px;
    line-height: 1;
    color: #523636;
    cursor: pointer;
}

.request-modal__title,
.success-modal__title {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #523636;
    margin-bottom: 22px;
    text-align: center;
    padding-right: 56px;
}

.request-modal .wpcf7 { max-width: 100%; }
.request-modal .wpcf7 form { display: flex; flex-direction: column; gap: 16px; }
.request-modal .wpcf7-form-control-wrap { display: block; }
.request-modal .wpcf7 input[type="text"],
.request-modal .wpcf7 input[type="email"],
.request-modal .wpcf7 input[type="tel"],
.request-modal .wpcf7 textarea {
    width: 100%;
    border: 1px solid #523636;
    border-radius: 14px;
    background: #fbf8f4;
    color: #523636;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 16px;
    box-sizing: border-box;
}
.request-modal .wpcf7 textarea { min-height: 110px; resize: vertical; }
.request-modal .wpcf7 input::placeholder,
.request-modal .wpcf7 textarea::placeholder { color: #b5acac; }
.request-modal .wpcf7 input[type="submit"],
.request-modal .wpcf7 button,
.request-modal .wpcf7 .wpcf7-submit,
.success-modal__btn {
    height: 52px;
    border: 0;
    border-radius: 10px;
    background: #e1273b;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    padding: 0 26px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.request-modal .wpcf7 input[type="submit"]:hover,
.request-modal .wpcf7 button:hover,
.request-modal .wpcf7 .wpcf7-submit:hover,
.success-modal__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(225, 39, 59, .35);
}
.request-modal .wpcf7-spinner { margin: 8px 0 0; }

.success-modal__text {
    color: #523636;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.success-modal__btn {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .request-modal,
    .success-modal { padding: 14px; }
    .request-modal__dialog,
    .success-modal__dialog {
        border-radius: 24px;
        padding: 22px 16px 18px;
        max-height: calc(100vh - 28px);
    }
    .request-modal__close,
    .success-modal__close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 32px;
    }
    .request-modal__title,
    .success-modal__title {
        font-size: 28px;
        margin-bottom: 14px;
        padding-right: 38px;
    }
    .request-modal .wpcf7 input[type="text"],
    .request-modal .wpcf7 input[type="email"],
    .request-modal .wpcf7 input[type="tel"],
    .request-modal .wpcf7 textarea {
        font-size: 16px;
        border-radius: 12px;
        padding: 12px 14px;
    }
    .request-modal .wpcf7 input[type="submit"],
    .request-modal .wpcf7 button,
    .request-modal .wpcf7 .wpcf7-submit,
    .success-modal__btn {
        height: 48px;
        font-size: 15px;
        width: 100%;
    }
    .success-modal__text { font-size: 16px; }
}

/* unified hover for clickable buttons/cta links */
.btn,
.btn-donate,
.btn-ghost,
.header-actions .btn,
.history_screen .btn,
.wanna_be .link,
.info_otch .link,
.what_we_make .not_alone .button,
.how_feeding_back .etaps .etap .button_block a,
footer .remodal,
.pay_section .buttons a,
.request-modal .wpcf7 .wpcf7-submit,
.success-modal__btn,
.js-open-request-modal {
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

@media (hover: hover) {
    .btn:hover,
    .btn-donate:hover,
    .btn-ghost:hover,
    .header-actions .btn:hover,
    .history_screen .btn:hover,
    .wanna_be .link:hover,
    .info_otch .link:hover,
    .what_we_make .not_alone .button:hover,
    .how_feeding_back .etaps .etap .button_block a:hover,
    footer .remodal:hover,
    .pay_section .buttons a:hover,
    .request-modal .wpcf7 .wpcf7-submit:hover,
    .success-modal__btn:hover,
    .js-open-request-modal:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(82, 54, 54, 0.2);
        filter: brightness(1.02);
    }

    .btn-outline:hover,
    .btn-ghost:hover {
        filter: none;
        background: rgba(82, 54, 54, 1);
        color: #fff;
        border-color: rgba(82, 54, 54, 1);
    }
}

/* full-site button-like hover coverage */
:is(
    a.btn,
    a.button,
    a.link,
    a.remodal,
    a[class*="btn"],
    button,
    input[type="submit"],
    input[type="button"],
    .wpcf7-submit
) {
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}

@media (hover: hover) {
    :is(
        a.btn,
        a.button,
        a.link,
        a.remodal,
        a[class*="btn"],
        button,
        input[type="submit"],
        input[type="button"],
        .wpcf7-submit
    ):hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(82, 54, 54, 0.2);
        filter: brightness(1.02);
    }
}

/* active menu items in brand red */
.main-nav li.current-menu-item > a,
.main-nav li.current_page_item > a,
.main-nav li.current-menu-parent > a,
.main-nav li.current-page-ancestor > a,
.main-nav li.current-menu-ancestor > a,
.main-nav a[aria-current="page"],
.mobile-menu-panel .main-nav li.current-menu-item > a,
.mobile-menu-panel .main-nav li.current_page_item > a,
.mobile-menu-panel .main-nav li.current-menu-parent > a,
.mobile-menu-panel .main-nav li.current-page-ancestor > a,
.mobile-menu-panel .main-nav li.current-menu-ancestor > a,
.mobile-menu-panel .main-nav a[aria-current="page"] {
    color: #e1273b !important;
}

.hystory .card {
    display: block;
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    position: relative;
    transition: .3s;
}

.hystory .card:hover {
    background: #d92f44;
}

.hystory .card:hover .text p {
    color: #fff;
}

.hystory .all_story {
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

@media (hover: hover) {
    .hystory .all_story:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(82, 54, 54, 0.2);
        filter: brightness(1.02);
    }
}

/* smooth scroll + global red scrollbar */
html {
    scroll-behavior: smooth;
    scrollbar-color: #e1273b #f3ece8; /* Firefox */
    scrollbar-width: thin;             /* Firefox */
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #f3ece8;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ef3f52 0%, #e1273b 100%);
    border-radius: 12px;
    border: 2px solid #f3ece8;
}

*::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff5a6b 0%, #e1273b 100%);
}

.main-nav a.is-current,
.mobile-menu-panel .main-nav a.is-current {
    color: #e1273b !important;
}

@media (hover: hover) {
    .articles_section .all_articles:hover,
    footer .nvbar li a:hover,
    footer .social_info .els ul li a:hover,
    .main-nav a:hover {
        color: #e1273b;
    }
}

.opacit_block .review_feed {
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease, color .2s ease;
}

@media (hover: hover) {
    .opacit_block .review_feed:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(82, 54, 54, 0.2);
        filter: brightness(1.02);
    }
}
