

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/services-list_v2/style.css?176477214419239*/
/* Баннеры */
.banner-wrapper {
	display: flex;
	gap: 20px;
	padding: 40px;
	align-items: end;
	border-radius: 10px;
	position: relative;
}

.banner-wrapper::before,
.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;
	z-index: 2;
}

.banner-wrapper::after,
.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;
	z-index: 1;
}

.banner-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	color: #fff;
}

.banner-subtitle {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #fff;
}

.banner-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #1b593eb2;
	min-width: 360px;
	box-sizing: border-box;
	z-index: 3;
}

/* Services Banner */
.services-banner {
	position: relative;
	border-radius: 10px;
	height: 600px;
	margin-bottom: 100px;
}

.services-banner__content {
	position: absolute;
	bottom: 80px;
	left: 80px;
	right: 80px;
	z-index: 3;
}

.detail-banner {
	height: 100%;
}

.services-title {
	margin-bottom: 40px;
}

h1.banner-title.services-title {
	color: white;
}

.services-banner__btn-wrapper {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.alternative-btn.btn.btn-default {
	background: inherit;
	border: 1px solid #52B788;
	color: #52B788;
}

/* Формы */
.form-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.form-item textarea {
	min-height: 80px;
}

.form-item.form-item__agreement {
	flex-direction: row;
	gap: 10px;
	align-self: flex-start;
}

.form-item__checkbox {
	margin: 0;
	border: 1px solid #9f9f9f;
	border-radius: 4px;
	outline: none;
}

.form-item__agreement .form-item__title {
	position: relative;
	top: 1px;
}

.form-item__title {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #dcba6a;
}

.form-item__title span {
	color: #414141;
}

.form-item__field {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	padding: 11px 15px;
	background-color: #fff;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M9.08579 0.5H1.91421C1.02331 0.5 0.577143 1.57714 1.20711 2.20711L4.79289 5.79289C5.18342 6.18342 5.81658 6.18342 6.20711 5.79289L9.79289 2.20711C10.4229 1.57714 9.97669 0.5 9.08579 0.5Z' fill='%230E2130'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}

/* Questions */
.questions-wrapper {
	display: flex;
	gap: 20px;
	padding: 40px;
	align-items: flex-start;
	border-radius: 10px;
}

.questions-content {
	max-width: 500px;
}

.questions-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1B593E;
}

.questions-subtitle {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.questions-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 40px;
	border-radius: 24px;
	background-color: #1B593E;
	flex-grow: 1;
	box-sizing: border-box;
}

.questions-form__bottom {
	display: flex;
	gap: 20px;
	align-items: center;
}

.form-button.btn.btn-default {
	background-color: #857040;
}

/* Conditions */
.conditions-wrapper {
	display: flex;
	flex-direction: column;
}

.conditions-wrapper p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
	margin: 0;
}

.conditions-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 60px;
}

.conditions-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
	margin: 0;
}

.conditions-subtitle {
	max-width: 820px;
}

.conditions-list {
	padding: 40px 0;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.conditions-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 400px;
}

.conditions-item svg {
	height: 64px;
}

.conditions-item__title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	color: #857040;
}

.conditions-item__text {
	text-align: center;
}

/* Transportation */
.transportation {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 40px 0;
}

.transportation-title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
}

.transportation-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	justify-content: space-around;
	column-gap: 20px;
	row-gap: 40px;
}

.transportation-item {
	display: flex;
	flex-direction: column;
	max-width: 190px;
	width: 190px;
	justify-content: space-between;
	align-items: flex-start;
}

.transportation-item__title {
	margin: 0;
	font-family: Literata;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #1b593e;
	margin-top: 10px;
}

.transportation-item__btn {
	text-decoration: none;
	background-color: #52b788;
	color: #fff;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	margin-top: 40px;
	display: flex;
	align-items: end;
	padding: 10px 20px;
	border-radius: 4px;
	width: fit-content;
}

/* Services */
.services {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 40px 0 120px;
}

.services-title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
}

.services-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.services-item picture {
	position: relative;
	height: 240px;
	border-radius: 4px;
}

.services-item picture::before {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	opacity: 1;
	mix-blend-mode: screen;
	background: rgb(27, 89, 62);
	transition: opacity 0.2s ease-in-out;
	border-radius: 4px;
}

.services-item img {
	width: 100%;
	border-radius: 4px;
	height: 100%;
	object-fit: cover;
}

.services-item__title {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
}

.services-item__title h3 {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	color: #10B981;
	margin: 0;
}

.services-item__title a {
	text-decoration: none;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.services-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
}

.services-item__btn {
	text-decoration: none;
	background-color: #52b788;
	color: #fff;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	align-items: end;
	padding: 10px 20px;
	border-radius: 4px;
	width: fit-content;
}

/* Products */
.section-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	margin: 0;
	padding-bottom: 60px;
	color: #1B593E;
}

.products-content {
	display: flex;
	gap: 20px;
}

.products-content__left {
	min-width: 400px;
}

.products-content__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 0;
}

.products-content__title {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	margin: 0;
	color: #857040;
}

.product-content__btn {
	padding: 10px 20px;
	background-color: #52b788;
	border-radius: 4px;
	border: none;
	outline: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
	align-self: flex-start;
}

.products-content__right {
	position: relative;
}

.products-content__right::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1B593E4D;
	z-index: 1;
}

.products-content__right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Products Delivery */
.products-delivery__wrapper {
	display: flex;
	flex-direction: column;
}

.products-delivery__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 60px;
}

.products-delivery__title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	max-width: 802px;
	color: #1b593e;
}

.products-delivery__subtitle {
	margin: 0;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.products-delivery__content {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.products-delivery__banner {
	grid-area: 1 / 1 / 1 / 3;
}

.products-delivery__banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.products-delivery__banner-desc {
	grid-area: 1 / 3 / 1 / 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.products-delivery__banner-title {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	color: #606060;
	margin: 0;
}

.products-delivery__banner-title:first-child {
	color: #857040;
}

.products-delivery__banner-btn {
	text-decoration: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	background-color: #52b788;
	border: none;
	outline: none;
	border-radius: 4px;
	padding: 12px 20px;
}

.products-delivery__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

/* Events */
.events {
	padding: 40px 0 120px;
}

.events-wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.events-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.events-title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
}

.events-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
	align-self: flex-end;
}

.events-buttons button {
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	background-color: #52b788;
}

.events-buttons button.swiper-button-disabled {
	background-color: #d8f3dc;
}

.events-buttons button.swiper-button-disabled path {
	stroke: #9f9f9f;
}

.events-list {
	display: flex;
	justify-content: space-around;
}

.events-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 400px;
}

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

.events-item__title {
	margin: 0;
	font-family: Literata;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #857040;
}

.events-item__text {
	margin: 0;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

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

.events-item__img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.swiper-slide.events-item .events-item__img {
	width: 400px;
}

.events-item__content--short-item {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 20px;
}

.events-item__content--short-item .events-item__title {
	font-size: 18px;
}

.events-item__content time {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #857040;
}

.events-item__btn-wrapper {
	flex-grow: 1;
	align-content: flex-end;
}

.events-item__btn {
	display: block;
	width: fit-content;
	padding: 10px 20px;
	background-color: #52b788;
	border-radius: 4px;
	border: none;
	outline: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
}

.read-all__wrapper {
	padding: 40px 0;
	display: flex;
	justify-content: center;
}

.read-all {
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 4px;
	border: 1px solid #52B788;
	outline: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #52B788;
}

/* Steps */
.steps {
	padding: 120px 0;
}

.steps-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	margin: 0;
	padding-bottom: 60px;
	color: #1b593e;
}

.steps-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 60px;
	position: relative;
}

.steps-row::before {
	content: "";
	position: absolute;
	left: -260px;
	right: -260px;
	top: 31px;
	height: 2px;
	background: #857040;
}

.steps-row__top::before {
	left: 10%;
}

.steps-row__bottom::before {
	right: 20%;
}

.steps-row__top .step {
	margin-left: 30%;
}

.steps-row__bottom .step {
	margin-left: 30%;
}

.step {
	display: flex;
	flex-direction: column;
	position: relative;
}

.step-icon {
	width: 59px;
	height: 59px;
	border: 2px solid #857040;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin-bottom: 16px;
	display: grid;
	place-items: center;
}

.step-icon svg {
	stroke: #b5925a;
	stroke-width: 1.6;
	fill: none;
}

.step-name {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	color: #857040;
	margin: 0 0 28px;
}

.step-desc {
	margin: 0;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

/* отступ между рядами */
.steps-row + .steps-row {
	margin-top: 44px;
}

/* Delivery */
.delivery {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.delivery-title {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	margin: 0;
	color: #40916C;
}

.delivery-list {
	display: flex;
}

.delivery-item {
	padding: 40px;
	display: flex;
	justify-content: space-between;
	width: 33%;
	border: 1px solid #FFDB93;
}

.delivery-desc {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.delivery-road {
	font-family: Literata;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
	color: #857040;
}

.delivery-item span {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0%;
	color: #606060;
}

.delivery-price {
	align-self: flex-end;
}

/* Tizers */
.topic {
	display: none !important;
}

.tizers {
	padding: 40px 0;
}

.tizers-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.tizers-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 400px;
	align-items: center;
}

.tizers-desc {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.tizers-subdesc {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #857040;
}

/* News */
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}

/* ========== MEDIA QUERIES ========== */

/* 1200px and below */
@media (max-width: 1200px) {
	.events-item__img {
		height: auto;
	}
}

/* 1100px and below */
@media (max-width: 1100px) {
	.banner-wrapper {
		flex-direction: column;
	}
	.banner-form {
		width: 100%;
	}
}

/* 992px and below */
@media (max-width: 992px) {
	.services-banner__content {
		left: 40px;
		right: 40px;
	}
	.banner-title {
		font-size: 48px;
	}
	.questions-wrapper {
		flex-direction: column;
	}
	.questions-content {
		max-width: none;
	}
	.questions-form {
		width: 100%;
	}
	.products-content {
		flex-direction: column;
	}
	.services-layout {
		grid-template-columns: 1fr;
	}
	.steps {
		padding: 60px 0;
	}
	.steps-title {
		padding-bottom: 30px;
	}
	.steps-row {
		gap: 32px 40px;
	}
	.step-name {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.step-desc {
		font-size: 13px;
	}
	.delivery-list {
		flex-direction: column;
	}
	.delivery-item {
		width: 100%;
	}
	.products-delivery__content {
		grid-template-columns: 1fr 1fr;
	}
	.products-delivery__banner {
		grid-area: 1 / 1 / 1 / 3;
	}
	.products-delivery__banner-desc {
		grid-area: 2 / 1 / 2 / 3;
	}
}

/* 768px and below */
@media (max-width: 768px) {
	.services-banner__content {
		bottom: 40px;
		text-align: center;
	}
	.banner-title {
		font-size: 30px;
		line-height: 40px;
	}
	.services-banner__btn-wrapper {
		justify-content: center;
	}
	.services-banner {
		height: 400px;
	}
	.events-list:not(.swiper-wrapper) {
		gap: 20px;
		flex-direction: column;
	}
	.events-item:has(.events-item__content--short-item) {
		max-width: none;
		margin-right: 0;
	}
	.transportation-item {
		max-width: 100%;
		width: 100%;
	}

	.services-item__title h3 {
		font-size: 24px;
	}
}

/* 600px and below */
@media (max-width: 600px) {
	.banner-title {
		font-size: 20px;
		line-height: 30px;
	}
	.services-banner__content {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.services-banner__btn-wrapper {
		flex-direction: column;
	}
}

/* 576px and below */
@media (max-width: 576px) {
	.steps-row__top .step,
	.steps-row__bottom .step {
		margin: 0;
	}
	.step {
		align-items: center;
	}
	.steps-row + .steps-row {
		margin: 0;
	}
	.steps-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.steps-row__top {
		margin-bottom: 28px;
	}
	.steps-row::before {
		display: none;
	}
	.step-icon {
		margin-bottom: 10px;
	}
	.step-name {
		font-size: 18px;
	}
	.step-desc {
		text-align: center;
	}
}

/* 560px and below */
@media (max-width: 560px) {
	.products-delivery__content {
		grid-template-columns: 1fr;
	}
	.products-delivery__banner {
		grid-area: auto;
	}
	.products-delivery__banner-desc {
		grid-area: auto;
	}
	.products-delivery__picture {
		max-height: 200px;
	}
}

/* 494px and below */
@media (max-width: 494px) {
	.transportation-item {
		align-items: center;
	}
}
.map-list .index-block__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
   .map-list .index-block__title {
   		font-size: 32px !important;
        hyphens: auto;
	}
}

@media (min-width: 768px) {
	.map-container {
		box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		position: absolute;
		top: 32px;
		right: 0;
		z-index: 1;
		max-height: 536px;
		width: 344px;
	}
}

@media (min-width: 768px) {
    .map-container--sticky-right {
        top: 0;
        bottom: 0px;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
        right: 0px;
        border-radius: 0px;
        height: 602px;
        max-height: 602px;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        border-color: var(--stroke_black);
    }
}

@media (min-width: 768px) {
    .map-container--sticky-right > div {
        max-height: 602px;
				height: 100%;
    }
}

.map-wrapper {
    position: relative;
}

.map-wrapper--overflow-hidden {
    overflow: hidden;
}

.map-view {
    height: 602px;
    position: relative;
}

.map-view .bx-yandex-view-layout {
    margin: 0px;
}
/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/services-list_v2/style.css?176477214419239 */
