@media screen and (max-width: 1800px) {
    .home-page-title {
        margin: 0 70px;
    }
}

@media screen and (max-width: 1620px) {
    .home-page-title .slider-progress-wrap {
        bottom: 125px;
        right: -70px;
        transform: rotate(270deg);
        z-index: 1000
    }
}

@media screen and (max-width: 1400px) {
    .header-logo {
        width: 240px;
    }
    .title-headline {
        left: -100px;
        padding-right: 200px;
    }
    .title-heading {
        bottom: 30px;
        left: 140px;
        margin: 0;
        position: absolute;
    }
    .nav1 li {
        margin: 0 8px;
    }
}

@media screen and (max-width: 1280px) {
    .nav-bottom-item {
        left: 10px;
        right: 10px;
    }
    .product-info {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    body {
        font-size: 18px;
    }
    .page-frame {
        padding: 90px 30px 40px;
    }
    .page-top-bar {
        padding: 0;
    }
    .page-header {
        height: 90px;
        padding: 25px 30px 0
    }
    .header-logo {
        width: 170px;
    }
    .home-page-title {
        margin: 0;
    }
    .home-page-title .title-headline {
        top: 90px;
    }
    .home-page-title .slider-progress-wrap {
        bottom: 125px;
        right: -40px;
    }
    .page-title {
        height: 280px;
        margin: 0 -30px 30px;
    }
    .title-headline {
        left: -130px;
    }
    .title-heading {
        left: 160px;
    }
    .hamburger {
        display: block
    }
    .nav1 {
        background: #FFCD00;
        bottom: 0;
        display: none;
        float: none;
        font-size: 25px;
        max-height: 100%;
        overflow: auto;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 90px;
        width: 100%;
    }
    .nav1 ul {
        padding-top: 50px;
        text-align: center;
        width: 100%;
    }
    .nav1 li {
        display: block;
        float: none;
        margin: 0 0 15px;
    }
    .nav1 a {
        display: block;
        line-height: normal;
        white-space: nowrap;
    }
    .header-buttons {
        font-size: 20px;
        position: absolute;
        right: 80px;
        top: 27px;
    }
    .header-buttons li {
        line-height: 38px;
        padding: 0 15px;
    }
    .header-buttons .btn-location {
        padding-left: 10px;
    }
    .sidebar-flyout {
        top: 90px;
    }
    .nav-bottom {
        left: 30px;
        right: 30px;
    }
    .nav-heading:after {
        font-size: 35px;
    }
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .page-footer {
        font-size: 16px;
        padding: 30px;
    }
    .page-footer h4 {
        font-size: 18px;
    }
    .scroll-container input{
        font-size: 15px;
    }

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
    .page-title {
        height: 180px; /* 120px */
    }
    .home-page-title {
        height: 500px;
    }
    .home-page-title:after {
        display: none;
    }
    .home-page-title .title-headline {
        height: 190px;
    }
    .home-page-title .title-heading {
        padding-right: 90px;
    }
    .home-page-title .slider-progress-wrap {
        bottom: -80px;
    }
    .title-headline {
        left: -380px;
    }
    .title-heading {
        left: 410px;
    }
    .nav-bottom {
        bottom: auto;
        left: auto;
        margin-top: -50px;
        overflow: hidden;
        padding: 0 30px;
        position: relative;
        right: auto;
    }
    .nav-bottom-item {
        left: auto;
        margin-bottom: 20px;
        position: relative;
        right: auto;
    }
    .page-columns {
        padding-bottom: 30px;
    }
    .btn-link {
        margin-bottom: 25px;
    }
    .product-item {
        margin-bottom: 20px;
    }
    .field-heading{
        font-size: 13px;
        font-weight: bold;
    }
    .field-heading small{
        font-size: 10px;
        font-weight: normal;
    }
    .page-footer {
        padding: 20px;
    }
    .footer-contacts ul {
        margin-bottom: 1em;
    }
    .nav-footer {
        text-align: left;
    }
    .nav-footer li {
        display: block;
        margin: 0
    }
    .pic {
        margin-bottom: 25px;
    }
    hr {
        margin: 32px 0 30px;
    }
    .footer-contacts .cms_column {
        width: 49% !important;
    }
    .footer-contacts .cms_column .cms_item {
        margin-top: 0px !important;
    }
    .mobile-100 {
        width: 100%;
    }

    .horizontal-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .horizontal-scroll .scroll-container {
        flex: 0 0 auto;
        max-width: 1000px;
    }

    .intro-text .cms_content .text {
        font-size: 21px;
    }

    .title-heading {
        max-width: 215px;
    }

    .title-headline {
        display: none;
    }

    .title-headline-mobile {
        display: block;
    }

    .form-field-group-small input{
        font-size: 13px;
    }
    .form input {
        font-size: 15px;
    }
    .form-field-group-small input {
        padding: 5px 5px 5px 5px;
    }
    .form-field-group input {
        padding: 10px 5px 10px 5px;
    }
    .field-heading-centered {
        line-height: 22px;
    }

}

@media screen and (max-width: 560px) {
    .form-field-group-small input{
        font-size: 12px;
    }
    .form-field-group-small input {
        padding: 2px 2px 2px 2px;
    }
    .form-field-group-small .form-field {
        padding: 0 1px 0 1px;
        margin-bottom: 5px;
    }                       
    .form-field-group-small .inner-group{
        margin-bottom: 15px;
    }
    .form-field-group input {
        padding: 2px 3px 7px 2px;
    }
    .field-heading-centered {
        line-height: 11px;
        position: relative;
        top: 7px;
    }
    .col-xxs-0 {
        visibility: hidden;
    }
    .col-xxs-0_5 {
        width: 4.166666666%;
    }
    .col-xxs-1_5 {
        width: 12.499999999%;
    }
    .col-xxs-5_5 {
        width: 45.444444444%;
    }
.intro-text {
    font-size: 24px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 400px) {
    .footer-contacts .cms_column {
        width: 99% !important;
    }
}

@media screen and (max-width: 360px) {
    .header-logo {
        width: 140px;
    }
}