@media(max-width:1980px) {
    header {
        background-size: 1380px;
        height: 580px;
    }
}

@media(max-width:1400px) {
    header {
        background-size: 1880px;
        height: 830px;
    }
    header {
        background-size: 1160px;
        height: 480px;
    }
    header .h3 {
        font-size: 34px;
        margin-top: 330px;
    }
    header h1 {
        font-size: 24px;
    }
    .topmenu ul>li a {
        font-size: 15px;
    }
    .topmenu .logo {
        font-size: 38px;
    }
    main .block {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    main .title h2 {
        font-size: 24px;
    }
}

@media(max-width:1200px) {
    .topmenu .logo {
        font-size: 32px;
    }
    header {
        background-size: 980px;
        height: 405px;
        margin-top: 92px;
    }
    header .h3 {
        font-size: 11px;
        margin-top: 270px;
    }
    header .h3 {
        font-size: 28px;
        margin-top: 270px;
    }
    header h1 {
        font-size: 20px;
        margin-top: 0;
    }
    main .block {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    main .title h2 {
        font-size: 20px;
    }
    footer {
        font-size: 14px;
    }
    footer .contact img {
        width: 24px;
        margin-right: 7px;
    }
}

@media(max-width:992px) {
    header {
        background-size: 760px;
        height: 320px;
        margin-top: 62px
    }
    .topmenu .logo {
        font-size: 26px;
    }
    .topmenu ul>li a {
        font-size: 9px;
    }
    header .h3 span:nth-child(3) {
        right: 12%;
    }
    .topmenu ul>li {
        line-height: 1;
    }
    header h1 {
        font-size: 16px;
        margin-top: 0;
    }
    header .h3 {
        margin-top: 230px;
        font-size: 24px;
        margin-bottom: 0;
    }
    main .block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    main .title h2 {
        font-size: 18px;
    }
    footer {
        font-size: 12px;
    }
    footer .addres,
    footer .contact {
        width: 100%;
        text-align: left;
    }
    footer .contact img {
        width: 18px;
        margin-right: 6px;
    }
}

@media(max-width:767px) {
    .topmenu .logo {
        font-size: 20px;
        width: 50%;
        float: left;
    }
    .topmenu .phone {
        width: 50%;
        float: right;
    }
    .topmenu .phone p {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .topmenu .phone p img {
        width: 16px;
        margin-right: 6px;
    }
    header {
        background-size: 450px;
        height: 215px;
    }
    header .h3 {
        margin-top: 150px;
        font-size: 22px;
    }
    .topmenu ul {
        margin-top: 0;
    }
    .topmenu ul>li {
        line-height: 1.4;
    }
    .topmenu ul>li a {
        font-size: 10px;
    }
    main .title h2 {
        font-size: 16px;
    }
    main .title p {
        font-size: 12px;
    }
    main .block {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    main .block.bg-img-right .title {
        margin-right: 50%;
    }
    main .block.bg-img-left .title {
        margin-left: 50%;
    }
}

@media(max-width:480px) {
    .topmenu .logo {
        width: 100%;
        font-size: 24px;
    }
    .topmenu .phone {
        width: 100%;
        float: inherit;
    }
    .topmenu .phone p {
        text-align: left;
    }
    header {
        background-size: 100%;
        height: 160px;
        margin-top: 160px;
    }
    header .h3 span:nth-child(3) {
        right: 0;
    }
    header .h3 {
        margin-top: 96px;
    }
    main {
        padding-top: 45px;
    }
    main .title h2 {
        font-size: 13px;
    }
    main .title p {
        line-height: 1;
    }
    footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}