@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Semibold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Heavy.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SF-Pro-Display-Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'SF';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1340px;
    }
}

h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 120%;
}

h2 span {
    color: #4988c8;
}

.header_top {
    padding: 15px 0;
    background: #fff;
}

.logo {
    display: block;
    width: 313px;
    min-width: 313px;
}

.head_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.head_btn {
    height: 70px;
    width: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:focus, .btn:active {
    box-shadow: none;
}

.btn {
    transition: all .3s ease-in-out;
}

.btn {
    background: #fcc91a;
    border: 3px solid #fcc91a;
    padding: 17px 28px;
    min-width: 228px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 219%;
    color: #000;
    border-radius: 0;
}

.btn:hover, .btn_black:hover {
    color: #fcc91a;
    background: #000;
    border: 3px solid #fcc91a;
}

.btn_black {
    color: #fcc91a;
    background: #000;
}

.btn_black:hover {
    transform: scale(1.1);
}

.header_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #f6f6f6;
}

.header_right {
    display: flex;
    align-items: center;
    justify-items: flex-end;
    gap: 31px;
}

.donate_btn {
    width: 228px;
    height: 70px;
    background: #fcc91a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 219%;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.donate_btn:hover {
    background: #000;
    color: #fff;
}

.site-header .menu_gap {
    gap: 39px;
}

.site-header nav .menu-item a {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.site-header nav .menu-item a:hover {
    text-decoration: underline;
    text-decoration-color: #f3c657;
    text-underline-offset: 7px;
    text-decoration-thickness: 4px;
}

.lang_menu .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1500;
}

.lang_menu .menu-item {
    position: relative;
}

.lang_menu .menu-item-has-children:after {
    content: url(../img/chevron.svg);
}

.lang_menu .menu-item-has-children:hover:after {
    transform: rotate(180deg);
}

.lang_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.lang_menu img {
    width: 33px !important;
    height: 22px !important;
}

.header_bottom {
    position: relative;
    background: #1c1c1c;
}

.header_bottom .menu_item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.header_bottom .menu_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    padding: 35px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.header_bottom .menu_item a:hover {
    text-decoration: underline;
    text-decoration-color: #f3c657;
    text-underline-offset: 7px;
    text-decoration-thickness: 4px;
}

.header_bottom .main_menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.header_bottom .sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: rgba(28, 28, 28, 0.9);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transition: all .3s;
}

.header_bottom .sub_menu.active {
    visibility: visible;
    opacity: 1;
}

.header_bottom .sub_menu .menu-item {
    text-align: left;
}

.header_bottom .sub_menu a {
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    justify-content: flex-start;
}

.sub_menu_content {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.site-footer {
    background: #212121;
    padding: 48px 0;
}

.footer_desc {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer_copy {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.socials {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0083CB;
    transition: all .3s ease-in-out;
}

.socials a:hover {
    transform: scale(1.1);
}

.site-footer h2 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer ul li {
    margin-bottom: 20px;
}

.site-footer a {
    color: #989898;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.site-footer a:hover {
    color: #fff;
}

.main_hero {
    height: 910px;
    display: flex;
    align-items: center;
    padding: 50px 0;
    background: no-repeat center center / cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.main_hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1129px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
}

.main_hero h1 {
    font-weight: 900;
    line-height: 108%;
    font-size: 64px;
    margin-bottom: 21px;
}

.main_hero p {

}

.hero_btns {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 23px;
}

section {
    padding: 40px 0;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
}

.create_top {
    margin-bottom: 64px;
}

.create_top h2 {
    margin-bottom: 0;
}

.create_top h2 span {
    color: #4988c8;
}

.crt_desc {
    border-left: 5px solid #f3c657;
    padding-left: 31px;
}

.crt_item {
    background: #f6f6f6;
    padding: 45px;
    padding-right: 15px;
    position: relative;
}

.crt_item:before {
    content: "";
    background: var(--clr);
    width: 9px;
    height: calc(100% - 68px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.crt_item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 288%;
    color: #000;
    margin-bottom: 0;
}

.crt_item_subttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 192%;
    color: var(--clr);
}

.approach {
    position: relative;
}

.approach_bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 64px);
    background: no-repeat center center / cover;
}

.approach_block {
    background: rgba(73, 136, 200, 0.86);
    margin-left: 36px;
    width: 994px;
    padding: 63px 83px 90px 54px;
    color: #fff;
    position: relative;
}

.approach_block h2 {
    font-size: 48px;
    line-height: 133%;
}

.approach_block ul {
    list-style: none;
}

.approach_block ul li {
    vertical-align: baseline;
}

.approach_list_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.approach_li {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.approach_li_ttl {
    font-weight: 700;
    line-height: 128%;
    letter-spacing: -0.02em;
    color: #f3c657;
}

.approach_block blockquote {
    padding: 15px 24px 5px;
    background: #fff;
    color: #101828;
}

.approach_block blockquote h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.approach_block blockquote {
    font-size: 16px;
    letter-spacing: -0.02em;
}

.approach_note {
    border: 2px solid #fff;
    padding: 25px;
    padding-left: 54px;
    background: url(../img/white_check.svg) no-repeat 18px 29px;
    font-size: 16px;
    letter-spacing: -0.02em;
}

.approach_note h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 113%;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.news_item {
    background: #f6f6f6;
}

.news_item_thumb {
    height: 220px;
    background: url(../img/lni.jpg) no-repeat center center / cover;
    padding: 11px 14px;
}

.date {
    background: #f3c657;
    padding: 10px 12px;
    width: max-content;
    min-width: 47px;
    text-align: center;
}

.day {
    font-weight: 700;
}

.mo {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.ln_item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 220px);
    padding: 20px;
    gap: 26px;
}

.ln_item_info h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 138%;
    color: #000;
    margin-bottom: 7px;
}

.news_item_cat {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #fff;
    padding: 0 14px;
    display: inline-block;
    margin-bottom: 13px;
}

.more {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}

.last_news h2 {
    margin-bottom: 27px;
}

.black_section {
    padding: 80px 0;
    background: #212121;
    border-top: 11px solid #f3c657;
    color: #fff;
}

.links_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.black_link {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
}

.black_link a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.powers h2 {
    line-height: 100%;
    margin-bottom: 24px;
}

.powers h2 span {
    color: #4988c8;
}

.power_txt {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

.power_after {
    font-weight: 500;
}

.power_item {
    font-weight: 600;
    text-align: center;
    border-bottom: 6px solid #e3e3e3;
    padding-bottom: 20px;
}

.power_item_num {
    font-weight: 900;
    font-size: 40px;
    line-height: 115%;
    color: #4988c8;
    margin-bottom: 9px;
}

.btn_transparent {
    background-color: transparent;
}

.approach_block .btn_transparent {
    color: #fff;
}

.approach_block .btn_transparent:hover {
    color: #fcc91a;
}

.help_link {
    display: flex;
    background: linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.58));
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    height: 220px;
    padding: 20px 60px;
}

.help_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 31px;
    margin-top: 40px;
}

.helps_block .tab-pane {
    padding-top: 38px;
}

.helps_block .nav-pills {
    margin-top: 40px;
    gap: 32px;
}

.helps_block .nav-item {
    padding: 0;
    position: relative;
}

.helps_block .nav-item .nav-link {
    display: block;
    border-radius: 0;
    padding: 0;
    padding-bottom: 26px;
    font-weight: 600;
    font-size: 34px;
    line-height: 53%;
    text-align: center;
    color: rgba(144, 144, 144, 0.54);
    border-bottom: 7px solid rgba(0,0,0,0);
}

.helps_block .nav-item .nav-link.active {
    color: #000;
    background-color: transparent;
    border-bottom: 7px solid #f3c657;
}

.helps_block .nav-pills:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 100vw;
    bottom: 0;
    left: 50%;
    background: #f4f4f4;
    transform: translateX(-50%);
}

.onetap-container-toggle {
    display: none !important;
}

.change_block {
    padding-top: 80px;
    padding-bottom: 0;
    background: #212121;
    color: #fff;
}

.change_block h2 {
    margin-bottom: 0;
}

.change_desc {
    max-width: 1020px;
    margin: 0 auto 38px;
}

.change_left {
    background: rgba(255, 255, 255, 0.12);
    padding: 22px 41px 20px 61px;
}

.change_block h3 {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 20px;
}

.change_block img {
    height: auto;
    width: 100%;
}

.example_row {
    display: flex;
    gap: 20px;
}

.example_ttl {
    min-width: max-content;
    font-weight: 900;
    font-size: 48px;
    color: #f3c657;
}

.example_desc {
    background: #f3c657;
    padding: 35px 39px 22px 34px;
    color: #000;
}

.development_block {
    padding: 80px 0;
    background: #fafafa;
}

.development_block h2 {
    line-height: 113%;
    margin-bottom: 20px;
}

.development_block h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 131%;
    margin-bottom: 15px;
}

.dev_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 26px;
}

.dev_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 4px solid #4988c8;
    background: #fff;
    padding: 25px;
    text-align: center;
}

.dev_item_ttl {
    font-weight: 700;
}

.peoples_block h2 {
    margin-bottom: 0;
}

.peoples_block h3 {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 14px;
}

.people_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.people_item {
    padding: 53px 96px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.people_item:nth-child(2n-1) {
    background: #f3c657;
}

.people_item:nth-child(2n-1) .btn_transparent, .can_help_block  .btn_transparent {
    border-color: #000;
}

.chart_block {
    padding: 80px 0;
    background: #fafafa;
    /*background-image: conic-gradient(#F3C657 0% 12%, #D13F3F 12% 31%, #4988C8 31% 100%);*/
}

.chart_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    height: 316px;
    width: 316px;
}

.chart {
    border-radius: 50%;
    padding: 46px;
    width: 408px;
    height: 408px;
    margin-left: auto;
    margin-bottom: 25px;
}

.chart_content {
    max-width: max-content;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center;
}

.chart_legend {
    display: flex;
    gap: 19px;
    margin-bottom: 30px;
}

.chart_marker {
    width: 27px;
    height: 27px;
    min-width: 27px;
    border-radius: 50%;
}

.chart_percent {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
}

.chart_ttl {
    font-weight: 600;
}

.chart_after {
    background: #fff;
    border-left: 6px solid #f3c657;
    padding: 16px 40px 17px 36px;
    margin-bottom: 40px;
}

.partner_desc {
    max-width: 757px;
    text-align: center;
    margin: 0 auto 28px;
}

.partners_block h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 178%;
    text-align: center;
    margin-bottom: 15px;
}

.partners_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
}

.partners_link {
    background: #fafafa;
    padding: 44px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.partners_link_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 192%;
}

.partner_after {
    font-family: 'Solomon Sans';
    font-weight: 400;
    max-width: 1020px;
    text-align: center;
    margin: 45px auto 0;
}

.grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.chelp_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.chelp_item_ttl {
    text-transform: uppercase;
    font-weight: 700;
}

.can_help_block {
    background: #f3c657;
    padding: 80px 0;
}

.donate_container {
    max-width: 897px;
    margin: 0 auto 95px;
    background: white;
    overflow: hidden;
    padding: 30px 94px;
}

.donate_container h3 {
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.frequency_tabs {
    display: flex;
    padding: 7px 0;
    overflow: hidden;
    margin: 0 -94px 32px;
    background: #ffc107;
    gap: 18px;
}

.frequency_tab {
    flex: 1;
    padding: 14px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    background: #fff;
    color: #333;
}

.frequency_tab.active {
    background: #000;
    color: white;
}

.frequency_tab:not(.active):hover {
    background: #fff8e1;
}

.amount_label {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 16px 4px;
}

.amount_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.amount_btn {
    flex: 1;
    min-width: 90px;
    padding: 14px 20px;
    border: 1px solid #000;
    background: white;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.amount_btn.active,
.amount_btn:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #222;
}

.custom_amount {
    width: 100%;
    padding: 16px;
    font-size: 1.1rem;
    border: 1px solid #000;
    margin-bottom: 32px;
}

.custom_amount::placeholder {
    color: #aaa;
}

.program_label {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 12px 4px;
}

.program_select {
    width: 100%;
    padding: 14px 16px;
    font-size: 1.05rem;
    border: 1px solid #000;
    background: white;
    margin-bottom: 32px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
}

.donate_button {
    display: block;
    width: 100%;
    padding: 18px;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    background: #dc3545;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.donate_button:hover {
    background: #c82333;
    transform: translateY(-1px);
}

.safety_note {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
}

.sum_row {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .frequency_tabs {
        font-size: 0.95rem;
    }
    .amount_btn {
        font-size: 1rem;
        padding: 12px 16px;
    }
}

/* News and Analitics */

.media_section {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
}

.media_section .container {
    position: relative;
    z-index: 2;
}

.media_section .btn_transparent {
    border-color: #fff;
    color: #fff;
}

.content_wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.media_content {
    padding: 45px;
    background: rgba(0, 0, 0, 0.56);
}

.media_content ul {
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0em;
    color: #dbeafe;
    list-style-image: url(../img/y_check.svg);
}

.main_title {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1.15;
}

.description p {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.contacts {
    display: flex;
    justify-content: center;
    gap: 102px;
    margin-bottom: 40px;
    font-size: 15px;
}

.contacts .contact_item:first-child {
    position: relative;
}

.contacts .contact_item {
    text-align: left;
    font-weight: 300;
}

.contacts .contact_item:first-child:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50px;
    background: #fff;
}

.contact_item strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-top: 0.3rem;
}

.contact_item a {
    color: #fff;
    text-decoration: none;
}

.contact_item a:hover {
    text-decoration: underline;
}

.response_time {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 1.5rem 0 2.5rem;
}

.buttons_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .main_title {
        font-size: 2.4rem;
    }
    .contacts {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Expert Topics */

.exp_topics_section {
    padding: 80px 0;
    /*background: #f8f9fa;*/
}

.exp_main_title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
}

.exp_intro_text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 25px;
}

.exp_topics_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.exp_topic_card {
    background: #fafafa;
    padding: 44px 30px;
    border-bottom: 7px solid #4988c8;
    text-align: center;
    transition: box-shadow 0.2s;
}

.exp_topic_card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.exp_topic_icon_wrap {
    margin-bottom: 1.5rem;
}

.exp_topic_icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.exp_topic_title {
    font-size: 24px;
    font-weight: 700;
}

.exp_topic_subtitle {

}

/* Адаптив */
@media (max-width: 992px) {
    .exp_topics_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .exp_topics_grid {
        grid-template-columns: 1fr;
    }
    .exp_main_title {
        font-size: 2.2rem;
    }
}

/* Experts Comments */

.exp1_experts_section {
    padding: 80px 0;
    background: #fafafa;
}

.exp1_intro_text {
    text-align: center;
    margin-bottom: 39px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.exp1_experts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.exp1_expert_card {
    border: 4px solid #4988c8;
    padding: 32px 24px;
    text-align: center;
    background: #fff;
    transition: transform 0.2s;
}

.exp1_expert_card:hover {
    transform: translateY(-8px);
}

.exp1_expert_photo {
    width: 122px;
    height: 122px;
    margin: 0 auto 15px;
    border-radius: 15px;
    overflow: hidden;
}

.exp1_expert_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp1_expert_name {
    font-weight: 700;
    font-size: 20px;
}

.exp1_expert_position {
    font-size: 16px;
    margin-bottom: 14px;
}

.exp1_expertise {
    text-align: left;
    margin-bottom: 1.5rem;
}

.exp1_expertise strong {
    display: block;
    margin-bottom: 0.8rem;
}

.exp1_expertise ul {
    list-style: none;
    padding: 0;
}

.exp1_expertise li {
    margin-bottom: 0.6rem;
    position: relative;
    padding-left: 1.8rem;
}

.exp1_expertise li::before {
    content: url(../img/cl.svg);
    position: absolute;
    left: 0;
}

.exp1_contact {
    text-align: left;
    line-height: 1.6;
}

.exp1_contact p {
    margin-bottom: 0.5rem;
}

.exp1_contact a {
    color: #000;
    text-decoration: underline;
}

.exp1_contact a:hover {
    color: #4988c8;
}

@media (max-width: 992px) {
    .exp1_experts_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .exp1_experts_grid {
        grid-template-columns: 1fr;
    }
}

/* Organization Stats */

.stats_section {
    padding: 80px 0;
    text-align: center;
}

.stats_main_title {
    margin-bottom: 24px;
}

.stats_intro_text {
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.stats_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stats_number {
    font-size: 64px;
    font-weight: 900;
    color: #4988c8;
    line-height: 1;
    margin-bottom: 16px;
}

.stats_description {
}

@media (max-width: 992px) {
    .stats_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats_number {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .stats_grid {
        grid-template-columns: 1fr;
    }
    .stats_number {
        font-size: 2.8rem;
    }
}

/* Ready Materials */

.ready_section {
    padding: 100px 0 80px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('ваш-фоновий-фото.jpg') center/cover no-repeat; /* додай фоновий blur якщо потрібно */
    color: white;
    text-align: center;
    position: relative;
}

.ready_center_logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: span 2;
}

.ready_main_title {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.ready_intro_text {
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
}

.ready_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto 85px;
    position: relative;
    z-index: 2;
}

.ready_card {
    border-radius: 0; /* без скруглення */
    transition: all 0.3s;
}

.ready_card h3 {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 0;
}

.ready_card p {
    margin-bottom: 22px;
}

.ready_mediakit {
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.ready_section .btn_transparent {
    color: #fff;
}

@media (max-width: 992px) {
    .ready_grid {
        grid-template-columns: 1fr;
    }
}

/* Who We Are */

.who_section {
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
}

.who_intro,
.who_main_desc {
    max-width: 1337px;
    margin: 0 auto 40px;
}

.who_column_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #4988c8;
}

.who_buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.who_btn {
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s;
}

.who_btn_detail {
    background: #1a1a1a;
    color: white;
    border: 2px solid #1a1a1a;
}

.who_btn_detail:hover {
    background: #333;
}

.who_btn_reports {
    background: #ffc107;
    color: #222;
    border: 2px solid #ffc107;
}

.who_btn_reports:hover {
    background: #e0a800;
}

@media (max-width: 992px) {
    .who_columns {
        grid-template-columns: 1fr;
    }
}

.side_page_content {
    padding: 80px 0;
}

/* Make Donation */

.donate_block {
    margin: 0 auto;
    padding: 38px 25px 19px;
    background: #f6f6f6;
}

.donate_main_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 42px;
}

.donate_frequency_tabs {
    display: flex;
    border-bottom: 3px solid rgba(255,255,255,0);
    margin: 0 -25px 23px;
}

.donate_tab input {
    display: none;
}

.donate_tab {
    flex: 1;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    color: rgba(0, 0, 0, 0.38);
    border-bottom: 3px solid rgba(255,255,255,0);
    transition: all .3s ease-in-out;
}

.donate_tab:has(input:checked) {
    background: #fff;
    border-bottom: 3px solid #ffc107;
    color: #000;
}

.donate_currency_buttons,
.donate_amount_buttons,
.donate_payment_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
}

.donate_currency_btn,
.donate_amount_btn,
.donate_payment_btn {
    flex: 1;
    /*min-width: 80px;*/
    padding: 8px 12px;
    border: 1px solid #fff;
    background: white;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.38);
    white-space: nowrap;
    text-align: center;
    margin: 0;
}

.donate_currency_btn input,
.donate_amount_btn input,
.donate_payment_btn input {
    display: none;
}

.donate_currency_btn:has(input:checked),
.donate_amount_btn:has(input:checked),
.donate_payment_btn:has(input:checked)  {
    background: #fff;
    border-color: #ffc107;
    color: #000;
}

.donate_custom_amount {
    width: 100%;
    padding: 12px;
    margin: 1rem 0;
    border: 2px solid #ccc;
}

.donate_impact_box {
    background: #4988c8;
    color: white;
    padding: 20px;
    text-align: center;
    margin: 1.5rem 0;
}

.donate_program select,
.donate_email input {
    width: 100%;
    padding: 12px;
    margin: 0 0 21px;
    border: 1px solid #ffc107;
    background: #fff;
}

.donate_checkbox {
    display: block;
    margin: 0 0 21px;
    font-weight: 400 !important;
    font-size: 16px;
}

.donate_submit {
    width: 100%;
    padding: 18px;
    background: #ffc107;
    color: #222;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 2rem 0 1rem;
}

.donate_security {
    text-align: center;
    font-size: 0.95rem;
    color: #666;
}

.donate_block label {
    font-weight: 700;
    margin-bottom: 21px;
}

/* Why Support Caritas */

.why_section {
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
}

.why_main_title {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 16px;
}

.why_intro {
    margin-bottom: 30px;
}

.why_stats_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.why_stat_card {
    background: #fff;
    border: 6px solid #f3c657;
    padding: 40px 20px 20px;
    text-align: center;
}

.why_stat_number {
    font-size: 64px;
    font-weight: 900;
    color: #4988c8;
    margin-bottom: 20px;
}

.why_stat_desc {

}

.why_reasons_list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: left;
}

.why_reasons_list li {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 2rem;
}

.why_reasons_list li::before {
    content: "■";
    position: absolute;
    left: 0;
    color: #f3c657;
    font-weight: bold;
}

.why_buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.why_btn {
    padding: 16px 48px;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s;
}

.why_btn_primary {
    background: #1a1a1a;
    color: white;
    border: 2px solid #1a1a1a;
}

.why_btn_primary:hover {
    background: #333;
}

.why_btn_secondary {
    background: #ffc107;
    color: #222;
    border: 2px solid #ffc107;
}

.why_btn_secondary:hover {
    background: #e0a800;
}

@media (max-width: 992px) {
    .why_stats_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .why_stats_grid {
        grid-template-columns: 1fr;
    }
}

/* Where Your Money Goes */

.where_section {
    padding: 80px 0;
}

.where_main_title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.where_intro {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.where_programs_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.where_program_card {
    display: flex;
    gap: 27px;
}

.where_program_icon {
    width: 74px;
    height: 74px;
    min-width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f3c657;
}

.where_program_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 768px) {
    .where_programs_grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ Accordion */

.faq_section {

}

.accordion-button {
    font-size: 1.25rem;
    font-weight: 600;
}

.accordion-body {

}

.accordion-item {
    border: none;
    border-bottom: 1px solid #000;
}

.faq_section .accordion-button::after {
    background: none;
    content: "+";
    font-weight: 600;
    font-size: 32px;
    line-height: 122%;
    color: #000;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.accordion-button {
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    font-size: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: none;
    color: #000;
}

/* Bank Transfer */

.bank_section {
}

.bank_details {
    background: #fafafa;
    padding: 30px;
    margin-bottom: 24px;
}

.bank_table {
    width: 100%;
    border-collapse: collapse;
}

.bank_table th,
.bank_table td {
    padding: 16px;
    border-bottom: 1px solid #a5a5a5;
    text-align: left;
    background: #fafafa;
}

.bank_table th {
    width: 30%;
    font-weight: 700;
}

.bank_iban {
    font-family: monospace;
    font-size: 1.2rem;
    font-weight: bold;
}

.bank_copy_btn {
    margin-left: 12px;
    padding: 6px 12px;
    background: #0066cc;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.bank_copy_btn:hover {
    background: #004c99;
}

.bank_icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.bank_icon_item span {
    display: block;
}

.bank_icon_item {
    background: #fafafa;
    padding: 18px 11px;
    border: none;
    font-weight: 400;
    min-width: auto;
}

/* Why Trust Us */

.trust_section {
    padding: 80px 0;
    background: #fafafa;
}

.trust_cards_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 38px;
}

.trust_card {
    background: #fff;
    padding: 30px;
}

.trust_card_icon {
    width: 74px;
    height: 74px;
    margin: 0 0 13px;
    padding: 18px;
    border: 4px solid #F3C657;
}

.trust_card_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.trust_card_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36;
}

.trust_buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.trust_btn {
    padding: 16px 48px;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s;
}

.trust_btn_primary {
    background: #1a1a1a;
    color: white;
    border: 2px solid #1a1a1a;
}

.trust_btn_primary:hover {
    background: #333;
}

.trust_btn_secondary {
    background: #ffc107;
    color: #222;
    border: 2px solid #ffc107;
}

.trust_btn_secondary:hover {
    background: #e0a800;
}

@media (max-width: 992px) {
    .trust_cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .trust_cards_grid {
        grid-template-columns: 1fr;
    }
}

/* Choose Partnership Type */

.partner_section {
    padding: 80px 0 80px;
    color: white;
    position: relative;
}

.partner_main_title {
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.partner_tabs {
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    border: none;
}

.partner_tabs .nav-link {
    background: #212121;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    padding: 14px 28px;
    border: 3px solid #f3c657;
}

.partner_tabs .nav-link.active,
.partner_tabs .nav-link:hover {
    background: #f3c657;
    border: 3px solid #f3c657;
    color: #000;
}

/*.partner_columns {
    display: flex;
    gap: 30px;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}*/

.partner_left, .partner_right {
    flex: 1;
    min-width: 320px;
}

.partner_who, .partner_offer, .partner_forms {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    margin-bottom: 2rem;
}

.partner_who {
    background: none;
    max-width: 942px;
}

.partner_who strong, .partner_offer strong, .partner_forms strong {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 900;
    display: block;
}

.partner_who ul, .partner_offer ul, .partner_forms ul {
    list-style: none;
    padding: 0;
}

.partner_who li, .partner_offer li, .partner_forms li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.partner_who li::before, .partner_offer li::before, .partner_forms li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #fff;
}

.partner_example {
    background: #ffc107;
    color: #000;
    padding: 40px;
    text-align: center;
    margin-bottom: 3rem;
}

.partner_example h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.partner_contact {
    text-align: center;
}

.partner_btn {
    display: inline-block;
    padding: 18px 48px;
    background: #ffc107;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: background 0.2s;
}

.partner_btn:hover {
    background: #e0a800;
}

@media (max-width: 992px) {
    .partner_columns {
        flex-direction: column;
    }
}

/* Impact Slider */

.impact_section {
    padding: 60px 0;
    position: relative;
}

.impact_section h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 132%;
    color: #0a0a0a;
    margin-bottom: 31px;
}

.impact_swiper {
    max-width: 1612px;
    margin: 0 auto 30px;
    background: #fafafa;
}

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

.impact_content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 40px;
    text-align: center;
}

.impact_row {
    background: #fff;
    padding: 14px 16px 36px 36px;
    border-left: 9px solid #c3534c;
    margin-bottom: 20px;
}

.impact_row_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 192%;
    color: #c3534c;
    margin-bottom: 1px;
}

.impact_row_rish {
    border-color: #4988c8;
}

.impact_row_rish .impact_row_ttl {
    color: #4988c8;
}

.impact_row_res {
    border-color: #f3c657;
}

.impact_row_res .impact_row_ttl {
    color: #f3c657;
}

.impact_row_res li::marker {
    content: '✔';
    color: #f3c657;
}

/* Swiper стилі */
.swiper_nav .swiper-button-next,
.swiper_nav .swiper-button-prev {
    color: #000 !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px solid #fcc91a;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.swiper-button-next:hover ,
.swiper-button-prev:hover {
    background: #fcc91a;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;
}

.swiper_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 992px) {
    .impact_columns {
        flex-direction: column;
    }
    .impact_slide {
        height: 900px;
    }
}

/* Partners Trust */

.trust2_section {
    padding: 80px 0;
}

.trust2_subtitle {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}

.trust2_caritas_grid,
.trust2_donors_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 49px;
}

.trust2_donors_grid {
    grid-template-columns: repeat(6, 1fr);
}

.trust2_card {
    background: white;
    border: 4px solid #4988c8;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    text-decoration: none;
    color: #000;
    display: block;
}

.trust2_donors_grid .trust2_card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
}

.trust2_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.trust2_card.no-link {
    pointer-events: none;
}

.trust2_partner_icon,
.trust2_donor_icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1.5rem;
    object-fit: contain;
}

.trust2_partner_name,
.trust2_donor_name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 4px;
}

.trust2_partner_desc {
    font-size: 18px;
}

.trust2_btn_wrap {
    text-align: center;
}

.trust2_btn {
    display: inline-block;
    padding: 16px 48px;
    background: #ffc107;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: background 0.3s;
}

.trust2_btn:hover {
    background: #e0a800;
}

@media (max-width: 992px) {
    .trust2_caritas_grid,
    .trust2_donors_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .trust2_caritas_grid,
    .trust2_donors_grid {
        grid-template-columns: 1fr;
    }
    .trust2_main_title {
        font-size: 2.6rem;
    }
}

/* Partner Documents */

.docs_section {
    padding: 80px 0;
    background: no-repeat center center / cover;
    color: #fff;
}

.docs_groups {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}

.docs_group {
    flex: 1;
    min-width: 400px;
}

.docs_group_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 107%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.docs_card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 27px;
}

.docs_icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    object-fit: contain;
}

.docs_card_content {
    flex: 1;
}

.docs_card_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
    margin-bottom: 3px;
}

.docs_card_desc {
    font-size: 16px;
    margin-bottom: 8px;
}

.docs_download {
    font-weight: 600;
    font-size: 18px;
    line-height: 194%;
    color: #f3c657;
    text-decoration: none;
    transition: all .3s;
}

.docs_download:hover {
    transform: translateY(-8px);
}

.docs_buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.docs_section .btn_transparent {
    color: #f3c657;
}

.docs_icon {
    border: 2px solid #fff;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .docs_groups {
        flex-direction: column;
        gap: 40px;
    }
}

/* Partners Testimonials Slider */

.testi_section {
    padding: 80px 0;
}

.testi_container {
    max-width: 1531px;
    margin: 0 auto;
    padding: 0 95px;
    position: relative;
}

.testi_swiper {
    max-width: 1400px;
    margin: 0 auto;
}

.testi_swiper .swiper-wrapper {
    align-items: stretch;
}

.testi_slide {
    padding: 30px;
    height: auto;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 13px;
}

.testi_quote {
    font-size: 18px;
    line-height: 1.4;
}

.testi_quote svg {
    margin-bottom: 13px;
    display: block;
}

.testi_person {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.testi_photo {
    width: 53px;
    height: 53px;
    min-width: 53px;
    border-radius: 5px;
    object-fit: cover;
}

.testi_info {
    text-align: left;
}

.testi_name {
    font-size: 14px;
}

.testi_position {
    font-weight: 400;
    font-size: 13px;
    color: #4988c8;
}

.testi_org {
    font-weight: 500;
    font-size: 13px;
}

.testi_next,
.testi_prev {
    width: 60px !important;
    height: 60px !important;
    background: #fff !important;
    border: 3px solid #ffc107 !important;
    border-radius: 0 !important;
    color: #000 !important;
    transition: all 0.3s;
}

.testi_next:hover,
.testi_prev:hover {
    background: #ffc107 !important;
}

@media (max-width: 992px) {
    .testi_slide {
        padding: 10px;
    }
    .testi_quote_wrap {
        padding: 30px 20px;
    }
}

/* Partnership Form */

.partner_form_section {
    padding: 80px 0;
    background: #f3c657;
}

.partner_form_contacts {
    border: 5px solid #000;
    padding: 34px;
    margin-bottom: 41px;
    margin-left: auto;
    margin-right: auto;
}

.partner_form_contacts_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.partner_form_contacts_item {
    padding-bottom: 17px;
    border-bottom: 4px solid #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    padding-left: 32px;
}

.mail_item {
    background: url(../img/email.svg) no-repeat top left;
}

.tel_item {
    background: url(../img/phone-call.svg) no-repeat top left;
}

.partner_form_contacts_item a {
    text-decoration: none;
    color: #000;
}

.partner_form_contacts_item_ttl {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
}

.partner_form_contacts_item .small {
    font-weight: 400;
    font-size: 12px;
    line-height: 217%;
}

.partner_form {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 1rem;
}

.partner_form_submit {
    padding: 18px 56px;
    background: #ffc107;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.partner_form_submit:hover {
    background: #e0a800;
}

@media (max-width: 768px) {
    .partner_form_main_title {
        font-size: 2.6rem;
    }
    .partner_form_contacts {
        padding: 15px;
    }
}

/* Useful Links */

.links_section {
    padding: 80px 0;
}

.links_main_title {
    font-size: 3.2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 4rem;
}

.links_main_title span {
    color: #0066cc;
}

.links_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.links_card {
    background: white;
    border-bottom: 6px solid #4988c8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 11px;
    padding-bottom: 40px;
    transition: transform 0.25s, box-shadow 0.25s;
}

.links_card_title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 22px;
    line-height: 209%;
}

.links_card_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
}

.links_card .btn_transparent {
    color: #f3c657;
}

@media (max-width: 992px) {
    .links_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .links_grid {
        grid-template-columns: 1fr;
    }
    .links_main_title {
        font-size: 2.6rem;
    }
}

/* Hero Tradition */

.hero_trad_section {
    position: relative;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    padding: 120px 0;
}

.hero_trad_title {
    font-weight: 900;
    font-size: 64px;
    line-height: 113%;
    margin-bottom: 38px;
    text-align: center;
}

.hero_trad_accent {
    /*color: #0066cc;*/
}

.hero_trad_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 3rem;
}

.hero_trad_btn {
    background: #ffc107;
    color: #000;
    padding: 20px 40px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hero_trad_btn:hover {
    background: #ffca28;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.hero_trad_btn.active {
    background: #ffca28;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.hero_trad_big_btn {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 24px 60px;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.hero_trad_big_btn:hover {
    background: #ffca28;
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

@media (max-width: 992px) {
    .hero_trad_btns {
        flex-direction: column;
        gap: 15px;
    }
    .hero_trad_title {
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) {
    .hero_trad_title {
        font-size: 2.8rem;
    }
    .hero_trad_big_btn {
        font-size: 1.6rem;
        padding: 20px 40px;
    }
}

/* Leadership Quote */

.leader_quote_section {
    position: relative;
    color: white;
    border-top: 11px solid #f3c657;
    background: #212121;
    padding: 0;
}

.leader_quote_section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
}

.leader_row {
    display: flex;
    align-items: flex-start;
    gap: 97px;
}

.leader_photo {
    background: #f3c657;
    text-align: center;
    border-radius: 0 0 30px 30px;
    min-width: 590px;
}

.leader_texts {
    padding-top: 140px;
}

.leader_name {
    font-weight: 900;
    font-size: 64px;
    margin-bottom: 28px;
}

.leader_position {
    font-size: 24px;
    line-height: 107%;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}

.leader_quote {

}

@media (max-width: 992px) {
    .leader_photo {
        max-width: 80%;
        margin: 0 auto 3rem;
    }
    .leader_name {
        font-size: 2.8rem;
    }
    .leader_quote {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .leader_name {
        font-size: 2.4rem;
    }
    .leader_position {
        font-size: 1.3rem;
    }
    .leader_quote {
        font-size: 1.3rem;
    }
}

/* History Timeline */

.timeline_section {
    padding: 80px 0;
}

.timeline_container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.timeline_event {
    position: relative;
    margin-bottom: 22px;
}

.timeline_container .timeline_event:nth-child(3n-1):before, .timeline_container .timeline_event:nth-child(3n-2):before {
    content: "";
    height: 1px;
    width: calc(100% - 130px);
    position: absolute;
    right: 0;
    top: 24px;
    background: #000;
}

.timeline_year_box {
    position: relative;
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 128%;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f3c657;
    width: 100px;
    height: 48px;
    margin-bottom: 14px;
}

.timeline_content {
    position: relative;
}

.timeline_period_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 144%;
    margin-bottom: 9px;
}

.timeline_highlight {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #ffc107;
}

@media (max-width: 992px) {
    .timeline_container::before {
        left: 40px;
    }

    .timeline_event {
        width: 100%;
        padding-left: 100px;
        padding-right: 20px;
        text-align: left;
    }

    .timeline_event.left,
    .timeline_event.right {
        left: 0;
    }

    .timeline_year_box {
        left: 0 !important;
    }

    .timeline_content {
        margin-left: 80px;
    }
}

@media (max-width: 576px) {
    .timeline_year_box {
        width: 100px;
        height: 100px;
        font-size: 2rem;
    }
}

/* Network Power */

.network_section {
    padding: 97px 0 200px;
    background: #000;
    color: white;
    background: no-repeat center center / cover;
}

.network_strength_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 44px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}

.network_strength_item {
    text-align: center;
}

.strength_number {
    font-weight: 900;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    color: #f3c657;
    margin-bottom: 7px;
}

.strength_desc {

}

.network_directions_title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 77px;
}

.network_directions_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.network_direction_card {
    display: flex;
    gap: 12px;
}

.direction_icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.direction_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
}

.direction_desc {
    font-size: 16px;
}

@media (max-width: 1200px) {
    .network_strength_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .network_directions_grid {
        grid-template-columns: 1fr;
    }
    .network_main_title {
        font-size: 2.8rem;
    }
}

/* Core Values */

.values_section {
    padding: 80px 0;
}

.values_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.values_card {
    text-align: center;
}

.values_icon {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3c657;
    margin: 0 auto 14px;
}

.values_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #13161b;
    margin-bottom: 13px;
}

.values_desc {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #52565b;
}

@media (max-width: 992px) {
    .values_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .values_grid {
        grid-template-columns: 1fr;
    }
    .values_main_title {
        font-size: 2.8rem;
    }
    .values_icon {
        font-size: 4rem;
    }
}

/* Impact Numbers */

.impact_numbers_section {
    color: white;
    padding: 80px 0;
    background: no-repeat center center / cover;
}

.impact_table {
    margin: 0 auto;
    border-collapse: collapse;
}

.impact_table_header {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    background: #f3c657;
    padding: 20px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #000 !important;
}

.impact_table_row {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    padding: 20px 40px;
    font-size: 24px;
}

.impact_table .impact_table_row:nth-child(2n-1) {
    background: rgba(255, 255, 255, 0.11);
}

@media (max-width: 992px) {
    .impact_table_header,
    .impact_table_row {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .impact_td.title {
        padding-left: 0;
        font-size: 1.5rem;
    }

    .impact_td.before,
    .impact_td.now {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .impact_main_title {
        font-size: 2.6rem;
    }
}

/* Global Movement */

.global_section {
    padding: 80px 0;
    background: #fff;
}

.global_section li {
    margin-bottom: 20px;
}

.global_section li::marker {
    color: #f3c657;
    content: '–';
    padding-right: 10px;
}

@media (max-width: 992px) {
    .global_main_title {
        font-size: 2.8rem;
    }
    .global_subtitle {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .global_main_title {
        font-size: 2.4rem;
    }
}

/* Join The Movement */

.join_movement_section {
    padding: 100px 0;
    background: #f3c657;
}

.join_columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.join_column_title {
    text-transform: uppercase;
    font-weight: 700;
}

.join_column a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.join_column a:hover {
    text-decoration: underline;
}

.join_column a:before {
    content: "|";
}

.join_column a:first-child::before {
    content: "";
}

.join_column a:after {
    content: "→"
}

@media (max-width: 1200px) {
    .join_columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .join_columns {
        grid-template-columns: 1fr;
    }
    .join_main_title {
        font-size: 3rem;
    }
}

/* Stay Informed */

.stay_informed_section {
    padding: 80px 0;
}

.stay_columns {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.stay_column {
    text-align: center;
}

.stay_column_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.stay_column .btn_transparent {
    border-color: #000;
}

.stay_column .socials {
    justify-content: center;
}

.stay_column .socials a {
    background: #000;
}

@media (max-width: 992px) {
    .stay_columns {
        flex-direction: column;
        gap: 60px;
    }
    .stay_main_title {
        font-size: 3rem;
    }
}

/* Banerok */
.banerok {
    font-weight: 700;
    text-align: center;
    background: #f3c657;
    padding: 20px 0;
}

/* Public Commitments */

.commit_section {
    padding: 100px 0;
    background: #f3c657;
}

/* Safeguarding System */

.safeguard_section {
    padding: 80px 0;
}

.safeguard_section h2, .policies_section h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 132%;
    color: #0a0a0a;
    margin-bottom: 6px;
}

.safeguard_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 5rem;
}

.safeguard_card {
    background: #f6f6f6;
    padding: 24px 30px;
    border-radius: 0;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.safeguard_card:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.report_procedure_card .btn_transparent {
    border-color: #000;
}

.safeguard_card .btn_transparent svg *, .report_procedure_card .btn_transparent svg * {
    transition: all .3s ease-in-out;
}

.safeguard_card .btn_transparent:hover svg *, .report_procedure_card .btn_transparent:hover svg * {
    fill: #f3c657;
}

.safeguard_card_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
    margin-bottom: 4px;
}

.safeguard_card_desc {
    font-size: 16px;
}

.safeguard_card_date {
    font-size: 16px;
    color: #6e6e6e;
}

@media (max-width: 992px) {
    .safeguard_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .safeguard_main_title {
        font-size: 2.8rem;
    }
}

/* Report Violation */

.report_violation_section {
    padding: 80px 0;
    background: #f3c657;
}

.report_procedure_card {
    padding: 40px 44px;
    border: 5px solid #000;
    margin-bottom: 47px;
}

.procedure_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
}

.procedure_date {
    font-size: 16px;
    margin-bottom: 18px;
}

.channels_title {
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 37px;
    text-align: center;
}

.report_channels_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.report_channel_card {
    position: relative;
    border: 5px solid #000;
    padding: 35px 22px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.report_channel_card:before {
    content: "";
    position: absolute;
    bottom: 27px;
    width: calc(100% - 44px);
    left: 50%;
    height: 5px;
    background: #000;
    transform: translateX(-50%);
}

.channel_icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel_title {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 0;
}

.channel_info {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #000;
    text-decoration: none;
}

.channel_info:hover {
    text-decoration: underline;
}

.channel_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #4b4b4b;
}

@media (max-width: 1200px) {
    .report_channels_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .report_channels_grid {
        grid-template-columns: 1fr;
    }
    .report_main_title {
        font-size: 3rem;
    }
}

/* Organizational Policies */

.policies_section {
    padding: 80px 0;
}

.policies_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 5rem;
}

.policy_card {
    background: #f6f6f6;
    padding: 30px;
}

.policy_status {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    background: #f3c657;
    margin-bottom: 9px;
    padding: 7px 12px;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.policy_title {
    font-size: 22px;
    line-height: 136%;
    margin-bottom: 3px;
}

.policy_date {
    font-size: 16px;
}

@media (max-width: 992px) {
    .policies_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .policies_grid {
        grid-template-columns: 1fr;
    }
    .policies_main_title {
        font-size: 2.8rem;
    }
}

/* International Quality Standards */

.standards_section {
    background: #f6f6f6;
    padding: 80px 0;
}

.standards_side_card {
    background: #212121;
    border: 5px solid #fff;
    padding: 40px 44px;
    color: #fff;
}

.standards_side_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 4px;
}

.standards_side_text {
    line-height: 140%;
}

.standards_buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .standards_main_title {
        font-size: 3rem;
    }
    .standards_side_card {
        padding: 30px 40px;
    }
}

@media (max-width: 576px) {
    .standards_main_title {
        font-size: 2.4rem;
    }
    .standards_btn {
        padding: 16px 40px;
        font-size: 1.3rem;
    }
}

/* Service Documents */

.service_docs_section {
    padding: 80px 0;
}

.service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service_card {
    border-bottom: 6px solid #4988c8;
    padding: 0;
    padding-bottom: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
}

.service_card_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 209%;
}

.service_card_desc {
    font-size: 18px;
    line-height: 144%;
}

.service_card .btn_transparent {
    color: #f3c657;
}

@media (max-width: 992px) {
    .service_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .service_grid {
        grid-template-columns: 1fr;
    }
    .service_main_title {
        font-size: 2.8rem;
    }
}

/* Policy Contacts */

.policy_contacts_section {
    padding: 80px 0;
    background: #fafafa;
}

.policy_contacts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.policy_contact_card {
    background: #fff;
    padding: 30px;
}

.policy_contact_icon {
    border: 4px solid #f3c657;
    width: 74px;
    height: 74px;
    min-width: 74px;
    margin-bottom: 13px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy_contact_icon img {
    object-fit: contain;
}

.policy_contact_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
}

.policy_contact_content {

}

.policy_contact_content a {
    font-weight: 500;
    color: #4988c8;
}

@media (max-width: 992px) {
    .policy_contacts_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .policy_contacts_grid {
        grid-template-columns: 1fr;
    }
    .policy_contacts_title {
        font-size: 2.8rem;
    }
}

/* Join Movement Cards */

.join2_movement_section {
    padding: 80px 0;
    background: #f3c657;
}

.join2_cards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.join2_card {
    border: 5px solid #000;
    padding: 35px 30px 25px;
    text-align: center;
}

.join2_card_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 5px;
}

.join2_card_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.join2_link_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #000;
    width: 44px;
    height: 44px;
    min-width: 44px;
}

.join2_link_icon svg {
    transition: all .3s;
}

.join2_card_desc:hover .join2_link_icon svg {
    transform: rotate(90deg);
}

@media (max-width: 992px) {
    .join2_cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .join2_cards_grid {
        grid-template-columns: 1fr;
    }
    .join2_main_title {
        font-size: 2.8rem;
    }
}

/* Changes For People */

.changes2_section {
    position: relative;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
    padding: 120px 0;
    border-bottom: 11px solid #f3c657;
}

.changes2_overlay {
    max-width: max-content;
    margin: 0 auto;
    padding: 27px 40px;
    background: rgba(0, 0, 0, 0.56);
}

.changes2_overlay_text {
}

/* Achievements Cards */

.ach_cards_section {
    padding: 80px 0;
}

.ach_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ach_card {
    background: #fff;
    border: 5px solid #eee;
    padding: 35px 40px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #000;
}

.ach_card:hover {
    border: 5px solid #f3c657;
}

.ach_icon {
    width: 70px;
    height: 70px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.ach_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 144%;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    .ach_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ach_grid {
        grid-template-columns: 1fr;
    }
    .ach_main_title {
        font-size: 2.8rem;
    }
}

/* Influence Spheres */

.spheres_section {
    padding: 80px 0;
    color: white;
}

.spheres_content {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
}

.spheres_beneficiaries,
.spheres_directions {
    flex: 1;
    min-width: 400px;
}

.spheres_subtitle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 36px;
}

.benef_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benef_list li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.benef_list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f3c657;
    font-size: 1.8rem;
}

.directions_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.direction_card {
    background: #000;
    padding: 23px 16px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 66px;
}

.direction_card:hover {
    transform: translateY(-8px);
}

.direction_icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.direction_title {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .spheres_content {
        flex-direction: column;
        gap: 60px;
    }
    .directions_grid {
        grid-template-columns: 1fr;
    }
}

/* Advocacy Priorities */

.adv_section {
    padding: 80px 0;
}

.adv_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 36px;
}

.adv_card {
    background: #f9fafb;
    border: 1px solid #364153;
    padding: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #364153;
    display: flex;
    gap: 16px;
}

.adv_desc strong {
    font-weight: 500;
    color: #0a0a0a;
}

.adv_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 113%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
}

.adv_desc li::marker {
    color:  #4988c8;
}

.adv_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #4988c8;
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.adv_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.adv_tag {
    background: #dbeafe;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #4988c8;
    padding: 4px 16px;
    border-radius: 50px;
}

@media (max-width: 992px) {
    .adv_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .adv_main_title {
        font-size: 2.8rem;
    }
    .adv_number {
        font-size: 2.8rem;
    }
}

/* Impact Cases Slider */

.impact_cases_section {
    padding: 80px 0;
}

.impact_swiper {
    padding-bottom: 40px;
}

.impact_slide {
    padding: 0 20px;
}

.impact_label {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #fff;
    max-width: max-content;
    background: #4988c8;
    border-radius: 50px;
    padding: 4px 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.impact_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 144%;
    margin-bottom: 4px;
}

.impact_block {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #364153;
    margin-bottom: 16px;
}

.impact_block h4 {
    color: #4988c8;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
}

.impact_block_res_ttl:before {
    content: url(../img/check_blue.svg);
    padding-right: 5px;
}

/* Скролбар */
.impact_scrollbar {
    height: 6px !important;
    background: rgba(217,217,217,0.27) !important;
    border-radius: 0;
    bottom: 0 !important;
}

.impact_scrollbar .swiper-scrollbar-drag {
    background: #4988c8;
    border-radius: 0;
    height: 100% !important;
}

@media (max-width: 992px) {
    .impact_main_title {
        font-size: 3rem;
    }
    .impact_title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .impact_main_title {
        font-size: 2.4rem;
    }
    .impact_slide {
        padding: 0 10px;
    }
}

/* Advocacy Partners */

.adv_partners_section {
    padding: 80px 0;
    background: #f3c657;
}

.adv_partners_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 5rem;
}

.adv_partner_card {
    background: #f9fafb;
    padding: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #364153;
}

.adv_partner_card_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 144%;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.adv_icon {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #4988c8;
    display: flex;
    align-items: center;
    justify-content: center
}

.adv_list {
    padding-left: 0;
    margin-left: 0;
    margin: 0;
}

.adv_list li {
    list-style: none;
    border-left: 2px solid #4988c8;
    padding-left: 18px;
}

.adv_list li:not(:last-child) {
    margin-bottom: 12px;
}

.adv_list_ttl {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #101828
}

.adv_list_txt {
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #4a5565;
}

.adv_partner_desc {
    font-size: 1.15rem;
    line-height: 1.7;
}

.adv_partners_btn_wrap {
    text-align: center;
}

.adv_partners_btn_wrap .btn {
    border-color: #000;
}

@media (max-width: 992px) {
    .adv_partners_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .adv_partners_title {
        font-size: 2.8rem;
    }
}

/* Recommendations Analytics */

.rec_analytics_section {
    padding: 80px 0;
    background: #fff;
}

.rec_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 5rem;
}

.rec_card {
    border: 1px solid #000;
    padding: 24px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    gap: 16px;
}

.rec_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.rec_type {
    font-size: 12px;
    line-height: 133%;
    color: #4a5565;
    background: #f3f4f6;
    border-radius: 4px;
    padding: 4px 8px;
    max-width: max-content;
    margin-bottom: 8px;
}

.rec_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 8px;
}

.rec_desc {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #4a5565;
}

.rec_download {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #4988c8;
    text-decoration: none;
}

.rec_download:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .rec_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .rec_main_title {
        font-size: 2.8rem;
    }
}

/* Join Changes Cards */

.join_changes_section {
    padding: 80px 0;
    background: #f3c657;
}

.join_changes_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.join_changes_card {
    background: rgba(255,255,255,0.1);
    border: 1px solid #000;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.join_changes_icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.join_changes_card_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

.join_changes_card_desc {
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.join_changes_card .btn {
    border-color: #000;
}


@media (max-width: 992px) {
    .join_changes_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .join_changes_grid {
        grid-template-columns: 1fr;
    }
    .join_changes_title {
        font-size: 2.8rem;
    }
}

/* Advocacy Contact Form */

.contact_advocacy_section {
    padding: 80px 0;
    background: #f3c657;
}

.contact_subtitle {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #ffc107;
}

.contact_form {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.form-group {
    margin-bottom: 2rem;
}

.form-control {
    background: rgba(255,255,255,0.1);
    border: 1px solid #d1d5dc;
    color: white;
    padding: 14px 18px;
    border-radius: 0;
}

.form-control:focus {
    background: rgba(255,255,255,0.15);
    border-color: #d1d5dc;
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.25);
}

.contact_advocacy_section .btn {
    border-color: #000;
}

@media (max-width: 768px) {
    .contact_main_title {
        font-size: 2.8rem;
    }
    .contact_form {
        padding: 40px 30px;
    }
}

/* Safeguarding System */

.safesystem {
    padding: 80px 0;
}

.safesystem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.safesystem-card {
    background: #fff;
    border: 1px solid #000;
    padding: 25px;
    padding-left: 57px;
    background: #fff url(../img/arrow_right.svg) no-repeat 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.safesystem-card-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 8px;
}

.safesystem-card-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.safesystem-download {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #4988c8;
    text-decoration: none;
    transition: color 0.3s;
}

.safesystem-download:hover {
    color: #f3c657;
}

.safesystem-final-btn {
    display: inline-flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #4988c8;
    padding: 25px 57px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #4988c8;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.safesystem-final-btn_icon {
    min-width: 119px;
}

.safesystem-final-btn:hover {
    background: #f3c657;
    transform: translateY(-4px);
}

@media (max-width: 992px) {
    .safesystem-grid {
        grid-template-columns: 1fr;
    }
    .safesystem-title {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .safesystem-title {
        font-size: 2.4rem;
    }
    .safesystem-card {
        padding: 32px 24px;
    }
}

/* ViolationRep */

.violationrep {
    padding: 90px 0;
    background: #000;
    background: linear-gradient(to bottom, #212121 0%, #212121 40%, #fff 40%);
    border-top: 11px solid #f3c657;
}

.violationrep-title {
    color: #fff;
}

.violationrep-guarantee {
    color: #fff;
}

.violationrep-channels-box {
    border-radius: 10px;
    padding: 33px 33px;
    background: #f3c657;
    margin-bottom: 47px;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
}

.violationrep-channels-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 113%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 24px;
    text-align: center;
}

.violationrep-channels-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.violationrep-channel {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 17px 17px 12px 49px;
    background: no-repeat 20px 20px;
    background-color: #fff;
}

.violationrep-channel.globe {
    background-image: url(../img/globe.svg);
}

.violationrep-channel.phone {
    background-image: url(../img/phone.svg);
}

.violationrep-channel.envelope {
    background-image: url(../img/envelope.svg);
}

.violationrep-channels-grid .violationrep-channel:nth-child(4n), .violationrep-channels-grid .violationrep-channel:nth-child(4n-1) {
    border: none;
    padding: 0 17px 0 49px;
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-color: transparent;
}

.violationrep-channel-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    margin-bottom: 3px;
}

.violationrep-channel-content {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
}

.violationrep-channel-content a {
    color: #0a0a0a;
    text-decoration: none;
    transition: all .3s ease;
}

.violationrep-channel-content a:hover {
    color: #4988c8;
}

.violationrep-channel-hours {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #000;
}

.violationrep-process-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 75%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0a0a0a;
    margin-bottom: 55px;
}

.violationrep-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.violationrep-step {
    text-align: center;
    max-width: 320px;
}

.violationrep-step-number {
    width: 57px;
    height: 57px;
    background: #f3c657;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
    border-radius: 50%;
}

.violationrep-step-title {
    line-height: 120%;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0a0a0a;
}

@media (max-width: 992px) {
    .violationrep-channels-grid {
        grid-template-columns: 1fr;
    }
    .violationrep-steps {
        gap: 40px;
    }
}

@media (max-width: 576px) {

}

/* Program Policies */

.progpol-section {
    padding: 80px 0;
}

.progpol-section.progpol-section_bg h2 {
    color: #fff;
}

.progpol-section.progpol-section_color {
    background-color: #f3c657;
}

.progpol-section_color .btn {
    border-color: #000;
}

.progpol-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.progpol-card {
    background: white;
    border: 1px solid #000;
    padding: 25px;
    width: calc(33% - 11px);
    padding-left: 45px;
    position: relative;
}

.progpol-card:before {
    content: "";
    background: #f3c657;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 29px;
    left: 25px;
}

.progpol-section_bg .progpol-card, .progpol-section_color .progpol-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.progpol-card-status {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.8);
}

.progpol-card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.progpol-card-date {
    margin-top: 8px;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.6);
}

.progpol-final-btn {
    display: inline-block;
    padding: 16px 48px;
    background: #000;
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: background 0.3s, transform 0.3s;
}

.progpol-final-btn:hover {
    background: #333;
    transform: translateY(-4px);
}

@media (max-width: 992px) {
    .progpol-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .progpol-grid {
        grid-template-columns: 1fr;
    }
    .progpol-title {
        font-size: 2.8rem;
    }
}

/* ServiceDocs */

.servdocs {
    padding: 80px 0;
}

.servdocs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.servdocs-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px;
    padding-left: 59px;
    background: #fff url(../img/arrow_right.svg) no-repeat 25px 27px;
}

.servdocs-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 16px;
}

.servdocs-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    text-decoration: none;
}

.servdocs-btn:hover {
    text-decoration: underline;
}

.servdocs-card-desc {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .servdocs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .servdocs-grid {
        grid-template-columns: 1fr;
    }
}

/* PolicyContacts */

.polcont {
    padding: 80px 0;
    background: #f3c657;
}

.polcont-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 5rem;
}

.polcont-block {

}

.polcont-block-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 12px;
}

.polcont_content {
    max-width: 976px;
    margin: 0 auto;
}

.polcont-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff url(../img/envelope.svg) no-repeat 17px 19px;
    padding: 17px;
    padding-left: 54px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 24px;
}

.polcont-item_phone {
    background: #fff url(../img/phone.svg) no-repeat 17px 19px;
}

.polcont-item_row {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.polcont-item_row .polcont-item {
    width: calc(50% - 8px);
}

.polcont-item a {
    color: #0a0a0a;
    text-decoration: none;
}

.polcont-item a:hover {
    text-decoration: underline;
}

.polcont-final-box {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 25px;
    max-width: 976px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000;
}

@media (max-width: 992px) {
    .polcont-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .polcont-grid {
        grid-template-columns: 1fr;
    }
    .polcont-title {
        font-size: 2.8rem;
    }
}

/* JoinTrust */

.jointrust {
    padding: 80px 30px;
    color: white;
}

.jointrust_container {
    background: #0a0a0a;
    padding: 70px 0 80px;
    max-width: 1592px;
    margin: 0 auto;
}

.jointrust-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}

.jointrust-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    max-width: 760px;
    margin: 0 auto 47px;
}

.jointrust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.jointrust-card {
    border: 1px solid #fff;
    padding: 25px;
    padding-left: 52px;
}

.jointrust-card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.jointrust-links {
    display: flex;
    gap: 8px 30px;
    flex-wrap: wrap;
}

.jointrust-link {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #f3c657;
    text-decoration: none;
    transition: color 0.3s;
}

.jointrust-link:hover {
    color: #4988c8;
}

.food-newsletter--dark {
    border-bottom: 3px solid #fff;
}

.food-newsletter--dark .socials a {
    background: #f3c657;
}

.food-newsletter--dark .socials a img {
    filter: invert(100%);
}

.ms-changes__card .comp-support__icon {
    background: none;
    border: 1px solid #000;
}

@media (max-width: 1200px) {
    .jointrust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jointrust-grid {
        grid-template-columns: 1fr;
    }
    .jointrust-title {
        font-size: 3rem;
    }
}

.join-team-buttons__btn:hover .btn_icon img {
    filter: invert(100%);
}

.all_news_ttl {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 22px;
}

.cat_switchers {
    display: flex;
    align-items: center;
    overflow: auto;
    background: #f6f6f6;
    padding: 0 8px;
    margin-bottom: 33px;
}

.cat_switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 165%;
    color: #000;
    cursor: pointer;
    padding: 23px 25px 16px;
    white-space: nowrap;
    border-bottom: 7px solid #f6f6f6;
}

.cat_switcher:has(input:checked) {
    border-bottom: 7px solid #f3c657;
}

.cat_switcher input {
    display: none;
}

.last_news_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.burger {
    width: 45px;
    min-width: 45px;
    height: 46px;
    background: #fcc91a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#mob_menu {
    position: fixed;
    height: 100vh;
    max-width: 390px;
    top: 0;
    right: -390px;
    transition: all .5s ease;
    z-index: 1500;
    background: #fff;
}

#mob_menu.active {
    right: 0;
}

#mob_menu .logo {
    max-width: 160px;
    width: 160px;
    min-width: 160px;
    display: block;
}

.mob_menu {
    /*position: relative;*/
}

#mob_menu  .sub_menu {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: #f6f6f6;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

#mob_menu  .sub_menu.active {
    opacity: 1;
    visibility: visible;
}

#mob_menu  .sub_menu .sub_menu_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

#mob_menu .menu_item.has_child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mob_menu .menu_item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 25px;
}

#mob_menu .menu_item a {
    color: #000;
    text-decoration: none;
}

#mob_menu .sub_menu a {
    text-transform: none;
    font-weight: 500;
}

.sub_back {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

#mob_menu .menu_gap {
    gap: 25px;
}

#mob_menu .menu-item {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

#mob_menu .menu-item a {
    text-decoration: none;
    color: #000;
}

.additing_menu {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #000;
}

.news_item_big_thumb {
    height: 453px;
}

.a2a_kit .a2a_svg {
    border-radius: 50% !important;
}

.post_autor_block {
    padding: 31px 30px;
    border: 6px solid #248adc;
    display: flex;
    gap: 17px;
    margin-top: 25px;
    margin-bottom: 46px;
}

.post_autor_photo {
    width: 122px;
    min-width: 122px;
    height: 122px;
}

.post_autor_name {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 9px;
}

.post_autor_desc {
    font-style: italic;
    margin-bottom: 15px;
}

.post_stat {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 188%;
    gap: 6px;
}

.post_stats {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.wp-element-caption {
    padding-top: 20px;
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
}

.single-post h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}

.wp-block-pullquote {
    margin: 58px 0;
    padding: 0;
    background: #4988c8;
    padding: 26px 24px;
    display: flex;
    gap: 22px;
}

.wp-block-pullquote:after {
    content: "";
    background: url(../img/bq.svg) no-repeat center center / contain;
    width: 65px;
    height: 65px;
    min-width: 65px;
}

.wp-block-pullquote blockquote {
    color: #fff;
    font-size: 20px;
    text-align: left;
}

.wp-block-pullquote blockquote p {
    font-style: italic;
}

.ssb_block {
    background: #f6f6f6;
    padding: 50px 30px;
}

.ssb_row p {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 9px;
    margin-bottom: 0;
}

.gray_ban .ssb_row p {
    flex-direction: column;
    margin-bottom: 0;
}

.ssb_block .btn, .gray_ban .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gray_ban .btn {
    width: 100%;
}

.cover_img {
    overflow: hidden;
}

.cover_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.ssb_block input[type="email"], .gray_ban input[type="email"] {
    height: 60px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 13px 19px;
}

.ppg_item {
    height: 230px;
}

.ppg_swiper .swiper-button-next:after, .ppg_swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

.ppg_swiper .swiper-button-next, .ppg_swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.ppg_txt {
    font-style: italic;
}

.smhp_block {
    background: #4988c8;
    position: relative;
    padding: 56px 30px;
    color: #fff;
    text-align: center;
}

.smhp_block .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.ftpn_socials {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.post_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 13px
}

.post_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: #4988c8;
    border: 1px solid #4988c8;
    padding-left: 20px;
    padding-right: 20px;
}

.zmist_block {
    background: #f6f6f6;
    padding: 40px 20px 20px;
    margin-bottom: 22px;
}

.zmist_block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zmist_block ul li {
    margin-bottom: 20px;
}

.zmist_block a {
    text-decoration: underline;
    color: #000;
}

.zbir_open {
    background: #f6f6f6;
    padding: 24px;
    margin-bottom: 22px;
}

.zbir_open_trumb {
    height: 195px;
    margin-bottom: 26px;
}

.zbir_open_ttl {
    font-weight: 700;
    margin-bottom: 9px;
}

.zbir_open_exc {
    font-size: 16px;
    line-height: 163%;
    margin-bottom: 22px;
}

.zbir_open_progressbar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #d9d9d9;
}

.zbir_open_progress {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #f3c657;
}

.progress_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 214%;
    margin-top: 16px;
}

.zbir_open_infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 214%;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.zbir_date {
    font-size: 14px;
    font-weight: 500;
}

.zbir {
    background: #f6f6f6;
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.zbory .zbir:last-child {
    border: none;
}

.zbory {
    margin-bottom: 25px;
}

.gray_ban {
    background: #f6f6f6;
    padding: 25px;
    margin-bottom: 25px;
    font-size: 16px;
}

.gray_ban h2, .uzmi h2 {
    font-weight: 700;
    font-size: 32px;
}

.gray_ban em {
    font-size: 32px;
    font-style: normal;
}

.uzmi {
    background: #f6f6f6;
    margin-bottom: 25px;
}

.uzmi h2 {
    padding: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.zmi {
    display: block;
    text-decoration: none;
    color: #868686;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    padding: 25px;
}

.zmi_post_ttl {
    color: #000;
}

.zmi:hover .zmi_post_ttl {
    text-decoration: underline;
}

.uzmi .zmi:last-child {
    border: none;
}

@media screen and (max-width: 1399.8px) {
    .site-header .logo {
        width: 200px;
        min-width: 200px;
    }
    .helps_block .nav-item .nav-link {
        font-size: 26px;
        line-height: 1.1;
    }
    .helps_block .nav-pills {
        flex-wrap: nowrap;
        overflow: auto;
        height: auto;
    }
    .helps_block .nav-pills .nav-link {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1199.8px) {
    .site-header nav .menu-item a {
        font-size: 13px;
    }
    .donate_btn {
        width: 160px;
        height: 46px;
        font-size: 16px;
    }
    .site-header .logo {
        width: 165px;
        min-width: 165px;
    }
    .approach_block{
        width: auto;
    }
}

@media screen and (max-width: 991.8px) {
    .grid3, .people_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .help_grid, .grid4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero_btns {
        flex-wrap: wrap;
    }
    .chart_content {
        margin-right: auto;
    }
    .helps_block {
        padding-top: 60px;
    }

}

@media screen and (max-width: 767.8px) {
    .chart_percent {
        font-size: 32px;
    }
    .main_hero h1, h2, .approach_block h2, .example_ttl {
        font-size: 24px;
        line-height: 129%;
    }
    body, .partners_block h3 {
        font-size: 14px;
    }
    .donate_container h3, .amount_btn, .crt_item h3 {
        font-size: 16px;
    }
    .ln_item_info h3, .black_section, .helps_block .nav-item .nav-link, .peoples_block h3,
    .crt_item_subttl {
        font-size: 20px;
    }
    .helps_block .nav-item .nav-link {
        padding-bottom: 20px;
    }
    .change_left {
        padding: 25px 17px;
    }
    .main_hero {
        height: auto;
        padding: 50px 0;
    }
    .create_top h2 {
        margin-bottom: 15px;
    }
    .approach_block {
        padding: 24px;
        margin: 0;
    }
    .approach_bg {
        width: calc(100% + 3rem);
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .approach_block .btn {
        width: 100%;
    }
    .hero_btns {
        margin-top: 25px;
        gap: 12px;
    }
    .example_row {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .example_desc {
        padding: 25px 15px 15px;
    }
    .development_block, .chart_block {
        padding: 60px 0;
    }
    .people_item {
        padding: 20px;
    }
    .people_item .btn_transparent {
        width: 100%;
    }
    .donate_container {
        padding: 25px 14px;
        margin-bottom: 34px;
    }
    .frequency_tabs {
        padding: 5px 0;
        margin: 0 -14px 32px;
        gap: 5px;
    }
    .amount_label {
        min-width: 100%;
        text-align: center;
    }
    .sum_row {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .amount_buttons {
        gap: 6px;
    }
    .crt_item {
        padding: 22px;
    }
    .swiper_nav .swiper-button-next, .swiper_nav .swiper-button-prev {
        height: 45px;
        width: 45px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 12px;
    }
}

@media screen and (max-width: 575.8px) {
    .btn {
        width: 100%;
    }
    .grid4, .dev_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 440px) {
    .chart {
        width: 280px;
        height: 280px;
    }
    .chart_logo {
        width: 188px;
        height: 188px;
    }
}