
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
	box-sizing: border-box;
}
html:root {
	#swiper-pagination-banner {
		--swiper-theme-color: white;
	}
	#swiper-pagination-for-services {
		--swiper-theme-color: #5a4235;
		text-align: center;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	padding: 15px;
	font-family: "Raleway", 'Montserrat';
}



/* Меню */

.navbar {
    width: 100%;
    height: 112px;
}
.navbar .container_menu {
    max-width: 1316px;
    margin: 0 auto;
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}

.header-burger {
	display: none;
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: transparent;
}

.header-burger span {
	position: absolute;
	border-radius: 50px;
	width: 30px;
	height: 3px;
	background-color: #5a4235;
	left: 5px;
	transition: transform .5s, opacity .5s, background-color .5s;
}
.header-burger span:nth-child(1) {
	transform: translateY(-10px);
}
.header-burger span:nth-child(3) {
	transform: translateY(10px);
}

/* .header.open .header-burger span {
	background-color: white;
	
} */
/* .header-burger span:active,
.header-burger span:focus {
	background-color: white;
} */

.container_menu img {
    width: 212px;
    height: 52px;
}

.navbar_menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
	margin-right: 15px;
}
.navbar_menu li {
    display: inline-block;
}
.navbar_menu li a {
    display: inline-block;
	text-decoration: none;
	color: black;
	font-size: 20px;
	padding: 8px;
	margin: 0 12px;
    opacity: 0.7;
    transition: all .07s ease-in-out;
}
.navbar_menu li a:hover {
    opacity: 1;
    
}
.navbar_wrap {
    display: flex;
    flex-flow: row nowrap;
}
.navbar_wrap .sign_up:hover {
    background-color: rgb(75, 45, 38);
}
.navbar_wrap .sign_up {
    background-color: #C88F70;
	color: white;
	border-radius: 50px;
	font-size: 20px;
	text-decoration: none;
	margin: 0;
	padding: 10px 36px;
	max-height: 43px;
	transition: all .09s ease-in-out;
}


/* Слайдер */
#container-swiper-slider {
	max-width: 1316px;
	margin: 0 auto;
	padding: 0;
	
}

#slider-box-swiper-slider {
	background-color: #fab6b6;
	height: 600px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
}
#swiper-container-swiper-slider {
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#pic_1 {
	background-image: url(../img/slide_1.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: block;
}
#pic_2 {
	background-image: url(../img/slide_2.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: block;
}
#pic_3 {
	background-image: url(../img/slide_3.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: block;
}
#pic_4 {
	background-image: url(../img/slide_4.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: block;
}
#pic_5 {
	background-image: url(../img/slide_5.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: block;
}

.swiper-pagination-bullet-active {
	color: aliceblue;
}
#swiper-button-prev-banner {
	color: aliceblue;
	--swiper-navigation-size: 30px;

}
#swiper-button-next-banner {
	color: aliceblue;
	--swiper-navigation-size: 30px;
}

.slide_1 {
	padding: 80px;
}
.announcement {
	max-width: 600px;
	min-height: 280px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 56px;
	left: 47%;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255 ,255, .4);
	backdrop-filter: blur(1px);
}
.announcement_text {
	padding: 20px 40px;
	text-align: left;
	left: 10px;
}
.announcement h2{
	font-size: 48px;
	margin: 0;
	padding: 10px 0 20px 0;
	line-height: 48px;
	max-width: 600px;
}
.announcement p{
	font-size: 24px;
	margin: 0;
	padding: 10px 0 20px 0;
	max-width: 337px;
	line-height: 24px;
}
.slide_1 a {
	display: inline-block;
	position: relative;
	border-radius: 50px;

	
}
.sign_up {
	background-color: white;
	color: black;
	font-size: 24px;
	text-decoration: none;
	padding: 15px 36px;
	transition: all .2s ease-in-out;
	
}

.slide_1 a:hover {
	background-color: rgb(75, 45, 38);
	color: white;
}
.slide_2 {
	position: relative;
	max-width: 682px;
	left: 40%;
	padding: 120px 0;
}
.s-2-title h2{
	font-size: 66px;
	color: white;
	font-weight: 700;
	margin: 0 0 50px 0;
}
.announce-2 {
	max-width: 680px;
	min-height: 170px;
	border-radius: 15px;
	position: relative;
	/* left: 40%; */
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255 ,255, .4);
	backdrop-filter: blur(1px);
}
.announce_text-2 p {
	font-size: 40px;
	color: #593623;
	font-weight: 600;
	padding: 0 40px;
}
.slide_3 {
	position: relative;
	padding: 60px 0;
	left: 8%;
	max-width: 836px;
}
.s-3-title h2 {
	font-size: 66px;
	color: #593623;
	font-weight: 700;
	margin: 0 0 50px 0;
}
.announce-3 {
	max-width: 590px;
	min-height: 200px;
	border-radius: 15px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255 ,255, .4);
	backdrop-filter: blur(1px);
}
.announce_text-3 p {
	font-size: 30px;
	color: #593623;
	font-weight: 600;
	padding: 30px;
	margin: 0;
}
.slide_4 {
	display: flex;
	padding: 80px 80px;
}
.invitation {
	margin-right: 30px;
}
.invitation p {
	font-size: 30px;
	color: #593623;
	font-weight: 600;
	padding: 0;
	margin-top: 0;
	margin-bottom: 40px;
}
.place-photo-1 img:not(:last-child){
	margin-right: 30px;
}
.place-photo-1 {
	display: flex;

}
.place-photo-1 img {
	border-radius: 15px;
	max-width: 270px;
	height: 266px;
}
.place-photo-2 img {
	max-width: 550px;
	border-radius: 15px;
	max-height: 414px;
}

/* Информация о Свете */
.container_about_info {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.information_container>h2 {
	max-width: 1316px;
	padding-left: 10px;
	font-size: 32px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.information {
	width: 100%;
	background-color: #FFE8E0;
	border-radius: 20px;
	object-fit: cover;
	display: block;
	margin-right: 30px;
	
}
.information:last-child {
	margin-right: 0;
}
.information img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	display: block;
}
#past_1 {
	width: 100%;
	margin: 0;
	padding: 30px;
}
.information h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
.information p {
	font-size: 18px;
	margin: 0 0 20px 0;
}
#past_2 {
	width: 100%;
	margin: 0;
	padding: 30px;
}

/* Форма */

.container-form {
	margin: 0 auto;
	max-width: 1316px;
	margin-bottom: 30px;
	
}
.container-form-wrapper {
	background-color: #C78B7B;
	border-radius: 20px;
	min-height: 192px;
	justify-content: center;
	
}
.container-form-wrapper-title {
	max-width: 1170px;
	margin: 0 auto;
}
.container-form-wrapper-title h2 {
	font-size: 32px;
	color: white;
	padding-top: 30px;
	font-weight: 400;
	margin-top: 0;
}
.form {
	display: flex;
	justify-content: center;
	
}
.form__input-box:not(:last-child) {
	margin-right: 30px;
}
.form__input-inp {
	min-width: 270px;
	min-height: 39px;
	padding: 8px 20px;
	background-color: white;
	border-radius: 50px;
	border: none;
	outline: none;
}
#tel {
	font-family: 'Montserrat';
}

.choices__inner {
	position: relative;
	z-index: 2;
	min-height: 37px;
	width: 270px;
	padding: 8px 20px;
	background-color: white;
	border-radius: 50px;
	border: none;
	outline: none;
}
.is-focused .choices__inner,
.is-open .choices__inner {
	border-radius: 50px;
}
.choices__list--single {
	padding: 4px;
}
.choices[data-type*=select-one]:after {
	height: 8px;
	width: 8px;
	z-index: 3;
	top: 43%;
	border: 1px solid black;
	border-width: 0 0 1px 1px;
	transform: rotate(-45deg);
} 
.choices[data-type*=select-one].is-open:after {
	top: 67%;
	border: 1px solid black;
	border-width :1px 1px 0 0;
}
.choices__list--dropdown {
	top: calc(100% - 30px);
	padding-top: 30px;
	border-radius: 20px;
	min-width: 270px;
	outline: none;
}
.choices__placeholder {
	opacity: 1;
}
.choices__list--dropdown .choices__placeholder {
	display: none;
}

.form__btn {
	width: 270px;
	height: 39px;
	background-color: #593623;
	color: white;
	border-radius: 50px;
	border: none;
	outline: none;
	transition: background-color .3s ease;
}
.form__btn:hover {
	background-color: #7a4c33 ;
}
.form__btn:active {
	background-color: #7a4c33 ;
}


/* Услуги */

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper2 {
	max-width: 1316px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sw-title {
	margin-bottom: 25px;
}
.swiper2 h2 {
	font-size: 32px;
	margin: 0;
}
.container-swiper2 {
	overflow: hidden;
	display: flex;
	margin-bottom: 10px;
	border-radius: 20px;
}
#swiper-wrapper-services {
	align-items: center;
}

.card {
	background-color: #FFE8E0;
	border-radius: 20px;
	max-width: 400px;
	min-height: 615px;
}
.card_img {
	background-size: 100%;
	height: 280px;
	border-radius: 20px;
	background-position: center;
	object-fit: cover;
	display: block;
}
#card_img_container {
	background-image: url(../img/photo_1.jpg);
}
#card_img_container_1 {
	background-image: url(../img/photo_2.jpg);
}
#card_img_container_2 {
	background-image: url(../img/photo_3.jpg);
}
#card_img_container_3 {
	background-image: url(../img/photo_4.jpg);
}

.img_title h2 {
	font-size: 32px;
	color: white;
	margin: 0;
	padding: 150px 0 0 30px;
}
.card_text {
	padding: 20px 30px;
}
/* .ul_crd_txt {
	padding-left: 15px;
} */
.prc {
	padding: 0;
}
.card_text>p {
	font-size: 16px;
	margin: 0 0 20px;
}
span {
	font-size: 24px;
	font-family: "Montserrat";
}
.card_price {
	list-style: none;
}
.card_price p {
	font-size: 13px;
}
.card_prc_txt a {
	color: #593623;
}


.swiper-button-prev-2 {
	height: 50px;
	width: 40px;
	color: #5a4235;
	z-index: 120;
}
.swiper-button-next-2 {
	height: 50px;
	width: 40px;
	color: #5a4235;
}
/* .swiper-button-prev-2 {
	color: rgb(75, 45, 38);
	--swiper-navigation-size: 30px;
	z-index: 102;

}
.swiper-button-next-2 {
	color: rgb(75, 45, 38);
	--swiper-navigation-size: 30px;
	z-index: 103;
} */


/* Отзывы */
.reviews-container {
	max-width: 1316px;
	margin: 0 auto;
}
.reviews-wrapper {
	background-color: #FFE8E0;
	border-radius: 20px;
	padding: 30px 0;
	margin-bottom: 30px;
}
.reviews-title {
	margin-bottom: 25px;
}
.reviews-title h2 {
	font-size: 32px;
	margin: 0;
}

.reviews {
	margin: 0 auto;
	border-radius: 20px;
}
/* Форма для вопроса */

.container-form-2 {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 30px;
	
}
.container-form-wrapper-2 {
	max-width: 1316px;
	max-height: 324px;
	background-color: #C78B7B;
	border-radius: 20px;
	padding: 0 30px 0 0;
	display: flex;
	justify-content: space-between;
}
.form-img {
	max-width: 418px;
	min-height: 324px;
}
.form-img img {
	width: 100%;
	min-height: 100%;
	border-radius: 20px;
}
.container-form-title h2 {
	color: white;
	font-size: 32px;
	font-weight: 400;
	width: 750px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 30px;

}
/* .form-2 {
	display: flex;
	justify-content: center;
	width: 804px;
	margin: 0 auto;
	
} */

.form-2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 804px;
    margin: 0 auto;
    flex-direction: column;
    height: 250px;
}
#name-2 {
	width: 360px;
	min-height: 45px;
	background-color: white;
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 8px 30px;
}
#tel-2 {
	width: 360px;
	min-height: 45px;
	background-color: white;
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 8px 30px;
	font-family: 'Montserrat';
}
#msg-3 {
	width: 400px;
	height: 186px;
	border: none;
	outline: none;
	border-radius: 20px;
	background-color: white;
	padding: 20px 20px;
}
.order-1 {
	order: 1;
	margin-right: 30px;
	margin-bottom: 25px;
}
.order-2 {
	order: 2;
	margin-right: 30px;
	margin-bottom: 25px;
}
.order-3 {
	order: 3;
	margin-right: 30px;
}
.order-4 {
	order: 4;
	
}
.form__btn-2 {
	width: 360px;
	min-height: 45px;
	background-color: #593623;
	color: white;
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 8px 80px;
	transition: background-color .3s ease;
}
.form__btn-2:hover {
	background-color: #7a4c33 ;
}
.form__btn-2:active {
	background-color: #7a4c33 ;
}


/* Филиалы */

.branches-container {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.brn-title {
	max-width: 1316px;
	margin-bottom: 25px;
}
.brn-title h2 {
	font-size: 32px;
	margin: 0;
}
.branches-wrapper {
	display: flex;
	justify-content: space-between;
}
.branches-wrap {
	display: grid;
    max-width: 529PX;
    max-height: 442px;
	margin-right: 20px;
}
.branches-image {
	width: 100%;
	max-height: 442px;
	margin-bottom: 15px;
}
.branches-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.branches-info {
	background-color: #FFE8E0;
	border-radius: 20px;

}
.branches-info p {
	padding: 15px 20px;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}
span {
	font-family: 'Montserrat';
	font-size: 20px;
}
.city-title h3 {
	font-size: 22px;
	margin-top: 0;
}
.brn-info {
	display: none;
	width: 100%;
	background-color: #FFE8E0;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 15px 20px;
}
.brn-info p {
	display: inline;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	padding-right: 15px;
}
.city-brn {
	font-weight: 400;
	font-size: 16px;
}
.brn-spn {
	font-weight: 500;
}
.brn-spn-2 {
	font-size: 16px;
	font-weight: 500;
}
.iframe-1 {
	border-radius: 20px;
	
}

/* Оборудование */

.equipment-container {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.eq-title {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.eq-title h2 {
	font-size: 32px;
}
.equipment-wrapper {
	max-width: 1316px;
	display: grid;
	grid-template-columns: 50% 50%;
}
.equipment-content-1 {
	max-width: 642px;
	margin-right: 30px;
	background-color: #FFE8E0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 20px;
}
.equipment-content-2 {
	max-width: 642px;
	background-color: #FFE8E0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 20px;
}
.equipment-items h3 {
	margin-top: 0;
}

.equipment-img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	display: block;
}
.equipment-items {
	padding: 30px;
}
.equipment-items h3 {
	margin-top: 0;
	font-size: 24px;
}
.equipment-items p {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.5;
}
.eq-text span {
	font-weight: 600;
	font-size: 14px;
}
.eq-text-float {
	display: none;
}
.img-float {
	display: none;
}


/* Галерея работ */
.grid-container {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 30px;


}
.grid-title {
	max-width: 1316px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.grid-title h2 {
	font-size: 32px;
	margin: 0;
}
.grid-wrapper {
	max-width: 1316px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 25px;
}
.grid-slide {
	max-width: 320px;
	max-height: 273px;
	background-position: center;
	background-size: 100%;
	border-radius: 20px;
}
.grid-slide img {
	width: 100%;
	border-radius: 20px;
}
.grid-link {
	max-width: 1316px;
	text-align: center;
}
.grid-link a {
	text-decoration: none;
	list-style: none;
	background-color: #593623;
	color: white;
	border-radius: 50px;
	padding: 8px 60px;
	transition: .3s ease;
}
.grid-link a:hover {
	background-color: #C88F70;
}


/* грид подвал */

.footer-container {
	width: 100%;
	background-color: #593623;
	border-radius: 20px;
}

.footer-2 {
	max-width: 1346px;
	padding: 40px 20px 40px 20px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
}
.ftr-logo_svg-2 {
	width: 180px;
	margin-bottom: 65px;
}
.ftr_link-3 {
	display: none;
	padding: 16px 0;
	margin: 0;
}
.ftr_link-3 li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}
.ftr_list-3 a {
	text-decoration: none;
	color: white;
	font-size: 20px;
}
#ftr-nav {
	justify-self: center;
}
#nav-media {
	justify-self: right;
	display: inline;
}
.ftr_link-2 {
	padding: 16px 0;
	margin: 0;
}
.ftr_link-2 li {
	display: inline;
	list-style: none;
}
.ftr_link-2 li:not(:last-child) {
	margin-right: 20px;
}
.ftr_list-2 a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	transition: .2s ease;
}
.ftr_list-2 a:hover {
	color: #fab6b6;
}
.nav-media-wrap {
	margin-bottom: 50px;
}
.nav-media-wrap li {
	list-style: none;
}
.nav-media-wrap a:not(:last-child) {
	margin-right: 20px;
}
/* .ftr_img-2 {
	width: 35px;
} */
/* #frt-em-2 {
	width: 45px;
} */
.ftr_media-2 {
	transition: .3s ease;
}
/* .ftr_media-2 svg{
	width: 40px;
} */
.ftr_media-2:hover {
	opacity: 0.7;
}

#ftr-logo {
	max-width: 180px;
}
.btn-ftr-1 {
	text-decoration: none;
	color: black;
	background-color: white;
	border-radius: 50px;
	padding: 10px 50px;
	border: none;
	outline: none;
	min-width: 180px;
	max-height: 40px;
	transition: background-color .3s ease;
}
.btn-ftr-1:hover {
	background-color: #C78B7B;
	color: white;
}
.ftr_contact-2 {
	display: none;
	/* justify-content: space-between; */
	/* width: 205px; */
	text-align: end;
}
.tel-wrap2 {
	display: none;
}
/* .ftr_contact-2 li {
	list-style: none;
} */
.ftr_tel {
	text-decoration: none;
	justify-content: right;
	font-size: 20px;
	font-family: 'Montserrat';
	margin: 0;
	margin-right: 20px;
	padding-top: 10px;
	height: 40px;
	color: white;
	transition: color .3s ease;
}
.ftr-t-wrap {
	margin-bottom: 7px;
}
.tel-wrap .ftr-t-wrap {
	text-align: right;
}
.ftr_tel:hover {
	color: #fab6b6;
}
.ftr_pdf-2 img {
	width: 35px;
	margin: 0;
}
.ftr_pdf-2 {
	transition: .3s ease;
}
.ftr_pdf-2:hover {
	opacity: 0.7;
}

.ftr_conf {
	max-width: 1346px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	text-align: center;
}
.ftr_conf>p {
	color: white;
	font-size: 12px;
	font-weight: 200;
	width: 100%;
	margin: 0;
	line-height: 18px;	
}
.conf-info span {
	font-size: 14px;
}
.conf-info a {
	text-decoration: none;
	color: white;
}
#pdf-3  {
	display: none;
	width: 28px;
	margin-right: 0;
}
.ftr_button {
	display: none;
	text-decoration: none;
	color: black;
	background-color: white;
	border-radius: 50px;
	padding: 7px 62px;
	border: none;
	outline: none;
	width: 212px;
	max-height: 30px;
	transition: background-color .3s ease;
	
}
.ftr_button:hover {
	background-color: #C78B7B;
	color: white;
}

.go-top {
	position: fixed;
	right: 10px;
	bottom: 200px;
	width: 50px;
	height: 50px;
	border-color: transparent;
	border-radius: 50%;
	background-color: #C78B7B;
	z-index: 105;
	transition: .3s ease;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;

	/* display: none; */
	
}
.go-top.active {
	visibility: visible;
	opacity: 1;
}
.go-top:hover,
.go-top:focus {
	background-color: #593623;
}

.go-top::after {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-top: 2.5px solid white;
	border-left: 2.5px solid white;
	width: 15px;
	height: 15px;
	
}

@media (max-width: 1316px) {
	.card {
		min-height: 596.7px;
	}
}
@media (max-width: 1200px) {
	/* Слайдер */
	.slide_1 .announcement {
		position: static;
		/* max-width: 600px;
		max-height: 280px; */
	}

	/* слайд 2 */
	.slide_2 {
		left: 22%;
	}

	/* слайд 4 */
	.place-photo-2 {
		display: none;
	}

	/* Услуги */

	.card {
		min-height: 533.5px;
	}
	.card_img {
		height: 180px;
	}
	
	.img_title h2 {
		font-size: 28px;
		padding: 90px 0 0 30px;
	}

	/* Форма */
	.form__input-inp {
		min-width: 220px;
		max-height: 37px;
	}
	.choices__inner {
		max-width: 220px;
	}
	.form__btn {
		max-width: 220px;
	}
	.container-form-wrapper-title {
		max-width: 950px;
	}
	.form__input-box:not(:last-child) {
		margin-right: 23px;
	}

	/* Форма-2 */
	.container-form-2 {
		display: block;
		margin: 0 auto;
		max-width: 1316px;
		margin-bottom: 30px;
	}
	.container-form-wrapper-2 {
		display: flex;
		padding: 0;
		justify-content: center;

	}
	.container-form-title h2 {
		width: 930px;
	}
	.form-2 {
		width: 930px;
	}
	.form-2-wrap {
		margin: 0;
		width: 930px;
	}
	.form__input-box-3 {
		width: 400px;
	}
	.form-img img {
		display: none;
	}
	#name-2 {
		width: 450px;
	}
	#tel-2 {
		width: 450px;
	}
	.form__btn-2 {
		width: 450px;
	}
	#msg-2 {
		width: 450px;
	}

	/* Оборудование */

	.equipment-content-1 {
		display: block;
	}
	.equipment-content-2 {
		display: block;
	}
	.equipment-items {
		padding: 20px;
	}
	.eq-text {
		display: none;
	}
	.equipment-img {
		display: none;
	}
	.eq-text-float {
		display: inline-block;
		width: 100%;
	}
	.eq-text-float span {
		font-weight: 600;
		font-size: 14px;
	}
	.img-float {
		display: block;
		border-radius: 10px;
		float: left;
		max-width: 150px;
		min-height: 190px;
		margin: 0 10px 10px 0;
	}
}

@media (max-width: 992px) {
	/* Меню */
	.header-burger {
		display: block;
		z-index: 101;
	}
	/* .header-burger.active {
		.navbar_wrap {
			display: block;
		}
	} */
	.header-burger.active span {
		background-color: white;
	} 
	.navbar_wrap {
		/* display: none; */
		position: absolute;
		width: 300px;
		left: -600px;
		top: 0;
		/* bottom: 0; */
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		background-color: rgb(121, 70, 54);
		padding: 100px 10px 50px 10px;
		z-index: 100;
		transition: all .9s ease;
	}
	.navbar_wrap.active {
		left: -300px;
		transform: translateX(100%);
		transition: all .9s ease;
	}
	.navbar_menu li {
		display: block;
		
	}
	.navbar_menu li a {
		display: block;
		color: white;
		font-size: 24px;
	}
	.navbar_wrap .sign_up {
		display: none;
	}
	.header {
		margin-bottom: 10px ;
	}
	.navbar {
		height: 70px;
	}
	.logo_svg {
		width: 163px;
		height: 40px;
	}

	/*  Слайдер слайд 2 */
	.slide_2 {
		left: 0;
		padding-left: 50px;
		padding-right: 50px;
	}

	/* Форма-1 */

	.form-wrap {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.form__input-box:not(:last-child) {
		margin-right: 0;
	}
	.form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.form__input-inp {
		min-width: 385px;
	}
	.choices__inner {
		min-width: 385px;
	}
	.form__btn {
		min-width: 385px;
	}
	.container-form-wrapper-title {
		max-width: 780px;
	}
	.container-form-wrapper {
		min-height: 230px;
	}


	/* Услуги */
	.card {
		max-width: 390px;
		min-height: 514px;
	}
	.card_text>p {
		font-size: 14px;
	}
	.card_text span {
		font-size: 18px;
	} 
	.information h2 {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.information p {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.card_price p {
		font-size: 11px;
	}
	
	.container_about_info  {
		gap: 15px;
	}

	/* Форма-2 */
	.container-form-title h2 {
		width: 700px;
	}
	.form-2 {
		width: 700px;
	}
	.form-2-wrap {
		width: 700px;
	}
	.order-1 {
		order: 1;
		margin-right: 30px;
	}
	.order-2 {
		order: 2;
		margin-right: 30px;
	}
	.order-3 {
		order: 3;
		margin-right: 30px;
	}
	.order-4 {
		order: 4;
	}
	.form__input-box-3 {
		width: 330px;
	}
	#name-2 {
		width: 330px;
	}
	#tel-2 {
		width: 330px;
	}
	.form__btn-2 {
		width: 330px;
	}
	#msg-3 {
		width: 330px;
	}


	/* Оборудование */
	
	.equipment-content-1 {
		display: grid;
	}
	.equipment-content-2 {
		display: grid;
	}
	.equipment-items {
		padding: 20px;
	}
	.eq-text {
		display: block;
	}
	.equipment-img {
		display: block;
	}
	.eq-text-float {
		display: none;
	}
	.img-float {
		display: none;
	}
	.equipment-wrapper {
		display: block;
	}
	.equipment-content-1 {
		max-width: 992px;
		margin-right: 0;
		margin-bottom: 20px;
		grid-template-columns: 25% 75%;
	}
	.equipment-content-2 {
		max-width: 992px;
		margin-right: 0;
		grid-template-columns: 25% 75%;
	}
	.equipment-items p {
		line-height: 20px;
	}
	
	/* грид подвал */
	.footer-2 {
		padding: 20px;
	}
	.ftr_link-2 {
		padding: 0;
	}
	.ftr_link-2 {
		display: none;
	}
	.ftr_link-3 {
		display: block;
		padding: 0;
	}
	.ftr_link-3:not(:last-child) {
		margin-right: 30px;
	}
	#ftr-nav {
		display: flex;
		justify-self: center;
		padding: 0 10px;
	}
	#nav-media {
		justify-self: right;
	}
	.nav-media-wrap {
		margin-bottom: 45px;
	}
	.ftr_tel {
		font-size: 18px;
		height: 30px;
		padding-top: 8px;
	}
	.nav-media-wrap a:not(:last-child) {
		margin-right: 17px;
	}

	.ftr_img-2 {
		width: 28px;
	}
	#frt-em-2 {
		width: 35px;
	} 

	.ftr_pdf-2 img {
		width: 28px;
	}
	.ftr-logo_svg-2 {
		margin-bottom: 40px;
	}
	.btn-ftr-1 {
		padding: 8px 47px;
		border: none;
		outline: none;
		min-width: 180px;
		max-height: 30px;
	}
	.ftr_conf>p {
		font-size: 10px;
		line-height: 16px;	
	}
	.conf-info span {
		font-size: 12px;
	}
}

@media (max-width:840px) {

	

	/* Услуги */
	.card {
		min-height: 437px;
	}

	/* Форма-1 */
	.form {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.form__input-inp {
		min-width: 550px;
	}
	.choices__inner {
		min-width: 550px;
	}
	.form__btn {
		min-width: 550px;
	}
	.container-form-wrapper-title {
		max-width: 550px;
	}
	.container-form-wrapper {
		min-height: 350px;
	}

	/* Филиалы */
	.branches-container:not(:last-child) {
		margin-bottom: 15px;
	}
	.branches-wrapper {
		display: flex;
	}
	.brn-info p {
		display: inline-block;
		width: 100%;
		font-size: 16px;
	}
	.city-numb {
		font-size: 16px;
	}
	.brn-info {
		display: block;
		min-height: 126px;
		margin: 0;
		margin-right: 15px;
	}
	
	.branches-wrap {
		display: none;
	}
	.iframe-1 {
		width: 100%;
		max-height: 126px
	}

	/* грид подвал */
	.footer-2 {
		grid-template-columns: 1fr 1fr;
	}
	#ftr-logo {
		display: none;
	}
	.ftr_tel {
		margin-right: 0;
	}
	.ftr_contact-2  {
		display: block;
		justify-content: right;
		width: 230px;
	}
	.tel-wrap {
		display: none;
	}
	.tel-wrap2 {
		display: block;
		justify-self: right;
	}
	.ftr_button {
		display: block;
		margin-top: 15px;
	}
	#ftr-nav {
		justify-self: left;
	}
	.ftr_pdf-2 {
		display: none;
	}
	.nav-media-wrap {
		display: flex;
	}
	#pdf-3 {
		display: block;
		margin-right: 10px;
	}
	.ftr_button {
		width: 230px;
		padding: 7px 73px;
	}
	.ftr_media-2:not(:last-child) {
		margin-top: 4px;
	}
	.city-title h3 {
		margin-bottom: 12px;
	}
	
}

@media (max-width: 787px) {
	#slider-box-swiper-slider {
		max-height: 600px;
	}

	/* .slide_1 .announcement {
		max-width: 500px;
		min-height: 280px;
	} */
	.container_grid {
		grid-template-columns: 1fr 1fr;
	}
	.container_about_info  {
		grid-template-columns: 1fr 1fr;
	}
	#information-1 {
		display: none;
	}
	.card {
		min-height: 440px;
	}

	/* слайд 2 */
	.s-2-title h2 {
		font-size: 60px;
	}
	.announce-2 {
		max-width: 600px;
	}

	.slide_2 {
		padding-top: 50px;
	}
	/* Форма-2 */

	.container-form-wrapper-2 {
		max-height: 300px;
	}
	.container-form-title h2 {
		width: 560px;
	}
	.form-2 {
		width: 560px;
	}
	.form-2-wrap{
		width: 560px;
	}
	
	#name-2 {
		width: 260px;
		min-height: 39px;
	}
	#tel-2 {
		width: 260px;
		min-height: 39px;
	}
	#msg-3 {
		width: 260px;
		height: 165px;
	}
	.form__input-box-3 {
		width: 260px;
	}
	.form__btn-2 {
		width: 260px;
		min-height: 39px;
	}

	/* Оборудование */
	.equipment-content-1 {
		grid-template-columns: 40% 60%;
	}
	.equipment-content-2 {
		grid-template-columns: 40% 60%;
	}
}

@media (max-width: 700px) {

	/* слайд 3 */
	.slide_3 {
		position: relative;
		padding: 60px 60px;
		left: 0;
		max-width: 836px;
	}
	.s-3-title h2 {
		font-size: 60px;
	}

	/* слайд 4 */
	.place-photo-1 img {
		max-width: 230px;
		max-height: 180px;
	}

	#pic_1 .slide_1 {
		padding: 100px 40px;
	}
	.slide_1 .announcement {
		/* max-width: 300px;
		min-height: 250px; */
		margin-bottom: 100px;
	}

	#pic_1 .sign_up {
		font-size: 18px;
		padding: 15px 36px;
		
	}
	.card {
		min-height: 490px;
	}
}

@media (max-width: 590px) {
	.slide_1 .announcement {
		min-height: 250px;
	}

	#pic_1 h2  {
		font-size: 35px;
		line-height: 35px;
		padding: 10px 0 10px 0;
	}
	#pic_1 p  {
		font-size: 20px;
		line-height: 24px;
		padding: 10px 0 10px 0;
	}


	.container_about_info  {
		grid-template-columns: 1fr;
	}
	.container_grid {
		grid-template-columns: 1fr;
	}
	.card {
		max-width: none;
	}
	.card {
		min-height: 380px;
	}

	/* слайд 2 */
	.s-2-title h2 {
		font-size: 50px;
	}
	.announce-2 {
		max-width: 600px;
	}

	.slide_2 {
		padding-top: 80px;
	}

	/* слайд 3 */
	.slide_3 {
		padding-top: 80px;
	}
	.s-3-title h2 {
		font-size: 50px;
	}
	.announce_text-3 p {
		font-size: 24px;
	}

	/* слайд 4 */
	.invitation p {
		font-size: 24px;
	}
	.place-photo-1 img {
		max-width: 300px;
		max-height: 210px;
	}
	.s-4-p-1 {
		display: none;
	}

	/* Форма-1 */
	.form {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.form__input-inp {
		min-width: 400px;
	}
	.choices__inner {
		min-width: 400px;
	}
	.form__btn {
		min-width: 400px;
	}
	.container-form-wrapper-title {
		max-width: 400px;
	}
	.container-form-wrapper-title h2{
		font-size: 24px;
	}
	.container-form-wrapper {
		min-height: 350px;
	}


	/* Отзывы */

	.reviews {
	margin: 0 auto;
	max-width: 400px;
	max-height: 400px;
	}

	/* Форма-2 */
	.container-form-wrapper-2 {
		min-height: 420px;
	}
	.form-2-wrap {
		display: block;
		width: 400px;
	}
	.form__input-box-3 {
		width: 400px;
	}
	.order-1 {
		order: 1;
		margin-right: 0px;
	}
	.order-2 {
		order: 2;
		margin-right: 0px;
	}
	.order-3 {
		order: 4;
		margin-right: 0px;
	}
	.order-4 {
		order: 3;
	}

	#msg-3 {
		width: 400px;
		height: 100px;
		margin-bottom: 15px;
	}
	.container-form-title h2 {
		width: 400px;
	}
	.form-2 {
		width: 400px;
	}
	#name-2 {
		min-width: 400px;
	}
	#tel-2 {
		min-width: 400px;
	}
	.form__btn-2 {
		min-width: 400px;
	}

	/* Филиалы */

	.branches-wrapper {
		display: block;
	}
	.brn-info {
		display: block;
		min-height: 126px;
		margin: 0;
		margin-bottom: 15px;
	}
	
	.branches-wrap {
		display: none;
	}
	.iframe-1 {
		width: 100%;
		max-height: 126px
	}

	/* Оборудование */

	.equipment-content-1 {
		display: block;
	}
	.equipment-content-2 {
		display: block;
	}
	.equipment-items {
		padding: 20px;
	}
	.eq-text {
		display: none;
	}
	.equipment-img {
		display: none;
	}
	.eq-text-float {
		display: inline-block;
		width: 100%;
	}
	.eq-text-float span {
		font-weight: 600;
		font-size: 14px;
	}
	.img-float {
		display: block;
		border-radius: 10px;
		float: left;
		max-width: 150px;
		min-height: 190px;
		margin: 0 10px 10px 0;
	}
	/* Галерея работ */
	.grid-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	/* грид подвал */
	.footer-2 {
		grid-template-columns:  1fr;
	}
	#ftr-nav {
		justify-self: center;
		margin-bottom: 50px;
	}
	#nav-media {
		justify-self: center;
	}
	.nav-media-wrap {
		margin-bottom: 20px;
	}
	.nav-media-wrap a:not(:last-child) {
		margin-right: 30px;
	}
	.ftr_button {
		width: 273px;
		padding: 7px 90px;
		margin: 0;
		margin-bottom: 20px;
	}
	.ftr_contact-2 {
		width: 275px;
		justify-self: center;
	}
	.tel-wrap2 {
		justify-self: center;
		display: flex;
	}
	.ftr-t-wrap {
		margin-right: 20px;
	}
}


@media (max-width:450px) {

	#pic_1 {
		text-align: center;
	}

	/* слайд 2 */
	.slide_2 {
		padding-top: 120px;
	}
	.s-2-title h2 {
		font-size: 45px;
	}
	.announce_text-2 p {
		font-size: 30px;
	}
	.announce-2 {
		max-width: 600px;
	}

	/* слайд 3 */
	.slide_3 {
		padding-top: 120px;
	}
	.s-3-title h2 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.announce_text-3 p {
		font-size: 20px;
	}
	
	/* слайд 4 */
	.slide_4 {
		padding: 50px;
	}

	.form__input-inp {
		min-width: 300px;
	}
	.choices__inner {
		min-width: 300px;
	}
	.form__btn {
		min-width: 300px;
	}
	.container-form-wrapper-title {
		max-width: 300px;
	}


	/* Отзывы */

	.reviews {
		margin: 0 auto;
		max-width: 300px;
		max-height: 400px;
		}

	/* Форма-2 */
	.container-form-wrapper-2 {
		min-height: 400px;
	}
	#msg-3 {
		width: 300px;
	}
	.form__input-box-2 {
		width: 300px;
	}
	.form__input-box-3 {
		width: 300px;
	}
	.container-form-title h2 {
		width: 300px;
		font-size: 24px;
	}
	.form-2 {
		width: 300px;
	}
	.form-2-wrap {
		width: 300px;
	}
	#name-2 {
		min-width: 300px;
	}
	#tel-2 {
		min-width: 300px;
	}
	.form__btn-2 {
		min-width: 300px;
	}
}
@media (max-width: 410px) {
	/* .slide_1 .announcement {
		width: 230px;
		height: 250px;
	} */
	
	
	#pic_1 .slide_1 {
		padding: 100px 50px;
	}
	#pic_1 .announcement_text {
		padding: 10px 20px;
	}
	#pic_1 h2  {
		font-size: 30px;
		line-height: 30px;
		padding: 10px 0 10px 0;
	}
	#pic_1 p  {
		line-height: 20px;
		padding: 10px 0 10px 0;
	}
	#pic_1 .sign_up {
		padding: 15px 36px;
		
	}
	
}
@media (max-width: 390px) {
	/* .card img {
		height: 180px;
	}
	#card_img_container {
		height: 180px;
	}
	.img_title {
		padding: 100px 0 0 20px;
	}
	.img_title {
		padding: 80px 0 0 30px;
	} */

	/* слайд 2 */
	.slide_2 {
		padding: 120px 50px;
	}
	.s-2-title h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	/* слайд 3 */
	.slide_3 {
		padding: 120px 50px;
	}
	.s-3-title h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.announce_text-3 p {
		font-size: 18px;
	} 

	.card {
		min-height: 472px;
	}

	#pic_1 {
		text-align: center;
	}
	#pic_1 h2  {
		font-size: 28px;
		line-height: 35px;
		padding: 10px 0 10px 0;
	}
	#pic_1 p  {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 0 10px 0;
	}
	#pic_1 .sign_up {
		font-size: 15px;
		padding: 15px 36px;
		
	}

	/* Отзывы */

	.reviews {
		margin: 0 auto;
		max-width: 290px;
		}

	/* Оборудование */
	.img-float {
		display: none;
	}
	.equipment-items h3 {
		font-size: 20px;

	}

	/* Галерея работ */
	.grid-link a {
		font-size: 14px;
	}
	/* грид подвал */
	#ftr-nav {
		justify-self: left;
		margin-bottom: 50px;
	}
	.ftr_link-3 {
		display: none;
	}
	.ftr_link-2 {
		display: block;
	}
	.ftr_link-2 li {
		display: block;
		margin-bottom: 10px;
	}
	/* .ftr_media-2 img {
		width: 22px;
	}
	#frt-em-2 {
		width: 27px;
	}
	#pdf-3 img {
		width: 18px;
	} */
	#nav-media {
		justify-self: center;
		width: 230px;
	}
	.tel-wrap2 {
		display: block;
	}
	.nav-media-wrap {
		margin-bottom: 20px;
	}
	.nav-media-wrap a:not(:last-child) {
		margin-right: 15px;
	}
	.ftr_contact-2 {
		display: block;
		width: 225px;
	}
	.ftr_button {
		width: 225px;
		padding: 7px 70px;
	}
}