@media all and (max-width:950px) {

	#navigation {
		position: absolute;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		overflow: auto;
		background-color: var(--color-bg-dark);
		width: 320px;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#consultation {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 30px;
		display: block;
	}

	.menu li {
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.single-work,
	.wrapper-services article,
	.single-pricing {
		width: calc(50% - 20px);
	}

	.work,
	.wrapper-pricing {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-contact {
		width: 100%;
		padding-right: 0px;
	}

	.wrapper-form {
		width: 100%;
	}

	.wrapper-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-address {
		width: 50%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

}

@media all and (max-width:650px) {

	.single-work,
	.wrapper-services article,
	.single-pricing {
		width: calc(100% - 20px);
	}

	.single-address,
	.single-edge {
		width: 100%;
	}

	.header-top {
		display: none;
	}

	.single-address {
		text-align: center;
	}

	.single-address .social-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.single-address .social-link li {
		margin-right: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.wrapper-input input {
		width: 100%;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

}