

/* Start:/local/templates/.default/components/bitrix/catalog/bootstrap_v5/style.css?17393651415031*/
.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/.default/components/bitrix/news.list/review/style.css?15804757661010*/
.b-reviews {
	margin: 0 0 100px;
}
.b-reviews .reviews__item {
	text-align: left;
}
.b-reviews .reviews__content {
	margin: 10px 10px 35px;
	padding: 30px;
	position: relative;
	background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 34px rgba(0,0,0,0.05), 0 0px 10px rgba(0,0,0,0.1); 
	box-shadow: 0 30px 34px rgba(0,0,0,0.05), 0 0px 10px rgba(0,0,0,0.1);
}
.b-reviews .reviews__content::after {
	content: '';
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 0;
    position: absolute;
    left: 25px;
	bottom: -50px;
}
.b-reviews .reviews__bottom {
	margin-left: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-reviews .reviews__img {
	margin-right: 20px;
}
.b-reviews .reviews__city {
	font-size: 14px;
	color: #bbb;
}
@media (max-width: 980px) {
	.b-reviews {
		margin: 0 0  40px 0;
	}
}
@media (max-width: 767px) {
	.b-reviews {
		margin: 0 0 20px 0;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/bootstrap_v5/style.css?17393651415031 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?158047574351 */
/* /local/templates/.default/components/bitrix/news.list/review/style.css?15804757661010 */
