body .div.waitwindowlocal {position:absolute; border:0px; background: none;}
.menu {
	display: flex;
	padding-top: 90px;
	transition: all 500ms ease;
}

.span_h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 135%;
	margin: 0 0 90px;
	display: inline-block;
}
.case .span_h4{
	font-size: 26px;
}
.span_h4 {
	font-weight: 500;
	font-size: 32px;
	line-height: 135%;
	margin: 0 0 30px;
}

.menu__line {
	width: 0;
	height: 2px;
	background: #6a6378;
	margin-top: 10px;
	display: block;
	will-change: width;
	transition: all 300ms ease;
}

.menu__item {
	font-size: 20px;
	line-height: 100%;
	transition: all 300ms ease;
	color: #201d26;
	cursor: pointer;
	text-decoration: none !important;
	height: max-content;
}

.secdark .menu__item {
	color: #ffffff;
}

.menu__item:hover .menu__line {
	width: 100%;
	opacity: 1;
}

.menu__item + .menu__item {
	margin-left: 60px;
}

.menuopen {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0 0 20px !important;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(2px);
	opacity: 0;
	z-index: 11;
}

.menuopen .menu__item {
	margin: 0;
	padding: 23px 0;
	font-size: 28px;
	transform: translateY(30px) scale(0.8, 0.5);
	opacity: 0;
	color: #201d26;
}

.menuopen .menu__item:nth-child(1) {
	transition-delay: 0ms;
}

.menuopen .menu__item:nth-child(2) {
	transition-delay: 50ms;
}

.menuopen .menu__item:nth-child(3) {
	transition-delay: 100ms;
}

.menuopen .menu__item:nth-child(4) {
	transition-delay: 150ms;
}

.menuopen .menu__item:nth-child(5) {
	transition-delay: 200ms;
}

.menushow {
	opacity: 1;
}

.menushow .menu__item {
	transform: none;
	opacity: 1;
}

.secdark .menu__line {
	background: #fff;
}


/* Бургер */
.burger {
	width: 47px;
	height: 47px;
	position: fixed;
	top: 53px;
	right: 40px;
	cursor: pointer;
	display: none;
	z-index: 30;
	padding: 10px;
	border-radius: 5px;
}

.burger__line {
	width: 27px;
	height: 2px;
	background: #2c2835;
	position: absolute;
	transition: all 400ms ease;
}

.burger__line:first-child {
	top: 14px;
}

.burger__line:last-child {
	top: 29px;
}

.secdark .burger__line {
	background: #fff;
}

.butmenuclose .burger__line{
	background: #201d26;
}

.burgerdark .burger__line {
	background: #2c2835;
}

.burgerbgw {
	background-color: rgba(253, 253, 253, 0.9);
}

.butmenuclose .burger__line:first-child {
	transform: rotate(-225deg);
	top: 21px;
}

.butmenuclose .burger__line:last-child {
	transform: rotate(225deg);
	top: 21px;
}



/*  MEDIA */
@media (max-width: 1250px) {
	.menu {
		padding-top: 68px;
	}

	.menu__item {
		font-size: 16px;
	}
	.logo__text {
		margin-top: 40px;
		font-size: 13px;
		line-height: 18px;
		bottom: 40px;
		margin-left: 18px;
	}
}

@media (max-width: 1000px) {
	.menu {
		display: none;
	}

	.menu__line {
		display: none;
	}

	.burger {
		display: block;
	}

}

@media (max-width: 650px) {
	.burger {
		top: 28px;
		right: 9px;
		width: 44px;
		height: 44px;
	}

	.burger__line {
		width: 24px;
	}

	.burger__line:first-child {
		top: 15px;
	}

	.burger__line:last-child {
		top: 28px;
	}

	.menuopen .menu__item {
		font-size: 23px;
		padding: 18px 0;
	}
	.logo__text {
		width: 110%;
		font-size: 13px;
		line-height: 12px;
		bottom: 22px;
		margin-left: 12px;
	}
	.header__city {
		margin-top: 40px;
	}
}
@media (max-width: 564px) {
	.case__item > a {
		overflow: hidden;
		border-radius: 12px;
	}
	.case .tag .tag__item {
		color: #59575F;
	}
	.case .span_h4 a {
		font-size: 18px;
	}
	.case__item .atvImg {
		height: 200px;
	}
	.service-link__images {
		height: 220px !important;
	}
	.service-link__images img {
		width: 100% !important;
		max-width: 220px !important;
	}
	.switcher-content-block.active > a {
		flex: 0 0 260px !important;
	}
}
@media (max-width: 450px) {
	.logo__text {
		font-size: 11px;
		line-height: 12px;
		bottom: 17px;
		margin-left: 10px;
	}
}

@media (max-width: 400px) {
	.burger {
		top: 19px;
	}
	.logo__text {
		font-size: 10px;
		line-height: 10px;
		bottom: 16px;
		margin-left: 9px;
		width: 114%;
	}
	.header__currentcity {
		font-size: 14px;
	}
	.header__logo {
		width: 125px;
	}
	.header__city {
		margin-top: 32px;
	}

}
.header-menu__row-text-not-phone {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	color: #201D26;
	margin: 4px 0 0;
}

.contact__content_ps {
	font-size: 16px;
	margin: 20px 0 0 0;
}

.footer__top-body .contact__content_ps {
	color: rgba(255, 255, 255, 0.5);
}
.privacy_input {
	margin: 17px 14px 14px 0;
}
.checkbox__input::before {
	background-color: #3773ea;
}
.href-policy-black{
	color: #ffff;
}
.href-policy{
	color: #3773ea;
}

@keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}

	20%,
	60% {
		transform: translateX(-4px);
	}

	40%,
	80% {
		transform: translateX(4px);
	}
}

.checkbox-error .checkbox__input[name="agree"]:before {
	border-color: red;
	animation: shake 0.5s ease-in-out;
}
.cookie-block {
	position: fixed;
	left: 30px;
	bottom: 30px;
	max-width: 551px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 8px 32px #00000012;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 9px;
	z-index: 1000;
	opacity: 0;
	transform: translateY(40px);
	pointer-events: none;
	transition: opacity 0.6s, transform 0.6s;
	font-family: 'TT Norms';
}

.cookie-block.show {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}


.cookie-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	flex: 1;
}

.cookie-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cookie-text {
	font-size: 14px;
	color: #59575F !important;
	line-height: 1.24;
	max-width: 240px;
}

.cookie-link {
	color: #2A60E4;
	text-decoration: none;
	transition: color 0.2s;
	font-weight: 400;
}

.cookie-link:hover {
	color: #245cd7;
}

.cookie-btn {
	background: #3773EA;
	color: #fff;
	border: none;
	padding: 15px 24px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s;
	white-space: nowrap;
	font-family: 'TT Norms';
}

.cookie-btn:hover {
	background: #245cd7;
}
.cookie-img{
	width: 65px;
	height: 68px;
}
@media (max-width: 600px) {
	.cookie-block {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 16px 24px 16px;
		left: 0;
		bottom: 0;
		right: 0;
		max-width: none;
		border-radius: 0;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
	}

	.cookie-content {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.cookie-text {
		max-width: 100%;
	}

	.cookie-btn {
		padding: 12px 24px;
	}
}