.history-grid {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 20px;
} 
.history-grid .other-list__list {
    max-width: 941px;
}
.history-grid .article-proposal__info .procent {
    bottom: 40px;
    right: unset;
}
.text-1.col600 {
    color: var(--Neutral-600);    
}
@media (max-width: 1280px) {
    .article-body__article-quote  { 

    }
}
@media (max-width: 1280px) {
    .article-body__article-quote, .history-grid  {
        grid-template-columns: 1fr;
    }
    .article-body__article-proposal {
        min-height: 310px;
    }
}
@media (max-width: 768px) {
    .history-grid .article-proposal__info .button{
        background: var(--Neutral-1000);
        border-radius: 4px;
        display: block;
        margin-top: 20px;
        font-size: 14px;
        width: 100%;
        text-transform: uppercase;
    }
}
@media (max-width: 600px) {
    .history-grid .article-proposal__info .button{
        border-radius: 1.25vw;
        margin-top: 6.25vw;
        font-size: 4.375vw;
    }
}
.stage-about {
    display: flex;
    flex-direction: row;
}
@media (max-width: 1024px) {
    .stage-about {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .article-body__article-list {
        order:2;
    }
    .history-grid {
        order:3;
    }
    .article-body__article-service {
        order: 4;
    }
    #about {
        order: 1;
    }
    #assortment {
        order: 6;
    }
    #faq {
        order: 7;
    }
    .article-body__article-materials {
        order: 8;
    }
    .article-body__article-gallery {
        order: 10;
    }
}
.article-quote__info {
    gap: 20px;
}
.helpfull {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 16px;
}
@media (max-width: 600px) {
    .helpfull {
        grid-template-columns: 1fr;
    }
}