@media (max-width:610px) { 
	
	.menu div.menu-mobile {
        width: 40px;
		height: 50px;
        background: url(img/mobile_open.png) no-repeat center center;
        background-size: contain;
        cursor: pointer;
        float: right;
        display: block;
        margin-top: 45px;
        margin-right: 15px;
    }

    .menu div.menu-mobile.close {
        position: absolute;
		right: 35px;
		top: 35px;
        z-index: 210;
        background: url(img/mobile_close.png) no-repeat center center;
        width: 60px;
		height: 60px;
		margin-top: 0px;
		margin-right: 0px;
    }

    .menu ul.show {
        display: block;
    }

    .menu ul {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100vh;
        background-color: #001f3f;
        z-index: 200;
        display: none;
    }

    .menu ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 0px;
		margin-top: 90px;
		padding: 10px 0px 0px 0px;
    }

    .menu ul li a {
        margin-left: 0px;
        font-size: 40px;
        line-height: 40px;
    }

    .menu ul li a:hover, .menu ul li a.a {
        border-bottom: 0px;
    }

    .menu ul li a.btn {
        line-height: 70px;
        margin: 0px 20px 0px 20px;
    }
	
	.box {
		width: 90%;
	}

	body, html { 
		font-size: 25px;
	}

	.menu h1, .menu h1 a  {
		width: 180px;
	}

	.menu .icons {
		float: left;
		width: 200px;
		margin-top: 0px;
		margin-left: 35px;
		font-size: 16px;
	}

	.menu .icon {
		padding-top: 0px;
		padding-bottom: 0px;
		
	}

	.menu .icon.phone {
		margin-top: 8px;
		background-size: 20px;
	}

	.menu .icon.email, .menu .icon.address {
		margin-top: 5px;
	}

	.page1 {
		height: 60vh;
		line-height: 60vh;
	}

	.page1 .walign p:nth-child(1) {
		line-height: 45px;
		font-size: 32px;
	}

	.page1 p {
		line-height: 40px;
	}

	.page3 .list .img {
		width: 100%;
	}

	.page3 .list .descr {
		height: auto;
		width: 90%;
		margin: 0px 5% 0px 5%;
		line-height: inherit;
		padding: 35px 0px 35px 0px;
	}

	.page5 h3 {
		font-size: 30px;
	}

	.page5 .reference .descr {
		width: 100%;
	}

	.page5 .reference .photo {
		width: 100%;
	}

	.page6 .l, .page6 .r {
		width: 100%;
	}
	
}


