.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
	cursor: default;
	z-index:1;
}

.ch-itemX {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
	cursor: default;
	z-index:5;
}

.ch-info-wrap, 
.ch-info{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}
.ch-info-wrapX, 
.ch-infoX{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.ch-info-wrap {
	top: 0px;
	left: 0px;
	background: #f9f9f9 url(../images/bg.jpg);
	/*box-shadow: 
	0 0 0 20px rgba(255,255,255,0.4),
		inset 0 0 3px rgba(115,114,23, 0.8);*/
}
.ch-info-wrapX {
	top: 0px;
	left: 0px;
	background: #f9f9f9 url(../images/bg.jpg);
	/*box-shadow: 
	0 0 0 20px rgba(255,255,255,0.4),
		inset 0 0 3px rgba(115,114,23, 0.8);*/
}

.ch-info {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-infoX > div {
	display: block;
	position: absolute;
	width: 99%;
	height: 99%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-front {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 4;
	box-shadow: 
	inset 2px 1px 4px rgba(0,0,0,0.1);
}
.ch-infoX .ch-info-front {
	z-index: 6;
	box-shadow: 
	inset 2px 1px 4px rgba(0,0,0,0.2);
}


.ch-info .ch-info-back {
	background: #ea8169;
}


.ch-img-1 { 
	background-image: url(../img/Срочная_печать.jpg);
	opacity: 0.95;
}

.ch-img-01 { 
	background-image: url(../img/Срочная_печать.jpg);
}

.ch-img-2 { 
	background-image: url(../img/Цифровая_печать.jpg);
	opacity: 0.95;
}

.ch-img-02 { 
	background-image: url(../img/Цифровая_печать.jpg);
}

.ch-img-3 { 
	background-image: url(../img/Дешевая_печать.jpg);
	opacity: 0.95;
}

.ch-img-03 { 
	background-image: url(../img/Дешевая_печать.jpg);
}


.ch-imgX1 { 
	background-image: url(../img/Адрес.png);
	background-size: contain;
} 
.ch-imgX01 { 
	background-image: url(../img/Адрес.png);
	background-size: contain;
	opacity: 1;
}
.ch-imgX2 { 
	background-image: url(../img/Почта.png);
	background-size: contain;
	width: 110px;
} 
.ch-imgX02 { 
	background-image: url(../img/Почта.png);
	background-size: contain;
	opacity: 1;
}
.ch-imgX3 { 
	background-image: url(../img/Телефон.png);
	background-size: contain;
} 
.ch-imgX03 { 
	background-image: url(../img/Телефон.png);
	background-size: contain;
	opacity: 1;
}

.ch-info h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	text-align:center;
	line-height: 1.5;
	margin: -5px 12px;
	padding: 25px 0 0 0;
	height: 90px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	text-align:center;
	line-height: 1.5;
	margin: -5px 12px;
	padding: 25px 0 0 0;
	height: 90px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info h4{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	text-align:center;
	line-height: 1.5;
	margin: 0 5px;
	padding: 35px 0 5px 0;
	height: 90px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 2px 0px;
	text-align:center;
	margin: 0 18px;
	font-size: 13px;
	line-height: 1.3;
	padding: 5px 0 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-infoX p {
	color: #fff;
	text-align:center;
	font-size: 12px;
	line-height: 1.5;
	z-index:4;
}

p.zagolovok {
text-transform: uppercase; 
letter-spacing: 1px;
line-height: 1.5;
text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
font-size: 13px;
height: 90px;
border-top: 0;
padding: 23px 0px 0px 0px;
margin: -5px 3px -7px 5px;
	}
	
p.stoimost {
text-align:left;
padding: 0px 0 1px 0;
	}

.ch-item:hover .ch-info-front {
	-webkit-transform: rotate3d(1,0,0,-140deg);
	-moz-transform: rotate3d(1,0,0,-140deg);
	-o-transform: rotate3d(1,0,0,-140deg);
	-ms-transform: rotate3d(1,0,0,-140deg);
	transform: rotate3d(1,0,0,-140deg);
	box-shadow: 
		inset 0 0 5px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info-back {
	background: #C40000;
}

.ch-itemX:hover .ch-info-back {
	background: #C40000;
}

.ch-itemX:hover .ch-info-front {
			z-index:1;
			visibility:hidden;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	-moz-transform: rotate3d(0,1,0,-90deg);
	-o-transform: rotate3d(0,1,0,-90deg);
	-ms-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
	box-shadow: 
		inset 0 0 5px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(0,0,0,0.3);
}

.ch-itemX:hover .ch-info-back {
	background: #C40000;
}
