@media (max-width: 1000px){
    header{
        flex-direction: row;
        margin-bottom: 25px;
        min-height: 200px;
    }

    .header-logo-title__container{
        font-size: 15px;
    }

    .header-phones__container{
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .phone-title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .phone-description{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .header-phones-phone-design__container{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .header-phones-phone-furniture__container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) and (max-width: 1024px){
    header{
        min-height: 100px;
        flex-direction: row;
    }

    .header-logo__container{
        width: 100%;
    }

    .header-logo-img__container > img{
        width: 100px;
        height: 64px;
    }

    .header-logo-title__container{
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    .header-phones__container{
        flex-direction: row;
    }

    .phone-title{
        font-size: 10px;
    }

    .phone-description{
        font-size: 10px;
    }
}
