body {
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: black;
	height: 100%;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.sb {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	gap: 7px;
	color: #ffffff87;
	font-size: 15px;
	line-height: 100%;
	margin: 5px 0px;
	max-width: 250px;
}

.sb input {
	max-width: 15px;
}

input {
	transition: .3s;
}

input:focus {
	outline: none;
	/* Убираем стандартное выделение при фокусе */
	box-shadow: 0 0 10px #105f54;;
	/* Тень при фокусировке */
	transition: .3s;
}

a {
	color: #8D949A;
	transition: .3s;
}

.content a {
	color: #105f54;
}

.content {
	margin: 30px 0px;
}

a:hover {
	color: #357ABD;
	transition: .3s;
}

html {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.main {
	flex: 1 1 auto;
}

._container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: content-box;
	overflow: hidden;
}

.swiper {
	width: 100%;
	height: 100%;
}

h1 {
	font-weight: 500;
	font-size: 54px;
	line-height: 120%;
	margin-bottom: 20px;
	color: white;
}

h2,
.title {
	font-weight: 500;
	font-size: 45px;
	line-height: 120%;
	margin-bottom: 30px;
	color: #105f54;
	text-align: center;
}

p {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: black;
}

.btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #105f54;
	border-radius: 6px;
	padding: 10px 20px;
	transition: .3s;
	border: 1px solid #105f54;
}

.btn:hover {
	background-color: #105f54;
	color: white;
	transition: .3s;
}

.adv, .services, .contact-sz, .faq {
	margin: 70px 0px;
}

@media(max-width: 768px) {

	.adv, .services, .contact-sz, .faq {
		margin: 30px 0px;
	}

	h1 {
		font-size: 31px;
		margin-bottom: 14px;
	}

	h2,
	.title {
		font-size: 28px;
		margin-bottom: 16px;

	}

	p {
		font-size: 14px;

	}
}

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.9s ease-out, transform 0.9s ease-out;
	will-change: opacity, transform;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* banner */

.banner {
	padding-bottom: 30px;
}

.banner-content {
	margin: 10px 0px 20px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 700px;
	width: 100%;
}

.banner__body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

.form-main {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 12px;
	color: #000;
	max-width: 320px;
	z-index: 2;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	height: max-content;
}


.banner-content p {
	color: white;
}


.banner {
	min-height: 500px;
}

.adv {
	padding: 60px 0;
	background: #f9f9f9;
}

.adv-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}


.adv__body h2 {
	text-align: center;
}

.adv-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #105f54;

}

.adv-item img {
	max-width: 160px;
	width: 100%;
}

.adv-item p {
	font-size: 18px;
	color: #105f54;
	font-weight: 700;
	max-width: 200px;
	text-align: center;
	line-height: 120%;
}

@media(max-width: 768px) {
	.banner__body {
		flex-direction: column;
		align-items: center;
	}
}

/* services */

.services-item {
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #105f54;
	border-radius: 10px;
}

.service-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.serv-item-title {
	font-size: 24px;
	color: #105f54;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 30px;
}

.services-item p {
	color: black;
	margin-bottom: 12px;
}

.services-item ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.services-item ul li {
	padding-left: 20px;
	position: relative;
	color: black;
}

.services-item ul li:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 3px solid #105f54;
	border-radius: 100%;
}

.price {
	font-size: 20px;
	line-height: 120%;
	color: #105f54;
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
}

.serv-ul .btn {
	margin-top: 15px;
}


.serv-ul {
	max-height: 144px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.4s ease;
	display: flex;
	flex-direction: column;
}

.serv-ul.expanded {
	max-height: 1000px; /* любое большое значение */
}

.btn-sr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

/* contact-sz */

.contact-sz {
	padding: 60px 20px;
	background-color: #f9f9f9;
	text-align: center;
}

.contact-sz__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-sz__body h2 {
	margin-bottom: 15px;
}


.contact-sz__subtitle {
	font-size: 18px;
	margin-bottom: 30px;
}

.contact-sz__form {
	max-width: 750px;
	width: 100%;
	margin: 30px 0px;
}

.contact-sz__form form p {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	width: 100%;
	flex-direction: column;

}

.wpcf7-spinner {
	display: none;
}

.contact-sz__form input, .form-main input, .popup input {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #105f54;
	border-radius: 6px;
}

.fr-tt {
	margin-bottom: 20px;
	color: white;
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
}

.form-main form p, .popup form p {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.banner-center {
	margin-top: 70px;
}

.form-main input, .popup input {
	background-color: white;
}

.contact-sz__socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.contact-icon {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	transition: transform 0.3s;
}

.contact-icon:hover {
	transform: scale(1.1);
}

.contact-sz__inf {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-num {
	border-radius: 6px;
	padding: 8px 15px;
	border: 1px solid #105f54;
	margin-top: 15px;
	font-size: 16px;
	color: #105f54;
	line-height: 120%;
	transition: .3s;
}

.form-num:hover {
	background: #105f54;
	color: white;
	transition: .3s;
}

.contact-sz__form button, .wpcf7-form-control.wpcf7-submit {
	background: #105f54;
	color: white;
	max-width: 140px;
}

.wpcf7-not-valid-tip {
	display: none;
}

.banner__body .wpcf7-form-control.wpcf7-submit:hover {
	background: transparent;
	color: white;
	border: 1px solid white;
}


/* works */

.container {
	width: 100%;
	max-width: 1240px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.steps h2 {
	margin-bottom: 15px;
}

.steps {
	margin: 70px auto;
}

.steps__subtitle {
	text-align: center;
	margin: 0 0 30px;
}

.steps__content {
	display: grid;
	grid-template-columns: repeat(auto-fit, 380px);
	justify-content: center;
	row-gap: 60px;
	column-gap: 20px;
	position: relative;
}			

.steps__item {
	position: relative;
	height: 336px;
	padding: 40px 30px;
	border-radius: 5px;
	box-shadow: 0px 4px 20px 0px #0000001A;
	background-color: #ffffff;
}			

.steps__item_1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -36px;
	width: calc(100% + 20px);
	height: 64px;
	background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
	background-position: top 0 left 340px;
}			

.steps__item_2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -36px;
	width: calc(100% + 20px);
	height: 64px;
	background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
	background-position: top 0 left -60px;
}					

.steps__item_3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -36px;
	width: 100%;
	height: 64px;
	background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
	background-position: top 0 right 41px;
}			

.steps__item_4 {
	box-shadow: none;
}

.steps__item_5::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: calc(100% + 20px);
	height: 61px;
	background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
	background-position: bottom 0 left -60px;
}			

.steps__item_6::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 61px;
	background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
	background-position: bottom 0 right 41px;
}			

.steps__item_title {
	font-size: 22px;
	font-weight: 700;
	line-height: 26.82px;
	color: #212529;
	text-align: center;
	margin-bottom: 15px;
}

.steps__item_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	color: #212529;
	margin: 0;
}

.steps__item_3 .steps__item_text,
.steps__item_5 .steps__item_text,
.steps__item_6 .steps__item_text {
	line-height: 22.4px;
}			

.steps__item_text span {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 22.4px;
}			

.steps__item img {
	position: absolute;
	bottom: -29px;
	left: -100px;
	width: 600px;
}			

.steps__item_number {
	position: absolute;
	bottom: -50px;
	right: 0;
	font-size: 200px;
	font-weight: 700;
	line-height: 243.8px;
	color: #105f54;
	opacity: 0.4;
}			

@media (max-width: 1219px) {
	.steps__title,
	.steps__subtitle {
		text-align: center;
	}
	.steps__item_1::before {
		background-position: top 0 right -739px;
	}			
	.steps__item_2::before {
		width: 100%;
		background-position: top 0 right 14px;
	}
	.steps__item_3::before {
		top: -25px;
		width: calc(100% + 20px);
		height: 61px;
		background-position: bottom 0 right -364px;
	}
	.steps__item_3::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -36px;
		width: calc(100% + 20px);
		height: 64px;
		background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
		background-position: top 0 right -739px;
	}				
	.steps__item_4 {
		order: 5;
	}
	.steps__item_4::before {
		content: "";
		position: absolute;
		top: -25px;
		left: 0;
		width: calc(100% + 20px);
		height: 61px;
		background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
		background-position: bottom 0 right -364px;
	}				
	.steps__item_5::before {
		width: 100%;
		background-position: bottom 0 right 14px;
	}
	.steps__item_5::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -36px;
		width: 100%;
		height: 64px;
		background: url(https://i.postimg.cc/sgxh63sZ/snake-line.png) no-repeat;
		background-position: top 0 right 14px;
	}				
	.steps__item_6 {
		order: 6;
	}
	.steps__item_6::before {
		background-position: bottom 0 right 14px;
	}				
}		

@media (max-width: 820px) {
	.steps__content {
		grid-template-columns: repeat(2, 1fr);
	}							
	.steps__item_6 {
		order: 5;
	}				
}

@media (max-width: 700px) {
	.steps__content {
		row-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	.steps__item {
		height: auto;
	}
	.steps__item_4 {
		display: none;
	}
	.steps__item img {
		display: none;
	}
	.steps__item_1::before,
	.steps__item_2::before,
	.steps__item_3::before,
	.steps__item_3::after,
	.steps__item_4::before,
	.steps__item_5::before,
	.steps__item_5::after,
	.steps__item_6::before	{
		background: none;
	}				
}	

/* rev */

.reviews {
	padding: 60px 0;
	background-color: #f9f9f9;
	text-align: center;
}

.reviews__title {
	margin-bottom: 40px;
}

.review-card {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	height: auto;
}

.review-card__img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-bottom: 20px;
}

.review-card__name {
	font-size: 20px;
	font-weight: 700;
	color: #105f54;
	margin-bottom: 10px;
}

/* swiper pagination */
.swiper-pagination-bullets {
	margin-top: 30px;
}

.swiper-pagination-bullet {
	background: #105f54;
	opacity: 0.4;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.reviews-swiper .swiper-pagination, .gallery-swiper .swiper-pagination {
	position: relative;
}

.yandex-rev {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
	color: black;
	transition: .3s;
}

.yandex-rev img {
	max-width: 70px;
	width: 100%;
}

.yandex-body {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.yandex-rev:hover {
	color: #105f54;
	transition: .3s;
}

/* gal  */

.gallery-slide img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

.gal__body h2 {
	margin-bottom: 15px;
}

.gallery-swiper {
	margin-top: 30px;
}

.gal__body p {
	text-align: center;
}


/* faq */

.faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid #105f54;
	padding: 10px 0;
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	padding: 10px 0;
	position: relative;
	transition: color 0.3s ease;
	color: #105f54;
	padding-right: 20px;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 0;
	font-size: 24px;
	transition: transform 0.3s ease;
}

.faq-question.active::after {
	content: '-';
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0;
}

.faq-answer p {
	font-size: 16px;
}

/* contact  */

.map-contact-section {
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}

.map-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-overlay {
	/* position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%); */
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 12px;
	color: #000;
	max-width: 320px;
	z-index: 2;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.contact-overlay h2 {
	margin-bottom: 15px;
	font-size: 24px;
}

.contact-overlay p,
.contact-overlay a {
	font-size: 16px;
	color: inherit;
	text-decoration: none;
}

.contact-overlay .contact-sz__socials {
	justify-content: flex-start;
	margin-top: 10px;
}

.bd-map {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.map-contact-section ._container {
	height: 100%;
}

.contact-overlay h2 {
	text-align: left;
}

.contact-overlay span {
	color: #105f54;
	font-weight: 500;
}

.con {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.con a {
	text-decoration: underline;
}

.con a:hover {
	text-decoration: none;
}

.contact-overlay button {
	margin-top: 15px;
}

@media(max-width: 900px) {
	.adv-links {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 768px) {
	.contact-overlay {
		left: 20px;
		right: 20px;
		max-width: none;
		padding: 20px;
	}

	.service-content, .adv-links  {
		grid-template-columns: repeat(1, 1fr);
	}

}

/* footer  */

.site-footer {
	background-color: #105f54;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
}

.footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.footer-logo {
	max-width: 150px;
}

.footer-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.footer-center p, .footer-right p, .footer-center p a {
	color: white;
}

.footer-center p a:hover {
	text-decoration: underline;
}

.footer-center .form-num {
	color: white;
	border: 1px solid white
}

.footer-center .form-num:hover {
	background: white;
	color: #105f54;
}

.footer-social img {
	width: 32px;
	height: 32px;
	transition: transform 0.3s ease;
}

.footer-social:hover img {
	transform: scale(1.1);
}

.footer-right {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-down__body {
	padding-top: 20px;
	border-top: 1px solid #ffffff29;
}

.footer-right p {
	font-size: 12px;
	color: #ffffff29;

}

@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		align-items: center;
	}

	.footer-logo {
		max-width: 100px;
		width: 100%;
		margin: 10px 0px;
	}
}

/* якоря */

.quick-nav-wrapper {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}

.quick-nav {
	display: flex;
	align-items: center;
	overflow: hidden;
	top: 0;
}

.quick-nav {
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #fff;
	z-index: 999;
	transition: box-shadow 0.3s;
}

.quick-nav-wrapper.is-fixed {
	position: fixed;
	top: 56px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.quick-nav__items {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	flex: 1;
	scrollbar-width: none; /* Firefox */
}
.quick-nav__items::-webkit-scrollbar { display: none; }

.quick-nav__items a {
	white-space: nowrap;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	transition: color 0.2s;
}
.quick-nav__items a:hover {
	color: #105f54;
}

.quick-nav__prev,
.quick-nav__next {
	position: relative;
	z-index: 2;
	border: none;
	color: #fff;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #105f54;
	display: none; /* по умолчанию скрыты */
}

.quick-nav__prev::before,
.quick-nav__next::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: -1;
}

.quick-nav__prev::before {
	left: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.9), transparent);
}

.quick-nav__next::before {
	right: 100%;
	background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
}

.quick-nav-placeholder {
	height: 60px; /* высота меню */
	display: none;
}
.quick-nav.is-fixed + .quick-nav-placeholder {
	display: block;
}

/* меню */

.header-up__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding-top: 15px;

}

.header-up {
	background-color: #105f54;
}

.header-down {
	background-color: #105f54;
}

.header-up__body .form-num, .header-up__body .btn {
	background-color: white;
	margin: 0;
}

.header-up__body .form-num {
	height: 37px;
	display: block;
	border: 1px solid white;
}

.header-up__body .form-num:hover {
	background: #105f54;
	color: white;
	transition: .3s;
}

.header-up__body .btn {
	border: 1px solid white;
}

.header-up__body .btn:hover {
	background-color: #105f54;
	color: white;
	transition: .3s;
}

.heade-msg {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.header-up__body nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	gap: 15px;
	border-top: 1px solid #ffffff29;
	padding: 10px 0px;
}

.header-up__body nav ul li a {
	color: white;
	font-size: 18px;
	font-weight: 500;
	padding: 0px 20px;
}

.header-up__body nav ul li a:hover {
	opacity: 0.8;
}

.header-msg {
	display: flex;
	flex-direction: row-reverse;
	gap: 15px;
	align-items: center;
}


nav {
	width: 100%;
}

/* Бургер */
.burger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 25px;
	height: 18px;
	cursor: pointer;
	z-index: 10001;
}
.burger span {
	display: block;
	height: 4px;
	background: white;
	border-radius: 3px;
}

/* Мобильное меню */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	height: 100%;
	background: #105f54;
	padding: 80px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: right 0.3s ease;
	z-index: 10000;
}
.mobile-menu.open {
	right: 0;
}
.mobile-menu nav ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mobile-menu nav ul li a {
	color: white;
	font-size: 18px;
}
.mobile-menu .mes-header {
	display: flex;
	gap: 10px;
}
.mobile-menu .btn {
	border: 1px solid white;
	background: white;
	color: #105f54;
}

/* Затемнение фона */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 9999;
}
.menu-overlay.show {
	opacity: 1;
	pointer-events: auto;
}

.header-up.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
}

.burger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 25px;
	min-width: 25px;
	height: 18px;
	cursor: pointer;
	z-index: 10001;
	transition: all 0.3s ease;
}
.burger span {
	display: block;
	height: 3px;
	background: white;
	border-radius: 3px;
	transition: all 0.3s ease;
}

/* Когда бургер активен — превращение в крестик */
.burger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.burger.active span:nth-child(2) {
	opacity: 0;
}
.burger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

@media(max-width: 900px) {
	.maob-none {
		display: none;
	}

	.header-up__body .form-num {
		white-space: nowrap;
	}


	.header-up__body {
		padding-top: 0px;
	}

	.quick-nav-wrapper.is-fixed {
		top: 60px;
	}

}

/* Мобильная адаптация */
@media (max-width: 900px) {
	.header-down {
		display: none;
	}
	.burger {
		display: flex;
	}
}


/* popapp */

.popup-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10001;
}
.popup {
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 400px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	z-index: 10002;
}
.popup-close {
	position: absolute;
	top: 10px; right: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
}
.popup-close:hover {
	color: #000;
}

.header-down {
	background-color: #105f54;
	transition: all 0.3s ease;
}

.header-down.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.otz-yandex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}

.contact-sz__form .sb, .popup .sb {
	color: #105f54;
}