body {
    color: var(--text-color-main, #000000);
    font-family: var(--text-family-main, sans-serif);
    font-weight: 300;
    font-size: 18px;
}

.hidden {
    display: none !important;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper__page {
    background-color: var(--back-white, #F7F9F8);
}

.content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 183px 0 130px;
}

.content-details {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 100px 0 150px;

    font-size: 24px;
    line-height: 28px;
}

.breadcrumbs {
    margin-bottom: 69px;
}

.about__title {
    margin-bottom: 35px;

    font-size: 40px;
    line-height: 47px;
}

.about__content {
    display: grid;
    grid-template-columns: 19fr 20fr;
}

.about__column-left {
    margin-right: 45px;
}

.about__image {
    width: 100%;
    height: auto;
    margin-bottom: 67px;

    border-radius: var(--border-radius, 20px);

}

.about__post {
    margin-bottom: 0;
    padding: 0;
}

.about__post .post__p {
    padding-bottom: 53px;
}

.about__post .post__p:last-child {
    padding-bottom: 0;
}

.post__h3_mt24 {
    margin-top: 24px;
}

.about__support {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    margin-top: 22px;

    color: inherit;
    font-weight: 500;
    font-size: 30px;

    line-height: 35px;

    text-decoration: none;
    text-transform: uppercase;

    white-space: nowrap;
}

.about__support-follow {
    display: inline-block;
    width: 63px;
    height: 43px;
    margin-left: 30px;
    vertical-align: middle;

    background: url("../../images/about/about-arrow.svg") no-repeat;
}

.about__support:hover {
    text-decoration: underline;
}

.cite {
    width: 100%;

    background-color: var(--green-blue, #E5F6F5);
}

.cite__content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 58px 16px;

    font-style: italic;
    font-size: 30px;
    line-height: 35px;

    text-align: center;
}

.cite__author {
    margin-top: 18px;

    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.address-help {
    margin-bottom: 100px;
}

.address-help__title {
    margin-bottom: 30px;

    text-align: center;
}

.address-help__items {
    list-style-type: none;
    padding-left: 0;
}

.address-help__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 57px;
    margin-bottom: 20px;
}

.address-help__item:last-child {
    margin-bottom: 0;
}

.address-help__item::before {
    content: '';
    width: 57px;
    height: 57px;
    margin-right: 30px;
    background-image: url("../../images/about/about-bullet.svg");
    background-size: contain;
    background-repeat: no-repeat;

    flex: 0 0 auto;
}

.how-to-help {
    margin-bottom: 130px;
}

.how-to-help__title {
    margin-bottom: 30px;

    text-align: center;
}

.how-to-help__items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.how-to-help__item {
    max-width: 500px;
    margin-right: 30px;
    padding: 46px 74px 54px;

    font-size: 18px;

    line-height: 21px;

    text-align: center;

    background-color: var(--white, #FFFFFF);

    border-radius: var(--border-radius-large, 30px);

    box-shadow: 0px 4px 22px 0px #00000014;
}

.how-to-help__item:last-child {
    margin-right: 0;
}

.how-to-help__item-title {
    font-weight: 400;
    font-size: 30px;

    line-height: 35px;
}

.how-to-help__item-image {
    display: flex;
    height: 128px;
    justify-content: center;
    align-items: center;
}

.how-to-help__item-img_address {
    width: 59px;
    height: 73px;
}

.how-to-help__item-img_project {
    width: 83px;
    height: 51px;
}

.our-documents__title {
    text-align: center;
}

.our-documents__documents {
    margin-top: 30px;
    margin-bottom: 0;
}

.request__document {
    margin-bottom: 15px;
}

.request__document:last-child {
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .content {
        padding: 146px 16px 70px;
    }

    .about__content {
        grid-template-columns: 1fr 1fr;
    }

    .content-details {
        padding-left: 16px;
        padding-right: 16px;
    }

    .content__slider {
        margin-top: 25px;
    }

}

@media (max-width: 800px) {
    .breadcrumbs {
        margin-bottom: 35px;
    }

    .content {
        padding-bottom: 0;
    }

    .about__title {
        margin-bottom: 45px;


        font-size: 20px;
        line-height: 23px;
    }

    .about__content {
        grid-template-columns: auto;
    }

    .about__post .post__p {
        padding-bottom: 20px;
    }

    .about__column-left {
        margin-right: 0;
    }

    .about__support {
        margin-top: 30px;
    }

    .about__support-text {
        font-size: 25px;

        line-height: 29px;
    }

    .about__support-follow {
        width: 47px;
        height: 32px;
        margin-left: 9px;

        background-size: contain;
    }

    .about__image {
        margin-bottom: 50px;

        border-radius: 16px;
    }

    .about__post {
        margin-bottom: 51px;
    }

    .cite__content {
        padding: 36px 46px;

        font-size: 18px;

        line-height: 21px;
    }

    .cite__author {
        margin-top: 30px;
    }

    .content-details {
        padding: 50px 16px;
    }

    .address-help {
        margin-bottom: 50px;
    }

    .address-help__title {
        font-size: 30px;

        line-height: 35px;
    }

    .address-help__items {
        margin-bottom: 0;
    }

    .address-help__item {
        align-items: flex-start;

        font-size: 18px;

        line-height: 21px;
    }

    .address-help__item::before {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    .how-to-help {
        margin-bottom: 50px;
    }

    .how-to-help__title {
        margin-bottom: 20px;

        font-size: 30px;

        line-height: 35px;
    }

    .how-to-help__items {
        flex-direction: column;
    }

    .how-to-help__item {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 35px 23px;

        font-size: 15px;

        line-height: 18px;
    }

    .how-to-help__item-image {
        margin-bottom: 20px;
        height: 72px;
    }

    .how-to-help__item-title {
        margin-bottom: 20px;

        font-size: 24px;

        line-height: 28px;
    }

    .how-to-help__item:last-child {
        margin-bottom: 0;
    }

    .our-documents__title {
        font-size: 30px;

        line-height: 35px;
    }

    .our-documents__documents {
        margin-top: 20px;
    }

    .request__document {
        margin-bottom: 6px;
        padding: 29px 20px;
    }
}
