@media (max-width: 769px) {
    .mobile-nav {
        display: block;
    }
    .top-menu {
        display: none;
    }
    .box-for-boxes {
        display: none;
    }
    .top-box {
        height: 300px;
    }
    .top-box-shadow {
        height: 300px;
    }
    .poly-box {
        height: 300px;
        clip-path: polygon(0px -150%, 55% 300px, 0px 300px);
    }
    .clients {
        top: 30px;
        margin-bottom: 30px;
    }
    .container {
        width: auto;
    }
    .item {
        margin-left: 30px;
    }
    .vacans, .vacans-desc {
        margin-left: 20%;
    }
    .description-client {
        margin-bottom: 25px;
    }
    .base-container-uslugi {
        padding: 10px 10px 0px;
    }
    .di {
        width: auto;
    }
    .grey-box {
        padding: 30px 10px 30px;
    }
    .base-container-uslugi .item {
        margin-left: 0px;
    }
    .big-title:before {
        background-color: transparent;
    }
	.base-container {
		padding-top: 0px;
	}
    .left, .right {
        padding: 0;
    }
    .l, .r {
        padding: 0 50px;
    }
    .item-arrow {
        padding: 30px 50px;
    }
    .nav-bar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 0px;
        background: #333333;
        z-index: 999;
        transition: .5s;
    }
    .active.nav-bar {
        width: 100%;
    }
    .active.menu {
        position: fixed;
    }
    .nav-bar ul {
        height: auto;
        margin-top: 96px;
    }
    .nav-bar ul li {
        display: block;
        text-align:right;
        margin-bottom: 16px;
        margin-right: 30px;
    }
    .nav-bar ul li a {
        font-family: 'Lato-Normal';
        color: #ffffff;
        font-size: 24px;
        text-decoration: none;
    }
    .menu {
        padding-right: 32px;
        height: 40px;
        width: 40px;
        z-index: 999;
        position: relative;
        top: 30px;
        right: 0px;
        float: right;
        transition: .5s;
    }
    .m-one, .m-two, .m-three {
        background-color: #5074B0;
        height: 3px;
        width: 40px;
        margin-bottom: 5px;
        position: relative;
        top: 0px;
        transition: 1s;
    }
    .active .m-one, .active .m-two, .active .m-three {
        background-color: #ffffff;
        transition: 1s;
    }
    .active .m-two {
        width: 0px
    }
    .active .m-one {
        transform: rotate(45deg);
        top: 8px;
    }
    .active .m-three {
        transform: rotate(-45deg);
        top: -8px;
    }
    .contact-box {
        width: auto;
        padding-top: 0px;
    }
    #map {
        height: 65%;
        width: 90%;
        top: 30px;
    }
    .after-menu.left {
        top: 130px;
    }
    .after-menu i {
        margin-bottom: 30px;
    }
    .after-menu.right {
        top: 70px;
        left: 35px;
        right: 0px;
    }
    .clients-logo img {
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .counter {
        height: auto;
    }
    .count-box {
        width: auto;
    }
	.logo {
		width: 285px;
		left: 30px;
	}
}