@media all and (max-width:1140px) {

	.header-contact {
		display: none;
	}

	.wrapper-menu-contact {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		background-color: var(--color-dark-blue);
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 320px;
		overflow: auto;
		display: block;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
	}

	.menu li {
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
	}
}

@media all and (max-width:1000px) {

	.header-img,
	.aboutus-img {
		display: none;
	}

	.header-content {
		width: 100%;
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.single-service-item {
		width: calc(50% - 20px);
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.single-pricing-item {
		width: 45%;
		margin-bottom: 50px;
	}

	.wrapper-pricing {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.testimonials-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.wrapper-carousel {
		width: 100%;
	}

	.contacts-content {
		width: 100%;
		margin-bottom: 50px;
	}

	.contacts-form {
		width: 100%;
	}

	.contacts-content>.flex-row {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.wrapper-single-contact {
		width: 50%;
		padding: 20px;
	}
}

@media all and (max-width:800px) {
	.offer-img {
		display: none;
	}

	.offer-content {
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width:600px) {
	.single-service-item {
		width: calc(100% - 20px);
	}

	.single-edge {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.single-pricing-item {
		width: 100%;
	}

	.wrapper-input input,
	textarea {
		width: calc(100% - 20px);
	}

	.wrapper-single-contact {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-contacts {
		padding: 20px;
	}
}

@media all and (max-width:400px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 35px;
	}
}