body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #5E5E5E;
	background-color: #fff;
}

html body {
	margin: 0;
	padding: 0;
}

.site-wrapper {
	max-width: 1920px;
	margin: auto;
	padding: 0 20px;
}

.wrapper {
	max-width: 1140px;
	margin: auto;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	color: #5E5E5E;
}

h1 strong {
	font-weight: 700;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	color: #F8981D;
}

.header-section .wrapper {
	position: relative;
}

.header-section img.header-img {
	position: absolute;
	top: 0; right: 0;
}

@media all and (max-width: 1320px) {
	.header-section img.header-img {
		width: 600px;
	}
}

@media all and (max-width: 1080px) {
	.header-section img.header-img {
		width: 450px;
	}
}

@media all and (max-width: 940px) {
	.header-section img.header-img {
		position: relative;
		top: auto; right: auto;
		max-width: 100%;
	}
}

.header-section .intro {
	padding-top: 30px;
	width: 530px;
}

@media all and (max-width: 940px) {
	.header-section .intro {
		padding-top: 30px;
		width: 100%;
	}
}

.service-section {
	padding-top: 40px;
}

.service-section h2 {
	position: relative;
	margin-left: 85px;
}

.service-section h2::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -85px;
	width: 65px;
	height: 2px;
	background: #707070;
}

.service-section .col {
	flex: 0 0 33.333333%
}

@media all and (max-width: 940px) {
	.service-section .col {
		flex: 0 0 50%
	}
}

@media all and (max-width: 680px) {
	.service-section .services {
		display: block;
	}
}

.service-section .service-item {
	padding: 0 50px 20px 0;
}

.service-section .service-item .d-flex {
	align-items: center;
	height: 60px;
}

.service-section .service-item .title {
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}

.quote-section {
	padding: 50px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
}

.quote-section p {
	margin-top: 15px;
}

.container-section .wrapper {
	max-width: 1545px;
	margin: 0;
}

.container-section .d-flex {
	flex-wrap: nowrap;
	align-items: end;
}

@media all and (max-width: 1460px) {
	.container-section .info {
		display: block;
	}
}

.container-section .image {
	padding-right: 25px;
}

@media all and (max-width: 1460px) {
	.container-section .image {
		margin-bottom: 35px;
		text-align: center;
		padding-right: 0;
	}
}

@media all and (max-width: 810px) {
	.container-section .d-flex {
		display: block;
	}

	.container-section .image img {
		max-width: 100%;
	}
}

.container-section .blocks h2 {
	margin-top: 0;
}

.container-section .blocks .d-flex div {
	flex: 1;
}

.container-section .blocks .item {
	padding: 35px 45px;
	color: #fff;
	background-color: #F8981D;
}

.container-section .blocks .d-flex div:first-child .item {
	margin-right: 25px;
}

@media all and (max-width: 810px) {
	.container-section .blocks .d-flex div:first-child .item {
		margin-right: 0;
		margin-bottom: 35px;
	}
}

.container-section .blocks .item strong {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.footer-section {
	margin-top: 35px;
	padding: 35px 20px;
	color: #fff;
	background-color: #5E5E5E;
}

.footer-section .d-flex {
	align-items: center;
	justify-content: space-between;
}

@media all and (max-width: 1110px) {
	.footer-section .d-flex {
		display: block;
	}
}	

.footer-section .title {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

@media all and (max-width: 1110px) {
	.footer-section .title {
		margin-bottom: 20px;
	}
}	

.footer-section .contact {
	margin-top: 20px;
}

.footer-section .contact strong {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
}

.footer-section .contact a {
	text-decoration: none;
	color: #fff;
}

.footer-section .contact a:hover {
	color: #F8981D;
}

.footer-section .btw {
	margin-top: 50px;
	font-size: 14px;
}

.footer-section ul {
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}

.footer-section li {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.footer-section li::after {
	content: '|';
	font-weight: bold;
	padding-left: 10px;
}

.footer-section li:last-child::after {
	display: none;
}
