/*# sourceMappingURL=posts.css.map*/

.posts {
	position: relative;
	overflow: hidden;
}

.posts_blue-light {
	background-color: #fbfbfb;
}

.posts__watermark {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.posts__watermark img, .posts__watermark svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

.posts__watermark img {
	object-position: bottom center;
}

.posts__container {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

@media (min-width:1024px) {
	.posts__container {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.posts__container_no-top-padding {
	padding-top: 0;
}

.posts__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
}

.posts__head p {
	max-width: 565px;
}

.posts__gal {
	width: 100%;
	margin-top: 48px;
	position: relative;
}

@media (min-width:768px) {
	.posts__gal {
		margin-top: 56px;
	}
}

.posts-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
	padding-bottom: 6px;
}

@media (min-width:768px) {
	.posts-arrows {
		margin-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width:768px) {
	.posts-arrows .slider-arrows__btn {
		position: absolute;
		top: var(--arrows-pos);
		transform: translateY(-50%);
		z-index: 2;
	}
}

@media (min-width:768px) {
	.posts-arrows .slider-arrows__btn_prev {
		left: -16px;
	}
}

@media (min-width:1440px) {
	.posts-arrows .slider-arrows__btn_prev {
		left: -33px;
	}
}

@media (min-width:768px) {
	.posts-arrows .slider-arrows__btn_next {
		right: -16px;
	}
}

@media (min-width:1440px) {
	.posts-arrows .slider-arrows__btn_next {
		right: -33px;
	}
}

@media (min-width:768px) {
	.posts-arrows_static .slider-arrows__btn {
		top: 50%;
	}
}

.posts-slider {
	overflow: visible;
}

@media (min-width:1440px) {
	.posts-slider {
		overflow: hidden;
	}
}

.posts-slider__slide {
	height: auto !important;
}

.posts__steps {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/1;
	display: none;
	width: 95%;
	max-width: 1340px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translate(-55%);
}

.posts__steps img, .posts__steps svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

@supports not (aspect-ratio:4/1) {
	.posts__steps:before {
		content: "";
		display: block;
		width: 100%;
		padding-bottom: 25%;
		position: relative;
		z-index: -101;
	}
}

@media (min-width:1280px) {
	.posts__steps {
		display: block;
	}
}

.feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.feature-card__wr-ico {
	width: 80px;
	height: 80px;
	margin-bottom: 16px;
	position: relative;
	background-color: #16807e;
	border-radius: 50%;
}

@media (min-width:768px) {
	.feature-card__wr-ico {
		width: 120px;
		height: 120px;
	}
}

@media (min-width:1440px) {
	.feature-card__wr-ico {
		margin-bottom: 24px;
	}
}

@media (min-width:1440px) {
	.posts-slider__slide:nth-child(2n-1) .feature-card .feature-card__wr-ico {
		margin-bottom: 0;
		margin-top: 24px;
		order: 1;
	}
}

.feature-card__ico {
	position: relative;
	overflow: hidden;
	width: 37.5%;
	height: 37.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-card__ico img, .feature-card__ico svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

.feature-card__heading {
	width: 70%;
}

.feature-card__text {
	width: 80%;
	font-size: 16px;
}

@media (min-width:667px) {
	.feature-card__text {
		width: 70%;
	}
}

@media (min-width:1440px) {
	.feature-card__text {
		width: 90%;
	}
}

.posts__all-btn {
	margin-top: 40px;
}

@media (min-width:1280px) {
	.posts__all-btn {
		margin-top: 64px;
	}
}
