

/* 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:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173797787451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/aspro_max/components/bitrix/catalog/remont/style.css?17425543525550 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173797787451 */
