.header-contacts span a {
	display: inline-block;
	margin-left: 10px;
}
.modal-service-content p {
margin-bottom: 15px;
}
.modal-service-content ul {
margin-bottom: 15px;
margin-left: 20px;
}
.modal-service-content ul li {
	margin-bottom: 10px;
	list-style-type: square;
}
.production__wrap .swiper-pagination {
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
#map {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}
.hidden {
	display: none !important;
}
#cookie-notification {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	background-color: #6fbd5b;
	color: #fff;
	border-radius: 5px;
	padding: 15px;
	z-index: 1000;
	box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}
.cookie-notification-text {
	margin: 0px;
}
#cookie-close-button {
	background-color: #e3000f;
	color: #fff;
	border: none;
	margin: 0px 0px 0px 10px;
	border-radius: 5px;
	cursor: pointer;
	padding: 5px 10px;
	outline: none;
}
@media (max-width: 600px) {
	#cookie-notification {
		flex-direction: column;
	}
	#cookie-close-button {
		margin: 10px 0 0 0;
	}
	.cookie-notification-text {
		text-align: center;
	}
}
.scrollUp {
	position:fixed;
	top:auto;
	bottom:10px;
	left:auto;
	right:10px;
	border-radius:50%;
	z-index:9999;
	opacity:0.8;
	cursor:pointer;
	font-size: 40px;
	width: 46px;
	height: 46px;
	background-color: #fff;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	box-shadow: 0 4px 15px rgb(0 0 0 / 25%);	
}
.scrollUp:hover {
	opacity: 1;
}
.scrollUp svg {
	transform: rotate(-90deg);
}
.header-location:before {
	height: 18px;
}
.modal-service {
	max-width: 700px;
	border-radius: 10px;	
	background-color: #fff;
	overflow: visible;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 25%);
	padding: 35px 30px;
}
.modal-service, .modal-service > * {
	transform: translateY(150px);
	opacity: 0;
	transition: transform .5s,opacity .5s;
}
.fancybox-slide--current .modal-service, .fancybox-slide--current .modal-service>* {
	opacity: 1;
	transform: translateY(0);
}
.modal-service-title {
	text-align: center;
	margin-bottom: 15px;
}
.modal-service-btn {
	display: flex;
	justify-content: center;
	padding: 15px 0px 0;
}

.modal-service-slider {
	margin-bottom: 15px;
}
.modal-service-slider .swiper-container {
	width: calc(100% - 100px);
}
.modal-service-slider .swiper-container .swiper-slide img {
	border-radius: 10px;
}
.modal-service-slider .swiper-pagination {
	margin-top: 0px;
}
#thx .modal__wrap {
	text-align: center;
}
.modal {
	width: 390px;
}
.modal-form .check_item {
	line-height: 1.3;
	font-size: 11px;
}
.modal-form .check_item .checkmark {
	top: 50%;
	transform: translateY(-50%);
}
.page-content {
	border-radius: 10px;
	max-width: 90%;
}
.page-content h2 {
	margin-bottom: 15px;
}
.page-content p {
	margin: 0 0 15px;
}
.page-content ul {
	margin: 0 0 15px 15px;
}
.page-content ul li {
	list-style: disc;
}

.header-contacts span img {
	width: 20px;
}

.fancybox-content ul {list-style: square;}