﻿.section-faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-faq h2 {
    text-align: center;
    color: #037580;
}
.section-faq ul.faq-tabs {
    list-style-type: none;
    padding: 0;
    margin-bottom: 60px;
    margin-top: 81px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 39px;
}
.section-faq ul.faq-tabs li {
    font-family: var(--font-heading-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 28.32px;
    text-transform: uppercase;
    color: #037580;
    margin-right: 64px;
    cursor: pointer;
    opacity: 0.5;
    letter-spacing: 0;
}
.section-faq ul.faq-tabs li.faq-tab.active {
    opacity: 1;
}
.section-faq .faq-item {
    padding: 32px 48px 32px 48px;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 20px;
}
.section-faq .faq-item h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.section-faq .faq-item h5 span.title {
    font-family: var(--font-body-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 23.6px;
    letter-spacing: 0.005em;
    color: #037580;
    max-width: 805px;
    margin-right: 100px;
    width: 100%;
}
.section-faq .faq-item h5 span.icon-toggle {
    position: relative;
    width: 42px;
    min-width: 42px;
    height: 42px;
    background: #037580;
    border-radius: 50%;
}
.section-faq .faq-item h5 span.icon-toggle:before {
    content: '';
    position: absolute;
    width: 13.5px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-faq .faq-item h5 span.icon-toggle:after {
    content: '';
    position: absolute;
    width: 13.5px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all .3s;
}
.section-faq .faq-item h5.active span.icon-toggle:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.section-faq .faq-item .faq-content {
    display: none;
    line-height: 25px;
    max-width: 805px;
    margin-right: 100px;
    border-top: 1px solid #037580;
    padding-top: 23px;
    margin-top: 14px;
}
.section-faq .faq-item .faq-content p:not(:last-child) {
    margin-bottom: 25px;
}
.faq-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 65px;
}
.faq-pagination .page-numbers {
    font-family: var(--font-body-text);
    font-size: 17px;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: 0.01em;
    text-align: center;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent;
    color: #65BAAB;
    margin: 0 10px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}
.faq-pagination .page-numbers.prev-page,
.faq-pagination .page-numbers.next-page {
    border: 1px solid #65BAAB;
}
.faq-pagination span.page-numbers.active,
.faq-pagination .page-numbers:hover {
    border: 1px solid #65BAAB;
    background: #65BAAB;
    color: #fff;
    text-decoration: none;
}
.faq-pagination span.page-numbers.active,
.faq-pagination span.page-numbers.disabled {
    pointer-events: none;
}
.faq-pagination span.page-numbers.disabled {
    opacity: .8;
}
.faq-pagination .page-numbers svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-pagination .page-numbers:hover svg path {
    stroke: #fff;
}
.section-faq span.faq-active-text {
    display: none;
}
.section-faq span.faq-active-text:before {
    content: '';
    position: absolute;
    background: url(../images/icon-select-faq.svg);
    width: 13px;
    height: 8px;
    right: -32px;
    top: 5px;
    transition: all .3s;
}
.section-faq span.faq-active-text.active:before {
    transform: rotate(180deg);
}
.page-charity-network .st-how-works {
    padding-top: 80px;
    padding-bottom: 10px;
}
.page-charity-network .st-how-works .how-works-wrapper {
    text-align: center;
}
.page-charity-network .st-how-works .link .arrow-link {
    justify-content: center;
}
.page-charity-network .st-how-works h2 {
    margin-bottom: 20px;
}
.page-charity-network .st-how-works .button-spiral .arrow svg path,
.list-spotlights .button-spiral .arrow svg path {
    stroke: #fff;
}
.page-charity-network .st-how-works .arrow-link .icon,
.list-spotlights .arrow-link .icon {
    background: #037580;
}
.page-charity-network .st-how-works .arrow-link:hover .icon,
.list-spotlights .arrow-link:hover .icon {
    background: transparent;
}
.page-charity-network .st-how-works .arrow-link:hover .arrow svg path,
.list-spotlights .arrow-link:hover .arrow svg path {
    stroke: #037580;
}
.arrow-link.arrow-link-new .material-icons svg {
    width: 9px;
    height: 15px;
}
.arrow-link.arrow-link-new:hover .icon {
    background-color: var(--color-primary);
}
.list-cards-how-works {
    margin-top: 38px;
}
.list-cards-how-works .container {
    padding: 0px;
    max-width: 1320px;
}
.list-cards-how-works .swiper {
    padding-left: 11px;
    padding-top: 20px;
}
.list-cards-how-works .item {
    padding: 0 27px;
    height: auto;
}
.list-cards-how-works .item-content {
    background: #428B8B;
    padding: 44px 29px 11px;
    text-align: center;
    border-radius: 30px;
    height: 100%;
}
.list-cards-how-works .item-content span.number {
    position: absolute;
    left: 12px;
    top: -15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 0.005em;
    text-align: center;
    color: #037580;
    width: 61px;
    height: 61px;
    border: 2px solid #428B8B;
    background: #fff;
    border-radius: 50%;
}
.list-cards-how-works .item-content .content {
    font-family: var(--font-body-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #fff;
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
    margin-top: 28px;
}
.list-cards-how-works .item-content .content a {
    color: #fff;
    text-decoration: underline;
}
.list-cards-how-works .item-content .content a:hover {
    text-decoration: none;
}
.page-charity-network .section_donation-network {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-charity-network .section_donation-network h2 {
    text-align: center;
    padding-bottom: 10px;
}
.section_donation-network .items.list-client {
    width: 100%;
    margin-right: 0;
    position: relative;
    padding-bottom: 48px;
}
.section_donation-network .item {
    margin-top: 40px!important;
}
.section_donation-network .item-content .image {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_donation-network .item-content .image img {
    max-width: 100%;
    max-height: 100%;
}
.section_donation-network .swiper-pagination {
    position: relative;
    margin-top: 65px;
}
.section-chairty-network {
    margin-top: 30px;
    padding-top: 77px;
    padding-bottom: 77px;
    background: url(../images/Donation-network.png), linear-gradient(285.48deg, rgba(93, 191, 140, 0.8) 3.23%, rgba(56, 133, 117, 0.8) 34.66%, rgba(19, 75, 95, 0.8) 90.78%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-chairty-network h2 {
    text-align: center;
    color: #fff;
    max-width: 1021px;
    margin: auto;
    padding-bottom: 20px;
    text-transform: none;
}
.section-chairty-network .description {
    text-align: center;
    color: #fff;
    max-width: 760px;
    margin: auto;
    padding-bottom: 50px;
}
.section-chairty-network h3 {
    color: #fff;
}
.section-join-now {
    padding-top: 80px;
    padding-bottom: 144px;
}
.section-join-now h2,
.section-join-now h4 {
    text-align: center;
}
.section-join-now h2 {
    padding-bottom: 80px
}
.section-join-now h4 {
    font-family: var(--font-heading-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 28.32px;
    text-transform: uppercase;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 37px;
    margin-bottom: 80px;
}
.list-spotlights {
    padding-top: 42px;
    padding-left: calc((100% - 1290px) / 2);
    margin-left: 24px;
}
.list-spotlights .swiper {
    padding-right: 24px;
}
.list-spotlights .swiper .item {
    height: auto;
}
.list-spotlights .item-content {
    height: 100%;
    border-radius: 30px;
    background: #fff;
    position: relative;
}
.page-charity-network .list-spotlights .item-content:hover .arrow-link .icon {
    background-color: transparent;
}
.page-charity-network .list-spotlights .item-content:hover .button-spiral .border {
    animation: spiral 0.4s ease-in-out;
}
.page-charity-network .list-spotlights .item-content:hover .button-spiral.right .arrow {
    transform: translateX(0);
}
.page-charity-network .list-spotlights .item-content:hover .image:after {
    opacity: 0;
}
.page-charity-network .list-spotlights .item-content:hover .button-spiral .arrow svg path {
    stroke: #037580;
}
.list-spotlights .item-content a.wrap-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.list-spotlights .item-content .image {
    position: relative;
}
.list-spotlights .item-content .image:before {
    content: '';
    display: block;
    padding-top: 49%;
}
.list-spotlights .item-content .image:after {
    content: '';
    background: url(../images/icon-video.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    opacity: 0.8;
    transition: all .3s;
}
.list-spotlights .item-content .image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}
.list-spotlights .item-content .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}
.list-spotlights .item-content .wrap-content {
    padding: 32px;
}
.list-spotlights .item-content .wrap-content h4 {
    border-bottom: 1px solid #037580;
    padding-bottom: 24px;
    margin-bottom: 25px;
    line-height: 33.6px;
    letter-spacing: 0.005em;
    text-transform: capitalize;
}
.list-spotlights .item-content .description {
    font-family: var(--font-body-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #828282;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0;
    margin-bottom: 24px;
}
.page-charity-network .swiper-button-next, 
.page-charity-network .swiper-button-prev {
    position: static;
    transform: none;
    width: 53px;
    height: 53px;
    margin-left: 6px;
}
.page-charity-network .swiper-button-next span.arrow_msk, 
.page-charity-network .swiper-button-prev:hover span.arrow_msk {
    transition: all .3s;
}
.page-charity-network .swiper-button-next svg path, 
.page-charity-network .swiper-button-prev svg path {
    transition: all .3s;
}
.page-charity-network .swiper-button-next:hover span.arrow_msk, 
.page-charity-network .swiper-button-prev:hover span.arrow_msk {
    background: #65BAAB;
}
.page-charity-network .swiper-button-next:hover svg path, 
.page-charity-network .swiper-button-prev:hover svg path {
    stroke: #fff;
}
.page-charity-network .swiper-button-next.swiper-button-disabled span.arrow_msk, 
.page-charity-network .swiper-button-prev.swiper-button-disabled span.arrow_msk {
    background: #B2DDD5;
}
.page-charity-network .swiper-button-next:before, 
.page-charity-network .swiper-button-prev:before {
    content: none;
}
.page-charity-network .swiper-button-wrap {
    margin-top: 40px;
}
.page-charity-network .swiper-button-wrap .container {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    max-width: 100%;
}
.page-charity-network span.arrow_msk {
    display: inline-block;
    overflow: hidden;
    width: 53px;
    height: 53px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 0;
}
.page-charity-network span.arrow_msk svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
.page-charity-network .list-cards-how-works span.arrow_msk {
    background: #65BAAB;
}
.page-charity-network .list-cards-how-works span.arrow_msk path {
    stroke: #fff;
}
.page-charity-network .swiper-button-wrap {
    margin-right: 6.8%;
}
.ct-charity-network {
    padding-top: 163px;
    padding-bottom: 52px;
}
.ct-charity-network .entry-title {
    padding-top: 61px;
    padding-bottom: 79px;
    max-width: 900px;
}
.ct-charity-network .section-video .video {
    position: relative;
    padding-top: 51.12%;
}
.ct-charity-network .section-video .video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ct-charity-network .section-video .video .ico_w {
    width: 47px;
    height: 47px;
}
.ct-charity-network .section-video .video .ico_w:before {
    background-size: cover;
    width: 47px;
    height: 47px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ct-charity-network .section-video .video video.active + .ico_w {
    opacity: 0;
}
.ct-charity-network .section-video .video video.active:hover + .ico_w,
.ct-charity-network .section-video .video video.active + .ico_w:hover {
    opacity: 1;
}
.ct-charity-network .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.ct-charity-network .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.charity-description {
    padding-top: 80px;
    padding-bottom: 72px;
}
section.charity-description p {
    line-height: 25px;
    margin-bottom: 26px;
}
section.charity-description .content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
section.charity-description .content-wrapper > h3 {
    width: 390px;
    padding-right: 50px;
}
section.charity-description .content-wrapper .description {
    width: calc(100% - 390px);
}
@media(max-width: 1024px) {
    .section-faq ul.faq-tabs li {
        font-size: 18px;
        line-height: 22px;
    }
    section.charity-description .content-wrapper > h3 {
        width: 290px;
    }
    section.charity-description .content-wrapper .description {
        width: calc(100% - 290px);
    }
}
@media(max-width: 990px) {
    .page-charity-network .swiper-button-wrap {
        margin-right: 14.8%;
    }
}
@media(max-width: 941px) {
    .contact-us .contact-us-bottom-item-left, 
    .contact-us .contact-us-bottom-item-right,
    .contact-us-bottom-message-block {
        padding: 0;
    }
}
@media(max-width: 767px) {
    .section-faq {
        padding-top: 42px;
        padding-bottom: 0;
    }
    .section-faq .faq-item .faq-content p:not(:last-child) {
        margin-bottom: 20px;
    }
    .section-faq ul.faq-tabs li {
        font-family: var(--font-body-text);
        font-size: 17px;
        font-weight: 600;
        line-height: 20.06px;
        margin-top: 28px;
        margin-right: 31px;
    }
    .section-faq .wrap-faq-tab {
       margin-top: 40px;
       padding-bottom: 18px;
       margin-bottom: 40px;
       border-bottom: 1px solid #037580; 
    }
    .section-faq span.faq-active-text {
        display: block;
        font-family: var(--font-body-text);
        font-size: 17px;
        font-weight: 600;
        line-height: 20.06px;
        letter-spacing: 0;
        color: #037580;
        cursor: pointer;
        text-transform: uppercase;
        margin-right: 31px;
        position: relative;
    }
    .section-faq ul.faq-tabs {
        display: none;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .section-faq ul.faq-tabs.show-tabs {
        display: block;
    }
    .section-faq ul.faq-tabs li.faq-tab.active {
        display: none;
    }
    .section-faq .faq-item {
        padding: 16px 24px;
        border-radius: 15px;
    }
    .section-faq .faq-item h5 span.title {
        font-size: 17px;
        line-height: 20.06px;
        margin-right: 12px;
    }
    .section-faq .faq-item .faq-content {
        margin-right: 54px;
    }
    .section-faq .faq-item .faq-content {
        line-height: 20.03px;
    }
    .faq-pagination .page-numbers {
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
    .section_donation-network .item {
        margin-top: 27px!important;
    }
    .page-charity-network .st-how-works {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .st-how-works .arrow-link .icon {
        width: 36px;
        height: 36px;
    }
    .list-cards-how-works {
        margin-top: 15px;
    }
    .list-cards-how-works .swiper {
        padding-left: 4px;
    }
    .list-cards-how-works .item {
        padding: 0 20px;
    }
    .list-cards-how-works .item-content {
        border-radius: 20px;
    }
    .list-cards-how-works .item-content span.number {
        left: 6px;
        top: -16px;
    }
    .page-charity-network span.arrow_msk,
    .page-charity-network .swiper-button-next,
    .page-charity-network .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
    .page-charity-network .swiper-button-wrap {
        margin-top: 20px;
        margin-right: 24px;
    }
    .page-charity-network span.arrow_msk svg {
        width: 11px;
        height: 17px;
    }
    .page-charity-network .section_donation-network {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .section_donation-network .item-content .image {
        height: 42px;
    }
    .section_donation-network .swiper-pagination {
        margin-top: 46px;
    }
    .section-chairty-network {
        background: url(../images/Donation-network-mobile.png), linear-gradient(285.48deg, rgba(93, 191, 140, 0.8) 3.23%, rgba(56, 133, 117, 0.8) 34.66%, rgba(19, 75, 95, 0.8) 90.78%);
        background-size: cover;
        padding-top: 52px;
        padding-bottom: 50px;
    }
    .section-chairty-network h2 {
        text-transform: capitalize;
    }
    .section-chairty-network .description {
        line-height: 20px;
        padding-bottom: 42px;
    }
    .section-chairty-network h3 {
        font-family: var(--font-heading-primary);
        font-size: 20px;
        line-height: 118%;
    }
    .list-spotlights .item-content {
        border-radius: 15px;
    }
    .list-spotlights .item-content .image img {
        border-radius: 15px 15px 0 0;
    }
    .list-spotlights .item-content .wrap-content {
        padding: 15px;
    }
    .list-spotlights .item-content .wrap-content h4 {
        font-size: 18px;
        line-height: 23px;
        text-transform: none;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }
    .list-spotlights .arrow-link .icon {
        width: 36px;
        height: 36px;
    }
    .list-spotlights .item-content .description {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px;
    }
    .page-charity-network .swiper-button-wrap .container {
        padding: 0;
    }
    .section-join-now {
        padding-top: 42px;
        padding-bottom: 2px;
    }
    .section-join-now h2 {
        padding-bottom: 42px;
    }
    .section-join-now h4 {
        font-family: var(--font-body-text);
        font-size: 17px;
        font-weight: 600;
        line-height: 20.06px;
        padding-bottom: 18px;
        margin-bottom: 40px;
    }
    .ct-charity-network {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    section.charity-description .content-wrapper h3,
    section.charity-description .content-wrapper .description {
        width: 100%;
    }
    section.charity-description .content-wrapper h3 {
        font-family: var(--font-heading-primary);
        padding-right: 0;
        padding-bottom: 18px;
    }
    section.charity-description .content-wrapper .description p {
        line-height: 20px;
        margin-bottom: 20px;
    }
    .ct-charity-network .entry-title {
        padding-top: 1px;
        padding-bottom: 40px;
    }
    .ct-charity-network .section-video .video {
        padding-top: 56.15%;
    }
    section.charity-description {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .list-spotlights .item-content .image video {
        border-radius: 15px 15px 0 0;
    }
}
@media(min-width: 768px) {
    .section-faq ul.faq-tabs {
        display: flex!important;
    }
}












