@import "/style/Site/Events.css";
@import "/style/Site/About.css";
@import "/style/Site/Designers.css";
@import "/style/Site/Item/itemPhotos.css";
@import "/style/Site/FAQ.css";
@import "/style/page/socials.css";

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	visibility: visible;
	text-shadow: 0 1px 0 #fff;
	background: #fafafa;
	font-family: "PT Sans",arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #444;

	-webkit-text-size-adjust: none;
/*
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
}

::-moz-selection {
	text-shadow: none;
	background: #37a2d3;
	color: #fff;
}

::selection {
	text-shadow: none;
	background: #37a2d3;
	color: #fff;
}

.width {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 100%;
}

.body {
	position: relative;
	margin-bottom: -323px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.push {
	height: 351px;
}

.footer {
	position: relative;
	box-sizing: border-box;
	background: #f5f5f5;
	border-top: solid 1px #ebebeb;
	box-shadow: 0 1px 0 0 #fff inset;
	height: 323px;
}



.minimal .body {
	margin-bottom: -113px;
}

.minimal .push {
	height: 140px;
}

.minimal .footer {
	height: 112px;
}



.Loading {
	position: fixed;
	padding: 2px 6px;
	text-shadow: none;
	background: #d2222e;
	color: #fff;
	top: 12px;
	right: 12px;
	z-index: 1000;
}




section {
	margin: 0 0 40px 0;
}
h1 + section {
	margin-top: 20px;
}

figure {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}

small {
	font-size: 1em;
}

a, a:visited {
	color: #0091c7;
}

.noTouch a:hover, ins {
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 1em;
}

button, .buttonHref, .buttonHref:visited {
	display: inline-block;
	padding: 6px 16px 5px 16px;
	text-align: center;
	background: -moz-linear-gradient(#fafafa, #eaeaea);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));
	background: -o-linear-gradient(#fafafa, #eaeaea);
	background: linear-gradient(#fafafa, #eaeaea);
	background-color: #f2f2f2;
	border: solid 1px #cbcbcb;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #fff inset;
	font-family: "PT Sans",arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 1em;
	color: #222;
	cursor: pointer;
}

.noTouch button:hover, .noTouch .buttonHref:hover, .comparingButton {
	background: -moz-linear-gradient(#f0f0f0, #e0e0e0);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
	background: -o-linear-gradient(#f0f0f0, #e0e0e0);
	background: linear-gradient(#f0f0f0, #e0e0e0);
	background-color: #ebebeb;
}

button::-moz-focus-inner {
	border: 0;
}

.buttonHref {
	text-decoration: none;
}

button.disabled, .noTouch button.disabled:hover, .buttonHref.disabled, .noTouch .buttonHref.disabled:hover {
	background: #fcfcfc;
	border: solid 1px #ababab;
	color: #666;
	cursor: default;

	text-shadow: none;
	box-shadow: none;
}




.topMenu, .footer {
	font-size: 12px;
	line-height: 18px;
}

.topMenu {
	position: fixed;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f8f8f8));
	background: linear-gradient(#fcfcfc, #f8f8f8);
	background-color: #f9f9f9;
	border-bottom: solid 1px #e1e4e6;
	font-size: 11px;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 900;
}

.pageMenu, #bag, .qForm {
	position: absolute;
}

.pageMenu {
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
	top: 4px;
	left: 10px;
}

.pageMenu li {
	float: left;
}

.pageMenu a, .pageMenu a:visited {
	display: inline-block;
	padding: 2px 7px;
	color: #222;
}

.pageMenu a.current {
	text-shadow: 0 1px 0 #4b5055;
	background: #6b737a;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 #5b6269 inset, 0 1px 0 0 #fff;
}

.pageMenu a.current, .pageMenu a.current:visited {
	color: #fff;
}



.qForm {
	top: 3px;
	right: 225px;
}

.qForm > ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -98px -34px;
	border: none;
	box-shadow: none;
	top: 7px;
	left: 6px;
	width: 12px;
	height: 13px;
}

.qForm button {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ededed));
	background: linear-gradient(#f9f9f9, #ededed);
	background-color: #f2f2f2;
	border: solid 1px #e8e8e8;
/*
	border-top: solid 1px #fff;*/
	border-bottom: solid 1px #acadad;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 1px 0 0 #e8e8e8;
	top: 0;
	right: -1px;
	bottom: 0;
	width: 24px;
}

.qForm button ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -98px -47px;
	top: 7px;
	left: 7px;
	width: 9px;
	height: 7px;
}

.qForm input[type="text"] {
	padding: 0 30px 0 20px;
	box-sizing: border-box;
	border: solid 1px #c8cacc;
	font-size: 12px;
	line-height: 22px;
	width: 200px;
	height: 22px;
}

.qForm input[type="text"]:focus {
	border-color: #999;
}
/*---
input[type="text"].qFormEmpty {
	background: -moz-linear-gradient(#eee, #f5f5f5);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#f5f5f5));
	background: -o-linear-gradient(#eee, #f5f5f5);
	background: linear-gradient(#eee, #f5f5f5);
	color: #666;
}*/




#bag {
	top: 3px;
	right: 0;
}

#bag a, #bag a:visited {
	display: block;
	padding: 0 10px 0 27px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #9e2900;
	background: #ce5c00;
	border: solid 1px #bd5500;
	border-top: solid 1px #ac4d00;
	border-bottom: solid 1px #c95a00;
	box-shadow: 0 2px 2px 0 #bd5500 inset;
	border-radius: 4px;
	line-height: 22px;
	color: #fff;
	height: 22px;
}

.noTouch #bag a:hover u {
	text-decoration: none;
}

#bag ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -140px -39px;
	top: 6px;
	left: 8px;
	width: 14px;
	height: 13px;
}

#bag a.bagEmpty {
	text-shadow: 0 1px 0 #fff;
/*---
	background: -moz-linear-gradient(#d8d8d8, #ebebeb);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d8d8d8), to(#ebebeb));
	background: -o-linear-gradient(#d8d8d8, #ebebeb);
	background: linear-gradient(#d8d8d8, #ebebeb);
	background-color: #ebebeb;*/
	background: #fff;
	border: solid 1px #efefef;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #fff;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #efefef inset;
	color: #444;
}

#bag .bagEmpty ins {
	background-position: -140px 0;
	top: 5px;
}



.header {
	position: relative;
	height: 128px;
}

.logo, .icons {
	position: absolute;
}

.logo {
	display: block;
	top: 61px;
	left: 10px;
	height: 36px;
}

.logo img, .logo svg {
	display: block;
	width: 161px;
	height: 36px;
}



.minimal .header {
	height: 108px;
}

.minimal .logo {
	top: 36px;
	left: 720px;
}

.back {
	position: absolute;
	padding: 0 0 0 21px;
	background: url("/images/bg-back.png") no-repeat 0 0;
	font-size: 14px;
	line-height: 30px;
	top: 39px;
	left: 0;
	width: 137px;
	height: 30px;
}

a.back, a.back:visited {
	text-decoration: none;
	color: #222;
}

.noTouch a[href].back:hover {
	text-decoration: underline;
}
/*
.back ins {
	1display: block;

	position: absolute;
	border-style: solid;
	border-color: #fafafa transparent #fafafa transparent;
	border-width: 15px 14px 15px 0;
-moz-border-bottom-colors: none;
	width: 0;
	height: 0;


}

.backAroow {
}

.backAroowInner {
	display: none;
}


.backAroow3 {
    -moz-border-bottom-colors: none;
    -moz-border-end-style: dotted;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
    border-style: solid;
    border-width: 100px 0 100px 50px;
    margin-top: -100px;
    position: absolute;
    right: 0;
    top: 50%;


	display: block;
	border-style: solid;
	border-color: #fafafa transparent #fafafa transparent;
	border-width: 15px 14px 15px 0;
	width: 0;
	height: 0;
}

.backAroow4 {

    color: #000000;
    font: 0.8em Arial,Helvetica,sans-serif;


    border-collapse: collapse;
    font-size: 100%;


    -moz-border-bottom-colors: none;
    -moz-border-end-style: dotted;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
    border-style: solid;
    border-width: 100px 0 100px 50px;
    margin-top: -100px;
    right: 0;
    top: 50%
}      */



.icons, .icons a, .icons a:visited {
	color: #444;
}

.icons {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 15px;
	top: 61px;
	left: 240px;
}

.icons li {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 40px;
	float: left;
	width: 180px;
}

.icons a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 2px 0 0 0;
}

.icons a:last-child, .icons a:last-child:visited {
	font-size: 12px;
	line-height: 14px;
	color: #666;
}

.iconsRegion a:first-child, .iconsRegion a:first-child:visited {
	padding-top: 4px;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
	color: #444;
}

.noTouch .iconsRegion a:hover {
	text-decoration: underline;
}

.iconsRegion .dashed {
	display: inline-block;
}

.icons ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -202px -29px;
	top: 4px;
	left: 0;
	width: 29px;
	height: 29px;
}

.iconsPhone .phone, .iconsPhone a.phone, .iconsPhone a.phone:visited, .icons .hours, .iconsRegion .city {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	white-space: nowrap;
}

.iconsRegion .city {
	display: block;
	padding: 2px 0 0 0;
}

.iconsPhone ins {
	background-position: -202px 0;
}

.iconsHours ins {
	background-position: -202px -58px;
}



.footerMenu, .handcrafted, .copy {
	position: absolute;
}

.footerMenu {
/*
	margin: 0 0 0-40px;*/
	top: 20px;
	left: 0;

	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	width: 100%;
}
.footerMenu article > .title {
	font-size: 16px;
	font-weight: bold;
}

.footerMenu ul, .footerMenuItem {
/*
	margin: 0 0 0 40px;*/
	padding: 0;
	list-style: none;
/*
	float: left;
	width: 200px;*/
}
.footerMenuItem {
	width: 200px;
}

.footerMenu li {
	padding: 5px 0 6px 0;
/*
	padding: 5px 0 6px 14px;
	background: url("/images/bg-bullet.png") no-repeat 5px 12px;
	border-bottom: solid 1px #ebebeb;
	box-shadow: 0 1px 0 0 #fff;*/
	font-size: 13px;
}

.footerMenu a, .footerMenu a:visited {
	color: #444;
}

.footerMenuItem .phone {
	display: block;
	margin: 16px 0 0 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	white-space: nowrap;
}
.footerMenuItem .phone + p {
	margin-top: 10px;
}
.footerMenuItem .email {
	display: inline-block;
	margin: 0px 0 10px 0;
}
.footerMenuItem p {
	margin: 0;
}

.handcrafted {
	font-size: 10px;
	line-height: 1em;
	color: #aaa;
	top: 23px;
	right: 149px;
}

.handcrafted img {
	margin-top: -1px;
}

.copy {
	bottom: 30px;
	left: 1px;
}
.minimal .copy {
	bottom: 30px;
}



/*
.cnt {
	overflow: hidden;
}*/
.cnt:after {
	display: block;
	clear: both;

	content: '';
}

.left {
	float: left;
}

.right {
	float: right;
}

.w14 {
	width: 220px; 
	min-width: 220px; 
}

.w24 {
	width: 460px;
}

.w34 {
	width: 700px;
}

.clearFix {
	clear: both;
}



.bnr, #homeLeft {
	margin: 0 0 40px 0;
}

.groups, .groups li, .groups ul {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
/**/
	list-style: none;
}
/**/
.groups li {
	margin: 0;
}

.groups li li a {
	padding-left: 20px;
}

#homeLeft .groups, .groups li ul {
	margin: 0;
}

.groups a, .groups a:visited {
	display: block;
	position: relative;
	padding: 5px 25px 4px 10px;
	text-decoration: none;
	border: solid 1px #e1e4e6;
	border-top: none;
	font-size: 13px;
	line-height: 20px;
	box-shadow: 0 1px 0 0 #fff inset;
}

.noTouch .groups > li > a:hover {
	background: linear-gradient(#deeaf1, #f2f7fa);
	background-color: #eaf2f7;
	border-bottom: solid 1px #fff;
	box-shadow: 0 1px 4px 0 #cbdae7 inset;
}

.groups li li a {
	background: linear-gradient(#deeaf1, #f2f7fa);
}

.noTouch .groups li li a:hover {
	background: linear-gradient(#deeaf1, #f2f7fa);
	box-shadow: 0 1px 4px 0 #cbdae7 inset;
}

.groups .current > a.groupsItemHref, .groups .current > a.groupsItemHref:visited, .noTouch .groups .current > a.groupsItemHref:hover, a.groupsBack, a.groupsBack:visited, .noTouch a.groupsBack:hover {
/*
	padding: 5px 26px 5px 11px;*/
	text-shadow: 0 1px 0 #0052c5;
	background: linear-gradient(#40b2db, #2c8ecb);
	background-color: #37a2d3;
	box-shadow: none;
/*
	border: none;*/
	border-color: #2b8dca;
	font-size: 14px;
	color: #fff;
}

.groups .current > a.groupsItemHref, .groups .current > a.groupsItemHref:visited, .noTouch .groups .current > a.groupsItemHref:hover {
	box-shadow: 0 1px 0 0 #8dd1ea inset;
}

.noTouch .groups .current > a[href].groupsItemHref:hover, .noTouch a[href].groupsBack:hover {
	text-decoration: underline;
}

.groups a.groupsBack, .groups a.groupsBack:visited, .noTouch .groups a.groupsBack:hover {
/*
	padding: 5px 26px 5px 22px;*/
	padding-left: 22px;
	background: linear-gradient(#2074b9, #36a0cf);
	background-color: #2677ba;
	box-shadow: none;
	font-size: 12px;
}

.groups a.groupsBack {
	display: none;
}

.groups a.groupsBack.itemBack {
	display: block;
}

/*--
.groups li:first-child a {
	border-top: solid 1px #e1e4e6;
}

.groups li:first-child .current > a.groupsItemHref {
	border-top: solid 1px #8dd1ea;
}*/
/*
.groupsItemHref ins {
	display: none;
}

@media only screen and (min-device-width: 1024px) {
*/
	.noTouch .groupsItemHref:hover ins, .groups .current > .groupsItemHref ins {
		display: block;
		position: absolute;
		background: url("/images/icons.png") -98px 0;
		top: 6px;
		right: 6px;
		width: 16px;
		height: 17px;
	}

	.noTouch .groupsItemHref:hover ins {
		background-position: -98px 0;
	}

	.groups .current > .groupsItemHref ins {
		background-position: -98px -17px;
	}
/*
}*/


a.groupsBack ins, .noTouch a.groupsBack:hover ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") -66px -35px;
/*
	background-position: -66px -35px;*/
	top: 14px;
	right: auto;
	left: 10px;
	width: 8px;
	height: 6px;
}


.groups .to-solution a.groupsItemHref, .groups .to-solution a.groupsItemHref:visited {
	background: linear-gradient(#fcfaf9, #f8f4f1);
	border-color: #f2e5da;
	box-shadow: 0 1px 0 0 #e1e4e6 inset;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	color: #d96406;
}
.noTouch .groups .to-solution a.groupsItemHref:hover {
	background: linear-gradient(#f3eae1, #fbf8f5);
	border-color: #f2e5da;
	box-shadow: 0 1px 0 0 #e1e4e6 inset, 0 1px 3px 0 rgba(143, 86, 40, 0.4) inset;
}
.groups .to-solution.current a.groupsItemHref, .groups .to-solution.current a.groupsItemHref:visited, .noTouch .groups .to-solution.current a.groupsItemHref:hover {
	background: linear-gradient(#e8a34f, #dc7635);
	border-color: #e69b4a;
	box-shadow: 0 1px 0 0 #e69b4a inset;
	text-shadow: 0 1px 0 #b85805;
	color: #fff;
}
.noTouch .to-solution .groupsItemHref:hover ins {
	background-position: -160px -78px;
}
.groups .to-solution.current > .groupsItemHref ins {
	background-position: -160px -95px;
}

.groups2 {
	margin: 0 0 20px 0;
	font-size: 14px;
}
.groups2 li a {
	display: inline-block;
	margin: 0 0 10px 10px;
}
.groups2 .to-shop a {
	display: block;
	margin-left: 0;
	padding: 5px 5px 5px 28px;
	text-shadow: none;
	background: linear-gradient(#40b2db, #2c8ecb);
	background-color: #37a2d3;
	box-shadow: 0 1px 0 0 #8dd1ea inset;
	border-color: #2b8dca;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.groups2 .to-shop a img {
	top: 10px;
	lefT: 9px;
}
.groups2 .to-main a {
	font-size: 14px;
	color: #444;
}
.groups2 .current a {
	color: #d96406;
}


nav > ul, nav > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
.topGroups {
	margin: 0 0 20px -20px;
}
.topGroups ul {
	display: flex;
}
.topGroups li {
	flex: 1 0 auto;
}
.topGroups a, .topGroups .current a[href] {
	display: block;
	padding: 4px 10px 4px 10px;
	text-align: center;
	text-shadow: none;
	background: #6b737a;
	border: solid 1px #676f75;
	border-left: 0;
	box-shadow: 0 1px 3px 0 rgba(58, 58, 24, 0.4) inset;
	color: #fff;
}
.topGroups a[href] {
	background: linear-gradient(#f9f9f9, #f1f1f1);
	border-color: #d6d6d6;
	box-shadow: 0 1px 0 0 #fbfbfb inset;
	color: #444;
}
.topGroups li:first-child a {
	padding-left: 30px;
}
.topGroups li:last-child a {
	border-radius: 0 3px 3px 0;
}*/

.solutions li {
}
.solutions li a[href] {
	display: block;
	margin: 0 0 20px 0;
	background: #fff;
	border: solid 1px #e6e6e6;
	text-decoration: none;
	color: #444;
	overflow: hidden;
}
.noTouch .solutions li a[href]:hover {
	background: #f2f7fa; /*linear-gradient(#f2f7fa, #deeaf1);*/
}
.solutions .to-text {
	display: block;
	margin: 0 340px 0 0;
	padding: 18px 30px;
	box-sizing: border-box;
}
.solutions .title {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
}
.solutions a > img {
/*
	margin: -1px -1px -1px 0;*/
	float: right;
}

.to-icon {
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
}
.to-icon img {
	position: absolute;
	top: 2px;
	left: 0;
}
.solutions .designer {
	display: block;
	margin-top: 15px;
}
.solutions .designer .to-icon {
	text-decoration: underline;
}

.solution .to-images {
	display: grid;
	grid-gap: 20px;
	grid-template-columns:
		auto	100px;
}
.solution .to-images img {
	display: block;
	width: 100%;
}
.solution > .to-text {
/*
	display: flex;*/
	margin-bottom: 20px;
	padding: 20px 20px 20px 0;
	background: #fff;
	border: solid 1px #e6e6e6;
/*
	border-top: 0;*/
}
.solution > .to-text .text, .solution > .to-text .info {
	margin-left: 20px;
}
.solution > .to-text .text {
	flex-grow: 1;
}
.solution > .to-text .info .itemDeliveryBox {
	margin-bottom: 0;
}

.solution .to-images {
	position: relative;
}
.solution .images {
	display: block;
	overflow: hidden;
}
/*
.solution .images, .solution .images li {
	width: 700px;
}*/

.solution .to-images ul::-webkit-scrollbar,
.solution .to-images ul::-webkit-scrollbar  {
	background: #eee;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	width: 10px;
	height: 10px;
}
.solution .to-images ul::-webkit-scrollbar-thumb,
.solution .to-images ul::-webkit-scrollbar-thumb {
	background: #ccc;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}

.solution .to-images ul {
	-ms-scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: snapInterval(0%, 100%);

	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
.solution .to-images ul li {
	-ms-scroll-chaining: chained;
	-ms-overflow-style: none;
	-ms-content-zooming: zoom;
	-ms-scroll-rails: none;
	-ms-scroll-limit-x-min: 100%;
	-ms-scroll-limit-x-max: 500%;
	-ms-scroll-snap-type: proximity;
	-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	-ms-overflow-style: none;

	scroll-snap-align: center;
}

.solution .images ul {
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.solution .list ul {
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%;
}

.solution .images li,
.solution .points li {
	display: inline-block;
	vertical-align: middle;
}
.solution .images li {
	position: relative;
}
.solution .list li.current {
	opacity: 0.5;
}
.solution .images li .point {
	position: absolute;
	margin: -6px 0 0 -6px;
	background: rgba(0, 145, 199, 0.4);
	border-radius: 12px;
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.solution .images li .point:after {
	display: block;
	margin: 4px 0 0 4px;
	background: rgba(0, 145, 199, 1);
	border-radius: 12px;
	width: 4px;
	height: 4px;
	content: "";
}
.noTouch .solution .images li .point:hover {
	background: rgba(68, 68, 68, 0.4);
}
.noTouch .solution .images li .point:hover:after {
	background: rgba(68, 68, 68, 1);
}
.solution .images li .point .title {
	display: none;
}
.solution .images li .point:hover .title {
	display: block;
	position: absolute;
	padding: 5px 10px;
	background: rgba(68, 68, 68, 0.6);
	border-radius: 5px;
	text-shadow: none;
	text-align: center;
	color: #fff;
	white-space: normal;
	min-width: 175px;
	left: -90.5px;
	bottom: 17px;
	z-index: 1;
}
.solution .images li .point:hover:before {
	display: block;
	position: absolute;
	margin: 0 0 0 -6px;
	border: solid 6px transparent;
	border-left-color: rgba(68, 68, 68, 0.6);
	transform: rotate(90deg);
	top: -5px;
	left: 50%;
	content: "";
}
.solution .list {
	overflow: hidden;
}
.solution .list li {
	margin: 20px 0 0 0;
}
.solution .list li:first-child {
	margin-top: 0;
}
.solution .list img {
	cursor: pointer;
}
.solution .points {
display: none;
	position: absolute;
	background: #fff;
	font-size: 10px;
	bottom: 20px;
	left: 20px;
}
.solution .points ul {
	white-space: nowrap;
}
.solution .points a {
	display: block;
}
.solution .points .prev, .solution .points .next {
	padding: 0 5px;
	font-size: 12px;
	cursor: pointer;
}


.solution .subInfo {
	display: flex;
	justify-content: space-around;
	margin: 15px 0 0 0;
}
.solution .subInfo .designer {
	flex-grow: 1;
	margin: 0 20px;
}
.solution .subInfo .designer a[href] {
	color: inherit;
}
.solution .to-likes {
	display: flex;
	margin: 0 20px;
}
.solution .to-likes a[href] {
	margin: 0 10px;
	text-decoration: none;
	color: #d8695a;
}
.solution .to-likes a[href]:first-child {
	color: #72a434;
}
.solution .to-likes a[href]:first-child img {
	top: -1px;
}
.solution .to-likes img {
	top: 3px;
}

.solution .notRestInfo {
	margin: -20px 0 20px 0;
	padding: 10px 20px;
	background: #e6e6e6;
	border-radius: 0 0 4px 4px;
	color: #777;
}

.solution .to-items {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 60px;
}
.solution .to-items .item {
	display: flex;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.solution .to-items .item img {
	display: block;
	width: 80px;
	height: 80px;
}
.solution .itemComponentsItemCheck {
	left: auto;
	right: 9px;
	cursor: pointer;
}
.solution .to-items .item .to-text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 0px 30px 0 20px;
}
.solution .to-items .item .price {
	font-size: 14px;
	font-weight: bold;
}
.solution .to-items .item .oldPrice {
	margin-right: 5px;
	text-decoration: line-through;
}
.solution .to-items .item a[href] {
	color: inherit;
	text-decoration: none;
}
.solution .to-items .item .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #37a2d3;
}



.is-complect .itemImage {
	display: flex;
	margin: 0 0 20px 0;
}
.is-complect .itemImageWrap {
}
.is-complect .itemPhotos {
	position: relative;
	margin: 0 0 0 20px;
	overflow: hidden;
	min-width: 100px;
}
.is-complect .itemPhotos .scroll {
	position: absolute;
	padding: 0 30px 30px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 0;
	bottom: -30px;
	left: 0;
	width: 100%;
}
.is-complect .itemPhotos a {
	margin-left: 0;
	border: 0;
	width: 100px;
}
.is-complect .itemPhotos a:first-child {
	margin-top: 0;
}
.is-complect .itemPhotos a:last-child {
	margin-bottom: 0;
}
.is-complect .itemPhotos a.current {
	opacity: 0.5;
}
.is-complect .itemPhotos img {
	display: block;
	width: 100%;
}


.complectsTitle {
	position: relative;
	margin: 0 0 20px 0;
}
.complectsTitle:before {
	position: absolute;
	border-top: solid 1px #e1e4e6;
	top: 10px;
	right: 0;
	left: 0;
	content: "";
}
.complectsTitle .text {
	position: relative;
	padding: 0 5px;
	background: #fafafa;
}
.complectsTitle .text:last-child {
	padding-left: 0;
}
.complectsTitle .to-num, .complectsTitle .text:first-child {
	margin: 0 0 0 20px;
	float: right;
}
.complectsTitle .text:first-child {
	padding-right: 0;
}

.is-complect .to-items  {
	display: flex;
	margin: 0 0 20px -20px;
	flex-wrap: wrap;
}
.is-complect .to-items .item {
	display: inline-block;
	position: relative;
	margin: 0 0 20px 20px;
	padding: 9px;
	background: #fff;
	border: solid 1px #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	vertical-align: top;
	overflow: hidden;
	color: #444;
	width: calc(50% - 20px);
	box-sizing: border-box;
}
.is-complect .to-items a[href] {
	text-decoration: none;
	color: #444;
}
.noTouch .is-complect .to-items a:hover {
	border-color: #a8dbed;
}
.noTouch .is-complect .to-items .item:hover .group, .noTouch .is-complect .to-items .item:hover .title {
	color: #0091c7;
}
.is-complect .to-items .to-image {
	display: block;
	float: left;
}
.is-complect .to-items .to-image img {
	display: block;
	width: 120px;
}
.is-complect .to-items .to-text {
	display: block;
	margin: 0 0 0 130px;
}
.is-complect .to-items .group {
	display: block;
	margin: 0;
	font-size: 13px;
}
.is-complect .to-items .title, .is-complect .to-items .price {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.is-complect .to-items .title, .is-complect .to-items .price {
	margin: 0 0 5px 0;
}
.is-complect .to-items .oldPrice {
	margin: 0 10px 0 0;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	color: #666;
}
.is-complect .to-items button {
}
.is-complect .to-items .itemComponentsItemCheck {
	position: absolute;
	background-position: 0 -130px;
	top: 9px;
	left: 9px;
	width: 24px;
	height: 25px;
}
.is-complect .to-items .checked .itemComponentsItemCheck {
	background-position: -24px -130px;
}
.is-complect .to-items .itemsItemRest, .is-complect .to-items .itemsItemNotRest {
	top: 0;
	bottom: auto;
}





.bnrItem, .bnrItem img, .bnrItemCnt, .bnrItemMore, .bnrItemMore ins, .bnrPoints {
	position: absolute;
}

.bnr, .bnrItemCnt {
	top: 0;
	bottom: 0;
	left: 0;
}

.bnr {
	position: relative;
	width: 100%;
	height: 380px;
/*
	position: absolute;
	top: 128px;
	right: 0;
	left: 240px;*/
}

.bnrItem {
	text-shadow: 0 -1px 0 #1985b6;
	box-shadow: 0 1px 3px 0 #999;
	color: #fff;
	overflow: hidden;
/*
	cursor: pointer;*/
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;

	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
}

.bnrItem img {
	left: 0;
	width: 100%;
/*
	height: 100%;*/
}

.bnrItem a, .bnrItem a:visited {
/*
	font-size: 12px;
	line-height: 13px;*/
	line-height: 16px;
	color: #fff;
}

.bnrItemCnt {
	padding: 20px 33px;
	text-shadow: 0 1px 0 #2d4e60;
	background: url("/images/bg-banner-new.png") no-repeat 0 bottom;
	color: #fff;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.bnrItemTitle {
	margin: 0 0 10px 0;
	font-size: 28px;
	line-height: 22px;
}

.baneerText {
	margin: 0 0 10px 1px;
	font-size: 13px;
	line-height: 20px;
}
/*
.baneerDescription {
}*/
/*
.bnrItemPrice {
	margin: 19px 0 0 0;
}

.bnrItemPrice .price {
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-shadow: 0 1px 0 #1985b6;
	background: #43a6d1;
	border: solid 1px #3e98c0;
	border-top: solid 1px #388baf;
	border-bottom: solid 1px #6ab8d8;
	box-shadow: 0 1px 1px 0 #3e98c0 inset;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
}

.bnrItemPrice .price ins {
	margin: 0 0 0 2px;
	font-size: 12px;
}

.bnrItemPrice a {
	float: left;
}*/
/*
.bnrItemMore {
	padding: 0 0 0 1px;
	bottom: 20px;
	left: 34px;
	min-height: 27px;
}

.bnrItemMore ins {
	background: url("/images/icons.png") no-repeat -114px 0;
	top: 0;
	left: 0;
	width: 26px;
	height: 27px;
}*/



.bnrPoints {
	right: 10px;
	bottom: 11px;
	z-index: 5;
}

.bnrPoints a, .bnrPoints a:visited {
	margin: 0 0 0 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	background: #175f82;
	float: left;
	font-family: arial;
	font-size: 10px;
	line-height: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.bnrPoints a.current {
	background: #f5f5f5;
	color: #175f82;
	cursor: default;
}



.bnrA {
	position: relative;
	margin: 10px 0 60px 0;
	top: auto;
	right: auto;
	left: auto;
	height: 360px;
}

.bnrA .bnrItem img {
	width: 100%;
	height: auto;
}


.shortBnr {
	display: block;
	position: relative;
	margin: 20px 0;
}
.shortBnr-image {
	display: block;
	width: 100%;
}
.shortBnr-text {
	position: absolute;
	bottom: 20px;
	left: 10px;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}
.shortBnr-text-bg {
	padding: 0 7px;
	background: rgba(27, 11, 7, 0.6);
	text-shadow: none;
}
/*
.Events.short > .cnt li.to-bnr {
	display: block;
	overflow: hidden;
	background: none;
	box-shadow: none;
}
.Events .to-bnr .shortBnr {
	margin: 0;
	height: 100%;
}
.Events .to-bnr .shortBnr-image {
	width: auto;
	height: 100%;
}*/

.shortBnrH {
	overflow: hidden;
}
.shortBnrH .shortBnr-image {
	width: auto;
}



.dark {
	margin: 0 0 45px 0;
	background: #f5f5f5;
	box-shadow: 0 2px 7px -3px #aaa inset;
}

.dark.byItem {
	margin: 40px 0 -40px 0;
}

div.homeText, .innerNotice {
	position: relative;
	padding: 0 0 0 60px;
	font-size: 12.99px;
	color: #222;
}

.homeTextIcon {
	position: absolute;
	background: url("/images/icons.png") no-repeat 0 -27px;
	top: 2px;
	left: 0;
	width: 50px;
	height: 50px;
}

div.homeText h1, div.homeText h2, div.homeText h3,
div.innerNotice h1, div.innerNotice h2, div.innerNotice h3 {
	font-size: 15.99px;
	color: #666;
}

.innerNotice {
	margin: 35px 0 0 0;
	padding: 0;
}




.items {
	margin: 0 0 0 -20px;
}

a.itemsItem, a.itemsItem:visited {
	display: inline-block;
	position: relative;
	margin: 0 0 20px 20px;
	text-decoration: none;
	background: #f7f7f7;
	box-shadow: 0 1px 3px 0 #aaa;
	line-height: 16px;
	color: #444;
	width: 220px;
}

.noTouch a.itemsItem:hover {
	background: #fcf9f7;
	box-shadow: 0 1px 3px 0 #f4c598;
}

.noTouch .itemsItem:hover .itemsItemTitle {
	color: #36a0d3;
}

.itemsItemBuyed .itemsItemTitle, .noTouch .itemsItemBuyed:hover .itemsItemTitle, .itemsItemBuyed .itemRecommendsItemTitle {
	color: #4f00a0;
}

.itemsItemImage {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #fff;
	width: 220px;
	height: 220px;
}

.itemsItemImage img {
	width: 100%;
	height: 100%;
}

.itemsItemRest, .itemsItemNotRest {
	position: absolute;
	padding: 0 5px 3px 5px;
	text-shadow: 0 1px 0 #4c4c4c;
	background: #7f7f7f;
	border: solid 1px #757575;
	border-top: solid 1px #6a6a6a;
	border-bottom: none;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	right: 0;
	bottom: 0;
}

.itemsItemGroup, .itemsItemTitle {
	display: block;
	margin: 0 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 16px;
}

.itemsItemGroup {
	font-size: 12px;
}

.itemsItemTitle {
	margin-bottom: 7px;
	text-transform: uppercase;
}


.stars {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
}
.stars .itemsItemNotRest, .stars .itemsItemIsPresent, .stars .itemsItemIsSale {
	position: static;
	padding: 1px 5px 3px 5px;
	text-shadow: 0 1px 0 #4c4c4c;
	background: #7f7f7f;
	border: solid 1px #757575;
	border-top: solid 1px #6a6a6a;
	border-bottom: none;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1px;
	color: #fff;
}
.stars .itemsItemIsPresent {
	text-shadow: 0 1px 0 #608621;
	background: #89b341 linear-gradient(#a5c550, #6fa233);
	border: solid 1px #89b341;
}
.stars .itemsItemIsSale {
	text-shadow: 0 1px #9c5929;
	background: #df813c linear-gradient(#e69a4a, #dc7635);
	border: solid 1px #ca6f21;
}


.itemsItemBuy {
	display: block;
	margin: 0 5px 5px 11px;
	padding-bottom: 1px;
	white-space: nowrap;
	overflow: hidden;
}

.itemsItemBuy .price {
	display: inline-block;
	vertical-align: top;

	padding: 0 3px 0 7px;
	float: left;
	background: #f0f0f0;
	border: solid 1px #dcdcdc;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #eaeaea;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 1px 0 #dcdcdc inset;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	color: #1c1c1c;

	height: 23px;
}

.itemsItemBuy .price ins {
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}

.itemsItemBuy .salePrice {
	padding: 0;
	background: none;
	border: none;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	height: 25px;
}

.itemsItemBuy .oldPrice, .itemsItemBuy .newPrice {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
/*
	float: left;*/
	height: 23px;
}

.itemsItemBuy .oldPrice {
	text-decoration: line-through;
	background: #f0f0f0;
	border: solid 1px #dcdcdc;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #eaeaea;
	border-radius: 4px 0 0 4px;
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	color: #222;
	box-shadow: 0 1px 0 0 #fff, 0 2px 2px -1px #c9c9c9 inset;
}

.itemsItemBuy .newPrice {
	text-shadow: 0 1px 0 #984501;
	background: #d66306;
	border: solid 1px #dd66306;
	border-top: solid 1px #b35305;
	border-bottom: solid 1px #cb5e06;
	color: #fff;
	box-shadow: 0 1px 0 0 #fff, 0 2px 2px -1px #b35305 inset;
}

.noTouch .itemsItem:hover .itemsItemBuy .price, .noTouch .itemsItem:hover .itemsItemBuy .oldPrice {
	background: #f5f1eb;
}

.itemsItemBuy .buttonHref,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref,
.buttonHref.blue {
	display: inline-block;
	vertical-align: top;

	background: -moz-linear-gradient(#42b5dd, #2a89c9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#42b5dd), to(#2a89c9));
	background: -o-linear-gradient(#42b5dd, #2a89c9);
	background: linear-gradient(#42b5dd, #2a89c9);
	background-color: #37a0d4;
	border: solid 1px #3aa5d6;
	border-top: solid 1px #2d8fcb;
	border-bottom: solid 1px #42b4dd;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #8ed3eb inset;
	text-shadow: 0 1px 0 #2076b0;
	font-family: "PT Sans",arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	cursor: pointer;
}
.itemsItemBuy .buttonHref,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref {
	position: relative;
	padding: 0 7px 0 22px;
/*
	float: left;*/
	border-radius: 0 4px 4px 0;
}

.noTouch .itemsItem:hover .itemsItemBuy .buttonHref,
.noTouch .itemsItemBuyed:hover .itemRecommendsItemBuy .buttonHref,
.noTouch .buttonHref.blue:hover {
	background: -moz-linear-gradient(#2dbdf0, #1d97e8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2dbdf0), to(#1d97e8));
	background: -o-linear-gradient(#2dbdf0, #1d97e8);
	background: linear-gradient(#2dbdf0, #1d97e8);
	background-color: #37a0d4;
	border: solid 1px #369fd3;
	border-top: solid 1px #2d8fcb;
	border-bottom: solid 1px #42b4dd;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #82d8f7 inset;
}
/*
.itemsItemBuy .buttonHref ins,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref ins {
	position: absolute;
	background: url("/images/icons.png") no-repeat -140px -13px;
	top: 6px;
	left: 4px;
	width: 14px;
	height: 13px;
}*/

.itemsItemBuy .buttonHref svg,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref svg {
	position: absolute;
	fill: #fff;
/*
	filter: url(#drop-shadow-1);*/
	top: 5px;
	left: 4px;
	width: 13.688px;
	height: 13px;
}

.itemsItemBuyed .buttonHref,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref {
	padding-left: 44px;
}
/*
.itemsItemBuyed .buttonHref ins,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref ins {
	left: 26px;
}*/

.itemsItemBuyed .buttonHref svg,
.itemsItemBuyed .itemRecommendsItemBuy .buttonHref svg {
	left: 26px;
}

.itemsItemAmount {
	display: none;
}

.itemsItemBuyed .itemsItemAmount,
.itemsItemBuyed .itemRecommendsItemBuy .itemsItemAmount {
	display: block;
	position: absolute;
	padding: 0 2px 1px 2px;
	text-align: center;
	text-shadow: 0 1px 0 #0052c5;
	background: #177dbe;
	border: solid 1px #1770a9;
	border-top: solid 1px #105885;
	border-bottom: solid 1px #82bee1;
	border-radius: 7px;
	box-shadow: 0 2px 2px -1px #13689f inset;
	font-size: 10px;
	line-height: 1em;
	top: 6px;
	left: 5px;
	width: 11px;
}

.itemsItem .compareHref {
	margin: 0 0 11px 12px;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

.noTouch .itemsItem .compareHref:hover {
	text-decoration: none;
}



.compareHref {
	display: inline-block;
	position: relative;
	padding: 0 0 0 19px;
}
/*
.compareHref ins {*/
.compareHref svg {
	position: absolute;
/*
	background: url("/images/icons.png") no-repeat -154px 0;*/
	fill: #666;
	top: 1px;
	left: 0;
	width: 15px;
	height: 13px;
}

.comparingHref {
	color: #36a0d3;
}
/*
.comparingHref ins {*/
.comparingHref svg {
/*
	background-position: -169px 0;*/
	fill: #329ed1;
}

.itemsItem .compareRemoveHref {
	margin-left: 8px;
	padding: 0;
}





.itemImage {
	display: block;
	position: relative;
	margin: 0 0 34px 0;
	width: 100%;
}

.itemImageWrap {
	position: relative;
}

.itemImageWrap img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.itemImageWrap img, #YMapsID {
	box-shadow: 0 1px 3px 0 #ccc;
}

.itemPhotos {
	margin: 0 0 0 -11px;
}

.itemPhotos a {
	display: inline-block;
	margin: 10px 0 0 11px;
	vertical-align: top;
	background: #fff;
	border: 1px solid #e1e4e6;
}

.miniIamge {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 64px;
	height: 64px;
}

.miniIamge img {
	vertical-align: middle;
}
/*
.itemInfo {
	margin: 26px 0;
}*/

.itemInfoTitle {
	margin: 0 0 12px 0;
/*
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;*/
	color: #444;
}

.itemInfoTitle a.dashed {
	display: inline;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #36a0d3;
}

.itemFiles {
	margin: -8px 0 0 0;
	padding: 0;
	list-style: none;
}

.itemFiles li {
	padding: 0 0 6px 11px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

.itemFiles a, .itemFiles a:visited {
	position: relative;
}

.itemFiles ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -59px -35px;
	top: 5px;
	left: -11px;
	width: 7px;
	height: 8px;
}


.itemRecommendsItem {
	display: block;
	position: relative;
	margin: 0 0 25px 0;
	text-decoration: none;
	overflow: hidden;
}

.noTouch .itemRecommendsItem:hover, .orderFormItems .itemRecommendsItem, .popupWin .itemRecommendsItem, .nextPrevItems .itemRecommendsItem {
	margin: -11px -10px 14px -11px;
	padding: 10px;
	background: #f7f7f7;
	border: solid 1px #e6e6e6;
	box-shadow: 0 1px 0 0 #fff inset;
}

.orderFormItems .itemRecommendsItem, .popupWin .itemRecommendsItem, .noTouch .popupWin .itemRecommendsItem:hover {
	margin: 0 0 10px 0;
}

.itemRecommendsItem .previewImage {
	border: solid 1px #e1e4e6;
	float: left;
	width: 48px;
	height: 48px;
}

.itemRecommendsItemCnt {
	display: block;
	margin: 0 0 0 48px;
	padding: 0 0 0 10px;
}

.itemRecommendsItemGroup, .itemRecommendsItemTitle {
	display: block;
	line-height: 16px;
	color: #444;
	overflow: hidden;
	height: 16px;
}

.itemRecommendsItemGroup {
	font-size: 12px;
}

.itemRecommendsItemTitle {
	margin-bottom: 4px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #36a0d3;
}

.noTouch .itemRecommendsItem:hover .itemRecommendsItemTitle {
	text-decoration: none;
}

.itemRecommendsItemBuy {
	display: block;
	line-height: 1em;
/*
	padding-bottom: 1px;
	overflow: hidden;
	width: 160px;*/
}

.itemRecommendsItemBuy .price {
	font-size: 14px;
	color: #444;
}

.itemRecommendsItemBuy .price ins {
	padding-left: 2px;
	font-size: 11px;
	font-weight: normal;
}

.itemRecommendsItemBuy .buttonHref {
	display: none;
}

.noTouch .itemRecommendsItem:hover .buttonHref, .orderFormItems .itemRecommendsItem .buttonHref, .popupWin .itemRecommendsItem .buttonHref {
	display: inline-block;
	position: absolute;
	margin: -1px 0 0 5px;
	padding: 0 6px;
	font-size: 12px;
	line-height: 15px;
	height: 15px;

	text-shadow: 0 1px 0 #2076b0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2dbdf0), to(#1d97e8));
	background: linear-gradient(#2dbdf0, #1d97e8);
	background-color: #37a0d4;
	border: solid 1px #369fd3;
	border-top: solid 1px #2d8fcb;
	border-bottom: solid 1px #42b4dd;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #82d8f7 inset;
	color: #fff;

	border-radius: 4px;

	float: none;
}

.itemsItemBuyed.itemRecommendsItem .buttonHref {
	padding-left: 25px;
}

.itemRecommendsItem .buttonHref .itemsItemAmount {
        top: 1px;
	left: 3px;
}
/*
.noTouch .itemRecommendsItem:hover .itemRecommendsItemBuy .buttonHref {
	position: absolute;
	padding: 0 7px 0 22px;
	border-radius: 0 4px 4px 0;
	float: left;
	font-size: 13px;
	line-height: 23px;
	color: #444;
	cursor: pointer;
}

.itemRecommendsItemBuy .buttonHref ins {
	position: absolute;
	background: url("/images/icons.png") no-repeat -140px -26px;
	top: 6px;
	left: 4px;
	width: 14px;
	height: 13px;
}*/


h1.itemH1 {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #e1e4e6;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
/*--
.itemRest, .itemNotRest {
	display: inline-block;
	position: relative;
	margin: 0 0 0 6px;
	padding: 1px 5px 2px 5px;
	text-shadow: 0 1px 0 #954504;
	background: #d66306;
	box-shadow: 0 1px 2px 0 #833d04 inset;
	white-space: nowrap;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	top: -3px;
	height: 12px;
}*/
/*
.itemRest {
	text-shadow: 0 1px 0 #026721;
	box-shadow: 0 1px 2px 0 #026721 inset;
	background: #07a747;
}*/

.itemCode {
	font-size: 12px;
}

.itemBuyWrap {
	margin: 0 0 24px 0;
	overflow: hidden;
}

.itemBuy, .itemDeliveryBox {
	margin-bottom: 10px;
}

.itemBuy .price {
	display: block;
	padding: 0 8px;
	text-align: center;
/*--
	float: left;*/
	background: #f0f0f0;
	border: solid 1px #dcdcdc;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #eaeaea;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 1px 0 #dcdcdc inset;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	color: #444;

	height: 33px;
}

.itemBuy .price ins {
	padding-left: 2px;
	font-size: 16px;
}

.itemBuy .salePrice {
	padding: 0;
	background: none;
	border: none;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	height: 35px;
}

.itemBuy .oldPrice, .itemBuy .newPrice {
	display: block;
	background: #f0f0f0;
	border: solid 1px #dedede;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #eaeaea;
	box-shadow: 0 1px 0 0 #fff, 0 2px 2px -1px #c9c9c9 inset;
	line-height: 33px;
	color: #444;
	white-space: nowrap;
	height: 33px;
}

.itemBuy .oldPrice {
	padding: 0 5px;
	text-decoration: line-through;
	border-radius: 4px 0 0 0;
	font-size: 13px;
	font-weight: normal;
}

.itemBuy .newPrice {
	padding: 0 0 0 5px;
	border-left: 0;
	border-radius: 0;
	font-size: 16px;
}
/*
.itemBuy .newPrice {
	text-shadow: 0 1px 0 #984501;
	background: #d66306;
	border: solid 1px #dd66306;
	border-top: solid 1px #b35305;
	border-bottom: solid 1px #cb5e06;
	color: #fff;
	box-shadow: 0 1px 0 0 #fff, 0 2px 2px -1px #b35305 inset;
}*/

.noTouch .itemsItem:hover .itemBuy .price, .noTouch .itemsItem:hover .itemBuy .oldPrice {
	background: #f5f1eb;
}

.itemBuy .buttonHref, .orderItem .buttonHref, a.bigButton, a.bigButton:visited {
	position: relative;
	padding: 0 14px;
	background: -moz-linear-gradient(#42b5dd, #2a89c9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#42b5dd), to(#2a89c9));
	background: -o-linear-gradient(#42b5dd, #2a89c9);
	background: linear-gradient(#42b5dd, #2a89c9);
	background-color: #37a0d4;
	border: solid 1px #3aa5d6;
	border-top: solid 1px #2d8fcb;
	border-bottom: solid 1px #42b4dd;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #8ed3eb inset;
	text-shadow: 0 1px 0 #2076b0;
	font-family: "PT Sans",arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	height: 33px;
}

.noTouch .itemBuy .buttonHref:hover, .noTouch .orderItem .buttonHref:hover, .noTouch .bigButton:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2dbdf0), to(#1d97e8));
	background: linear-gradient(#2dbdf0, #1d97e8);
	background-color: #37a0d4;
	border: solid 1px #369fd3;
	border-top: solid 1px #2d8fcb;
	border-bottom: solid 1px #42b4dd;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #82d8f7 inset;
}

.itemBuy .buttonHref {
/*
	padding-left: 30px;*/
	padding-left: 25px;
	padding-right: 8px;
	float: left;
	border-radius: 0 4px 4px 0;
}
/*
.itemBuy .buttonHref ins {
	position: absolute;
	background: url("/images/icons.png") no-repeat -140px -13px;
	top: 11px;
	left: 6px;
	width: 14px;
	height: 13px;
}*/

.itemBuy .buttonHref svg {
	position: absolute;
	fill: #fff;
/*
	filter: url(#drop-shadow-1);*/
	top: 10px;
	left: 6px;
	width: 14px;
	width: 13.688px;
	height: 13px;
}

.itemBuyed .buttonHref {
	padding-left: 50px;
}
/*
.itemBuyed .buttonHref ins {
	left: 32px;
}*/

.itemBuyed .buttonHref svg {
	left: 32px;
}

.itemBuy .itemsItemAmount {
	display: none;
}

.itemBuyed .itemsItemAmount {
	display: block;
	position: absolute;
	padding: 1px 2px 3px 2px;
	text-align: center;
	text-shadow: 0 1px 0 #0052c5;
	background: #177dbe;
	border: solid 1px #1770a9;
	border-top: solid 1px #105885;
	border-bottom: solid 1px #82bee1;
	border-radius: 8px;
	box-shadow: 0 2px 2px -1px #13689f inset;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	top: 8px;
	left: 7px;
	width: 14px;
}

.compareButton, .compareButton:visited {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 10px 0 36px;
	vertical-align: top;
	line-height: 32px;
	color: #444;
	white-space: nowrap;
	height: 33px;
}

/*
.compareButton ins {*/
.compareButton svg {
	display: block;
	position: absolute;
/*
	background: url("/images/icons.png") no-repeat -154px -13px;*/
	fill: #666;
	top: 7px;
	left: 13px;
	width: 18px;
	height: 16px;
}

.comparingButton {
	padding-right: 6px;
	cursor: default;
}

.comparingButton a, .comparingButton a:visited {
	font-size: 12px;
	color: #36a0d3;
}
/*
.comparingButton ins {*/
.comparingButton svg {
/*
	background-position: -171px -13px;*/
	fill: #329ed1;
}

.item a.compareRemoveHref, .item a.compareRemoveHref:visited {
	display: inline-block;
	margin: 0 0 0 7px;
	color: #444;
	cursor: pointer;
}

body .item .h2,
body .item h2 {
	font-size: 16px;
	line-height: 1em;
}

.item .itemTabs .pageContent .h2,
.item .itemTabs .pageContent h2 {
	margin: 20px 0 6px 0;
}

.item .itemTabs .pageContent h2:first-child {
	margin-top: 0;
}
.item .h2.itemWrranty,
.item h2.itemWrranty {
	margin: 22px 0 25px 0;
}

.item h2.itemWrranty:first-child {
	margin-top: 8px;
}

.itemParams {
	margin: 0 0 20px 0;
}

.itemParams .isHide {
	display: none;
}

.itemParams.show .isHide {
	display: table-row;
	background: #f5f5f5;
}

.showitemParams {
	margin: -10px 0 30px 0;
}

.itemParamsTd1 {
	white-space: nowrap;
	color: #999;
	width: 107px;
}


.itemComponents {
	margin: 0 0 30px 0;
}

.itemComponentsItem label {
	display: block;
	position: relative;
	margin: 0 0 3px 0;
	padding: 10px 120px 10px 33px;
	line-height: 1.2em;
	background: #f7f7f7;
	border: solid 1px #e6e6e6;
	box-shadow: 0 1px 0 0 #fff;
}

.itemComponentsItem label.checked {
	background: #f3f7f9;
	border: solid 1px #a8dbed;
}

.itemComponentsItemCheck {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -154px -28px;
	top: 11px;
	left: 9px;
	width: 15px;
	height: 16px;

}

.checked .itemComponentsItemCheck {
	background-position: -169px -28px;
}

.itemComponentsItem input {
/*
	display: none;*/
	position: absolute;
	left: -9999px;
}

.itemComponentsItemPrice {
	display: block;
	position: absolute;
	padding: 0 7px;
	font-weight: bold;
	line-height: 25px;
	top: 5px;
	right: 5px;
}

.checked .itemComponentsItemPrice {
	padding: 0 6px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#43b6de), to(#2a89c9));
	background: linear-gradient(#43b6de, #2a89c9);
	background-color: #3095ce;
	border: solid 1px #39a5d6;
	border-top: solid 1px #43b5de;
	border-bottom: solid 1px #2e90cc;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #8ed3eb inset, 0 1px 0 0 #fff;
	text-shadow: 0 1px 0 #21678f;
	color: #fff;
}


.orderItem .itemComponentsItem {
	margin: 0;
}



.moves {
	padding: 20px 0;
/*--
	height: 410px;*/
}
/*---
.movesMenu {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	overflow: hidden;
}

.movesMenu a, .movesMenu a:visited {
	margin: 3px 29px 0 9px;
	text-decoration: none;
	border-bottom: dotted 1px #737475;
	float: left;
	font-size: 14px;
	line-height: 1em;
	color: #444;
	cursor: pointer;
}

.noTouch .movesMenu a:hover {
	border-bottom: none;
}

.movesMenu a.current, .noTouch .movesMenu a.current:hover {
	margin: 0 20px 0 0;
	padding: 2px 8px;
	background: #f2f2f2;
	border: solid 1px #dedede;
	border-top: solid 1px #cbcbcb;
	border-bottom: solid 1px #ebebeb;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 1px 0 #dedede inset;
	color: #008fd1;
}

.movesMenu a.current {
	cursor: default;
}*/

.movesLeft, .movesRight {
	display: block;
	position: absolute;
	margin-top: -28px;
	background: url("/images/icons.png") no-repeat -62px -77px;
	cursor: pointer;
	top: 52%;
	width: 31px;
	height: 52px;
	opacity: .8;

	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.movesBrand .movesLeft, .movesBrand .movesRight {
	margin-top: -14px;
}

.movesLeft {
	background-position: -93px -77px;
	left: -74px;
}

.movesRight {
	right: -74px;
}

.moves .disabled, .noTouch .movesLeft:hover, .noTouch .movesRight:hover {
	opacity: 1;
}

.moves .disabled {
	cursor: default;
}

.movesLeft.disabled {
	background-position: -31px -77px;
}

.movesRight.disabled {
	background-position: 0 -77px;
}

.movesItem {
	position: relative;
	margin: 0 0 20px 0;
}

.movesItemCntWrap {
/*
	position: relative;*/
	margin: -10px;
	padding: 10px;
	overflow: hidden;
	height: 340px;
}

.movesItemCntWrap:before, .movesItemCntWrap:after,
.itemTabsLabelsWrap:before, .itemTabsLabelsWrap:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	z-index: 1;

	content: '';
}

.movesItemCntWrap:before,
.itemTabsLabelsWrap:before {
	background: linear-gradient(90deg, #f5f5f5, rgba(245, 245, 245, 0));
	left: -10px;
}

.movesItemCntWrap:after,
.itemTabsLabelsWrap:after {
	background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5);
	right: -10px;
}

.movesItemCnt {
/*
	position: relative;*/
	margin: -10px;
	padding: 10px 10px 50px 10px;
	overflow-x: scroll;
/*
    -webkit-transition-property:-webkit-scrolling;
    -webkit-transition-duration:0.5s;
    -webkit-transition-delay:0.1s;*/
/*
	transition: all 1s*/;
}

html body .movesBrand .movesItemCntWrap {
	height: 70px;
}
html body .movesContact .movesItemCntWrap {
	height: 120px;
}

.moves .items {
/*
	position: absolute;*/
	padding: 0 10px 0 0;
	white-space: nowrap;
	float: left;
/*
	right: 0;*/
/*
	left: 0;*/
/*
	height: 353px;*/
/*
	transition: left 1s;*/
}
/*
.moves .brands {
}*/

.moves .brands a {
	display: inline-block;
	margin: 0 0 20px 20px;
	background: #fff;
	box-shadow: 0 1px 3px 0 #aaa;
	width: 100px;
	height: 70px;
}

.footerMenuItem {
	position: relative;
	padding: 0;
}
.footerMenuItem .movesLeft, .footerMenuItem .movesRight {
	zoom: 0.35;
}
.footerMenuItem .movesLeft {
}
.footerMenuItem .movesRight {
	right: -36px;
	z-index: 10;
}
.movesContact .movesItemCnt {
	white-space: nowrap;
}
.moves .contactsCnt {
	margin-left: -20px;
}
.moves .contactsItem {
	display: inline-block;
	margin: 0 0 20px 20px;
	vertical-align: top;
	white-space: normal;
	width: 200px;
}

.noTouch .moves .brands a:hover {
	box-shadow: 0 1px 3px 0 #f4c598;
}

.moves .brands ins {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 70px;
}

.moves .h2,
.moves h2 {
	margin: 20px 0;
	font-weight: normal;
	font-size: 24px;
}

.brandsList .movesBrand, .brandsList .movesBrand .movesItemCnt {
	overflow: visible;
	height: auto;
}

.brandsList .movesBrand {
}

.brandsList .movesBrand .movesItemCnt {
	margin: 0 0 0 -20px;
	padding: 0;
}



.hr {
	margin: 0 0 15px 0;
	border-top: solid 1px #e1e4e6;
	border-bottom: solid 1px #fff;
}

.filterMenu {
	margin: 0 0 5px 0;
	overflow: hidden;
}

.filterMenu h1, .filterMenu a {
	float: left;
}

.filterMenu h1 {
	margin: 0 11px 6px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

.filterMenu a, .filterMenu a:visited {
	position: relative;
	margin: 1px 7px 6px 0;
	padding: 2px 15px 3px 5px;
	text-decoration: none;
	background: #f5f5f5;
	border: solid 1px #e1e1e1;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #efefef;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 1px 0 #dedede inset;
	font-size: 12px;
	line-height: 1em;
	color: #222;
	white-space: nowrap;
}

.filterMenu ins {
	position: absolute;
	background: url("/images/icons.png") no-repeat -50px -35px;
	top: 4px;
	right: 3px;
	width: 9px;
	height: 9px;
}

.noTouch .filterMenu a:hover ins {
	background-position: -74px -35px;
}


.sortMenu {
	padding: 0 0 21px 1px;
	overflow: hidden;
}

.sortMenu > a, .sortMenu > a:visited {
	margin: 0 0 0 -1px;
	padding: 5px 9px;
	text-decoration: none;
	background: -moz-linear-gradient(#fbfbfb, #f1f1f1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f1f1f1));
	background: -o-linear-gradient(#fbfbfb, #f1f1f1);
	background: linear-gradient(#fbfbfb, #f1f1f1);
	background-color: #f5f5f5;
	border: solid 1px #d6d6d6;
	font-size: 13px;
	line-height: 1em;
	color: #222;
	float: left;
}

.noTouch .sortMenu > a:hover {
	background: -moz-linear-gradient(#f0f0f0, #e0e0e0);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
	background: -o-linear-gradient(#f0f0f0, #e0e0e0);
	background: linear-gradient(#f0f0f0, #e0e0e0);
	background-color: #ebebeb;
	border: solid 1px #cbcbcb;
}

.sortMenu > a.current, .noTouch .sortMenu > a.current:hover {
	text-shadow: 0 1px 0 #a14800;
	background: #d66306;
	border: solid 1px #cf6006;
	border-top: solid 1px #aa4f05;
	border-bottom: solid 1px #cf6006;
	box-shadow: 0 2px 2px -1px #b75506 inset;
	color: #fff;
	cursor: default;
}

.sortMenu > a[href].current {
	cursor: pointer;
}

a.sortMenuFirst {
	border-radius: 4px 0 0 4px;
}

a.sortMenuLast {
	border-radius: 0 4px 4px 0;
}

a.sortMenuFirst.sortMenuLast {
	margin: 0 0 0 20px;
	border-radius: 4px;
}


.pagesMenu {
	margin: 10px 0 35px -8px;
	overflow: hidden;
}

.pagesMenu a, .pagesMenu a:visited {
	margin: 0 0 0 8px;
	padding: 3px 4px 5px 4px;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(#fcfcfc, #fafafa);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#fafafa));
	background: -o-linear-gradient(#fcfcfc, #fafafa);
	background: linear-gradient(#fcfcfc, #fafafa);
	background-color: #fbfbfb;
	border: solid 1px #dbdbdb;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #fff inset;
	float: left;
	font-size: 12px;
	line-height: 1em;
	color: #444;
	min-width: 12px;
}

.pagesMenu a.current {
	background: -moz-linear-gradient(#eee, #f0f0f0);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#f0f0f0));
	background: -o-linear-gradient(#eee, #f0f0f0);
	background: linear-gradient(#eee, #f0f0f0);
	background-color: #f0f0f0;
	border: solid 1px #d0d0d0;
	border-top: solid 1px #b0b0b0;
	border-bottom: solid 1px #e4e4e4;
	box-shadow: 0 1px 0 0 #fff, 0 2px 2px -1px #cfcfcf inset;
	color: #0091c7;
}

.noTouch .pagesMenu a:hover {
	color: #0091c7;
}

a.pagesMenuLeft, a.pagesMenuLeft:visited, a.pagesMenuRight, a.pagesMenuRight:visited {
	padding: 2px 0 4px 0;
	font-size: 14px;
	min-width: 20px;
}

.pagesMenu a.disabled, .pagesMenu a.disabled:visited, .noTouch .pagesMenu a.disabled:hover {
	color: #aaa;
	cursor: default;
}

.sortMenu .pagesMenu {
	margin: 2px 0 0 0;
	float: right;
}


.filter {
	position: relative;
	margin: 0 0 20px 0;
	padding: 8px 11px;
	border: solid 1px #e1e4e6;
	box-shadow: 0 1px 0 0 #fff inset;
	color: #000;
}

.filterTitle, .filterTitle.dashed {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

.filterTitle.dashed {
	padding-bottom: 1px;
	border-bottom: 0;
}

.filterTitle .up, .filterTitle .down {
	display: none;
}

.show .down, .hide .up {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: .8em;
	float: right;
}

.filter .hr {
	margin: 0 0 5px 0;
}

.filter ul {
	margin: 0 0 17px 0;
	padding: 0;
	list-style: none;
}

.filter li {
	position: relative;
	padding: 0 0 4px 19px;
}

.filter label,
.filter > ul > li > a, .filter > ul > li > a:visited {
	display: inline;
	position: relative;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.filter label.disabled,
.filter > ul > li.disabled > a, .filter > ul > li.disabled > a:visited {
        cursor: default;
	color: #999;
}

.filter label.current.disabled,
.filter > ul > li.current.disabled > a, .filter > ul > li.current.disabled > a:visited {
        cursor: pointer;
}

#filter-brand > li label,
#filter-brand > li a {
	text-transform: uppercase;
}

.filter li input[type="checkbox"] {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 4px;
	left: 0;
}

.filterButtons {
	margin: 17px 0 3px 0;
}

.filterButtons .dashed {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
/*
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;*/
	font-size: 14px;
	cursor: pointer;
}

.noTouch .filterButtons button[type="reset"]:hover {
	border-bottom: none;
}




.dashed, a.dashed, a.dashed:visited, button[type="reset"].dashed {
	text-decoration: none;
	border-bottom: dotted 1px;
/*
	font-size: 14px;
	line-height: 1em;*/
	color: #666;
	cursor: pointer;
}

.noTouch .dashed:hover {
	padding-bottom: 1px;
	border-bottom: none;
}




.filterSmallButton {
	display: none;
	margin: -0px 0 0 7px;
	position: absolute;
	padding: 2px 6px 3px 6px;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
	font-size: 12px;
	color: #000;
	white-space: nowrap;
/*	right: 9px;*/
	z-index: 1;
}

.filterSmallButton ins {
	display: none;
/*
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -83px -35px;
	bottom: 4px;
	right: 6px;
	width: 6px;
	height: 6px;*/
}




.slider {
	position: relative;
	padding: 5px 0 24px 0;
}

.sliderFields {
	margin: 0 0 19px 0;
	font-size: 12px;
	line-height: 19px;
}

.slider input[type="text"], .orderItemAmount input[type="text"] {
	margin: 0 5px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	width: 46px;
	height: 19px;
}
.orderItemAmount {
	display: inline-block;
}
#bagPopupWin .orderItemAmount {
	position: relative;
	top: auto;
	left: auto;
}

.remove {
	cursor: pointer;
}
.remove svg {
	fill: #999;
	width: 16px;
	height: 16px;
}

.sliderScale {
	position: relative;
}

.sliderScaleCnt {
	position: relative;
	background: #f0f0f0;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #eaeaea;
	box-shadow: 0 2px 2px -1px #ccc inset;
	border-radius: 4px;
	overflow: hidden;
	height: 6px;
}

.sliderScaleExists, .sliderScaleValue {
	position: absolute;
	top: 0;
	height: 8px;
}

.sliderScaleExists {
	margin: 0 -1px;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b7c5ca), to(#57cfec));
	background: linear-gradient(#b7c5ca, #57cfec);
	background-color: #57cfec;
	border: solid 1px #37bae8;
	border-top: solid 1px #b7c5ca;
	border-bottom: solid 1px #d5e5eb;
	box-shadow: 0 1px 0 0 #98dcee inset;
	top: -1px;
	left: 0;
	right: 0;
	height: 6px;
}

.sliderScaleValue {
	background: rgba(0, 0, 0, .2);
	left: 7px;
	right: 7px;
	height: 8px;
}

.sliderScaleLeft, .sliderScaleRight {
	position: absolute;
	background: url("/images/icons.png") no-repeat -57px -44px;
	cursor: pointer;
	top: -3px;
	left: 0;
	width: 7px;
	height: 15px;
}

.sliderScaleRight {
	background-position: -50px -44px;
	left: auto;
	right: 0;
}



#filter-brand {
	column-count: 2;
}





.articles {
	padding: 5px 0 0 0;
}

a.articlesItem, a.articlesItem:visited {
	display: block;
	margin: 0 0 20px 0;
	text-decoration: none;
	font-family: "PT Sans",arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #444;
}

.articlesItemTitle {
	display: block;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #0091c7;
}

.noTouch .articlesItem:hover .articlesItemTitle {
	text-decoration: none;
}



.to-reviews {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.to-flamp {
	margin: 7px 0 50px 0;
}

.comments {
}

.commentsItem {
	margin: 0 0 20px 0;
}
.comments > .commentsItem {
	background: #fff;
	border: solid 1px #e6e6e6;
	padding: 20px;
}
.comments > .commentsItem .commentsItem:last-child {
	margin-bottom: 0;
}

.commentsItem .commentsItem {
	margin-top: 7px;
	margin-left: 40px;
}

.commentsItemTitle {
	font-size: 12px;
	line-height: 20px;
	color: #999;
}


.formStd {
	margin: 7px 0 50px 0;
	padding: 20px 20px 10px 20px;
	background: #f7f7f7;
	border: solid 1px #e6e6e6;
	box-shadow: 0 1px 0 0 #fff inset;
}

.formStd table {
	width: 100%;
}

.formStd td {
	padding: 0 0 10px 0;
}

td.formStdTd1 {
	padding-right: 20px;
	vertical-align: top;
	width: 119px;
}

.minimal td.formStdTd1 {
	width: 145px;
}

.formStd td td, .minimal td td.formStdTd1 {
	padding: 0;
	width: auto;
}

.formStd button, .formStd .buttonHref {
	margin: 9px 0 0 0;
}

.formStd p {
	margin: 5px 0;
}

label {
	display: inline-block;
	padding: 5px 0 0 0;
	cursor: pointer;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="password"], textarea, .ComboBox {
	margin: 0;
	background: #fafafa;
	border: solid 1px #c8cacc;
	border-radius: 4px;
	font-family: "PT Sans",arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 1em;
	line-height: 20px;
	color: #444;

	-webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus, .ComboBoxShowed {
	background: #fff;
	border-color: #369fd3;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="password"] {
	padding: 6px 7px 5px 7px;
	height: 17px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	width: 297px;
}

textarea {
	padding: 4px 0 0 7px;
	overflow: auto;
/*
	width: 438px;*/
	width: 304px;
	height: 62px;
}

input[type="checkbox"] {
	position: relative;
	margin: 0 5px 0 0;
	padding: 0;
	top: 2px;
}




.commentForm {
	margin-bottom: 15px;
}

.commentForm textarea {
/*
	width: 510px;*/
	height: 104px;
}


.requiredStar {
	padding-left: 3px;
	font-family: arial;
}




.popup, .Modal {
	background: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.Modal {
	position: absolute;
}

.popup {
	position: fixed;
	opacity: 0;

	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;

	display: flex;
	align-items: center;
	justify-content: center;
}

.popupWin, .ModalWin, #photoPopupWin {
	position: absolute;
	background: #fbfbfb;
	box-shadow: 0 0 10px 0 #999;
}

.popupWin {
	overflow: auto;
	max-height: 100%;
/*
	margin: 0 0 0 -265px;
	top: 50px;
	left: 50%;*/
	width: 530px;
}

#bagPopup .popupWin {
/*
	margin-left: -312px;*/
	width: 624px;
}

#deliveryPopup .popupWin {
	margin-left: -350px;
	width: 700px;
}

.popupWinClose, .ModalClose/*, #photoPopupClose*/ {
	position: absolute;
/*
	background: url("/themes/smesitel/images/icon-close.png") no-repeat 0 0;*/
	cursor: pointer;
	top: 18px;
	right: 18px;
	width: 14px;
	height: 14px;
	z-index: 2;
}

.popupWinClose svg, .ModalClose svg/*, #photoPopupClose svg*/ {
	display: block;
	fill: #000;
	width: 14px;
	height: 14px;
}

.noTouch .popupWinClose:hover, .noTouch .ModalClose:hover/*, .noTouch #photoPopupClose:hover*/ {
	background-position: 0 -14px;
}
/*
#photoPopupClose {
	top: 12px;
	right: 12px;
}*/

.popupWinCnt, .ModalWin {
	padding: 16px 36px 20px 36px;
	border-top: solid 1px #fff;
}

.popupWinTitle, .ModalTitle {
	margin: 0 0 17px 0;
	font-size: 20px;
	font-weight: bold;
	color: #444;
}

.popup table {
	margin: 0 0 21px 0;
	border-collapse: collapse;
	box-shadow: 0 1px 0 0 #fff;
	color: #222;
	width: 100%;
}

.popup table td {
	padding: 8px 10px 11px 10px;
	vertical-align: middle;
	border-bottom: solid 1px #e1e4e6;
	box-shadow: 0 1px 0 0 #fff inset;
}

.popup table td[align="right"] {
	white-space: nowrap;
}

.popup table tr:first-child td {
	border-top: solid 1px #e1e4e6;
}

.popup table a, .popup table a:visited {
	text-decoration: none;
	color: #222;
}

.noTouch .popup table a[href]:hover {
	text-decoration: underline;
}

.popup tbody tr:last-child {
	background: #f6f3f0;
	color: #ce5c00;
}

.popup tbody tr:last-child a, .popup tbody tr:last-child a, .popup tbody tr:last-child a:visited {
	color: #ce5c00;
}

.popup tbody tr:last-child a, .popup tbody tr:last-child .popupTd3 {
	font-weight: bold;
}

#bagPopup center {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
	background: #f2f2f2;
	border: solid 1px #e1e4e6;
}
#popupSum {
	font-size: 14px;
}
.popupOr {
	display: inline-block;
	margin: 0 13px;
	font-size: 14px;
	color: #999;
}

a.popupBegining, a.popupBegining:visited {
	font-size: 14px;
	color: #666;
}



.Modal, .ModalWin {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.Modal {
	align-items: center;

	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
}

.ModalWin {
	padding: 0;

	align-items: flex-start;

	position: relative;
/*
	background: #fcfcfc;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);*/
	box-sizing: border-box;
	max-width: 100vw;
	max-height: 100vh;
	max-height: calc(100vh - 0.5px);/*for IE*/
/*
	max-height: 100vh*/
}
/*--
.ModalTitle {
	padding: 0px 35px 26px 0;
	font-size: 24px;
	line-height: 26px;
}*/

.ModalContent {
	position: relative;
}

.ModalScroll {
	padding: 16px 36px 20px;
/*
	padding: 26px 30px;
	border-radius: 3px;*/
	box-sizing: border-box;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.ModalScroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.ModalScroll::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.26);
}





#photoPopup {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 999;
}

#photoPopupWin {
	margin: 16px 0 0 -455px;
	padding: 10px 20px 20px 20px;
	top: 0;
	left: 50%;
	width: 870px;
}

#photoPopupTitle {
	margin: 0 0 9px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #444;
}

#photoPopupImage {
	display: block;
	margin: 0 auto;
}

#photoPopupLeft, #photoPopupRight {
	position: absolute;
	cursor: pointer;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 50%;
}

#photoPopupRight {
	left: 50%;
	right: 0;
}

#photoPopupLeft ins, #photoPopupRight ins {
	display: none;
}

.noTouch #photoPopupLeft:hover ins, .noTouch #photoPopupRight:hover ins {
	display: block;
	position: absolute;
	margin: -62px 0 0 0;
	background: url("/images/bg-items-banner-arrows.png") no-repeat 0 0;
	top: 50%;
	bottom: 20px;
	left: 39px;
	width: 64px;
	height: 125px;
}

.noTouch #photoPopupRight:hover ins {
	background-position: -64px 0;
	left: auto;
	right: 39px;
}

#photoPopupZoom, #photoPopupZoomImage, #photoPopupZoomLoad {
	position: absolute;
}

#photoPopupZoom {
	overflow: hidden;
	cursor: move;
}

#photoPopupZoomImage {
	min-width: 1158px;
	max-width: 2610px;
	max-height: 2100px;
}

#photoPopupZoomLoad {
	margin: -12px 0 0 -36px;
	padding: 2px 6px;
	text-shadow: none;
	background: #d2222e;
	color: #fff;
	top: 50%;
	left: 50%;
}




.order {
	margin: 20px 0 50px 0;
}

.orderItem {
	position: relative;
	margin: 0 0 3px 0;
	padding: 9px;
	background: #f7f7f7;
	border: solid 1px #e1e4e6;
	box-shadow: 0 1px 0 0 #fff inset;
	overflow: hidden;
	min-height: 51px;
}

.orderItem .previewImage, .orderFormItemsItem .previewImage {
	float: left;
}

a.orderItemTitle {
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	max-width: 320px;
}

.orderItemTitle .previewImage, .orderFormItemsItem .previewImage {
	border: solid 1px #e4e7e8;
	width: 38px;
	height: 38px;
}

.orderItemTitleCnt, .orderItemTitleGroup, .orderItemTitleTitle, .orderItemTitle .price {
	display: block;
}

.orderItemTitleCnt {
	margin: 0 0 0 50px;
	line-height: 16px;
	color: #444;
}

.orderItemTitleGroup, .orderItemComponents {
	font-size: 12px;
}

.orderItemTitleTitle {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 13px;
	color: #0091c7;
}

.noTouch .orderItemTitle:hover .orderItemTitleTitle {
	text-decoration: none;
}

.orderItemTitleCnt > .price {
	margin: 3px 0 0 0;
	font-size: 14px;
}

.orderItemTitle .price ins {
	margin: 0 0 0 3px;
	font-size: 11px;
}

.orderItemComponents {
	margin: 0 0 0 50px;
}

.orderItemAmount {
	position: absolute;
	padding: 0 18px;
	top: 4px;
	left: 10px;
}

.orderItemAmountArrow, .removeHref ins {
	position: absolute;
	text-align: center;
	background: url("/images/icons.png") no-repeat;
	cursor: pointer;
	top: 5px;
	width: 14px;
	height: 14px;
}

.orderItemAmountLeft {
	background-position: -188px -28px;
	left: 0;
}

.noTouch .orderItemAmountLeft:hover {
	background-position: -188px -42px;
}

.orderItemAmount .disabled, .noTouch .orderItemAmount .disabled:hover {
	background-position: -188px -28px;
	opacity: .5;
	cursor: default;
}

.orderItemAmountRight {
	background-position: -188px 0;
	right: 0;
}

.noTouch .orderItemAmountRight:hover {
	background-position: -188px -14px;
}

.orderItemAmount input[type="text"] {
	margin: 0;
	padding: 1px 3px;
	text-align: center;
	width: 26px;
}

.orderItem > .price, .orderSum {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	top: 27px;
	right: 153px;
}

.orderItem > .price ins, .orderSum ins {
	margin: 0 0 0 3px;
	font-size: 14px;
}

.removeHref {
	display: inline-block;
	position: relative;
	padding: 0 0 0 17px;
	text-decoration: underline;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	cursor: pointer;
}

.noTouch .removeHref:hover {
	text-decoration: none;
	color: #0090c5;
}

.removeHref ins {
	background-position: -188px -56px;
	top: 2px;
	left: 0;
}

.noTouch .removeHref:hover ins {
	background-position: -188px -70px;
}

.orderItem .removeHref {
	position: absolute;
	top: 27px;
	right: 20px;
}

.orderSum {
	font-weight: normal;
	top: 23px;
}

.orderSum .price {
	padding: 0 0 0 20px;
}

.orderItem .buttonHref {
	position: absolute;
	padding: 0 7px 2px 7px;
	font-size: 14px;
	line-height: 25px;
	top: 20px;
	right: 19px;
	height: 25px;
}





.compareMenu {
	padding: 5px 0 0 1px;
	overflow: hidden;
}

.compareMenu a {
	cursor: pointer;
}

.compareMenu a.current,
.show1 a.compareMenuItem1, .show2 a.compareMenuItem2, .show3 a.compareMenuItem3, .show4 a.compareMenuItem4, .show5 a.compareMenuItem5, .show6 a.compareMenuItem6, .show7 a.compareMenuItem7, .show8 a.compareMenuItem8, .show9 a.compareMenuItem9 {
	text-shadow: 0 1px 0 #0d6485;
	background: #21a2dd;
	border: solid 1px #1e91c2;
	border-top: solid 1px #1a81a8;
	border-bottom: solid 1px #209dd4;
	box-shadow: 0 2px 2px -1px #1a81a8 inset;
	color: #fff;
	cursor: default;
}

.compareMenu ins {
	margin: 0 0 0 3px;
	font-size: 11px;
}




.compareTable {
	display: none;
	margin: 20px 0 50px 0;
	border-collapse: collapse;
	box-shadow: 0 1px 0 0 #fff;
	font-size: 12px;
	color: #444;
}

.show1 .compareTable1, .show2 .compareTable2, .show3 .compareTable3, .show4 .compareTable4, .show5 .compareTable5, .show6 .compareTable6, .show7 .compareTable7, .show8 .compareTable8, .show9 .compareTable9 {
	display: block;
}

.compareTable td {
	padding: 8px 0 11px 20px;
	vertical-align: top;
	width: 100px;
}

.noTouch table.compareTable tbody tr:hover td {
	background: #f9f6f3;
}

.compareTable tbody td {
	background: #ebf7ff;
	border-bottom: solid 1px #e1e4e6;
	box-shadow: 0 1px 0 0 #fff inset;
}

.compareTable tbody tr:first-child td {
	border-top: solid 1px #e1e4e6;
}

.compareTable tbody tr.compareTrDif td {
	background: none;
}

td.compareTd1 {
	padding-left: 0;
	text-align: right;
	color: #999;
	white-space: nowrap;
	min-width: 115px;
}

thead td.compareTd1 {
	text-align: left;	
	vertical-align: bottom;
}

.compareTd1 a.dashed, .compareTd1 a.dashed:visited {
	border-color: #4db2d7;
	font-size: 12px;
	line-height: 16px;
	color: #0091c7;
	white-space: nowrap;
}

.compareTableOnly, .compareTableAll {
	display: none;
}

.showOnly .compareTableAll, .showAll .compareTableOnly {
	display: inline;
}

.showOnly tbody tr {
	display: none;
}

.showOnly tbody tr.compareTrDif {
	display: table-row;
}

a.campareItem, a.campareItem:visited {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #444;
}
/*
.campareItem .previewImage  {
}*/

.campareItemTitle {
	display: block;
	margin: 6px 0 0 0;
	text-transform: uppercase;
	overflow: hidden;
	height: 32px;
}

.compareTable .removeHref {
	margin: 17px 0 0 0;
}

.compareTable .price {
	font-size: 16px;
	font-weight: bold;
}

.compareTable .price ins {
	margin: 0 0 0 1px;
	font-size: 16px;
}

ins.yes, ins.no {
	display: inline-block;
	margin: 5px 0;
	background: url("/images/icons.png") no-repeat -74px -44px;
	width: 10px;
	height: 10px;
}

ins.no {
	background-position: -64px -44px;
}



.orderFormItems {
	margin: 7px 0 0 0;
}

.orderFormItemsItem {
	position: relative;
	margin: 0 0 10px 0;
}

.orderFormItemsItemBody, .orderFormItemsSum {
	padding: 9px;
	background: #f7f7f7;
	border: solid 1px #e6e6e6;
	box-shadow: 0 1px 0 0 #fff inset;
	line-height: 16px;
	color: #444;
/*??
	overflow: hidden;*/
}
.orderFormItemsItemBody {
	position: relative;
}

.orderFormItemsItem img {
	border: solid 1px #e2e5e7;
	float: left;
}

.orderFormItemsItemCnt {
	margin: 0 0 0 51px;
}

.orderFormItemsItemGroup {
	display: block;
	font-size: 12px;
	line-height: 13px;
}

.orderFormItemsItemTitle {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}

.orderFormItemsItem .price {
	margin: 4px 0 0 0;
	font-size: 14px;
}

.orderFormItemsItem .price ins {
	margin: 0 0 0 2px;
	font-size: 11px;
}




.orderFormItemsItemButtons {
	position: relative;
	background: #e4e7e9;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 2px 0 #bbb inset;
	height: 31px;
}

.orderFormItems .itemsItemNotRest {
	border-top-color: #555;
	top: -7px;
	bottom: auto;
}



.multi {
	display: inline-block;
	position: relative;
	margin: 0 3px 0 5px;
	background: url("/images/icons.png") no-repeat -84px -44px;
	top: 1px;
	width: 9px;
	height: 8px;
}

.orderFormItemsItemRemove {
	position: absolute;
	cursor: pointer;
	top: 4px;
	right: 10px;
}

.orderFormItemsItemRemove ins {
	display: inline-block;
	position: relative;
	margin-left: 4px;
	background: url("/images/icons.png") no-repeat -188px -56px;
	top: 3px;
	width: 14px;
	height: 14px;
}

.noTouch .orderFormItemsItemRemove:hover ins {
	background-position: -188px -70px;
}

.orderFormItemsSum {
	margin-bottom: 20px;
	padding-right: 15px;
	text-align: right;
	background: #e4e7e9;
	box-shadow: 0 1px 0 0 #eff1f2 inset;
	font-size: 16px;
	line-height: 29px;
}

#orderFormItemsSumDelivery {
	font-size: 13px;
	line-height: 18px;
}

.orderFormItemsSum .price {
	margin-left: 5px;
	font-weight: bold;
}

.orderFormItemsSum ins {
	margin-left: 3px;
	font-size: 12px;
}

.price {
	white-space: nowrap;
}


.previewImage {
	display: block;
	background: no-repeat 0 center;
	border: solid 1px #e1e4e6;
	width: 64px;
	height: 64px;
}


/*
#contactsHref {
	margin: 5px 0 0 10px;
}*/


.notice .bigButton {
	display: table;
	margin: 20px 0;
}


#delivery_hour_id {
	width: 120px;
}
/*
#address_text {
	width: 431px;
}*/

#comment_text {
	width: 304px;
}



.promo {
	position: absolute;
	right: 52px;
	bottom: 56px;
}


/*
p.deliveryHoursDefault {
	margin: 5px 0;
	font-size: 13px;
}*/

p.deliveryHoursDefault a, p.deliveryHoursDefault a:visited {
	font-size: 13px;
	color: #0091C7;
}


.h2.itemsSerialTitle {
	 margin: 20px 0 20px 20px;
	 font-size: 16px;
}

.h2.itemsSerialTitle:first-child {
	margin-top: 0;
}




.empty {
	margin: 0 0 20px 0;
}

.empty2 {
	margin-top: -20px;
}



.siteMap {
	font-size: 17px;
}

.siteMap a, .siteMap a:visited {
	text-decoration: none;
}

.noTouch .siteMap a:hover {
	text-decoration: underline;
}

.siteMap, .siteMap ul, .siteMap li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.siteMap ul ul li {
	font-size: 13px;
}

.siteMap > li {
	margin-bottom: 20px;
}

.siteMapLi {
	padding: 7px 14px;
	background: #fff;
	border-bottom: solid 1px #e1e4e6;
	font-weight: bold;
}

.siteMap > li > ul {
	margin: 8px 0;
}

ul ul li .siteMapLi {
	margin-left: -14px;
}

.siteMap > li > ul > li {
	margin: 7px 0 7px 40px;
}

.siteMap > li > ul > li ul {
	margin: 8px 0;
}

.siteMap > li > ul > li li {
	margin: 0 0 0 24px;
	padding: 1px 0 1px 21px;
	border-left: solid 1px #e1e4e6;
}




.aboutItems {
	position: relative;
	margin: 0 0 20px 0;
	padding: 11px 11px 22px 11px;
	background: #f7f7f7;
	border: solid 1px #e6e6e6;
	box-shadow: 0 1px 0 0 #fff inset;
	cursor: pointer;
}

.aboutItems ins {
	position: absolute;
	padding: 2px;
	background: #f7f7f7;
	bottom: 3px;
	right: 10px;
}

.aboutItemsShowIcon, .show .aboutItemsHideIcon {
	display: block;
}

.show .aboutItemsShowIcon, .aboutItemsHideIcon {
	display: none;
}

.aboutItems .pageContent {
	position: relative;
	overflow: hidden;
/*
	height: 83px;*/
	height: 85px;
}

.aboutItems.show .pageContent {
	height: auto;
}



.tooltipButton {
	display: inline-block;
	position: relative;
	margin-left: 4px;
	top: 3px;
}

.tooltipButtonIcon {
	display: block;
	background: url("/images/icons.png") no-repeat -114px -55px;
	cursor: pointer;
	width: 13px;
	height: 14px;
}

.tooltipButtonCnt {
	display: none;
}

.tooltipButton.show .tooltipButtonCnt {
	display: block;
	position: absolute;
	padding: 12px 20px;
	background: #fcf7ee;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	cursor: default;
	top: -4px;
	left: 29px;
	min-width: 180px;
	z-index: 100;
}

.tooltipButtonCntArrow {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -97px -58px;
	top: 3px;
	left: -9px;
	width: 9px;
	height: 13px;
}

.tooltipButtonCnt p {
	margin: 0 0 5px 0;
}



.color {
	display: inline-block;
	position: relative;
	border: solid 1px #fff;
	box-shadow: 0 1px 2px 0 #ddd;
	top: 3px;
	width: 10px;
	height: 10px;
}



.itemBuyTop {
	overflow: hidden;
}

.itemBuyTop table {
	width: 100%;
}

.itemBuyTop .buttonHref {
	border-radius: 0 4px 0 0;
}

.itemBuyTop .price {
	border-radius: 4px 0 0 0;
}
/*
.itemBuyTop .price, .itemBuy .newPrice {
	width: 118px;
}*/




.orangeButton, #oneClickPopup .Button {
	padding: 10px 16px;
	text-shadow: 0 1px 0 #984304;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dc7107), to(#d05505));
	background: linear-gradient(#dc7107, #d05505);
	background-color: #d56106;
	border: solid 1px #e76214;
	box-shadow: 0 1px 0 0 #eaaa6a inset;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.noTouch .orangeButton:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f18009), to(#ed6007));
	background: linear-gradient(#f18009, #ed6007);
	background-color: #ef6d08;
}



.buyOnOneClickButton {
	white-space: nowrap;
	padding: 0 10px;
	text-align: center;
	text-shadow: 0 1px #9c5929;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e69a4a), to(#dc7635));
	background: linear-gradient(#e69a4a, #dc7635);
	background-color: #df813c;
	border: solid 1px #ca6f21;
	border-top: solid 1px #ca6f21;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #ebae6e inset;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
	height: 35px;
}

.noTouch .buyOnOneClickButton:hover, .noTouch .orangeButton:hover, .noTouch #oneClickPopup .Button:hover {
/*
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e87707), to(#d05505));
	background: linear-gradient(#e87707, #d05505);
	background-color: #d55f06;*/

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f18009), to(#ed6007));
	background: linear-gradient(#f18009, #ed6007);
	background-color: #ef6d08;
}

.buyOnOneClickButton ins {
	display: inline-block;
	position: relative;
	margin: 0 6px 0 0;
	background: url("/images/icons.png") no-repeat -128px -94px;
	top: 4px;
	width: 16px;
	height: 17px;
}


/*
.item .cnt .left {
	width: 220px;
}

.item .cnt .right {
	width: 225px;
}*/

.item .cnt .left, .item .cnt .right {
	box-sizing: border-box;
	width: 50%;
}

.item .cnt .left {
	padding-right: 5px;
}

.item .cnt .right {
	padding-left: 5px;
}

.itemTabs {
	position: relative;
	margin: 6px 0 0 0;
}

.itemTabsLabelsWrap {
	margin: 0 0 0 -10px;
	padding: 0 10px;
	overflow: hidden;
	height: 36px;
}

.itemTabsLabelsWrap:before, .itemTabsLabelsWrap:after {
	z-index: 2;
}

.itemTabsLabelsWrap:before {
	background: linear-gradient(90deg, #fafafa, rgba(250, 250, 250, 0));
}

.itemTabsLabelsWrap:after {
	background: linear-gradient(90deg, rgba(250, 250, 250, 0), #fafafa);
}

.itemTabsLabels {
	position: relative;
	margin: 0 -10px;
	padding: 0 10px 50px 10px;
	overflow-x: scroll;
	white-space: nowrap;
}

.itemTabsLabels:after {
	display: block;
	position: absolute;
	border-bottom: solid 1px #a1a1a1;
	top: 35px;
	width: 100%;
	height: 0;

	content: '';
}

.itemTabsLabels a {
	display: inline-block;
	position: relative;
	margin: 0 0 -1px -1px;
	padding: 0 18px;
	vertical-align: top;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));
	background: linear-gradient(#fafafa, #eaeaea);
	background-color: #f5f5f5;
	border: solid 1px #cbcbcb;
	border-bottom: solid 1px #a1a1a1;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 1px 0 0 #fff inset;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	color: #444;
/*
	left: -1px;*/
	cursor: pointer;
}

.itemTabsLabels a:first-child {
	margin-left: 0;
}

.show1 .itemTabsLabelsItem1, .show2 .itemTabsLabelsItem2, .show3 .itemTabsLabelsItem3, .show4 .itemTabsLabelsItem4 {
	background: #fafafa;
	border: solid 1px #a1a1a1;
	border-bottom: solid 1px #fafafa;
	color: #222;
	z-index: 1;
	cursor: default;
}

.itemTabsLabels a ins {
	font-weight: normal;
}

.show4 .itemTabsLabelsItem4 ins {
	color: #ea7117;
}

.itemTabsItem {
	display: none;
}

.show1 .itemTabsItem1, .show2 .itemTabsItem2, .show3 .itemTabsItem3, .show4 .itemTabsItem4 {
	display: block;
	margin: 0px 0 40px 0;
	padding-top: 20px;
}

.itemTabsItem .itemParams tr:first-child td {
	border-top: 0;
}


.itemTabsItem input[type="text"] {
	width: 307px;
}

.itemTabsItem textarea {
	width: 314px;
}


.itemDeliveryBox {
	position: relative;
	padding: 27px 10px 7px 64px;
	background: #f5f5f5;
	border: solid 1px #e1e1e1;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #efefef;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #e1e1e1 inset, 0 1px 0 0 #fff;
	font-size: 14px;
	line-height: 18px;
}

.itemDeliveryBoxTextItem {
	position: relative;
}

.itemDeliveryBox .itemDeliveryBoxTextItem ins {
	display: block;
	position: absolute;
	background: url("/images/icons.png") no-repeat -202px -87px;
	top: 0;
	left: -47px;
	width: 36px;
	height: 36px;
}

.itemDeliveryBoxText {
	display: table-cell;
	vertical-align: middle;
	height: 36px;
}

.itemDeliveryBox a {
	color: #444;
}

.itemDeliveryBox small {
	font-size: 11px;
}

.itemDeliveryBoxTitle {
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 #608621;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#a5c550), to(#6fa233));
	background: linear-gradient(#a5c550, #6fa233);
	background-color: #89b341;
	border: solid 1px #89b341;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 1px 0 0 #c9dc96 inset;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 18px;
}
.itemDeliveryBoxTitle a {
	color: inherit;
}
.itemDeliveryBoxTitle.isShowroom {
	background: linear-gradient(#e69a4a, #dc7635);
	background-color: #df813c;
	border: solid 1px #ca6f21;
	border-top: solid 1px #ca6f21;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #ebae6e inset;
	text-shadow: 0 1px #9c5929;
}
.itemDeliveryBoxTitle.notRest {
	text-shadow: 0 1px 0 #656b70;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b4babf), to(#869099));
	background: linear-gradient(#b4babf, #869099);
	background-color: #9ca4ab;
	border: solid 1px #869099;
	box-shadow: 0 1px 0 0 #d2d6d9 inset;
}

.itemDeliveryBoxTitle ins, .itemDeliveryByFloor ins {
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	background: url("/images/icons.png") no-repeat -178px -44px;
	top: 1px;
	width: 10px;
	height: 11px;
}

.itemDeliveryBoxTitle.notRest ins {
	background-position: -178px -55px;
}
/*
.itemDeliveryByFloor {
	margin: 8px 0 0 21px;
	font-size: 14px;
	line-height: 18px;
	color: #71a63e;
}

.itemDeliveryByFloor ins {
	background-position: -178px -66px;
}*/


.itemDeliveryBoxInUp {
	padding: 25px 4px 4px 29px;
	background: #eff2e9;
	font-size: 13px;
	color: #222;
}

.itemDeliveryBoxTextItemUp {
	margin: 5px 0 0 0;
}

.itemDeliveryBoxInUp .itemDeliveryBoxTextItem ins {
	background-position: -144px -78px;
	top: 5px;
	left: -21px;
	width: 16px;
	height: 14px;
}

.itemDeliveryBoxInUp .itemDeliveryBoxTextItemUp ins {
	background-position: -144px -92px;
	top: 3px;
	height: 13px;
}

.itemDeliveryBox a.dashed {
	font-size: 13px;
	color: #222;
}


.buyRow  {
	display: flex;
	margin-left: -20px;
	margin-bottom: 20px;
}
.buyRow .itemBuy, .buyRow .itemDeliveryBox {
	margin-left: 20px;
}
.buyRow .itemDeliveryBoxTitle, .buyRow .itemDeliveryBox {
	line-height: 14px;
}
.buyRow .itemDeliveryBox {
	display: flex;
	padding: 0;
	background: #eff2e9;
	border: 0;
	height: 72px;
}
.buyRow .itemDeliveryBox.isNotRest {
	background: #f5f5f5;
}
.buyRow .freeUp {
	border-left: solid 1px #dcded6;
}
.buyRow .itemDeliveryBoxTitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	border-radius: 0;
	position: static;
	padding: 0 20px;
	min-height: 100%;
	box-sizing: border-box;
}
.buyRow .itemDeliveryBoxTitle:first-child {
	border-radius: 4px 0 0 4px;
}
.buyRow .itemDeliveryBoxTitle ins {
	margin: 0 0 4px 0;
}
.buyRow .itemDeliveryBoxText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	padding: 0 10px 0 52px;
	text-shadow: 0 1px 0 #fff;
	min-height: 100%;
	box-sizing: border-box;
}
.buyRow .itemDeliveryBoxTextItem ins {
	margin-top: -15px;
	background-position: -48px -130px;
	top: 50%;
	left: -40px;
	width: 30px;
	height: 30px;
}
.buyRow .isNotRest .itemDeliveryBoxTextItem ins {
	background-position: -48px -160px;
}
.buyRow .itemDeliveryBoxTextItemUp ins {
	background-position: -78px -130px;
}
.buyRow .isNotRest .itemDeliveryBoxTextItemUp ins {
	background-position: -78px -160px;
}

.buyRow .compareButton svg {
	margin: 12px auto 5px auto;
	display: block;
	position: static;
	fill: #666;
	width: 17px;
	height: 15px;
}
.buyRow .compareButton, .buyRow .compareButton:visited {
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	height: 70px;
	width: 100px;
	min-width: 100px;
	box-sizing: border-box;
	white-space: normal;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
}
.buyRow .comparingButton svg {
	margin: 8px auto 2px auto;
	fill: #329ed1;
	width: 13px;
	height: 12px;
}
.buyRow a.compareRemoveHref {
	margin-top: 7px;
	margin-left: 0;
}

/*
.starsField {
}*/

.starsField a {
	display: inline-block;
	margin: 0 4px 0 0;
	background: url("/images/icons.png") no-repeat -128px -54px;
	cursor: pointer;
	width: 24px;
	height: 23px;
}


.star1 .starsFieldItem1,
.star2 .starsFieldItem1, .star2 .starsFieldItem2,
.star3 .starsFieldItem1, .star3 .starsFieldItem2, .star3 .starsFieldItem3,
.star4 .starsFieldItem1, .star4 .starsFieldItem2, .star4 .starsFieldItem3, .star4 .starsFieldItem4,
.star5 .starsFieldItem1, .star5 .starsFieldItem2, .star5 .starsFieldItem3, .star5 .starsFieldItem4, .star5 .starsFieldItem5 {
	background-position: -152px -54px;
}


.commentsItemTitle .starsField {
	display: inline-block;
	margin: 0 5px 0 0;
}

.commentsItemTitle .starsField a {
	margin: 0 2px 0 0;
	background: url("/images/icons.png") no-repeat -68px -57px;
	cursor: default;
	width: 12px;
	height: 11px;
}

.commentsItemTitle .star1 .starsFieldItem1,
.commentsItemTitle .star2 .starsFieldItem1, .commentsItemTitle .star2 .starsFieldItem2,
.commentsItemTitle .star3 .starsFieldItem1, .commentsItemTitle .star3 .starsFieldItem2, .commentsItemTitle .star3 .starsFieldItem3,
.commentsItemTitle .star4 .starsFieldItem1, .commentsItemTitle .star4 .starsFieldItem2, .commentsItemTitle .star4 .starsFieldItem3, .commentsItemTitle .star4 .starsFieldItem4,
.commentsItemTitle .star5 .starsFieldItem1, .commentsItemTitle .star5 .starsFieldItem2, .commentsItemTitle .star5 .starsFieldItem3, .commentsItemTitle .star5 .starsFieldItem4, .commentsItemTitle .star5 .starsFieldItem5 {
	background-position: -80px -57px;
}


.clockIcon {
	display: inline-block;
	position: relative;
	padding: 0;
	background: url("/images/icons.png") no-repeat -128px -78px;
	top: 8px;
	width: 16px;
	height: 16px;
}






#oneClickPopup .itemRecommendsItem, .noTouch #oneClickPopup .itemRecommendsItem:hover {
/*--?
	margin: 0;*/
	padding: 10px;
	background: #faf4f0;
	border: 1px solid #E6E6E6;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
}

#oneClickPopup .itemRecommendsItemTitle {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}
#oneClickPopup .h2,
#oneClickPopup h2 {
	margin: 30px 0 5px 0;
	font-size: 16px;
	line-height: 1em;
	color: #222;
}

#oneClickPopup p {
	margin: 0 0 20px 0;
}

#oneClickPopup #onneClick_phone {
	margin-right: 10px;
	padding: 0 7px;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	width: 142px;
	height: 38px;
}

#oneClickPopup .Button {
	margin-right: 30px;
	padding: 10px;
}


.citiesChoose {
}

.citiesChoose ul, .citiesChoose li {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

.citiesChoose li {
	padding: 0 0 7px 0;
}

.citiesChoose a, .citiesChoose a:visited {
	color: #222;
}









.zoom, .zoomImage, .zoomLoad {
	position: absolute;
}

.zoom {
	display: block;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	top: 0;
	left: 240px;
	width: 460px;
	height: 460px;
	z-index: 100;
}


.zoomImage {
	display: block;
}

.zoomLoad {
	margin: -12px 0 0 -36px;
	padding: 2px 6px;
	text-shadow: 1px 1px 0 #fff;
	color: #000;
	top: 50%;
	left: 50%;
}

.zoomTo {
	position: relative;
	background: transparent;
	z-index: 120;
}

.zoomSquare {
	position: absolute;
	background: rgba(0, 0, 0, .2);
	z-index: 110;
	width: 151px;
	height: 151px;
}




#bagPopup .popupWin.popupWinNecessaries {
/*
	margin-left: -434px;*/
	width: 868px;
}

#bagPopup .popupWinCnt {
	width: 552px;
}

.popupWinNecessaries #bagPopupNecessaries {
	float: right;
	width: 260px;
	min-height: 300px;
}

.popupWinNecessaries #bagPopupNecessaries .itemInfo {
/*
	position: relative;*/
	margin: 20px;
	z-index: 1;

	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
}

.popupWinNecessaries .bagPopupNecessariesBg {
	position: absolute;
	background: #f5f5f5;
	top: 0;
	right: 0;
	bottom: 0;
	width: 260px;
}



.nextPrevItems .itemRecommendsItem, .noTouch .nextPrevItems .itemRecommendsItem {
	margin: 7px 0 0 0;
	padding: 10px;
}

.nextPrevItems .right {
	text-align: right;
}

.nextPrevItems .itemRecommendsItem {
	margin: 7px 0 0 0;
	padding: 11px 10px;
	text-align: left;
	overflow: visible;
	width: 218px;
}

.nextPrevItemsItemArrow {
	display: block;
	position: absolute;
	background: url("/images/bg-next-arrows.png") no-repeat -21px 0;
	top: 0;
	left: -21px;
	width: 21px;
	height: 72px;
}

.nextPrevItems .right .itemRecommendsItem .nextPrevItemsItemArrow {
	background-position: 0 0;
	left: 100%;
}



.infoHref {
	margin: 0 0 10px 0;
	line-height: 1.2em;
}


.noPhoto {
	background: #eee url("/images/icon-photos.png") no-repeat center center;
	width: 220px;
	height: 220px;
}

.noPhoto p {
	margin: 0;
	padding: 130px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}




.path {
	position: relative;
	margin: 0 0 14px 0;
	background: #fafafa;
	font-size: 12px;
	line-height: 14px;
}

.path a, .path a:visited {
	color: #666;
}

.path a:before {
	display: inline-block;
	margin: 0 6px;
	text-decoration: none;

	content: "»";
}

.path a:first-child:before {
	display: none;
}

a.pathSerialHref:before {
	content: "|";
}


.allGroups {
	margin: 34px 0;
	margin-left: -25px;
	line-height: 18px;
}
/*
.allGroups:before, .homeGroups .allGroups:after {
	display: block;
	margin: 0 0 30px 25px;
	background: #e1e4e6;
	border-bottom: solid 1px #fff;
	height: 1px;

	content: "";
}

.homeGroups .allGroups:before {
	display: none;
}

.homeGroups .allGroups:after {
	margin: 10px 0 50px 30px;
}*/

.allGroups ul, .allGroups li {
	padding: 0;
	list-style: none;
}

.allGroups > ul {
	display: block;
	margin: 0 0 0 25px;
	vertical-align: top;
/*
	width: 216px;*/
	column-count: 4;
}

.allGroups > ul > li {
	margin: 0 0 49px 0;
}

.allGroups > ul > ul {
	margin: 4px 0 0 0;
}

.allGroups > ul > li li {
	margin: 0;
}

.allGroups img {
	display: block;
	margin: 0 0 6px 0;
}

.allGroups > ul > li > a {
	font-weight: bold;
	font-size: 16px;

	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.allGroups > ul > li li a, .allGroups > ul > li li a {
	font-size: 12px;
	color: #444;
}
/*
.allGroups {
	margin-left: 0;
	column-count: 2;
}

.allGroups > ul {
	display: inline;
	margin: 0;
}*/




.warn, #minDeliverySumMessage {
	color: #DF6400;
}

#restWarn {
	margin: 10px 0 10px 0;
}

#pickPointWrap {
	margin: 0 0 20px 0;
}

.orderDescriptionText {
	margin: 10px 0 0 0;
	font-weight: bold;
}




.pageInModalContent {
	max-width: 620px;
}

.map {
	margin-top: -10px;
	height: 460px;
}



.handcrafted {
	display: none;
}



.checkboxToggle, .miniMenu, .catMenu .backInCat, .showFilterButton {
	display: none;
}

.hideInBig {
	display: none;
}









.mailPopup {
	margin: -10px 0 22px 0;
/*
	white-space: nowrap;*/
}

.mailPopup.fix {
	position: fixed;
	margin: 0;
	background: rgba(0, 0, 0, 0.6);
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
/*
	height: 100px;*/
	z-index: 100;

	transition: height 0.2s;
}
.mailPopup.fix.hide {
	height: 0;
}
.mailPopup.fix .cnt {
	padding-top: 20px;
}
.mailPopupText {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #474747;
}
.mailPopup.fix .mailPopupText {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
}
.to-mailButton .buyOnOneClickButton,
.pageContent .buyOnOneClickButton {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 20px;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #ebae6e inset;
	font-size: 18px;
	color: #fff;
}
.mailPopup .to-mailButton .buyOnOneClickButton {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #ebae6e inset;
}
.mailPopup .cnt {
	display: flex;
	justify-content: space-between;
}
.mailPopup .left, .mailPopup .right {
	margin: 0 0 20px 0;
	float: none;
}
.mailPopup .right {
	margin-top: 11px;
}
.mailPopupClose {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
}
.mailPopupClose svg {
	display: block;
	fill: #d5d5d5;
	width: 24px;
	height: 24px;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
form > fieldset:last-child {
	margin-bottom: 0;
}
fieldset .title {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}
fieldset label {
	display: block;
	margin: 0px 0 5px 0px;
}
fieldset.required label:after {
	content: " *";
}
fieldset.to-check label {
	position: relative;
	padding: 0 0 0 20px;
	text-transform: none;
}
fieldset.to-check .CheckBox {
	position: absolute;
	left: 0;
}
.tip {
	align-self: flex-end;
}
.tip .text {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
.to-textarea .Edit {
	display: block;
}
.to-textarea .tip .text {
	height: 66px;
}

.to-submit {
	margin-top: 20px;
}
.to-submit > button, .to-submit > .Button, .to-submit > a.Button[href], .to-submit > .ButtonSeccond {
	margin: 0 20px 0 0;
}
.to-submit > .ButtonSeccond:last-child {
	margin-right: 0;
}



.iconsH {
	margin: 0 0 0 -20px;
}
.iconsH li {
	display: inline-block;
	margin: 0 0 40px 40px;
	padding: 0;
	vertical-align: top;
	width: 200px;
}
.iconsH a, .iconsH a[href] {
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	overflow: hidden;
}
.iconsH svg {
	float: left;
	fill: #848f9b;
	width: 60px;
	height: 60px;
}
.iconsH .text {
	display: block;
	margin: 0 0 0 75px;
}
.iconsH .title {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #369fd3;
}



.fBackForm input[type], .fBackForm textarea {
	width: 370px;
}
.fBackForm .Upload input[type] {
	width: auto;
}
.fBackForm input[type="text"].ComboBoxInput {
	width: calc(370px - 24px);
}


@media screen and (max-width: 1024px) {
	.movesLeft, .movesRight {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.shortBnr {
		display: none;
	}
	.allGroups img {
		display: none;
	}
	.allGroups > ul > li {
		margin: 0 0 10px 0;
	}

	.mailPopup.fix .cnt {
		flex-wrap: wrap;
	}
	.mailPopup .left {
		font-size: 18px;
		line-height: 20px;
	}
	.mailPopup .right {
		margin-top: 0;
	}

	.hideInBig {
		display: block;
	}

	.hideInMin {
		display: none;
	}

	div.homeText {
		padding: 0;
	}

	.homeTextIcon {
		display: none;
	}


	.body, .minimal .body {
		margin-bottom: -100px;
	}

	.push, .minimal .push {
		height: 120px;
	}

	.footer, .minimal .footer {
		height: 100px;
	}


	.footerMenu {
		display: none;
	}

	.copy {
		position: static;
		padding: 18px 0 0 0;
	}

	.width {
		padding-right: 30px;
		padding-left: 30px;
		width: auto;
	}



	.topMenu {
		position: absolute;
		background: none;
		border: 0;
		width: 0;
		height: 0;
	}

	.topMenu .qForm, .topMenu .pageMenu, #bag .bagEmpty {
		display: none;
	}

	.toSearchPage .qForm {
		display: block;
		top: 150px;
		right: auto;
		width: calc(100vw - 60px);
	}

	.toSearchPage .qForm input[type='text'] {
		width: 100%;
	}

	.toSearchPage .header {
		margin-bottom: 55px;
	}



	#bag, .miniMenu {
		position: fixed;
		right: 3px;
		z-index: 901;
	}

	#bag {
		text-align: right;
	}

	#bag > a {
		margin-bottom: 3px;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	}

	.miniMenu {
		display: inline-block;
		padding: 8px;
		box-sizing: border-box;
		background: #6b737a;
		border-radius: 4px;
/*
		box-shadow: 0 2px 2px 0 #5b6269 inset;*/
		box-shadow: 0 2px 2px 0 #555 inset, 0 1px 5px 0 rgba(0, 0, 0, 0.2);
		cursor: pointer;
		opacity: 0.8;
		width: 36px;
		height: 36px;
		z-index: 901;
	}

	.miniMenuIcon {
		display: block;
		margin: 0 0 7px 0;
		background: #fff;
		border-radius: 2px;
		width: 20px;
		height: 2px;

		transition: transform .3s ease;
	}

	.miniMenuIcon:last-child {
		margin-bottom: 0;
	}


	
	#miniMenuToggle:checked ~ .topMenu .miniMenu {
	}

	#miniMenuToggle:checked ~ .topMenu .miniMenuIcon {
		display: none;
	}

	#miniMenuToggle:checked ~ .topMenu .miniMenuIcon:first-child, #miniMenuToggle:checked ~ .topMenu .miniMenuIcon:last-child {
		display: block;
		position: absolute;
		transform: rotate(45deg);
		top: 17px;
	}

	#miniMenuToggle:checked ~ .topMenu .miniMenuIcon:first-child {
		transform: rotate(-45deg);
		left: 8px;
	}
/*
	.menuSum svg {
		display: block;
		width: 22px;
	}*/

	#miniMenuToggle:checked ~ .topMenu .pageMenu {
		display: block;
		position: fixed;
		margin: 0;
		padding: 30px 30px;
		background: #fff;
		text-align: center;
		text-transform: uppercase;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		overflow: auto;

		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#miniMenuToggle:checked ~ .topMenu .pageMenu li {
		display: block;
		margin: 10px 0;
		float: none;
	}

	#miniMenuToggle:checked ~ .topMenu .pageMenu a, #miniMenuToggle:checked ~ .topMenu .pageMenu a:visited {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 1px;
	}

	#miniMenuToggle:checked ~ .topMenu .miniMenu {
		background: #42a7d5;
	}






	.header, .minimal .header {
		height: auto;
	}

	.header .logo {
		position: relative;
		margin: 30px 0 17px 0;
		top: auto;
		left: auto;
	}

	.showMenuSum .logo {
		z-index: 1;
	}

	.header .icons {
		display: flex;
		position: static;
		margin: 0 0 5px 0;
		justify-content: space-between;
	}

	.header .icons li {
		margin: 0 0 14px 0;
		float: none;
		width: auto;
	}

	.w14, .w34, .w24 {
		width: 100%;
		min-width: 100%;
	}

/*
	.moves .items {
		transition: none;
	}*/


	.bnr {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: calc((100vw - 60px) / 1.842);
	}

	.bnrA {
		height: calc((100vw - 60px) / 2.61);
	}

	.bnrPoints a {
		line-height: 30px;
		width: 30px;
		height: 30px;
	}

	.allGroups > ul {
/*
		width: calc(50% - 25px);*/
		column-count: 2;
	}

	.allGroups > ul > li li {
		display: none;
	}


	.left.w14 .itemInfo {
		display: none;
	}



	.groups.isCurrent > li, .groups.isSimplePage, .groups .current > .groupsItemHref ins,
	.groups.isSimplePage ~ .shortBnr {
		display: none;
	}

	.groups li.toCurrent, .groups li.toCurrent li {
		display: block;
	}

	.groups a.groupsBack.groupsToCat {
		display: block;
	}


	.filter, .showFilter .showFilterButton {
		display: none;
	}

	.showFilterButton {
		display: block;
		margin: 0 0 30px 0;
	}

	.showFilter .filter {
		display: block;
		margin-bottom: 30px;
	}


	.tooltipButton {
		display: none;
	}


	.filter ul {
		columns: 3;
	}




	
	.sortMenu {
		display: flex;
		margin: 0 0 0 -10px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sortMenu > a, a.sortMenuFirst, a.sortMenuFirst.sortMenuLast {
		display: block;
		margin: 0 0 10px 10px;
		padding: 6px 2px;
		border-radius: 4px;
		text-align: center;
		flex: 1 0 20%;
	}

	.sortMenu .pagesMenu {
		display: none;
	}



	


	.movesItemCntWrap {
		height: calc((100vw - 60px) / 3 + 120px);
	}

	a.itemsItem, a.itemsItem:visited {
		width: calc((100vw - 60px + 20px) / 3 - 20px);
	}

	.itemsItemImage {
		width: 100%;
		height: calc((100vw - 60px + 20px) / 3 - 20px);
	}

	.itemsItemBuy .buttonHref {
		padding-right: 2px;
	}

	.itemsItemBuyText {
		display: block;
		overflow: hidden;
		width: 0;
	}

	.itemsItemComparWrap {
		display: block;
		box-sizing: border-box;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
	}

	.itemsItem .compareHref {
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 90%;
	}

	.itemsItem .compareRemoveHref {
		max-width: 32%;
	}


	.minimal a.back {
		top: 34px;
	}

	.minimal .logo {
		float: right;
	}


	
	.item .left.w14 .itemInfoTitle:last-child, .item .left.w14 .infoHref:last-child {
		margin-bottom: 34px;
	}

	.itemImageWrap:after {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;

		content: '';
	}


	
/*
	.popup, .popupWin, body .Modal, body .ModalWin, .popup:before, .Modal:before {*/
	.popupWin, body .ModalWin {
		position: fixed;
		margin: 0;
		background: #fff;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

	}
/*
	.popup:before, .Modal:before {
		content: '';
	}*/


	
	#bagPopup .popupWin, #bagPopup .popupWin.popupWinNecessaries, #deliveryPopup .popupWin {
/*
		margin-left: 0;*/
		width: 100%;
	}

	.popupWinNecessaries #bagPopupNecessaries {
		margin: 30px -30px -30px -30px;
		padding: 1px 10px;
		background: #f5f5f5;
		float: none;
		width: auto;
		min-height: 0;
	}

	.popupWinNecessaries #bagPopupNecessaries .itemInfo {
		position: static;
		width: auto;
	}

	.popupWinNecessaries .bagPopupNecessariesBg {
		display: none;
	}



	#bagPopup .popupWinCnt {
		width: 100%;
	}

	.popupWinCnt, body .ModalWin {
		padding: 16px 30px 20px 30px;
		border-top: solid 1px #fff;
		box-sizing: border-box;
	}

	.popupWinCnt, body .ModalScroll {
		overflow: auto;
		width: 100%;
		height: 100%;
	}

	body .ModalScroll {
		padding: 0;
	}

	.popupWinClose, .ModalClose/*, #photoPopupClose*/,
	.popupWinClose svg, .ModalClose svg/*, #photoPopupClose svg*/ {
		width: 20px;
		height: 20px;
	}

	.popupWinTitle, .ModalTitle {
		padding-right: 7px;
	}


	
	.popup table td {
		padding: 8px 5px 11px 5px;
	}

	.popup table td:first-child {
		padding-left: 0;
	}

	.popup table td:last-child {
		padding-right: 0;
	}


	.topGroups {
		margin-left: 0;
	}
	.topGroups ul {
		flex-wrap: wrap;
	}
	.topGroups li:first-child a {
		border-left: solid 1px #d6d6d6;
/*
		border-radius: 3px 0 0 3px;*/
	}
	.topGroups li:last-child a {
		border-left: solid 1px #d6d6d6;
		border-radius: 0;
	}
	.solutions .to-text {
		margin-right: 0;
	}
	.solutions li > a > img {
		float: none;
		width: 100%;
	}
	.solution .images, .solution .images li {
		width: 100%;
	}
/*
	.solution .images li .point {
		display: none;
	}*/
	.solution > .to-text {
		flex-wrap: wrap;
	}
	.solution > .to-text .text {
		margin-bottom: 20px;
	}
	.solution > .to-text .w14 {
		width: calc(100% - 20px);
		min-width: calc(100% - 20px);
	}


	.buyRow {
		flex-wrap: wrap;
	}
	.buyRow .itemBuy, .buyRow .itemDeliveryBox {
		flex-grow: 1;
	}
	.buyRow .itemBuy {
		order: 1;
	}
	.buyRow .compareButton {
		order: 2;
	}
	.buyRow .itemDeliveryBox {
		order: 3;
	}
}

@media screen and (max-width: 500px) {
	.solution .to-images {
		grid-template-columns: 1fr;
	}
	.solution .list {
		display: none;
	}
	.solution .to-items {
		grid-template-columns: 1fr;
	}
	.solution > .to-text .info .itemDeliveryBox {
		overflow: auto;
	}

	.to-reviews {
		grid-template-columns: 1fr;
	}

	.iconsH {
		margin-left: -40px;
	}
	.iconsH li {
		width: calc(50% - 40px);
	}

	.is-complect .to-items .item {
		width: 100%;
	}

	.header .icons {
		display: block;
		margin: 0 0 25px 0;
	}


	.toSearchPage .qForm {
		top: 240px;
	}

	.toSearchPage .header {
		margin-bottom: 65px;
	}



	.filter ul {
		columns: 2;
	}


	.movesItemCntWrap {
		height: calc((100vw - 60px) / 2 + 120px);
	}

	a.itemsItem, a.itemsItem:visited {
		width: calc((100vw - 60px + 20px) / 2 - 20px);
	}

	.itemsItemImage {
		width: 100%;
		height: calc((100vw - 60px + 20px) / 2 - 20px);
	}




	.item .cnt .left, .item .cnt .right {
		padding-right: 0;
		padding-left: 0;
		float: none;
		width: 100%;
	}

	.item .cnt .left {
		padding-bottom: 10px;
	}



	.nextPrevItems .left {
		margin-bottom: 20px;
	}



	form > table, form > table > tbody, form > table > tbody > tr, form > table > tbody > tr > td {
		display: block;
	}

	td.formStdTd1 {
		padding: 0 0 3px 0;
		width: auto;
	}

	td.formStdTd1Empty {
		display: none;
	}



	body .Edit, body .ComboBox {
		display: block;
	}
/*
	input[type="text"] {
	}*/

	input[type="text"], input[type="email"], input[type="tel"], textarea,
	.itemTabsItem input[type="text"], .itemTabsItem textarea {
		box-sizing: border-box;
		width: 100%;
		height: 28px;
	}

	textarea {
		height: 80px;
	}

	.fBackForm input[type], .fBackForm textarea {
		width: 100%;
	}
	.fBackForm input[type="text"].ComboBoxInput {
		width: calc(100% - 24px);
	}



	.compareButton, .compareButton:visited {
		display: block;
		margin: 0 0 34px 0;
		text-align: left;
	}


	html body input[type="text"].ComboBoxInput {
		margin-right: 0;
		padding-right: 24px;
		border-right: 0;
		border-radius: 4px;
		width: 100%;
	}

	body .dateEdit input[type="text"] {
		width: 114px;
	}

	#delivery_hour_id {
		width: 128px;
	}

	#comment_text {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	.iconsH {
		margin-left: -20px;
	}
	.iconsH li {
		margin-bottom: 30px;
		width: auto;
	}
	.iconsH svg {
		width: 36px;
		height: 36px;
	}
	.iconsH .text {
		margin: 0 0 0 50px;
	}

	.body, .minimal .body {
		margin-bottom: -130px;
	}

	.push, .body .push {
		height: 150px;
	}

	.footer, .minimal .footer {
		height: 130px;
	}


	
	.itemsItem .compareHref {
		max-width: 77%;
	}

	.itemsItem .compareRemoveHref {
		max-width: 30%;
	}


	.popupOr {
		display: block;
		margin: 10px;
	}
	
	a.popupBegining {
		display: inline-block;
		margin: 0 10px;
		white-space: nowrap;
	}

	#oneClickPopup #onneClick_phone {
		margin-bottom: 20px;
	}


	a.back {
		padding-right: 5px;
		border-right: solid 1px #bbb;
		border-radius: 0 4px 4px 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 77px;
		height: 29px;
	}


	.is-complect .itemPhotos {
		margin-left: 10px;
		min-width: 64px;
	}
	.is-complect .itemPhotos a {
		width: 64px;
	}
	.buyRow .compareButton {
		display: none;
	}
}


@media screen and (max-width: 320px) {
	a.back {
		padding-left: 20px;
		left: -15px;
	}

	.movesItemCntWrap {
		height: calc((100vw - 60px) + 120px);
	}


	.filter ul {
		columns: 1;
	}

	ul#filter-brand {
		columns: 2;
	}


	a.itemsItem, a.itemsItem:visited {
		width: calc(100vw - 60px);
	}

	.itemsItemImage {
		width: 100%;
		height: calc(100vw - 60px);
	}

	.itemsItemBuy .buttonHref {
		padding-right: 7px;
	}

	.itemsItemBuyText {
		display: block;
		overflow: visible;
		width: auto;
	}

	.itemsItem .compareHref, .itemsItem .compareRemoveHref {
		max-width: 100%;
	}


	.allGroups > ul {
/*
		width: 100%;*/
		column-count: 1;
	}


	#oneClickPopup .Button {
		margin-right: 5px;
	}

	table.deliveryDateWrap td {
		display: block;
		padding-bottom: 5px;
	}
/*
	#delivery_hour_id {
		width: 79px;
	}*/

	table td.clockIconWrap {
		display: none;
	}

	.shortBnrH .shortBnr-image {
		width: 290%;
	}
}

.itemBnr {
}
.itemBnrItem {
	margin: 0 0 20px 0;
}
.itemBnrItem img {
	display: block;
	width: 100%;
}
.itemBnrItem .text {
	padding: 10px 0;
	border-bottom: solid 1px #a1a1a1;
}
/*
.searchForm {
	position: relative;
}*/
.searchForm-popup {
	position: absolute;
	background: #fff;
	top: 22px;
	left: 0;
	right: 0;
	z-index: 1000;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	font-family: arial;
	font-size: 13px;
}
.searchForm-popup .res-g {
	padding: 0;
}
.searchForm-popup .res-groups {
	background: #eee;
	overflow: hidden;
}
.searchForm-popup a[href] {
	display: block;
	margin: 7px 10px;
	color: #3b3e40;
}
/*
.searchForm-popup a[href].is-sel {
	background: #ccc;
}*/


.printButton {
	margin: 0 0 0 14px;
}

@media print {
	.printButton,
	.topMenu,
	.body > .width > .left.w14,
	h2,
	.commentForm,
	.footer,
	.icons a:last-child,
	.mailPopup {
		display: none;
	}
	.w34 {
		width: auto;
		float: none;
	}
	.w14 {
		width: auto;
		min-width: 0;
		padding: 0 20px 0 0;
	}
	.w24 {
		width: auto;

	}
	.right {
		float: none;
	}
	.width {
		width: auto;
	}
	body {
		padding: 10px 40px;
	}
	.iconsRegion .city,
	.icons a {
		padding: 12px 0 0 0;
	}
}