

/* Start:/bitrix/templates/main/components/bitrix/news.list/advantages/style.css?1592228015801*/
.content-block.advantages {position:relative; background-size: cover !important;}
.content-block.advantages:before {
    content:"";
    display: block;
    position:absolute; 
    top:0; 
    left:0;
    width:100%; 
    height:100%;
    background: rgba(255,255,255,0.8);
}
.content-block.advantages .right-side > div {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}
.content-block.advantages .right-side .image {
    margin-left: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.content-block.advantages .right-side .title {
    margin-bottom: 25px;
}
.content-block.advantages .right-side .text {
    margin-bottom: 45px;
}
.content-block.advantages .adv-icon path {
    fill: var(--additional-color);
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/catalog.section.list/services/style.css?15922280159420*/
.content-block.services {
	padding: 0;
	margin-top: 0;
}
.bx_catalog_line {
    position: relative;
}
.bx_catalog_line:before {
	content: "";
    position: absolute;
    height: 100%;
    display: block;
    background-size: cover!important;
    width: 50%;
    background-position: center!important;
}
.bx_catalog_line .bx_catalog_line_ul {
	height: 100%;
	margin: 0px;
	padding: 0;
	position: relative;
	background: rgba(3,3,3,0.8);
	padding-bottom: 125px;
}
.bx_catalog_line_ul .price-title {
	padding-top: 100px!important;
	padding-bottom: 55px!important;
	color: #fff;
}
.bx_catalog_line .bx_catalog_line_ul > li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 5px 0;
}
.bx_catalog_line .bx_catalog_line_ul > li:nth-child(1) {
	margin: 0;
	padding: 85px 0 45px;
	color: #fff;
}
.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}


.bx_catalog_line .bx_catalog_line_ul > li > div {
	background: #fff!important;
}

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}
.bx_catalog_line .bx_catalog_line_title.selected a,
.bx_catalog_line .bx_catalog_line_title a:hover {
    padding: 13px;
    margin-left: -13px;
    background: var(--additional-color);
    text-decoration: none;
}
.bx_catalog_line .bx_catalog_line_title {
	width: 50%;
	max-width: 500px;
	margin-left: auto;
	margin-right: calc(50% + 85px);
	padding: 6px;
	margin-bottom: 0;
	vertical-align: top;
	line-height: 18px;
	font-size: 3.5rem;
}
.bx_catalog_line .bx_catalog_line_title a {
	color: #fff;
	font-size: 1.1rem;
}

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .order-button {
    display: inline-block;
    padding: 15px 30px;
    width: 300px;
	border: 1px solid var(--main-color);
    color: #fff;
    font-size: 1.3em;
	background: var(--main-color);
}
.bx_catalog_line .order-button:hover {
     color: var(--main-color);
     background: #fff;
}











.bx_catalog_line .bx_catalog_line_description {
	display: none;
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: #fff;
}
.bx_catalog_line .desc-content {
	max-width: 600px;
	padding: 65px 25px 85px 85px;
	font-size: 1.3em;
	line-height: 1.75;
}
.desc-content ul {
	padding-left: 0;
}
.desc-content li {
	list-style: none;
	margin-left: 20px;
	padding: 5px;
	line-height: 1.35em;
}
.desc-content li:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: var(--additional-color);
	border-radius: 50%;
	margin-right: 15px;
	margin-left: -25px;
}
.desc-content h2, .desc-content h3, .desc-content h4 {
	margin-top: 15px;
	margin-bottom: 20px;
	color: var(--main-color);
}
.desc-content h2 {
	font-size: 3.5rem;
}
.desc-content h3 {
	font-size: 2.3rem;
}
.bx_catalog_line_ul li:nth-child(2) .bx_catalog_line_description {
	display: block;
}
@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 16px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
    .service .bx_catalog_line .bx_catalog_line_ul {
    	padding-bottom: 35px !important;
    }
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}



/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}
    .bx_catalog_line .bx_catalog_line_ul {
    	padding-bottom: 35px !important;
    }
	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

ul > li.block-title h2.bx_catalog_line_title { line-height: 1 !important; }
/* End */
/* /bitrix/templates/main/components/bitrix/news.list/advantages/style.css?1592228015801 */
/* /bitrix/templates/main/components/bitrix/catalog.section.list/services/style.css?15922280159420 */
