

/* Start:/local/templates/aspro_next/components/bitrix/catalog/bootstrap_v4/style.css?15804757655031*/
.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;
}
/*----------------------------*/
.bx-catalog-element--blue .bx_bt_button {
	position: relative;
    display: block;
    margin: 0 auto 20px;
    max-width: 190px;
    width: 100%;
	height: 55px;
	line-height: 55px;
    font-weight: 800;
	font-size: 16px;
	text-align: center;
	background-color: #168EE5;
	border: 1px solid #168EE5;
	border-radius: 5px;
	color: #FFF;
	transition: background-color 0.5s;
}
.bx-catalog-element--blue .bx_bt_button:hover {
	background-color: transparent;
    color: #168EE5;
}
.bx-catalog-element--blue .item_current_price {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.bx-catalog-element--blue .item_buttons_counter_block--flex {
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 120px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	line-height: 50px;
}
.bx-catalog-element--blue .item_buttons_counter_block--flex a {
	width: calc((100% - 50px) / 2);
	text-align: center;
	font-size: 18px;
	color: rgba(0,0,0,0.2);
}

.bx-catalog-element--blue .item_buttons_counter_block--flex input[type=text] {
    background: #fff;
    border: none;
    width: 50%;
    text-align: center;
    font-size: 18px;
}
.bx-catalog-element--blue input[type="text"] {
	padding: 0;
	background: #f7f7f7;
	color: #000;
}
.bx-catalog-element--blue .bx_bt_button_type_2:active,
.bx-catalog-element--blue .bx_bt_button_type_2:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	color: #222;
}
.bx-catalog-element--blue.bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 0;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #168EE5;
	text-shadow: none;
	border-radius: 0;
	font-family: "Ubuntu",Arial,sans-serif;
	font-weight: normal;
}
.bx-catalog-element--blue .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:hover {
    background: #168EE5;
    color: #fff;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.bx-catalog-element--blue .product-item-img {
	width: 400px;
	height: 270px;
}
.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
	top: 60px!important;
	z-index: 10;
}
/*----------------------------*/
.offers_table--blue {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-size: 24px;
}
.offers_table--blue.offers_table td {
	font-size: 24px;
}
.offers_table--blue.offers_table td:first-child {
	width: 120px;
	border-right: 1px solid #f2f2f2;
}
.offers_table--blue.offers_table td:first-child img {
	max-width: 100%;
}
.offers_table--blue .count,
.offers_table--blue .like_icons,
.offers_table--blue .counter_block_wr,
.offers_table--blue .one_click_buy {
	display: none;
}
.offers_table--blue .price_value {
	font-size: 40px;
}
/*----------------------------*/
.offers_table--blue .bx-blue .btn.btn-default,
.bx-blue .btn.btn-default {
	padding: 0 10px;
    width: 160px;
    background-color: #e8f4fd;
    line-height: 50px;
    text-align: center;
    border:none;
    border-radius: 5px;
    font-size: 15px;
    color: #168EE5;
}
.offers_table--blue .bx-blue .btn.btn-default:hover,
.bx-blue .btn.btn-default:hover {
    background-color: #168EE5;
    color: #fff;
}
.product-item-detail-short-card-fixed.hidden-xs {
	display: none!important;
}
.btn-link.bought.product-item-detail-buy-button {
    padding: 24px 10px;
    width: 160px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
	background-color: #168EE5;
	border-color: #168EE5;
	text-transform: none;
	color: #fff;
	font-weight: normal;
}
.btn-link.bought.product-item-detail-buy-button:hover, 
.btn-link.bought.product-item-detail-buy-button:active, 
.btn-link.bought.product-item-detail-buy-button:focus {
	background-color: #e8f4fd;
    border-color: #e8f4fd;
    color: #168EE5;
}
/*----------------------------*/
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:768px){

}
@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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?158047574351*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/catalog/uncolored/style.css?159540686212006*/
.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;
}
/*----------------------------*/
.bx_catalog_top_ecp.bx_catalog_top_home.col4 .bx_catalog_item,
.bx-touch .bx_catalog_top_home.col4 .bx_catalog_item {
	margin: 0 1% 30px;
	padding: 25px 26px 0px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	width: 285px;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_images_double, 
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_images {
	margin-top: 0;
    padding-top: 0;
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	border-radius: 10px;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_container,
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item:hover .bx_catalog_item_container {
    padding: 0px 0px 0px;
    /* position: relative; */
    box-sizing: border-box;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_images,
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_images_double {
	background-position: 20px 155px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
	background-size: auto;
	transition: none;
	background-color: #0081B9;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_title {
	margin-bottom: 15px;
	overflow: auto;
	height: auto !important;
	min-height: 65px !important;
	line-height: 1.2;
	font-size: 25px;
	z-index: 2000;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_title a:link,
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_title a:hover,
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_title a:visited {
	display: block;
	height: 80px;
	font-size: 22px;
	font-weight: 500;
	color: #111;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_title a span {
	font-weight: normal;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_txt {
	font-size: 16px;
	height: 98px; 
	overflow: hidden;
}
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item .bx_catalog_item_controls, 
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item .bx_catalog_item_articul, 
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item .bx_catalog_item_scu {
	display: block;
	opacity: 1;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls input[type=text] {
    border: none;
}
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item:hover .bx_catalog_item_container {
	box-shadow: none;
	border: none;
	animation: none;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
display:none
}
.bx_catalog_list_home .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item:hover .bx_catalog_item_controls {
	margin: 0 0px;
	padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	border-top: 1px solid #bbb;
	width: 100%;
    max-width: 100%;

}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	padding: 0 5px;
    box-sizing: border-box;
	width: 40%;
    height:60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #bbb;
}
.bx-no-touch .bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
	display: none;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls .bx_catalog_item_controls a,
.bx_catalog_top_ecp.bx_catalog_top_home .bx_bt_button_type_2 {
	margin-bottom: 0;
	width: 25%;
	border: none;
    background-image: none;
    text-shadow: none;
    font-size: 18px;
    color: #999;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls input[type=text] {
    background: #fff;
    border: none;
    width: 35%;
    text-align: center;
    font-size: 18px;
}
.bx_catalog_top_ecp.bx_catalog_top_home input[type="text"], 
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_top_ecp.bx_catalog_top_home input[type="password"], 
.bx_catalog_top_ecp.bx_catalog_top_home input[type="email"], 
.bx_catalog_top_ecp.bx_catalog_top_home input[type="tel"], 
.bx_catalog_top_ecp.bx_catalog_top_home select, 
.bx_catalog_top_ecp.bx_catalog_top_home textarea {
	padding: 0;
	background: #f7f7f7;
	color: #000;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_bt_button_type_2:active,
.bx_catalog_top_ecp.bx_catalog_top_home .bx_bt_button_type_2:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	color: #222;
}
.bx_catalog_top_ecp.bx_catalog_top_home input:not(.btn) {
    line-height: 20px;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_bt_button {
    display: block;
    width: 100%;
    line-height: 60px;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 0;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #168EE5;
	text-shadow: none;
	border-radius: 0;
	font-family: "Ubuntu",Arial,sans-serif;
	font-weight: normal;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:hover {
    background: #168EE5;
    color: #fff;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.bx_catalog_top_ecp.bx_catalog_top_home .bx_catalog_item_price .bx_price {
	margin: 0px 0 12px;
	font-size: 40px;
	font-weight: 500;
	display: inline-block;
}
/*----------------------------*/
.bx_catalog_ecp--section.bx_catalog_top_ecp.bx_catalog_top_home.col4 .bx_catalog_item {
    padding: 25px 0px 0px;
}
.bx_catalog_ecp--section.bx_catalog_top_ecp.bx_catalog_top_home.col4 .bx_catalog_item_title,
.bx_catalog_ecp--section.bx_catalog_top_ecp.bx_catalog_top_home.col4 .bx_catalog_item_txt,
.bx_catalog_ecp--section.bx_catalog_top_ecp.bx_catalog_top_home.col4 .bx_catalog_item_price {
	padding-right: 25px;
	padding-left: 25px;
}
/*----------------------------*/
.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 60px;
}
.product-item-detail-short-card-fixed.active {
    display: none!important;
}
/*----------------------------*/
.bx-catalog-element--blue .bx_bt_button {
	position: relative;
    display: block;
    margin: 0 auto 20px;
    max-width: 190px;
    width: 100%;
	height: 55px;
	line-height: 55px;
    font-weight: 800;
	font-size: 16px;
	text-align: center;
	background-color: #168EE5;
	border: 1px solid #168EE5;
	border-radius: 5px;
	color: #FFF;
	transition: background-color 0.5s;
}
.bx-catalog-element--blue .bx_bt_button:hover {
	background-color: transparent;
    color: #168EE5;
}
.bx-catalog-element--blue .item_current_price {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.bx-catalog-element--blue .item_buttons_counter_block--flex {
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 120px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	line-height: 50px;
}
.bx-catalog-element--blue .item_buttons_counter_block--flex a {
	width: calc((100% - 50px) / 2);
	text-align: center;
	font-size: 18px;
	color: rgba(0,0,0,0.2);
}

.bx-catalog-element--blue .item_buttons_counter_block--flex input[type=text] {
    background: #fff;
    border: none;
    width: 50%;
    text-align: center;
    font-size: 18px;
}
.bx-catalog-element--blue input[type="text"] {
	padding: 0;
	background: #f7f7f7;
	color: #000;
}
.bx-catalog-element--blue .bx_bt_button_type_2:active,
.bx-catalog-element--blue .bx_bt_button_type_2:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	color: #222;
}
.bx-catalog-element--blue.bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 0;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #168EE5;
	text-shadow: none;
	border-radius: 0;
	font-family: "Ubuntu",Arial,sans-serif;
	font-weight: normal;
}
.bx-catalog-element--blue .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:hover {
    background: #168EE5;
    color: #fff;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.bx-catalog-element--blue .product-item-img {
	width: 400px;
	height: 270px;
}
.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 60px!important;
}
/*----------------------------*/
.offers_table--blue {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	font-size: 24px;
}
.offers_table--blue.offers_table td {
	font-size: 24px;
}
.offers_table--blue.offers_table td:first-child {
	width: 120px;
	border-right: 1px solid #f2f2f2;
}
.offers_table--blue.offers_table td:first-child img {
	max-width: 100%;
}
.offers_table--blue .count,
.offers_table--blue .like_icons,
.offers_table--blue .counter_block_wr,
.offers_table--blue .one_click_buy {
	display: none;
}
.offers_table--blue .price_value {
	font-size: 40px;
}
/*----------------------------*/
.offers_table--blue .bx-blue .btn.btn-default,
.bx-blue .btn.btn-default {
	padding: 0 10px;
    width: 160px;
    background-color: #e8f4fd;
    line-height: 50px;
    text-align: center;
    border:none;
    border-radius: 5px;
    font-size: 15px;
    color: #168EE5;
}
.offers_table--blue .bx-blue .btn.btn-default:hover,
.bx-blue .btn.btn-default:hover {
    background-color: #168EE5;
    color: #fff;
}
.product-item-detail-short-card-fixed.hidden-xs {
	display: none!important;
}
/*----------------------------*/
.bx_catalog_list_home{
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
.bx_catalog_item_price .bx_price {
    margin-right: 10px;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-list__units {
	display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    line-height: 20px;
}
.catalog-list__units span {
	display: block;
	font-size: 15px!important;
	color: #999!important;
	text-decoration: none!important;
}
.bx-no-touch .b-uncolored.bx_catalog_top_home .bx_catalog_item:hover .bx_catalog_item_container {
	position: static;
}
/*----------------------------*/
.b-uncolored {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/* -webkit-box-pack: justify;
	    -ms-flex-pack: justify; 
	        justify-content: space-between;*/
}
.b-uncolored .bx_catalog_item_controls {
	position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.b-uncolored .bx_catalog_item {
	padding-bottom: 50px;
}
.b-uncolored .bx_catalog_item_price {
    position: absolute;
	bottom: 60px;
}
/*----------------------------*/
@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%;
	}

}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog/bootstrap_v4/style.css?15804757655031 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?158047574351 */
/* /local/templates/aspro_next/components/bitrix/catalog/uncolored/style.css?159540686212006 */
