.bf__logo-label {
    position: absolute;
    margin-left: 270px;
    font-size: 14px;
    top: 25px;
    line-height: 10px;
    color: #fff;
}

.bf-sprite-1 {
    position: absolute;
    display: block;
    top: 240px;
    left: 0;
}

.bf-sprite-2 {
    position: absolute;
    display: block;
    bottom: -70px;
    right: 0;
    z-index: 2;
}

.top-bar.bf__top-bar {
    background: #0D1331;
}

.bf__head {
    background: #0D1331;
    color: #FFFFFF;
    padding: 50px 0;
}

.bf__container {
    position: relative;
    display: flex;
}

.bf__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.bf__title-wrap {
    width: 100%;
}

.bf__thumb {
    position: relative;
    display: flex;
    width: 40%;
}

.bf__thumb img {
    margin-top: -30px;
    width: 380px;
    height: 380px;
}

.bf__text-label {
    font-weight: bold;
    font-size: 34px;
    line-height: 52px;
    margin-bottom: 30px;
}

.bf__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
    color: #34BE5B;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bf__subtitle {
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
    padding-right: 110px;
}

.bf__label {
    position: absolute;
    top: 130px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 155px;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-shadow: 0 2px 0 #168337;
}

.bf__price-blocks {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.bf__price-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FAFBFF;
    border-radius: 10px;
    padding: 14px;
    height: 217px;
}

.bf__price-block.primary {
    border: 12px solid #34BE5B;
    margin-right: 12px;
    height: 233px;
    width: 318px;
}

.price-block__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #100D3E;
    margin-top: 14px;
}

.price-block__price {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #FF7A01;
    margin-top: 9px;
}

.price-block__old-price {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    text-decoration-line: line-through;
    /*color: #BDBCC4;*/
}

.price-block__benefit {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #100D3E;
}

.bf__buy-btn {
    background: #FF7A01;
    border-radius: 6px;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
    min-height: 65px;
    min-width: 250px;
}

.price-block__label {
    display: none;
}

.bf-premium {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bf-premium__item {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.bf-premium__item:last-child {
    margin-bottom: 0;
}

.bf-premium__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #B8D318;
    border: 6px solid #67BC1D;
    margin-right: 30px;
}

.bf-premium__text {
    max-width: 515px;
    font-size: 19px;
    line-height: 24px;
    color: #100D3E;
}

@media (max-width: 991px) {
    .bf__logo-label, .bf-sprite-1, .bf-sprite-2 {
        display: none;
    }

    .bf__head {
        padding: 30px 0;
    }

    .banner-head__container {
        padding: 0 20px;
    }

    .bf__thumb, .bf__label {
        display: none;
    }

    .bf__content {
        width: 100%;
    }

    .bf__text-label, .bf__title, .bf__subtitle {
        text-align: center;
    }

    .bf__text-label {
        font-size: 22px;
        line-height: 32px;
    }

    .bf__title, .bf__subtitle {
        line-height: 36px;
        padding-right: 0;
    }

    .bf__price-blocks {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .bf__price-block {
        margin-top: 40px;
    }

    .price-block__label {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #34BE5B;
        box-shadow: 0 4px 55px 10px rgba(0, 0, 0, 0.22);
        border-radius: 10px;
        padding: 10px 25px;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        text-shadow: 0 2px 0 #1C893B;
        color: #FFFFFF;
        white-space: nowrap;
    }

}

@media (max-width: 767px) {
    .bf-premium__item {
        flex-direction: column;
        align-items: center;
    }

    .bf-premium__img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bf-premium__text {
        text-align: center;
    }
    .bf__price-block.primary {
        margin-right: 0;
        height: auto;
    }
}

:root {
    --width_page: 75rem;
}

.section_default.bg-ghostly-white {
    background: #F3F9FA;
}

.charity-main {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #3C56BC;
    overflow: hidden;
}

.charity-main__content {
    position: relative;
    display: flex;
    align-items: center;
}

.charity-section__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #100D3E;
    margin-bottom: 30px;
    max-width: 890px;
}

.charity-section__text {
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    color: #100D3E;
}

.charity-main__text {
    position: relative;
    display: flex;
    flex-direction: column;
}

.charity-main__title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.charity-main__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}

.charity-main__img {
    width: 585px;
    margin-top: -100px;
    margin-bottom: -170px;
    margin-right: -60px;
}

.charity-elementary {
    position: relative;
    display: flex;
    align-items: center;
}

.charity-elementary__img {
    width: 499px;
    margin-right: 100px;
}

.charity-elementary__text {
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    color: #100D3E;
    margin-bottom: 40px;
}

.charity-preferences {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.charity-preferences__subtitle {
    text-align: center;
    max-width: 950px;
}

.charity-preferences__items {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.charity-preferences__slider, .charity-participants__slider {
    width: 100%;
    overflow: visible;
}

.charity-preferences__slider-pagination, .charity-preferences__slider-pagination {
    position: relative;
    margin-top: 25px;
}

.charity-participants__slider .swiper-wrapper, .charity-preferences__slider .swiper-wrapper {
    height: auto;
}

.charity-preferences__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.charity-preferences__number {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #34BE5B;
    margin-bottom: 12px;
}

.charity-preferences__value {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #100D3E;
    margin: 0;
}

.charity-beginner {
}

.charity-beginner__content {
    position: relative;
    display: flex;
    align-items: center;
}

.charity-beginner__text {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.charity-beginner__img {
    margin-left: 100px;
}

.charity-participants {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.charity-participants__items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.charity-participants__item {
    position: relative;
    /*width: calc(50% - 20px)!important;*/
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 60px 50px 60px;
    background: #FFFFFF;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.06);
}

.charity-participants__img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    min-height: 150px;
}

.charity-participants__img {
    object-fit: contain;
    height: fit-content;
}

.charity-participants__name {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}

.charity-participants__description {
    margin: 10px 0;
}

.charity-participants__info {
    max-width: 890px;
    text-align: center;
    color: #81818B;
    margin-top: 100px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .charity-preferences__slider-pagination {
        display: none;
    }
}

@media (max-width: 991px) {

    .charity-main__content {
        flex-direction: column-reverse;
    }

    .charity-main__text {
        text-align: center;
    }

    .charity-main__img {
        margin: 0;
    }

    .charity-elementary {
        flex-direction: column;
    }

    .charity-elementary__img {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .charity-elementary__content {
        text-align: center;
    }

    .charity-beginner__img {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .charity-beginner__content {
        flex-direction: column-reverse;
    }

    .charity-beginner__text {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .charity-preferences__slider, .charity-participants__slider {
        overflow: hidden;
    }

    .charity-participants__items {
        justify-content: center;
    }

    .charity-main__title {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    .charity-main__subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .charity-main__img {
        width: 280px;
        margin-top: -30px;
    }

    .charity-elementary__img {
        margin-bottom: 40px;
        max-width: 280px;
    }

    .charity-section__text, .charity-elementary__text {
        font-size: 16px;
        text-align: left;
    }

    .charity-section__title {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 10px;
    }

    .charity-section__title span {
        display: none;
    }

    .charity-section__title-center {
        text-align: center;
    }

    .charity-beginner__text {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }

    .charity-preferences__items {
        justify-content: center;
    }

    .charity-beginner__img {
        max-width: 280px;
    }

    .charity-participants__item {
        padding: 40px 20px;
        /*width: 100%!important;*/
        /*max-width: 290px;*/
    }

    .charity-participants__img-wrap {
        min-height: 80px;
    }

    .charity-participants__name {
        font-size: 18px;
        line-height: 32px;
    }

    .charity-participants__info {
        margin-top: 40px;
        text-align: center;
    }
}
