.ChP {
  border: 1px solid black;
  border-radius: 10px;
  display: inline-block;
  margin: 15px;
  padding: 4px;
  width: 220px;
  height: 304px;
  line-height: 20px;
}

.ChPPhoto {
  text-align: center;
}

.ChPColor .color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  margin: 1.5px;
}

.ChPColor div {
  cursor: pointer;
}

.w {background: white;}
.br {background: #4F2B06;}
.g {background: gold;}
.bz {background: #cd7f32;}
.s {background: grey;}
.bl {background: black;}
.ch {background: #c6c8c9;}

.ChPName {
  display: block;
  text-align: center;
  font-size: 1.2em;
  height: 40px;
}

.ChPPrice {
  text-align: center;
  font-weight: bold;
  color: green;
}

.specific {
	overflow: hidden;
}

@media (max-width: 992px) {
	.specific {
		border: 3px double #46AF83;
		margin-bottom: 15px;
	}
}

.specific-l {
	padding: 0;
}

.specific-r {
	padding: 0;
	border-left: 3px double #46AF83;
}

@media (max-width: 992px) {
	.specific-r {
		border-left: none;
	}
}

.tech {
	padding: 10px;
	border-bottom: 3px double #46AF83;
	line-height: 28px;
}

.tech:last-child {
	border-bottom: none;
}

@media (max-width: 992px) {
	.specific-l .tech:last-child {
		border-bottom: 3px double #46AF83;
	}
}

.tech::after {
	content: '';
	display: block;
	clear: both;
}

.specific-l .tech-ico {
	width: 60px;
	height: 65px;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}

.specific-r .tech-ico {
	width: 60px;
	height: 65px;
	margin-top: 10px;
	margin-left: 4px;
	float: left;
}

.tech-ico-1 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 10px -2px;
}

.tech-ico-2 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) -3px -252px;
}

.tech-ico-3 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 0 -68px;
}

.tech-ico-4 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 1px -189px;
}

.tech-ico-5 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 6px -378px;
}

.tech-ico-6 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 8px -131px;
}

.tech-ico-7 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 8px -318px;
}

.tech-ico-8 {
	background: url(/upload/medialibrary/ea6/ea6f7a540e5c841a9847a78fee602ea7.png) 6px -437px;
}

.specific-l .tech-text {
	float: left;
	text-align: center;
}

.specific-r .tech-text {
	float: right;
	text-align: center;
}

.tech-desc {
	font-size: 18px;
	color: #555;
	padding: 5px 0;
}

.tech-value {
	font-size: 26px;
	text-shadow: 1px 1px 3px #999;
	font-weight: normal;
	color: #000fac;
}

.border {
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}

/* Profile price */

h1.prof-name {
	font-weight: bold;
}

h2.prof-price {
	font-size: 32px;
	text-align: center;
	margin: 30px;
	font-weight: bold;
}

.img-price {
	text-align: center;
}

.img-price p {
	color: #333;
	text-shadow: 1px 1px 1px #999;
	margin-top: 25px;
	font-size: 22px;
}

.img-price p span {
	font-size: 24px;
	color: #fe0000;
}

}

.win-type {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.win-img {
	margin: 0 auto;
}

.win-img img {
	height: 200px;
}

p.prim {
	font-size: 11px;
	margin: 10px 20px;
}

.text h2 {
        font-weight: 500;
}

@media (max-width: 992px) {
	p.prim {
		font-size: 10px;
	}

	.list img {
		height: 150px;
		width: 100%;
	}

	.prof-logo img {
		height: 75px;
		width: 100%;
                margin-top: 20px;
	}

	.win-img img {
		height: 120px;
	}

	.win-pic img {
		margin-top: 20px;
	}

	.win-pic .pic-h200 {
		height: 200px;
	}

	.win-pic .pic-h300 {
		height: 300px;
	}

	.win-pic .pic-h400 {
		height: 400px;
	}

	.call-pic img {
		height: 125px;
                width: 320px;
	}


	.glass-pic img {
		height: 350px;
	}

	.win-type {
		font-size: 13px;
	}

	.img-price p {
		margin-top: 15px;
		font-size: 16px;
	}

        .mf-captcha img {
                height: 55px;
        }
}