@media only screen and (min-width: 320px) and (max-width: 768px) {
	.hero__image,
	.container__flex_3, .container__flex_2,
	.container__flex_4, .about__text ,
	.about__photo, .booking__image, .booking__form,
	.services__image, .footer__policy,
	.footer__contacts, .footer__map {
		width: 100%;
		position: relative;
	}
	.hero {
		height: 100%;
	}
	.hero__wrapper {
		width: 90%;
	    margin: 0 auto;
	    position: absolute;
	    height: auto;
	    top: 50%;
	    left: 0;
	    right: 0;
	}
	.hero__header {
		font-size: 42px;
	}
	.form input, .form select, .form textarea {
		width: 95%;
	}
	.plus {
		margin-top: 50%;
	}
	.plus__wrapper {
		border-right: 0;
		border-bottom: 1px solid #b0b0b0;
		padding: 20px;
	}
	.about > .container {
		max-width: 100%;
	}
	.about__text {
		padding: 40px;
	}
	.services__text {
		width: 100%;
	    z-index: 1;
	    height: auto;
	    left: 0;
	}
	.services__image_right {
		margin-left: 0;
	}
	.container__flex_nowrap {
		flex-wrap: wrap;
	}
	.footer__policy {
		text-align: center;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.container {
		max-width: 90%;
	}
	.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: 30px;
	    flex-direction: column;
	    align-items: center;
	    background-color: #fffffffa;
	    max-height: 0;
	    overflow: hidden;
	    transition: .3s;
	}
	.header {
		font-size: 30px;
	}
	.site-navbar ul li {
	    width: 90%;
	    text-align: center;
	}
	.site-navbar ul li a {
	    padding: 15px;
	}
	.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;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.about__photo, .about__text, .booking__form {
		width: 100%;
	}
	.about__text {
		padding: 40px;
	}
	.booking__image {
		display: none;
	}
	.form textarea, .form__submit {
    	width: 93%!important;
	}
	.check-form>label {
		margin-left: 35px;
	}
}