
/*wrap inner set*/
header .m_logo{
	opacity: 1;
}
header #menu{
	opacity: 1;
}
header::before{
	width: 100%;
}

/*inner_wrap*/
#inner_wrap{
	border-bottom: 1px solid #ebebeb;
}

/*inner*/
#product{
    z-index: 5;
    position: relative;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 160px;
	opacity: 0;/**************************************/
}
/*top_block*/
#product .top_block{
    display: block;
    position: relative;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
	margin-bottom: 80px;
}
#product .top_block h3.maintitle{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin-top: 20px;
	color: #000000;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 400;
	    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.52);
	opacity: 0;/**************************************/
}
#product .top_block h3.maintitle::before{
    content: '';
    background-color: #000000;
    position: absolute;
    top: -20px;
    left: 0;
	z-index: 100;
    width: 0;
    height: 2px;
       -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#product .top_block h3.maintitle.active::before{
    width: 87px;
}
#product .top_block .right_info{
	float: right;
	width: 50%;
	color: #717171;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
#product .list{
}
#product .list a{
	display: inline-block;
	float: left;
	width: 32.9%;
	margin-bottom: 20px;
	border-right: 1px solid #dbdbdb;
	color: #000000;
}
#product .list a:nth-child(3n+1){
	clear: both;
	padding-left: 0;
	padding-right: 29px;
}
#product .list a:nth-child(3n+2){

	padding-left: 29px;
	padding-right: 29px;
}
#product .list a:nth-child(3n+3){
	padding-left: 29px;
	padding-right: 0;
	border-right: none;
}
#product .list a i{
	float: right;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-style: normal;
}
#product .list a .image{
	clear: both;
	width: 205px;
	height: 137px;
	margin-top: 40px;
	margin-bottom: 40px;
	
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
#product .list a .title{
	margin-bottom: 4px;
	color: #1c1c1c;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0.1em;height: 60px;

	font-weight: 100;    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.52);
}
#product .list a .subtitle{
	margin-bottom: 22px;
	color: #000000;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.1em;    min-height: 40px;
}
#product .list a .more{
	position: relative;
	width: 147px;
	padding-top: 12px;
	border-top: 1px solid #565656;
	color: #0032a0;
    font-family:Arial,sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
#product .list a .more::before{
	content: '';
	background: url("../images/product/more.png") no-repeat;
	position: absolute;
	top: 25px;
	left: 75px;
	width: 29px;
	height: 6px;
	
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
}
#product .list a:hover .more::before{
	left: 85px;
}

@media only screen and (min-width: 1025px) {

#product .list a:hover .image{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
}

@media only screen and (max-width: 1024px) {
body ,#content{
	background: #f5f7f8;
}
/*inner_wrap*/
#inner_wrap{
	border-bottom: none;
}

/*inner*/
#product{
	width: 81%;
	padding-bottom: 0;
}
/*top_block*/
#product .top_block h3.maintitle::before{
    width: 87px;
}
#product .top_block .right_info{
	width: 54%;
}
#product .list a{
    width: 100%;
    height: 173px;
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
    margin-bottom: 24px;
}
#product .list a:nth-child(3n+1){
	padding-right: 0;
}
#product .list a:nth-child(3n+2){
	padding-left: 0;
	padding-right: 0;
}
#product .list a:nth-child(3n+3){
	padding-left: 0;
}
#product .list a i{
	margin-right: 14%;
	margin-top: 21px;
}
#product .list a .image{
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
}
#product .list a .title{
	margin-top: 20px;width: 35%;
	margin-left: 46%;    height: auto;
}

#product .list a .subtitle{
	margin-left: 46%;    height: auto;width: 35%;
}
#product .list a .more{
	width: 40%;
	margin-left: 46%;
}
#product .list a .more::before{
	top: 23px;
}

#product .list a:last-child{
	border-bottom: 0;
}





}


@media only screen and (max-width: 750px) {

#content{
	background: #f5f7f8;
}

#product{
	position: relative;
	width: 100%;
}
/*top_block*/
#product .top_block{
	background: #f5f7f8;
	width: 80%;
	margin-bottom: 50px;
	border-bottom: 0;
}
#product .top_block h3.maintitle{
	position: relative;
	margin-top: ;
	margin-left: 0%;
	margin-bottom: 30px;    width: 80%;
}
#product .top_block .right_info{
	width: 100%;
}
#product .list{
	width: 80%;
	margin: 0 auto 50px;
}
#product .list a{
	background: #ffffff;
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 30px;    border-bottom: 0;
}
#product .list a i{
	margin-right: 20px;
	margin-top: 15px;
}
#product .list a .image{
	position: relative;
	width: 100%;
	height: 137px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
#product .list a .title{
	margin-top: 0;
	margin-left: 12%;width: 60%;
}
#product .list a .subtitle{
	margin-left: 12%;width: 60%;
}
#product .list a .more{
	width: 55%;
	margin-left: 12%;
}
#product .list a .more::before{
}


}


@media only screen and (max-width: 600px) {
	
footer {
    margin-top: 0;
}
/*inner_wrap*/
/*#inner_wrap{
	margin-top: 145px;
}*/


}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 450px) {


}
