body {
	background: #f3f3f3;
}
.wrap {
	width: 1263px;
	margin: auto;
	padding-bottom: 60px;
}
.link {
	padding-top: 35px;
	padding-bottom: 0;
}
.line_page,
.bot_page {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: 6px;
}
 .line_page{
 	padding-bottom: 20px;
 }
.bot_page {
	padding-bottom: 44px;
}
.line_page .line,
.bot_page .line {
	border-bottom: 1px solid #dedede;
	width: 420px;
	height: 1px;
	margin-left: 15px;
}
.bot_page .line {
	border: none;
}
.line_page a,
.bot_page a {
	padding: 5px 11px;
	background: #e8e8e8;
	color: #222222;
	font-size: 12px;
	font-family: "DINPro-Regular.otf";
	border-radius: 3px;
	margin: 0 1px;
}
.line_page a:hover,
.bot_page a:hover {
	background: #d8d8d8;
}
.wrap a.active_page {
 	background: #c4c4c4;
 }
.first_block {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.slide {
	background: #fff;
	position: relative;
	width: 287px !important;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	border-radius: 5px;
 }

.slide .title {
 	font-family: "DINPro-Black.otf";
 	font-size: 16px;
 	margin-left: 26px;
 	padding-top: 15px;
 }
.slide .wimg {
 	height: 200px;
 	margin-top: 18px;
 	padding-right: 15px;
 	text-align: center;
 }
.slide p {
 	color: #000;
 }
.slide p.pro,
.slide p.model {
 	font-family: "OpenSans-Bold";
 	font-size: 12px;
 }
.slide p.model {
  	margin-top: 12px;
 	margin-bottom: 19px;
  }
.slide p.pro span,
.slide p.model span {
 	font-size: 12px; 
 	font-family: "OpenSans-Light";
 }
.slide p.text {
 	font-size: 12px;
 	font-family: "OpenSans-Light";
 	padding-bottom: 48px;
 	width: 253px;
 }
.slide button.slide_but {
 	width: 126px;
 	height: 34px;
 	border-bottom-left-radius: 50px;
 	border-top-left-radius: 50px;
 	background: #d0d0d0;
 	color: #000;
 	font-family: "GothaProReg_0.otf";
 	font-size: 10px;
 	position: absolute;
 	bottom: 0px;
 	right: 0px;
 	transition: 0.3s;
 }
.slide button.slide_but:hover {
	background: #f5b523;
	color: #fff;
}
button#ucnp {
	width: 318px;
	margin: auto;
	display: block;
	height: 62px;
	line-height: 62px;
}
