@media only screen and (max-width: 767px) {
    .navbar {
        overflow: visible;
        height: 72px;
    }
    .nav-height {
        height: 72px;
        background-color: rgba(7, 20, 27, 1.0);
    }
    .navbar-nav {
        background-color: rgba(7, 20, 27, 1.0);
        z-index: 2;
        overflow: visible;
        color: rgb(255, 255, 255);
    }
    .navbar-header button {
        margin-top: 20px;
        /*background-color: rgba(0,0,0,0.5);*/
    }
    .img-pos,
    .img-pos2 {
        height: 40px;
        margin-top: 10px;
    }
    .img-pos2 {
        margin-top: 12px;
    }
    .icon-bar {
        background-color: rgb(255, 255, 255);
        box-shadow: 1px 1px 1px black;
    }
    .navbar ul li a {
        line-height: 20px;
    }
    .navbar ul li a:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(7, 20, 30);
    }
    .mobile_hide {
        display: none;
        !important
    }
    .jak_to_dziala_icon,
    .jak_to_dziala_icon2,
    .jak_to_dziala_icon3 {
        margin-top: 0%;
        vertical-align: top;
        font-size: 0.5em;
    }
    .three_steps_down1,
    .three_steps_down2,
    .three_steps_down3 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 440px) {
    .img-pos,
    .img-pos2 {
        height: 40px;
        !important margin-left: 0px;
        margin-top: 10px;
    }
    .img-pos2 {
        margin-top: 12px;
    }
    .jak_to_dziala_icon,
    .jak_to_dziala_icon2,
    .jak_to_dziala_icon3 {
        margin-top: 0%;
        !important margin-left: 0%;
        !important padding-left: 0px;
        !important !important vertical-align: top;
        !important font-size: 0.5em;
        !important
    }
    .three_steps_wrapper {
        background: rgba(20, 20, 20, 1.0);
        !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .nav-height {
        height: 60px;
    }
    .navbar {
        height: 60px;
    }
    .img-pos,
    .img-pos2 {
        height: 40px;
        margin-top: 5px;
    }
    .img-pos2 {
        margin-top: 8px;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar ul li a {
        font-size: 0.9em;
        line-height: 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-top: 0;
    }
    .icon_start {
        margin-top: 30%;
    }
    .jak_to_dziala_icon {
        padding-top: 45px;
    }
    .jak_to_dziala_icon3 {
        margin-left: 0%;
        padding-top: 45px;
    }
    .three_steps_down2 {
        margin-top: 30px;
    }
    .three_steps_down3 {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1123px) {
    .navbar ul li a {
        font-size: 1em;
    }
}