/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
body {
	background: url(/upload/background.svg) top -300px center no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#mobilemenu{
	height: 100vh;
}
h2 {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
}

h3 {
	color: #1b593e;
}

.map-container {
	right: 0 !important;
	width: 400px;
}

/* section:not(.delivery) {
	padding-top: 40px;
	padding-bottom: 40px;
} */

.banner-form .col-md-12 {
	width: 100%;
}

.advantages-delivery__map {
	flex-grow: 1;
}

.form-list_23-template .form {
	padding: 0;
}

@media (max-width: 991px) {
	a.scroll-to-top {
		bottom: 77px !important;
	}

	.advantages-delivery__map {
		height: 300px;
	}
}

.btn-section {
	background-color: #857040;
	color: #fff;
	border: none;
	outline: none;
}

.footer.footer {
	background-color: #857040;
}

.footer .footer__bottom-part-inner {
	border-top-color: #ffdb93;
}

.footer .subscribe__text {
	color: #fff;
}

.footer .footer__copy {
	color: #fff;
}

.footer .footer__license a {
	color: #fff;
}

.btn.btn-default {
	background-color: #52b788;
}

.footer .phones__inner svg path,
.footer .footer__address svg path {
	fill: #c1c1c1;
}

.header-menu--centered .header-menu__wrapper {
	/*justify-content: space-around;*/
}

.banners-img-with-text-list__item-title {
	font-family: Literata;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #f4f4f4;
	text-align: start;
}

.services-list__item::before {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	opacity: 1;
	mix-blend-mode: screen;
	background: #1b593e;
	transition: opacity 0.2s ease-in-out;
}

.brands-list .owl-stage {
	gap: 20px;
}

.brands-list .owl-item {
	width: 320px;
	height: 240px;
	background: #f3fffa;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	display: flex;
}

#main .sticky-block {
	position: static;
}

.contacts__sticky-panel {
	background-color: #1b593e;
	padding: 20px;
	border-radius: 4px;

	height: 100%;
}

.contacts__sticky-panel__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	height: 100%;
}

.contact-property__label {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #dcba6a;
}

.contacts__desc h3 {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	color: #857040;
}

.contact-property .contact-property__value.switcher-title {
	font-family: Literata;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #fff;
}

.contact-property__value.dark_link a,
.contact-property__value {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #fff;
}

.contacts__top {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.fill-theme-svg {
	fill: #c6671d;
}

.map-view .fill-theme-svg {
	opacity: 1 !important;
}

.ymaps-map {
	max-width: 984px;
}

.swiper-slide.events-item .events-item__img,
.events-item__img {
	aspect-ratio: 4 / 3.2;
}

@media (min-width: 991px) {
	.map-view--side-left {
		padding-right: 420px;
	}

	.map-view--side-left:before {
		right: 420px;
		width: auto;
    }
}


@media (max-width: 991px) {
	.contacts__top {
		flex-direction: column;
	}

	.map-maxwidth-theme {
    padding: 0;
	}

	.map-container {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 32px !important;
		hyphens: auto;
	}

	h3 {
		font-size: 24px !important;
	}

	.events-item:has(.events-item__content--short-item) {
		margin-right: 0;
	}

	.swiper-slide.events-item .events-item__img {
		width: 300px;
		height: auto;
	}
	/*потом перенести от сюда*/
	.events-item__title .events-item__title {
		font-size: 18px;
	}

	.events-item__text .events-item__text {
		font-size: 14px;
		line-height: 150%;
	}
	/* до сюда*/
}

.contacts__map-wrapper {
	flex-grow: 1;
}

.contacts__map,
.contacts__map > * {
	height: 100%;
}

.contacts__col--right {
	padding-left: 0;
}

.contacts-list__section-title {
	font-family: Literata;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #857040;
}

.grid-list__item > .bordered {
	background: inherit;
}

.contacts-list__item-title,
.contacts-coordinates__text {
	font-family: Literata;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #606060;
}

.contacts-list__item-schedule span,
.contacts-list__item-schedule b,
.contacts-list__item-schedule font {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.contacts-list__item-phones {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.contacts-list__item-phone a {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
}

.custom-arrow .arrow-all__item-line {
	background: #857040;
}

.custom-arrow .arrow-all__item-arrow svg path {
	stroke: #857040;
}

.doc-list-inner__section-title {
	font-family: Roboto;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: #52b788;
}

.ordered-block .grey-bg {
	background-color: #1b593e;
	color: #fff;
}

.ordered-block .stroke-theme *,
.stroke-theme-svg {
	stroke: #d8f3dc;
}

.fill-theme-svg {
	opacity: 0.1;
}

.order-info-block .color_333 {
	color: #fff;
	max-width: 500px;
}

.services-list__item {
	height: 240px;
}

.services-list__item-image {
	height: 240px;
}

.services-list__item-image-wrapper--BG:after {
	height: 240px;
	top: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 68.33%,
		rgba(133, 112, 64, 0.8) 100%
	);
}

.services-list__item-title {
	font-family: Literata;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #f4f4f4;
}

.services-list__item .arrow-all {
    height: 0;
}

.services-list__item--has-additional-text .services-list__item-text-wrapper:not(.services-list__item-text-wrapper--has-bottom-part) .services-list__item-text-top-part .mCSB_container > div:last-of-type {
    margin-bottom: 24px;
}

.detail-banner {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.services-banner::before {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	opacity: 1;
	mix-blend-mode: screen;
	background: linear-gradient(323.87deg, rgba(27, 89, 62, 0) 43.67%, rgba(27, 89, 62, 0.2) 70.06%);
	background-blend-mode: multiply;
	transition: opacity 0.2s ease-in-out;
	border-radius: 10px;
}

.services-banner::after {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	opacity: 1;
	mix-blend-mode: screen;
	background-blend-mode: multiply;
	background: linear-gradient(180deg, rgba(133, 112, 64, 0) 41.42%, rgba(133, 112, 64, 0.8) 78.73%);
	background-blend-mode: multiply;
	transition: opacity 0.2s ease-in-out;
	border-radius: 10px;
}
.delivery-price{
	font-weight:bold !important;
}