body .section-catalog-list {
    justify-content: center;
}

body .section-catalog-list__item {
    width: calc(50% - 25px);
}

body .addition-catalog-list__wrapper {
    justify-content: center;
    flex-wrap: wrap;
}

body .addition-catalog-list__item {
    width: calc(50% - 20px) !important;
}

body .section-projects-slider__wrapper {
    grid-template-columns: 1fr 1fr;
}

body .section-projects-slider__item {
    width: 100%;
}

body .project-list {
    justify-content: center;
}

body .project-list__item {
    width: calc(50% - 25px);
}

.header-menu {
    font-size: 18px;
}

._dark-body .header_index .header__logo {
    width: auto;
    height: auto;
}

.header__logo .logo__img {
    width: 74px;
    height: auto;
}

.header-menu__link-svg-r img, .header-menu__link-svg-l img {
    height: 20px!important;
    margin-top: -6px;
}
.addition-catalog-item__name{
    max-width: 200px;
}