

/* Start:/skachat-katalog/style.css?17697752003221*/
.grid-column {
	display: grid;
    grid-gap: 3rem;
    grid-template-columns: minmax(280px, .44fr) 1fr;
}

.grid-column .mySwiper-container {
	width: 100%;
}

.grid-column .maxwidth-theme {
	padding-inline: 0;
}

.grid-column .form.inline {
	background: linear-gradient(45deg, #737049, #aba99b);
    padding: 20px 30px 48px !important;
}

.grid-column .form_desc > p:last-child {
	display: none;
}

.grid-column .form-control {
	background: transparent !important;
}

.grid-column label {
	color: #333 !important;
}

.grid-column a {
	color: white !important;
}

.mySwiper-container .swiper-wrapper img {
	height: 750px;
	object-fit: cover;
}

.grid-column .swiper-wrapper img {
	height: 100%;
}

.catalog-container {
	display: grid;
	grid-gap: 4rem 1rem;
	grid-template-columns: 35% 65%
}

.lists-catalog {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.download-catalog {
	display: block;
	aspect-ratio: 2/3;
	padding: 1rem;
	max-height: 300px;
}

.icon-catalog {
	width: 100%;
	object-fit: contain;
	transform: scale(.85);
	transition: all .3s linear;
}

.download-catalog:hover .icon-catalog {
	transform: scale(.9);
}

.download_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #33cccc;
	background-color: #33cccc;
	color: white;
	height: 36px;
	border-radius: 3px;
	max-width: 153px;
	margin: auto;
	transition: all .3s linear;
}

.download_btn:hover {
	background-color: #4bd2d2 !important;
	border-color: #4bd2d2 !important;
	color: #ffffff !important;
}

@media(max-width: 768px) {
	.catalog-container {
		grid-template-columns: 100%;
	}

	.catalog-container .lists-catalog {
		grid-template-columns: repeat(2, 1fr);
	}

	.catalog-container .content {
		max-width: 100%;
	}

	.mySwiper-container .swiper-wrapper img {
		height: 300px;
		object-fit: cover;
	}

	.abs-per-slide {
		width: 90% !important;
		font-size: 15px !important;
		word-break: break-all;
	}

	.mySwiper2 .swiper-wrapper {
		width: 95% !important;
	}

	.mySwiper2 img {
		height: 300px !important;
	}
}

.mySwiper-container .swiper-button-prev,
.mySwiper-container .swiper-button-next {
	color: #343434;
	padding: 29px;
	background: #ffffff66;
	transition: 0.3s all;
}

.mySwiper-container .swiper-button-prev:hover,
.mySwiper-container .swiper-button-next:hover {
	color: #343434;
	background: white;
}

.mySwiper2 .swiper-wrapper {
	width: 75%;
}

.mySwiper2 img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}

.mySwiper2 .swiper-slide {
	text-align: center;
}

.abs-per-slide {
	position: absolute;
	width: 50%;
	background: #00b6b2;
	color: white;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 60px;
	font-size: 22px;
	padding: 18px;
}

.another-catalog-header {
	text-align: center;
	margin: 40px 0;
}

@media (width < 900px) {
	.grid-column {
		grid-template-columns: 1fr;
	}

	.grid-column .mySwiper-container {
		order: -1;
	}
}

@media (width >= 1550px) {
	.grid-column .swiper-wrapper img {
		max-height: 620px
	}
}

@media (1450px <= width < 1550px) {
	.grid-column .swiper-wrapper img {
		max-height: 640px
	}
}

@media (1390px < width < 1450px) {
	.grid-column .swiper-wrapper img {
		max-height: 666px
	}
}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/form.result.new/inline/style.css?1774861416415*/
@media (width < 600px) {
	.mobile-row {
		display: flex;
		flex-direction: column;
	}

	.mobile-row > .block-1 textarea {
		min-height: 120px !important;
	}

	.mobile-row > .block-2 {
		order: -1;
		display: grid;
		grid-gap: 0 16px;
		grid-template-columns: 1fr 1fr;
	}

	.mobile-row > .block-2 > .form-control:nth-child(3) {
		grid-column: -1/1;
	}
}

.min-height-620 {
	min-height: 620px;
    overflow: hidden;
}
/* End */
/* /skachat-katalog/style.css?17697752003221 */
/* /local/templates/aspro_next/components/bitrix/form.result.new/inline/style.css?1774861416415 */
