* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body {
	font-family: 'Montserrat';
	background-color: #F7F6F4;
}



.wrapper {
	max-width: 100%;
	padding: 1.3rem;
	position: absolute;
	z-index: 2;
}

/* Хедер */
header {
	display: flex;
	justify-content: flex-end;
}
.menu-btn {
	width: 30px;
	height: 30px; 
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.menu-btn span {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #222222;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}

/* Меню, которое будет появляться */
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	padding: 15px;
  background: #FFEFBA;
	transform: translateX(-100%);
	transition: transform 0.5s; 
	z-index: 900;
}
.menu.active {
	transform: translateX(0);
}
.menu li {
	list-style-type: none;
}


#header_border_bottom {
    border-bottom: solid;
    border-color: #000000;
    border-width: 2px 
}


/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
	display: none;
  }
  .menu-btn.active span:nth-of-type(2) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(45deg);  
  }
  .menu-btn.active span:nth-of-type(3) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(-45deg); 
  }




header div {
	display: flex;
	justify-content: center;
}


.tel_mob {
	display: none;
}


.languege {
	z-index: 2;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	border-width: 2px;
    border-radius: 3000px;
    background-position: center center;
    border-color: #000000;
    border-style: solid;

}
.header_p {
	padding: 0rem 1rem 0rem 1rem;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 2rem;
	color: #6797BC;
	cursor: pointer;
}

.header_p_name {
	font-weight: 500;
	font-size: 1.5rem;
	color: #6797BC;
	margin-right: 76px;
    font-family: 'Pattaya', sans-serif;
	cursor: pointer;
}

.tel_click {
	width: 30px;
	margin-top: 10px;
	height: 30px;
}


.menu_tel {
	display: flex;
	flex-direction: column;
}


.name_languege_center {
	display: flex;
	align-items: center;

}


.header_p_languege {
	font-weight: 500;
	font-size: 1.2rem;
	color: #6797BC;
	padding: 9px 3px;
	cursor: pointer;
}

.header_p_text {
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 1.3rem;
	color: #6797BC;
	cursor: pointer;
}

a {
	text-decoration: none;
}

.container_1 {
	margin-top: 7.5rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.container_1_p {
	font-size: 1.6rem;
}

.container_2_p {
	font-size: 2.8rem;
	color: #6797BC;
}

.box_item_btn {
	margin-top: 3.13rem;
}

.container_btn {
	background: #6797BC;
	border-radius: 0.94rem;
	margin-top: 2rem;
	padding: 0.88rem 1.3rem 0.88rem 1.3rem;
	width: 16.9rem;
	cursor: pointer;
}

.btn_text {
	font-weight: 500;
	color: #FFFFFF;
	font-size: 0.9rem;
}

img {
	width: 100%;
	object-fit: contain;
}

.container_2 {
	display: flex;
	justify-content: space-between;
	margin-top: 6.3rem;
}

.container_2_box {
	width: 40.7rem;
}

.container_2_main_text {
	font-weight: 600;
	font-size: 2.8rem;
	margin-bottom: 3.13rem;
	color: #6797BC;
}

.container_2_text {
	margin-bottom: 1.4rem;
	font-weight: 500;
	font-size: 1.2rem;
	color: #303030;
}


.container_3 {
	margin-top: 6.33rem;
}

.swiper_img {
	width: 550px;
	height: 380px;
}

.swiper_img_5 {
	width: 400px;
	height: 594px;
}

.mySwiper2 {
	display: none;
}

.swiper_img_6 {
	width: 400px;
	height: 498px;
}

.swiper {
	width: 100%;
}

.container_3_main_text {
	font-weight: 600;
	font-size: 2.8rem;
	color: #6797BC;
}


.swiper-wrapper {
	display: flex;
	align-items: center;
}

.container_4 {
	display: flex;
	justify-content: space-between;

	margin-top: 1.5rem;
}

.container_4_box {
	margin-bottom: 3rem;
}

.container_5 {
	margin-top: 6.33rem;
}

.container_5_main_text {
	color: #6797BC;
	font-weight: 600;
	font-size: 2.8rem;
}

.container_5_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 3.13rem;
}

.container_6 {
	margin-top: 6.33rem;
}

.container_6_main_text {
	color: #6797BC;
	font-size: 2.8rem;
	font-weight: 600;
}

.container_6_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 6.33rem;
}

.container_7 {
	margin-top: 6.33rem;
}

.container_7_main_text {
	color: #6797BC;
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;
}

.container_7_box {
	width: 21.9rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	border-radius: 1.3rem;
	height: 14.5rem;
	text-align: center;
	padding-top: 3.2rem;
}

.container_7_text {
	color: #303030;
	text-align: center;
	font-weight: 500;
}

.container_7_price {
	margin-top: 2.5rem;
	color: #303030;
	font-weight: 500;
}

.container_7_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.9rem;
}


.container_7_text_btn {
	background: #3C566A;
	border-radius: 0.92rem;
	width: 16.9rem;

	height: 3.1rem;

	padding-top: 0.9rem;

	font-weight: 500;
	font-size: 1rem;
	line-height: 136.9%;
	color: #FFFFFF;
	cursor: pointer;
}

.container_7_flex {
	margin-top: 6.2rem;
	display: flex;
	justify-content: space-evenly;
}


.container_8_main_text {
	color: #6797BC;
	font-weight: 600;
	font-size: 2.8rem;
}

.container_8 {
	margin-top: 6.2rem;
}

.container_8_flex {
	display: flex;
	justify-content: space-between;
}


.container_8_number {
	margin-top: 3.7rem;
	color: #303030;
	font-size: 1.3rem;
	font-weight: 500;
}

.container_8_flex_img {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.97rem;
	cursor: pointer;
}

.container_8_flex_img div {
	margin-right: 1.9rem;
}

.container_8_city {
	color: #303030;
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	width: 30rem;
	margin-top: 3.8rem;
}

.container_8_time {
	color: #303030;
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	width: 30rem;
	margin-top: 3.8rem;
	width: 19.2rem;
}



.container_1_width_600 {
	display: none;
}

.container_1_width_600 {
	display: none;
}


/* попап */

.popup__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: 0.5s all;
	z-index: 10;
}

.popup__bg.active {
	opacity: 1;
	pointer-events: all;
	transition: 0.5s all;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #fff;
	width: 450px;
	padding: 25px;
	transition: 0.5s all;
}

.popup.active {
	transform: translate(-50%, -50%) scale(1);
	transition: 0.5s all;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}


.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.popup label {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column-reverse;
}

.popup .label__text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #C4C4C4;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}

.block-popup-polit {
	color: #C4C4C4;
}

.popup input {
	padding: 15px;
	font-size: 18px;
	border: none;
	outline: none;
	border-bottom: 1px solid #C4C4C4;
}

.popup input:focus {
	border-bottom: 1px solid #6797BC;
}

.popup input:focus+.label__text {
	color: #6797BC;
}

.popup button {
	margin-top: 30px;
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid #6797BC;
	background: #6797BC;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	font-family: 'Montserrat', sans-serif;
}

.popup button:hover {
	background: #fff;
	color: #6797BC;
	transition: 0.5s all;
}


#Success {
	display: none;
	color: #1B1B23;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}


@media (max-width:1100px) {
	.container_2_box {
		width: 28rem;
	}

	.swiper_img {
		width: 400px;
		height: 300px;
	}

	.swiper_img_5 {
		width: 400px;
		height: 400px;
	}

	.swiper_img_6 {
		width: 400px;
		height: 400px;
	}

	.container_2_text {
		font-size: 1rem;
	}

	.container_8_number {
		font-size: 1rem;
		margin-top: 1.5rem;
	}

	.container_8_city {
		font-size: 1rem;
		margin-top: 1.5rem;
	}

	.container_8_time {
		font-size: 1rem;
		width: 12rem;
		margin-top: 1.5rem;
	}


}




@media(max-width: 850px) {
	.header_p {
		padding: 0rem 2rem 0rem 2rem;
	}


	.tel_pc {
		display: none;
	}

	.tel_mob {
		display: block;
		margin-top: 30px;
	}





	.container_1 {
		flex-direction: column;
		margin-top: 6rem;
	}

	.container_1_width_700 {
		display: none;
	}

	.container_1_width_600 {
		display: block;
	}

	.container_1_p {
		text-align: center;
		margin-top: 1rem;
	}

	.box_item_btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 0.2rem;
	}

	.container_2 {
		flex-direction: column;
	}

	.container_2_img {
		display: none;
	}

	.container_2_box {
		width: 100%;
		text-align: center;
	}

	.container_3_main_text {
		text-align: center;
	}

	.container_btn_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.container_4 {
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}

	.container_4_box {
		margin-bottom: 0rem;
	}

	.container_4_img {
		margin-bottom: 20px;
		width: 100%;
	}

	.container_5 {
		margin-top: 20px;
	}

	.container_5_flex {
		flex-direction: column;
		align-items: center;
	}

	.container_5_img {
		width: 100%;
	}

	.container_6 {
		margin-top: 50px;
	}

	.container_6_flex {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	.container_7 {
		margin-top: 80px;
	}

	.container_7_flex {
		flex-direction: column;
		align-items: center;
		margin-top: 70px;
	}

	.container_7_box {
		margin-bottom: 30px;
	}

	.container_8 {
		margin-top: 30px;
	}

	.mySwiper {
		display: block;
	}


	.mySwiper2 {
		display: none;
	}
}



@media(max-width: 750px) {
	.header_p {
		font-size: 20px;
		padding: 0 10px 0 10px;
	}

	.container_1 {
		margin-top: 50px;
	}

	.container_2 {
		margin-top: 50px;
	}

	.container_1_p {
		font-size: 20px;
	}

	.container_2_p {
		font-size: 25px;
		text-align: center;
	}

	.container_2_main_text {
		font-size: 30px;
	}

	.container_3 {
		margin-top: 50px;
	}

	.container_3_main_text {
		font-size: 30px;
	}

	.container_5_main_text {
		font-size: 30px;
	}

	.container_6_main_text {
		font-size: 30px;
	}

	.container_7_main_text {
		font-size: 30px;
	}

	.container_8_main_text {
		font-size: 30px;
	}

	.swiper_img {
		width: 330px;
		height: 250px;
	}

	.swiper_img_5 {
		width: 350px;
		height: 350px;
	}

	.swiper_img_6 {
		width: 350px;
		height: 350px;
	}

	.mySwiper {
		display: none;
	}

	.mySwiper2 {
		display: block;
	}

	.container_8_flex {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.container_8_main_text {
		text-align: center;
	}

	.container_8_city {
		font-size: 0.8rem;
		width: 100%;
	}

	.container_8_time {
		width: 100%;
		font-size: 0.8rem;
	}

	.container_8_flex_img {
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	.popup {
		width: 350px;
	}
}

@media(max-width: 500px) {
	.header_p {
		font-size: 20px;
		padding: 0 5px 0 5px;
	}
}