/* reset */
html, body, div, span,
*, *::before, *::after,
object, iframe,
h1, h2, h3, h4, p, a, img,
strong, cite, ul, li, form, embed,
header, section, footer,
audio, video	{ font-size: 100%; font: inherit; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
ul				{ list-style: none; }

/* body */
body {
	background: #ffffff;
	font: normal 16px/22px "Neue Montreal";
	color: #3f3f3f;
}

/* title */
h1 { font: bold 90px/90px "Neue Montreal"; }
h2 { font: bold 34px/40px "Neue Montreal"; }

/* transition */
a,
.icon_wpp img,
.button_menu,
.button,
section#services img {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.container {
	width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}



/* header */
header {
	width: 100%;
    height: 120px;
    background: #ffffff;
    color: #7f7f7f;
    letter-spacing: 1px;
	display: flex;
    align-items: center;
}
header .logo img {
	width: auto;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}

header .left {
	float: left;
	margin: 0 0 0 180px;
}
header .right {
	float: right;
	margin: 0 60px 0 0;
}
header .left li {
	margin: 0 45px 0 0;
}
header .right li {
	margin: 0 0 0 45px;
}
header ul li {
	float: left;
}
header ul li a {
	color: #7f7f7f;
	font: 500 16px/60px "Neue Montreal";
	text-transform: uppercase;
	display: inline-block;
}
header ul li.tel {
	background: url(../img/icon_phone_grey.svg) no-repeat left center;
	background-size: auto 26px;
	padding: 0 0 0 35px;
}

header .button_menu {
	background: #7f7f7f;
	-webkit-border-radius: 60px;
			border-radius: 60px;
	padding: 0 30px;
}
header .button_menu:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
header .button_menu a {
	color: #ffffff;
}



/* icon wpp */
.icon_wpp {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	-webkit-border-radius: 60px;
			border-radius: 60px;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #7f7f7f;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}
@keyframes pulsing {
	to {
		box-shadow: 0 0 0 15px rgba(127, 127, 127, 0);
	}
}
.icon_wpp img {
	width: 110px;
	height: auto;
	display: block;
}
.icon_wpp:hover img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}



/* featured */
section#featured {
	width: 100%;
	height: 720px;
	background: url(../img/bg_featured.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
}
section#featured .title {
	max-width: 600px;
	margin: 0 auto 60px auto;
}

section#featured .button {
	color: #ffffff;
	font: 500 14px/70px "Neue Montreal";
	text-transform: uppercase;
	background: #7f7f7f url(../img/icon_arrow_grey.svg) no-repeat center right;
	background-size: auto 60px;
	background-position-x: calc(100% - 5px);
	-webkit-border-radius: 60px;
			border-radius: 60px;
	margin: 30px 0 0 0;
	padding: 0 90px 0 30px;
	display: inline-block;
}
section#featured .button:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}



/* about */
section#about {
	width: 1200px;
	background: #f7f7f7;
	background-size: cover;
	-webkit-border-radius: 30px;
			border-radius: 30px;
	display: flex;
	margin: 120px auto;
	padding: 60px;
}
section#about .title {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
}
section#about .title h1 {
	color: #7f7f7f;
}
section#about .title img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 30px;
			border-radius: 30px;
	display: block;
	margin: 40px 0 0 0;
}
section#about .text {
	width: 50%;
	float: left;
	padding: 0 30px;
}
section#about .text b {
	font-weight: bold;
}

section#about .infos {
	width: 100%;
	border-top: 1px solid rgba(127, 127, 127, .3);
	display: inline-block;
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
}
section#about .infos h2 {
	color: #7f7f7f;
	margin: 0 0 10px 0;
}
section#about .infos ul li {
	width: 33.33%;
	float: left;
	padding: 0 60px 0 0;
}
section#about .infos ul li h2:before {
	content: "";
	width: 60px;
	height: 60px;
	background: url(../img/icon_about_01.svg) no-repeat center center;
	display: block;
	margin: 0 0 15px 0;
}
section#about .infos ul li:nth-child(2) h2:before {
	background-image: url(../img/icon_about_02.svg);
}
section#about .infos ul li:nth-child(3) h2:before {
	background-image: url(../img/icon_about_03.svg);
}

section#about_big {
	width: 1200px;
	background: #f7f7f7;
	background-size: cover;
	-webkit-border-radius: 30px;
			border-radius: 30px;
	display: flex;
	margin: 60px auto 120px auto;
	padding: 60px;
}
section#about_big .text {
	width: 100%;
}
section#about_big .text h1,
section#about_big .text h2 {
	color: #7f7f7f;
}
section#about_big .text h1 {
	margin: 0 0 30px 0;
}
section#about_big .text h2 {
	margin: 30px 0 0 0;
}



/* services */
section#services {
	background: #3f3f3f;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 90px 0;
}

section#services p {
	margin: 10px 0 0 0;
}

section#services .images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px 0 0 0;
}
section#services img {
	width: auto;
	height: 400px;
	-webkit-border-radius: 30px;
			border-radius: 30px;
	display: block;
	margin: 0 30px 60px 30px;
}
section#services img:hover {
	-webkit-transform: scale(1.025);
			transform: scale(1.025);
}

section#services .button {
	color: #7f7f7f;
	font: 500 14px/70px "Neue Montreal";
	text-transform: uppercase;
	background: #ffffff url(../img/icon_arrow_white.svg) no-repeat center right;
	background-size: auto 60px;
	background-position-x: calc(100% - 5px);
	-webkit-border-radius: 60px;
			border-radius: 60px;
	padding: 0 90px 0 30px;
	display: inline-block;
}
section#services .button:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}



/* contact */
section#contact {
	width: 1200px;
	display: flex;
	margin: 90px auto;
}
section#contact .image,
section#contact .title {
	width: 50%;
	float: left;
	padding: 0 60px;
}
section#contact .image img {
	width: 100%;
	float: auto;
	display: block;
	-webkit-border-radius: 30px;
			border-radius: 30px;
}
section#contact .title {
	margin: 30px 0 0 0;
}
section#contact .title h1 {
	color: #7f7f7f;
}
section#contact .title p {
	margin: 10px 0 30px 0;
}

section#contact .button {
	color: #ffffff;
	font: 500 14px/70px "Neue Montreal";
	text-transform: uppercase;
	background: #7f7f7f url(../img/icon_arrow_grey.svg) no-repeat center right;
	background-size: auto 60px;
	background-position-x: calc(100% - 5px);
	-webkit-border-radius: 60px;
			border-radius: 60px;
	padding: 0 90px 0 30px;
	display: inline-block;
}
section#contact .button:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}



/* footer */
footer {
	width: 100%;
	background: #000000;
	color: #ffffff;
}

footer .infos {
	width: 100%;
	display: inline-block;
	margin: 60px 0;
}
footer .infos .left {
	width: 30%;
	float: left;
}
footer .infos .right {
	width: 70%;
	float: left;
}

footer .infos a img {
	display: inline-block;
}
footer .infos img {
	width: auto;
	height: 60px;
	display: block;
}
footer .infos .right ul {
	display: flex;
	float: right;
}
footer .infos .right li {
	float: left;
	margin: 0 0 0 40px;
}
footer .infos .right ul li a {
	color: #ffffff;
	font: 500 16px/60px "Neue Montreal";
	text-transform: uppercase;
	display: inline-block;
}
footer .infos .right ul li.tel {
	background: url(../img/icon_phone_white.svg) no-repeat left center;
	background-size: auto 26px;
	padding: 0 0 0 35px;
}
footer .infos .right ul li.insta {
	background: url(../img/icon_insta_white.svg) no-repeat left center;
	background-size: auto 26px;
	padding: 0 0 0 35px;
}
footer .infos .right ul li.mail {
	background: url(../img/icon_mail_white.svg) no-repeat left center;
	background-size: auto 26px;
	padding: 0 0 0 35px;
}



footer .copyright {
	width: 100%;
	border-top: 1px solid #ffffff;
	display: inline-block;
}

footer .copyright ul {;
	float: left;
}
footer .copyright li {
	float: left;
	margin: 0 40px 0 0;
}
footer .copyright ul li a {
	color: #ffffff;
	font: 500 12px/80px "Neue Montreal";
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}

footer .copyright span {
	font-size: 12px;
	line-height: 80px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: right;
}


