

/* Start:/bitrix/templates/remstroy_/components/bitrix/main.share/my/style.css?1562658767524*/
.bx-share-social {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.bx-share-social li { float: left; }

.bx-share-icon {
	float: right;
	display: block;
	margin-left: 4px;
	margin-bottom: 4px;
	height: 22px;
	width: 22px;
}
.bx-share-icon a,
.bx-share-icon a:link,
.bx-share-icon a:visited,
.bx-share-icon a:active {
	color: #fff;
	padding-top: 4px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 22px;
	width: 22px;
	border-radius: 3px;
}

/* End */


/* Start:/bitrix/templates/remstroy_/components/ram/ram.calc/template1/style.css?156638554315679*/
.ram-calc__calculator-wrap {font-size: 20px; line-height: 100%; color: #333; padding: 0 0 20px; font-family: inherit;}
.ram-calc__calculator-wrap *, .ram-calc__calculator-wrap *:before, .ram-calc__calculator-wrap *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ram-calc__calculator-wrap:after {content: ''; clear: both; display: block;}
.ram-calc__calculator-tabs {font-size: 80%; padding: 0 0 20px;}
.ram-calc__calculator-tabs:after {content: ''; clear: both; display: block;}
.ram-calc__tab {float: left; cursor: pointer; padding: 10px; -webkit-border-top-right-radius: 2px; -moz-border-top-right-radius: 2px; border-top-right-radius: 2px; -webkit-border-top-left-radius: 2px; -moz-border-top-left-radius: 2px; border-top-left-radius: 2px;}
.ram-calc__tab-delete {display: inline-block; background: #fff; width: 20px; height: 20px; vertical-align: middle; margin-left: 10px; position: relative;}
.ram-calc__tab-delete:before {position: absolute; display: block; content: ''; background-color: #333; width: 14px; height: 2px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); left: 3px; top: 9px;}
.ram-calc__tab-delete:after {position: absolute; display: block; content: ''; background-color: #333; width: 14px; height: 2px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); left: 3px; top: 9px;}
.ram-calc__tab:first-child:nth-last-child(2) .ram-calc__tab-delete {display: none;}
.ram-calc__tab_active {color: #333; background: #eee; color: #fff;}
.ram-calc__calculator {}
.ram-calc__calculator_unactive {display: none;}
.ram-calc__calculator-title {padding: 0 0 20px; font-weight: bold; font-size: 125%; line-height: 100%;}
.ram-calc__calculator-properties {}
.ram-calc__property {padding: 0 0 20px;}
.ram-calc__property:after {content: ''; clear: both; display: block;}
.ram-calc__property-title {padding: 0 0 10px; font-weight: bolder;}
.ram-calc__property-hint {font-size: 90%; line-height: 100%; padding: 0 0 20px; margin-top: -10px; color: #888;}
.ram-calc__property-list {padding: 0 0 10px;}
.ram-calc__property-list:after {content: ''; clear: both; display: block;}
.ram-calc__property-list_select {padding: 0 0 20px;}
.ram-calc__property-list_select select {width: 100%; padding: 5px; border: 2px solid #ddd; outline: none; font-size: 100%; line-height: 100%; font-family: inherit; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.ram-calc__property-list_select select option[disabled] {display: none;}
.ram-calc__property-list_items {}
.ram-calc__value {position: relative; cursor: pointer; float: left; display: block; padding: 0 10px 0 0; margin: 0 0 10px;}
.ram-calc__value_noimage {width: 50%; padding-left: 30px; position: relative;}
.ram-calc__value_noimage:nth-child(2n+3) {clear: both;}
.ram-calc__value input {position: absolute; left: -10000px;}
.ram-calc__value-title {}
.ram-calc__value-hint {font-size: 90%; line-height: 100%; padding-top: 5px; color: #888;}
.ram-calc__value_noimage .ram-calc__value-title:before {content: ''; border: 2px solid #333; display: block; position: absolute; left: 0; padding: 8px;}
.ram-calc__value_noimage input[type='checkbox'] + .ram-calc__value-title:before {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.ram-calc__value_noimage input[type='radio'] + .ram-calc__value-title:before {-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.ram-calc__value_noimage .ram-calc__value-title:after {content: ''; display: block; position: absolute; left: 4px; top: 4px; width: 12px; height: 8px; opacity: 0;}
.ram-calc__value_noimage input[type='checkbox'] + .ram-calc__value-title:after {border: 2px solid #333; border-top: none; border-right: none; left: 4px; top: 4px; width: 12px; height: 8px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.ram-calc__value_noimage input[type='radio'] + .ram-calc__value-title:after {background: #333; left: 6px; top: 6px; width: 8px; height: 8px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.ram-calc__value_noimage input:checked + .ram-calc__value-title:after {opacity: 1;}
.ram-calc__value-image {width: 100px; height: 100px; border: 2px solid #ddd; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.ram-calc__value-image img {display: block; margin: 0 auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); top: 50%; position: relative;}
.ram-calc__value_image input:checked + .ram-calc__value-image {border: 2px solid #333;}
.ram-calc__property-number {padding: 0 0 20px;}
.ram-calc__property-number input[type='text'] {width: 100px; padding: 5px; border: 2px solid #ddd; outline: none; font-size: 100%; line-height: 100%; font-family: inherit; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.ram-calc__range {padding: 0 0 20px; text-align: center;}
.ram-calc__range:after {content: ''; clear: both; display: block;}
.ram-calc__range input[type='range'] {-webkit-appearance: none; width: 100%; margin: 0 0 5px;}
.ram-calc__range input[type='range']:focus {outline: none;}
.ram-calc__range input[type='range']::-webkit-slider-runnable-track {width: 100%; height: 20px; cursor: pointer; background: #eeeeee;}
.ram-calc__range input[type='range']::-webkit-slider-thumb {border: 2px solid #dddddd; height: 20px; width: 40px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #ffffff; cursor: pointer; -webkit-appearance: none;}
.ram-calc__range input[type='range']:focus::-webkit-slider-runnable-track {background: #eeeeee;}
.ram-calc__range input[type='range']::-moz-range-track {width: 100%; height: 20px; cursor: pointer; background: #eeeeee;}
.ram-calc__range input[type='range']::-moz-range-thumb {border: 2px solid #dddddd; height: 20px; width: 40px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #ffffff; cursor: pointer;}
.ram-calc__range input[type='range']::-ms-track {width: 100%; height: 20px; cursor: pointer;}
.ram-calc__range input[type='range']::-ms-fill-lower {background: #eeeeee;}
.ram-calc__range input[type='range']::-ms-fill-upper {background: #eeeeee;}
.ram-calc__range input[type='range']::-ms-thumb {border: 2px solid #dddddd; height: 20px; width: 40px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #ffffff; cursor: pointer; height: 2px;}
.ram-calc__range input[type='range']:focus::-ms-fill-lower {background: #eeeeee;}
.ram-calc__range input[type='range']:focus::-ms-fill-upper {background: #eeeeee;}
.ram-calc__range input[type='range'][readonly] {opacity: 0.3;}
.ram-calc__range-min {float: left; font-size: 80%; line-height: 100%;}
.ram-calc__range-max {float: right; font-size: 80%; line-height: 100%;}
.ram-calc__range-value {width: 100px; display: inline-block; margin: 0 auto; padding: 5px; border: 2px solid #ddd; outline: none; font-size: 100%; line-height: 100%; font-family: inherit; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-align: center;}
.ram-calc__calculator-calculations {padding: 0 0 30px;}
.ram-calc__calculator-total-calculations {padding: 0 0 30px;}
.ram-calc__calculations-title {padding: 0 0 10px; font-weight: bolder;}
.ram-calc__calculation {padding: 0 0 10px;}
.ram-calc__calculation-title {display: inline; font-weight: bolder;}
.ram-calc__calculation-result {display: inline; font-weight: bolder; color: #333; font-size: 150%; line-height: 100%; margin: 0 5px 0 10px;}
.ram-calc__calculation-measure {display: inline;}
.ram-calc__request {}
.ram-calc__request-description {padding: 0 0 20px;}
.ram-calc__request-field {padding: 0 0 20px;}
.ram-calc__request-field input[type='text'] {width: 100%; padding: 5px; border: 2px solid #ddd; outline: none; font-size: 100%; line-height: 100%; font-family: inherit; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.ram-calc__request-field input[required] {border-color: #da3737;}
.ram-calc__request-submit {text-align: center;}
.ram-calc__request-submit input[type='button'] {padding: 10px 20px; border: none; background: #333; color: #fff; outline: none; font-size: 90%; line-height: 100%; font-family: inherit; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-weight: bold; cursor: pointer;}
.ram-calc__request-consent {}
.ram-calc__request-consent input {position: absolute; left: -10000px;}
.ram-calc__request-consent a {position: relative; padding-left: 30px; display: block;}
.ram-calc__request-consent a:before {content: ''; border: 2px solid #333; display: block; position: absolute; left: 0; padding: 8px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.ram-calc__request-consent input[type='checkbox']:checked + a:after {content: ''; border: 2px solid #333; border-top: none; border-right: none; display: block; position: absolute; left: 4px; top: 4px; width: 12px; height: 8px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.ram-calc__popup {padding: 20px; font-size: 20px; line-height: 150%; color: #333; font-family: inherit; text-align: center;}
.ram-calc__popup a {display: inline-block; font-size: 80%; line-height: 100%; text-decoration: none; margin: 5px; padding: 10px 20px; background: #333; color: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-weight: bold;}
@media screen and (max-width: 499px)
{
	.ram-calc__tab {float: none; text-align: center;}
	.ram-calc__value_noimage {width: auto; float: none;}
}
/* blue theme #1485ce */
.ram-calc__calculator_theme-blue .ram-calc__tab_active {background-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__calculation-result {color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__value_noimage input + .ram-calc__value-title:before {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__value_noimage input[type='checkbox'] + .ram-calc__value-title:after {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__value_noimage input[type='radio'] + .ram-calc__value-title:after {background-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__value_image input:checked + .ram-calc__value-image {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__range input[type='range']::-webkit-slider-thumb {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__range input[type='range']::-moz-range-thumb {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__range input[type='range']::-ms-thumb {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__request-submit input[type='button'] {background-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__request-consent input[type='checkbox'] + a:before {border-color: #1485ce;}
.ram-calc__calculator_theme-blue .ram-calc__request-consent input[type='checkbox'] + a:after {border-color: #1485ce;}
.ram-calc__popup_theme-blue a {background-color: #1485ce;}
/* green theme #3bc915 */
.ram-calc__calculator_theme-green .ram-calc__tab_active {background-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__calculation-result {color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__value_noimage input + .ram-calc__value-title:before {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__value_noimage input[type='checkbox'] + .ram-calc__value-title:after {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__value_noimage input[type='radio'] + .ram-calc__value-title:after {background-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__value_image input:checked + .ram-calc__value-image {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__range input[type='range']::-webkit-slider-thumb {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__range input[type='range']::-moz-range-thumb {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__range input[type='range']::-ms-thumb {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__request-submit input[type='button'] {background-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__request-consent input[type='checkbox'] + a:before {border-color: #3bc915;}
.ram-calc__calculator_theme-green .ram-calc__request-consent input[type='checkbox'] + a:after {border-color: #3bc915;}
.ram-calc__popup_theme-green a {background-color: #3bc915;}
/* red theme #da3737 */
.ram-calc__calculator_theme-red .ram-calc__tab_active {background-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__calculation-result {color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__value_noimage input + .ram-calc__value-title:before {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__value_noimage input[type='checkbox'] + .ram-calc__value-title:after {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__value_noimage input[type='radio'] + .ram-calc__value-title:after {background-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__value_image input:checked + .ram-calc__value-image {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__range input[type='range']::-webkit-slider-thumb {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__range input[type='range']::-moz-range-thumb {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__range input[type='range']::-ms-thumb {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__request-submit input[type='button'] {background-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__request-consent input[type='checkbox'] + a:before {border-color: #da3737;}
.ram-calc__calculator_theme-red .ram-calc__request-consent input[type='checkbox'] + a:after {border-color: #da3737;}
.ram-calc__popup_theme-red a {background-color: #da3737;}
/* yellow theme #ee9200 */
.ram-calc__calculator_theme-yellow .ram-calc__tab_active {background-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__calculation-result {color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__value_noimage input + .ram-calc__value-title:before {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__value_noimage input[type='checkbox'] + .ram-calc__value-title:after {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__value_noimage input[type='radio'] + .ram-calc__value-title:after {background-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__value_image input:checked + .ram-calc__value-image {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__range input[type='range']::-webkit-slider-thumb {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__range input[type='range']::-moz-range-thumb {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__range input[type='range']::-ms-thumb {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__request-submit input[type='button'] {background-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__request-consent input[type='checkbox'] + a:before {border-color: #ee9200;}
.ram-calc__calculator_theme-yellow .ram-calc__request-consent input[type='checkbox'] + a:after {border-color: #ee9200;}
.ram-calc__popup_theme-yellow a {background-color: #ee9200;}
/* End */


/* Start:/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/style.css?15662124944024*/

table.artikul_nalichie { width: 100%; height: 50px; }
table.artikul_nalichie td{vertical-align: middle; }
a table.artikul_nalichie { color: #707070; }


.kol_tovar_plus_minus .btn { padding: 7px 10px; }

td.art { font-size: 13px; }

.plitki_more div>div {
    /*display: inline-block;*/
    /*width: 90px;*/
    /*border: 1px red solid;*/
    /*padding: 0;*/

}
 
.opisanie_razd {

    /*margin: 0 20px 0 15px;*/
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
}


.plitki_more .btn {
    background-image: none;
    width: 50%;
    color: #ADADAD;
    font-size: 13px;
    padding: 0;
}

.plitki_more .btn:hover { color: #636363; }


.plitki_more .btn:active, .plitki_more .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: none;
    color: black;
}


.list-group {
    width: 100%;
}

    /* Список продукции*/

.prod_plitki a .prod_title{ color: black; font-size: 18px; line-height: 16pt; }

.prod_plitki:hover { box-shadow: 0 0 10px rgba(0,0,0, .1)  inset;}

.prod_all{position: relative; margin: 0 15px;  padding: 0 0 30px;}
.prod_plitki { /*margin-top: 40px;*/ border: 1px solid #ededed; height: 550px; padding: 30px 0; margin-top: -1px; margin-left: -1px; }
.prod_plitki .prod_title{ height: 60px; overflow: hidden;   }
.prod_plitki .cena{ font-size: 18px; margin: 20px 0; white-space: nowrap; font-family: 'bold';}
.prod_plitki .cena div { display: inline-block; }
.prod_plitki .cena span{ font-size: 14px; color: #A3A3A3;font-family: 'light'; text-decoration: line-through; /*display: block;*/}
.prod_plitki .v_nalichii{ font-size: 13px; color: green; }
.prod_plitki .no_v_nalichii{ font-size: 13px; color: #acacac; }
.prod_plitki .car{ font-size: 14px; padding: 8px 20px; width: 100%;}
.prod_plitki .car_no_kol{ font-size: 14px; padding: 8px 20px; width: 100%;}
.prod_plitki a.zakaz{ font-size: 14px; padding: 8px 20px; background: #7f7f7f !important;}
.prod_plitki a.zakaz:hover{ background: #686868 !important;}
.prod_plitki .plitki_more{ border: 1px solid #ebe9eb; padding: 8px 5px; margin-top: 10px; text-align: center;  font-size: 13px;}
.prod_plitki .plitki_more a{ color: #acacac; }
.prod_plitki .plitki_more a:hover{ color: red; }

.cena_nalichie table{ height: 66px;  }

.kolichectvo {display: inline-block; float: left;  font-size: 16px; margin-top: 1px;}
.kolichectvo table{border: #e4e2e4 1px solid; }
.kolichectvo td{ text-align: center; padding: 6px 0; }
.kolichectvo a{ color: #6f6a6f; }


.kolichectvo input{ border-radius: 0; box-shadow: none; border: none; width: 100%; text-align: center; padding: 0; font-size: 16px; display: inline-block;}

.shildiki {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    text-align: center;
}

.shildiki div {padding: 5px 7px 3px; margin-bottom: 3px;}

.shildiki .new { background: #00AD58; font-size: 10px; text-transform: uppercase; color: white;}
.shildiki .hit { background: #FF8300; font-size: 10px; text-transform: uppercase; color: white;}
.shildiki .rasprod { background: red; font-size: 10px; text-transform: uppercase; color: white;}
.shildiki .recom { background: #007FFF; font-size: 10px; text-transform: uppercase; color: white;}

.prod_plitki .proc_skidki {
    background: #c600ff;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
    /*margin: -8px;*/

    text-align: center;
    border-radius: 35px;
    padding-top: 10px;
    color: white;
}

.prod_plitki .proc_skidki div {
    color: white;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 0;
    font-family: 'fregatbold';

}

    /* .Список продукции */

.prod_plitki {
	background-color: #eaf9ec;
	/*background-image: url('http://uspeh-nn.r52.ru/upload/medialibrary/336/33667069e5d51323fc72b76090117cf8.png');*/
}

/* End */


/* Start:/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/style.min.css?15626587674634*/
.bx_blue.bx-section-desc{border-left-color:#0083d1}.bx_catalog_list_home.bx_blue .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #165c99;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx_catalog_list_home.bx_blue .bx_bt_button:hover{background:#26b0e4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));background:-webkit-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-moz-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-ms-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-o-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:linear-gradient(to bottom,#26b0e4 0,#2684d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0)}.bx_catalog_list_home.bx_blue .bx_bt_button:active{background:#0052bf;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));background:-webkit-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-moz-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-ms-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-o-linear-gradient(top,#0052bf 0,#0085d3 100%);background:linear-gradient(to bottom,#0052bf 0,#0085d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0)}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 fill stretch}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/images/x2border_active.png) 2 fill stretch}
/* End */
/* /bitrix/templates/remstroy_/components/bitrix/main.share/my/style.css?1562658767524 */
/* /bitrix/templates/remstroy_/components/ram/ram.calc/template1/style.css?156638554315679 */
/* /bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/style.css?15662124944024 */
/* /bitrix/templates/remstroy_/components/bitrix/catalog.section/catalog_all/themes/blue/style.min.css?15626587674634 */
