

/* Start:/local/templates/certa/components/bitrix/catalog/catalog/style.min.css?1741340528684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/local/templates/certa/components/bitrix/catalog.section.list/catalog_blocks/style.css?17519725876610*/
.sections {
	margin-top: 1.875rem;
	margin-bottom: 6.7rem;
}

.sections .sections__wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.sections .sections__wrapper>p {
	margin: 1rem 0 5rem 0;
	font-size: 1.041rem;
}

@media screen and (max-width: 1200px) {
	.sections .sections__wrapper>p {
		margin: 20px 0 20px;
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__wrapper>p {
		font-size: 18px;
		margin: 14px 0 59px;
		text-align: center;
	}
}

.sections .sections__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.565rem;
	margin-top: 1.5625rem;
}

@media screen and (max-width: 1200px) {
	.sections .sections__items {
		gap: 20px;
	}

	.sections__wrapper h1 {
		font-size: 38px;
		line-height: 49.4px;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__items {
		gap: 10px;
		margin-top: 50px;
	}

	.sections__wrapper h1 {
		font-size: 24px;
		line-height: 31.2px;
	}
}

.sections .sections__items .section {
	position: relative;
	transition: 0.3s ease-in-out;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.5rem;
	height: auto;
	width: calc((100%/3)-1.05rem);
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 0.625rem 1.25rem 0.625rem 0.625rem;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	-o-border-radius: 1.25rem;
}

@media screen and (max-width: 1200px) {
	.sections .sections__items .section {
		flex-direction: column;
		width: calc((100% / 2) - 10px);
		gap: 12px;
		padding: 10px;
		border-radius: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__items .section {
		padding: 0.625rem 0.875rem 1.625rem 0.875rem;
		gap: 0.625rem;
		width: 100%;
		align-items: center;
	}

	.sections .sections__items .section p {
		text-align: center;
		font-size: 16px;
		line-height: 21.6px;
	}
}

.sections .sections__items .section img {
	width: 9.625rem;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 1/1;
}

@media screen and (max-width: 1200px) {
	.sections .sections__items .section img {
		width: 100%;
		max-width: 194px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__items .section img {
		width: 100%;
		max-width: 180px;
		height: auto;
	}
}

.sections .sections__items .section .section__content {
	display: flex;
	flex-direction: column;
	gap: 1.041rem;
}

@media screen and (max-width: 1200px) {
	.sections .sections__items .section .section__content {
		margin: 0 0.625rem;
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__items .section .section__content {
		margin: 0;
	}
}

.sections .sections__items .section .section__content .section__title {
	font-weight: 500;
	font-size: 1.25rem;
}

@media screen and (max-width: 1200px) {
	.sections .sections__items .section .section__content .section__title {
		font-size: 24px;
		line-height: 28.8px;
	}
}

.sections .sections__items .section:nth-child(1) {
	width: 100%;
	flex-direction: row;
	gap: 20px;
}

@media screen and (min-width: 1200px) {
	.section__text {
		font-size: 0.833rem;
		line-height: 1.083rem;
	}

	.sections .sections__items .section:nth-child(1) {
		position: relative;
		justify-content: flex-end;
	}

	.sections .sections__items .section.has_image:nth-child(1){
		min-height: 20.5rem;
		padding-top: 4.1rem;
        padding-right: 12rem;
	}

	.sections .sections__items .section:nth-child(1) img {
		height: 100%;
		width: auto;
		position: absolute;
		top: 0rem;
		left: 4.9rem;
	}

	.sections .sections__items .section:nth-child(1) .section__content {
		max-width: 35.95rem;
	}

	.sections .sections__items .section:nth-child(1) .section__content .section__title {
		font-size: 1.563rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.sections .sections__items .section:nth-child(1) img {
		width: 100%;
		max-width: 348px;
		height: auto;
	}

	.sections .sections__items .section:nth-child(1) .section__content .section__title {
		font-size: 30px;
		line-height: 36px;
	}

	p.section__text {
		font-size: 16px;
		line-height: 20.8px;
	}
	.page_detail .products__wrapper p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__items .section:nth-child(1) {
		padding: 10px 10px 10px;
		flex-direction: column;
	}

	.sections .sections__items .section .section__content .section__title {
		font-size: 20px;
		line-height: 24px;
	}

	.sections .sections__items .section:nth-child(1) img {
		position: static;
		transform: initial;
		max-width: 230px;
		width: 100%;
		height: auto;
		-webkit-transform: initial;
		-moz-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
}
}

@media screen and (min-width: 1200px) {

	.sections .sections__items .section:nth-child(2),
	.sections .sections__items .section:nth-child(3) {
		width: calc((100% - 1.875rem) / 2);
		gap: 2.7rem;
	}

	.sections .sections__items .section:nth-child(2) img,
	.sections .sections__items .section:nth-child(3) img {
		height: 12.525rem;
		width: auto;
	}
}

.sections .sections__items .section:hover {
	background-color: #e9e800;
}

.sections .sections__items .section:hover::after {
	transform: scaleX(1.02);
	background-color: #e9e800;
}

.sections .sections__items .section::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 1.25rem;
	background-color: #f8f8f8;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
	.sections {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sections {
		margin-top: 40px;
	}
}

.sections .sections__showMore {
	margin: 1.4rem auto 0;
	padding: 0.85rem 1rem;
	border-radius: 4.375rem;
	background-color: #e9e800;
	font-weight: 500;
	font-size: 1.125rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 0.94rem;
}

@media screen and (max-width: 1200px) {
	h2 {
		font-size: 36px;
		line-height: 46.8px;
	}

	.sections .sections__showMore {
		margin-top: 30px;
		width: 100%;
		max-width: 292px;
		height: 56px;
		font-size: 18px;
		line-height: 23.4px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 70px;
	}
}

@media screen and (max-width: 767px) {
	.sections .sections__showMore {
		margin-top: 20rem;
		padding: 0.875rem 1.875rem;
		height: 50px;
		max-width: 260px;
		border-radius: 70px;
		font-size: 16px;
		line-height: 20.8px;
	}
}

.catalog__second-title{
	margin-top: 2rem;
	
}
/* End */
/* /local/templates/certa/components/bitrix/catalog/catalog/style.min.css?1741340528684 */
/* /local/templates/certa/components/bitrix/catalog.section.list/catalog_blocks/style.css?17519725876610 */
