.promo{
    background: url('../images/products__promo.png') center/cover no-repeat;
}
.application{
    background: url('../images/aplication.png') center/cover no-repeat;
}
.promo__subtitle{
    width: 80%;
}
p{
    text-indent: 20px;
}
.promo__left {
    margin-top: 0;
}
.promo__links{
    padding-bottom: 40px;
}
.block__item{
    width: calc(100% / 3 - 28px);
}

.products__text h3{
    height: 50px;
}

.products__text span{
    display: block;
    height: 100px;
}

.promo__right{
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo__right img{
    width: auto;
    height: auto;
    object-fit: cover;
}

.products__block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}
.products{
    padding-top: 0;
}

.promo__right_blanket{
    display: none;
}

@media (max-width: 900px) {
    .promo__links{
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        align-items: flex-start;
    }
    .promo .wrapper{
        gap: 12px;
    }
}