@media screen and (max-width: 1530px) and (min-width: 1400px) {
	#wrap>ul>li {
		
	}
	#wrap {
		
	}
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
	#logo {
		left: 0px;
	}
	#wrap>ul>li {
		
	}
	#wrap {
		
	}
	#wrap_esc>ul>li {
		width: 75px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1000px) {
#logo {
    width: 27%;

}
#wrap {
    transform: translateX(-45%) translateY(-50%);
}
#wrap>ul>li {

    font-size: 16px;

}
	.field_ul li {

    width: 33.22%;
 
}
	.gallery-thumbs{
		
	}
	.serlist div{
		font-size: 30px;
	}
	.thumbs{
		font-size: 20px;
	}
	.cpstr h5{
		font-size: 32px;
	}
	.cpstr{
		top: 30%;
	}
        .gallRight{
               width: 32px;
               background-size: 100%;
        }
}