

/* Start:/local/templates/aspro_max/components/bitrix/catalog/remont/style.css?17425543525550*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


.page-custom-h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #000000;
}

.remont-banner-box img {
    max-width: 100%;
    width: 100%;
}

.remont_rabota-row {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.remont_rabota-item {
    width: 25%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.remont_rabota-item:first-child {
    padding-left: 0 !important;
}

.remont_rabota-item:last-child {
    padding-right: 0 !important;
}

.remont_rabota-img {
    max-width: 100%;
}

.remont_rabota-text {
    margin-top: 40px !important;
}

.remont_rabota-item span {
    color: #fff !important;
}

.remont_services_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.remont_services_item {
    width: 33.33%;
    padding: 20px;
    border: 1px solid #D9D9D9;
    display: flex;
}

.remont_services_item_wrap {
    display: flex;
    width: 100%;
}

.remont_services_models_list {
    display: flex;
    flex-wrap: wrap;
}

.remont_services_model {
    margin: 0 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #000000;
}

.remont_services_item_col_image {
    margin-right: 14px;
}

.remont_services_item_title {
    margin-left: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #000000;
}

.remont_services_item_title a, .remont_services_model a {
    color: #000000;
}

.remont_services_top_block {
    text-align: center;
    margin-bottom: 65px;
}

.remont_services_top_title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.remont_services_top_text {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}

.remont_services_middle_h3 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.remont_services_table tr td:first-child {
    width: 50%;
}

.remont_services_table tr td:nth-child(2),
.remont_services_table tr td:nth-child(3) {
    width: 25%;
    text-align: center;
}

.remont_services_table td {
    padding: 10px;
    border: 2px solid #fff;
}

.remont_services_table thead td {
    background: #333333;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #FFFFFF;
}

.remont_services_table tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    color: #000000;
}

.remont_services_table tbody tr:nth-child(even) {
    background: #F8F8F8;
}

.remont_services_table {
    width: 100%;
    min-width: 550px;
}

.remont_services_table_box {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 100px;
}

.remont_services_table td a {
    color: #000000;
}

.remont_section_table td {
    width: 25% !important;
}
.remont_services_table.remont_section_table {
    min-width: 650px;
}

@media(max-width:1150px) {
    .remont_rabota-row {
        flex-wrap: wrap;
    }

    .remont_rabota-item {
        width: 50%;
        margin-bottom: 75px;
    }

    .remont_rabota-item:nth-child(even) {
        padding-right: 0;
        padding-left: 25px;
    }

    .remont_rabota-item:nth-child(odd) {
        padding-right: 25px;
        padding-left: 0;
    }

    .remont_services_item {
        width: 50%;
    }

    .remont_services_item_col_image {
        width: 65px;
        min-width: 65px;
        height: fit-content;
        justify-content: center;
        display: flex;
    }
}

@media(max-width:800px) {
    .remont_services_item {
        width: 100%;
    }
}

@media(max-width:600px) {
    .remont_rabota-item {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.remont-banner-box{
	background-image: url(/local/templates/aspro_max/components/bitrix/catalog/remont/&quot;/upload/iblock/d5d/feii9djwpv0vyclk64knp3bj8cofxw6f.png&quot;);
	border-radius:30px;
	padding:30px 30px 0 30px;
	background-size:cover;
}
.remont-banner-box img, .remont-banner-box a{
	margin-top:30px;
}
@media(max-width:600px) {
	.remont-title{
		font-weight: 600;
		font-size: 21px;
		line-height: 24px;
	}
}

/* End */


/* Start:/local/templates/aspro_max/components/bitrix/catalog/remont/bitrix/catalog.section.list/.default/style.min.css?17386125616236*/
.bx_catalog_line{margin-bottom:30px}.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{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!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{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@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:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.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}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.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}@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}}@media(max-width:639px){.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}}@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}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.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-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.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 .3s ease}
/* End */


/* Start:/local/templates/aspro_max/components/bitrix/news.list/remont_slider/style.css?17604137831405*/
.remont_slider_wrapper {
    margin: 100px 0;
}

.remont_slider {
    position: relative;
}

.remont_slider_item {
    height: 350px !important;
}

.remont_slider_item_wrapper {
    height: 100%;
    padding: 0 6px;
}

.remont_slider_item_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.remont_slider .slick-arrow.slick-prev {
    font-size: 0px;
    border: none;
    background: linear-gradient(180deg, #CF0103 36.68%, #810001 100%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 50%;
}

.remont_slider .slick-arrow.slick-next {
    font-size: 0px;
    border: none;
    background: linear-gradient(180deg, #CF0103 36.68%, #810001 100%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
}

.remont_slider .slick-arrow.slick-prev:after {
    content: url(/local/templates/aspro_max/images/slider_remont_arrow.svg);
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 9px;
}

.remont_slider .slick-arrow.slick-next:after {
    content: url(/local/templates/aspro_max/images/slider_remont_arrow.svg);
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: -9px;
    transform: rotate(180deg);
}
/* End */
/* /local/templates/aspro_max/components/bitrix/catalog/remont/style.css?17425543525550 */
/* /local/templates/aspro_max/components/bitrix/catalog/remont/bitrix/catalog.section.list/.default/style.min.css?17386125616236 */
/* /local/templates/aspro_max/components/bitrix/news.list/remont_slider/style.css?17604137831405 */
