#left{
	position: relative;
}

#left .collapsed{
	position: absolute;
	width: 100%;
	z-index: 99;
}

.changeName + br{
	display: none;
}

.cheaper-product-name{
	visibility: hidden;
}

.videoFrame{
	border: 0;
}

#catalogElement{
	border-top: 1px solid #e7e8ea;
}

.social-ico
{
	width: 30px;
	height: 30px;
	background-size: contain;
}

.social-ico.watsapp:hover
{
	background-image: url("images/wp.svg");
}
.social-ico.watsapp
{
	background-image: url("images/wp-in.svg");
}

.social-ico.fb:hover
{
	background-image: url("images/fb.svg");
}

.social-ico.fb
{
	background-image: url("images/fb-in.svg");
}

.social-ico.yt:hover
{
	background-image: url("images/yt.svg");
}

.social-ico.yt
{
	background-image: url("images/yt-in.svg");
}

.social-ico.inst:hover
{
	background-image: url("images/inst.svg");
}

.social-ico.inst
{
	background-image: url("images/inst-in.svg");
}

.social-ico.vk:hover
{
	background-image: url("images/vk.svg");
}

.social-ico.vk
{
	background-image: url("images/vk-in.svg");
}

.social-ico.tg:hover
{
	background-image: url("images/tg.svg");
}

.social-ico.tg
{
	background-image: url("images/tg-in.svg");
}

.soc
{
	margin-top: 54px;
	display: flex;
	gap: 5px;
}

#overlay{
	z-index: 1000;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
	cursor: pointer;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#overlay.open {
	visibility: visible;
	opacity: 1;
}

#overlay img
{
	max-height: 100%;
	max-width: 100%;
}

#overlay:after { /* X button icon */
	content: "\2715";
	position: absolute;
	color:#fff;
	top: 10px;
	right:20px;
	font-size: 2em;
}

@media (max-width: 1100px)
{
	.soc {
		margin-top: 0;
	}
}

#catalogElement .getStoresWindow{
	text-decoration: none;
}

#elementSmallNavigation{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ea;
	background-color: #f9f9f9;
	line-height: 50px;
	overflow: hidden;
	padding: 0 24px;
	display: none;
	height: 50px;
}

#elementSmallNavigation .tab{
	padding-right: 18px;
	margin-left: 18px;
	float: left;
}

#elementSmallNavigation .tab:first-child{
	border-left: 1px solid #e7e8ea;
	padding-left: 18px;
	margin-left: 0px;
}

#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;
}

#elementSmallNavigation a:hover{
	color: #888888;
}

#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;
}

#elementNavigation{
	background-color: #fff;
	position: relative;
	padding-left: 24px;
	text-align: right;
	width: 355px;
	border-right: 1px solid #eee;
}

#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;
	color: #06041F;
	font-family: 'roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
}

#elementNavigation .tabs a span{
	border-bottom: 1px dashed rgba(6, 4, 31, 0.5);
}

#elementNavigation .tabs .tab:first-child 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;
	color: #0161B7;
}

#elementNavigation .tabs .tab:first-child a span{
	border-bottom: 1px solid rgba(1, 97, 183, 0.3);
}

#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.disabled,
#elementSmallNavigation .tabs .tab.disabled{
	display: none;
}

#elementNavigation .tabs .tab.active a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background: rgba(1, 97, 183, 0.1);
	color: #595959;
}

#elementNavigation .tabs .tab.active a span{
	border-bottom: 0px;
}

#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;
}

#elementNavigation .brand_certificates_block{
	margin-top: 10px;
	padding: 0px 24px;
}

#elementNavigation .brand_certificates_block p.caption{
	color: #0161B7;
	font-weight: bold;
}

#elementNavigation .brand_certificates_block .wrap{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}

#elementNavigation .brand_certificates_block .brand_certificates_block_element{
	margin-bottom: 20px;
	border-radius: 10px;
}

#elementNavigation .brand_certificates_block .brand_certificates_block_element:nth-child(2n){
	margin-left: 20px;
}

#elementNavigation .brand_certificates_block .brand_certificates_block_element a{
	padding: 0px;
}

#elementNavigation .brand_certificates_block .brand_certificates_block_element a img{
	padding: 0px;
	border-radius: 10px;
	border: solid 1px #0061b2;
}

#smallElementTools{
	padding: 0 24px;
	display: none;
}

#smallElementTools .fastBack{
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

#smallElementTools .smallSpecialTime{
	display: none;
}

.smallElementToolsContainer{
	padding: 24px 24px 12px 24px;
	margin-bottom: 18px;
	border: 1px solid #e7e8ea;
}

#elementTools .priceContainer{
	display: inline-block;
}

#smallElementTools .priceContainer{
	display: inline-block;
	vertical-align: middle;
	/*padding-right: 18px;*/ /*��������� ������, ���� ����� ���� ������ "��"*/
}

#elementContainer div#detailText 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: #0161B7;
}

#elementContainer #smallElementTools .purchaseBonus{
	display: block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 12px;
}

#smallElementTools .columnRowWrap{
	font-size: 0;
}

#smallElementTools .columnRow{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding-right: 6px;
}

#smallElementTools .columnRow:last-child{
	padding: 0 0 0 6px;
}

#smallElementTools .columnRow .fastBack{
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

#smallElementTools .columnRow .addCart{
	margin-top: 0;
}

#smallElementTools .columnRow .addCart{
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .columnRow .fastBack{
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .secondTool .row{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#smallElementTools .smallElementToolsContainer .secondTool .row:last-child{
	margin-right: 0;
	margin-bottom: 12px;
}

#elementTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-left: 1px solid #eee;
	position: relative;
	width: 400px;
	z-index: 1;
}

.green_tool_block{
	background: #E6F8E6;
	padding: 24px 24px 24px 24px;
}

.white_tool_block{
	background: #fff;
	padding: 24px 24px 24px 24px;
}

#elementTools.fixed .fixContainer{
	background-color: #fff;
	/*margin-top: 12px;*/
	position: fixed;
	width: 400px;
	z-index: 33;
	top: 0;
}

#elementTools .fixContainer.maxScroll{
	padding-bottom: 12px;
	position: absolute;
	bottom: 0px;
	top: unset;
	left: 24px;
}

#elementTools .picture{
	display: none;
}

#elementTools .picture img{
	max-width: 280px;
}

#elementTools.fixed .fixContainer .picture{
	display: block;
}

#elementTools .row,
#smallElementTools .row{
	margin-bottom: 12px;
}

#catalogElement .qtyBlock{
	margin-bottom: 12px;
}
/*
.payment-block .item img
{
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 5px;
	border: solid 1px #eee;
	background-color: white;
	transition: 0.5s;
}

.payment-block .item img:hover
{
	-webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.payment-block .item
{
	display: inline-block;
}

.payment-block
{
	margin-top: 6px;
	display: block;
}
*/
.delivery-block .item{
	font-size: 14px;
	color: rgba(6, 4, 31, 0.7);
	margin-bottom: 10px;
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
}

.delivery-block .item a{
	text-decoration: underline;
	color: #0161B7;
}

.delivery-block .item a:hover{
	text-decoration: none;
}

.delivery-block .item span.date{
	color: #595959;
	font-weight: bold;
}

#catalogElement .qtyBlock  .qty {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 2px;
	height: 19px;
	width: 40px;
	padding: 0 2px;
	border: 0;
}

#catalogElement .qtyBlock  .qty {
	background-color: #e7e8ea;
	color: #000000;
}

#catalogElement .qtyBlock  .qty.error{
	border: 1px solid #ff0000;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus {
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #0161B7;
	background: #E0E2E4;
	border: solid 1px #C0C1C7;
	border-radius: 2px;
	font-size: 20px;
    font-weight: bold;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus{
	/*background: url(images/plusMinusElement.png) 0 0 no-repeat #424242;*/
}

#catalogElement .qtyBlock .plus{
	background-position: 0 -19px;
}

#catalogElement .qtyBlock .plus:hover{
	background-position: -19px -19px;
}

#catalogElement .qtyBlock .plus:active{
	background-position: -38px -19px;
}

#catalogElement .qtyBlock .minus:hover{
	background-position: -19px 0x;
}

#catalogElement .qtyBlock .minus:active{
	background-position: -38px 0px;
}

#catalogElement .qtyBlock label {
	padding-right: 12px;
}

#catalogElement .qtyBlock input.qty{
	width: 60px;
	height: 37px;
	background: #FFFFFF;
	border: 1px solid rgba(6, 4, 31, 0.15);
	border-radius: 3px;
	margin: 0px 10px;
}

#elementTools .secondTool .row:last-child{
	margin-bottom: 0px;
}

#elementTools .row img,
#smallElementTools .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#elementTools .requestPrice{
	cursor: pointer;
}

#elementTools .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'roboto_condensedlight';
	text-decoration: none;
	line-height: 21px;
	font-size: 15px;
	color: #595959;
}

#smallElementTools .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'roboto_condensedlight';
	text-decoration: none;
	line-height: 21px;
	font-size: 15px;
	color: #595959;
}

#smallElementTools .label{
	vertical-align: middle;
	display: inline-block;
}

#smallElementTools .qtyBlock img{
	margin-top: 0px;
}

#elementTools .label:hover,
#smallElementTools .label:hover{
	color: #000000;
}

#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{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 21px;
	display: block;
	color: #000000;
}

#elementTools .price .discount,
#smallElementTools .price .discount{
	color: #888888;
}

#elementTools .price .oldPriceLabel,
#smallElementTools .price .oldPriceLabel{
	margin-right: 0px;
	font-size: 19px;
	color: #595959;
	font-weight: bold;
	font-family: 'robotoblack';
	text-decoration: line-through;
	text-decoration-color: #05B405;
}

.green_tool_block a.price.changePrice {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}

.green_tool_block .price span.priceContainer{
	width: 50%;
}

.green_tool_block .price span.priceContainer .priceVal{
	font-family: 'robotoblack';
	font-style: normal;
	font-weight: 900;
	font-size: 27px;
	line-height: 120%;
	color: #06041F;
}

.green_tool_block .price span.priceBlock{
	width: 50%;
}

.green_tool_block .price span.priceBlock span.oldPriceLabel{
	margin-right: 0px;
	font-size: 19px;
	color: #595959;
	font-weight: bold;
	font-family: 'robotoblack';
	text-decoration: line-through;
	text-decoration-color: #05B405;
}

#elementTools .purchaseBonus{
	font-family: "roboto_condensedlight";
	margin-top: 6px;
	font-size: 14px;
	color: #888888;
	display: block;
}

#elementTools .priceBlock,
#smallElementTools .priceBlock{
	display: block;
}

#elementTools .purchaseBonus span{
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#smallElementTools .purchaseBonus{
	margin-top: 6px;
	font-family: "roboto_condensedlight";
	font-size: 14px;
	color: #888888;
}

#smallElementTools .purchaseBonus span{
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#elementTools .oldPriceDifference{

}

#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 .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: 60px;
	border-radius: 4px;
	color: #ffffff;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 16px;
	/*font-family: 'roboto_condensedlight';*/
	margin-bottom: 12px;
	width: 220px;
}

#elementTools .row .getStoresWindow.inStock span{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}

#elementTools .fastBack{
	display: inline-block;
	width: 220px;
	height: 45px;
	/*margin-bottom: 12px;*/
	line-height: 45px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(6, 4, 31, 0.3);
	border-radius: 3px;
	color: rgba(6, 4, 31, 0.6);
}

#elementTools .addCart.added,
#smallElementTools .addCart.added{
	background: #2b2b2b;
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover{
	background: #3b3b3b;
}

div.row a.sposobi_oplati{
	font-family: 'roboto'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	border-bottom: 1px solid rgba(6, 4, 31, 0.2);
}

div.row a.sposobi_oplati:hover{
	border-bottom: 0px;
}

div.row a.sposobi_dostavki{
	font-family: 'robotoblack';
	font-size: 17px;
	line-height: 20px;
	color: #595959;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

div.row a.sposobi_dostavki:hover{
	text-decoration: underline;
}

/*#elementTools .outOfStock,
#smallElementTools .outOfStock{
	color: #ff0000;
}

#elementTools .outOfStock:hover,
#smallElementTools .outOfStock:hover{
	color: #ff0000;
}*/
#elementTools .rating,
#elementContainer .mainContainer .rating,
#smallElementTools .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,
#elementContainer .mainContainer .rating i,
#smallElementTools .rating i{
	background: url(images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#elementTools .rating i.m,
#elementContainer .mainContainer .rating i.m,
#smallElementTools .rating i.m{
	background: url(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{
	padding-right: 12px;
	margin-top: -6px;
}

#smallElementTools .mainTool,
#smallElementTools .secondTool{

}

.green_tool_block .row_flex{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.green_tool_block .row_flex.mb-5, .green_tool_block .row.mb-5{
	margin-bottom: 5px!important;
}

.green_tool_block .row_flex.mb-10, .green_tool_block .row.mb-10{
	margin-bottom: 10px!important;
}

.green_tool_block .row_flex.mb-15, .green_tool_block .row.mb-15{
	margin-bottom: 15px!important;
}

.green_tool_block .row_flex.mb-20, .green_tool_block .row.mb-20{
	margin-bottom: 20px!important;
}

.green_tool_block .row_flex.mb-25, .green_tool_block .row.mb-25{
	margin-bottom: 25px!important;
}

.green_tool_block .row_flex.mb-30, .green_tool_block .row.mb-30{
	margin-bottom: 30px!important;
}

.green_tool_block .row_flex .found_cheaper{
	width: 50%;
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #595959;
}

.green_tool_block .row_flex .found_cheaper a{
	font-family: 'roboto'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 13px!important;
	color: #595959;
	border-bottom: dashed 1px #595959;
}

.green_tool_block .row_flex .found_cheaper a:hover{
	border-bottom: 0px;
}

.green_tool_block .row_flex .found_cheaper span.procent{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: #595959;
}

.green_tool_block .row_flex .dif_price{
	width: 50%;
}

.green_tool_block .row_flex .dif_price span.oldPriceLabel{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
}

.green_tool_block .row_flex .dif_price span.economy{
	font-weight: bold;
}

.green_tool_block .row_flex .left{
	margin-right: 10px;
}

.green_tool_block .row_flex .left .economy{
	font-family: 'robotoblack';
	font-size: 18px;
	line-height: 120%;
	font-weight: 900;
	color: rgba(6, 4, 31, 0.7);
}

.green_tool_block .row_flex .right{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: rgba(6, 4, 31, 0.6);
}

.white_tool_block .row.last_tranzit{
	width: 255px;
    height: 75px;
    background: #D9E8F4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -24px;
	margin-top: 25px;
	margin-bottom: 25px!important;
	display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.white_tool_block .row.last_tranzit div.ship_text span:first-child{
	color: rgba(6, 4, 31, 0.7);
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.white_tool_block .row.last_tranzit div.ship_text span:last-child{
	color: #000;
	font-size: 14px;
	font-family: 'roboto';
	font-style: normal;
	font-weight: bold;
}

.white_tool_block .row.down_links{
	
}

.white_tool_block .row.down_links div{
	margin-bottom: 10px;
}

.white_tool_block .row.down_links a{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid rgba(6, 4, 31, 0.2);
	color: rgba(6, 4, 31, 0.7);
}

.white_tool_block .row.down_links a:hover{
	border-bottom: 0;
}

@media (max-width: 1100px)
{
	.ya-share-label {
		display: block !important;
		font-size: 14px !important;
	}
}

.ya-share-label{
	margin-bottom: 6px;
	margin-top: 30px;
	color: #595959;
}

#elementContainer{
	position: relative;
	width: 100%;
}

#elementContainer .mainContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .mainContainer .main_row{
	position: relative;
    vertical-align: top;
    display: table-caption;
    width: 100%;
}

#elementContainer .mainContainer .main_row .flex{
    display: flex;
    padding: 10px 25px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: baseline;
}

#elementContainer .mainContainer .main_row .flex .name{
	width: 75%;
}

#elementContainer .mainContainer .main_row .flex .name h1{
	font-family: 'robotoblack';
	font-style: normal;
	font-weight: 900;
	font-size: 31px;
	line-height: 120%;
	color: #06041F;
}

#elementContainer .mainContainer .main_row .flex .brand_pic{
	width: 20%;
}

#elementContainer .mainContainer .main_row .flex .line_options{
	width: 100%;
}

#elementContainer .mainContainer .line_options .line_options__left{
	width: 50%;
}

#elementContainer .mainContainer .line_options .line_options__right{
	width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
}

#elementContainer .description{
	margin: 12px 0;
	font-family: "roboto_ltregular";
}

#elementContainer .description .heading{
	margin-bottom: 6px;
	font-family: 'robotoblack';
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	line-height: 120%;
	color: #06041F;
}

#elementContainer .changeShortDescription{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: rgba(6, 4, 31, 0.7);
}

#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{
	position: relative;
	vertical-align: top;
	display: table-cell;
	padding: 24px 0px 24px 24px;
	width: 50%;
}

#elementContainer .mainContainer .secondCol{
	position: static;
	padding-right: 24px;
}

#elementContainer .mainContainer .col.hide{
	display: none;
}

#elementContainer .mainContainer .col:first-child{
	vertical-align: middle;
	text-align: center;
}

#elementContainer #pictureContainer .pictureSlider{
	table-layout: fixed;
}

#elementContainer #pictureContainer .pictureSlider .item:first-child{
	display: block;
}

#elementContainer #pictureContainer .pictureSlider .item{
	padding: 0 24px;
	display: none;
}

#elementContainer #pictureContainer .item a{
	text-align: center;
	display: block;
}

#elementContainer #pictureContainer .item a img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 90%;
}

#elementContainer #moreImagesCarousel{
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	position: relative;
	/*
	padding-top: 24px;
	margin-top: 24px;
	*/
	overflow: hidden;
	opacity: 0;
	height: 100%;
}

#elementContainer #moreImagesCarousel.show{
	visibility: visible;
	opacity: 1;
}

#elementContainer #moreImagesCarousel.hide{
	display: none;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton,
#elementContainer #moreImagesCarousel #moreImagesRightButton{
	/*background: url(images/carouselArrowSmall.png) 0 0 no-repeat transparent;*/
	position: absolute;
	opacity: 0.5;
	z-index: 2;
	left: 0px;
	width: 100%;
	height: 20px;
	border-radius: 3px;
	/*
	left: 43%;
	width: 14px;
	height: 16px;
	transform: rotate(90deg);
	*/
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:hover,
#elementContainer #moreImagesCarousel #moreImagesRightButton:hover{
	opacity: 0.8;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:active,
#elementContainer #moreImagesCarousel #moreImagesRightButton:active{
	opacity: 1;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton{
	top: 0px;
	background: url(images/up_arrow.png) center center no-repeat;
}

#elementContainer #moreImagesCarousel #moreImagesRightButton{
	/*background-position: -14px 0;*/
	bottom: 0px;
	background: url(images/down_arrow.png) center center no-repeat;
	
}

#elementContainer #moreImagesCarousel .carouselWrapper{
	overflow: hidden;
	margin: 20px auto 20px auto;
	height: 250px;
}

#elementContainer #moreImagesCarousel .slideBox{
	position: relative;
	overflow: hidden;
	list-style: none;
	width: 100%;
	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;
	width: 100%;
	
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected{
	opacity: 1;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected:after{
	transform: translateX(-50%);
    border-left: 2px solid #000000;
    position: absolute;
    display: block;
    content: "";
    height: 70%;
    left: 5%;
}

#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 .mainContainer .markerContainer{
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 24px;
}

#elementContainer .wishCompWrap{
	/*
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 24px;
	*/
}

#elementContainer .wishCompWrap .elem{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 34px;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	background: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:before,
#elementContainer .wishCompWrap .elem:after{
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: url("images/wishCompImage.png") 0 0 no-repeat;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:after{ opacity: 0; }
#elementContainer .wishCompWrap .addWishlist:before{ background-position: 0px 0px; }
#elementContainer .wishCompWrap .addWishlist:after{ background-position: -16px 0px; }
#elementContainer .wishCompWrap .addCompare:before{ background-position: 0px -16px; }
#elementContainer .wishCompWrap .addCompare:after{ background-position: -16px -16px; }
#elementContainer .wishCompWrap .elem:hover { border-color: #e7e8ea; background: #e7e8ea; }
#elementContainer .wishCompWrap .elem:active { top: 1px; }
#elementContainer .wishCompWrap .elem.added:before { opacity: 0; }
#elementContainer .wishCompWrap .elem.added:after { opacity: 1; }

#elementContainer .wishCompWrap .elem img{
	display: none;
	display: inline-block;
	vertical-align: middle;
}

#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 .brandImageWrap{
	display: block;
}


#elementContainer .brandImageWrap .tb{
	width: auto;
}

#elementContainer .brandImage{
	/*
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 66px;
	*/
}

#elementContainer .bindAction{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	line-height: 18px;
	font-size: 13px;
}

/*#elementContainer .tb{
	width: auto;
}*/

#elementContainer .bindActionImage{
	width: 38px;
}

#elementContainer .bindActionImage .image{
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#elementContainer .bindAction a {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .bindAction a:active {
	position: relative;
	top: 1px;
}

.newReviewTable{
	font-size: 0;
}

.newReviewTable .left{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	padding-right: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newReviewTable .right{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
}

.newReviewTable .center{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 100%;
	vertical-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newReviewTable .full-width{
	font-size: 14px;
	width: 100%;
}

.IMPRESSION{
	width: 100%;
	height: 160px!important;
}

.newReviewTable .submit{
	margin: 16px 0 0 0!important;
}


.reviewsBtnWrap{
	/*padding-bottom: 6px;*/
	border-bottom: 1px solid #e8e8e8;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.reviewsBtnWrap .row{
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 5px 0px;
	font-family: 'roboto_ltregular';
	font-size: 13px;
}

.reviewsBtnWrap .row:last-child{
	margin-right: 0;
}

.reviewsBtnWrap .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

.reviewsBtnWrap .row.article{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #595959;
}

.reviewsBtnWrap .row#itemRating{
	padding-left: 10px;
}

.reviewsBtnWrap .label{
	-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;
	color: #595959;
}

.reviewsBtnWrap .labelDotted{
	-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;
	color: #000000;
	border-bottom: 1px dashed #b9b9b9;
}

.reviewsBtnWrap a.label:hover .labelDotted{
	border-color: #000000;
}

.reviewsBtnWrap a.label:hover{
	color: #000000;
}

.reviewsBtnWrap a.label:active{
	position: relative;
	top: 1px;
}




#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: 34px;*/
	max-width: 200px;
}

#elementContainer .brandImage:hover img{
	opacity: 0.7;
}

#elementContainer .headingBox{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .headingBox .heading{
	display: table-cell;
	vertical-align: top;
	padding-bottom: 12px;
	font-family: 'robotoblack';
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	line-height: 120%;
	color: #06041F;
}

#elementContainer .headingBox .moreProperties{
	vertical-align: top;
	display: table-cell;
	padding-right: 24px;
	padding-left: 12px;
	width: 40%;
	text-align: right;
}

#elementContainer .headingBox .morePropertiesLink{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
	border-bottom: dashed 1px #0161B7;
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	color: #0161B7;
}

#elementContainer .headingBox .morePropertiesLink:hover{
	border-bottom: 0px;
}

#elementContainer .elementProperties .propertyTable{
	table-layout: fixed;
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

#elementContainer .elementProperties .propertyTable{
	font-size: 13px;
}

#elementContainer .elementProperties .propertyTable .propertyName{
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 2px 0;
	color: rgba(6, 4, 31, 0.6);
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}

#elementContainer .elementProperties .propertyTable .propertyValue{
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 2px 0;
	padding-left: 12px;
	width: 50%;
	font-family: 'roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	color: rgba(6, 4, 31, 0.8);
}

#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 solid #cccccc;
	position: absolute;
	margin-left: 12px;
	height: 12px;
	content: '';
	width: 100%;
}

#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: 12px;
	font-size: 16px;
}

#elementContainer .elementSkuPropertyName{
	font-size: 13px;
	color: #888888;
}

#elementContainer .elementSkuPropertyList{
	overflow: hidden;
	list-style: none;
	margin: 0px -2px 0 -4px;
	padding: 0px;
}

#elementContainer .elementSkuProperty{
	overflow: hidden;
	margin: 6px 0 12px;
}

#elementContainer .elementSkuPropertyDropdown{
	margin: 6px 0 12px;
}

#elementContainer .elementSkuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	min-width: 54px;
	padding: 4px 2px 2px 4px;
	float: left;
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink{
	position: relative;
	/*top: -2px;*/
}

#elementContainer .elementSkuProperty .disabled{
	display: none;
}

#elementContainer .elementSkuPropertyLink{
	border: 1px solid #dddddd;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding: 6px 6px;
	display: block;
	color: #000000;
}

#elementContainer .elementSkuPropertyLink:active{
	position: relative;
	top: 1px;
}

#elementContainer .elementSkuPropertyList img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#catalogElement .elementSkuDropDownProperty{
	overflow: visible;
}

#catalogElement .elementSkuDropDownProperty .skuDropdownListItem {
	box-sizing: content-box;
	overflow: visible;
	min-width: auto;
	padding: 0px;
	float: none;
}

#catalogElement .skuDropdown{
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 2px;
	width: 264px;
	margin-top: 4px;
}

#catalogElement .skuCheckedItem{
	background: url(images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	display: block;
	cursor: pointer;
}

#catalogElement .skuCheckedItem:hover{
	opacity: 0.8;
}

#catalogElement .skuCheckedItem:active{
	position: relative;
	top: 1px;
}

#catalogElement .skuDropdown label:before,
#catalogElement .skuCheckboxList label:before {
	display: none;
}

#catalogElement .skuDropdownList {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	visibility: hidden;
	position: absolute;
	list-style: none;
	margin: 0 -1px;
	opacity: 0;
	padding: 0;
	z-index: 2;
	top: 44px;
	right: 0;
	left: 0;
}

#catalogElement .skuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

#catalogElement .pics .skuDropdownList{
	top: 52px;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:first-child{
	border-top: 0px;
}

#catalogElement .skuDropdownList .selected{
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .skuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	display: block;
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.selected .skuPropertyItemLink{
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.disabled{
	display: none;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:active .skuPropertyItemLink,
#catalogElement .skuDropdownList .skuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

.changePropertiesNoGroup{
	margin-top: 24px;
}

#elementContainer #detailText{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	overflow: hidden;
	padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;
}

#elementContainer #detailText .heading{
	border-top: 1px solid #e7e8ea;
	font-family: 'robotoblack';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0;
	font-weight: 800;
	font-size: 20px;
}

#elementContainer #detailText div.changeDescription{
	color: rgba(6, 4, 31, 0.7);
}

#elementContainer #detailText p{
	color: rgba(6, 4, 31, 0.7);
}

#elementContainer #detailText img{
	max-width: 100%;
	height: auto;
}

#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;
}

#related,
#similar{
	margin-top: 24px;
}

#related .heading,
#similar .heading{
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#catalogElement .productList{
	border-left: 0px;
}

#catalogElement .product{
	width: 25%;
}

#giftContainer{
	padding-bottom: 24px;
	margin-top: 24px;
}

#giftContainer .heading{
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#elementProperties{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding: 0 24px;
	overflow: auto;
}

#elementProperties .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotoblack';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0px 24px 0;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

.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: 99%;
	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: #0161B7;
	font-weight: bold;
}

#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("images/question_new.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: 16px;
	width: 16px;
}

#elementProperties .stats .question:hover {
	background: url("images/question_new.png") 0 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("images/question_new.png") 0 0 transparent;
}

#elementProperties .stats tr {
	border: 1px solid #e4e4e4;
}

#elementProperties .stats .gray{
	background-color: #F6F6F6;
}

#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: 12px 0;
}

#elementProperties .stats td {
	padding: 6px 0px;
}

#elementProperties .stats .name {
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	width: 40%;
	padding: 10px;
	border-right: 1px solid #e4e4e4;
}

#elementProperties .stats .name span {
	padding: 0px 10px;
	font-family: 'roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: rgba(6, 4, 31, 0.6);
}

#elementProperties .stats .value {
	padding: 10px 20px;
	font-family: 'roboto'!important;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;
	color: rgba(6, 4, 31, 0.8);
}

#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;
}

#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;
	font-family: 'robotobold';
	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;
	font-weight: bold;
	display: block;
	color: #0161B7;
	height: 25px;
}

#files .item .info .name span{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
	border-bottom: 1px dashed rgba(1, 97, 183, 0.5);
}

#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;
	font-family: 'robotoblack';
	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 .item a.youtube_frame_show{
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#video .item a.youtube_frame_show:hover:before{
	background: url("images/youtube_play_button.png") center center no-repeat #00000080;
}

#video .item a.youtube_frame_show:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: url("images/youtube_play_button.png") center center no-repeat #000000b5;
	transition: all 0.2s ease-in-out;
}

#video .item img.youtube_img_preview{
	width: 100%;
	max-width: 480px;
	max-height: 200px;
}

#video .items.sz1 .item{
	padding: 0px;
	width: 100%;
}

#video .items.sz1 iframe{
	height: 360px;
}

#video .items.sz1 img.youtube_img_preview{
	max-height: 360px;
}

#video .items.sz2 .item{
	width: 50%;
}

#video .items.sz2 iframe{
	height: 300px;
}


#video .items.sz2 img.youtube_img_preview{
	max-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%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("images/exit.png") 0px 0px no-repeat transparent;
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("images/exit.png") 0px -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("images/exit.png") 0px -42px no-repeat transparent;
}

#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: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

/**/
#elementError.review_add_success #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: -270px;
	position: relative;
	overflow: hidden;
	color: #000000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementError.review_add_success #elementErrorContainer p span.important {
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#elementError.review_add_success #elementErrorContainer p span.normal {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

#elementError.review_add_success #elementErrorContainer p span.small {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

#elementError.review_add_success #elementErrorContainer p span a {
	color: #0161B7;
	font-weight: bold;
}

#elementError.review_add_success #elementErrorContainer p a.mail_btn_send_file_to_review {
	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: #fff;
    background: #0061b2;
    width: 140px;
    text-decoration: none;
    margin: 0px auto;
}

#elementError.review_add_success #elementErrorContainer p a.mail_btn_send_file_to_review:hover {
	background: #3d8fdd;
}
/**/

#catalogElement #hint {
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	width: 300px;
	box-shadow: 1px 1px 12px #dbdbdb;
	padding: 12px;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	display: block;
}

#catalogElement #hint ins {
	background: url("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;
}

#skuOffersTable{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#skuOffersTable .offersTableContainer{
	box-sizing: border-box;
	padding: 0px 24px;
}

#skuOffersTable .offersTableContainerBtn{
	margin-top: 24px;
	text-align: center;
}

#skuOffersTable .catalogProductOffersNext img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
}

#skuOffersTable .catalogProductOffersNext.btn-simple{
	border-radius: 4px;
	width: 156px;
}

#skuOffersTable .heading{
	font-family: 'robotomedium';
	text-transform: uppercase;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#skuOffersTable .offersTable{
	/*border-collapse: collapse;*/
	/*border-spacing: 8px;*/
	width: 100%;
}

#skuOffersTable .tb{
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#skuOffersTable .tableElem .tb:hover{
	background-color: #fdfdfd;
}

#skuOffersTable .tc{
	box-sizing: border-box;
	text-align: center;
	padding: 8px 6px;
}

#skuOffersTable .thead{
	border-radius: 4px;
	background: #f1f1f1;
}

#skuOffersTable .thead .tc{
	padding: 12px 6px;
}

#skuOffersTable .tableElem{
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-top: 8px;
}

#skuOffersTable .offersTable th,
#skuOffersTable .offersTable td{
	text-align: center;
}

#skuOffersTable .offersTable th{
	background-color: #f1f1f1;
	padding: 12px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

#skuOffersTable .offersTable td{
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-bottom: 8px;
	padding-top: 8px;
}

#skuOffersTable .offersTable th{
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:first-child,
#skuOffersTable .offersTable td:first-child{
	border-left: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:last-child,
#skuOffersTable .offersTable td:last-child{
	border-right: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable .offersName{
	text-align: left;
	width: 220px;
}

#skuOffersTable .offersTable .offersName + td{
	padding-left: 12px;
}

#skuOffersTable .offersTable .offersPicture{
	width: 96px;
}

#skuOffersTable .offersTable .offersPicture img{
	vertical-align: middle;
	max-height: 54px;
	max-width: 42px;
	height: auto;
	width: auto;
}

#skuOffersTable .offersTable .priceWrap {
	width: 184px;
}

#skuOffersTable .offersTable .quantity img{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
	margin-top: -4px;
}

#skuOffersTable .offersTable .price{
	font-family: "robotomedium";
	position: relative;
	font-size: 16px;
}

#skuOffersTable .offersTable .quanBaskWrap{
	width: 250px;
	padding: 0;
}

#skuOffersTable .offersTable .quanBaskWrap .tc{
	width: 50%;
}

#skuOffersTable .offersTable .basket{
	padding-right: 12px;
}

#skuOffersTable .offersTable .price .priceIcon{
	margin-right: 6px;
}

#skuOffersTable .offersTable .price .lnk{
	border-bottom: 1px dashed #000000;
	transition: all 0.2s ease-in-out;
	padding-bottom: 2px;
}

#skuOffersTable .offersTable .price:hover .lnk{
	border-color: #888888;
}

#skuOffersTable .offersTable .property{
	/*font-family: "robotobold";*/
	font-size: 14px;
}

#skuOffersTable .offersTable .discount{
	font-family: 'roboto_ltregular';
	position: absolute;
	font-size: 13px;
	color: #888888;
	display: block;
	right: -12px;
	top: -16px;
}

#skuOffersTable .offersTable .basket .addCart{
	/*width: 76px;*/
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 12px;
	color: #ffffff;
	height: 30px;
}

#skuOffersTable .offersTable .basket .addCart.requestPrice{
	margin-top: 0px;
}

#skuOffersTable .offersTable .basket .addCart:active{
	position: relative;
	top: 1px;
}

#skuOffersTable .offersTable .basket .addCart img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -4px;
}

#skuOffersTable .outOfStock{
	color: #888888;
}

#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;
	font-family: 'robotobold';
	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-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure{
	font-size: 16px;
}

#complect .complectListItemPrice .discount{
	font-family: 'roboto_ltregular';
	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{
	font-family: 'robotobold';
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount{
	font-family: 'roboto_ltregular';
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}

#complect .complectResultEconomy{
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue{
	font-family: 'robotobold';
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after{
	font-family: 'roboto_thregular';
	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);
}

#zoomer #zoomerExitLink{
	background: url(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(images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}

#zoomerBigNextMore{
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore{
	background: url(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;
}

.catalogProductOffersPager{
	text-align: center;
}

.catalogProductOffersNext{
	margin-top: 24px;
}

#catalogElement input[type="radio"]:not(checked){
	position: absolute;
	opacity: 0;
}

#catalogElement input[type="radio"] + label{
	cursor: pointer;
}

#catalogElement input[type="radio"]:not(checked) + label{
	position: relative;
	padding-left: 28px;
}

.smallSpecialTime{
	padding-bottom: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}

.smallSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.smallSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.smallSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
}

.smallSpecialTime .specialTimeItemlabel{
	font-family: "roboto_ltregular";
	font-size: 12px;
}

.detail-text-wrap{
	box-sizing: border-box;
	margin-top: 12px;
	padding: 0 24px 24px;
	border-top: 1px solid #ededed;
}

.detail-text-wrap .heading {
	font-family: "robotomedium";
	padding: 30px 0 0px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items-wrap{
	box-sizing: border-box;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0 24px;
	border-top: 1px solid #ededed;
}

.new-list-items-wrap .heading{
	display: block;
	padding: 36px 0 18px;
	font-family: "robotomedium";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#catalogReviews .heading{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#catalogReviews .heading h4{
	display: inline;
	font-family: 'robotoblack';
	font-style: normal;
	font-weight: 800;
	font-size: 21px;
	line-height: 120%;
	color: #06041F;
}

#reviews .reviewTable .reviewColumn h5.label{
	font-weight: normal;
	margin-top: 0px;
}

#reviews .reviewTable .reviewColumn h5.label span{
	/*color: #416029;*/
}

#elementContainer .new-list-items{
	max-width: none;
	margin: 0 -12px;
	font-size: 0;
}

.new-list-items .list-item-wrap{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

.new-list-items .list-item{
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}

.new-list-items .image{
	width: 54px;
	padding-right: 18px;
}

.new-list-items .image-container{
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.new-list-items .image-container:hover{
	opacity: 0.9;
}

.new-list-items .image-container:active{
	position: relative;
	top: 1px;
}

.new-list-items .text{
	color: #000000;
}

.new-list-items .name{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

.new-list-items .name:active{
	position: relative;
	top: 1px;
}

.new-list-items .price{
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold"
}

.new-list-items .old-price{
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*3D-MODEL*/
section#container.three_d_view{
  width: 100%;
  height: 100%;
}
section#container.three_d_view .threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
section#container.three_d_view .threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
section#container.three_d_view .threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
section#container.three_d_view .threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
section#container.three_d_view .threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
}
section#container.three_d_view .threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#container.three_d_view .threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
section#container.three_d_view .threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
section#container.three_d_view .threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(images/3d_view/sprites.png) no-repeat;
  text-indent: -99999px;
}
section#container.three_d_view .threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0;
}
section#container.three_d_view .threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px;
}
section#container.three_d_view .threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px;
}
section#container.three_d_view .threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px;
}
/* html */
section#container.three_d_view:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
section#container.three_d_view:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

/*3D-MODEL-BOX*/
div.type_view.active{
	display: block;
}
div.type_view{
	display: none;
}
div.three_d_view_buttons{
	width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
}
div.three_d_view_buttons .button{
	background: #f3f3f3;
	color: #000;
	padding: 10px 30px;
	cursor: pointer;
}
div.three_d_view_buttons .button:hover{
	background: #0061b2;
	color: #fff;
}
div.three_d_view_buttons .button.active{
	background: #0061b2;
	color: #fff;
}
@media (max-width: 768px) {
	div.three_d_view_buttons{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-around;
		align-items: center;
		padding: 10px 0px;
	}
}
/*3D-MODEL-MODAL-WINDOW*/

/* свойства модального окна по умолчанию */
.modal_three_d_view {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
}

.modal_three_d_view.open {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}

/* ширина модального окна и его отступы от экрана */
.modal_three_d_view-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

@media (min-width: 576px) {
  .modal_three_d_view-dialog {
	max-width: 1000px;
	margin: 30px auto;
  }
}

/* свойства для блока, содержащего контент модального окна */
.modal_three_d_view-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

@media (min-width: 768px) {
  .modal_three_d_view-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

/* свойства для заголовка модального окна */
.modal_three_d_view-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal_three_d_icon{
	width: 65px;
	height: 50px;
	background: url(images/3d_view/3d_visualization_big.png) no-repeat center center;
}

.modal_three_d_view-title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1rem;
	font-weight: 700;
}

/* свойства для кнопки "Закрыть" */
.close_three_d_view {
  float: right;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close_three_d_view:focus,
.close_three_d_view:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal_three_d_view-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}

/*ТУТ НОВЫЕ КАРТИНКИ В КАРТОЧКЕ ТОВАРА*/
div.new_picture_block{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}

div.new_picture_block .left_col{
	width: 15%;
	height: 100%;
}

div.new_picture_block .left_col div.top_icon{
	width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto 10px auto;
    border: solid 1px #eee;
	cursor: pointer;
}

div.new_picture_block .left_col div.top_icon:hover{
    border: solid 1px #000;
}

div.new_picture_block .left_col div.top_icon.three_d_object{
	background: url("images/3d_view/3d_visualization_new.png") no-repeat center center #fff;
}

div.new_picture_block .left_col div.top_icon.youtube_icon_detail{
	background: url("images/3d_view/youtube_btn_new.png") no-repeat center center #fff;
}

div.new_picture_block .right_col{
	width: 85%;
	height: 100%;
}

.lizing_buy{
	text-decoration: none;
	display: inline-block;
    width: 220px;
    height: 45px;
	font-family: 'roboto_condensedlight';
	transition: all 0.2s ease-in-out;
	font-size: 15px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(6, 4, 31, 0.3);
    border-radius: 3px;
    color: rgba(6, 4, 31, 0.6);
}

.lizing_buy:hover{
	color: #000;
}

.rassrochka_buy{
	text-decoration: none;
	display: inline-block;
    width: 220px;
    height: 45px;
	font-family: 'roboto_condensedlight';
	transition: all 0.2s ease-in-out;
	font-size: 15px;
    line-height: 45px;
    text-align: center;
    background: #5cc35c;
    border: 1px solid #5cc35c;
    border-radius: 3px;
    color: #fff;
}

.rassrochka_buy:hover{
	background: #78c578;
}

@media (max-width: 425px)
{
	.lizing_buy, .rassrochka_buy{
		width: 147px;
	}
}

/*ОТП рассрочка*/
.otp_plashka_main_block{
	width: 220px;
	text-align: right;
}

.otp_plashka_main_block a.otp_vopros img.otp_vopros{
	margin: 0px 0px 10px 0px!important;
	padding: 0px!important;
	border: solid 1px transparent;
}

.otp_plashka_main_block .otp_plashka_green{
	border: solid 1px #96BD0D;
	border-radius: 10px;
	background: #fff;
	padding: 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}

.otp_plashka_main_block .otp_plashka_green__caption{
	text-align: center;
	color: #1A171B;
	font-size: 20px;
	margin-bottom: 10px;
}

.otp_plashka_green__caption span{
	font-weight: bold;
}

.otp_plashka_main_block .otp_plashka_white{
	background: #fff;
	border: solid 1px #96BD0D;
	border-radius: 10px;
	margin-bottom: 10px;
	height: 20px;
	padding: 5px;
	text-align: center;
	color: #020202;
	font-size: 15px;
	line-height: 20px;
}

.otp_plashka_white span{
	font-weight: bold;
}

.otp_plashka_main_block .otp_plashka_buttons{
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.otp_plashka_buttons .otp_block_btn{
	width: 48%;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-radius: 5px;
	text-align: center;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	font-size: 12px;
	line-height: 12px;
	min-height: 40px;
}

.otp_plashka_buttons .otp_block_btn img{
	margin: 0px!important;
	padding: 0px!important;
}

.otp_plashka_buttons .otp_plashka_buttons_calculator{
	background: #FFD543;
	color: #474747;
}

.otp_plashka_buttons .otp_plashka_buttons_calculator:hover{
	background: #ffde61;
}

.otp_plashka_buttons .otp_plashka_buttons_oformit{
	background: #0068FF;
	color: #fff;
}

.otp_plashka_buttons .otp_plashka_buttons_oformit:hover{
	background: #2178f7;
}

.otp_plashka_main_block a.otp_rassrochka_buy{
	font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    padding: 5px 15px;
    background: #FDD540;
    color: #474747;
    text-decoration: none;
    border-radius: 10px;
    height: 15px;
	border: solid 1px #FDD540;
}

.otp_plashka_main_block a.otp_lizing_buy{
	font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 0px 10px;
    background: #FDD540;
    color: #474747;
    text-decoration: none;
    border-radius: 10px;
    height: 30px;
    text-align: center;
	border: solid 1px #FDD540;
}

.otp_plashka_main_block a.otp_rassrochka_buy:hover,
.otp_plashka_main_block a.otp_lizing_buy:hover{
	background: #ffde61;
}

#appOtpBankModal{
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
	display: none;
}

#appOtpBankModalContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	background-color: #ffffff;
	margin-left: -250px;
	margin-top: -300px;
	position: absolute;
	overflow: hidden;
	height: 600px;
	width: 500px;
	left: 50%;
	top: 50%;
}

#appOtpBankModalContainer .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	width: 90%;
	text-align: left;
}

#appOtpBankModalContainer .heading{
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	height: 60px;
	background-color: #424242;
    color: #ffffff;
}

#appOtpBankModalContainer .title{
	margin-bottom: 12px;
	text-align: center;
	margin-right: 24px;
	font-size: 16px;
	display: block;
}

#appOtpBankModalContainer .otp_bank_logo_block{
	margin-bottom: 15px;
	text-align: center;
}

#appOtpBankModalContainer .simple_row{
	margin-bottom: 15px;
	width: 100%;
}

#appOtpBankModalContainer span.yellow_caption{
	display: block;
	margin-bottom: 10px;
	background: #FFD543;
	color: #000;
	font-size: 14px;
    line-height: 20px;
    font-weight: bold;
	width: 110px;
	padding: 2px 10px;
    border-radius: 5px;
    text-align: left;
}

#appOtpBankModalContainer select{
	border-radius: 10px;
    padding: 0 10px;
	width: calc(100% - 20px);
    height: 40px;
	border: solid 1px #96BD0D;
    color: #000;
	font-size: 20px;
    font-weight: bold;
}

#appOtpBankModalContainer .simple_input{
	border-radius: 10px;
    padding: 0 14px;
	width: calc(100% - 28px);
    height: 40px;
	border: solid 1px #96BD0D;
    color: #000;
	font-size: 20px;
	line-height: 40px;
    font-weight: bold;
}

#appOtpBankModalContainer select:focus{
	outline: none;
}

#appOtpBankModalContainer a.otp_block_btn{
	width: 95px;
	text-decoration: none;
	padding: 5px 0px;
	border-radius: 5px;
	text-align: center;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	font-size: 12px;
	line-height: 12px;
	min-height: 40px;
	background: #0068FF;
    color: #fff;
	font-weight: bold;
	margin: 0px 0px 0px auto;
}

#appOtpBankModalContainer a.otp_block_btn:hover{
	background: #2178f7;
}

#appOtpBankModalContainer a.otp_block_btn img{
	margin: 0px!important;
	padding: 0px!important;
}

#appOtpBankModalContainer .info{
	text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
}

#OtpBankModalOpenContainer{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#appOtpBankModal .close{
	background: url(images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appOtpBankModal .close:hover{
	background-position: 0 -21px ;
}

#appOtpBankModal .close:active{
	background-position: 0 -42px ;
}

@media (max-width: 425px){
	.otp_plashka_main_block{
		width: 100%;
	}
}

@media (max-width: 500px){
	#appOtpBankModalContainer{
		width: 100%;
		margin-left: -50vw;
	}
}

@media (max-width: 330px){
	#appOtpBankModalContainer{
		width: 320px;
		margin-left: -160px;
	}
}