@media screen and (max-width:1200px) {
    .content-info-box {
        flex-direction: column;
    }
    .content-info-box:nth-child(odd) {
        flex-direction: column;
    }
    .content-info-text-box, .content-info-img-box {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
    }
    #hero .hero-wrap {
        width: 100%;
        margin: 20px 0;
    }
    #hero .hero > div {
        flex-direction: column;
    }
    #hero .hero-wrap:nth-child(2) {
        top: 10%;
        position: absolute;
        z-index: 0;
        opacity: .15;
        overflow: hidden;
        width: 100%;
        left: 0;
    }
    #hero .hero-wrap:nth-child(2) img {
        width: 100%;
    }
}
@media screen and (max-width:900px) {
    .function-table .table th, .function-table .table td {
        line-height: 1.1;
    }
    .function-table .table th, .function-table .table tr:not(.content) td {
        font-size: 80%;
        padding: 5px 7px;
    }
    .function-table .table tr.content td {
        padding: 10px 7px;
    }
    .function-table .table th:nth-child(n+2), .function-table .table td:nth-child(n+2) {
        max-width: 50px;
    }
    .functions-and-price-list-middle-td-in-package-active:after {
        font-size: 8px;
    }
    .contact-hero-wrap img {
        position: relative;
    }
    .contact-hero > div {
        flex-direction: column;
    }
    .contact-hero-wrap {
        width: 100%;
    }
    .spoznaj-websystem > div {
        flex-direction: column;
    }
    .spoznaj-websystem-wrap {
        width: 100%;
    }
    .technical-contact-infos {
        flex-direction: column;
    }
    .technical-contact-infos-icon {
        padding: 0;
    }    
    .review-text-wrap {
        position: relative;
        width: 100%;
    }
    .review > div > img {
        display: none;
    }
    .review > div::after {
        width: 100%;
    }
    .review-text-wrap p {
        font-size: 18px;
    }
    .header .nav-list ul > div {
        flex-direction: column;
    }
}
@media screen and (min-width:900px) {
    #header .hamburger {
        display: none;
    }
    #header .nav-list ul {
        position: initial;
        display: flex;
        height: auto;
        width: 100%;
        background: transparent;
        flex-direction: row;
        justify-content: space-between;
    }
    #header .nav-list ul li {
        display: inline-block;
    }
    #header .nav-list ul a::after {
        display: none;
    }
    .header .nav-list ul a {
        font-size: 16px;
        text-transform: none;
        letter-spacing: 1px;
        color: #051b2c;
    }
}