

/* Start:/local/templates/setka/components/bitrix/catalog.section/simple_section/style.css?167584841311548*/
.wrapper.wrapper--catalog-section,
.catalog-section {
	background-color: #F2F4F7;
}

.header--catalog-section {
	background-color: transparent;
}

.services__section--dark .services {
	margin-bottom: 0;
	padding-bottom: 60px;
}

.title-default {
	font-family: "Ruda";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #344054;
	margin-bottom: 48px;
}

@media (min-width: 769px) {
	.services__section--dark .services {
		margin-bottom: 0;
		padding-bottom: 110px;
	}
}

@media screen and (max-width: 992px) {
	.title-default {
		font-size: 22px;
		line-height: 29px;
		margin-bottom: 32px;
	}
}
.banner-products__section {
	margin-top: 30px;
	margin-bottom: 142px;
}

.banner-products {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 17px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.banner-products__title {
	font-size: 22px;
	line-height: 120%;
}

.banner-products__title {
	font-family: "Ruda";
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	letter-spacing: -0.02em;
	color: #344054;
}

.banner-products__info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
	flex-shrink: 0;
	max-width: 480px;
	padding-top: 6%;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
}
.banner-products__info ul li {
	padding-left: 21px;
	position: relative;
	margin-bottom: 8px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
}
.banner-products__info ul li:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 7px;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50px;
	background-color: #344054;
}
.banner-products__info > img {
	margin: 0 auto 0 0;
}

.banner-products__img-wrap {
	max-width: 620px;
	max-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.banner-products__img-wrap img {
	width: 100%;
}

@media (max-width: 1090px) {
	.banner-products__section {
		margin-bottom: 90px;
	}
	.banner-products {
		padding-top: 0;
		padding-left: 0;
		flex-direction: column;
	}
	.banner-products__img-wrap {
		order: 0;
		padding: 0 50px;
		margin-bottom: 15px;
	}
	.banner-products__info {
		order: 1;
		padding-top: 0;
	}
	/*.banner-products__info > * {*/
	/*	order: 1;*/
	/*}*/
	/*.banner-products__info > img {*/
	/*	order: 0;*/
	/*}*/
}
@media screen and (max-width: 768px) {
	.banner-products__info {
		padding-left: 8px;
		padding-right: 8px;
	}
	.banner-products__section {
		margin-bottom: 40px;
	}
	.banner-products__title {
		font-size: 30px;
		line-height: 38px;
	}
}
@media screen and (max-width: 576px) {
	.banner-products__section {
		margin-top: 10px;
	}
	.banner-products__section {
		margin-bottom: 30px;
	}
	.banner-products__title {
		font-size: 22px;
		line-height: 26px;
	}
}
.advantages__section {
	margin-bottom: 130px;
}

.advantages__title {
	text-align: center;
}

.advantages {
	max-width: 860px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 40px;
}
.advantages__item {
	width: calc((100% + 20px) / 4 - 20px);
	min-width: 200px;
}
.advantages__item__img-wrap {
	height: 70px;
	margin-bottom: 10px;
}
.advantages__item__img-wrap img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.advantages__item__name {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #344054;
	margin-bottom: 6px;
}
.advantages__item__text {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #667085;
}

@media screen and (max-width: 992px) {
	.advantages__section {
		margin-bottom: 90px;
	}
	.advantages__section .container {
		padding: 0 24px;
	}
	.advantages {
		max-width: 680px;
		padding-top: 15px;
	}
	.advantages__item {
		width: calc((100% + 20px) / 2 - 20px);
		max-width: 240px;
	}
	.advantages__item__img-wrap {
		height: 60px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 576px) {
	.advantages__section {
		margin-bottom: 55px;
	}
	.advantages {
		flex-direction: column;
		row-gap: 22px;
		max-width: 400px;
		padding-top: 0px;
	}
	.advantages__title {
		text-align: left;
	}
	.advantages__item {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.advantages__item__img-wrap {
		display: none;
	}
}
.catalog__section {
	padding: 80px 0px;
	background: #E4E7EC;
	margin-bottom: 80px;
}

.catalog__container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 30px;
}

.catalog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: auto;
	margin-right: auto;
}

.catalog-list__item {
	position: relative;
	display: block;
	width: calc((100% + 8px) / 4 - 8px);
	padding-bottom: 23.5%;
}

.catalog-list__item__inner {
	width: 200px;
	height: 200px;
	position: absolute;
	background: #1D2939;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.catalog-list__item__inner .title {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F9FAFB;
}
.catalog-list__item__inner .icon {
	position: absolute;
	bottom: 27px;
}

.catalog-list__item__img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

@media (max-width: 1200px) {
	.catalog__section {
		padding: 60px 0px;
	}
	.catalog-list {
		gap: 8px;
		max-width: 600px;
	}
	.catalog-list__item {
		width: calc((100% + 8px) / 2 - 8px);
		padding-bottom: 49.5%;
	}
	.catalog-list__item__inner {
		width: 180px;
		height: 180px;
	}
	.catalog-list__item__inner .title {
		font-size: 12px;
		line-height: 16px;
	}
}
@media (max-width: 580px) {
	.catalog__section {
		padding: 30px 0px;
		margin-bottom: 60px;
	}
	.catalog-list {
		gap: 4px;
	}
	.catalog-list__item {
		width: calc((100% + 4px) / 2 - 4px);
	}
	.catalog-list__item__inner {
		width: 152px;
		height: 152px;
	}
}
@media (max-width: 460px) {
	.catalog__container {
		padding: 0 10px;
	}
	.catalog__section {
		background-color: transparent;
		padding: 10px 0px;
		margin-bottom: 38px;
	}
	.catalog-list {
		flex-direction: column;
	}
	.catalog-list__item {
		width: 100%;
		padding: 12px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 80px;
	}
	.catalog-list__item__inner {
		width: 197px;
		height: 100%;
		min-height: 57px;
		border-radius: 0;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0px, 0px);
		display: flex;
		gap: 12px;
		flex-wrap: wrap;
	}
	.catalog-list__item__inner .title {
		font-size: 11px;
		line-height: 12px;
	}
	.catalog-list__item__inner .icon {
		position: relative;
		bottom: 0;
		line-height: 0;
	}
}
.advantages-lists__section .container {
	max-width: 910px;
}

.advantages-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
}
.advantages-lists > ul {
	width: calc((100% + 38px) / 2 - 38px);
	list-style: none;
	margin: 0;
	padding: 0;
}
.advantages-lists > ul > li {
	position: relative;
	padding-left: 44px;
	margin-bottom: 32px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #344054;
}
.advantages-lists > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.1333 17.6L19.5333 8.2L17.6667 6.33333L10.1333 13.8667L6.33333 10.0667L4.46667 11.9333L10.1333 17.6ZM0 24V0H24V24H0Z' fill='%232C76A0'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
}
.advantages-lists > ul > li > span {
	display: block;
	margin-top: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #667085;
}

@media screen and (max-width: 1200px) {
	.advantages-lists {
		gap: 25px;
	}
	.advantages-lists > ul {
		width: calc((100% + 25px) / 2 - 25px);
	}
}
@media screen and (max-width: 992px) {
	.advantages-lists__section .container {
		padding: 0 24px;
	}
}
@media screen and (max-width: 768px) {
	.advantages-lists__section .container {
		max-width: 631px;
	}
	.advantages-lists {
		flex-direction: column;
		gap: 0px;
	}
	.advantages-lists > ul {
		width: 100%;
	}
}
.services__section.services__section--dark {
	background: #1D2939;
	position: relative;
	margin-top: 440px;
}
.services__section--dark .scontainer {
	z-index: 2;
	position: relative;
}
.services__section--dark .services__title {
	color: #98A2B3;
}
.services__section--dark .services__item__text {
	color: #98A2B3;
}

.services__section--dark-deciration-1 {
	z-index: 1;
	bottom: 99.9%;
	position: absolute;
	width: 100%;
}
.services__section--dark-deciration-1 svg {
	width: 100%;
	height: 270px;
}

.services__section--dark-deciration-2 {
	z-index: 0;
	bottom: 99.9%;
	position: absolute;
	width: 100%;
}
.services__section--dark-deciration-2 svg {
	width: 50%;
	height: 298px;
}

@media (max-width: 1200px) {
	.services__section--dark {
		margin-top: 280px;
	}
	.services__section--dark-deciration-1 svg {
		height: 200px;
	}
	.services__section--dark-deciration-2 svg {
		height: 220px;
	}
}
@media (max-width: 768px) {
	.services__section--dark {
		margin-top: 220px;
		padding-top: 20px;
	}
	.services__section--dark-deciration-1 svg {
		height: 175px;
	}
	.services__section--dark-deciration-2 svg {
		height: 180px;
	}
}
@media (max-width: 576px) {
	.services__section--dark {
		margin-top: 167px;
		padding-top: 54px;
	}
	.services__section--dark-deciration-1 svg {
		height: 147px;
	}
	.services__section--dark-deciration-2 svg {
		height: 135px;
	}
}

/* CUSTOM */

.catalog-list__item-custom {
	width: calc((100% / 4) - 8px);
}

.catalog-list__button {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .2px;
	background: #225b7b;
	transition: .2s ease;
	padding: 15px 25px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.catalog-list__button:hover {
	background: #2e7198;
}

.catalog-list__graphic-holder {
	position: relative;
	width: 100%;
	padding-bottom: 130%;
}

.catalog-list__graphic-holder video,
.catalog-list__graphic-holder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.catalog-list {
		gap: 8px;
		max-width: 768px !important;
	}
}

@media (max-width: 768px) {
	.catalog-list__item-custom {
		width: calc((100% / 2) - 8px);
		margin-bottom: 30px;
	}
}

@media (max-width: 520px) {
	.catalog-list__item-custom {
		width: calc(100% - 8px);
	}
}
/* End */


/* Start:/local/templates/setka/components/bitrix/news.list/product_services_dark/style.css?16711952421013*/
.services__item {
    display: block !important;
    text-align: center;
}

.services__item__text {
    margin: 20px 0 10px !important;
}

.services__item__img-wrap img {
    width: 55px !important;
}

.services {
    justify-content: space-between !important;
    margin-top: 100px;
}

.services__section--dark .services__item__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #98A2B3;
    margin-top: 30px !important;
}

.services__section--dark .advantages__item__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #98A2B3;
}

.services__section--dark .services__item {
    width: calc(100% / 5);
}

@media (max-width: 1024px) {
    .services__section--dark .services__item {
        width: calc(100% / 2);
    }
}

@media (max-width: 520px) {
    .services__section--dark .services__item {
        width: 100%;
        max-width: 100%;
    }
}
/* End */
/* /local/templates/setka/components/bitrix/catalog.section/simple_section/style.css?167584841311548 */
/* /local/templates/setka/components/bitrix/news.list/product_services_dark/style.css?16711952421013 */
