.header3 {
	padding: 0px 0px 60px 0px;
	background: url(../images/bg_company.jpg) bottom center no-repeat;
	background-size: cover;
	height: auto;
}

.header3 .container3 {
	width: 1080px;
	padding: 0px 30px 0px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header3 .item {
	width: 455px;
	border: 1px dashed #afafaf;
	margin: 50px 0px 50px 0px;
	position: relative;
}

.header3 .item:hover {
	opacity: 0.9;
}

.header3 .item:nth-of-type(1) {
	background: url("../images/h1.jpg") center center no-repeat;
}

.header3 .item:nth-of-type(2) {
	background: url("../images/h2.jpg") center center no-repeat;
}

.header3 .item:nth-of-type(3) {
	background: url("../images/h3.jpg") center center no-repeat;
}

.header3 .item:nth-of-type(4) {
	background: url("../images/h4.jpg") center center no-repeat;
}

.header3 .item p {
    font-family: 'Gilroy-Bold';
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
	padding: 100px 0px 0px 0px;
    margin: 40px 0px 40px 50px;
}

.header3 .item:nth-of-type(1) p {
	background: url("../images/h5.png") left top no-repeat;
}

.header3 .item:nth-of-type(2) p {
	background: url("../images/h6.png") left top no-repeat;
}

.header3 .item:nth-of-type(3) p {
	background: url("../images/h7.png") left top no-repeat;
}

.header3 .item:nth-of-type(4) p {
	background: url("../images/h8.png") left top no-repeat;
}

.header3 .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.company {
	position: relative;
}

.company .container {
	width: 508px;
	min-height: 422px;
	background: url("../images/men.png") left top no-repeat;
	padding: 70px 110px 0px 522px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.company .title {
	text-align: left;
}

.company p {
    font-family: 'Gilroy-Regular';
    color: #231f20;
    font-size: 16px;
    line-height: 25px;
    margin: 0px 0px 20px 0px;
}

.desc {
	background: #f5f5f5;
	padding: 75px 0px 85px 0px;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    font-size: 22px;
    line-height: 25px;
	position: relative;
	z-index: 2;
}

.desc .container {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.desc .item {
	padding: 85px 0px 0px 0px;
}

.desc .item:nth-of-type(1) {
	background: url("../images/c_ico1.png") top center no-repeat;
}

.desc .item:nth-of-type(2) {
	background: url("../images/c_ico2.png") top center no-repeat;
}

.desc .item:nth-of-type(3) {
	background: url("../images/c_ico3.png") top center no-repeat;
}

.desc .item:nth-of-type(4) {
	background: url("../images/c_ico4.png") top center no-repeat;
}

.desc .item:nth-of-type(5) {
	background: url("../images/c_ico5.png") top center no-repeat;
}

.map {
	background: #f5f5f5;
}

@media (max-width: 1170px) {
.container {
	width: 940px;
}

.header3 .container3 {
	width: 880px;
}

.header3 .item {
	width: 355px;
	margin: 50px 0px 50px 0px;
}

.company .container {
	width: 308px;
	min-height: 422px;
	background: url("../images/men.png") left top no-repeat;
	padding: 70px 0px 30px 522px;
}
}

@media (max-width: 970px) {
.container {
	width: 750px;
}

.header3 .container3 {
	width: 750px;
	padding: 0px 0px 0px 0px;
}

.header3 .item {
	width: 300px;
	margin: 50px 0px 0px 0px;
}

.company .container {
	width: 400px;
	min-height: auto;
	background: url("../images/men.png") left top no-repeat;
	background-size: 300px;
	padding: 20px 0px 15px 350px;
}

.desc {
    padding: 60px 0px 60px 0px;
    font-size: 16px;
    line-height: 19px;
}
}

@media (max-width: 780px) {
.container {
	width: 300px;
}

.header3 .container3 {
	width: 300px;
	padding: 0px 0px 0px 0px;
}

.header3 .item {
	width: 300px;
	margin: 20px 0px 0px 0px;
}

.header3 .item p {
    font-size: 20px;
    line-height: 20px;
	padding: 95px 0px 0px 0px;
    margin: 20px 0px 20px 20px;
}

.company .container {
	width: 300px;
	min-height: auto;
	background: url("../images/men.png") top center no-repeat;
	background-size: 300px;
	padding: 360px 0px 10px 0px;
}

.company .container .title {
	margin: 0px 0px 20px 0px;
}

.desc {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    line-height: 19px;
}

.desc .container {
	flex-wrap: wrap;
}

.desc .item {
	padding: 65px 0px 20px 0px;
	width: 150px;
}
}







