/* Section 1 */
@media (max-width: 1140px) {
	.section-1 {
		width: 680px;
		min-width: 680px;
		box-shadow: none;
	}
	.services-wrap {
		margin-top: 34px;
		margin-left: 0;
		padding-bottom: 0px;
		width: 100%;
	}
	.service {
		margin-bottom: 55px;
	}
	.service img {
		width: 297px;
	}
	.service div div {
		display: none;
	}
	.service:hover div div {
		display: none;
	}
	.service {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 96px;
		margin-left: 29px;
	}
	.service div {
		display: block;
		top: 233px;
		background: none;
		height: 0px;
		width: 295px;
	}
	.service-type-2 {
		margin-top: 14px;
	}
	.service div p {
		font-size: 22px;
		line-height: 24px;
	}
}


/* Section 2 */
@media (max-width: 1140px) {
	.section-2 {
		width: 680px;
		height: 100%;
		min-width: 680px;
		box-shadow: none;
		margin: auto;
		padding-bottom: 46px;
	}
	.section-2 p {
		display: block;
		height: 30px;
		padding-top: 0;
		padding-left: 0;
		text-align: center;
		font-size: 32px;
		background: none;
	}
	.section-2_button-1 {
		margin-top: 25px;
		margin-left: 77px;	
		height: 39px;
		width: 178px; 	
		line-height: 38px;
		font-size: 20px;
		background: url(../../img/phone2.png) no-repeat 15px 11px;	
	}
	.section-2_button-2 {
		margin-top: -45px;
		margin-left: 386px;	
		height: 39px;
		width: 165px; 	
		line-height: 38px;
		font-size: 20px;
		padding-left: 54px;
		background: url(../../img/calendar.png) var(--color2) no-repeat 27px;
	}
}


/* Section 3 */
@media (max-width: 1140px) {
	.section-3 {
		display: none;
	}
	footer {
		margin-top: 0;	
	}
}