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 79px;
}

.breadcrumbs {
    margin-bottom: 35px;
}

.collect__title {
    margin-bottom: 50px;
}

.collect__cards {
    margin-bottom: 100px;
}

.collect__card {
    margin-bottom: 27px;
}

.collect__card:last-child {
    margin-bottom: 0;
}

.collect__button {
    max-width: 430px;
    padding: 17px 101px;
}

@media (max-width: 1280px) {
    .content {
        padding: 146px 16px 70px;
    }

    .breadcrumbs {
        margin-bottom: 35px;
    }

    .collect__title {
        text-align: center;
        margin-bottom: 20px;
    }

    .projects {
        margin-bottom: 70px;
    }

    .collect__cards {
        margin-bottom: 50px;
    }

    .collect__card {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .collect__button {
        width: 100%;
        padding: 20px 0;

        font-size: 20px;
        line-height: 24px;
    }
}
