.main-hero__title {
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
}

.products-table-wrapper .products__table th {
    text-align: end;
}

.products h1, .products h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: -35px;
}

.advantages .left-side {
    grid-column: span 8 !important;
    max-width: 100% !important;
}

.filters-mobile .filter__select:has(input:checked) span {
    color: #2e80e0;
}

.filters-mobile .filter__value {
    align-items: center;
    background: #2e80e0;
    border-radius: 20px;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    line-height: 130%;
    min-width: 20px;
}

.filters-mobile .filter .filter__option:has(input:checked) {
    border-color: #2e80e0;
    color: #2e80e0;
}

@media (max-width: 768px) {
    .main-hero__title {
        font-size: 24px !important;
        margin-bottom: 40px;
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .recolor-page .catalog .advantages span {
        font-size: 30px !important;
    }
}

@media (max-width: 741px) {
    .collaboration__card img {
        width: 200px !important;
    }
}

@media (max-width: 740px) {
    .tenders__img {
        margin: 30px auto 0;
    }
}

@media (max-width: 1000px) {
    .footer-map .address p:nth-child(2) {
        max-width: 60%;
    }

    .recolor-page .advantages-alt .advantages-alt-card:nth-child(3) {
        background-image: url(../assets/img/advantages-map-bg-incospipe.png);
        background-position: right;
        background-size: 45%;
    }
}
