

/* Start:/local/templates/truewater.v2/components/bitrix/catalog/farwater/style.css?16323425344913*/
.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%;
	}

}

.wrap .coolers-list .buy-row .btn_tocart {margin-top: 11px;}
.moved.moved--left {text-align: left;}
.moved--left a {padding: 12px;}


.product-row {
	display: flex;
	margin-bottom: 20px;
}

.product-row__col {
	width: 100%;
	border: 3px solid #fff;
}

.product-row__img {
	max-width: 372px;
	margin-right: 14px;
}

.product-text {
	padding: 15px 20px;
}

.product-text__top {
	display: flex;
	margin-bottom: 20px;
}

.product-text__top-left {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-right: 27px;
}

.product-text__top-right {
	width: 100%;
	max-width: 186px;
}

.product-detail-text,
.product-detail-text p {
	color: #fff;
}

.product-detail-text ul {
	padding-left: 15px;
}

.product-detail-text a {
	color: #fff;
	text-decoration: underline;
}

.buy-btn-wrap {
	display: flex;
	align-items: center;
	background-color: #c3e1e3;
	border-radius: 20px;
	overflow: hidden;
}

.buy-btn-wrap > a {
	display: flex;
	height: 40px;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	border-right: 1px solid #3a9caa;
}

.buy-btn-wrap > a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.buy-btn-wrap span.quantity-spin {
	display: flex;
	justify-content: center;
}

.buy-btn-wrap span.quantity-spin input.bx_col_input {
	background-color: transparent;
	border: none;
	font-size: 16px;
}

.product-text__top-right a.btn--yellow {
	background: #f4e454;
	color: #3a9caa;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}

.product-text__top-right a.btn--yellow:hover {
	background: #75bac4;
	color: #ffffff;
}

.product-advantages {
	display: flex;
	justify-content: space-between;
	border: 3px solid #fff;
	padding: 40px 44px 2px;
}

.product-block-props {
	border: 3px solid #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.advantage-item {
	max-width: 190px;
	margin-bottom: 20px;
}

.advantage-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.advantage-item .advantage-item__icon img {
	width: auto;
	min-width: auto
}

.advantage-item__text {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	font-weight: 300;
	padding-bottom: 15px;
}

.product-block-props,
.product-block-props p {
	color: #fff;
}

.product-block-props__before-text {
	margin-bottom: 20px;
}

.product-block-props__list {
	display: flex;
	justify-content: space-between;
	list-style: none !important;
	flex-wrap: wrap;
}

.product-block-props__list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: calc(50% - 10px);
	box-sizing: border-box;
	font-size: 15px;
	margin-bottom: 5px;
}

.product-block-props__list li span {
	position: relative;
	z-index: 2;
	background-color: #3a9caa;
}

.product-block-props__list li span:first-child {
	padding-right: 5px;
}

.product-block-props__list li span:last-child {
	padding-left: 5px;
	min-width: 150px;
}

.product-block-props__list li:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #6f6f7b;
}

.product-text__top .description-table {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.product-row {
		display: block;
	}
	.product-row__img {
		margin: 0 auto 20px;
	}
	.advantage-item__text {
		font-size: 16px;
	}
	.product-advantages {
		padding: 30px 20px 2px;
	}
	.product-row__col {
		box-sizing: border-box;
	}
}
@media (max-width: 767px) {
	.product-advantages {
		flex-wrap: wrap;
		padding: 30px 10px 2px;
	}
	.advantage-item {
		width: 50%;
		max-width: none;
	}
	.advantage-item__text br {
		display: none;
	}
	.product-block-props__list li {
		display: block;
		padding-bottom: 10px;
		width: 100%;
	}
	.product-block-props__list li span:last-child {
		min-width: auto;
	}
	.product-block-props__list li span {
		display: block;
		padding: 0 !important;
	}
	.product-text__top-left {
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
	.product-text__top {
		display: block;
		padding: 0;
	}
	.description-table table {
		width: 100% !important;
	}
	.product-detail-text,
	.product-detail-text p {
		font-size: 14px !important;
	}
	.product-text {
		padding: 10px 15px;
	}
}
/* End */


/* Start:/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/style.css?175949450245264*/
/* item_detail_v2 */
.bx_item_detail .bx_item_title{
	padding-bottom:14px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 16px;
	min-height: 24px
}

.bx_item_detail .bx_item_title h1{
	font-size:24px;
	border-bottom:0 none transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bx_item_detail h1 span{color:#000}
.bx_item_detail .bx_item_container{}
.bx_item_detail .bx_item_container .bx_lt{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:2%;
	width:38%;
}
.bx_item_detail .bx_item_container .bx_rt{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:2%;
	width:58%;
}
.bx_item_detail .bx_item_container .bx_md{clear:both}
.bx_item_detail .bx_item_container .bx_lb{
	float:left;
	margin-right:2%;
	width:48%;
}
.bx_item_detail .bx_item_container .bx_rb{
	float:right;
	margin-left:2%;
	width:48%;
}
.bx_item_detail .bx_optionblock{
	float:right;
	margin-left:10px;
	width:120px;
}

/* Item info */
.bx_item_detail .item_price{margin-bottom:20px}
.bx_item_detail .item_name{
	margin:0;
	padding:0;
}
.bx_item_detail .item_name a{
	color:#000;
	text-decoration:none;
	font-size:23px;
}
.bx_item_detail .item_old_price{
	padding:0 10px;
	color:#b8b8b8;
	text-decoration:line-through;
	font-weight:bold;
	font-size:15px;
}
.bx_item_detail .item_current_price{
	display:inline-block;
	margin-top:2px;
	padding:0 10px;
	border-bottom:1px solid #e6e6e6;
	background: #f8f5ab;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjVhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY5Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f5ab), color-stop(100%,#fbf9cb));
	background:-webkit-linear-gradient(top, #f8f5ab 0%,#fbf9cb 100%);
	background:   -moz-linear-gradient(top, #f8f5ab 0%,#fbf9cb 100%);
	background:    -ms-linear-gradient(top, #f8f5ab 0%,#fbf9cb 100%);
	background:     -o-linear-gradient(top, #f8f5ab 0%,#fbf9cb 100%);
	background:        linear-gradient(to bottom, #f8f5ab 0%,#fbf9cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f5ab', endColorstr='#fbf9cb',GradientType=0 );
	color:#cf1515;
	font-weight:bold;
	font-size:21px;
	line-height:33px;
}
.bx_item_detail .item_economy_price{
	display:inline-block;
	padding:0 0 0 10px;
	color:#b8b8b8;
	font-weight:bold;
	font-size:14px;
	line-height:33px;
}

.bx_item_detail .item_info_section{
	margin:0 0 20px 0;
	padding:0 0 0 10px;
	font-size:13px;
	line-height:19px;
}
.bx_item_detail .item_section_name_gray{
	color:#9e9e9e;
	font-size:13px;
}
.bx_item_detail .item_info_section dl{
	margin-bottom: 20px;
	overflow: hidden;
	padding:0;
}
.bx_item_detail .item_info_section dl dt{
	clear: both;
	float: left;
	font-weight: bold;
}
.bx_item_detail .item_info_section dl dd{
	float: left;
	margin: 0 5px;
}

.bx_item_detail .item_buttons_counter_block{
	display:inline-block;
	margin-right:10px;
	vertical-align: baseline;
	color: #3f3f3f;
	font-size: 13px;
	text-align: left;
}
.bx_item_detail .item_buttons_counter_block a{
	vertical-align: baseline;
}
.bx_item_detail .bx_cnt_desc{vertical-align: baseline;}
/* Item SET */

.bx_item_detail .transparent_input{
	border:none;
	background:none;
	color:#000;
	font-weight:bold;
	font-size:14px;
	display: inline-block;
	width: 60px;
	text-align: center;
}






/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
	padding:0;
	border-bottom:1px solid #d9e1e3;
	vertical-align:bottom;
	text-align:left;
}
.bx_item_detail .tab-list li{
	display:inline-block;
	border:1px solid #d9e1e3;
	border-bottom:none;
	border-radius:3px 3px 0 0;
	background:#f7f7f7;
	box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
	vertical-align:bottom;

}
.bx_item_detail .tab-list li a{
	display:block;
	padding:0 10px;
	height:30px;
	box-shadow:none;
	color:#999;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{
	background:#fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
	position:relative;
	bottom:-2px;
	height:35px;
	background:#fff;
	color:#3f3f3f;
	line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off{display:none;}
.bx_item_detail .tab-boby-container .container>div{

}
.bx_item_detail .item_comments{
	display:block;
	padding-left:10px;
}
.bx_item_detail .item_comments li{
	display:block;
	padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
	display:inline-block;
	color:#5d90bd;
	font-size:14px;
}
.bx_item_detail .item_comments_date{
	display:inline-block;
	margin-left:10px;
	color:#b8b8b8;
	font-size:14px;
}
.bx_item_detail .item_comments_container p{
	margin-top:5px;
	color:#3f3f3f;
	font-size:14px;
}

.bx_item_detail .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_item_detail .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 #006cae;
}
.bx_item_detail .bx_bt_button:hover  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:     -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:        linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}
.bx_item_detail .bx_bt_button:active  		{
	background:#006fcb;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006fcb), color-stop(100%,#00a2df));
	background:-webkit-linear-gradient(top, #006fcb 0%,#00a2df 100%);
	background:   -moz-linear-gradient(top, #006fcb 0%,#00a2df 100%);
	background:    -ms-linear-gradient(top, #006fcb 0%,#00a2df 100%);
	background:     -o-linear-gradient(top, #006fcb 0%,#00a2df 100%);
	background:        linear-gradient(to bottom, #006fcb 0%,#00a2df 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fcb', endColorstr='#00a2df',GradientType=0 );
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}

.bx_item_detail .bx_bt_button_type_2 		{
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:   -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:    -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:     -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:        linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_item_detail .bx_bt_button_type_2:hover 	{
	background:#fff;
}
.bx_item_detail .bx_bt_button_type_2:active {
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:   -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:    -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:     -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:        linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_item_detail .bx_small.bx_bt_button  		{}
.bx_item_detail .bx_small.bx_bt_button:hover  {}
.bx_item_detail .bx_small.bx_bt_button:active {}
.bx_item_detail .bx_small.bx_bt_button_type_2 		{}
.bx_item_detail .bx_small.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_small.bx_bt_button_type_2:active{}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_item_detail .bx_medium.bx_bt_button  	{
	height:27px;
	line-height:27px;
}
.bx_item_detail .bx_medium.bx_bt_button:hover  {}
.bx_item_detail .bx_medium.bx_bt_button:active {}
.bx_item_detail .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_item_detail .bx_medium.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_medium.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2	{
	padding:0 13px;
	height:34px;
	font-weight:bold;
	line-height:34px;
}
.bx_item_detail .bx_big.bx_bt_button  	{
	height:36px;
	line-height:36px;
}
.bx_item_detail .bx_big.bx_bt_button:hover  {}
.bx_item_detail .bx_big.bx_bt_button:active {}
.bx_item_detail .bx_big.bx_bt_button_type_2 	  {}
.bx_item_detail .bx_big.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_big.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button.bx_cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/bt_cart.png) no-repeat center;
}

.bx_item_detail .bx_fwb{font-weight:bold}


@media (min-width:981px){}
@media (max-width:740px){
	.bx_item_detail .bx_optionblock{display:none}
	.bx_item_detail .item_buttons_counter_block{margin-bottom:10px}
	.bx_item_detail .bx_item_container .bx_lb,
	.bx_item_detail .bx_item_container .bx_rb{width:48%}
}
@media (min-width:640px) and (max-width:980px){}
@media (min-width:480px) and (max-width:639px){}
@media (max-width:480px) {
	.bx-touch .bx_item_detail .bx_item_container .bx_lt,
	.bx-touch .bx_item_detail .bx_item_container .bx_rt,
	.bx-touch .bx_item_detail .bx_item_container .bx_md,
	.bx-touch .bx_item_detail .bx_item_container .bx_lb,
	.bx-touch .bx_item_detail .bx_item_container .bx_rb{
		float:none;
		margin:0;
		padding:0;
		width:100%;
	}
	.bx-touch .bx_item_detail .item_info_section{padding-left:0}

}
@media (max-width:319px){}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
	position: relative;
	margin-bottom: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	max-width: 440px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	background: #fff;
	text-align: center;
	height: 0;
	width: 100%;
	padding-top: 130%;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
	display: inline-block;
	max-width: 100% !important;
	max-height: 100% !important;
	vertical-align: middle;
	text-align: center;
}
/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
	position: relative;
	padding-top: 20px;
	margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
	position: relative;
	margin-left: -5%;
	padding: 20px 5% 0
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{position: relative}

.bx_item_detail .bx_item_slider .bx_slide{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

.bx_item_detail .bx_item_slider .bx_slide ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{margin-left: 0 !important}
.bx_item_detail .bx_item_slider .bx_slide ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {left: -5%;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{right:-5%;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_left {left:   0;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_right{right:  0;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_detail .bx_item_slider_lupe_small{
	position: absolute;
	background: rgba(0, 0, 0, 0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
}

.bx_item_detail .bx_item_slider_lupe{
	position: absolute;
	border: 1px solid #b2b2b2;
	left:105%;
	top: 0;
	bottom:4px;
	margin: 0;
	background: #fff url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/wait.gif) no-repeat scroll center center;
	z-index: 120;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
	max-width: 99999px !important;
	max-height: 99999px !important;
}

/* Stickers */
.bx_item_detail .bx_bigimages .bx_stick{
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_item_detail .bx_bigimages .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_item_detail .bx_bigimages .bx_stick.long {font-weight:normal;font-size:11px}
.bx_item_detail .bx_bigimages .bx_stick_disc{
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/stick_disc.png) no-repeat center;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	font-weight: bold;
	font-size: 23px;
	line-height: 74px;
}
.bx_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left{left:-2px;}
.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right{right: 0;}
.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top{top: 15px;}
.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom{bottom: 5px;}
.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_item_detail .bx_bigimages .bx_stick{
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_item_detail .bx_bigimages .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_item_detail .bx_bigimages .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}

	.bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 13px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
	color: #9e9e9e;
	font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){background: #f2f2f2;}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
	padding: 3px 10px;
	font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}

.moved--right {padding-right: 5px;}
.col a.btn--yellow {background: #f4e454; color: #3a9caa;}
.col a.btn--yellow:hover {background: #75bac4; color: #ffffff;}


.detail_tabs {
	margin-top: 30px;
}
.tabs {
	display: flex;
}
.widget-tab.no-select {
	padding: 15px 20px 15px;
	width: auto;
	color: #1F5CA8;
	text-decoration: dotted underline;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	font-family: Gilroy;
	cursor: pointer;
}
.col2 {
	width: calc(100% - 50%);
}
.widget-tab.no-select.selected {
	background-color: #F4F4F4;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	z-index: 9;
	color: #000;
	text-decoration: none;
}
.tab-page {
	display: none;
	border: 1px solid #e0e0e0;
	position: relative;
	top: -1px;
	background-color: #F4F4F4;
}
.tab-page.visible {
	display: block;
}
.tab-page .content {
	margin: 20px 30px 20px 30px;
}
.tab-tech {
	width: 100%;
	border: none;
}
.tab-tech tr td{
	border: none;
	font-size: 14px;
	font-weight: normal;
}
.tab-tech tr td:first-child {
	width: 40%;
}
.social {
	margin-top: 20px;
}
.social strong {
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-right: 20px;
}
.desktop_hide {
	display: none;
}
@media (max-width: 767px)
{
	.desktop_hide {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	.tabs {
		flex-flow: wrap;
		flex-wrap: wrap-reverse;
	}

	.widget-tab {
		width: 49% !important;
		text-align: center;
	}

}
.ya-share2__container_mobile .ya-share2__badge {
	border-radius: 4px !important;
}

.slide_title {
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #1F5CA8;
	text-decoration: underline dotted;
	position: relative;
	display: flex;
}
.slide .slide_page {
	display: none;
}
.slide.active .slide_page{
	display: block;
}
.slide_page  .content {
	margin-top: 15px;
}
.slide {
	border-bottom: 1px solid #DDD;
	padding: 15px 0;
}
.slider--certs .slide {
	border-bottom: unset;
}

.slide.active .slide_title {
	color: #333333;
	text-decoration: none;
}
.slide_title:after {
	content: ' ';
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzNl8zMzUpIj4KPHBhdGggZD0iTTEuNzM4MzhlLTA2IDEyLjQ5OTlDNy43ODI5NWUtMDcgNS41OTYzOSA1LjU5NjM5IC03Ljc4Mjk1ZS0wNyAxMi40OTk5IC0xLjczODM4ZS0wNkMxOS40MDM1IC0yLjY5ODQ2ZS0wNiAyNS4wMDAxIDUuNTk2MzkgMjUuMDAwMSAxMi40OTk5QzI1LjAwMDEgMTkuNDAzNSAxOS40MDM1IDI1LjAwMDEgMTIuNDk5OSAyNS4wMDAxQzUuNTk5NiAyNC45OTIzIDAuMDA3Nzg0NjUgMTkuNDAwNSAxLjczODM4ZS0wNiAxMi40OTk5SDEuNzM4MzhlLTA2Wk0yMy43NDk5IDEyLjQ5OTlDMjMuNzQ5OSA2LjI4NjY5IDE4LjcxMzIgMS4yNDk5MiAxMi40OTk5IDEuMjQ5OTJDNi4yODY3IDEuMjQ5OTIgMS4yNDk5MiA2LjI4NjcgMS4yNDk5MyAxMi40OTk5QzEuMjQ5OTMgMTguNzEzMiA2LjI4NjcgMjMuNzQ5OSAxMi40OTk5IDIzLjc0OTlDMTguNzEwMiAyMy43NDI4IDIzLjc0MjggMTguNzEwMiAyMy43NDk5IDEyLjQ5OTlaIiBmaWxsPSIjMUY1Q0E4Ii8+CjxwYXRoIGQ9Ik03LjY1NDUzIDExLjAzNjVDNy40MjcyNSAxMC43NzY0IDcuNDUzOCAxMC4zODE2IDcuNzEzNTggMTAuMTU0M0M3Ljk3MzU5IDkuOTI3MjkgOC4zNjg0MSA5Ljk1Mzg0IDguNTk1NjkgMTAuMjEzNkwxMi41IDE0LjY3NTlMMTYuNDA0NSAxMC4yMTM0QzE2LjYzMTcgOS45NTMzOCAxNy4wMjY2IDkuOTI3MDYgMTcuMjg2MyAxMC4xNTQxQzE3LjU0NjMgMTAuMzgxNCAxNy41NzI5IDEwLjc3NjIgMTcuMzQ1NiAxMS4wMzYyTDEyLjk3MDUgMTYuMDM2MUMxMi44NTIgMTYuMTcxOSAxMi42ODAzIDE2LjI0OTcgMTIuNSAxNi4yNDk3QzEyLjMxOTYgMTYuMjQ5NyAxMi4xNDgyIDE2LjE3MTkgMTIuMDI5NCAxNi4wMzYxTDcuNjU0NTMgMTEuMDM2NVoiIGZpbGw9IiMxRjVDQTgiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMzZfMzM1Ij4KPHJlY3Qgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTA3MWUtMDcgMSAxIC0xLjM5MDcxZS0wNyAwIDApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	display: block;
}

.slide.active .slide_title:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzNl8zNDEpIj4KPHBhdGggZD0iTTI1IDEyLjUwMDFDMjUgMTkuNDAzNiAxOS40MDM2IDI1IDEyLjUwMDEgMjVDNS41OTY1NCAyNSAtNy44MTM0NmUtMDUgMTkuNDAzNiAtNy44MDUyMmUtMDUgMTIuNTAwMUMtNy43OTY5OWUtMDUgNS41OTY1NCA1LjU5NjU0IC03Ljg0MzI3ZS0wNSAxMi41MDAxIC03LjgzNTA0ZS0wNUMxOS40MDA0IDAuMDA3NzAzNzEgMjQuOTkyMiA1LjU5OTUyIDI1IDEyLjUwMDFIMjVaTTEuMjUwMDcgMTIuNTAwMUMxLjI1MDA3IDE4LjcxMzMgNi4yODY4NSAyMy43NTAxIDEyLjUwMDEgMjMuNzUwMUMxOC43MTMzIDIzLjc1MDEgMjMuNzUwMSAxOC43MTMzIDIzLjc1MDEgMTIuNTAwMUMyMy43NTAxIDYuMjg2ODUgMTguNzEzMyAxLjI1MDA3IDEyLjUwMDEgMS4yNTAwN0M2LjI4OTgyIDEuMjU3MTcgMS4yNTcxNyA2LjI4OTgyIDEuMjUwMDcgMTIuNTAwMVoiIGZpbGw9IiNBQkFCQUIiLz4KPHBhdGggZD0iTTE3LjM0NTUgMTMuOTYzNUMxNy41NzI3IDE0LjIyMzYgMTcuNTQ2MiAxNC42MTg0IDE3LjI4NjQgMTQuODQ1N0MxNy4wMjY0IDE1LjA3MjcgMTYuNjMxNiAxNS4wNDYyIDE2LjQwNDMgMTQuNzg2NEwxMi41IDEwLjMyNDFMOC41OTU1NSAxNC43ODY2QzguMzY4MjcgMTUuMDQ2NiA3Ljk3MzQ0IDE1LjA3MjkgNy43MTM2NiAxNC44NDU5QzcuNDUzNjUgMTQuNjE4NiA3LjQyNzEgMTQuMjIzOCA3LjY1NDM4IDEzLjk2MzhMMTIuMDI5NSA4Ljk2Mzg1QzEyLjE0OCA4LjgyODEzIDEyLjMxOTcgOC43NTAzMSAxMi41IDguNzUwMzFDMTIuNjgwNCA4Ljc1MDMxIDEyLjg1MTggOC44MjgxMyAxMi45NzA2IDguOTYzODVMMTcuMzQ1NSAxMy45NjM1WiIgZmlsbD0iI0FCQUJBQiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMzNl8zNDEiPgo8cmVjdCB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjE5MjQ5ZS0wOCAtMSAtMSAtMS4xOTI0OWUtMDggMjUgMjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	display: block;
	content: ' ';
}
@media (max-width:767px) {
	.slide_page .content {
		margin-top: 15px !important;
	}
}
.detail_price_line {
	display: flex;

}
.detail_price_line .product-price__value {
	margin-right: 30px;
}
.detail_price_line .product-price__old {
	font-size: 1.45rem;
	line-height: 2.5rem;
	color: #333333;
	font-weight: 100;
}
@media (max-width:768px) {
	.detail_price_line {
		display: inline-block;
	}

	.detail_price_line .product-price__value {
		font-size: 2rem;
	}

	.detail_price_line .product-price__old {
		font-size: 1.75rem;
	}

	.page-product__buy .sku-quantity {
		bottom: 8.5625rem;
	}

	.sup_text {
		padding: 0;
	}
}

.detail_tabs {
	margin-top: 30px;
}
.tabs {
	display: flex;
}
.widget-tab.no-select {
	padding: 15px 20px 15px;
	width: auto;
	color: #1F5CA8;
	text-decoration: dotted underline;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	font-family: Gilroy;
	cursor: pointer;
}
.col2 {
	width: calc(100% - 50%);
}
.widget-tab.no-select.selected {
	background-color: #F4F4F4;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	z-index: 9;
	color: #000;
	text-decoration: none;
}
.tab-page {
	display: none;
	border: 1px solid #e0e0e0;
	position: relative;
	top: -1px;
	background-color: #F4F4F4;
}
.tab-page.visible {
	display: block;
}
.tab-page .content {
	margin: 20px 30px 20px 30px;
}
.tab-tech {
	width: 100%;
	border: none;
}
.tab-tech tr td{
	border: none;
	font-size: 14px;
	font-weight: normal;
}
.tab-tech tr td:first-child {
	width: 40%;
}
.social {
	margin-top: 20px;
}
.social strong {
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-right: 20px;
}
.desktop_hide {
	display: none;
}
@media (max-width: 767px)
{
	.desktop_hide {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	.tabs {
		flex-flow: wrap;
		flex-wrap: wrap-reverse;
	}

	.widget-tab {
		width: 49% !important;
		text-align: center;
	}

}
.ya-share2__container_mobile .ya-share2__badge {
	border-radius: 4px !important;
}

.slide_title {
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #1F5CA8;
	text-decoration: underline dotted;
	position: relative;
	display: flex;
}
.slide .slide_page {
	display: none;
}
.slide.active .slide_page{
	display: block;
}
.slide_page  .content {
	margin-top: 15px;
}
.slide {
	border-bottom: 1px solid #DDD;
	padding: 15px 0;
}
.slide.active .slide_title {
	color: #333333;
	text-decoration: none;
}
.slide_title:after {
	content: ' ';
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzNl8zMzUpIj4KPHBhdGggZD0iTTEuNzM4MzhlLTA2IDEyLjQ5OTlDNy43ODI5NWUtMDcgNS41OTYzOSA1LjU5NjM5IC03Ljc4Mjk1ZS0wNyAxMi40OTk5IC0xLjczODM4ZS0wNkMxOS40MDM1IC0yLjY5ODQ2ZS0wNiAyNS4wMDAxIDUuNTk2MzkgMjUuMDAwMSAxMi40OTk5QzI1LjAwMDEgMTkuNDAzNSAxOS40MDM1IDI1LjAwMDEgMTIuNDk5OSAyNS4wMDAxQzUuNTk5NiAyNC45OTIzIDAuMDA3Nzg0NjUgMTkuNDAwNSAxLjczODM4ZS0wNiAxMi40OTk5SDEuNzM4MzhlLTA2Wk0yMy43NDk5IDEyLjQ5OTlDMjMuNzQ5OSA2LjI4NjY5IDE4LjcxMzIgMS4yNDk5MiAxMi40OTk5IDEuMjQ5OTJDNi4yODY3IDEuMjQ5OTIgMS4yNDk5MiA2LjI4NjcgMS4yNDk5MyAxMi40OTk5QzEuMjQ5OTMgMTguNzEzMiA2LjI4NjcgMjMuNzQ5OSAxMi40OTk5IDIzLjc0OTlDMTguNzEwMiAyMy43NDI4IDIzLjc0MjggMTguNzEwMiAyMy43NDk5IDEyLjQ5OTlaIiBmaWxsPSIjMUY1Q0E4Ii8+CjxwYXRoIGQ9Ik03LjY1NDUzIDExLjAzNjVDNy40MjcyNSAxMC43NzY0IDcuNDUzOCAxMC4zODE2IDcuNzEzNTggMTAuMTU0M0M3Ljk3MzU5IDkuOTI3MjkgOC4zNjg0MSA5Ljk1Mzg0IDguNTk1NjkgMTAuMjEzNkwxMi41IDE0LjY3NTlMMTYuNDA0NSAxMC4yMTM0QzE2LjYzMTcgOS45NTMzOCAxNy4wMjY2IDkuOTI3MDYgMTcuMjg2MyAxMC4xNTQxQzE3LjU0NjMgMTAuMzgxNCAxNy41NzI5IDEwLjc3NjIgMTcuMzQ1NiAxMS4wMzYyTDEyLjk3MDUgMTYuMDM2MUMxMi44NTIgMTYuMTcxOSAxMi42ODAzIDE2LjI0OTcgMTIuNSAxNi4yNDk3QzEyLjMxOTYgMTYuMjQ5NyAxMi4xNDgyIDE2LjE3MTkgMTIuMDI5NCAxNi4wMzYxTDcuNjU0NTMgMTEuMDM2NVoiIGZpbGw9IiMxRjVDQTgiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMzZfMzM1Ij4KPHJlY3Qgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTA3MWUtMDcgMSAxIC0xLjM5MDcxZS0wNyAwIDApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	display: block;
}

.slide.active .slide_title:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzNl8zNDEpIj4KPHBhdGggZD0iTTI1IDEyLjUwMDFDMjUgMTkuNDAzNiAxOS40MDM2IDI1IDEyLjUwMDEgMjVDNS41OTY1NCAyNSAtNy44MTM0NmUtMDUgMTkuNDAzNiAtNy44MDUyMmUtMDUgMTIuNTAwMUMtNy43OTY5OWUtMDUgNS41OTY1NCA1LjU5NjU0IC03Ljg0MzI3ZS0wNSAxMi41MDAxIC03LjgzNTA0ZS0wNUMxOS40MDA0IDAuMDA3NzAzNzEgMjQuOTkyMiA1LjU5OTUyIDI1IDEyLjUwMDFIMjVaTTEuMjUwMDcgMTIuNTAwMUMxLjI1MDA3IDE4LjcxMzMgNi4yODY4NSAyMy43NTAxIDEyLjUwMDEgMjMuNzUwMUMxOC43MTMzIDIzLjc1MDEgMjMuNzUwMSAxOC43MTMzIDIzLjc1MDEgMTIuNTAwMUMyMy43NTAxIDYuMjg2ODUgMTguNzEzMyAxLjI1MDA3IDEyLjUwMDEgMS4yNTAwN0M2LjI4OTgyIDEuMjU3MTcgMS4yNTcxNyA2LjI4OTgyIDEuMjUwMDcgMTIuNTAwMVoiIGZpbGw9IiNBQkFCQUIiLz4KPHBhdGggZD0iTTE3LjM0NTUgMTMuOTYzNUMxNy41NzI3IDE0LjIyMzYgMTcuNTQ2MiAxNC42MTg0IDE3LjI4NjQgMTQuODQ1N0MxNy4wMjY0IDE1LjA3MjcgMTYuNjMxNiAxNS4wNDYyIDE2LjQwNDMgMTQuNzg2NEwxMi41IDEwLjMyNDFMOC41OTU1NSAxNC43ODY2QzguMzY4MjcgMTUuMDQ2NiA3Ljk3MzQ0IDE1LjA3MjkgNy43MTM2NiAxNC44NDU5QzcuNDUzNjUgMTQuNjE4NiA3LjQyNzEgMTQuMjIzOCA3LjY1NDM4IDEzLjk2MzhMMTIuMDI5NSA4Ljk2Mzg1QzEyLjE0OCA4LjgyODEzIDEyLjMxOTcgOC43NTAzMSAxMi41IDguNzUwMzFDMTIuNjgwNCA4Ljc1MDMxIDEyLjg1MTggOC44MjgxMyAxMi45NzA2IDguOTYzODVMMTcuMzQ1NSAxMy45NjM1WiIgZmlsbD0iI0FCQUJBQiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMzNl8zNDEiPgo8cmVjdCB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjE5MjQ5ZS0wOCAtMSAtMSAtMS4xOTI0OWUtMDggMjUgMjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	display: block;
	content: ' ';
}
@media (max-width:767px) {
	.slide_page .content {
		margin-top: 15px !important;
	}
}

.detail_price_line_custom {
    flex-direction: column-reverse;
}
.detail_price_line_custom .product-price__old {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0.625rem;
    text-decoration: line-through;
}
.detail_price_line_custom .product-price__value {
    font-weight: 600;
    font-size: 30px;
}
.page-product__picture-copyright p {
	font-size: 14px;
	/*line-height: normal;*/
}
.page-product__picture-copyright p.big_text_cart {
    font-size: 18px;
}
@media(max-width: 767px) {
	.page-product__info {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.page-product__picture {
		order: -1;
	}
	.page-product .heading {
		order: -2;
	}
	.page-product__info .page-product__buy .sku-quantity {
		bottom: 8.5625rem;
	}
}
.categoies {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-top: 30px;

}
.title_categories {
	color: #333;
	padding: 9px 14px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
}
.categoies a {
	color: #1F5CA8;
	text-decoration: 2px underline dotted;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	padding: 9px 14px;
}
.categoies a:hover {
	background: #264B9B;
	color: #ffffff;
	text-decoration: 2px #ffffff underline dotted;
}
.page-product__info .page-product__buy .sku-quantity.nobtn {
	bottom: 6.5625rem;
}
/* End */


/* Start:/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/themes/blue/style.css?1632342534591*/
/* item_detail_v2 */

/* item_detail_slider */
/* scu_detail_size */
/* scu_detail_scu */
.bx-retina .bx_item_detail.bx_blue .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_size ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt
{
	-webkit-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */
/* /local/templates/truewater.v2/components/bitrix/catalog/farwater/style.css?16323425344913 */
/* /local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/style.css?175949450245264 */
/* /local/templates/truewater.v2/components/bitrix/catalog/farwater/bitrix/catalog.element/.default/themes/blue/style.css?1632342534591 */
