/*clearfix*/
.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

/*fonts*/
@font-face {
    font-family: 'SBSansDisplay';
    src: url('../../charity2022/css/fonts/SBSansDisplay/Regular/SBSansDisplay-Regular.eot');
    src:
        url('../../charity2022/css/fonts/SBSansDisplay/Regular/SBSansDisplay-Regular.woff')
            format('woff'),
        url('../../charity2022/css/fonts/SBSansDisplay/Regular/SBSansDisplay-Regular.eot?#iefix')
            format('embedded-opentype'),
        url('../../charity2022/css/fonts/SBSansDisplay/Regular/SBSansDisplay-Regular.otf')
            format('opentype'),
        url('../../charity2022/css/fonts/SBSansDisplay/Regular/SBSansDisplay-Regular.ttf')
            format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SBSansDisplay-Semibold';
    src: url('../../charity2022/css/fonts/SBSansDisplay/SemiBold/sbsansdisplay-semibold.eot');
    src:
        url('../../charity2022/css/fonts/SBSansDisplay/SemiBold/sbsansdisplay-semibold.eot?#iefix')
            format('embedded-opentype'),
        url('../../charity2022/css/fonts/SBSansDisplay/SemiBold/sbsansdisplay-semibold.woff2')
            format('woff2'),
        url('../../charity2022/css/fonts/SBSansDisplay/SemiBold/sbsansdisplay-semibold.woff')
            format('woff'),
        url('../../charity2022/css/fonts/SBSansDisplay/SemiBold/sbsansdisplay-semibold.ttf')
            format('truetype'),
        url('../../charity2022/css/fonts/SBSansDisplay/SemiBold/sbsansdisplay-semibold.svg#sbsansdisplay-semibold')
            format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.body_font_sb-sans-display {
    font-family: 'SBSansDisplay', Arial, Verdana, sans-serif;
    color: #0e1030;
    min-width: 320px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.container {
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SBSansDisplay-Semibold', Arial, Verdana, sans-serif;
}

@media (max-width: 1399px) {
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 991px) {
    .body_font_sb-sans-display {
        font-size: 15px;
        line-height: 1.5;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Icon*/
img,
svg {
    max-width: 100%;
}

svg {
    max-height: 100%;
}

/*Block border radius*/
.block-border-radius {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 575px) {
    .block-border-radius {
        border-radius: 25px;
    }
}

/*Padding*/
.default-padding-l,
.default-padding-m {
    padding-top: 100px;
    padding-bottom: 100px;
}

.default-padding-bottom {
    padding-bottom: 100px;
}

.default-padding-top {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .default-padding-l {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .default-padding-m {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .default-padding-bottom {
        padding-bottom: 50px;
    }
    .default-padding-top {
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    .default-padding-l {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .default-padding-m {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .default-padding-bottom {
        padding-bottom: 25px;
    }

    .default-padding-top {
        padding-top: 40px;
    }
}

/*Margin*/

/*Background*/
.bg-grey {
    background: #f3f3f3;
}

.bg-blue-dark {
    background: #2d373f;
    color: #fff;
}

.bg-white {
    background: #fff;
}

/*Link*/
a {
    transition:
        color,
        background 0.3s;
}

a:hover {
    text-decoration: none;
}

/*Text*/
p {
    margin-bottom: 30px;
}

.text_size_m {
    font-size: 30px;
    line-height: 1.3;
}

.text_size_xl {
    font-size: 60px;
    line-height: 1.2;
}

a[href^='tel'],
a[href^='mailto'] {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 991px) {
    .text_size_m {
        font-size: 25px;
        line-height: 1.2;
    }

    .text_size_xl {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }

    .text_size_m {
        font-size: 20px;
        line-height: 1.3;
    }

    .text_size_xl {
        font-size: 25px;
    }
}

/*Button*/
.btns-wrapper {
    border-radius: 25px;
    gap: 20px 25px;
    max-width: 678px;
    width: 100%;
}

.btns-wrapper__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: 'SBSansDisplay-Semibold';
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    font-size: 20px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    line-height: 1.5;
    border-radius: 100px;
    height: 42px;
    padding: 5px 15px 15px;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus,
.close:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus,
.close:focus {
    outline: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled {
    pointer-events: none;
}

.btn_color_white {
    background-color: #ffffff;
    color: #273038;
}

.btn_color_white:hover {
    background-color: #273038;
    color: #ffffff;
}

.btn_color_black {
    background-color: #273038;
    color: #fff;
}

.btn_color_orange {
    background-color: #fc6b08;
    color: #fff;
}

.btn_color_orange:hover {
    background-color: #982d0e;
    color: #fff;
}

.btn_orange_transparent {
    box-sizing: border-box;
    border: 2px solid #fc6b08;
    color: #fc6b08;
    background-color: transparent;
}

.btn_orange_transparent:hover {
    color: #fff;
    background-color: #fc6b08;
}

@media (max-width: 1439px) {
    .btns-wrapper {
        max-width: 100%;
    }

    .btn {
        font-size: 16px;
        padding: 8px 15px 12px;
    }
}

@media (max-width: 767px) {
    .btns-wrapper__title {
        letter-spacing: 0;
    }
}

/*Header block*/
.header {
    row-gap: 50px;
    flex-wrap: nowrap;
    margin-bottom: 150px;
}

.logo {
    row-gap: 25px;
}

.logo img {
    margin-right: 30px;
}

.border-left {
    border-left: 2px solid #2d373f;
    padding-left: 25px;
}

/*Header main*/
.header-main {
    background: #fff url('../images/bg-xl.png') 0 0 no-repeat;
    background-position: 10% 10%;
    background-size: auto;
    border-radius: 0 0 25px 25px;
    padding-top: 50px;
    position: relative;
}

.header-main .container {
    position: static;
}

.header-main__text {
    position: relative;
    z-index: 2;
    padding-bottom: 64px;
}

.header-main__title {
    margin-bottom: 50px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    letter-spacing: -0.25px;
}

.header-main__subtitle {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 75px;
    max-width: 910px;
}

.header-main__description {
    max-width: 425px;
}

.header-main__description.border-left {
    padding-left: 25px;
}

.main-btn {
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    height: 64px;
    padding: 18px 30px 22px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
}

.main-digits {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 70px);
    bottom: -85px;
    color: white;
}

@media (max-width: 1600px) {
    .header {
        margin-bottom: 100px;
    }

    .header-main .container {
        position: relative;
    }

    .header-main__text {
        padding-bottom: 52px;
    }

    .header-main__subtitle {
        margin-bottom: 50px;
    }

    .main-digits {
        bottom: -60px;
    }
}

@media (max-width: 1439px) {
    .header {
        flex-wrap: wrap;
    }
}

@media (max-width: 1240px) {
    .header-main__text {
        padding-bottom: 52px;
    }

    .main-digits {
        bottom: -40px;
    }
}

@media (max-width: 1240px) {
    .header-main {
        padding-top: 25px;
    }

    .header-main__text {
        padding-bottom: 52px;
    }

    .main-digits {
        bottom: -40px;
    }
}

@media (max-width: 991px) {
    .header-main {
        background-image: url('../images/bg-m.png');
    }

    .header-main__description {
        max-width: 100%;
        margin-top: 50px;
    }

    .header-main__subtitle {
        font-size: 25px;
        line-height: 1.2;
    }

    .header-main__description.border-left {
        border-top: none;
        border-left: 2px solid #2d373f;
        padding-top: 0;
    }

    .header-main__btn {
        font-size: 16px;
    }

    .main-btn {
        font-size: 16px;
    }

    .main-digits {
        width: calc(100% - 50px);
        bottom: -30px;
    }
}

@media (min-width: 768px) {
    .header-main__title {
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .header-main {
        background-image: url('../images/bg-s.png');
        min-height: auto;
    }

    .header-main__text {
        padding-bottom: 32px;
    }

    .header-main__subtitle {
        margin-bottom: 40px;
    }

    .header-main__description {
        width: 100%;
        margin-bottom: 0;
        margin-top: 40px;
    }

    .header-main__description.border-left {
        padding-left: 20px;
        padding-top: 0;
    }

    .main-digits {
        width: calc(100% - 40px);
        bottom: -20px;
    }
}

@media (max-width: 575px) {
    .header {
        margin-bottom: 40px;
    }

    .header-main {
        padding-top: 20px;
    }

    .header-main__title {
        margin-bottom: 40px;
    }

    .header-main__subtitle {
        font-size: 18px;
        line-height: 1.3;
    }

    .header-main__time {
        height: 33px;
        margin-bottom: 20px;
        font-size: 15px;
        padding: 5px 15px;
    }

    .header-main__description {
        max-width: 321px;
    }
}

@media (max-width: 480px) {
    .header-main__title {
        margin-bottom: 25px;
    }
}

/*About*/
.about {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}

.about-block {
    justify-content: space-between;
}

.about-block__title {
    font-size: 40px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    line-height: 1.2;
    min-width: 37.88%;
    max-width: 500px;
    margin-right: 30px;
    letter-spacing: -0.25px;
}

.about-block__text {
    max-width: 660px;
    font-size: 30px;
}

.about-list {
    flex-direction: row;
    align-items: flex-start;
}

.about-list__item {
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    border: 2px solid #273038;
    color: #273038;
    background: #fff;
    border-radius: 350px;
    max-width: 357.5px;
    max-height: 240px;
    width: calc((100vw - 100px) * 0.25 + 22.5px);
    height: calc((100vw - 120px) * 0.25 + 22.5px);
}

.about-list__item:first-child {
    margin-left: 0;
}

.about-list__text {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
}

.about-list__icon {
    width: 96px;
    height: 96px;
}

@media (max-width: 1600px) {
    .about {
        padding-top: 100px;
    }
}

@media (max-width: 1440px) {
    .about-block__title {
        margin-bottom: 25px;
    }

    .about-list__text {
        line-height: 1.5;
    }
}

@media (max-width: 1399px) {
    .about-list__item {
        gap: 10px;
        width: calc((100vw - 70px) * 0.25 + 22.5px);
        height: calc((100vw - 80px) * 0.25 + 22.5px);
    }

    .about-list__text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about {
        padding-top: 75px;
    }

    .about-block__title {
        font-size: 25px;
        max-width: none;
    }

    .about-list__item {
        max-height: 160px;
        gap: 10px;
        width: calc((100vw - 50px) * 0.25 + 22.5px);
        height: calc((100vw - 60px) * 0.25 + 22.5px);
    }

    .about-list__icon {
        width: 64px;
        height: 64px;
    }

    .about-block__text {
        max-width: 100%;
        font-size: 25px;
    }

    .about-block__text .border-left {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        border-left: 2px solid #2d373f;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .about-list__item {
        width: calc((100vw - 30px) * 0.25 + 22.5px);
        height: calc((100vw - 40px) * 0.25 + 22.5px);
    }
}

@media (max-width: 575px) {
    .about {
        padding-top: 50px;
    }

    .about-list {
        flex-wrap: wrap;
        max-width: 306px;
        margin: 0 auto 15px auto;
    }

    .about-list__item {
        gap: 5px;
        margin-left: -15px;
        width: calc((100vw - 40px) * 0.5 + 7.5px);
        height: calc((100vw - 40px) * 0.5 + 7.5px);
        max-width: 160px;
        max-height: 160px;
        margin-bottom: -15px;
    }

    .about-block__title {
        font-size: 20px;
    }

    .about-block__text {
        font-size: 18px;
        line-height: 1.3;
    }

    .about-block__text .border-left {
        margin-top: 0;
        padding-top: 25px;
        border-top: 2px solid #2d373f;
        border-left: none;
        padding-left: 0;
    }

    .about-list__item:first-child {
        position: relative;
        z-index: 3;
    }

    .about-list__item:nth-child(2n + 1) {
        margin-left: 0;
    }
}

/*Information*/
.information {
    margin-top: 100px;
    margin-bottom: 100px;
}

.information .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        'title picture'
        'text picture';
    column-gap: 50px;
}

.information__title {
    font-size: 30px;
    line-height: 1.3;
    grid-area: title;
    margin-bottom: 50px;
}

.information__text {
    font-size: 20px;
    line-height: 1.4;
    grid-area: text;
    margin-bottom: 0;
    max-width: 450px;
}

.information__picture {
    background-image: url(../images/assets/flower-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
    grid-area: picture;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    height: 525pxparticipants-header;
}

@media (max-width: 1440px) {
    .information__picture {
        height: 37vw;
    }
}

@media (max-width: 1240px) {
    .information .container {
        grid-template-rows: auto auto;
        grid-template-areas:
            'title title'
            'text picture';
        column-gap: 25px;
    }

    .information__picture {
        height: 40vw;
    }
}

@media (max-width: 991px) {
    .information {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .information .container {
        grid-template-areas:
            'title title'
            'text picture';
    }

    .information__title {
        font-size: 25px;
        line-height: 1.2;
    }

    .information__text {
        font-size: 15px;
        line-height: 1.5;
    }

    .information__picture {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .information {
        display: block;
    }

    .information__title {
        font-size: 18px;
    }

    .information__text {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .information .container {
        display: block;
    }

    .information__btn {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 575px) {
    .information {
        margin-bottom: 50px;
    }

    .information__title {
        margin-bottom: 25px;
    }

    .information__picture {
        height: 320px;
    }
}

/*Numbers*/
.numbers .row div:not(:first-child) .number-item {
    margin-bottom: 0;
}

.numbers-header {
    flex-shrink: 0;
    display: grid;
    grid-template-areas:
        'title graph'
        'text graph';
    grid-auto-columns: 1fr auto;
    grid-auto-rows: auto 1fr;
    column-gap: 100px;
    margin-bottom: 50px;
}

.numbers-header__title {
    max-width: 554px;
    margin-bottom: 50px;
    grid-area: title;
    font-size: 30px;
    line-height: 1.3;
}

.numbers-header__img {
    grid-area: graph;
    max-width: 680px;
}

.numbers-header__text {
    grid-area: text;
}

.numbers-header__caption span:first-child {
    margin-bottom: 25px;
    font-size: 60px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.25px;
}

.numbers-header__caption span:last-child {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.numbers-header__img-wrapper {
    display: flex;
    justify-content: right;
}

.numbers-header__img img {
    width: 746px;
}

.numbers__footnote {
    font-size: 16px;
}

.number-list {
    margin-bottom: 100px;
}

.number-item {
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    padding: 25px;
    max-width: 100%;
    width: 100%;
}

.number-item__title {
    font-size: 30px;
    line-height: 1.3;
    display: block;
    margin-bottom: 50px;
}

.number-item__digits {
    display: flex;
    column-gap: 25px;
}

.number-item__digit {
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 3px solid #fc6b08;
    letter-spacing: -0.25px;
}

.number-item__wrapper {
    flex: 1 1 50%;
}

.quote {
    display: flex;
    align-items: start;
}

.quote__image {
    margin-bottom: 0;
    margin-right: 50px;
    width: 53px;
    height: 36px;
}

.quote__text {
    font-size: 40px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    letter-spacing: -0.25px;
    max-width: 1028px;
}

.quote__author {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    font-style: normal;
}

@media (max-width: 1439px) {
    .number-item__digit {
        font-size: 25px;
    }
}

@media (max-width: 1240px) {
    .numbers-header {
        display: block;
    }

    .number-item__title {
        font-size: 25px;
        line-height: 1.2;
    }

    .numbers-header__img {
        max-width: 100%;
    }

    .numbers-header__img img {
        max-width: 680px;
    }

    .numbers-header__text {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .number-item__digits {
        display: block;
    }
}

@media (max-width: 1200px) {
    .number-item {
        margin-bottom: 25px;
    }

    .numbers-header__title {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .numbers-header__img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .numbers-header__caption span:first-child {
        font-size: 32px;
    }

    .numbers-header__caption span:last-child {
        font-size: 25px;
        line-height: 1.2;
    }

    .numbers-header__title,
    .quote__text {
        font-size: 25px;
        line-height: 1.2;
    }

    .quote__text {
        margin-bottom: 25px;
    }

    .quote__image {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .number-list {
        margin-bottom: 40px;
    }

    .number-item {
        margin-bottom: 25px;
        padding: 20px;
        border-radius: 20px;
    }

    .number-item__title {
        font-size: 18px;
        line-height: 1.3;
    }

    .number-item__digit {
        margin-bottom: 20px;
    }

    .numbers-header__caption span:last-child {
        font-size: 18px;
        line-height: 1.3;
    }

    .numbers__footnote {
        font-size: 14px;
    }

    .quote__image {
        width: 47px;
        height: 32px;
    }
}

@media (max-width: 575px) {
    .numbers .row div:not(:last-child) .number-item {
        margin-bottom: 25px;
    }

    .number-item__wrapper {
        margin-bottom: 40px;
    }

    .number-item__title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .number-item__digit {
        font-size: 20px;
        line-height: 1.2;
    }

    .numbers-header__title {
        font-size: 18px;
        line-height: 1.3;
    }

    .quote {
        display: block;
    }

    .quote__image {
        margin-bottom: 25px;
    }
}

/*Philanthropist*/
.philanthropist {
    overflow: visible;
}

.philanthropist__text {
    max-width: 430px;
    margin-top: 0;
}

.philanthropist__text > span:first-child {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.3;
}

.philanthropist__img {
    margin-right: 40px;
    font-size: 40px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.25px;
}

.philanthropist__img img {
    height: 226px;
}

.philanthropist__img span {
    margin-bottom: 100px;
}

.tooltip {
    position: relative;
    border-bottom: 2px dashed black;
    cursor: pointer;
}

.tooltip:hover {
    color: #fc6b0c;
    border-bottom: 2px dashed #fc6b0c;
}

.tooltip__text {
    font-size: 20px;
    line-height: 1.4;
    position: absolute;
    bottom: 44px;
    margin-bottom: 0;
    margin: 0px;
    left: 0;
    right: auto;
    width: 410px;
    padding: 25px;
    background: #fff;
    display: none;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.tooltip:hover .tooltip__text {
    color: #2d373f;
    display: block;
    margin-bottom: 0;
    margin: 0;
    z-index: 2;
}

@media (max-width: 1272px) {
    .tooltip__text {
        bottom: 0px;
    }
}

@media (max-width: 1240px) {
    .philanthropist__img {
        font-size: 30px;
    }

    .tooltip__text {
        bottom: 36px;
    }
}

@media (max-width: 1087px) {
    .tooltip__text {
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .tooltip:hover .tooltip__text {
        display: none;
    }

    .tooltip:hover {
        color: inherit;
        border-bottom: 2px dashed black;
    }

    .tooltip.active {
        color: #fc6b0c;
        border-bottom: 2px dashed #fc6b0c;
    }

    .tooltip.active .tooltip__text {
        display: block;
        color: #2d373f;
        margin-bottom: 0;
        margin: 0;
    }

    .philanthropist__img {
        margin: 0 0 50px 0;
        max-width: 100%;
        font-size: 25px;
    }

    .philanthropist__text {
        max-width: 100%;
    }

    .philanthropist__text > span:first-child {
        margin-bottom: 50px;
        font-size: 25px;
    }

    .philanthropist__text > span:last-child {
        font-size: 20px;
        line-height: 1.4;
    }

    .tooltip__text {
        left: auto;
        right: 0;
        bottom: 24px;
    }

    .philanthropist__img img {
        width: 395px;
    }

    .philanthropist__img > span {
        margin-bottom: 50px;
    }

    .philanthropist__text {
        margin-top: 50px;
        line-height: 1.3;
    }
}

@media (max-width: 860px) {
    .tooltip__text {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .philanthropist__text span:last-child {
        font-size: 15px;
        line-height: 1.5;
    }

    .philanthropist__img {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.25px;
    }

    .philanthropist__text {
        margin-top: 40px;
    }

    .tooltip__text {
        bottom: 24px;
    }
}

@media (max-width: 685px) {
    .tooltip__text {
        bottom: 0;
    }
}

@media (max-width: 581px) {
    .tooltip__text {
        bottom: 24px;
    }
}

@media (max-width: 575px) {
    .philanthropist__img {
        margin: 0 0 40px 0;
    }

    .philanthropist__img img {
        width: 264px;
    }

    .philanthropist__text {
        font-size: 18px;
        line-height: 1.3;
    }

    .tooltip__text {
        width: 250px;
        left: 0;
        right: auto;
    }

    .philanthropist__img span {
        margin-bottom: 40px;
    }

    .philanthropist__text > span:first-child {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .philanthropist__text > span:last-child {
        margin-top: 25px;
    }
}

@media (max-width: 556px) {
    .tooltip__text {
        left: auto;
        right: 0;
    }
}

@media (max-width: 417px) {
    .philanthropist__img {
        margin-bottom: 40px;
    }
}

@media (max-width: 402px) {
    .tooltip__text {
        bottom: 0;
    }
}

@media (max-width: 377px) {
    .tooltip__text {
        left: auto;
    }
}

/*Participants*/
.participants .container {
    display: flex;
    column-gap: 100px;
}

.participants-header {
    display: flex;
    justify-content: space-between;
}

.participants .number-list {
    max-width: 453px;
    margin-bottom: 0;
}

.participants .number-item {
    margin-bottom: 0;
}

.participants-header__text {
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.25px;
}

.participants-header__img {
    width: 226px;
    height: 226px;
    max-width: none;
    margin: 0 0 50px 0;
}

@media (max-width: 1320px) {
    .participants .container {
        column-gap: 24px;
    }

    .participants-header {
        display: block;
    }

    .participants-header__text {
        max-width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .participants-header__left {
        width: 100%;
        margin-bottom: 50px;
    }

    .participants .container {
        display: block;
    }

    .participants .number-list {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .participants-header__left {
        justify-content: space-between;
    }

    .participants-header__img {
        width: 169.5px;
        height: 169.5px;
    }

    .participants-header__text {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .participants-header__text {
        max-width: 100%;
        margin-bottom: 0;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .participants-header__text {
        font-size: 20px;
    }

    .participants-header__left {
        margin-bottom: 40px;
    }

    .participants-header__img {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 480px) {
    .participants-header__img {
        width: 111.43px;
        height: 111.43px;
    }
}

/* Funds */
.funds__top,
.funds__body {
    display: flex;
}

.funds__body {
    margin-top: 100px;
}

.funds__title {
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    flex-basis: calc(50% - 25px);
    margin-right: 25px;
    letter-spacing: -0.25px;
}

.funds__graphs {
    flex-basis: 50%;
}

.funds__footnote {
    margin-top: 15px;
    font-size: 16px;
}

.funds__btns {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 50px;
}

.funds__btns::-webkit-scrollbar {
    display: none;
}

.funds__btn {
    background-color: #f3f3f3;
    padding: 5px 15px 15px;
}

.funds__btn.active {
    background-color: #273038;
    color: #fff;
}

#all-graph {
    display: block;
}

#potanin-graph {
    display: none;
}

#no-potanin-graph {
    display: none;
}

.funds__graph-legends {
    margin-top: 12px;
    display: flex;
}

.funds__graph-legends div:first-child {
    margin-right: 24px;
    margin-bottom: 0;
}

.funds__graph-icon {
    width: 24px;
    height: 24px;
}

.funds__caption-wrapper,
.funds__text {
    flex-basis: 50%;
}

.funds__caption {
    max-width: 450px;
}

.funds__text {
    font-size: 30px;
    line-height: 1.3;
}

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

@media (max-width: 1439px) {
    .funds__btn {
        padding: 8px 15px 12px;
    }
}

@media (max-width: 1100px) {
    .funds__top,
    .funds__body {
        display: block;
    }

    .funds__body {
        margin-top: 0;
    }

    .funds__title {
        font-size: 25px;
        margin-bottom: 50px;
        margin-right: 0;
    }

    .funds__graph-legends {
        margin-top: 25px;
    }

    .funds__graph-icon {
        width: 16px;
        height: 16px;
    }

    .funds__caption,
    .funds__text {
        margin-top: 50px;
    }

    .funds__caption {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .funds__text {
        font-size: 25px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .funds__footnote {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .funds__title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .funds__btns {
        margin-bottom: 40px;
    }

    .funds__graph-legends {
        display: block;
    }

    .funds__graph-legends div:first-child {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .funds__caption,
    .funds__text {
        margin-top: 40px;
    }

    .funds__text {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media (max-width: 450px) {
    .funds__btns {
        display: block;
    }

    .funds__btn {
        display: block;
    }
}

/*Research*/
.research {
    border-radius: 60px 60px 0 0;
    background-color: #0e1030;
}

.research__border {
    border-bottom: 2px solid #fff;
}

.research__left {
    max-width: 760px;
    padding-right: 30px;
}

.research__btns {
    display: flex;
}

.research__btns > a {
    font-size: 20px;
}

.research__text {
    font-size: 60px;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 50px;
}

.research__text + a {
    margin-right: 6px;
}

.research__right {
    width: 40.15%;
    max-width: 455px;
}

.research-block {
    background: #982d0e url('../images/assets/footer-bg.svg') 0 0 no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    display: flex;
    color: #ececec;
    flex-direction: column;
    height: 495px;
    position: relative;
    overflow: hidden;
}

.logo_research {
    margin-bottom: 55px;
}

.logo_research img {
    margin-right: 22px;
}

.research-block__title {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'SBSansDisplay-Semibold';
    font-weight: 600;
    padding-bottom: 50px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 15px;
    letter-spacing: -0.2px;
}

.research-block__description {
    font-size: 16px;
    line-height: 1.5;
}

.research-block__time {
    position: absolute;
    font-size: 100px;
}

.research .main-digits {
    bottom: -20px;
}

@media (max-width: 1199px) {
    .logo_research img {
        margin-bottom: 10px;
    }

    .research-block__title {
        font-size: 28px;
    }

    .research__btns > a {
        flex: 1 1 50%;
    }

    .research__left {
        max-width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .research__left {
        padding-right: 0;
        margin-bottom: 8px;
    }

    .research__text {
        margin-bottom: 50px;
        font-size: 32px;
    }

    .research__right {
        width: 100%;
    }

    .logo_research img {
        margin-right: 14px;
    }

    .logo_research .logo-sber {
        width: 89px;
    }

    .logo_research .logo-frank {
        width: 71px;
    }

    .research-block__title {
        font-size: 24px;
        padding-bottom: 13px;
        border-bottom-width: 1px;
        margin-bottom: 13px;
    }

    .research-block__time {
        font-size: 12px;
    }

    .research__btns > a {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .research {
        border-radius: 30px 30px 0 0;
    }

    .research__left {
        margin-bottom: 40px;
    }

    .research__left span {
        font-size: 30px;
    }

    .research__left a {
        font-size: 16px;
    }

    .research-block {
        width: 100%;
        height: 296px;
        border-radius: 16px;
        margin-right: 0;
        padding: 16px;
        margin-bottom: 20px;
    }

    .logo_research img {
        margin-right: 11px;
    }

    .logo_research .logo-sber {
        width: 73px;
    }

    /* .logo_research .logo-frank {
        width: 59px;
    } */

    .research-block__title {
        font-size: 20px;
        padding-bottom: 11px;
        margin-bottom: 11px;
    }

    .research-block__time {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .research__left {
        margin-bottom: 40x;
    }

    .research__left a {
        display: flex;
        padding: 10px 15px;
    }

    .research__text + a {
        margin-right: 0;
    }

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

    .research__btns {
        display: block;
    }
}

@media (max-width: 480px) {
    .research__text {
        font-size: 30px;
    }

    .research__left a:last-child {
        margin-bottom: 0;
    }
}

/*Footer*/

.footer {
    background-color: #0e1030;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

.footer__left {
    width: 35.15%;
}

.footer__right {
    width: 67.85%;
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.logo-footer img {
    width: 203px;
}

.footer__copyright {
    white-space: nowrap;
}

@media (max-width: 1240px) {
    .footer__copyright {
        margin-top: 50px;
    }

    .footer__right {
        display: block;
    }
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 50xpx;
    }

    .footer__left {
        width: 64%;
        padding-right: 0;
    }

    .logo-footer {
        margin-bottom: 40px;
    }

    .logo-footer img {
        width: 161px;
    }

    .footer__right {
        width: 100%;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .logo-footer img {
        width: 155px;
    }

    .footer__left > span {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .logo-footer img {
        width: 129px;
    }

    .footer__left > span {
        font-size: 20px;
        line-height: 1.5;
    }
}

/*Footer*/
.fade {
    transition: opacity 0.15s linear;
}

.close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 20px auto;
    pointer-events: none;
    max-width: 604px;
    display: flex;
    align-items: center;
    min-height: calc(100% - 40px);
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 30px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: end;
    padding: 0 0 10px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background: rgba(45, 55, 63, 0.75);
    backdrop-filter: blur(5px);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 1;
}

@media (max-width: 767px) {
    .close {
        width: 24px;
        height: 24px;
    }

    .modal-dialog {
        max-width: 360px;
    }

    .modal-content {
        padding: 20px;
        border-radius: 25px;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        max-width: 280px;
    }

    .modal-footer .btn {
        margin-bottom: 10px;
    }

    .modal-footer .btn:last-child {
        margin-bottom: 0;
    }
}

.input {
    position: relative;
}

label {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.4;
    transition: all 0.3s ease;
    user-select: none;
    cursor: text;
}

label span {
    color: #eb5757;
}

.input:not(:last-child) {
    margin-bottom: 10px;
}

.modal-body .title {
    font-size: 30px;
    line-height: 1.3;
}

input,
textarea {
    width: 100%;
    height: 65px;
    padding: 18px 20px;
    border-radius: 15px;
    background-color: #f3f3f3;
    border: none;
    transition: all 0.3s ease;
    padding: 28.5px 20px 7.5px;
}

textarea {
    resize: none;
    height: 150px;
}

input:focus,
textarea:focus {
    outline: none;
}

.error {
    border: 2px solid #eb5757;
}

.error_text {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    background-color: #eb5757;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 12px;
    padding: 3px 6px 0;
}

.focused {
    padding-top: 7.5px;
    color: #7a8288;
}

button.main-btn {
    border: none;
}

@media (max-width: 991px) {
    label {
        padding-top: 23px;
    }
}
@media (max-width: 575px) {
    .modal-body .title {
        font-size: 18px;
    }

    button.main-btn {
        width: 100%;
    }

    input {
        height: 52px;
        padding: 24px 20 5px;
    }

    label {
        padding-top: 17px;
        font-size: 15px;
        line-height: 1.5;
    }

    .focused {
        padding-top: 7.5px;
    }
}

.privat {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: #7a8288;
}

.privat:last-child {
    margin-top: 0;
}

.policy {
    text-decoration: underline;
    color: #7a8288;
}

.policy:hover {
    text-decoration: underline;
    color: #7a8288;
}

@media (max-width: 575px) {
    .privat {
        margin-top: 20px;
        font-size: 15px;
    }
}

.d-xsm-none {
    display: none !important;
}

@media (max-width: 400px) {
    .d-xsm-none {
        display: block !important;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}
