@media all and (max-width:1050px) {

	#header .social-link {
		display: none;
	}

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		height: 100vh;
		background-color: var(--color-gray-light);
		width: 320px;
		padding: 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	.menu li {
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.menu {
		clear: both;
		padding-top: 25px;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.header-content-img,
	.booking-img {
		display: none;
	}

	.header-content-link {
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}

	.aboutus-content {
		padding-right: 0px;
		width: 100%;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.wrapper-services article {
		width: calc(50% - 20px);
	}

	.wrapper-pricing {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wrapper-pricing article {
		width: calc(50% - 20px);

	}

	.booking-form {
		width: 100%;
		padding-right: 0px;
	}

	.wrapper-contact>div {
		width: 50%;
		text-align: center;
	}

	#contacts .social-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#contacts .social-link li {
		margin-right: 10px;
		margin-left: 10px;
	}
}


@media all and (max-width:600px) {

	.wrapper-services article,
	.wrapper-pricing article {
		width: calc(100% - 20px);
	}

	.wrapper-contact>div,
	.wrapper-input input {
		width: 100%;
	}
}