@media screen and (max-width: 1024px) {
    .content-slider {
        padding: 60px;
    }

    .menu-link {
        font-size: 60px;
    }

    .logo img {
        width: 90px;
        height: 90px;
    }

    header .content-header {
        padding: 60px;
    }

    .descript-page{
        font-size: 24px;
    }

    .company-name:after, .company-name:before{
        width: 25%;
    }
}

@media screen and (max-width: 992px) {
    .content-slider {
        padding: 30px;
    }

    .menu-link {
        font-size: 50px;
    }

    .logo img {
        width: 80px;
        height: 80px;
    }

    header .content-header {
        padding: 30px;
    }

    .company-name:after, .company-name:before{
        width: 16%;
    }

    .descript-page{
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .content-slider {
        padding: 30px 15px;
    }

    .logo img {
        width: 50px;
        height: 50px;
    }

    .content-slider h1 {
        font-size: 50px;
    }

    .content-slider h2 {
        font-size: 16px;
    }

    .menu-link {
        font-size: 40px;
    }

    header .content-header {
        padding: 30px 15px;
    }

    .title-page {
        font-size: 40px;
    }

    .content-page {
        padding: 50px 0;
    }

    .form-contact {
        margin-top: 40px;
    }

    .contact-title {
        margin-top: 30px;
    }

    .contact-submit {
        width: 100%;
    }

    .logo-footer img {
        width: 50px;
        height: 50px;
    }

    .logo-footer:before, .logo-footer:after {
        width: 36%;
    }

    .footer-left, .footer-right, .footer-right a {
        font-size: 13px;
    }

    .stroke-jump {
        width: 45px;
        height: 45px;
    }

    .bg-jump {
        width: 35px;
        height: 35px;
    }

    .coppyright {
        font-size: 16px;
    }

    .company-name {
        font-size: 24px;
    }

    .company-name:after, .company-name:before {
        width: 20%;
    }

    .descript-page {
        font-size: 16px;
    }
}


