.lead-l{
	float: left;
}
.lead-R{
	float: left;
	width: 50%;
	text-align: center;
    padding: 0 60px 60px 30px;
}
.lead-R .form{
	padding: 30px 15px;
	background: #ededed;
}

.lead-R .form p{
	margin: 15px 0 0;
}
.lead-R .form dl dt{
	font-family: 'Raleway';
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 5px;
}

.lead-R .form input[type="password"]{
	width: 60%;
	height: 40px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 1px;
	text-align: center;
}

input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="button"]::focus {
  outline-offset: -2px;
}

.form input[type="button"]{
	font-size: 14px;
	background: #000;
	color: #fff;
	border-radius: 20px;
}


.lead-R .form .btn{
	color: #fff;
	background-color: #000;
}
.lead-R .form .btn:hover{
	cursor: pointer;
	background-color: #f04e98;
	border-color: #f04e98;
}

.catalog{
	margin: 0 30px 30px;
}
.catalog .sec{
	margin: 0 0 30px;
}
.catalog .sec .img{
	float: left;
	width: 50%;
}
.catalog .sec .img ul{
	font-size: 0;
	text-align: right;
}
.catalog .sec .img ul li{
	width: 200px;
	margin: 0 30px 30px 0;
	display: inline-block;
	border: 1px solid #dedede;
}
.catalog .sec .img ul li.y{
	width: 280px;
}
.catalog .sec .img ul li img{
	width: 100%;
	height: auto;
}
.catalog .sec .txt{
	float: left;
	width: 50%;
	padding: 0 30px;
}
.catalog .sec .txt h2{
	margin: 0 0 60px;
	font-size: 30px;
	font-family: 'Raleway';
	font-weight: 500;
	letter-spacing: 5px;
}
.catalog .sec .txt dl{
	margin: 0 0 30px;
}
.catalog .sec .txt dl dt{
	margin: 0 0 0.5em;
	font-family: 'Raleway';
    font-weight: 700;
    line-height: 150%;
	letter-spacing: 3px;
}
.catalog .sec .txt dl dd h3{
	margin: 0 0 1.5em;
	font-weight: normal;
}
.catalog .sec .txt dl dd h3 span{
	display: inline-block;
}
.catalog .sec .txt dl dd ul li{
	vertical-align: top;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.catalog .sec .txt dl dd ul li span{
	display: block;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.lead{
		float: none;
		padding-bottom: 30px;
	}
	.lead-R{
		float: none;
		width: auto;
	}
	.catalog .sec .img ul li img{
		width: 100%;
		height: auto;
	}
}
