@media all and (max-width: 1600px){
    .heading {
        padding-left: 15px;
        margin-right: 50px;
    }
}
@media all and (max-width: 1320px){
    .header nav .menu li a {
        margin-left: 30px;
    }
    .about-us .text3 div{
        display: block;
        width: 100%;
        float: none;
    }
}
@media all and (max-width: 1300px){
    .header .logo {
        margin-left: 15px;
    }
    .header nav {
        margin: 0 10px 0 0;
    }
    .header nav .menu li a {
        margin-left: 20px;
        font-size: 16px;
    }
    .header .lang {
        margin-right: 15px;
    }
    .heading, h2, .inspiration-list-text h2 {
        font-size: 20px !important;
    }
    h2 strong {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1030px) {
    .heading {
        padding-left: 5px !important;
    }
}

@media all and (min-width: 1001px) {
    .header nav {
        display: inline-block !important;
    }
}

@media all and (max-width: 1000px){
    .page-template-archive-oferty-pracy .offer-content .heading {
        max-width: 300px;
    }
    .about-us {
        text-align: center;
        display: inherit;
    }
    .about-us .box {
        width: 47%;
        float: none !important;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .header nav {
        position: absolute;
        left: 0;
        right: 0;
        top:74px;
        background: rgba(255, 255, 255, 0.75);
        margin: 0;
        display: none;
    }
    .header nav.open {
        display: block;
    }
    .header nav .menu-menu-en-container,
    .header nav .menu-menu-1-container,
    .header nav .menu {
        display: block;
    }
    .header nav .menu li {
        display: block;
        text-align: center;
    }
    .header nav .menu li a {
        margin: 0;
        padding: 10px 0 14px 0;
    }
    .header nav .menu li a:after {
        height: 4px;
    }
    .header .logo {
        margin: 20px 0 15px 15px;
    }
    .header .lang {
        margin: 10px 0 20px 0;
        width: 100%;
        text-align: center;
    }
    .header .lang li {
        display: inline-block;
        margin-right: 5px;
        width: 31px;
        height: 31px;
    }
    .header .lang li:last-child {
        margin-right: 0;
    }
    /*.header .lang li a {
        font-size: 14px;
    }*/
    .home-page .home-text-slider h2 {
        font-size: 24px;
        min-height: 50px;
        margin-bottom: 45px;
    }
    .home-page .home-text-slider .bx-pager > div a {
        width: 13px;
        height: 13px;
    }
    .home-grid a {
        height: 200px;
    }
    .home-grid a span {
        font-size: 14px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }
    .content-outer {
        padding-top: 85px;
    }
    .menu-toggle {
        width: 30px;
        float: right;
        margin: 30px 15px 0 0 ;
    }
    .menu-toggle span {
        width: 100%;
        height: 5px;
        background: #000;
        display: block;
        margin-bottom: 3px;
    }
    .contact-page .contact-content .contact-content-left .heading {
        padding-left: 0px;
        margin-right: 20px;
    }
}

@media all and (max-width: 767px){
    .page-template-archive-oferty-pracy .offer-content .heading {
        margin-left: -15px;
    }
    .contact-page .contact-content .contact-content-left,
    .contact-page .contact-content .contact-content-right {
        width: 100%;
        height: auto;
    }
    .contact-page .contact-content .contact-content-left .arrow {
        display: none;
    }
    .contact-page .contact-content .contact-content-left .heading {
        margin-right: 50px;
    }
    .contact-page .contact-content {
        position: static;
        float: left;
        width: 100%;
    }
    .contact-page #map {
        clear: both;
        height: 400px;
    }
    .contact-page .contact-content .contact-content-right {
        padding: 15px;
    }
    .about-us .box {
        height: auto !important;
        width: 100%;
    }
    .home-grid a {
        width: 50% !important;
    }
    .footer .social {
        width: 100%;
        text-align: center;
        margin: 10px;
    }
    .footer .social li img {
        width: 25px;
    }
    .footer .social li {
        margin: 0 8px;
    }
    .footer h3 {
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 20px 0 10px 0;
    }
    .content-outer {
        padding-top: 85px;
        margin-bottom: -97px;
    }
    .loader .loader-inner .loader-text .text {
        font-size: 38px;
    }
    .loader .loader-inner .loader-text .author {
        font-size: 26px;
        margin-right: 15px;
    }
    .loader .loader-inner {
        left: 0;
        right: 0;
        -moz-transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
        width: 100%;
    }
    .content-outer {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: hidden;
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            visibility: visible;
        }
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: hidden;
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            visibility: visible;
        }
    }
    .project .project-text,
    .project .project-images {
        width: 100% !important;
    }
    .inspiration-page .inspiration-page-img {
        position: static;
        width: 100%;
        height: 300px;
    }
    .inspiration-page .inspiration-page-text {
        width: 100%;
    }
    .offer-content {
        padding: 0 15px 20px 15px;
    }
    .offer-job-list {
        margin: 0 -15px;
    }
    .offer-job .offer-job-ref {
        position: static;
        float: left;
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .offer-job .offer-job-title {
        margin-bottom: 0;
    }
    .offer-thanks,
    .offer-thanks-img {
        position: static;
        margin: 0;
        width: 100%;
    }
    .offer-thanks-img {
        height: 500px;
        display: block;
        width: auto;
        margin: 0 -15px;
        clear: both;
        float: none;
        background-position: top;
    }
    .offer-content .see-more {
        right: 15px;
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
    }
}
@media all and (max-width: 580px) {
    .offer-content .see-more {
        top: 15px;
        position: static;
        width: 100%;
        font-size: 18px;
        display: block;
        text-align: center;
        margin-bottom: 28px;
    }
    .home-grid a {
        width: 100% !important;
        height: 150px;
    }

    .header .logo {
        background-size: 150px auto;
        width: 150px;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .loader .loader-inner .loader-text .text {
        font-size: 22px;
    }

    .loader .loader-inner .loader-text .author {
        font-size: 16px;
        margin-right: 15px;
    }

    .footer h3 {
        letter-spacing: 0;
    }

    .heading, h2, .inspiration-list-text h2 {
        font-size: 18px !important;
    }
    h2 strong {
        width: 25px;
        height: 25px;
    }
    .heading i {
        display: none;
    }

    .about-us .box .about-us-text p {
        font-size: 12px;
    }
    .about-us .box .about-us-text {
        min-height: 0;
    }
    .about-us .box .about-us-text .read-more {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .inspiration-list ul .inspiration-list-img,
    .inspiration-list ul .inspiration-list-text {
        width: 100%;
    }
    .inspiration-list ul .inspiration-list-text {
        padding: 10px;
    }
    .offer-job-list li,
    .btn-next,.btn-back {
        width: 100%;
    }
    .offer-job-form form .wpcf7-form-control-wrap,
    .offer-job-form form .form-wrap {
        width: 100%;
    }
    .offer-job .join-now,
    .offer-job-form form input[type="submit"] {
        width: 100%;
        margin-top: 20px;
        position: static;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        display: block;
        text-align: center;
    }
    .offer-content h2 {
        margin: 25px 0;
    }
    .contact-page .contact-content .contact-content-left .contact-content-left-inner table td {
        display: block;
        margin-bottom: 20px;
    }
}