@media all and (max-width:950px) {

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 2000;
		background-color: var(--color-dark);
		width: 320px;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	.wrapper-header .social-link {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
		margin: 5px;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 20px;
	}

	.menu li {
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.wrapper-edge {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.single-edge {
		width: 50%;
		text-align: center;
	}

	.wrapper-header-content {
		height: 700px;
	}

	h1 {
		font-size: 70px;
	}

	.single-edge span {
		float: none;
		margin-right: 0px;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding: 0px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	#aboutus {
		padding-top: 0px;
	}

	.wrapper-services article {
		width: calc(50% - 20px);
	}

	.faq-img {
		display: none;
	}

	.faq-block-content {
		width: 100%;
		padding: 100px 0px 100px 0;
	}

	.booking-content {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 100px;
		text-align: center;
	}

	.booking-form {
		width: 100%;
	}

	.wrapper-booking-phone,
	.wrapper-app {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#contacts {
		text-align: center;
	}

	.wrapper-contact>div {
		width: 50%;
	}

	.wrapper-contact .social-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wrapper-contact .social-link li {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media all and (max-width:600px) {

	.single-edge,
	.wrapper-services article,
	.booking-form .wrapper-input input,
	.wrapper-contact>div {
		width: 100%;
	}

	.booking-form {
		padding: 50px 15px;
	}

}

@media all and (max-width:480px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}
}