.history-title {
    margin: 0 auto;
    text-align: center;
    /*font-size: 24px;*/
    /*line-height: 29px;*/
    font-weight: 700;
    font-size: 36px;
    background: linear-gradient(93.85deg, #47647A 12.1%, #769CB8 92.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.manual__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1140px;
    margin: 0 auto;
}

.manual__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 840px;
    justify-content: center;
    gap: 70px
}

.manual__instructions,
.manual__instructions .download-box{
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 30px;
    column-gap: 30px;
}

.manual-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.manual-block__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #D4DBE1;
}

.js-category-subsection,
.js-category-models,
.js-instruction.instructions_item,
.download-box.js-category-files{
    display: none;
}

.download-box.js-category-files {
    width: 100%;
}

.model-block .manual-block__content {
    columns:2;
}

.manual-block__item {
    flex: 1;
}

.manual-block__item:hover {
    background-color: #2B3846;
}

.manual-block__item:hover a {
    color: #9DACB7;
}

.model-block .manual-block__item {
    width: 200px;
    padding: 5px 15px;
}

.model-block .manual-block__name {
    width: 200px;
}

.instructions_item {
    display: flex;
    max-width: 340px;
    max-height: 110px;
    overflow: hidden;
    flex-shrink: 1;
    flex-direction: row;
    background-color: #222A34;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 17px 25px 17px 30px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.instruction:hover {
    background-color: #2B3846;
}

.instruction__img {
    max-height: 50px;
}

.instruction__content {
    max-width: 110px;
}
.instruction .instruction__content {
    max-width: 150px;
}

.instruction__content a {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #9DACB7;
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .manual__content {
        width: auto;
        justify-content: center;
        gap: 40px;
    }
    .manual__instructions,
    .manual__instructions .download-box{
        justify-content: center;
    }
}
