h1{
    font-size: 48px;
    line-height: 58px;
}

h2{
    font-size: 40px;
    line-height: 48px;
}

h3{
    font-size: 36px;
    line-height: 42px;
}

h4{
    font-size: 32px;
    line-height: 38px;
}

h5,
button,
a.button,
.menu{
    font-size: 24px;
    line-height: 28px;
}

h6,
p,
input[type = text],
ul,
.button{
    font-size: 20px;
    line-height: 24px;
}

@media (max-width:1720px) {
    h1{
        font-size: 42px;
        line-height: 52px;
    }
    
    h2{
        font-size: 34px;
        line-height: 40px;
    }
    
    h3{
        font-size: 32px;
        line-height: 38px;
    }
    
    h4{
        font-size: 28px;
        line-height: 34px;
    }
    
    h5,
    button,
    a.button,
    .menu{
        font-size: 22px;
        line-height: 26px;
    }
    
    h6,
    p,
    input[type = text],
    ul,
    .button{
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width:1600px) {
    h1{
        font-size: 38px;
        line-height: 48px;
    }
    
    h2{
        font-size: 30px;
        line-height: 36px;
    }
    
    h3{
        font-size: 30px;
        line-height: 36px;
    }
    
    h4{
        font-size: 24px;
        line-height: 30px;
    }
    
    h5,
    button,
    a.button,
    .menu{
        font-size: 20px;
        line-height: 24px;
    }
    
    h6,
    p,
    input[type = text],
    ul,
    .button{
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:1440px) {
    h1{
        font-size: 34px;
        line-height: 42px;
    }
    
    h2{
        font-size: 26px;
        line-height: 32px;
    }
    
    h3{
        font-size: 26px;
        line-height: 32px;
    }
    
    h4{
        font-size: 24px;
        line-height: 28px;
    }
    
    h5,
    button,
    a.button,
    .menu{
        font-size: 18px;
        line-height: 22px;
    }
    
    h6,
    p,
    input[type = text],
    ul,
    .button{
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 1280px) {
    .text-about_company h4{
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    h1{
        font-size: 28px;
        line-height: 36px;
    }
    
    .menu{
        font-size: 20px;
        line-height: 24px;
    }

    .button,
    h2,
    .content-home a.button{
        font-size: 24px;
        line-height: 28px;
    }

    ul{
        font-size: 16px;
        line-height: 20px;
    }

    .wrapper-stage_works h5{
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 800px) {
    .text-item_servises h4{
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    h1{
        font-size: 24px;
        line-height: 28px;
    }

    h3,
    .text-item_servises h4,
    .contact_form h4,
    .content-contacts .button{
        font-size: 20px;
        line-height: 24px;
    }

    .wrapper-stage_works h5{
        font-size: 12px;
        line-height: 16px;
    }

    .list-char_my_cars h4{
        font-size: 14px;
        line-height: 17px;
    }

    .modal h5{
        font-size: 16px;
        line-height: 20px;
    }
}