.products__title_type_gallery{
    /*width: max-content;*/
    /*border-bottom: 2px solid var(--whiteBright);*/
    font-size: 47px;
    text-align: center;
}

.page__wrapper_type_about{
    background:
            linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.3) 70%),
            url(../pictures/background-other.png) no-repeat center center;
    background-size: cover;
}
.about__desc_type_about{
    max-width: 90%;
}
.footer_type_about{
    background-color: transparent;
    color: var(--fontColorGrey);
}


@media (max-width: 950px) {
.button__type_menu_type_mobile-history{
    display: block;
}
.button__type_menu_type_desktop-history{
    display: none;
}
}
