.img-wood {
    position: relative;
    margin-bottom: 24px;
}
.over-wood {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: white;
    padding: 80px 60px 30px 30px;
}
.over-wood .sep {
    margin-bottom: 5px !important;
}
.bx-nav-list-2-lvl {
    padding: 0;
}
.partner-plus--textures{
    cursor: pointer;
}
.partner-plus-title-textures{
    text-decoration: underline;
}
.instruction-step:nth-child(5){
    background-color: #fff;
}
.instruction-download-link{
    width: max-content;
}
.instruction-download-link,
.instruction-download-link:hover{
    text-decoration: none;
    color: #313131;
}
.instruction-download-link-title h3{
    margin-bottom: 0;
    font-size: 30px;
    line-height: normal;
}
.instruction-download-link-img{
    display: flex;
    align-items: center;
}
.instruction-download-link-img__elem{
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.instruction-download-link-img__elem:nth-child(1),
.stackers-instructions-item-pic{
    transition: 0.5s;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/quartzparquet_v2/images/icon/adobe_acrobat.svg");
}
.instruction-download-link-img__elem:nth-child(2),
.stackers-instructions-download{
    width: 35px;
    height: 35px;
    background-image: url("/local/templates/quartzparquet_v2/images/icon/download.svg");
    margin-left: 2px;
}
.instruction-step {
    margin: 1rem 0;
    padding: 1rem;
    background: #FAFAFA;
    border-radius: 0 1rem 1rem 1rem;

}
.instruction-step img {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 360px;
}
.instruction-step-text--solo img{
    max-width: 100%;
}
/*
.instruction-step div:not(.insruction-step div b){
    display: block;
    border-left: 2px solid #000;
}
*/
.instruction-download-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: auto;
}
.instruction-download-link img {
    flex: none;
    width: 32px;
    height: 32px;
    margin: 0;
}
.instruction-bg{
    margin-bottom: 16px;
}
.instruction-bg__image{
    width: 100%;
}
.instruction-step-text{
    display: block;
    border-left: 2px solid #000;
    padding-left: 10px;
}
.instruction-step-text--dflex{
    display: flex;
    align-items: self-start;
    gap: 10px;
    flex-wrap: wrap;
}
@media screen{
    .instruction-download-link:hover .instruction-download-link-img__elem:nth-child(1),
    .stackers-instructions-item-link:hover .stackers-instructions-item-pic{
        background-image: url("/local/templates/quartzparquet_v2/images/icon/adobe_active.svg");
    }
    .instruction-download-link:hover .instruction-download-link-img__elem:nth-child(2),
    .stackers-instructions-download:hover{
        background-image: url("/local/templates/quartzparquet_v2/images/icon/download_active.svg");
    }
}
@media (min-width: 990px) {
    .over-wood {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .over-wood {
        font-size: 18px;
        padding: 160px 60px 30px 30px;
    }
    .instruction-download-link-title h3{
        margin-bottom: 0;
        font-size: 21px;
    }
    .instruction-download-link-img__elem:nth-child(1){
        width: 25px;
        height: 25px;
    }
    .instructions{
        flex-direction: column;
    }
}
@media(max-width: 768px){
    .instruction-download-link-title h3{
        margin-bottom: 0;
        font-size: 18px;
    }
    .instruction-download-link-img__elem:nth-child(1){
        width: 20px;
        height: 20px;
    }
    .instruction-download-link-img__elem:nth-child(2){
        width: 32px;
        height: 32px;
        margin-left: 0;
    }
    .instruction-step{
        padding: 16px 0;
    }
    .instruction-step div:not(.instruction-download-link-title){
        padding: 0 10px;
    }
}
@media(max-width: 545px){
    .instruction-download-link-title h3{
        margin-bottom: 0;
        font-size: 15px;
    }
}
@media(max-width: 450px){
    .instruction-download-link-title h3{
        margin-bottom: 0;
        font-size: 14px;
    }
}
@media(max-width: 440px){
    .instruction-download-link{
        width: auto;
    }
    .instruction-download-link-img{
        gap: 2px;
    }
    .instruction-download-link-title h3{
        line-height: normal;
    }
}

