@media only screen and (min-width: 320px) and (max-width: 768px) {
	.container__wrapper_4,
	.container__wrapper_3,
	.container__wrapper_2,
	.container__wrapper {
		width: 100%;
	}
	.page-header__title {
		font-size: 30px;
	}
	.hero__wrap {
		padding-top: 30px;
	}
	.container__wrapper {
		flex-direction: column;
	}
	.footer__menu a {
		font-size: 15px;
	}
	.header-area {
		position: relative;
	}
	.hero, .slider-1, .overlay {
		height: 100%;
	}
	.policy-link {
		text-align: center;
	}
	.hero .container {
		padding: 0px 20px;
	}
	.faq__content {
		padding: 0;
	}
	.hero__circle {
		position: absolute;
		background: pink;
		width: 100%;
		height: 600px;
		border-radius: 50%;
		left: -100px;
		top: -200px;
	}
	.book-form {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.container__wrapper_4 {
		width: 50%;
	}
	.container__wrapper_2 {
		width: 100%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.footer__map, .footer__info {
		width: 100%;
	}
	.container__menu,
	.container {
		max-width: 90%;
	}
	.home__color {
		width: 100%;
	}
	.fancybox-skin {
		max-width: 90%;
		margin: auto!important;
	}
	.form-popup {
		max-width: 90%;
	}
	.home__image {
		display: none;
	}
	.button--more {
		display: none;
	}
	.book-form input, .book-form select, .book-form div, 
	.book-form textarea, .book-form_submit {
		width: 100%;
	}
	.site-logo__mobile {
		display: none;
	}
	.hero__overlay {
		background-color: #000000bd;
		background-image: none;
	}
	.menu__icon {
		display: block;
	}
	.nav-toggler {
		display: block;
		position: absolute;
		right: 5%;
	}
	.site-navbar {
		min-height: 60px;
	}
	.site-navbar ul {
		position: absolute;
		width: 100%;
		height: calc(100vh - 60px);
		left: 0;
		top: 47px;
		flex-direction: column;
		align-items: center;
		background-color: rgba(0,0,0,.75);
		max-height: 0;
		overflow: hidden;
		transition: .3s;
		z-index: 19;
	}
	.header {
		font-size: 30px;
		text-align: center;
	}
	.site-navbar ul li {
		width: 90%;
		text-align: center;
	}
	.site-navbar ul li a {
		padding: 25px;
		color: #fff;
	}
	.site-navbar ul li a:hover {
		background-color: rgba(255,255,255,.1);
	}
	.site-navbar ul.open {
		max-height: 100vh;
		overflow: visible;
		margin-top: 20px;
	}
	.intro-area h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}  
	.menu__item {
		margin: 10px;
	}
	.menu__phone {
		display: none;
	}
}