@media (max-width: 1340px) {
    header {
        background-position: center;
    }
    .header-flow {
        top: 200px;
    }
    .header-title {
        font-size: 46px;
    }
}
@media (max-width: 992px) {
  header {
    background-image: url(../images/header-bg-768.jpg);
    background-position: center top;
  }
  .header-title {
    font-size: 34px;
}
}
@media (max-width: 767px) {
    header {
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 40px;
        background-position: center;
        background-image: url(../images/header-bg-768.jpg);
    }
    .header-logo  {
        padding-top: 0;
    }
    .header-logo img {
        width: 100%;
        max-width: 298px;
    }
    .header-left {
        text-align: left;
        padding-left: 80px;
    }
    .header-right {
        padding-top: 0;
        margin-top: 10px;
        padding-right: 70px;
    }
    .header-image {
        width: 44%;
    }
    .header-decor {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .header-title {
        margin-bottom: -2px;
        font-size: 48px;
        line-height: 1.5;
    }
    .header-phone {
        padding-right: 0;
        padding-left: 70px;
        margin-top: 30px;
        text-align: center;
    }
    .header-phone_link {
        padding-right: 0;
    }
    .header-flow {
        background-size: cover;
        background-position: center;
        width: 160px;
        height: 44px;
        padding-top: 5px;
        top: 365px;
        right: -75px;
    }
    .header-flow_btn {
        padding: 12px 15px 12px 5px;
        font-size: 22px;
    }
    .header-flow_icon {
        width: 31px;
        height: 18px;
        margin-right: 5px;
        bottom: -2px;
    }
    .header-text {
        margin-top: 15px;
    }
}
@media (max-width: 540px) {
    header {
        padding-bottom: 80px;
        background-position: left;
        background-image: url(../images/header-bg-540.jpg);
    }
    .header-logo img {
        width: 100%;
        max-width: 190px;
    }
    .header-left {
        text-align: left;
        padding-left: 15px;
    }
    .header-right {
        padding-top: 100px;
        margin-top: -10px;
        padding-right: 15px;
    }
    .header-flow {
        top: 380px;
    }
    .header-flow {
        background-size: cover;
        background-position: center;
        width: 160px;
        height: 44px;
        padding-top: 10px;
        top: 380px;
        right: -75px;
    }
    .header-flow_btn {
        padding: 5px;
        font-size: 20px;
        font-weight: bold;
    }
    .header-flow_icon {
        width: 22px;
        height: 13px;
        bottom: -3px;
        margin-right: 10px;
    }
    .header-decor {
        font-size: 22px;
    }
    .header-title {
        font-size: 38px;
    }
    .header-text {
        font-size: 22px;
    }
}
@media (max-width: 450px) {
    .header-flow {
        top: 270px;
        width: 110px;
        height: 30px;
        right: -60px;
        padding-top: 3px;
    }
    .header-flow_btn {
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        min-width: auto;
        margin-right: 5px;
    }
    .header-right {
        padding-top: 80px;
    }
    .header-flow_icon {
        margin-right: 5px;
    }
    .header-decor {
        font-size: 18px;
        background-image: url(../images/header-decor-mob.png);
    }
    .header-title {
        font-size: 32px;
    }
    .header-text {
        font-size: 16px;
        background-image: url(../images/header-text-mob.png);
    }
    .header-phone {
        padding-left: 0;
    }
}
@media (max-width: 375px) {
    header {
        padding-bottom: 20px;
        padding-top: 20px;
        background-position: right top;
    }
    .header-image {
        width: 50%;
    }
    .header-logo {
        padding: 0 0 28px 0;
    }
    .header-decor {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .header-title {
        font-size: 28px;
    }
    .header-text {
        font-size: 14px;
        padding-right: 20px;
        padding-top: 14px;
        margin-top: 10px;
    }
    .header-phone {
        margin-top: 16px;
    }
    .header-phone_link {
        background-size: cover;
        font-size: 28px;
        font-weight: bold;
        width: auto;
        height: auto;
        padding: 15px;
    }
}
@media (max-width: 345px) {
    .header-title {
        font-size: 24px;
    }
}