

/* Start:/local/templates/touch_new_build/components/bitrix/catalog/.default/style.css?17223253352911*/
#middleSlider{
	margin-bottom: 24px;
}
.barrer_el img {
	max-width: 100%;
	height: auto;
}
.column.sort {
	width: 100%;
}

#catalogLine .label {
	font-size: 12px;
}
.filter_button {
	display: none;
	float: right;
	padding: 0px 23px;
	height: 30px;
	border: 1px solid #f60a48;
	border-radius: 4px;
	line-height: 30px;
	cursor: pointer;
	background-color: #f60a48;
}
.filter_button_span {
	color: #fff;
	cursor: pointer;
}
.filter_button:hover {
	border: 1px solid #dd0030;
	background-color: #dd0030;
}
.sort_link {
	display: inline-block;
}
.sort_link .sort_item {
	padding-right: 5px;
}
.sort_link .sort_item a {
	text-decoration: none;
	font-size: 12px;
	color: black;
	border-bottom: 1px dashed #000;
}
.sort_link .sort_item a:hover {
	color: #ff2d5b;
	border-bottom: 1px dashed #ff2d5b;
}
.sort_link .sort_item a.selected {
	font-weight: bold;
}
#selectSortParams {
	display: none;
}

.fa-filter:before {
	background: url(/images/action_catalog/filter.png);
	content: " ";
	height: 30px;
	width: 30px;
	display: block;
	background-size: 130%;
	background-position: center;
}

@font-face {
	font-family: 'icomoon';
	src:  url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.eot?b7cyf0');
	src:  url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.eot?b7cyf0#iefix') format('embedded-opentype'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.ttf?b7cyf0') format('truetype'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.woff?b7cyf0') format('woff'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.svg?b7cyf0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon-t-cart-font {
	font-family: 'icomoon' !important;
	font-size: 26px !important;
}
.icon-t-cart {
	line-height: 22px;
}
.icon-t-cart:before {
	font-family: 'icomoon' !important;
	content: "\61";
	font-size: 26px !important;
}

.description_text {
	max-height: 150px;
	overflow: hidden;
	backdrop-filter: blur(150px);
	transition: all 0.6s;
	background-color: #fafafa;
}

.description_text::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1));
}

.description_text.hideAfter::after {
	display: none;
}

#descriptionTextBtn {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	border: none;
	background-color: inherit;
	padding: 12px 12px 12px 0;
	margin-top: 20px;
	color: grey;
}

#descriptionTextBtn:hover {
	color: #FE3170;
}

@media all and (max-width: 1100px) {
	#selectSortParams, .filter_button {
		display: block;
	}
	/*#catalogLine .column:last-child .label{*/
	/*	display: none;*/
	/*}*/
	.sort_link, #smartFilter {
		display: none;
	}

}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?1754033405107378*/
.loadingsku{
	/*background-color: #808080 !important;*/
}
.loadingsku .load_img
{
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	width: 40px;
	top: 300px;
	animation: rotating_full_circle 2s ease-out infinite;
	transform-origin: center;
}
@media (max-width:1000px) {
	.loadingsku .load_img {
		position: fixed;
		/*top: 300px;*/
	}
}

#elementNavigation .tab[data-id="accessories_related_tab"],
#elementSmallNavigation .tab[data-id="accessories_related_tab"] {
	display: none;
}

#reviewsTabContent {
	display: none;
}
#catalogReviews.tab-content {
	display: block;
}

.loadingsku>div
{
	filter: opacity(.2);
	/* filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px); */
}
.content-right>div{
	transition: filter linear .5s;
}
.content-right
{
	position: relative;
}

.content-right.contentRightItem {
	background-color: #fafafa;
}



.load_img {
	display: none;
}
#detailText table {
	font-size: 14px;
	border-radius: 10px;
	border-spacing: 0;
	text-align: center;
	overflow: hidden;
	border: 1px solid white;
}
#detailText th {
	background: #BCEBDD;
	color: white;
	text-shadow: 0 1px 1px #2D2020;
	padding: 10px 20px;
}
#detailText th, #detailText td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
#detailText th:first-child, #detailText td:first-child {
	text-align: left;
}
#detailText th:first-child {
	border-top-left-radius: 5px;
}
#detailText th:last-child {
	border-top-right-radius: 5px;
	border-right: none;
}
#detailText td {
	padding: 10px 20px;
	background: #f3f3f3;
}
#detailText tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
#detailText tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
#detailText tr td:last-child {
	border-right: none;
}
.promo-div {
	white-space: nowrap;
	border: 3px solid rgb(255, 198, 13);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	border-radius: 8px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 15px;
	height: 46px;
	min-height: 22px;
	background-color: white;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
	width: 140px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.promo-div .caption {
	display: inline;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding: 4px;
	margin-right: 5px;
	letter-spacing: 1px;
}
.promo-div .detail {
	display: inline;
	width: 100%;
	vertical-align: middle;
	font-size: 12px;
	color: black;
	float: left;
}
.promo-div .code {
	font-weight: 600;
	font-size: 14px;
	vertical-align: bottom;
	color: red;
}
#left{
	position: relative;
	padding-bottom: 24px;
}

#left .collapsed{
	position: absolute;
	width: 100%;
	z-index: 99;
}

#catalogElement{
	/*border-top: 1px solid #e7e8ea;*/
	/*margin-top: 27px;*/
}
#catalogElement .barrer_el {
	/*padding-top: 12px;*/
	margin-top: 16px;
	text-align: center;
}
#catalogElement .barrer_el img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.changeName, #breadcrumbs{
	/*margin: 0 0 12px !important;*/
	margin-bottom: 0px !important;

}
.productList .product .price .discount {
	top: 23px;
	left: -4px;
	position: absolute;
}
.productList .product .price {
	position: relative;
}

#elementSmallNavigation{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-bottom: 1px solid #e7e8ea;*/
	overflow-x: auto;
	padding: 18px 16px;
	display: none;
}

#elementSmallNavigation .tab{
	padding-right: 18px;
	margin-left: 18px;
	float: left;
}

#elementSmallNavigation .tab:first-child{
	/*border-left: 1px solid #e7e8ea;*/
	padding: 0;
	margin-left: 0;
}

#elementSmallNavigation span,
#elementSmallNavigation a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #000000;
	display: block;
	cursor: pointer;
}

#elementSmallNavigation span:hover,
#elementSmallNavigation a:hover{
	color: #888888;
}

#elementSmallNavigation span:active,
#elementSmallNavigation a:active{
	position: relative;
	top: 1px;
}

#elementSmallNavigation a img{
	vertical-align: middle;
	padding-right: 12px;
}

#tableContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#tableContainer .column{
	display: table-cell;
}

#tableContainer .column:nth-child(2){
	vertical-align: middle;
	padding-bottom: 24px;
}


#smallElementTools .addWishlist.added,
#smallElementTools .addCompare.added,
#elementTools .addWishlist.added,
#elementTools .addCompare.added {
	/*color: red !important;*/
	display: flex;
	align-items: center;
}

#elementTools_col .addWishlist .far.fa-heart,
#elementTools_col .addCompare .fa-cus-balance-custom {
	font-size: 26px;
}

#smallElementTools img.addedIconWishlist,
#elementTools img.addedIconWishlist{
	display: none;
}

#smallElementTools img.addedIconCompare,
#elementTools img.addedIconCompare {
	display: none;
}

#elementTools_col .buy_credit_link,
#smallElementTools .buy_credit_link{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 58px;
	border-radius: 5px;
	/*border-bottom-left-radius:5px;*/
	/*border-bottom-right-radius: 5px;*/
	color: #fff;
	height: 58px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 12px;
	width: 100%;
	background: #0291FC;
	cursor: pointer;
}

#elementTools_col .buy_credit_link:hover,
#smallElementTools .buy_credit_link:hover {
	/*background: #2575ba;*/
	color: #FFD12E;
}

#elementTools_col .new_price {
	display: flex;
	justify-content: space-between;
}

#elementTools_col .wishlist_compare_wrap a {
	text-decoration: none;
}

#elementTools_col .wishlist_compare_wrap {
	display: flex;
	gap: 20px;
	align-items: center;
}

#elementTools .new_price div {
	display: flex;
	align-items: center;
}

#elementTools .addCart:hover #elementTools .new_price,
#smallElementTools .addCart:hover #smallElementTools .new_price {
	border: 2px solid #db2a4f !important;
}
#elementTools .new_kredit,
#smallElementTools .new_kredit {
	display: block;
	width: 100%;
	background-color: #F9F9F9;
	margin-bottom: 9px;
	color: black;
}
#elementNavigation {
	background-color: #f3f3f3;
	position: relative;
	padding-left: 24px;
	text-align: right;
	width: 355px;
}

#elementSmallNavigation .tabs{
	display: flex;
	flex-direction: row;
	white-space: nowrap;
}

#elementNavigation.fixed .tabs{
	position: fixed;
	width: 355px;
	top: 0;
}

#elementNavigation .tabs.maxScroll{
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: unset;
}

#elementNavigation .tabs a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 16px 24px;
	font-size: 13px;
	color: #000000;
}

#elementNavigation .tabs .tab{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0;
}

#elementNavigation .tabs .tab.active a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #ffffff;
}

#elementNavigation .tabs img{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	vertical-align: middle;
	padding-left: 24px;
	opacity: 0.8;
}

#elementNavigation .tabs a:hover{
	color: #888888;
}

#elementNavigation .tabs a:hover img{
	opacity: 1;
}

#smallElementTools{
	/*margin-bottom: 24px;*/
	display: none;
}

#elementTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	/*padding: 8px 4px;*/
	position: relative;
	/*width: 128px;*/
	width: 220px !important;
	z-index: 1;
}

#elementTools_col .fixContainer {
	/*display: flex !important;*/
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
}

.tabContent_wrap #elementTools_col {
	width: 350px !important;
}
.tabContent_wrap #elementTools_col .fixContainer {
	width: 314px !important;
}

#elementTools_col .price.changePrice {
	font-size: 28px;
}

/*#elementTools .fixContainer {*/
/*	margin-top: 12px;*/
/*}*/

#elementSmallNavigation_wrap {
	position: unset;
	background-color: #ffffff;
	top: 0;
	overflow: auto;
	width: 100%;
	border-radius: 10px;
}

#elementSmallNavigation_wrap.fixedSmallNavigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	max-width: 1326px;
	width: calc(100% - 40px);
	margin: 0 auto;
	z-index: 98;
	background-color: #ffffff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 10px 10px;
}

@media all and (max-width: 700px) {
	#catalogElement {
		margin-top: 0;
	}

	#elementSmallNavigation {
		padding: 18px 0 18px 18px;
	}

	#elementSmallNavigation_wrap.fixedSmallNavigation {
		width: 100%;
		border-radius: 0;
	}
}

@media all and (max-width: 600px) {
	#elementSmallNavigation{
		padding: 8px 18px;
		/*margin-right: 18px;*/
	}

	#elementSmallNavigation_wrap.fixedSmallNavigation {
		position: fixed;
		top: 56px;
		z-index: 98;
		background-color: #ffffff;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	}
}



/*#elementTools.fixed .fixContainer{*/
/*	background-color: #fff;*/
/*	!*background-color: #f3f3f3;*!*/
/*	!*margin-top: 12px;*!*/
/*	position: fixed;*/
/*	!*width: 400px;*!*/
/*	width: 220px;*/
/*	z-index: 33;*/
/*	top: 0;*/
/*}*/

/*#elementTools .fixContainer.maxScroll{*/
/*	!*padding-bottom: 12px;*!*/
/*	position: absolute;*/
/*	bottom: 0px;*/
/*	top: unset;*/
/*	!*left: 0px;*!*/
/*	max-width: 100%;*/
/*}*/
/*#subHeader3 .subTableColumn:nth-child(2) {*/
/*	display: none !important;*/
/*}*/

#elementTools .picture{
	display: none;
}

#elementTools .picture img{
	max-width: 280px;
}

/*#elementTools.fixed .fixContainer .picture{*/
/*	display: block;*/
/*}*/

#elementTools .row .wrapper {
	/*position: absolute;*/
}

#elementTools .row_wrap {
	margin-bottom: 12px;
}

#smallElementTools .row_wrap:has(.row):has(a.label.h2o_trackprod_popup_link_auth.changeID) {
	/*width: calc(50% - 6px);*/
}

#elementTools .row {
	margin-bottom: 12px;
}

#elementTools .secondTool {
	padding: 10px;
}

#elementTools .secondTool .row,
#smallElementTools .secondTool .row{
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

#elementTools .secondTool .row:last-child,
#smallElementTools .secondTool .row:last-child{
	margin-bottom: 0px;
}

#elementTools .row img,
#smallElementTools .row img{
	vertical-align: middle;
	/*padding-right: 6px;*/
	/*margin-top: -4px;*/
}

#elementTools_col .rating_wrap {
	display: flex;
	align-items: center;
}

#elementTools_col .row i {
	color: #717171;
	transition: all 0.2s ease-in-out;
	font-size: 26px;
}

#elementTools .row i,
#smallElementTools .row i {
	vertical-align: middle;
	padding-right: 0;
	width: 26px;
	color: #717171;
	transition: all 0.2s ease-in-out;
}

#elementTools .label {
	display: flex;
	align-items: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 21px;
	font-size: 15px;
	color: #717171;
}

#elementTools_col .mainTool .h2o_trackprod_popup_link,
#elementTools_col .mainTool .h2o_trackprod_popup_link_auth {
	text-decoration: none;
	font-weight: bold;
	color: #0291FC;
}

#elementTools .mainTool .h2o_trackprod_popup_link,
#elementTools .mainTool .h2o_trackprod_popup_link_auth {
	color: #0291FC;
	font-weight: bold;
	justify-content: center;
	margin-top: 20px;
}

#elementTools_col .trackprod_wrap {
	margin: 10px 0 16px 0;
}

@media all and (max-width: 1100px) {
	#smallElementTools .mainTool .h2o_trackprod_popup_link,
	#smallElementTools .mainTool .h2o_trackprod_popup_link_auth {
		width: 60%;
		/*justify-content: center;*/
		color: #0291FC;
		font-weight: bold;
		text-decoration: none;
	}

	#smallElementTools .mainTool .trackprod_wrap {
		display: flex;
		justify-content: flex-end;
		width: 33%;
		/*margin-top: 20px;*/
	}

	#elementContainer .mainContainer {
		flex-direction: column;
	}

	#elementContainer .mainContainer .col:first-child,
	#elementContainer .mainContainer .col:last-child {
		width: 100% !important;
		margin-bottom: 0 !important;
	}

	#smallElementTools .addCart_block {
		display: flex;
		width: 100%;
		gap: 12px;
	}
}



#elementTools .mainTool .h2o_trackprod_popup_link:hover,
#elementTools .mainTool .h2o_trackprod_popup_link_auth:hover {
	color: #2575ba;
}

#elementTools_col a.label:hover i,
#elementTools a.label:hover i,
#smallElementTools a.label:hover i,
#elementTools a.label:hover,
#smallElementTools a.label:hover{
	color: #000000;
}

#elementTools_col .ratingContainer {
	display: flex;
	gap: 6px;
}

#elementTools_col .rating {
	position: relative;
	width: 79px;
}

#smallElementTools .ratingContainer a,
#elementTools_col .ratingContainer a {
	text-decoration: none;
	color: #717171;
	transition: all 0.3s ease;
}

#smallElementTools .ratingContainer a:hover,
#elementTools_col .ratingContainer a:hover {
	color: #000000;
}

#elementTools_col .rating i {
	background: url(/local/templates/touch_demo/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 0 transparent;
	position: absolute;
	display: block;
	height: 15px;
	width: 79px;
	left: 0;
	top: 2px;
}

#elementTools_col .rating i.m {
	background: url(/local/templates/touch_demo/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 -14px transparent;
	z-index: 10;
	width: 0;
}

#elementTools span.label,
#smallElementTools span.label,
#elementTools span.label,
#smallElementTools span.label {
	cursor: default;
}

#elementTools .label:active,
#smallElementTools .label:active{
	position: relative;
	top: 1px;
}

#elementTools .article,
#smallElementTools .article{
	margin-bottom: 12px;
	font-size: 14px;
	color: #888888;
}

#elementTools .price,
#smallElementTools .price{
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 26px;
	display: block;
	color: #000000;
}

#elementTools .price{
	margin-top: 12px;
}

#elementTools .price .discount,
#smallElementTools .price .discount{
	padding-left: 4px;
	font-size: 14px;
	color: #888888;
}

#elementTools .oldPriceLabel,
#smallElementTools .oldPriceLabel{
	text-decoration: none;
	/*margin-top: -12px;*/
	/*margin-bottom: -9px;*/
	font-size: 12px !important;
	display: flex;
	line-height: normal;
	align-items: center;
	color: #323232;
}

#smallElementTools .economy,
#elementTools_col .economy {
	background-color: #FFCF00;
	border-radius: 5px;
	padding: 0 6px;
	margin-left: 6px;
	font-size: 12px;
}

#elementTools .priceValue,
#smallElementTools .priceValue{
	border-bottom: 1px dashed #bbbbbb;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding-bottom: 8px;
	color: #000000;
}

#elementTools .priceValue:hover,
#smallElementTools .priceValue:hover{
	color: #333333;
}

#elementTools .priceValue:active,
#smallElementTools .priceValue:active{
	position: relative;
	top: 1px;
}

#elementTools .priceIcon,
#smallElementTools .priceIcon{
	margin-right: 12px;
}

#elementTools_col .addCart_block {
	display: flex;
	gap: 12px;
}

#elementTools_col .addCart, #smallElementTools .addCart {
	background: #FFD12E !important;
	color: #000 !important;
}
#elementTools_col .addCart:hover, #smallElementTools .addCart:hover {
	/*background: #db2a4f !important;*/
	color: #2B89FF !important;
}

#elementTools_col .addCart,
#smallElementTools .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 58px;
	/*border-radius: 4px;*/
	color: #000;
	height: 58px;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	/*margin-top: 69px;*/
	border-radius: 5px;
	/*border-bottom-left-radius:5px;*/
	/*border-bottom-right-radius: 5px;*/
	/*font-family: 'roboto_condensedlight';*/
	margin-bottom: 26px;
	width: 100%;
	overflow: hidden;
}

#elementTools .addCart.added,
#smallElementTools .addCart.added{
	background: #FFD12E !important;
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover{
	background: #FFD12E !important;
}


/*#elementTools .outOfStock,
#smallElementTools .outOfStock{
	color: #ff0000;
}

#elementTools .outOfStock:hover,
#smallElementTools .outOfStock:hover{
	color: #ff0000;
}*/

#elementTools .rating {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#elementTools .rating i,
#smallElementTools .rating i{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#elementTools .rating i.m,
#smallElementTools .rating i.m{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#elementTools .icon,
#smallElementTools .icon{
	vertical-align: middle;
	display: inline-block;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon,
#elementTools .addCart .i,
#smallElementTools .addCart .i{
	padding-right: 12px;
	margin-top: -6px;
	filter: invert(1);
}

#elementTools .mainTool {
	padding: 30px 10px 10px 10px;
	background-color: #F9F9F9;
	margin-bottom: 10px;
	border-radius: 5px;
}

#smallElementTools .secondTool{
	margin-top: 12px;
}

#smallElementTools .mainTool,
#smallElementTools .secondTool{
	width: 50%;
	float: left;
}

#elementContainer{
	position: relative;
	width: 100%;
}

#elementContainer .mainContainer{
	/*border-collapse: collapse;*/
	/*table-layout: fixed;*/
	/*display: table;*/
	display: flex;
	gap: 16px;
	width: 100%;
	margin-top: 16px;
}

#elementContainer .description{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	border-bottom: 1px solid #e7e8ea;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 13px;
}

#elementContainer .description .heading{
	margin-bottom: 12px;
	font-size: 16px;
	display: none;
}

#elementContainer .description .readMore{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
	display: block;
	color: #888888;
}

#elementContainer .description .readMore:hover{
	color: #000000;
}

#elementContainer .mainContainer .col{
	/*vertical-align: middle;*/
	/*vertical-align: top;*/
	/*display: table-cell;*/
	padding: 16px 0;
	/*width: 45%;*/

}

#elementContainer .mainContainer .col:last-child {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 40%;
}

#elementContainer .mainContainer .col.hide{
	display: none;
}

#elementContainer .tabContent_wrap {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}

#elementContainer .mainContainer .imgName_product {
	display: none;
}

#elementTools_col .imgName_product {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	gap: 24px;
}

.tabContent_wrap #elementTools_col .name_product {
	display: block;
	margin-bottom: 24px;
}

#elementTools_col .imgName_product img {
	width: 26%;
	min-width: 90px;
	min-height: 90px;
}


#elementContainer .tabContent_wrap .changePropertiesGroup_container,
/*#elementContainer .tabContent_wrap #detailText,*/
#elementContainer .tabContent_wrap #catalogReviews {
	width: calc(100% - 390px);
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
}

#elementContainer .tabContent_wrap #elementTools_col {
	width: 24%;
	position: relative;
	/*height: max-content;*/
}

#elementContainer .tabContent_wrap .fixContainer.elementToolsTab_fix {
	position: fixed;
	top: 76px;
	z-index: 98;
}

#elementContainer .tabContent_wrap .fixContainer.elementToolsTab_bottom {
	position: absolute;
	bottom: 0;
	top: unset;
}

#elementContainer .tabContent_wrap #elementTools_col .addCart,
#elementContainer .tabContent_wrap #elementTools_col .addCartCredit {
	margin-bottom: 0 !important;
}

#elementContainer .mainContainer .col:first-child{
	/*vertical-align: top;*/
	text-align: center;
	position: relative ;
	width: calc(60% - 16px);
	background-color: #fff;
	height: max-content;
	border-radius: 10px;
}

#elementContainer #pictureContainer {
	position: relative;
}

#elementContainer #pictureContainer .pictureSlider{
	table-layout: fixed;
}

#elementContainer #pictureContainer .pictureSlider .item{
	padding: 0 24px;
}


#elementContainer #pictureContainer .item a{
	text-align: center;
	display: block;
}

#elementContainer #pictureContainer .item a img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 90%;
}

#elementContainer .spin_in_360 {
	cursor: pointer;
	display: flex;
	gap: 12px;
	align-items: center;
	color: #2B89FF;
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #2B89FF;
	border-radius: 4px;
	width: max-content;
	margin: 0 auto -29px auto;
	padding: 5px 10px;
	transition: all 0.3s ease;
}

#elementContainer .spin_in_360:hover {
	background-color: rgba(43, 137, 255, 0.1);
}

#elementContainer .spin_in_360 img {
	width: 22px;
	height: 15px;
}

#elementContainer #moreImagesCarousel{
	position: relative;
	padding-top: 24px;
	margin-top: 24px;
	overflow: hidden;
}

#elementContainer #moreImagesCarousel.hide{
	display: none;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton,
#elementContainer #moreImagesCarousel #moreImagesRightButton{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/carouselArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: 3px;
	height: 16px;
	opacity: 0.5;
	z-index: 2;
	width: 14px;
	top: 50%;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:hover,
#elementContainer #moreImagesCarousel #moreImagesRightButton:hover{
	opacity: 0.8;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:active,
#elementContainer #moreImagesCarousel #moreImagesRightButton:active{
	opacity: 1;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton{
	left: 32px;
}

#elementContainer #moreImagesCarousel #moreImagesRightButton{
	background-position: -14px 0;
	right: 32px;
}

#elementContainer #moreImagesCarousel .carouselWrapper{
	overflow: hidden;
	margin: auto;
	width: 80%;
}

#elementContainer #moreImagesCarousel .slideBox{
	position: relative;
	overflow: hidden;
	list-style: none;
	height: 62px;
	padding: 0;
	margin: 0;
}

#elementContainer #moreImagesCarousel .slideBox .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	position: relative;
	text-align: center;
	line-height: 50px;
	opacity: 0.5;
	height: 50px;
	float: left;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected{
	opacity: 1;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected:after{
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : -12px;
}

#elementContainer #moreImagesCarousel .slideBox .item a{
	display: block;
	line-height: 50px;
	height: 50px;
}


#elementContainer #moreImagesCarousel .slideBox .item img{
	vertical-align: middle;
	margin-top: -4px;
	max-height: 100%;
	max-width: 100%;
}

#elementContainer .markerContainer{
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 44px;
}

#elementContainer .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#elementContainer .brandImage{
	display: block;
	margin: 14px 0 14px 0;
	position: absolute;
	right: 34px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	top: 5px;
	z-index: 1;
}

#elementContainer .brandImage img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#elementContainer .brandImage:hover img{
	opacity: 0.7;
}

#elementContainer .headingBox{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .changePropertiesNoGroup {
	background-color: #fff;
	padding: 24px;
	border-radius: 10px;
	margin: 16px 0;
}

#elementContainer .headingBox .heading{
	display: table-cell;
	vertical-align: top;
	/*padding-bottom: 12px;*/
	/*font-size: 16px;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 24px 0;
	font-weight: 800;
	font-size: 20px;
}

#elementContainer .moreProperties {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#elementContainer .moreProperties a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding: 10px 46px;
	font-size: 16px;
	border: 1px solid #e7e8ea;
	border-radius: 6px;
	text-decoration: none;
	color: #777777;
	transition: all 0.3s ease;
}

#elementContainer .fa-solid.fa-circle-chevron-right {
	font-size: 20px;
}

#elementContainer .moreProperties a:hover {
	background-color: #F6F6F6;
}

/*#elementContainer .headingBox .moreProperties{*/
/*	vertical-align: top;*/
/*	display: table-cell;*/
/*	padding: 24px 24px 24px 12px;*/
/*	width: 40%;*/
/*}*/

/*#elementContainer .headingBox .morePropertiesLink{*/
/*	-webkit-transition: all 0.2s;*/
/*	-o-transition: all 0.2s;*/
/*	transition: all 0.2s;*/
/*	!*text-decoration: none;*!*/
/*	color: #888888;*/
/*}*/

/*#elementContainer .headingBox .morePropertiesLink:hover{*/
/*	color: #000000;*/
/*}*/

#elementContainer .top_box_block {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(255, 207, 9, 0.63);
	padding: 2px 8px;
	margin: 10px 10px 0px 0px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
	background-image: url('/get_bonus/fon.jpg');
}

#elementContainer .elementProperties .propertyTable{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .elementProperties .propertyTable{
	font-size: 13px;
}

#elementContainer .elementProperties .propertyTable .propertyName,
#elementContainer .elementProperties .propertyTable .propertyValue{
	/*background-color: #ffffff;*/
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 6px 0 6px 10px;
}

#elementContainer .elementProperties .propertyTable .propertyValue{
	padding-right: 10px;
	padding-left: 12px;
	width: 40%;
}

#elementContainer .elementProperties .propertyTable .analog{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #000000;
}

#elementContainer .elementProperties .propertyTable .analog:hover{
	color: #888888;
}

#elementContainer .elementProperties .propertyTable .propertyName:after{
	/*border-bottom: 1px dotted #cccccc;*/
	/*position: absolute;*/
	/*margin-left: 12px;*/
	/*height: 13px;*/
	/*content: '';*/
	/*width: 100%;*/
}

.propertyTable:nth-child(odd) {
	background-color: #f2f2f2;
}

#elementContainer .elementSkuPropertyValue{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .elementSkuPropertyValue.loading{
	opacity: 0.5;
}

#elementContainer .elementSkuVariantLabel{
	/*margin-top: 24px;*/
	font-size: 16px;
	font-weight: bold;
}

#elementContainer .elementSkuPropertyName{
	margin-bottom: 4px;
	font-size: 14px;
	color: #000000;
	float: left;
	padding-right: 12px;
	line-height: 38px;
	margin-left: -12px;
}

#elementContainer .elementSkuPropertyList{
	overflow: hidden;
	list-style: none;
	margin: 0px -4px;
	padding: 0px;
	float: left;
	/*max-width: 100%;*/
}

#elementContainer .elementSkuProperty_wrap {
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
}

#elementContainer .elementSkuProperty{
	overflow: hidden;
	/*margin: 12px 0;*/
	padding: 0 12px;
	/*float: left;*/
	display: inline-grid;
}

#elementContainer .elementSkuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink{
	position: relative;
	/*top: -2px;*/
}

#elementContainer .elementSkuProperty .disabled{
	text-decoration: line-through;
}
#elementContainer .elementSkuProperty .disabled a {
	cursor: default !important;
	background: #dddddd;
	color: #6f6f6f;
}

#elementContainer .hided .elementSkuPropertyLink,
#elementContainer .hided .bg_border{
	color: #777777 !important;
	/*border: 1px dashed #777777 !important;*/
	position: relative;
	overflow: hidden;
}

#elementContainer .hided .elementSkuPropertyLink::before,
#elementContainer .hided .bg_border::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25%;
	width: 150%;
	height: 1px;
	transform: rotate(-35deg);
	background-color: #dddddd;
	z-index: 10;
}

#elementContainer .hided .elementSkuPropertyLink::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

#elementContainer .elementSkuPropertyLink{
	border: 1px solid #dddddd;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	min-height: 25px;
	min-width: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px;
	display: block;
	cursor: pointer;
	color: #000000;
}
#elementContainer .elementSkuPropertyList .elementSkuPropertyValue.selected .bg_border {
	border: 1px solid #ff2d5b;
}
#elementContainer .elementSkuPropertyList .elementSkuPropertyValue .bg_border {
	border: 1px solid #ddd;
}
#elementContainer .elementSkuPropertyList .bg_border {
	padding: 1px;
	border-radius: 25px;
	/*margin-right: 5px;*/
	overflow: hidden;
}
#elementContainer .elementSkuPropertyList .bgcolor {
	height: 25px;
	width: 25px;
	float: left;
	padding: 0px;
	border-radius: 25px;
	border: 0px !important;

}

#elementContainer .elementSkuPropertyList .sku_aname {
	line-height: 25px;
	font-size: 12px;
	padding: 0 5px;
	/*display: none;*/
}

#elementContainer .elementSkuPropertyList img{
	vertical-align: middle;
	max-height: 35px;
	max-width: 35px;
}

#elementContainer #detailText{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 16px;
	overflow: hidden;
	padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;
	background-color: #ffffff;
	border-radius: 10px;
}


#elementContainer #detailText .heading{
	/*border-top: 1px solid #e7e8ea;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 24px 0;
	font-weight: 800;
	font-size: 20px;
}

#elementContainer #detailText img{
	max-width: 80% !important;
	height: auto !important;
	text-align: center !important;
	border-radius: 50px;
	filter: drop-shadow(5px 5px 5px #bdbdbd);
	-webkit-filter: drop-shadow(5px 5px 5px #bdbdbd);
	padding: 24px;
}

#morePhotoSlider{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 24px 48px 0 48px;
}

#morePhotoSlider .morePhotos{
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

#morePhotoSlider .morePhotos .photoItem{
	/*transform: scale(0.7);*/
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}

#morePhotoSlider .morePhotos .photoItem.selected{
	padding-bottom: 24px;
	/*transform: scale(1);*/
	opacity: 1;
}

#morePhotoSlider .morePhotos .photoItem.selected:after{
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : 0px;
}

#morePhotoSlider .morePhotos .photoItem a{
	display: inline-block;
	line-height: 100px;
	height: 100px;
}

#morePhotoSlider .morePhotos .photoItem img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#elementContainer .zoom{
	cursor: zoom-in;
}
/*acc slider*/
#empty {
	padding: 24px;
}
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
#empty .emptyWrapper {
	border-bottom: none !important;
}
#related {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}

#related .heading {
	border-top: 1px solid #e7e8ea;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}
#related .wrapper {
	line-height: 25px;
	padding-bottom: 20px;
	margin: 0 25px;
}

#related .wrapper .items {
	/*text-align: center;*/
	overflow: hidden
}

#related .wrapper .item {
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	float: left;
}
.secondTool .wrapper .item {
	width: 100%;
	float: left;
}
.secondTool .wrapper .item a {
	color: #000 !important;
}

#related .wrapper .item a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1px;
	font-size: 14px
}
#related .wrapper .item a{
	color: #888
}

#related .wrapper .item .selected {
	border-bottom: 1px dashed #000;
	color: #000
}

#related .wrapper .item .selected:hover {
	color: #000
}

#related .wrapper .item a:hover {
	color: #ff2d5b
}
#related .tab {
	display: none;
}
#related .tab.selected {
	display: block
}

*[id^='DataCarousel_'] .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0px;
}
*[id^='DataCarousel_'] .slideBox > li{
	float: left;
}

*[id^='DataCarousel_'] .item.product {
	width: 100% !important;
}
*[id^='DataCarousel_'] .markerContainer {
	left: 5px !important;
	top: 5px !important;
}

*[id^='DataCarousel_'] .product .picture {
	height: 120px !important;
	line-height: 120px !important;
}
*[id^='DataCarousel_'] .product .picture img {
	max-height: 80%;
	max-width: 80%;
}
*[id^='DataCarousel_'] .product:hover .tabloid,
*[id^='DataCarousel_'] .product .tabloid {
	/*height: 100% !important;*/
	height: 375px !important;
}
*[id^='DataCarousel_'] .product .skuProperty li {
	min-width: 37px !important;
}

*[id^='DataCarousel_'] .product .price {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 20px;
}

*[id^='DataCarousel_'] .item.product .addCart{
	position: absolute;
	bottom: 0px;
	width: 90%;
}
*[id^='DataCarousel_'] .product .row,
*[id^='DataCarousel_'] .product .skuProperty,
*[id^='DataCarousel_'] .product .name {
	margin-bottom: 4px !important;
	margin-top: 0px !important;
}

*[id^='DataCarousel_'] .productList {
	margin-bottom: 0px !important
}
*[id^='DataCarousel_'] .productList .item{
	border-left: 0px;
	height: 360px !important;
	width: 100% !important;
	float: none;
}

*[id^='DataCarousel_'] .DataBtnLeft,
*[id^='DataCarousel_'] .DataBtnRight{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

*[id^='DataCarousel_'] .DataBtnLeft{
	left: 0px;
}

*[id^='DataCarousel_'] .DataBtnRight{
	right: 0px;
}

*[id^='DataCarousel_'] .DataBtnLeft:hover{
	background-position: -35px 0;
}

*[id^='DataCarousel_'] .DataBtnLeft:active{
	background-position: -70px 0;
}

*[id^='DataCarousel_'] .DataBtnRight{
	background-position: 0 -70px;
}

*[id^='DataCarousel_'] .DataBtnRight:hover{
	background-position: -35px -70px;
}

*[id^='DataCarousel_'] .DataBtnRight:active{
	background-position: -70px -70px;
}
/*acc slider end*/
#related,
#similar{
	margin-top: 24px;
}

#related .heading {
	border-top: 1px solid #e7e8ea;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#similar .heading {
	padding: 36px 24px 24px 24px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 24px;
	border-top: 1px solid #e7e8ea;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
}

#testRelatedProduct {
	padding: 16px;
	font-size: 14px;
	height: 254px;
	overflow: hidden;
}

#testRelatedProduct a {
	text-decoration: none;
	cursor: pointer;
}

#testRelatedProduct span.relatedProduct_name {
	cursor: default;
}

#testRelatedProduct .relatedProduct_wrap:nth-child(odd) {
	background-color: #F6F6F6;
}

#testRelatedProduct .heading {
	padding: 36px 12px 24px 12px;
	display: flex;
	justify-content: space-between;
	font-weight: 800;
	font-size: 20px;
	border-top: 1px solid #e7e8ea;
	letter-spacing: 1px;
}

#testRelatedProduct .relatedProduct_title {
	display: flex;
	justify-content: space-between;
	padding: 12px 10px;
	font-weight: bold;
}

#testRelatedProduct .relatedProduct_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 10px;
}

#testRelatedProduct .relatedProduct_row {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

#testRelatedProduct .relatedProduct_img_wrap {
	display: flex;
	justify-content: center;
	width: 42px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	padding: 4px;
}

#testRelatedProduct .relatedProduct_img {
	width: auto;
	height: 100%;
}

#testRelatedProduct .relatedProduct_name {
	width: 80%;
	color: #000000;
	transition: all 0.3s ease;
}

#testRelatedProduct a.relatedProduct_name:hover {
	color: #ff2d5b;
}

#testRelatedProduct .relatedProduct_quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
}

.relatedProduct_btn_wrap {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.relatedProduct_btn {
	cursor: pointer;
	display: flex;
	gap: 12px;
	align-items: center;
	background-color: #fff;
	color: #777777;
	width: max-content;
	padding: 10px 46px;
	font-size: 16px;
	border: 1px solid #e7e8ea;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.relatedProduct_btn:hover {
	background-color: #F6F6F6;
}

.relatedProduct_btn_wrap .icon-wrap {
	display: flex;
	align-items: center;
}

#similar .similar_buttons {
	display: flex;
	gap: 8px;
}

#similar .similar_button-prev,
#similar .similar_button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #2E9CFF;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#similar .similar_button-prev:hover,
#similar .similar_button-next:hover {
	background-color: #2575ba;
}

#similar .swiper-button-disabled:hover,
#similar .swiper-button-disabled {
	background-color: #CED6DF;
	cursor: no-drop;
}

#related .wrapper {
	line-height: 25px;
	padding-bottom: 20px;
	margin: 0 25px;
}

#related .wrapper .items {
	/*text-align: center;*/
	overflow: hidden
}
.secondTool .wrapper .items {
	cursor: pointer;
}

#related .wrapper .item,
.secondTool .wrapper .item {
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px
}
.secondTool .wrapper .item {
	width: 100%;
	float: left;
}
.secondTool .wrapper .item a {
	color: #000 !important;
}

#related .wrapper .item a,
.secondTool .wrapper .item a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1px;
	font-size: 14px
}
#related .wrapper .item a,
.secondTool .wrapper .item a {
	color: #888
}

#related .wrapper .item .selected,
.secondTool .wrapper .item .selected {
	border-bottom: 1px dashed #000;
	color: #000
}

#related .wrapper .item .selected:hover,
.secondTool .wrapper .item .selected:hover {
	color: #000
}

#related .wrapper .item a:hover,
.secondTool .wrapper .item a:hover {
	color: #ff2d5b
}
#related .tab {
	display: none;
}
#related .tab.selected {
	display: block
}


#catalogElement .productList{
	/*border-top: 1px solid #e7e8ea;*/
}

#catalogElement .product{
	border: 0;
}

#catalogElement .product{
	height: 400px !important;
	width: 33.333% !important;
	border: 0 !important;
	border-bottom: 1px solid #e7e8ea !important;
	border-right: 1px solid #e7e8ea !important;
}

#catalogElement .product:nth-child(4n+4){
	border-right: 0px !important;
}

#catalogElement .product:first-child{
	border-left: 0;
}

#catalogElement .product:nth-child(4n+1){
	border-left: 0;
}

#catalogElement .product:nth-child(1),
#catalogElement .product:nth-child(2),
#catalogElement .product:nth-child(3),
#catalogElement .product:nth-child(4){
	border-bottom: 0;
	border-top: 0;
}

#elementProperties{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 40px;*/
	font-size: 14px;
	padding: 0;
	overflow: hidden;
}

#elementProperties .heading,
.changePropertiesGroup_container .heading {
	/*border-top: 1px solid #efefef;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 24px 0 !important;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

.changePropertiesGroup_container .heading {
	padding-left: 24px;
}

.changePropertiesGroup_warningMessage {
	display: block;
	font-size: 14px;
	padding: 24px;
	color: #9d9d9d;
}

.elementProperties a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#elementProperties .stats {
	/*min-width: 600px;*/
	width: 100%;
	padding: 12px;
	border-collapse: collapse;
	table-layout: fixed;
}

#elementProperties .stats a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#elementProperties .stats a:active{
	position: relative;
	top: 1px;
}

#elementProperties .stats td{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementProperties .stats .question {
	background: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/questions.png") 0 0 transparent;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	margin-left: 4px;
	height: 19px;
	width: 19px;
}

#elementProperties .stats .question:hover {
	background: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/questions.png") -19px 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/questions.png") -38px 0 transparent;
}

#elementProperties .stats tr {
	/*border: 1px solid #e4e4e4;*/
	border: none;
}

#elementProperties .stats .gray td {
	background-color: #F6F6F6;
}

#elementProperties .stats tr:hover td {
	background: #eee;
}

#elementProperties .stats .cap,
#elementProperties .stats .cap:hover td {
	background-color: #fff !important;
	border: 0 !important;
}

#elementProperties .stats .cap td {
	font-size: 18px;
	color: #000000;
	padding: 6px 0;
}

#elementProperties .stats td {
	padding: 6px 6px;
}

#elementProperties .stats .name {
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	width: 40%;
}

/*#elementProperties .stats .name span {*/
/*	padding: 0px 12px;*/
/*}*/

#elementProperties .stats .analog {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	text-decoration: none;
	color: #9d9d9d;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 1px;
}

#elementProperties .stats .analog:hover {
	color: #000000;
	border-bottom-color: #000000;
}

#elementProperties .stats .analog:active {
	position: relative;
	top: 1px;
}

#elementProperties .stats .right {
	text-align: right;
	padding-right: 10%;
}

#catalogElement .bx_pagination_bottom{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#empty {
	padding: 24px;
}
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
#empty .emptyWrapper {
	border-bottom: none !important;
}
.prod_gift_block {
	margin: 24px 0px;
	border: 1px solid #eee;
	overflow: hidden;
	display: block;
	width: 99%;
}
.prod_gift_block .title {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
.prod_gift_block_item {
	padding: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	display: block;
	width: 23%;
	height: 100px;
	min-width: 250px;
}

@media screen and (max-width: 1150px) {
	.prod_gift_block_item {
		width: 45%;
	}
}
@media screen and (max-width: 580px) {
	.prod_gift_block_item {
		width: 100%;
	}
	.cart_item_gift_incart {
		right: 30px !important;
	}
}

.cart_item_image {
	float: left;
	padding-right: 10px;
	width: 80px;
	text-align: center;
}
.prod_gift_block_item img {
	max-height: 80px;
	width: auto;
}
.cart_item_gift_name {
	font-size: 12px;
	display: inline;
}
.prod_gift_block .getGiftProduct {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 37px;
	background: #fff300;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	height: 30px;
	cursor: pointer;
}
.prod_gift_block .getGift:hover {
	background: #ff2d5b;
	color: white;
}
.cart_item_gift_incart {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.item_list_title {
	font-weight: bold;
	color: #fff;
	background: #ff2d5b;
	vertical-align: middle;
	height: 38px;
	border-top-left-radius: inherit!important;
	border-top-right-radius: inherit!important;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
}
#stic_dic {
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/local/templates/touch_d/components/bitrix/sale.gift.product/touch/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;
	z-index: 25;
}
.gifts a.price {
	text-decoration: line-through !important;
	color: gray !important;
}

#files{
	margin-top: 24px;
}

#files .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files .heading{
	border-top: 1px solid #efefef;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#files .items{
	overflow: hidden;
}

#files .item{
	margin-bottom: 24px;
	overflow: hidden;
	height: 65px;
	float: left;
	width: 25%;
}

#files .item .tb{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#files .item .tbr{
	display: table-row;
}

#files .item .icon{
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}

#files .item .icon a{
	display: block;
}

#files .item .icon img{
	vertical-align: middle;
	max-width: 100%;
}

#files .item .info{
	vertical-align: middle;
	display: table-cell;
	padding-right: 18px;
	width: 50%;
}

#files .item .info .name{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	color: #000000;
	height: 25px;
}

#files .item .info .name span{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#files .item small{
	display: block;
}

#video{
	margin-top: 24px;
}

#video .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#video .heading{
	border-top: 1px solid #efefef;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#video .items{
	overflow: hidden;
	margin: 0 -12px;
}

#video .items.sz1{
	margin: 0;
}

#video .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0px 12px 24px 12px;
}

#video .item iframe{
	height: 200px;
	width: 100%;
}

#video .items.sz1 .item{
	padding: 0px;
	width: 100%;
}

#video .items.sz1 iframe{
	height: 500px;
}

#video .items.sz2 .item{
	width: 50%;
}

#video .items.sz2 iframe{
	height: 300px;
}


#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	background-color: #ffffff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
	border-radius: 10px;
}

#elementErrorContainer span.heading {
	/*background-color: #424242;*/
	background-color: #ffffff;
	color: #333333;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #333333;
	padding: 12px;
	margin: 0 0 24px 0;
}

#elementErrorContainer #elementErrorClose {
	background: url("/images/close_edit.svg") 0px 0px no-repeat transparent;
	/*margin-bottom: 24px;*/
	position: absolute;
	display: block;
	height: 21px;
	top: 16px;
	right: 11px;
	width: 21px;
}

#elementErrorContainer #elementErrorClose:hover {
	/*background: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/exit.png") 0px -21px no-repeat transparent;*/
	opacity: 0.5;
}

#elementErrorContainer #elementErrorClose:active {
	/*background: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/exit.png") 0px -42px no-repeat transparent;*/
	opacity: 0.5;
}

#elementErrorContainer .close {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #cccccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0 auto 12px;
	border-radius: 4px;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#catalogElement #hint {
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	width: 300px;
	box-shadow: 1px 1px 12px #dbdbdb;
	padding: 12px;
	z-index: 999999;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	display: block;
}

#catalogElement #hint ins {
	background: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/clear.png") no-repeat 0 0 transparent;
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 10px;
	height: 9px;
	cursor: pointer;
}

#catalogElement #hint ins:active {
	top: 13px;
}

#complect{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#complect .heading{
	border-top: 1px solid #efefef;
	text-transform: uppercase;
	padding: 24px 0px 12px 0;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#complect .complectList{
	overflow: hidden;
	margin: 0 -12px;
}

#complect .complectListItem{
	position: relative;
	height: 355px;
	float: left;
	width: 25%;
}

#complect .complectListItemWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}

#complect .complectListItemPicture img{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#complect .complectListItemPicture:hover img{
	opacity: 0.8;
}

#complect .complectListItemPicLink{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	text-align: center;
	height: 240px;
	line-height: 240px;
}

#complect .complectListItemLink{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 44px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	height: 44px;
}

#complect .complectListItemLink .middle{
	display: inline-block;
	vertical-align: top;
	line-height: 21px;
}

#complect .complectListItemPrice{
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure{
	font-size: 16px;
}

#complect .complectListItemPrice .discount{
	padding-left: 4px;
	font-size: 14px;
}

#complect .complectResult{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fdfdfd;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#complect .complectPriceResult{
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount{
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}

#complect .complectResultEconomy{
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue{
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after{
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -12px;
	top: 50%;

}

#complect .complectListItem:last-child:after,
#complect .complectListItem:nth-child(4n):after{
	display: none;
}

#zoomer{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
}

#zoomer.opened{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}


#zoomerExitLink{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/exitBig.png) 0 0  no-repeat transparent;
	height: 50px;
	opacity: 0.5;
	width: 50px;
}

#zoomerExitLink:hover{
	opacity: 0.8;
}

#zoomerExitLink:active{
	height: 48px;
	opacity: 1;
	top: 25px;
}

/*#zoomer #zoomerExitLink{*/
/*	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/exitBig.png) 0 0  no-repeat transparent;*/
/*	height: 50px;*/
/*	opacity: 0.5;*/
/*	width: 50px;*/
/*}*/

/*#zoomer #zoomerExitLink:hover{*/
/*	opacity: 0.8;*/
/*}*/

/*#zoomer #zoomerExitLink:active{*/
/*	height: 48px;*/
/*	opacity: 1;*/
/*	top: 25px;*/
/*}*/

#zoomerMoreImagesContainerWrapper .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#zoomerMoreImagesContainerWrapper .item:hover{
	opacity: 0.9 !important;
}

#zoomerMoreImagesContainerWrapper .selected{
	opacity: 1 !important;
}

#zoomerBigPrevMore,
#zoomerBigNextMore{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}

#zoomerBigNextMore{
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/carouselArrows.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}


#zoomerNextMore{
	background-position: -80px 0;
}

#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover{
	opacity: 0.8;
}

#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active{
	opacity: 1;
}

#zoomerNextMore:active{
	right: -1px !important;
}

#zoomerPrevMore:active{
	left: -1px !important;
}

#zoomerBigPrevMore:active{
	left: 23px !important;
}

#zoomerBigNextMore:active{
	right: 23px !important;
}

#zoomerMoreImagesContainerWrapper .link:active{
	position: relative;
	top: 1px;
}
#services_item {
	background-image: url('/get_bonus/fon.jpg');
	border-radius: 4px;
	margin: 10px 10px 5px 0px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	float: left;
	border: 1px solid rgba(255, 207, 9, 0.63);
}
#services_item .serviceBlock {
	width: auto;
	position: relative;
	padding-top: 0px;
	padding-left: 100px;
}
#services_item  .img_service {
	position: absolute;
	left: 14px;
	top: -2px;
}
.serviceBlockPop .img_service {
	display: none;
}
#services_item .serviceBlock .row {
	display: inline-block;
	width: 100%;
	margin: 5px;
	line-height: 1.39;
}
.serviceBlockPop {
	padding-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(255, 207, 9, 0.63);
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	overflow: hidden;
	background-image: url('/get_bonus/fon.jpg');
	width: 390px;
}
#services_item .img_service img {
	-o-transition: transform 3s linear;
	-ms-transition: transform 3s linear;
	-moz-transition: transform 3s linear;
	-webkit-transition: transform 3s linear;
	transition: transform 3s linear;
}
.rotate_180 {
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#services_item .serviceBlock .svtitle {
	display: none;
}
.kredit_r_block {
	font-size: 14px;
	height: 36px;
}
.kredit_r_block .kredit_r_block_name {
	padding-bottom: 5px;
	padding-left: 12px;
}
.kredit_r_block img{
	width: 30px;
	height: auto;
}
.kredit_r_block .bank_sum {
	color: #fe3170;
}
.kredit_block_price {
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
}
.kredit_block_price .kredit24 {
	font-size: 22px;
}

#elementTools_col .banks_list {
	display: flex;
	gap: 12px;
}

#smallElementTools .banks_list {
	display: flex;
	gap: 12px;
}

.article {
	display: flex;
	gap: 5px;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 5px;
	left: 5px;
}
.artnum_span {
	padding: 5px;
	/*background-color: #fdfb5e;*/
	background-color: #FDC710;
	border-radius: 3px;
	font-size: 14px;
	/* width: 200px; */
	text-align: center;
	display: block;
	color: black;
	white-space: nowrap;
}

.ticker-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 31px;
	overflow: hidden;
	border-radius: 3px;
	background-color: #2B89FF;
	position: relative;
	margin-right: 20px;
}
.ticker-text {
	display: none;
	position: absolute;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.changeArticle{
	font-weight: 600;
}
.serviceBlockPop .svtitle {
	display: block;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
	position: relative;
}
.serviceBlockPop .row {
	padding-left: 12px;
}

.why_service {
	text-align: center;
	padding: 0px 0px 5px 0px;
}
.why_service span {
	border-bottom: 1px dashed;
	cursor: pointer;
	font-size: 12px;
}
.why_service_hide {
	display: none;
	padding: 5px;
	border: 1px dashed red;
	margin: 25px 5px 5px 5px;
}

.soft_block {
	overflow: hidden;
	padding-bottom: 10px;
	color: white;
}
#soft_item {
	background-image: url('/images/touch_tehnik.png');
	border-radius: 4px;
	background-size: 100%;
	margin: 10px 10px 5px 0px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 98%;
	border: 1px solid rgba(255, 207, 9, 0.63);
}
#soft_item .softBlock {
	width: auto;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
}
.soft_block .row {
	margin: 0px;
	width: 25%;
	float: left;
	text-align: center;
	padding: 0px;
}
.soft_block .soft_name {
	font-size: 12px;
}
.soft_block .soft_oldprice,
.soft_block .soft_price{
	line-height: 1;
}
.soft_block .soft_oldprice span {
	color: red;
	text-decoration: line-through;
	font-weight: 600;
	font-size: 12px;
}
.soft_block .soft_price span {
	font-weight: bold;
	font-size: 16px;
}
.soft_block .add_soft {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 5px;
	border-radius: 4px;
	color: #ffffff;
	height: 5px;
	margin: 0 auto;
	padding: 10px;
	background: #ff2d5b;
	font-size: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	width: 60px;
}
.soft_block .add_soft.added {
	background: #545454;
}

#clockdiv{
	font-family: sans-serif;
	color: #2b2b2b;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #2b2b2b;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #ffa719;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
	color: white;
}

#smallElementTools .pr,
#elementTools .pr {
	font-size: 16px;
	font-weight: normal;
	color: #9292A0;
	/*text-decoration: line-through;*/
}

#smallElementTools .old_new_price,
#elementTools_col .old_new_price {
	position: relative;
}

#smallElementTools .old_new_price:before,
#elementTools_col .old_new_price:before {
	position: absolute;
	content: "";
	width: 105%;
	height: 1px;
	background-color: #ED1C24;
	bottom: 50%;
	left: -4px;
	transform: scaleY(0.5) rotate(-20deg);
}

img.lz {
	max-width: 400px;
	display: block;
	margin: 0 auto;
}

ol {
	counter-reset: myCounter;
	margin-left: 0;
	padding-left: 5px;
	color: rgb(100, 100, 100);
	font-size: 12px;
}
ol li {
	position: relative;
	padding-left: 3em;
	margin: 0.45em 0;
	list-style: none;
	line-height: 1.8em;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ol li:before {
	content:counter(myCounter);
	counter-increment:myCounter;
	position:absolute;
	top:0;
	left:0;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	padding:0px;
	color:#fff;
	background:#e8121d;
	font-weight:bold;
	text-align:center;
	border-radius: .9em;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ol li:hover:before {
	background-color: #2ecc71;
}

ol li li:before{
	background-color: #039817;
}

ol li:after {
	position: absolute;
	top: 2.1em;
	left: 0.9em;
	width: 2px;
	height: calc(100% - 2em);
	content: '';
	background-color: rgb(203, 203, 203);
	z-index: 0;
}

ol li:hover:after {
	background-color: #2ecc71;
}

ol li li {
	font-size: 0.8em;
}
.airpods_color_show {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 58px;
	border-radius: 5px;
	color: #fff;
	height: 58px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 12px;
	width: 100%;
	background: #ff2d5b;
	cursor: pointer;
}

.airpods_color_show:hover {
	background: #dd0030;
}

.cred_offers {
	border-radius: 5px;
	display: block;
	margin-top: 15px;
}
.cred_offers .cred_offers_bank {
	display: inline-block;
	text-align: left;
	margin: 2px;
	padding: 5px 10px;
	width: 43%;
	min-width: 172px;
	border-radius: 2px;
	background: #f3f3f3;
	color: rgb(76, 76, 76);
	/* border: 1px solid #ccc; */
}
.cred_offers .logo_and_name {
	display: table;
	width: 100%;
}
.cred_offers .cred_offers_bank img {
	width: 35px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.cred_offers .bank_name {
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
	display: table-cell;
	text-align: left;
	line-height: 1;
	vertical-align: middle;
}
.cred_offers .bank_month_pay {
	margin: 5px 0;
}
.month_pay {
	white-space: nowrap;
}
.month_pay .month_price {
	font-size: 18px;
	font-weight: bold;
}
.bank_default_month {
	font-size: 12px;
}

#smallElementTools .old_new_price .pr,
#elementTools .old_new_price .pr {
	text-decoration-color: red;
}
.content-right {
	/*padding: 0 !important;*/
}
.offerPrice{
	font-size: 12px;
	color: green;
	padding: 0 5px;
}
.complects_list {
	padding: 0;
}
#complects_component {
	margin-right: 10px;
}
#complects_component .complectsBtnLeft,
#complects_component .complectsBtnRight{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}
#complects_component .complectsBtnLeft{
	left: 0;
}
#complects_component .complectsBtnRight{
	right: 0;
}
#complects_component .complectsBtnLeft:hover{
	background-position: -35px 0;
}

#complects_component .complectsBtnLeft:active{
	background-position: -70px 0;
}

#complects_component .complectsBtnRight{
	background-position: 0 -70px;
}

#complects_component .complectsBtnRight:hover{
	background-position: -35px -70px;
}

#complects_component .complectsBtnRight:active{
	background-position: -70px -70px;
}

#complects_component ul{
	/*height: 222px;*/
}
#complects_component ul li{
	float: left;
	list-style: none;
}
.complect_item {
	width: calc(100% - 2px);
	border: 1px solid #DDDDDE;
}
.complect_content {
	display: table;
	vertical-align: middle;
	table-layout: fixed;
	width: 100%;
	height: 220px;
}
.complect_item .comp_product_item{
	display: table-cell;
	position: relative;
}
.complect_item .additional_product:before {
	content: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/divider.svg");
	display: block;
	position: absolute;
	width: 10px;
	height: 225px;
}
.complect_item .product_photo,
.complect_item .product_photo {
	width: 75px;
	height: 75px;
	display: table-cell;
	padding: 40px 20px;
}
.complect_item .product_photo img{
	max-width: 100%;
	max-height: 100%;
}
.complect_item .product_photo a,
.complect_item .product_name a{
	color: black;
	text-decoration: none;
}

.complect_item .product_info {
	display: table-cell;
	vertical-align: top;
	padding-top: 30px;
}
.complect_item .product_name {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	margin-right: 10px;
}
.complect_item .product_name .product_name_text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 17px;
	height: 51px;
}
.complect_item .price {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin-top: 20px;
}
.complect_item .price .discount_price {
	height: 15px;
}
.btn_change_product {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #303030;
	background: #FFD12E;
	border-radius: 5px;
	padding: 5px 15px;
	width: fit-content;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	/*display: none;*/
}
.btn_change_product:hover {
	background: #e9bd2c;
}
.total_block {
	text-align: right;
	border-top: 1px solid #ddddde;
	padding: 15px;
}
.total_block .all_price {
	display: inline-block;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	margin-right: 12px;
}
.total_block .buy_complect {
	background: #FE3170;
	border-radius: 10px;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
	cursor: pointer;
}
.buy_complect .icon-t-cart:before {
	vertical-align: middle !important;
	font-size: 22px !important;
}

#complects_component ol li:before{
	content:"";
	display: none;
}
#complects_component ol li {
	padding:0;
	transition: none;
}
.complect_modal_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 2000;
}
.modal_complect_product_change {
	background: #fff;
	width: 400px;
	height: fit-content;
	max-height: 70%;
	position: fixed;
	top: 10%;
	padding: 20px;
	left: calc(50% - 220px);
	border-radius: 10px;
	overflow: auto;
}
.modal_complect_product_change .header {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 10px;
	font-weight: bold;
}
.modal_complect_product_change .close {
	height: 16px;
	width: 16px;
	background: url("/images/close.png");
	position: absolute;
	top: 22px;
	right: 22px;
	cursor: pointer;
}
.complect_item .price .discount {
	margin-left: 1px !important;
	margin-right: 2px !important;
	padding-left: inherit !important;
	font-size: 12px !important;
	vertical-align: top !important;
	color: #888;
}
.modal_complect_product_change .product_photo {
	padding: 40px 10px;
}
.modal_complect_product_change .complect_item {
	border-radius: 8px;
	margin-bottom: 16px;
	cursor: pointer;
	border-width: 2px;
}
.modal_complect_product_change .complect_item:hover,
.modal_complect_product_change .complect_item.selected {
	border-color: #FFCF00;
}

#leftArrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 30px;
	height: 36px;
	display: block;
	font-size: 32px;
	font-weight: 100;
	color: rgb(193, 193, 193);
	z-index: 9999;
}

#rightArrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 30px;
	height: 36px;
	display: block;
	font-size: 32px;
	font-weight: 100;
	color: rgb(193, 193, 193);
	z-index: 9999;
}

#elementToolsFixedBottom {
	display: none;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 78px;
	z-index: 999;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
}

#elementToolsFixedBottom .elementToolsFixedBottom_img_title_wrap,
#elementToolsFixedBottom .elementToolsFixedBottom_price_btn_wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

#elementToolsFixedBottom .elementToolsFixedBottom_img {
	display: flex;
}

#elementToolsFixedBottom .elementToolsFixedBottom_img img {
	width: auto;
	height: 40px;
}

#elementToolsFixedBottom .elementToolsFixedBottom_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4em;
	max-height: 2.8em;
}

#elementToolsFixedBottom .secondTool {
	display: none;
}

#elementToolsFixedBottom .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 36px;
	margin: 0 42px 0 32px;
}

#elementToolsFixedBottom .addCart {
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background-color: #FFD12E;
	height: 56px;
	width: 140px;
	margin: 0 !important;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s ease;
}

#elementToolsFixedBottom .addCart:hover {
	color: #2B89FF;
}

#elementToolsFixedBottom .addCart.disabled {
	background-color: #FFD12E !important;
}

#elementToolsFixedBottom .btn_wrap {
	display: flex;
	gap: 16px;
}

#elementToolsFixedBottom .mainTool {
	width: 100%;
	max-width: 1362px;
	margin: 0 auto;
}

#elementToolsFixedBottom .addCart.added {
	background-color: #FFD12E !important;
}

#elementToolsFixedBottom .oldPriceLabel {
	margin: 0 !important;
}

#smallElementTools .old_new_price .pr {
	font-size: 12px;
}

#elementToolsFixedBottom .price {
	font-size: 20px;
	margin: 0 !important;
}

#elementTools_col .price_wrap {
	display: flex;
	flex-direction: column;
}

#elementTools_col .price_wrap .row {
	margin-bottom: 8px;
}

#elementToolsFixedBottom .new_price {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 6px;
	margin-bottom: 5px;
	min-width: 140px;
}

#elementToolsFixedBottom .old_new_price .pr {
	font-size: 14px;
	color: #9292A0;
}

#elementToolsFixedBottom .old_new_price {
	position: relative;
}

#elementToolsFixedBottom .old_new_price:before {
	position: absolute;
	content: "";
	width: 105%;
	height: 1px;
	background-color: #ED1C24;
	bottom: 50%;
	left: -4px;
	transform: scaleY(0.5) rotate(-20deg);
}

#elementToolsFixedBottom .economy {
	font-size: 12px;
	font-weight: 400;
	padding: 3px 6px;
	background-color: #FFCF00;
	border-radius: 5px;
	margin-left: 6px;
}

#elementToolsFixedBottom .icon-t-cart:before {
	font-size: 16px !important;
}

#elementToolsFixedBottom .addCartCredit {
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #2B89FF;
	height: 56px;
	width: 140px;
	margin: 0 !important;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s ease;
}

#elementToolsFixedBottom .addCartCredit:hover {
	color: #FFD12E;
}

#elementToolsFixedBottom .kredit_r_block img {
	width: 18px;
	height: auto;
}

#elementToolsFixedBottom .kredit_r_block {
	font-size: 12px;
	text-align: start;
}

#elementToolsFixedBottom .new_kredit {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px;
}

#accessories_related_wrap {
	margin-top: 16px;
}

.accessories_buttons .swiper-button-disabled,
.related_buttons .swiper-button-disabled {
	background-color: #CED6DF !important;
	cursor: no-drop !important;
}

.container_sliders_related .heading,
.container_sliders_accessories .heading {
	display: flex;
	/*border-top: 1px solid #e7e8ea;*/
	letter-spacing: 1px;
	padding: 0 24px 24px 24px;
	font-weight: 600;
	font-size: 24px;
	justify-content: space-between;
}

.container_sliders_accessories,
.container_sliders_related {
	/*margin-top: 24px;*/
	background-color: #ffffff;
	padding: 24px 0;
	border-radius: 10px;
	min-height: 508px;
	overflow: hidden;
}

.container_sliders_related {
	margin-top: 16px;
}

#sliders_accessories,
#sliders_related {
	position: relative !important;
}

#sliders_accessories .accessories_buttons,
#sliders_related .related_buttons {
	display: flex;
	gap: 8px;
	position: absolute;
	width: 100%;
	justify-content: flex-end;
	right: 24px;
	z-index: 9;
	top: -70px !important;
}

.container_sliders_accessories .accessories_button-prev,
.container_sliders_accessories .accessories_button-next,
.container_sliders_related .related_button-prev,
.container_sliders_related .related_button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #2E9CFF;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.container_sliders_accessories .accessories_button-prev:hover,
.container_sliders_accessories .accessories_button-next:hover,
.container_sliders_related .related_button-prev:hover,
.container_sliders_related .related_button-next:hover {
	background-color: #2575ba;
}

#tableContainer .container_loader {
	display: block;
	color: #999999;
	text-align: center;
}

#tableContainer .container_loader img {
	display: inline-block;
	width: 36px;
	height: 36px;
	animation: spin 1s linear infinite;
}

#detailText .readMoreLinkInItem {
	display: block;
	text-decoration: none;
	color: #777777;
	width: max-content;
	margin: 40px auto 0;
	padding: 10px 46px;
	font-size: 16px;
	border: 1px solid #e7e8ea;
	border-radius: 6px;
	transition: all 0.3s ease;
}

#detailText .readMoreLinkInItem:hover {
	background-color: #F6F6F6;
}

#detailText .readMoreTextInItem {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sticky {
	position: fixed;
	top: 56px;
	z-index: 1000;
	background-color: #fff;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*==================================*/
/*Модальное окно с вариантами товара*/
/*==================================*/

/*/local/templates/touch_demo/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css*/
#modal_wrapper_bu ul,
.product_condition ul{
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin: 0;
}
#modal_wrapper_bu li,
.product_condition li{
	list-style-type: none;
}
#modal_wrapper_bu p,
.product_condition p{
	margin: 0;
	padding: 0;
}
#modal_wrapper_bu h2 {
	margin: 0;
}
#modal_overlay_bu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999998;
	overflow: auto;
}
#modal_overlay_bu.show {
	display: block;
}
#modal_wrapper_bu {
	max-width: 546px;
	min-width: 506px;
	height: 550px;
	border-radius: 10px;
	padding: 50px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}
#modal_wrapper_bu .modal_close {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	top: 20px;
	right: 20px;
}
#modal_wrapper_bu .modal_title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 18px;
}
#modal_wrapper_bu #current_device {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 30px;
}
#modal_wrapper_bu .current_device_img {
	width: 70px;
	height: 70px
}
#modal_wrapper_bu .current_device_price {
	display: flex;
}
#modal_wrapper_bu .new_price {
	font-size: 18px;
	font-weight: bold;
	color: #F60849;
	margin-right: 8px;
}
#modal_wrapper_bu .old_price {
	position: relative;
	font-size: 14px;
	color: #A2B5CA;
}
#dev_price .old_price::before,
#old_price::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #FE3170;
	transform: rotate(-10deg);
}
#modal_wrapper_bu .current_device_name {
	font-size: 14px;
}
#modal_wrapper_bu .current_device_status {
	font-size: 14px;
	font-weight: bold;
}

#modal_wrapper_bu .device_price_wrapper {
	display: flex;
	flex-direction: column;
}
#modal_wrapper_bu .price {
	display: flex;
}
#modal_wrapper_bu .modal_btns {
	display: flex;
	gap: 8px;
	justify-content: center;
}
#modal_wrapper_bu .product_condition_title,
#modal_wrapper_bu .device_color_title,
#modal_wrapper_bu .device_memory_title{
	font-size: 16px;
	font-weight: bold;
}
#modal_wrapper_bu .product_condition_list {
	display: flex;
	gap: 8px;
}
#modal_wrapper_bu .product_condition_item {
	width: 120px;
	border: solid 1px #EBEBEB;
	border-radius: 3px;
	text-align: center;
	padding: 13px 0;
	font-size: 14px;
}
#modal_wrapper_bu .product_condition_item:hover {
	border: solid 1px #F60849;
}
#modal_wrapper_bu .variant_condition {
	margin-bottom: 30px;
	height: 180px;
	overflow-y: auto;
}
#modal_wrapper_bu .variant_condition_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 13px 0 0;
	gap: 8px;
}
#modal_wrapper_bu .variant_condition_item {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 230px;
	gap: 18px;
	flex-basis: calc(50% - 4px);
	padding: 8px 19px;
	box-sizing: border-box;
	border: solid 1px #EBEBEB;
	border-radius: 3px;
	cursor: pointer;
}
#modal_wrapper_bu .variant_condition_item_active {
	border: solid 1px #F60849;
}
#modal_wrapper_bu .variant_condition_item:hover {
	border: solid 1px #F60849;
}
#modal_wrapper_bu .variant_condition_item img {
	width: 40px;
	height: 48px
}
#modal_wrapper_bu .button_modal_select,
#modal_wrapper_bu .button_modal_cancel {
	font-size: 14px;
	font-weight: bold;
	padding: 12px;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	width: 100%;
	background-color: #F60849;
	margin: 0;
	cursor: pointer;
}
#modal_wrapper_bu .button_modal_select:hover {
	background-color: #BA114E;
}
#modal_wrapper_bu .button_modal_cancel {
	background-color: #D9D9D9;
	color: #000000;
}
#modal_wrapper_bu .button_modal_cancel:hover {
	background-color: #b3b3b3;
}
#modal_wrapper_bu .device_color,
#modal_wrapper_bu .device_memory {
	margin-bottom: 26px;
}
#modal_wrapper_bu .device_color_list,
#modal_wrapper_bu .device_memory_list{
	display: flex;
	gap: 9px;
	margin-top: 15px;
}
#modal_wrapper_bu .device_color_item,
#modal_wrapper_bu .device_memory_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 42px;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
}
#modal_wrapper_bu .device_color_item:hover,
#modal_wrapper_bu .device_memory_item:hover {
	border: solid 1px #f60849;
}
#modal_wrapper_bu .device_memory_item {
	width: 44px;
	height: 31px;
	font-size: 12px;
}
#modal_wrapper_bu .device_color_item img {
	width: 27px;
	height: 36px;
}
.product_condition {
	display: flex;
	gap: 10px;
	margin: 0 -4px;
}
#modal_overlay_bu .product_condition {
	margin: 20px 0;
}
.product_condition_wrap {
	display: flex;
	flex-direction: column;
}

.product_condition_wrap span {
	font-size: 12px;
	color: green;
	line-height: 25px;
}

.product_condition_item_btn {
	font-size: 14px;
	/*font-weight: bold;*/
	/*width: 56px;*/
	/*height: 64px;*/
	min-height: 25px;
	padding: 2px 4px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #ffffff;
	color: #333333;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn_active {
	border: 1px solid #ff2d5b;
}
#modal_wrapper_bu .disabled_btn_select {
	background-color: #D9D9D9;
	color: #000;
}
#modal_wrapper_bu .disabled_btn_select:hover {
	background-color: #D9D9D9;
	cursor: not-allowed;
}

/*Лоадер */
#variant_bu_wrapper .custom-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}
#variant_bu_wrapper .custom-loader img{
	width: 100%;
	height: 100%;
	animation: spin 2s linear infinite;
}
#variant_bu_wrapper .loader {
	width: 50px;
	height: 50px;
	position: relative;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen and (max-height: 725px) {
	#modal_wrapper_bu {
		margin-top: 35px;
		top: 0;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 604px) {
	#modal_wrapper_bu {
		min-width: 350px;
	}
	#modal_wrapper_bu .variant_condition_list {
		flex-direction: column;
	}
}
@media screen and (max-width: 520px){
	#modal_overlay_bu {
		background-color: #ffffff;
	}
	#modal_wrapper_bu {
		min-width: auto;
		width: 90%;
		height: 40%;
		padding: 20px;
		margin-top: 10px;
		top: 0;
		transform: translateX(-50%);
	}
	#modal_wrapper_bu .modal_close {
		margin: 0 0 15px auto;
	}
	#modal_wrapper_bu .modal_title {
		display: none;
	}
	#modal_wrapper_bu .button_modal_cancel {
		display: none;
	}
	#variant_bu_wrapper {
		display: flex;
		flex-direction: column;
		height: 90%;
		justify-content: space-between;
	}
	#modal_wrapper_bu .variant_condition {
		height: 40vh;
	}

	#elementProperties{
		padding: 0 10px;
		font-size: 12px;
	}

	.changePropertiesGroup_container .heading {
		padding-left: 10px;
	}

	.changePropertiesGroup_warningMessage {
		font-size: 12px;
	}
}

.warranty_block h1,
.warranty_block h2,
.warranty_block h3,
.warranty_block h4,
.warranty_block h5,
.warranty_block h6,
.warranty_block p,
.warranty_block ul {
	margin: 0;
}

.warranty_block a {
	text-decoration: none;
}

.warranty_block ul {
	padding-inline-start: 0;
}

.warranty_block li {
	list-style-type: none;
}

/* Загальні стилі блоку */
.warranty_block {
	/*width: 98%;*/
	/*width: calc(100% - 32px) !important;*/
	background-color: #fff;
	/*padding: 10px 0;*/
	padding: 16px !important;
	border-radius: 10px;
	/*width: 542px;*/
}

@media screen and (max-width: 450px) {
	.warranty_block {
		/*max-width: 327px;*/
		max-width: 450px;
	}
	.warranty_block .extended_text {
		font-size: 12px;
	}
}
/*  */

/* Шапка блоку */
.warranty_block .top_block {
	text-align: center;
	background-color: #facb25;
	border: 0.5px solid #f5f5f5;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 6px;
	font-size: 14px;
}
/*  */

/*Загальний блок з перевагами */
.warranty_block .advantages {
	position: relative;
	background-color: #facb25;
	border-radius: 5px;
	/*margin-bottom: 10px;*/
}

.warranty_block .extended_service {
	padding-left: 28px;
	padding-top: 14px;
	padding-right: 28px;
	padding-bottom: 4px;
}

@media screen and (max-width: 549px) {
	.warranty_block .extended_service {
		padding-right: 0;
	}
}

@media screen and (min-width: 1001px) {
	.warranty_block .extended_service {
		padding-right: 0;
	}
}

@media screen and (min-width: 1030px) {
	.warranty_block .extended_service {
		padding-right: 28px;
	}
}

@media screen and (min-width: 1100px) {
	.warranty_block .extended_service {
		padding-right: 0;
	}
}

@media screen and (min-width: 1300px) {
	.warranty_block .extended_service {
		padding-right: 28px;
	}
}

/*  */

/* Слайдер з розширеною гарантією */
.warranty_block .extended_service_swiper {
	margin-bottom: 10px;
}

.warranty_block .extended_slide {
	background-color: #fcdd6f;
	border-radius: 7px;
}

.warranty_block .extended_service_item {
	display: flex;
	flex-direction: row;
	gap: 11px;
	padding: 9px 14px 12px 14px;
	line-height: 1;
	font-size: 13px;
}

.warranty_block .extended_text {
	padding-top: 5px;
	font-size: 14px;
}

.warranty_block .price {
	font-weight: 600;
	font-size: 18px;
}

.warranty_block .serviceAddCart {
	position: absolute;
	bottom: 10px;
	right: 14px;
}

.warranty_block .serviceAddCart .addCart {
	background: #fe3170;
	color: #fff;
	display: block;
	position: relative !important;
	vertical-align: middle !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 35px;
	width: 41px;
	border-radius: 10px;
}
.warranty_block .serviceAddCart .addCart:hover {
	background: #db2a4f;
}

.warranty_block .serviceAddCart .addCart .icon {
	float: left;
	width: 25px;
	height: auto;
	padding-left: 7px;
	padding-top: 4px;
}

.warranty_block #more {
	display: none;
}

.warranty_block .show_more_btn {
	display: flex;
}

.warranty_block .show_more {
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	color: #705700;
	font-size: 11px;
}
/*  */

/* Слайдер з описом переваг */
.warranty_block .advantages_slider {
	margin-top: 20px;
}

.warranty_block .title_slider {
	text-align: center;
	margin-bottom: 10px;
}

.warranty_block .advantages_slider_card {
	min-height: 191px;
	background-color: #fcdd6f;
	border-radius: 7px;
	text-align: center;
	padding-top: 20px;
}

.warranty_block .advantages_swiper .swiper-scrollbar-drag {
	background-color: #f18914;
}

.warranty_block .advantages_swiper .swiper-scrollbar-horizontal {
	background-color: #fcdd6f;
	width: 80%;
}

.warranty_block .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 50%;
	transform: translate(-50%);
}

.warranty_block .slide_content {
	padding-bottom: 18px;
}

.warranty_block .card_content {
	display: flex;
	flex-direction: column;
	padding: 10px;
	gap: 10px;
}

.warranty_block .card_text {
	font-size: 13px;
	line-height: 1;
}

.warranty_block .card_span {
	font-size: 10px;
	line-height: 1;
}
/*  */

/* Слайдер з пакетами переваг */
.warranty_block .benefit_container {
	position: relative;
	padding-top: 13px;
	padding-right: 28px;
	padding-bottom: 5px;
	padding-left: 28px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: #fff;
}

@media screen and (max-width: 549px) {
	.warranty_block .benefit_container {
		padding-right: 0;
	}
}

@media screen and (min-width: 1001px) {
	.warranty_block .benefit_container {
		padding-right: 0;
	}
}

@media screen and (min-width: 1030px) {
	.warranty_block .benefit_container {
		padding-right: 28px;
	}
}

@media screen and (min-width: 1100px) {
	.warranty_block .benefit_container {
		padding-right: 0;
	}
}

@media screen and (min-width: 1300px) {
	.warranty_block .benefit_container {
		padding-right: 28px;
	}
}

.warranty_block .benefit_swiper {
	margin-bottom: 10px;
}

.warranty_block .benefit_slide {
	/*max-width: 239px;*/
	background: #fff;
}

.warranty_block .benefit_item {
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 9px 10px 12px 10px;
	font-size: 13px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	margin-right: 1px;
}

.warranty_block .benefit_text {
	display: block;
	min-width: 140px;
}

.warranty_block .del {
	color: #999999;
	margin-right: 3px;
	font-size: 11px;
}

.warranty_block .support_link {
	display: flex;
	justify-content: center;
}

.warranty_block .support_text {
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}
/*  */

/* Кнопки навігації */
.warranty_block .nav_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 27px;
	background-color: #fff;
	border: 0.5px solid #d9d9d9;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
}

@media screen and (max-width: 549px) {
	.warranty_block .nav_btn {
		display: none;
	}
}

@media screen and (min-width: 1001px) {
	.warranty_block .nav_btn {
		display: none;
	}
}

@media screen and (min-width: 1030px) {
	.warranty_block .nav_btn {
		display: flex;
	}
}

@media screen and (min-width: 1100px) {
	.warranty_block .nav_btn {
		display: none;
	}
}

@media screen and (min-width: 1300px) {
	.warranty_block .nav_btn {
		display: flex;
	}
}

/* Позиціонування кнопок навігації*/
.warranty_block #swiperPrev_advantages {
	position: absolute;
	left: 4px;
	bottom: 110px;
}

.warranty_block #swiperNext_advantages {
	position: absolute;
	right: 4px;
	bottom: 110px;
}

.warranty_block #swiperPrev_benefit {
	position: absolute;
	left: 3px;
	bottom: 42px;
}

.warranty_block #swiperNext_benefit {
	position: absolute;
	right: 3px;
	bottom: 42px;
}

#elementContainer .item_name {
	display: none;
}

#elementContainer .changeName {
	display: block;
}

.dots_wrap {
	display: none;

}

.img_dot {
	width: 8px;
	height: 8px;
	background-color: #aaaaaa;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.img_dot.selected {
	background-color: #333333;
	scale: 1.5;
}

#elementTools_col .specialActionRules_item p {
	margin: 0;
}

#elementTools_col .specialActionRules_item {
	background-color: #EAF3FF;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 12px;
}

#elementTools_col .specialActionRules_wrap {
	display: flex;
	gap: 12px;
}

#elementTools_col .specialActionRules_price_wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 50%;
}

#elementTools_col .specialActionRules_text_wrap {
	width: 50%;
	font-size: 14px;
	position: relative;
	padding: 0 63px 0 0;
}

#elementTools_col .specialActionRules_price_text {
	display: flex;
	gap: 4px;
}

#elementTools_col .specialActionRules_price_text p {
	font-size: 14px;
}

#elementTools_col .specialActionRules_price {
	font-size: 26px;
	font-weight: bold;
	color: #FE3170;
}

#elementTools_col .fa-solid.fa-chevron-down {
	color: #717171;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
}

#elementTools_col .specialActionRules_detail_btn {
	cursor: pointer;
	position: absolute;
	right: -2px;
	top: -4px;
	color: #0291FC;
	font-size: 10px;
}

#elementTools_col .specialActionRules_text_link {
	white-space: nowrap;
	text-decoration: none;
	color: #0291FC;
}

#elementTools_col .specialActionRules_detail_text {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

#elementTools_col .specialActionRules_wrap .fa-solid.fa-chevron-down {
	color: #0291FC;
	font-size: 10px;
}

#elementTools_col .specialActionRules_detail_btn .fa-chevron-down {
	transition: transform 0.3s ease-in-out;
}

#elementTools_col .specialActionRules_detail_btn.active .fa-chevron-down {
	transform: rotateX(180deg);
}







#smallElementTools .specialActionRules_item p {
	margin: 0;
}

#smallElementTools .specialActionRules_item {
	background-color: #EAF3FF;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 12px;
	width: calc(100% - 26px);
}

#smallElementTools .specialActionRules_wrap {
	display: flex;
	gap: 12px;
}

#smallElementTools .specialActionRules_price_wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 50%;
}

#smallElementTools .specialActionRules_text_wrap {
	width: 50%;
	font-size: 14px;
	position: relative;
	padding: 0 63px 0 0;
}

#smallElementTools .specialActionRules_price_text {
	display: flex;
	gap: 4px;
}

#smallElementTools .specialActionRules_price_text p {
	font-size: 14px;
}

#smallElementTools .specialActionRules_price {
	font-size: 26px;
	font-weight: bold;
	color: #FE3170;
}

#smallElementTools .fa-solid.fa-chevron-down {
	color: #717171;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
}

#smallElementTools .specialActionRules_detail_btn {
	cursor: pointer;
	position: absolute;
	right: -2px;
	top: -4px;
	color: #0291FC;
	font-size: 10px;
}

#smallElementTools .specialActionRules_text_link {
	white-space: nowrap;
	text-decoration: none;
	color: #0291FC;
}

#smallElementTools .specialActionRules_detail_text {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

#smallElementTools .specialActionRules_wrap .fa-solid.fa-chevron-down {
	color: #0291FC;
	font-size: 10px;
}

#smallElementTools .specialActionRules_detail_btn .fa-chevron-down {
	transition: transform 0.3s ease-in-out;
}

#smallElementTools .specialActionRules_detail_btn.active .fa-chevron-down {
	transform: rotateX(180deg);
}

@media all and (max-width: 1551px) {
	h1.changeName {
		margin-bottom: 12px !important;
		font-size: 19px;
		line-height: 25px;
	}
	#breadcrumbs {

	}
}

@media all and (min-width: 1101px) {
	#elementToolsFixedBottom {
		/*display: none !important;*/
	}
}

@media all and (min-width: 1001px) {
	#leftArrow,
	#rightArrow {
		display: none !important;
	}
}

@media all and (max-width: 1100px) {
	#smallElementTools .new_price_wrap {
		/*margin-bottom: 30px;*/
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		background-color: #ffffff;
		padding: 16px;
		border-radius: 10px;
	}

	#smallElementTools .new_price {
		float: left;
		width: 33%;
		background-color: #F9F9F9;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		display: block;
		color: black;
	}

	#smallElementTools .new_price_block_wrap {
		display: flex;
		flex-wrap: wrap;
		/*flex-direction: column;*/
		width: 100%;

	}

	#smallElementTools .productToolbar_wrap {
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 33%;
	}

	#smallElementTools .row_wrap {
		display: flex;
		gap: 10px;
	}

	#smallElementTools .row_wrap .row{
		width: max-content;
	}

	#smallElementTools .mainTool .row {
		float: left;
		width: 100% !important;
	}

	#smallElementTools .mainTool .row_wrap .row_toolbar {
		width: auto;
	}

	#smallElementTools .rating {
		display: inline-block;
		vertical-align: middle;
		margin-top: -4px;
		position: relative;
		overflow: hidden;
		height: 15px;
		width: 79px;
		z-index: 2;
	}

	#elementTools .new_price, #smallElementTools .new_price,
	#elementTools .new_kredit, #smallElementTools .new_kredit{
		/*padding: 20px 13px 10px 13px;*/
		padding: 0;
	}

	#smallElementTools .mainTool {
		width: 100%;
	}

	#smallElementTools .kredit_r_block {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		margin-top: 16px;
	}

	#smallElementTools .buy_credit_link,
	#smallElementTools .addCart {
		margin: 0 !important;
		border-radius: 10px;
		line-height: 56px;
		height: 56px;
	}

	#smallElementTools .new_price,
	#smallElementTools .new_kredit {
		background-color: #fff;
	}

	#smallElementTools .economy {
		padding: 3px 6px;
	}

	#smallElementTools .new_price div {
		margin-bottom: 10px;
	}

	#smallElementTools .row:has(span.inStock.label.changeAvailable) {
		/*display: none;*/
	}

	#smallElementTools .specialActionRules_detail_btn {
		right: -16px;
	}

	.airpods_color_show {
		width: 50%;
		margin-left: auto;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	#elementTools_col .imgName_product {
		flex-direction: column;
		align-items: start;
	}

	#elementTools_col .addCart_block {
		flex-direction: column;
	}

	#elementTools_col {
		display: none !important;
	}

	.tabContent_wrap #elementTools_col {
		display: block !important;
	}

	#elementContainer .mainContainer .col:last-child {
		padding: 0;
	}

	#elementContainer .tabContent_wrap .changePropertiesGroup_container,
	#elementContainer .tabContent_wrap #catalogReviews {
		width: calc(100% - 310px) !important;
	}

	.tabContent_wrap #elementTools_col {
		width: 260px !important;
	}

	.tabContent_wrap #elementTools_col .fixContainer {
		width: 230px !important;
	}
}
@media all and (max-width: 1000px) {
	.top_box_block,
	#insert_service {
		display: none;
	}
}
@media all and (max-width: 1000px) {
	.secondTool .wrapper .items {
		width: 100%;
		text-align: center;
	}

	#elementContainer .brandImage{
		top: 22px;
	}

	.ticker-container {
		margin-right: 10px;
	}
}

@media all and (max-width: 900px){
	#catalogReviews .heading .ratingContainer .label {
		display: none;
	}
}

@media (max-width: 850px){

	#complects_component {
		margin-right: 0;
	}
	.complect_content {
		table-layout: initial;
	}
	#complects_component .complect_item {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	.comp_product_item {
		width: 100%;
		display: block !important;
		position: relative;
	}
	.complect_item .additional_product {
		position: relative;
	}
	.product_content {
		position: relative;
		display: table-row;
	}
	.complect_item .additional_product:before {
		content: url("/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/divider_hor.png");
		/*background: rgba(50,50,50,.2);*/
		display: block;
		position: absolute;
		/*transform: rotateZ(270deg);*/
		/*transform-origin: top;*/
		top: 0;
		width: 220px;
		height: 9px;
		left: calc(50% - 110px);
	}
	.complect_item .parent_product:before {
		content: " ";
		display: none;
		position: absolute;
	}
	.total_block {
		text-align: center;
		padding-bottom: 60px;
	}
	.total_block .all_price {
		display: block;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.total_block .buy_complect {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	#complects_component ol {
		left: 49.5% !important;
	}

	#elementContainer .tabContent_wrap .changePropertiesGroup_container,
	#elementContainer .tabContent_wrap #catalogReviews {
		width: calc(100% - 250px) !important;
	}

	.tabContent_wrap #elementTools_col {
		width: 200px !important;
	}

	.tabContent_wrap #elementTools_col .fixContainer {
		width: 170px !important;
	}
}

@media all and (max-width: 750px) {
	#elementToolsFixedBottom .elementToolsFixedBottom_img_title_wrap {
		display: none;
	}

	#elementToolsFixedBottom .elementToolsFixedBottom_price_btn_wrap {
		width: 100%;
		justify-content: space-between;
	}
}

@media all and (max-width: 700px) {
	.article {
		flex-direction: column-reverse;
	}

	.artnum_span {
		width: fit-content;
	}

	.ticker-container {
		width: 102%;
		margin: -17px -2px 0px -10px;
		border-radius: 0;
		height: 31px;
	}

	.airpods_color_show {
		width: 100%;
		margin-left: 0;
	}

	#smallElementTools .addCart_block {
		flex-direction: column;
		width: 100%;
	}

	#smallElementTools .mainTool .h2o_trackprod_popup_link,
	#smallElementTools .mainTool .h2o_trackprod_popup_link_auth {
		width: 100%;
	}

	#smallElementTools .new_price_block_wrap {
		width: 100%;
		justify-content: space-between;
		margin-bottom: 16px;
	}

	#smallElementTools .mainTool .trackprod_wrap {
		justify-content: center;
		width: 33%;
	}

	#smallElementTools .productToolbar_wrap,
	#smallElementTools .new_price {
		width: 33%;
	}

	#smallElementTools .kredit_r_block {
		align-items: start;
	}

	#elementContainer .tabContent_wrap .changePropertiesGroup_container,
	#elementContainer .tabContent_wrap #catalogReviews {
		width: 100% !important;
	}

	.tabContent_wrap #elementTools_col {
		display: none !important;
	}

	#smallElementTools .mainTool,
	#smallElementTools,
	#elementSmallNavigation_wrap {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	#elementContainer .mainContainer .col:first-child {
		padding-top: 16px;
	}

	#elementSmallNavigation_wrap,
	#elementContainer .mainContainer .col:first-child,
	#smallElementTools .new_price_wrap,
	#elementContainer .elementSkuProperty_wrap,
	.container_sliders_accessories,
	.container_sliders_related,
	#elementContainer .changePropertiesNoGroup,
	#elementContainer #detailText {
		border-radius: 0;
	}

	#elementContainer .mainContainer {
		/*margin-top: 30px;*/
	}

	.warranty_block {
		/*margin-bottom: 16px;*/
		border-radius: 0 !important;
	}

	#elementSmallNavigation_wrap {
		/*width: calc(100% - 24px);*/
	}

	#catalogElement .barrer_el img {
		border-radius: unset;
	}
}

@media all and (max-width: 600px) {
	#elementContainer .brandImage {
		top: unset;
		bottom: -22px;
		right: 0;
	}

	#elementContainer .brandImage img {
		width: 90%;
		height: 90%;
	}

	#elementContainer .pictureSlider {
		margin-top: unset;
	}

	#elementContainer #pictureContainer {
		overflow: unset !important;
	}

	#elementContainer .item_name {
		display: block;
		font-size: 20px;
		line-height: 1.4;
		text-align: start;
	}

	h1.changeName {
		/*display: none;*/
	}

	#elementContainer .dots_wrap {
		display: flex;
		gap: 10px;
		justify-content: center;
		margin: 40px 0;
	}

	#elementContainer #moreImagesCarousel {
		display: none;
	}
}

@media all and (max-width: 500px) {
	.soft_block .row {
		width: 46%;
	}
	.soft_block .soft_name {
		line-height: 1.15;
	}
	#services_item {
		margin: 0px;
	}
	#elementContainer .description {
		display: none;
	}
	#elementContainer .brandImage {
		position: absolute;
		right: 10px;
		max-width: 150px;
	}
	.airpods_color_show {
		width: 100%;
	}
	#elementTools .addCart, #smallElementTools .addCart,
	#elementTools .buy_credit_link, #smallElementTools .buy_credit_link
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#elementTools .new_price, #smallElementTools .new_price,
	#elementTools .new_kredit, #smallElementTools .new_kredit{
		width: 99%;
		/*padding: 20px 13px 10px 13px;*/
		padding: 0;
	}
	.cred_offers {
		display: none;
	}

	#elementToolsFixedBottom .btn_wrap {
		width: 100%;
	}

	#elementToolsFixedBottom .row {
		margin: 0 16px 0 16px;
	}

	#elementToolsFixedBottom .addCart,
	#elementToolsFixedBottom .addCartCredit {
		font-size: 16px;
		width: 100%;
		min-width: 100px;
		height: 40px;
	}

	#elementToolsFixedBottom .kredit_r_block {
		width: 100%;
	}

	#smallElementTools .productToolbar_wrap,
	#smallElementTools .mainTool .trackprod_wrap {
		width: 50%;
	}

	#smallElementTools .kredit_r_block {
		height: 38px;
	}

	#smallElementTools .banks_list {
		height: 38px;
	}

	#elementContainer .tabContent_wrap .changePropertiesGroup_container,
	#elementContainer .tabContent_wrap #catalogReviews {
		width: 100%;
		padding: 0 0 16px 0;
		border-radius: 0;
	}

	#elementProperties {
		margin: 0;
	}

	#catalogReviews .heading {
		flex-wrap: wrap;
		gap: 10px;
		padding: 16px !important;
	}

	#catalogReviews .heading .reviewAddButton,
	#catalogReviews .ratingContainer .rating {
		margin-left: 0 !important;
	}

	.changePropertiesGroup_container .heading {
		padding: 16px !important;
	}

	#smallElementTools .specialActionRules_wrap {
		flex-direction: column;
	}

	#smallElementTools .specialActionRules_text_wrap {
		width: calc(100% - 50px);
		padding: 0 50px 0 0;
	}
}

@media all and (max-width: 400px) {
	#elementToolsFixedBottom .row {
		margin: 0 12px 0 12px;
	}

	#elementToolsFixedBottom .btn_wrap {
		gap: 8px
	}

	.container_sliders_related .heading,
	.container_sliders_accessories .heading {
		font-size: 16px !important;
	}
}

@keyframes rotating_full_circle {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* End */


/* Start:/local/components/creo/services.item/templates/redesign_demo/style.css?17533548377641*/
.warranty_block h1,
.warranty_block h2,
.warranty_block h3,
.warranty_block h4,
.warranty_block h5,
.warranty_block h6,
.warranty_block p,
.warranty_block ul {
    margin: 0;
}

.warranty_block a {
    text-decoration: none;
}

.warranty_block ul {
    padding-inline-start: 0;
}

.warranty_block li {
    list-style-type: none;
}

/* Загальні стилі блоку */
.warranty_block {
    /*width: 98%;*/
    padding: 10px 0;
    /*width: 542px;*/
}

.warranty_block .warranty_block_wrap {
    /*display: none;*/
    margin-top: 16px;
}

.warranty_block .warranty_block_heading {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.warranty_block .warranty_block_heading span {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 450px) {
    .warranty_block {
        /*max-width: 327px;*/
        max-width: 450px;
    }
    .warranty_block .extended_text {
        font-size: 12px;
    }
}
/*  */

/* Шапка блоку */
.warranty_block .top_block {
    text-align: center;
    background-color: #facb25;
    border: 0.5px solid #f5f5f5;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 6px;
    font-size: 14px;
}
/*  */

/*Загальний блок з перевагами */
.warranty_block .advantages {
    position: relative;
    background-color: #facb25;
    border-radius: 5px;
    /*margin-bottom: 10px;*/
}

.warranty_block .extended_service {
    padding-left: 28px;
    padding-top: 14px;
    padding-right: 28px;
    padding-bottom: 4px;
}

@media screen and (max-width: 549px) {
    .warranty_block .extended_service {
        padding-right: 0;
    }
}

@media screen and (min-width: 1001px) {
    .warranty_block .extended_service {
        padding-right: 0;
    }
}

@media screen and (min-width: 1030px) {
    .warranty_block .extended_service {
        padding-right: 28px;
    }
}

@media screen and (min-width: 1100px) {
    .warranty_block .extended_service {
        padding-right: 0;
    }
}

@media screen and (min-width: 1300px) {
    .warranty_block .extended_service {
        padding-right: 28px;
    }
}

/*  */

/* Слайдер з розширеною гарантією */
.warranty_block .extended_service_swiper {
    margin-bottom: 10px;
}

.warranty_block .extended_slide {
    background-color: #fcdd6f;
    border-radius: 7px;
}

.warranty_block .extended_service_item {
    display: flex;
    flex-direction: row;
    gap: 11px;
    padding: 9px 14px 12px 14px;
    line-height: 1;
    font-size: 13px;
}

.warranty_block .extended_text {
    padding-top: 5px;
    font-size: 14px;
}

.warranty_block .price {
    font-weight: 600;
    font-size: 18px;
}

.warranty_block .serviceAddCart {
    position: absolute;
    bottom: 10px;
    right: 14px;
}

.warranty_block .serviceAddCart .addCart {
    background: #fe3170;
    color: #fff;
    display: block;
    position: relative !important;
    vertical-align: middle !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 35px;
    width: 41px;
    border-radius: 10px;
}
.warranty_block .serviceAddCart .addCart:hover {
    background: #db2a4f;
}

.warranty_block .serviceAddCart .addCart .icon {
    float: left;
    width: 25px;
    height: auto;
    padding-left: 7px;
    padding-top: 4px;
}

.warranty_block #more {
    display: none;
}

.warranty_block .show_more_btn {
    display: flex;
}

.warranty_block .show_more {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #705700;
    font-size: 11px;
}
/*  */

/* Слайдер з описом переваг */
.warranty_block .advantages_slider {
    margin-top: 20px;
}

.warranty_block .title_slider {
    text-align: center;
    margin-bottom: 10px;
}

.warranty_block .advantages_slider_card {
    min-height: 191px;
    background-color: #fcdd6f;
    border-radius: 7px;
    text-align: center;
    padding-top: 20px;
}

.warranty_block .advantages_swiper .swiper-scrollbar-drag {
    background-color: #f18914;
}

.warranty_block .advantages_swiper .swiper-scrollbar-horizontal {
    background-color: #fcdd6f;
    width: 80%;
}

.warranty_block .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 50%;
    transform: translate(-50%);
}

.warranty_block .slide_content {
    padding-bottom: 18px;
}

.warranty_block .card_content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

.warranty_block .card_text {
    font-size: 13px;
    line-height: 1;
}

.warranty_block .card_span {
    font-size: 10px;
    line-height: 1;
}
/*  */

/* Слайдер з пакетами переваг */
.warranty_block .benefit_container {
    position: relative;
    padding-top: 13px;
    padding-right: 28px;
    padding-bottom: 5px;
    padding-left: 28px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    background: #fff;
}

@media screen and (max-width: 549px) {
    .warranty_block .benefit_container {
        padding-right: 0;
    }
}

@media screen and (min-width: 1001px) {
    .warranty_block .benefit_container {
        padding-right: 0;
    }
}

@media screen and (min-width: 1030px) {
    .warranty_block .benefit_container {
        padding-right: 28px;
    }
}

@media screen and (min-width: 1100px) {
    .warranty_block .benefit_container {
        padding-right: 0;
    }
}

@media screen and (min-width: 1300px) {
    .warranty_block .benefit_container {
        padding-right: 28px;
    }
}

.warranty_block .benefit_swiper {
    margin-bottom: 10px;
}

.warranty_block .benefit_slide {
    /*max-width: 239px;*/
    background: #fff;
}

.warranty_block .benefit_item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 9px 10px 12px 10px;
    font-size: 13px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    margin-right: 1px;
}

.warranty_block .benefit_text {
    display: block;
    min-width: 140px;
}

.warranty_block .del {
    color: #999999;
    margin-right: 3px;
    font-size: 11px;
}

.warranty_block .support_link {
    display: flex;
    justify-content: center;
}

.warranty_block .support_text {
    color: #999999;
    font-size: 11px;
    text-decoration: underline;
}
/*  */

/* Кнопки навігації */
.warranty_block .nav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 27px;
    background-color: #fff;
    border: 0.5px solid #d9d9d9;
    border-radius: 10px;
    padding: 0;
}

@media screen and (max-width: 549px) {
    .warranty_block .nav_btn {
        display: none;
    }
}

@media screen and (min-width: 1001px) {
    .warranty_block .nav_btn {
        display: none;
    }
}

@media screen and (min-width: 1030px) {
    .warranty_block .nav_btn {
        display: flex;
    }
}

@media screen and (min-width: 1100px) {
    .warranty_block .nav_btn {
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    .warranty_block .nav_btn {
        display: flex;
    }
}

/* Позиціонування кнопок навігації*/
.warranty_block #swiperPrev_advantages {
    position: absolute;
    left: 4px;
    bottom: 110px;
}

.warranty_block #swiperNext_advantages {
    position: absolute;
    right: 4px;
    bottom: 110px;
}

.warranty_block #swiperPrev_benefit {
    position: absolute;
    left: 3px;
    bottom: 50%;
    transform: translate(0px, 50%);
}

.warranty_block #swiperNext_benefit {
    position: absolute;
    right: 3px;
    bottom: 50%;
    transform: translate(0px, 50%);
}
/*  */
/*  */

/* End */


/* Start:/local/templates/touch_new_build/components/webdebug/propsorter/dotted/style.css?17352208052499*/
/*.wd_propsorter {*/
/*    padding: 0 24px;*/
/*}*/

/*.wd_propsorter .row_white {*/
/*    background-color: #ffffff;*/
/*}*/

/*.wd_propsorter .row_gray {*/
/*    background-color: #F6F6F6;*/
/*}*/

/*.wd_propsorter .heading {*/
/*    border-top: 1px solid #efefef;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    padding: 24px 0px 12px 0;*/
/*    font-weight: 800;*/
/*    font-size: 20px;*/
/*    display: block;*/
/*}*/

/*.wd_propsorter table {*/
/*    background: #fff;*/
/*    border: 0;*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0;*/
/*    width: 100%;*/
/*	font-size: 14px;*/
/*}*/

/*.wd_propsorter table td {*/
/*    background: transparent;*/
/*    padding: 6px;*/
/*    vertical-align: bottom;*/
/*}*/

/*.wd_propsorter table td a {*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*    font-size: 13px;*/
/*    text-decoration: none;*/
/*    color: #9d9d9d;*/
/*    border-bottom: 1px solid #d0d0d0;*/
/*    padding-bottom: 1px;*/
/*}*/

/*.wd_propsorter .row_empty td {*/
/*    padding: 0 !important;*/
/*}*/

/*.wd_propsorter table td.cell_name {*/
/*    width: 40%;*/
/*    vertical-align: middle;*/
/*}*/

/*!*.wd_propsorter table td.cell_name:after {*!*/
/*!*    border-bottom: 1px dotted #ccc;*!*/
/*!*    content: '';*!*/
/*!*    display: block;*!*/
/*!*    margin-top: -2px;*!*/
/*!*    position: relative;*!*/
/*!*}*!*/

/*.wd_propsorter table td.cell_name span {*/
/*    !*background: #fff;*!*/
/*    display: inline-block;*/
/*    padding-right: 8px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.wd_propsorter table td.cell_name span:after {*/
/*    content: ':';*/
/*}*/

/*.wd_propsorter table td.cell_value {*/
/*    width: 60%;*/
/*    vertical-align: middle;*/
/*}*/

/*.wd_propsorter table tr.row_header td {*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*}*/

/*.wd_propsorter table tr.row_header + tr td {*/
/*    !*padding-top: 10px;*!*/
/*}*/

/*.wd_propsorter table tr.row_empty td {*/
/*    border-bottom: 0;*/
/*}*/

/*.wd_propsorter table tr.row_empty td:before {*/
/*    content: '\00a0\00a0';*/
/*    display: block;*/
/*    height: 1em;*/
/*    line-height: 1em;*/
/*    overflow: hidden;*/
/*}*/

/*@media all and (max-width: 520px) {*/
/*    .wd_propsorter table {*/
/*        font-size: 12px;*/
/*    }*/

/*    .wd_propsorter table tr.row_header td {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/* End */


/* Start:/local/components/c1/catalog.product.slider/templates/.default/style.css?16381855002096*/
.topProductSlider{
	position: relative;
}

.topProductSlider .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 24px;
}

.topProductSlider .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

.topProductSlider .productList > li{
	float: left;
}

.topProductSlider .productList .item{
	height: 360px !important;
	width: 100% !important;
	border-left: 0px;
	float: none;
}

.topProductSlider .productList > li:first-child .item{
	border-left: 1px solid #e7e8ea;
}

.topProductSlider .productList .item .tabloid{
	height: 400px !important;
}

.topProductSlider .topBtnLeft,
.topProductSlider .topBtnRight{
	background: url(/local/components/c1/catalog.product.slider/templates/.default/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

.topProductSlider .topBtnLeft{
	left: 24px;
}

.topProductSlider .topBtnRight{
	right: 24px;
}

.topProductSlider .topBtnLeft:hover{
	background-position: -35px 0;
}

.topProductSlider .topBtnLeft:active{
	background-position: -70px 0;
}

.topProductSlider .topBtnRight{
	background-position: 0 -70px;
}

.topProductSlider .topBtnRight:hover{
	background-position: -35px -70px;
}

.topProductSlider .topBtnRight:active{
	background-position: -70px -70px;
}


.g_yellow{
	/*border-color: rgb(255, 216, 5) !important;*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,251,212,1) 52%, rgba(255,247,173,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#fff7ad',GradientType=0 ) !important;
}

.g_yellow .picture img {
	border-radius: 5px;
}
/* End */


/* Start:/local/components/c1/catalog.product.slider/templates/acc_slider/style.css?17353072753593*/
.cProductSlider{
	position: relative;
}

.cProductSlider .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 24px;
}

.cProductSlider .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

.cProductSlider .productList > li{
	float: left;
}

.cProductSlider .productList .item{
	height: 360px !important;
	width: 100% !important;
	border-left: 0px;
	float: none;
}

.cProductSlider .productList > li:first-child .item{
	border-left: 1px solid #e7e8ea;
}

.cProductSlider .productList .item .tabloid{
	height: 400px !important;
}

.cProductSlider .topBtnLeft,
.cProductSlider .topBtnRight{
	background: url(/local/components/c1/catalog.product.slider/templates/acc_slider/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

.cProductSlider .topBtnLeft{
	left: 24px;
}

.cProductSlider .topBtnRight{
	right: 24px;
}

.cProductSlider .topBtnLeft:hover{
	background-position: -35px 0;
}

.cProductSlider .topBtnLeft:active{
	background-position: -70px 0;
}

.cProductSlider .topBtnRight{
	background-position: 0 -70px;
}

.cProductSlider .topBtnRight:hover{
	background-position: -35px -70px;
}

.cProductSlider .topBtnRight:active{
	background-position: -70px -70px;
}


.g_yellow{
	/*border-color: rgb(255, 216, 5) !important;*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,251,212,1) 52%, rgba(255,247,173,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#fff7ad',GradientType=0 ) !important;
}

.g_yellow .picture img {
	border-radius: 5px;
}

div[id^='sliders_']{
	/*margin-top: 24px;*/
}

div[id^='sliders_'] .heading{
	/*border-top: 1px solid #e7e8ea;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}
div[id^='sliders_'] .wrapper {
	line-height: 25px;
	padding-bottom: 20px;
	margin: 0 25px;
}

div[id^='sliders_'] .wrapper .items {
	/*text-align: center;*/
	overflow: hidden
}

div[id^='sliders_'] .wrapper .item {
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px
}

div[id^='sliders_'] .wrapper .item sup {
	color: #ff2c5b;
}

div[id^='sliders_'] .wrapper .item a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 1px;
	font-size: 14px
}
div[id^='sliders_'] .wrapper .item a {
	color: #888
}

div[id^='sliders_'] .wrapper .item .selected {
	border-bottom: 1px dashed #000;
	color: #000
}

div[id^='sliders_'] .wrapper .item .selected:hover {
	color: #000
}

div[id^='sliders_'] .wrapper .item a:hover {
	color: #ff2d5b
}
div[id^='sliders_'] .tab {
	display: none;
}
div[id^='sliders_'] .tab.selected {
	display: block
}

div[id^='sliders_'] .wrapper .item, .secondTool .wrapper .item
{
	margin-right: 14px;
}

div[id^='sliders_'] .wrapper .show_all_link a
{
	color: #ff2d5b;
}

div[id^='sliders_'] .wrapper .show_all_link a:hover
{
	border-bottom: 1px dashed #ff2d5b;
}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/review.css?175214717812181*/
#catalogReviews{
	/*margin-top: 24px;*/
	overflow: hidden;
}

#catalogReviews .heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*border-top: 1px solid #e7e8ea;*/
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 0 24px 0;
	font-weight: 800;
	font-size: 20px;
}

#catalogReviews .heading .reviewAddButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #888888;
	font-family: "robotoregular";
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	margin-left: 24px;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
}

#catalogReviews .heading .reviewAddButton:active{
	position: relative;
	top: 1px;
}

#catalogReviews .heading .label{
	font-family: "robotoregular";
	text-transform: none;
	display: inline-block;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}

#catalogReviews .ratingContainer{
	line-height: 20px;
	float: right;
}

#catalogReviews .ratingContainer .average_rating {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Rubik', sans-serif;
	color: #888888;
}

#catalogReviews .ratingContainer .rating,
#reviews .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: 0px;
	position: relative;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#catalogReviews .ratingContainer .rating{
	margin-left: 12px;
}

#catalogReviews .ratingContainer .rating i,
#reviews .rating i {
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#catalogReviews .ratingContainer .rating i.m ,
#reviews .rating i.m{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#reviews .rating{
	margin-top: -4px;
}

#catalogElement .ratingContainer .newReview {
	float: right;
	margin-right: 12px;
	color: #000000;
}

#catalogElement .newReview:hover {
	color: #0074d9;
}

#catalogElement #reviews,
#catalogElement #reviews ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#catalogElement #reviews .reviewItem{
	border-top: 1px solid #f7f7f7;
	padding-top: 24px;
	position: relative;
	margin-bottom: 24px;
}

#catalogElement #reviews .reviewItem:first-child{
	padding-top: 24px;
	border-top: 1px solid #e7e8ea;
	/*padding: 0;*/
	/*border: 0;*/
}

#reviews .reviewTable{
	/*table-layout: fixed;*/
	/*display: table;*/
	display: flex;
	gap: 20px;
	/*width: 100%;*/
	flex-direction: column;
	padding: 28px 24px;
}

#reviews .reviewTable .reviewColumn{
	/*display: table-cell;*/
	/*vertical-align: top;*/
	/*position: relative;*/
	/*padding: 0 24px;*/
	/*font-size: 14px;*/
}

#reviews .reviewTable .reviewColumn .label{
	display: inline-block;
	font-size: 14px;
}

#reviews .reviewTable .reviewColumn .reviewRating,
#reviews .reviewTable .reviewColumn .reviewName{
	/*margin-top: 12px;*/
}

#reviews .reviewTable .reviewColumn .reviewDate,
#reviews .reviewTable .reviewColumn .reviewName{
	line-height: 21px;
}

#reviews .reviewTable .reviewColumn .advantages,
#reviews .reviewTable .reviewColumn .limitations{
	margin-bottom: 12px;
}

#reviews .reviewTable .reviewColumn .advantages .label,
#reviews .reviewTable .reviewColumn .impressions .label,
#reviews .reviewTable .reviewColumn .limitations .label{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
}

#reviews .reviewTable .reviewColumn .advantages p,
#reviews .reviewTable .reviewColumn .impressions p,
#reviews .reviewTable .reviewColumn .limitations p{
	font-size: 14px;
}

#reviews .reviewTable .reviewColumn:first-child{
	display: flex;
	justify-content: space-between;
	/*vertical-align: middle;*/
	/*text-align: center;*/
	/*width: 30%;*/
}

#reviews .reviewTable .reviewColumn_wrap {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#reviews .reviewTable .reviewColumn .reviewDate{
	color: #888888;
}

#reviews .reviewTable .reviewColumn .reviewName,
#reviews .reviewTable .reviewColumn .reviewName .label{
	font-size: 16px;
	font-weight: 500;
}

#catalogElement #reviews .controls {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	align-items: center;
	/*background: #f4f4f4;*/
	/*text-align: center;*/
	/*margin-top: 24px;*/
	/*line-height: 35px;*/
	/*float: right;*/
	/*width: 260px;*/
	/*height: 35px;*/
}

#catalogElement #reviews .controls_title {
	font-weight: 500;
}

#catalogElement #reviews .controls a {
	text-decoration: none;
}

#catalogElement #reviews .controls a:active {
	position: relative;
	top: 1px;
}

#catalogElement #reviews .controls .good {
	color: #108f28;
	display: inline-block;
	border-radius: 2px;
	line-height: 35px;
	height: 35px;
	width: 80px;
	border: 1px solid #108f28;
	text-align: center;
	text-decoration: none;
	margin-right: 6px;
	transition: all 0.3s ease;
}

#catalogElement #reviews .controls .good:hover {
	/*color: #008902;*/
	opacity: 0.6;
}

#catalogElement #reviews .controls .bad {
	color: #c41a46;
	display: inline-block;
	border-radius: 2px;
	line-height: 35px;
	height: 35px;
	width: 80px;
	border: 1px solid #c41a46;
	text-align: center;
	text-decoration: none;
	margin-right: 6px;
	transition: all 0.3s ease;
}

#catalogElement #reviews .controls .bad:hover {
	/*color: #9d9d9d;*/
	opacity: 0.6;
}

#catalogElement #reviews p {
	color: #111111;
	line-height: 21px;
	margin: 0;
}

#catalogElement #reviews .comment {
	clear: both;
}

#catalogElement #reviews .hide {
	display: none;
}

#showallReviews {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e7e8ea;
	margin: 24px 24px 24px auto;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	line-height: 40px;
	display: block;
	color: #000000;
	height: 40px;
	width: 200px;
}

#catalogElement .overlay_newReview {
	display: none;
	position: fixed;
	background-color: #000000;
	opacity: 0.2;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#catalogElement .close_newReview {
	cursor: pointer;
	display: block;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}

#catalogElement #newReview{
	display: none;
	position: fixed;
	background-color: #ffffff;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	border-radius: 10px;
	width: 470px;
	min-width: 260px;
}

#catalogElement #newReview .heading{
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
	text-align: center;
}

#catalogElement #newReview form{
	/*padding: 0 24px;*/
}

#catalogElement #newReview ins {
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 14px;
	display: block;
}

#catalogElement #newReview #newRating {
	position: relative;
}

#catalogElement #newReview .rating {
	position: absolute;
	cursor: pointer;
	width: 150px;
	right: 0;
	z-index: 10;
	top: -3px;
}

#catalogElement #newReview .rating i {
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/newRating.png) repeat 0 0px transparent;
	height: 22px;
	width: 150px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#catalogElement #newReview .rating i.m {
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/newRating.png) repeat 0 -22px transparent;
	width: 0px;
	z-index: 10;
}

#catalogElement #newReview .usedSelect {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}

#catalogElement #newReview .usedSelect li {
	/*float: left;*/
	/*margin-right: 12px;*/
	/*margin-bottom: 12px;*/
	width: calc(50% - 5px);
	border-radius: 10px;
}

#catalogElement #newReview .usedSelect li a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e7e8ea;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	padding: 0px 12px;
	font-size: 13px;
	display: block;
	height: 35px;
	color: #000;
}

#catalogElement #newReview .usedSelect li a:hover {
	color: #696969;
}

#catalogElement #newReview .usedSelect li a:active {
	position: relative;
	top: 1px;
}

#catalogElement #newReview .usedSelect li a.selected {
	color: #fff;
}

#catalogElement #newReview table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#catalogElement #newReview table td {
	vertical-align: top;
	width: 50%;
}

#catalogElement #newReview table td:first-child{
	padding-right: 24px;
}

#catalogElement #newReview label {
	display: block;
	margin: 12px 0;
}

#catalogElement #newReview .comment_wrap textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	font-family: "roboto_ltregular";
	padding-left: 12px;
	padding-top: 12px;
	background: #fff;
	resize: none;
	height: 90px;
	width: 100%;
}

#catalogElement #newReview textarea:focus {
	outline: none;
	border: 1px solid #CCC;
}


#catalogElement #newReview .dignified_wrap textarea,
#catalogElement #newReview .shortcomings_wrap textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	font-family: "roboto_ltregular";
	padding-left: 12px;
	padding-top: 12px;
	background: #fff;
	resize: none;
	height: 40px;
	width: 100%;
}

#catalogElement #newReview input {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: top;
	background: #fff;
	padding-left: 12px;
	height: 50px;
	width: 100%;
}

#catalogElement #newReview input:focus {
	border: 1px solid #CCC;
}

#catalogElement .sendfeedback_wrap {
	margin-top: 24px;
}

#catalogElement #newReview .submit {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	height: 40px;
	width: 100%;
	border-radius: 10px;
}

#catalogElement #newReview .submit:active {
	position: relative;
	top: 1px;
}

#catalogElement #newReview .reviewError {
	overflow: hidden;
	padding: 0px 24px 0px 24px;
}

#catalogElement #newReview .reviewError .cap {
	color: #000000;
	font-size: 16px;
}

#catalogElement #newReview .reviewError img {
	vertical-align: middle;
	float: left;
	margin-right: 24px;
}

#catalogElement .countReviewsTools{
	cursor: pointer !important;
}

#catalogElement .countReviewsTools:hover,
#catalogElement .countReviewsTools:hover i {
	color: #000000 !important;
}

@media all and (max-width: 600px) {
	#reviews .reviewTable .reviewColumn_wrap {
		flex-direction: column;
		gap: 6px;
	}
}

@media all and (max-width: 550px){
	#catalogElement #newReview {
		width: calc(100% - 60px);
	}
}

@media all and (max-width: 500px){
	#catalogElement #reviews .controls {
		align-items: normal;
		flex-direction: column;
	}
}

@media all and (max-width: 400px) {
	#catalogElement #newReview .usedSelect li {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/media.css?17521476808593*/
@media all and (min-width: 2560px) {
	#elementTools{
		width: 248px;
	}
	
	#elementNavigation.fixed .tabs{
		width: 483px;
	}

}

@media all and (min-width: 1921px) {

	#elementTools{
		width: 248px;
	}
	#tableContainer .column:nth-child(2){
		/*width: 1124px;*/
	}
}
@media all and (max-width: 1920px) {

	#elementTools{
		width: 248px;
	}

}

@media all and (max-width: 1700px) {

	#elementTools{
		width: 248px;
	}

	#files .item .icon{
		width: 22%;
	}

}

@media all and (max-width: 1600px) {
	
	#catalogElement .product{
		width: 33.333333% !important;
	}

	#catalogElement .product:nth-child(4n+4){
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right: 0 !important;
	}

	#files .item{
		width: 33.33333%
	}

	#files .item .icon{
		width: 20%;
	}

	#complect .complectListItem{
		width: 33.33333%;
	}

	#complect .complectListItem:nth-child(4n):after{
		display: block;
	}

	#complect .complectListItem:nth-child(3n):after,
	#complect .complectListItem:last-child:after{
		display: none;
	}

}

@media all and (max-width: 1520px) {
	
	#elementTools{
		width: 300px;
	}

	#tableContainer #elementNavigation{
		display: none;
	}

	#elementSmallNavigation{
		display: block;
		overflow-x: auto;
	}
	
	#files .item .icon{
		width: 14%;
	}

}

@media all and (max-width: 1340px) {
	
	#elementSmallNavigation .tab:first-child{
		/*padding-left: 0px;*/
		/*border-left: 0px;*/
		/*margin-left: 0px;*/
	}

	#elementSmallNavigation .tab {
	    /*padding-right: 0px;*/
	    border-right: 0px;
	    margin-left: 24px;
	}
}
/*1280*/
@media all and (max-width: 1110px) {

	/*#elementTools .addCart,*/
	/*#elementTools .buy_credit_link, */
	#elementTools .h2o_trackprod_popup_link {
		/*line-height: 55px;*/
		width: 190px;
		height: 55px;
	}

	#smallElementTools .addCart {
		/*margin-top: 55px;*/
	}
	#smallElementTools .price {
		margin: 0 !important;
		/*margin-bottom: 0px;*/
		/*margin-top: 4px;*/
	}
	#elementTools .new_price,
	#smallElementTools .new_price{
		/*height: 31px;*/
	}
	#elementTools .oldPriceLabel,
	#smallElementTools .oldPriceLabel{
		margin-top: -5px;
	}
	#elementTools .new_price,
	#elementTools .new_kredit {
		width: 160px;
	}

	#files .item .icon{
		width: 18%;
	}

}

@media all and (max-width: 1100px) {
	
	#tableContainer #elementTools{
		display: none;
	}

	#smallElementTools{
		overflow: hidden;
		display: grid;
	}

	#elementContainer .elementProperties{
		/*display: none;*/
	}

	#smallElementTools .mainTool .row {
		/*margin-bottom: 60px;*/
	}

	#smallElementTools .secondTool {
		width: 100%;
	}

	#smallElementTools .secondTool .row {
		/*padding: 10px;*/
	}

	#smallElementTools .secondTool .row {
		/*border: 1px dashed #FFD12E;*/
		border-radius: 10px;
		margin-bottom: 0;
		/*width: 100%;*/
		width: calc(50% - 6px);
		background-color: #F9F9F9;
	}

	#smallElementTools .secondTool .row span,
	#smallElementTools .secondTool .row a {
		display: flex;
		padding: 10px 10px 10px 0;
	}

	#smallElementTools .secondTool .row a span {
		padding: 0;
	}

	#smallElementTools .secondTool .row i {
		display: flex;
		padding: 0 0 0 10px;
	}

}

@media all and (max-width: 1023px) {
	
	#files .item{
		width: 50%;
	}

	#files .item .icon{
		width: 14%;
	}

}

@media all and (max-width: 1000px) {
	
	.pictureSlider{
		margin-top: 24px;
	}

	#elementContainer #moreImagesCarousel #moreImagesRightButton {
		right: 0;
	}
	#elementContainer #moreImagesCarousel #moreImagesLeftButton {
		left: 0;
	}
	#smallElementTools{
		/*border-top: 1px solid #e7e8ea;*/
		/*margin-top: 24px;*/
	}

	#smallElementTools .mainTool,
	#smallElementTools .secondTool{
		/*margin-top: 24px;*/
	}

	#smallElementTools .mainTool{
		/*width: 40%;*/
	}

	#smallElementTools .secondTool{
		margin-top: 24px;
		/*width: 60%;*/
	}

	#elementContainer .mainContainer .col{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 24px;
		display: block;
		width: 100%;
	}

	#smallElementTools .mainTool .row {
		/*margin-bottom: 80px;*/
		float: left;
		width: 100% !important;
	}

	#smallElementTools .row{
		/*margin-bottom: 12px;*/
		float: left;
		width: 50%;
	}

	#smallElementTools .secondTool .row {
		margin-bottom: 0 !important;
	}

	#smallElementTools .mainTool .row{
		float: none;
	}

	#complect .heading{
		border: none;
	}

}

@media all and (max-width: 800px) {

	#catalogElement .product{
		width: 50% !important;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(2n+2){
		border-right: 0 !important;
	}

	#files .item .icon{
		width: 25%;
	}	
	
	#reviews .reviewTable {
		display: block;
	}

	#reviews .reviewTable .reviewColumn{
		display: block;
	}

	#reviews .reviewTable .reviewColumn:first-child{
		margin-bottom: 24px;
		text-align: left;
	}

	#catalogReviews .heading .reviewAddButton{
		/*display: none;*/
	}

	#showallReviews{
		margin: 0 0 0 24px;
	}

	#zoomerMoreImagesContainer{
		display: none !important;
	}

	#zoomerBigPrevMore,
	#zoomerBigNextMore{
		display: none !important;
	}

	#imageContainerSlider{
		height: 100% !important;
	}

	#complect .complectListItem{
		width: 50%;
	}

	#complect .complectListItem:after{
		display: none;
	}

	/*#elementProperties .stats td{*/
	/*	padding: 12px 0px;*/
	/*}*/
	#elementSmallNavigation .tab {
		margin-left: 0;
	}

}

@media all and (max-width: 700px) {
	.content-right {
		margin: 0 !important;
		border-radius: 0px !important;
		padding: 12px !important;
	}
	#elementSmallNavigation {
		/*display: none !important;*/
	}
	#catalogElement {
		border-top: none !important;
	}

	#smallElementTools .mainTool{
		width: 100%;
	}

	#smallElementTools .new_price_wrap,
	#smallElementTools .kredit_r_block {
		flex-direction: column;
	}

	#smallElementTools .price {
		font-size: 26px;
	}

	#smallElementTools .new_price {
		margin-bottom: 20px;
	}

	#smallElementTools .old_new_price .pr {
		font-size: 16px;
	}

	#smallElementTools .secondTool{
		margin-top: 30px;
		width: 100%;
	}

	#smallElementTools .row{
		float: unset;
		width: 100%;
	}

	#stores th,
	#stores td{
		display: none;
	}

	#stores th.name,
	#stores td.name,
	#stores th.amount,
	#stores td.amount{
		display: table-cell;
	}

	#stores th.name,
	#stores td.name{
		width: auto !important;
	}

	#storeMap{
		display: none;
	}

	#video .item{
		width: 100% !important;
		float: unset;
	}

	.reviewAddButton{
		/*display: none;*/
	}

	#reviews .reviewTable .reviewColumn:first-child{
		width: 100%;
	}

	#reviews .rating{
		margin-left: 0px;
	}

	#tableContainer .column:nth-child(2),
	#video .item:last-child{
		padding-bottom: 0px;
	}

}

@media all and (max-width: 680px) {
	
	/*.secondTool .addCompare,*/
	.secondTool .fastBack{
		display: none;
	}

	#files .item{
		width: 100%;
	}
}

@media all and (max-width: 620px) {
	#elementSmallNavigation{
		/*display: none;*/
	}
}

@media all and (max-width: 600px) {
	#elementSmallNavigation .tab:first-child{
		display: none;
	}
}

@media all and (max-width: 550px) {

	#smallElementTools .mainTool,
	#smallElementTools .secondTool{
		float: unset;
		width: 100%;
	}

	#moreImagesCarousel{
		/*display: none;*/
	}

	#elementProperties .stats .right{
		width: 0px !important
	}

	#elementProperties .stats .name{
		min-width: 230px;
		width: 50%;
	}

}
@media all and (max-width: 480px) {
	#catalogElement .product{
		width: 100% !important;
	}

	#catalogElement .product:nth-child(2n+2){
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(1n+1){
		border-right: 0 !important;
	}

	#catalogReviews .heading .ratingContainer .label {
		display: none;
	}

	#complect .complectListItem{
		width: 100%;
	}

	#elementContainer .top_box_block {
		margin: 5px 10px 5px 0px;
	}

	#services_item {
		margin: 0px 10px 0px 0px;
		padding: 2px 8px;
	}

	#services_item .serviceBlock {
		padding-left: 0px;
	}

	.img_service {
		display: none;
	}

	#clockdiv {
		font-size: 20px;
	}

	#clockdiv > div {
		padding: 5px;
	}
	#clockdiv div > span {
		padding: 10px;
	}

}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/set.css?163896750710715*/
#set{
	padding-bottom: 24px;
	box-sizing: border-box;
	/*margin-top: 24px;*/
}

#set .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#set .setList .heading2{
	margin-bottom: 12px;
	font-size: 14px;
	display: block;
}

#set .setList {
	overflow: hidden;
}

#set .setTools {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	line-height: 60px;
	list-style: none;
	overflow: hidden;
	padding: 0 0 0 24px;
	height: 60px;
	margin: 12px 24px 0 24px;
}

#set .setTools li{
	float: left;
}

#set .setTools .rt{
	float: right;
}

#set .setTools .heading2{
	margin-right: 24px;
	font-size: 14px;
}

#set .setTools .price{
	font-family: 'robotobold';
	text-decoration: none;
	position: relative;
	font-size: 18px;
	display: block;
	color: #000000;
}

#set .setTools .price #setDisnt{
	font-family: 'roboto_ltregular';
	display: inline-block;
	padding-left: 12px;
	font-size: 14px;
	color: #888888;
}

#set .setTools .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	color: #ffffff;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-decoration: none;
}

#set .setTools .icon{
	vertical-align: middle;
	display: inline-block;
}

#set .setTools .addCart .icon{
	padding-right: 12px;
	margin-top: -6px;
}

#set .setTools .addSet{
	font-family: 'roboto_condensedlight';
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #f8f8f8;
	line-height: 60px;
	color: #000000;
	height: 60px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-decoration: none;
	border-left: 1px solid #e6e6e6;
}

#set .setTools .addSet:hover{
	background: #f6f6f6;
}

#set .disabled .wrap{
	transform: scale(0.9);	
	opacity: 0.5;
}

#set .setElement{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-left: 1px solid #e7e8ea;*/
	position: relative;
	padding: 0 24px;
	float: left;
	width: 25%;
}

#set .setElement .wrap{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#set .setElement:first-child{
	border: 0;
}

#set .setElement:after{
	font-family: 'roboto_thregular';
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -8px;
	top: 50%;

}

#set .setElement:last-child:after{
	/*	right: 4px;
		content: "=";*/
		display: none;	
}

#set .setElement .picture{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 250px;
	text-align: center;
	margin-top: 12px;
	display: block;
	height: 250px;
	/*opacity: 0.8;*/
}

#set .setElement:hover .picture,
#set .setElement.general .picture{
	opacity: 1;
}

#set .setElement.disabled .picture{
	opacity: 0.8;
} 

#set .setElement .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#set .setElement .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	margin-top: 12px;
	font-size: 13px;
	color: #000000;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;

}

#set .setElement .middle{
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

#set .setElement .price{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 16px;
	display: block;
	color: #000000;
}

#set .setElement .price .discount{
	font-family: 'roboto_ltregular';
	display: inline-block;
	padding-left: 8px;
	font-size: 14px;
	color: #888888;
}


#set .sCheck,
#set .sWindowCheck{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/sCheck.png) 0 0 no-repeat transparent;
	position: absolute;
	cursor: pointer;
	display: block;
	height: 30px;
	z-index: 99;
	width: 30px;
	right: 0px;
	top: 12px;
}

#set .sCheck{
	right: 24px;
}

#set .sCheck:hover,
#set .sWindowCheck:hover{
	background-position: -30px 0;
}

#set .sCheck:active,
#set .sWindowCheck:active{
	background-position: -60px 0;
}

#set .sCheck.disabled,
#set .sWindowCheck.disabled{
	background-position: -90px 0;
}

#set .sCheck.disabled:hover,
#set .sWindowCheck.disabled:hover{
	background-position: -120px 0;
}

#set .sCheck.disabled:active,
#set .sWindowCheck.disabled:active{
	background-position: -150px 0;
}


#setWindow{
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 999;
	left: 0px;
	top: 0px;
}

#setWindow .container{
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	position: relative;
	max-height: 440px;
	overflow: hidden;
	width: 900px;
	left: 50%;
	top: 50%;
}

#setWindow .container .wp{
	overflow: hidden;
}

#setWindow #setWindowTable{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
}

#setWindow #setWindowTable td{
	padding: 0;
}

#setWindow .heading3{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	height: 60px;
}

#setWindow .container .wElement{
	width: 240px;
}

#setWindow .setElement .picture{
	height: 140px;
	line-height: 140px;
}

#setWindow #wProduct{
	border-right: 1px solid #e7e8ea;
	width: 100%;
}

#setWindow #wProduct .picture{
	opacity: 1
}

#setWindow .fr{
	display: inline-block;
	padding-top: 12px;
	font-size: 13px;
}

#setWindow .setElement:last-child:after{
	display: none;
}

#setWindow .close{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#setWindow .close:hover{
	background-position: 0 -21px ;
}

#setWindow .close:active{
	background-position: 0 -42px ;
}

#setWindowPrice{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	color: #ffffff;
	height: 60px;
}

#setWindowPrice ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#setWindowPrice li{
	float: left;
}

#setWindowPrice li:last-child{
	text-align: right;
	color: #ffffff;
	float: right;
}

#setWindowPrice li .heading4{
	margin-right: 12px;
	padding-left: 12px;
	font-size: 14px;
}

#setWindowPrice .discount{
    font-family: 'roboto_ltregular';
    display: inline-block;
    margin-left: 12px;
    padding-left: 8px;
    font-size: 14px;
    color: #888888;
}

#setWindowPrice .addCart{
	font-family: 'roboto_condensedlight';
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	min-width: 152px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 60px;
	padding: 0 24px;
	font-size: 16px;
	color: #ffffff;
	height: 60px;
}

#setWindowPrice .icon{
	vertical-align: middle;
	display: inline-block;
}

#setWindowPrice .addCart .icon{
	padding-right: 12px;
	margin-top: -6px;
}

#setWindowPrice .closeWindow{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-left: 1px solid #4c4c4c;
	text-decoration: none;
	font-size: 14px;
	padding: 0 24px;
	color: #ffffff;
	float: left;
}

#setWindowPrice .closeWindow:hover{
	background-color: #262626;
}

#setWindowPrice .closeWindow img{
	vertical-align: middle;
	margin-right: 12px;
}

#setWindow .container .slideBox,
#setCarousel{
	position: relative;
	border: 0;
}

#setWindow .setBtnLeft,
#setWindow .setBtnRight{
	background: url(/local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

#setWindow .setBtnLeft{
	left: 0;
}

#setWindow .setBtnRight{
	right: 0;
}

#setWindow .setBtnLeft:hover{
	background-position: -35px 0;
}

#setWindow .setBtnLeft:active{
	background-position: -70px 0;
}

#setWindow .setBtnRight{
	background-position: 0 -70px;
}

#setWindow .setBtnRight:hover{
	background-position: -35px -70px;
}

#setWindow .setBtnRight:active{
	background-position: -70px -70px;
}

@media all and (max-width: 900px) {
	#set .setTools .addSet{
		display: none;
	}
}

@media all and (max-width: 800px) {
	#set .setElement{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
		width: 50%;
	}

	#set .setElement:nth-child(-n+2){
		border-top: 1px solid #e7e8ea !important;
	}

	#set .setElement:nth-child(2n+2){
		border-right: 0px !important;
	}

	#set .setElement:after{
		display: none;
	}
	
	#set .setTools .heading2{
		display: none;
	}

	#set .setTools .addCart{
		width: 200px;
	}

	#set .setElement{
  	 	overflow: hidden;
	    height: 380px;
  	}

}

@media all and (max-width: 550px) {
	#set .setTools{
		overflow: hidden;
		padding: 0 24px;
		height: auto;
		margin: 0 0;
		border: 0;
	}

	#set .setTools li{
		float: unset;
	}

	#set .setTools .rt{
		text-align: left;
		display: block;
		float: unset;
		clear: both;
	}

	#set .setTools .addCart{
		clear: both;
	}

	#set .setTools li{
		line-height: 21px;
		margin-top: 24px;
	}

	#set .setTools li:last-child{
		display: none;
	}

	#set .setTools .heading2{
		display: block !important;
		font-size: 16px;
	}

}

@media all and (max-width: 480px) {

	#set .setElement{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
		width: 100%;
	}

	#set .setElement:nth-child(-n+2){
		border-top: 0 !important;
	}

	#set .setElement:nth-child(1n+1){
		border-right: 0px !important;
	}

	#set .setElement:first-child{
		border-top: 1px solid #e7e8ea !important;
	}

}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/catalog.section/squares/style.css?16074136034005*/
.new_tablink {
	position: absolute;
	z-index: 1;
	width: 40px;
	right: 121px;
	background-color:#ff2d5b;
	height: 40px;
	top: 300px;
	text-align: left;
	cursor: pointer ;
	border-radius: 4px;
}
.tracklink {
	position: absolute;
	z-index: 1;
	width: 150px;
	right: 12px;
	background-color: #5bb44c;
	height: 40px;
	top: 300px;
	text-align: left;
	cursor: pointer ;
	border-radius: 5px;
	border: 1px solid #428337;
}
.optional {
	padding-top: 12px;
}
.product .addCart{
	height: 40px !important;
	line-height: 40px !important;
	width: 100px !important;
	position: absolute;
	z-index: 1;
	top: 284px;
	right: 12px;
}
.product .addCart.disabled {
	display: none !important;
}
.promo-div {
	white-space: nowrap;
	border: 3px solid rgb(255, 198, 13);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	border-radius: 8px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 15px;
	height: 49px;
	min-height: 22px;
	background-color: white;
	line-height: 17px;
	font-size: 12px;
	text-align: center;
	width: 100px;
	position: absolute;
	top: 190px;
}
.promo-div .caption {
	display: inline;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding: 4px;
	margin-right: 5px;
	letter-spacing: 1px;
}
.promo-div .detail {
	display: inline;
	width: 100%;
	vertical-align: middle;
	font-size: 12px;
	color: black;
	float: left;
}
.promo-div .code {
	font-weight: 600;
	font-size: 14px;
	vertical-align: bottom;
	color: red;
}
.lazy {
	display: block;
	margin: 0 auto;
}
.tabloid .discount {
	position: relative;
	font-size: 40px;
}

.product .price .discount {
	margin-left: 4px !important;
	margin-right: 8px !important;
	padding-left: inherit !important;
	font-size: 18px !important;
}
.product .price .old_price {
	float: left;
}
.tabloid .discount:before {
	border-bottom: 1px solid red;
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	transform: rotate(-7deg);
}
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

.g_yellow {
	/*border-color: rgb(255, 216, 5) !important;*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,251,212,1) 52%, rgba(255,247,173,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#fff7ad',GradientType=0 ) !important;
}

.g_yellow .picture img {
	border-radius: 5px;
}

.banner_in_list img{
	max-width: 100%;
}
.item.product.sku:hover .stycers {
	opacity: 0.2;
	z-index: 1 !important;
}
.section_link {
	padding: 3px 5px;
//float: left;
	display: inline-block;
	border: 1px dashed #fc9309;
	margin-left: 5px;
	margin-bottom: 5px;
}
.section_link.selecet_sect_id {
	background-color: #ffcb2f;
}
.credit_block {
	position: absolute;
	z-index: 1;
	width: 120px;
	right: 10px;
	background-color: white;
	top: 195px;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border-top: 1px solid #ffe405;
	border-left: 1px solid #ffe405;
	border-right: 1px solid #ffe405;
	border-bottom: 10px solid #ffe405;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1.3;
}
.credit_block img {
	padding-right: 5px;
	padding-left: 2px;
	max-width: 25px;
	float: left;
	padding-top: 5px;
}

.credit_block span {

}
.skuPropertyLink, .fastBack, .addCompare, .addWishlist {
	cursor: pointer;
}

.stycers {
	position: absolute;
	z-index: 1000;
	width: 90px;
	height: auto;
	text-align: center;
}
.stycers img{
	width: 90px;
}
.stycers.new {
	left: 5px;
	top: 73px;
}
.stycers.action {
	left: 5px;
	top: 120px;
}
.stycers.top {
	left: 5px;
	top: 5px;
}
/* End */


/* Start:/local/components/h2o/trackprod.add/templates/touch/style.css?16359469914474*/
#call_trackprod, #call_trackprod .popup-window-content {
	padding: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}
#call_trackprod .popup-window-close-icon{
	height: 21px;
	width: 21px;
	right: 20px;
	top: 20px;
	background-image: none;
	background: url(/local/templates/touch_demo/themes/white/touch_d/images/exit.png) 0 0 no-repeat transparent;
}
#call_trackprod .modal-header {
	padding: 25px 25px 0;
	margin-bottom: 25px;
	height: 12px;
	position: static;
}

#call_trackprod .modal_title {
	font-size: 20px;
	font-weight: 400;
	color: rgba(0,0,0,.87);
}
#call_trackprod .modal-header-success {
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}
#call_trackprod .modal-header-get {
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}
#call_trackprod .modal-header-error {
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: red;
}
#trackprod_popup_wrap{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
#trackprod_popup_wrap .modal-body{
	position: relative;
	padding: 10px 30px 30px 30px;
    font-size: 18px;
}
#trackprod_popup_wrap .modal-body p{
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
	margin-bottom: 18px;
	text-decoration: none;
	font-size: 14px;
	display: block;
}
#trackprod_popup_wrap .form-row{
	max-width: 960px;
	max-width: 360px;
	margin: 10px auto;
	font-size: 18px;
}
#trackprod_popup_wrap .form-row:after {
    content: "";
    display: table;
    clear: both;
}
#trackprod_popup_wrap .form-row:first-child {
    margin-top: 0; 
}
#trackprod_popup_wrap .form-cell-3 {
    /*float: left;*/
    display: block;
    /*margin-right: 2%;*/
    width: 100%;
    /*width: 30%;*/
}
#trackprod_popup_wrap .form-cell-3:last-child {
    margin-right: 0; 
}
#trackprod_popup_wrap .form-cell-9 {
    /*float: left;*/
    display: block;
    /*margin-right: 2%;*/
    /*width: 68%;*/
	width: 100%;
}
#trackprod_popup_wrap .form-cell-9:last-child {
    margin-right: 0; 
}
#trackprod_popup_wrap label{
	font-weight: normal;
	font-size: 16px;
	/*float: right ;*/
	line-height: 30px;
	margin-bottom: 12px;
	text-align: left;
	display: block;
	color: #000;
}
#trackprod_popup_wrap input[type=text]{
	/*height: 32px;*/
	border-radius: 8px;
	border: 1px solid #d7d7d7 !important;
	background-color: #fff !important;
	color: #000;
	margin-bottom: 12px;
	width: 354px;
	height: 50px;
}
#trackprod_popup_wrap input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
#trackprod_popup_wrap textarea{
	/*height: 112px;*/
	padding-top: 12px;
	resize: none;
	width: 354px;
	height: 90px;
	border-radius: 8px;
	border: 1px solid #d7d7d7 !important;
}
#trackprod_popup_wrap input[type=text], #trackprod_popup_wrap textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	background: #ffffff;
	padding-left: 12px;
	/*font-size: 14px;*/
	display: block;
	/*height: 30px;*/
	clear: both;
	font: normal normal 13px "roboto_ltregular" , arial , sans-serif;
}
#trackprod_popup_wrap .button_wrap{
	text-align: right;
}
#trackprod_popup_wrap button{
	/*background: #ff9601;*/
	background-color: #ff2d5b;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 40px;
	border-radius: 4px;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	font-size: 16px;
	border: none;
	text-align: center;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	margin-top: 24px;
	width: 100%;
	max-width: 360px;
	padding: 0;
}
#trackprod_popup_wrap button:hover {
    box-shadow: 0 0 0 3px rgba(204,204,204,1);
}
#trackprod_popup_wrap small.error{
	color: red;
}
@media screen and (min-width: 600px){
	#trackprod_popup_wrap{
		width: 420px;
	}
}
@media screen and (max-width: 600px){
	#trackprod_popup_wrap .form-cell-3{
		float: none;
	}
	#trackprod_popup_wrap .form-cell-9{
		float: none;
		width: 100%;
	}
	#trackprod_popup_wrap .modal-header{
		font-size: 25px;
	}
}
/* End */
/* /local/templates/touch_new_build/components/bitrix/catalog/.default/style.css?17223253352911 */
/* /local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?1754033405107378 */
/* /local/components/creo/services.item/templates/redesign_demo/style.css?17533548377641 */
/* /local/templates/touch_new_build/components/webdebug/propsorter/dotted/style.css?17352208052499 */
/* /local/components/c1/catalog.product.slider/templates/.default/style.css?16381855002096 */
/* /local/components/c1/catalog.product.slider/templates/acc_slider/style.css?17353072753593 */
/* /local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/review.css?175214717812181 */
/* /local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/media.css?17521476808593 */
/* /local/templates/touch_new_build/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/set.css?163896750710715 */
/* /local/templates/touch_new_build/components/bitrix/catalog.section/squares/style.css?16074136034005 */
/* /local/components/h2o/trackprod.add/templates/touch/style.css?16359469914474 */
