@media only screen and (max-width: 1070px) {

    .hide-1070 {
        display: none;
    }

    .show-1070 {
        display: block;
    }

    .cont {
        width: 500px;
    }

    .awards-section .cont h3 {
        font-size: 55px;
    }

    .menu {
        font-size: 14px;
    }

    .menu ul li {
        padding: 3px 15px 1px 15px;
        margin: 7px 5px 0 5px;
    }

    .footer .aktiw {
        margin-left: 20px;
        margin-top: 74px;
    }

    .footer .aktiw img {
        width: 140px;
    }

    .footer, .footer .brand img {
        height: 120px;
    }

    .footer .spacer {
        height: 44px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer .text {
        margin-top: 80px;
        font-size: 15px;
    }

    .footer .brand .our-brand {
        /*margin-top: 23px;*/
        /*font-size: 12px;*/
        /*margin-left: 7px;*/
        display: none;
    }

    .wwd-list ul {
        margin-left: 90px;
    }

    .wwd-list ul li:last-of-type {
        margin-left: 0;
        margin-top: 10px;
    }

    .wwd-desc p {
        font-size: 13px;
    }

    .coop-h3 {
        font-size: 45px !important;
    }

    .contact h3 {
        margin-bottom: 15px;
        font-size: 55px;
    }

    .contact p {
        font-size: 13px;
    }

    .meeting {
        width: 170px;
        height: 25px;
        background: rgba(255, 180, 0, 1);
        border-radius: 45px;
        font-size: 13px;
        font-weight: 600;
        padding: 5px;
        margin: 10px auto 10px auto;
    }

}

@media only screen and (max-width: 860px) {

    .show-1070 {
        display: none;
    }

    .show-860 {
        display: block;
    }

    .cont {
        width: 400px;
    }

    .cont-csr {
        width: 400px;
    }

    .eg-nav-item {
        background-color: transparent !important;
    }

    .eg-nav ul li {
        width: 34px !important;
    }

    .nav-text {
        display: none !important;
    }

    .cont p {
        font-size: 14px;
    }

    .cont h3 {
        margin-bottom: 15px;
        font-size: 55px;
    }

    .awards-section .cont h3 {
        font-size: 45px;
    }

    .csr h3 {
        font-size: 19px;
        color: #fff;
        font-weight: 500;
    }

    .csr p {
        font-size: 11px;
    }

    .wwd-desc p {
        font-size: 13px;
    }

    .coop-h3 {
        font-size: 35px !important;
    }

    .coop p {
        font-size: 11px;
    }

    .contact h3 {
        margin-bottom: 15px;
        font-size: 45px;
    }

    .contact p {
        font-size: 12px;
    }

    .wwd-list ul {
        margin-left: 31px;
    }

}

@media only screen and (max-width: 568px) {

    .show-860 {
        display: none;
    }

    .cont {
        width: 300px;
    }

    .eg-nav {
        display: none;
    }

    .cont p {
        font-size: 11px;
    }

    .cont h3 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .awards-section .cont h3 {
        font-size: 25px;
    }

    .rewards {
        margin-top: 20px;
    }

    .cont h3 {
        margin-bottom: 5px;
    }

    .menu {
        font-size: 9px;
        margin-left: 2px;
    }

    .menu ul li {
        padding: 1px 9px 0 9px;
        margin: 7px 0 0 0;
    }

    .footer .brand {
        display: none;
    }

    .footer .aktiw img {
        width: 90px;
    }

    .footer .spacer {
        height: 32px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .text {
        margin-top: 77px;
        font-size: 12px;
    }

    .footer {
        height: 35px;
    }

    .footer .aktiw {
        margin-left: 10px;
        margin-top: 5px;
    }

    .footer .spacer {
        height: 27px;
        margin-top: 2px;
    }

    .footer .text {
        margin-top: 8px;
        font-size: 11px;
    }

    .csr-section {
        display: none !important;
    }

    .wwd-desc p {
        font-size: 10px;
    }

    .wwd-list ul li {
        width: 290px;
    }

    .wwd-list ul {
        margin-left: 0;
    }

    .wwd .horizontal {
        margin-top: 20px !important;
    }

    .wwd .footer, .wwd .menu {
        position: static;
    }

    .coop-h3 {
        font-size: 26px !important;
    }

    .meeting {
        display: none;
    }
}

@media only screen and (max-height: 500px) {
    .wwd .horizontal {
        margin-top: 20px !important;
    }

    .wwd .footer, .wwd .menu {
        position: static;
    }

    .wwd .footer-static {
        display: block;
    }

    .wwd .footer-pined {
        display: none;
    }

}

@media only screen and (max-height: 500px) and (max-width: 860px) {
    .wwd .brand {
        display: none;
    }
}