:root {
	--color-primary: #FE2D16;
	--color-text: #303849;
	--color-text-dark: #201C27;
	--font-size-base: 1.6em; /* 16px */
	--font-size-xl: 3.75em; /* 60px */
	--font-size-l: 2.25em; /* 36px */
	--font-size-m: 1.5em; /* 24px */
	--font-size-s: 1em; /* 16px */
}

@font-face {
  font-family: 'Metropolis';
  src:
    local('Metropolis'),
    url('../fonts/Metropolis/Metropolis-Bold.otf') format("opentype");
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font: 62.5% / 1.6 Roboto, sans-serif;
	color: var(--color-text);
}

.container.full-width {
	max-width: 100%;
	width: auto;
}

.bg-gray {
	background-color: #EFF0F1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2 {
	font-family: Anton, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	color: #201C27;
}

a {
	color: var(--color-text);
}

a:active, a:hover {
	color: var(--color-primary);
}

a:hover {
	text-decoration: none;
}

img, svg {
	max-width: 100%;
	vertical-align: middle;
}

.swiper img {
	width: 100%;
}

.btn {
	border-radius: 0;
	border: 0;
	padding: 6px 20px;
}

.btn.btn-primary {
	background-color: var(--color-primary);
	text-transform: uppercase;
	color: #FFF;
}

#svg {
	display: none;
}

.swiper-pagination-bullet {
	background: #FFF;
	opacity: 1;
	margin: 0 12px !important;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: var(--color-primary);
}

.introduction ul,
.service-content ul,
.projects aside ul {
	list-style: none;
	padding: 0;
}

.introduction li,
.service-content li,
.projects aside li {
	padding-left: 12px;
	position: relative;
}

.introduction li:before,
.service-content li:before,
.projects aside li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 6px;
	height: 1.6em;
	background: url('../img/list-arrow.svg') left center no-repeat;
}

.photogallery {
	position: relative;
	display: block;
	padding-bottom: 1em;
}

.photogallery {
	cursor: pointer;
}

.photogallery .image + .image {
	display: none;
}

main {
	font-size: var(--font-size-base);
}

body,
header nav,
header nav a,
aside li a,
.service-image .photogallery img,
footer a {
	transition: .3s all;
}

header {
	position: relative;
	padding: 45px 0 15px;
	box-shadow: 8px 14px 20px #00000026;
}

header:after, .home main:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0A1C2E;
	opacity: .5;
	z-index: -1;
}

.logo, header nav {
	font-size: 1.9em;
}

.fixed-menu {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background: var(--color-text);
	transition: .3s;
	z-index: 30;
	padding: 8px 0;
}

.fixed-menu .logo img {
	height: 40px;
}

.fixed-menu .menu-toggle {
	height: 40px;
}

header .container {
	overflow: hidden;
}

.logo {
	float: left;
}

.logo img {
	max-width: 205px;
	max-height: 86px;
}

.menu-toggle {
	display: none;
	width: 40px;
	height: 72px;
	padding: 14px 5px;
	position: relative;
	z-index: 22;
	float: right;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	content: '';
	height: 2px;
	width: 100%;
	background: #FFF;
	border-radius: 2px;
	position: absolute;
	transition: .3s all;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-toggle span:before {
	top: -10px;
}

.menu-toggle span {
	position: relative;
	display: block;
	top: 50%;
	margin-top: -1px;
}

.menu-toggle span:after {
	bottom: -10px;
}

.menu-open .menu-toggle span:before {
	top: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-open .menu-toggle span {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-open .menu-toggle span:after {
	top: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

header nav {
	float: right;
	text-transform: uppercase;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav li {
	float: left;
}

header nav a {
	display: block;
	font-family: Metropolis, Anton, sans-serif;
	padding: 1.45em 14px;
	color: #fff;
}

header nav a:hover {
	text-decoration: none;
	color: var(--color-primary);
}

header h1 {
	margin: 40px 0 0;
	padding: 2.7em 0 1em 80px;
	font-size: 5em;
	color: #FFF;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

header h1:before, .home section h1:before {
	content: attr(data-keyword);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 4em;
	line-height: 1.4;
	opacity: .15;
	z-index: -1;
	white-space: nowrap;
}

.home section h1:before {
	left: auto;
	top: -.25em;
}

.home main .container {
	position: relative;
}

.breadcrumbs {
	font-size: 2em;
	font-weight: 300;
	padding-left: 80px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.breadcrumbs li {
	float: left;
	padding-right: 20px;
	position: relative;
}

.breadcrumbs li + li {
	padding-left: 24px;
}

.breadcrumbs li + li:before {
	content: '/';
	position: absolute;
	left: 0;
	color: #fff;
}

.breadcrumbs a {
	color: #FFF;
}

.breadcrumbs span {
	color: var(--color-primary);
	font-weight: bold;
}

header > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.services, .projects, .introduction, .certificates, .gallery {
	padding-top: 80px;
}

.home header {
	box-shadow: none;
}

.home header:after {
	content: none;
}

.home .home-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.home main {
	display: flex;
	height: calc(100% - 10em - 60px);
	align-items: center;
}

.home section {
	text-align: center;
}

.home main h1 {
	font-size: 4.75em;
	text-align: center;
	width: 500px;
	max-width: 100%;
	margin: auto;
	color: #FFF;
	height: 2.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.home .typed-cursor {
	display: none;
}

.home footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.introduction {
	padding-bottom: 50px;
}

.services, .projects, .certificates, .gallery {
	padding-bottom: 100px;
}

article h2 {
	font-size: var(--font-size-l);
	margin: 35px 0;
}

article h3 {
	font-size: var(--font-size-m);
	margin-bottom: 25px;
}

.services aside {
	width: 475px;
	max-width: 475px;
	flex: 0 0 475px;
}

.projects aside {
	width: 300px;
	max-width: 300px;
	flex: 0 0 300px;
}

.services .content {
	width: calc(100% - 475px);
	max-width: calc(100% - 475px);
	flex: 0 0 calc(100% - 475px);
}

.projects .content {
	width: calc(100% - 300px);
	max-width: calc(100% - 300px);
	flex: 0 0 calc(100% - 300px);
}

aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: sticky;
	top: 0;
}

.services aside li {
	font-size: var(--font-size-m);
}

.services aside li + li {
	margin-top: 8px;
}

.services aside li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-transform: uppercase;
}

.services aside li a:hover {
	color: var(--color-primary);
	text-decoration: none;
}

.services aside li strong {
	font-weight: normal;
	padding-left: 24px;
}

.service {
	padding-top: 20px;
}

.service + .service {
	margin-top: 40px;
}

.service-content h2 {
	font-size: var(--font-size-xl);
	margin-bottom: 50px;
	margin-top: 0;
}

.service-content p + h3 {
	margin-top: 50px;
}

.service-content p,
.service-content ul {
	font-weight: 300;
}

.service-image .photogallery {
	width: 100%;
	max-width: 445px;
}

.service-image .photogallery:hover img {
	box-shadow: 8px 14px 20px #00000026;
}

.gallery-show-all {
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--color-primary);
	color: #FFF;
	padding: 0 12px;
	line-height: 2;
	text-transform: uppercase;
}

.project,
.projects aside ul {
	margin-top: -30px;
	padding-top: 30px;
}

.projects aside li {
	font-size: 1.25em;
	padding-left: 20px
}

.projects aside li a {
	display: block;
	padding: 5px 0;
}

.projects aside li:before {
	padding: 5px 0;
	box-sizing: content-box;
}

.projects aside li:first-child a,
.projects aside li:first-child:before {
	padding-top: 0;
}

.project {
	display: block;
	overflow: hidden;
}

.project + .project {
	margin-top: 80px;
}

.project-image {
	float: left;
	width: 445px;
	max-width: 445px;
}

.project-info {
	float: right;
	width: calc(100% - 445px);
	max-width: none;
}

.project-files {
	float: left;
	clear: left;
	width: 445px;
	max-width: 445px;
	margin-top: 60px;
}

.project-files ul {
	margin: 0;
}

.project-info h2 {
	margin-top: 0;
}

.project-info dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 -20px;
}

.project-info dt {
	width: 35%;
	margin-bottom: 20px;
}

.project-info dd {
	width: 65%;
	margin-bottom: 20px;
	padding-left: 30px;
}

.project-info dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

article .perex:not(:last-child) {
	margin-bottom: 50px;
}

.process-image {
	padding: 60px 0;
}

.process-image .container {
	position: relative;
}

.process-image h2 {
	font-size: var(--font-size-xl);
	margin: 0 0 30px;
}

.process-image img {
	display: block;
	margin: auto;
}

.certificates h2 {
	font-size: var(--font-size-xl);
	margin-bottom: 80px;
}

.certificates .swiper {
	padding-bottom: 50px;
}

.certificates .swiper img {
	width: auto;
	display: block;
	margin: auto;
}

.certificates .swiper-pagination-bullet {
	background: var(--color-text-dark);
}

.certificates .swiper-pagination-bullet-active {
	background: var(--color-primary);
}

.job-offers {
	overflow-x: hidden;
}

.job-offers h2 {
	font-size: var(--font-size-xl);
	margin-bottom: 50px;
}

.job-offers-list {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.job-offers-list > li {
	padding: 45px 75px 100px;
}

.job-offers-list h3 {
	font-family: Anton, sans-serif;
	font-size: var(--font-size-l);
	margin-bottom: 20px;
	font-weight: normal;
}

.job-offers-list .wage {
	font-weight: bold;
	text-transform: uppercase;
}

.job-offers-list .benefits {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.job-offers-list .benefits li {
	padding-left: 1em;
	position: relative;
}

.job-offers-list .benefits li:before {
	content: '+';
	position: absolute;
	left: 0;
}

.job-offers-list p {
	margin: 24px 0;
}

.job-offers-list h4 {
	font-size: var(--font-size-s);
	text-transform: uppercase;
}

.job-offers-list .job-duties {
	margin: 0;
	padding: 0;
	list-style: none;
}

.job-offers-list .btn {
	margin-top: 50px;
}

.gallery ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.gallery h2 {
	text-align: center;
	margin-bottom: 16px;
}

.gallery li img {
	width: 100%;
}

.vision {
	background: url('../img/metales_vision.webp') center / cover no-repeat;
	padding: 120px 0 170px;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: center;
}

.vision:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #201C27;
	opacity: .85;
	z-index: -1;
}

.vision h2 {
	font-size: var(--font-size-xl);
	color: #FFF;
	margin-bottom: 80px;
}

.vision p {
	font-size: 1.875em;
	font-weight: bold;
	margin: 0;
	padding: 0 130px;
	position: relative;
}

.vision p:before, .vision p:after {
	content: '';
	position: absolute;
	left: 0;
	top: -70px;
	width: 120px;
	height: 120px;
	background: url('../img/quotes.svg') center / contain no-repeat;
}

.vision p:after {
	top: auto;
	bottom: -70px;
	left: auto;
	right: 0;
}

.stats {
	padding: 70px 0 80px;
	text-align: center;
}

.stats ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.stats strong {
	color: var(--color-primary);
	font-size: var(--font-size-xl);
	font-family: Anton, sans-serif;
	font-weight: normal;
	display: block;
}

.achievments-content h2 {
	font-size: var(--font-size-xl);
	margin-bottom: 30px;
}

/*.achievments .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/

.contact {
	font-size: 1.5em;
	padding: 60px 15px 70px;
}

.contact .contact-details {
	margin-top: 50px;
}

.contact h2,
.contact h3 {
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 15px;
}

.contact .location {
	float: left;
	width: 65%;
	padding-right: 20px;
}

.contact .location address {
	margin-bottom: 0;
}

.contact .location .coordinates {
	display: block;
}

.contact .location .btn {
	margin-top: 36px;
}

.contact .social {
	float: right;
	width: 35%;
}

.contact .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact a {
	color: var(--color-primary);
}

.contact a:hover {
	text-decoration: underline;
}

.contact .primary-contact {
	clear: both;
	padding-top: 70px;
}

.contact .primary-contact strong {
	font-weight: normal;
}

.contact .primary-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact .map:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 24px;
	width: 1px;
	background: var(--color-primary);
}

.contact .map ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 50px;
}

.contact .map li {
	padding-left: 60px;
	position: relative;
}

.contact .map li:before {
	content: '';
	position: absolute;
	left: 25px;
	background: url('../img/icon-point.svg') center / contain no-repeat;
	width: .875em;
	height: 1.175em;
	
}

.contact .map li + li {
	margin-top: 70px;
}

.contact .map li address {
	margin-bottom: 36px;
}

.representatives {
	padding: 60px 0;
}

.representatives h2 {
	font-size: var(--font-size-xl);
	margin-bottom: 50px;
}

.representatives ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.representatives .row > li {
	margin-bottom: 90px;
	font-size: var(--font-size-m);
}

.representatives li h3 {
	margin-bottom: 36px;
	color: var(--color-text-dark);
	font-size: 1em;
}

.representatives li strong {
	font-weight: normal;
	color: var(--color-text-dark);
}

.representatives li a {
	color: var(--color-primary);
}

.representatives li a:hover {
	text-decoration: underline;
}

footer {
	font-size: var(--font-size-base);
}

.footer {
	background-color: #201C27;
	padding: 80px 0;
	color: #FFF;
}

.footer .social {
	margin-top: 45px;
	overflow: hidden;
}

.footer .social li {
	float: left;
	margin-right: 15px;
}

.footer h3 {
	text-transform: uppercase;
	font-family: Anton, sans-serif;
	font-size: 1.875em;
	font-weight: normal;
	margin: 0 0 30px;
}

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

.footer li {
	font-weight: 300;
	line-height: 1.875;
	text-transform: uppercase;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: var(--color-primary);
}

.footer-bottom {
	background-color: #F7F8F8;
	padding: 20px 0;
	font-weight: 300;
	text-align: center;
	overflow: hidden;
}

.home .footer-bottom {
	text-align: left;
}

.footer-bottom .social {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	overflow: hidden;
}

.footer-bottom .social li {
	float: left;
	margin-left: 15px;
}


@media (max-width: 1439px) {
	:root {
		--font-size-xl: 3em;
	}

	.logo, header nav {
		font-size: 1.6em;
	}

	.logo img {
		max-width: 205px;
		max-height: 72px;
	}
	
	.service-content h2,
	.certificates h2,
	.job-offers h2 {
		margin-bottom: 30px;
	}
	
	.service-content p + h3 {
		margin-top: 30px;
	}
	
	.project-image, .project-info, .project-files {
		width: 50%;
	}

	.vision p {
		font-size: var(--font-size-m);
	}

	.contact,
	.representatives .row > li {
		font-size: 1.25em;
	}

	.contact .contact-details,
	.contact .map ul {
		margin-top: 0;
	}

	.contact .primary-contact {
		padding-top: 30px;
	}

	.contact .map:before {
		top: 0;
	}

	.contact .map li + li {
		margin-top:40px;
	}

	.contact .map li address {
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		background: var(--color-text);
		opacity: 0;
		transition: opacity .3s;
		z-index: 20;
	}
	
	body.menu-open .overlay {
		left: 0;
		bottom: 0;
		opacity: .4;
	}
	
	.menu-toggle {
		display: block;
	}
	
	header nav {
		float: none;
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		width: 220px;
		background: #EFF0F1;
		overflow-y: auto;
		padding-top: 20px;
		z-index: 21;
	}
	
	.menu-open header nav {
		right: 0;
	}
	
	.menu-open header nav li {
		float: none;
	}
	
	header nav a {
		color: var(--color-text);
		padding: 12px 25px;
	}

	header h1 {
		margin-top: 10px;
		padding-top: 1.8em;
		padding-bottom: 30px;
	}

	header h1:before, .home section h1:before {
		font-size: 3em;
	}

	.home section h1:before {
		top: -.3em
	}
	
	.service-content {
		order: -1;
	}
	
	.project-info h2 br {
		display: none;
	}
	
	.project-info dl {
		display: block;
	}
	
	.project-info dt {
		width: auto;
		margin-bottom: 0;
	}
	
	.project-info dd {
		width: auto;
		padding-left: 0;
	}
	
	.job-offers-list > li {
		padding: 30px 30px 50px;
	}

	.contact .contact-details {
		max-width: 40%;
		flex: 0 0 40%;
	}

	.contact .location .btn {
		margin-top: 20px;
	}

	.contact .map {
		max-width: 60%;
		flex: 0 0 60%;
	}
}

@media (max-width: 1199px) and (min-width: 850px) {
	body.menu-open {
		margin-right: 220px;
	}
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
	.contact .location,
	.contact .social {
		float: none;
		width: auto;
	}

	.contact .location {
		padding-right: 0;
	}

	.contact .social {
		margin-top: 20px;
	}

	.contact .primary-contact {
		padding-top: 0;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	:root {
		--font-size-m: 1.25em;
	}

	header h1 {
		padding: 30px 0;
	}

	header h1:before, .home section h1:before {
		content: none;
	}
	
	.breadcrumbs {
		font-size: var(--font-size-base);
		padding-left: 0;
	}
	
	.services aside {
		width: 350px;
		max-width: 350px;
		flex: 0 0 350px;
	}
	
	.services .content {
		width: calc(100% - 350px);
		max-width: calc(100% - 350px);
		flex: 0 0 calc(100% - 350px);
	}
	
	.services aside svg {
		width: 40px;
		height: 50px;
	}

	.project {
		display: flex;
	}

	.project + .project {
		margin-top: 30px;
	}
	
	.project-image,
	.project-info,
	.project-files {
		width: auto;
		float: none;
	}

	.project-info {
		order: -1;
		margin-bottom: 20px;
	}

	.project-files {
		margin-top: 20px;
	}
	
	.job-offers-list > li:nth-child(2n),
	.job-offers-list > li:nth-child(2n):before,
	.job-offers-list > li:nth-child(2n):after {
		background: #EFF0F1;
	}
	
	.job-offers-list > li:nth-child(2n):before,
	.job-offers-list > li:nth-child(2n):after	{
		content: '';
		position: absolute;
		width: 100%;
		top: 0;
		left: 100%;
		bottom: 0;
	}
	
	.job-offers-list > li:nth-child(2n):before {
		left: auto;
		right: 100%;
	}
	
	.gallery li + li {
		margin-top: 30px;
	}

	.vision p {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.vision p:before, .vision p:after {
		width: 60px;
		height: 60px;
	}
	
	.vision p:before {
		top: -30px;
	}

	.vision p:after {
		bottom: -30px;
	}

	.achievments-content-wrapper {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.achievments .swiper {
		margin-bottom: 30px;
	}

	.contact .contact-details,
	.contact .map {
		max-width: none;;
		flex: auto;
	}

	.contact .map {
		margin-top: 50px;
		padding-top: 50px;
	}

	.contact .map:before {
		bottom: auto;
		left: 15px;
		right: 15px;
		width: auto;
		height: 1px;
	}

	.representatives li h3 {
		margin-bottom: 20px;
	}

	.representatives .row > li {
		margin-bottom: 40px;
	}
	
	.footer h3 {
		font-size: 1.5em;
	}
}

@media (max-width: 849px) {
	header {
		padding-top: 10px;
	}

	.anchor {
		padding-top: 70px;
		margin-top: -70px;
	}
	
	.service.anchor, .project.anchor {
		padding-top: 70px;
		margin-top: -50px;
	}

	.service.anchor:first-child,
	.project.anchor:first-child {
		margin-top: -70px;
	}

	.project,
	.projects aside ul {
		margin-top: 0;
		padding-top: 0;
	}
	
	.photogallery {
		position: relative;
		z-index: 1;
	}
	
	.scrolled aside ul {
		top: 70px;
	}

	.scrolled .fixed-menu {
		top: 0;
	}

	.scrolled header nav {
		padding-top: 60px;
	}

	.menu-toggle {
		position: absolute;
		right: 10px;
	}

	.menu-open header .menu-toggle span,
	.menu-open header .menu-toggle span:before,
	.menu-open header .menu-toggle span:after {
		background: var(--color-text-dark);
	}

	header nav {
		padding-right: 60px;
	}
}

@media (max-width: 767px) {
	:root {
		--font-size-xl: 2.5em;
		--font-size-l: 2em;
	}
	
	.home main h1 {
		font-size: 4em;
	}

	.services, .projects, .introduction, .certificates, .gallery {
		padding-top: 30px;
	}

	.services, .projects, .certificates, .gallery {
		padding-bottom: 40px;
	}
	
	.services aside,
	.projects aside {
		width: auto;
		max-width: none;
		flex: auto;
		position: relative;
		z-index: 1;
		margin-bottom: 30px;
	}

	.services aside li {
		font-size: var(--font-size-s);
	}
	
	.services .content,
	.projects .content {
		width: auto;
		max-width: none;
		flex: auto;
	}
	
	.service-image .photogallery {
		margin: auto;
	}
	
	.job-offers-list > li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.process-image {
		padding: 30px 0;
	}

	.vision {
		padding: 80px 0;
	}

	.vision h2  {
		margin-bottom: 40px;
	}

	.vision p {
		padding-left: 0;
		padding-right: 0;
	}

	.stats {
		padding: 40px 0;
	}

	.contact, .representatives .row > li {
		font-size: 1em;
	}

	.footer {
		padding: 40px 0;
	}

	.footer .logo-footer {
		overflow: hidden;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) and (min-width: 481px) {
	.footer .logo-footer img {
		float: left;
		max-width: 50%;
	}

	.footer .social {
		margin-left: 50%;
		width: 50%;
		padding-left: 15px;
	}
}

@media (max-width: 575px) {
	.home main h1 {
		font-size: 3em;
		margin-bottom: 30px;
	}
	
	.achievments .slider {
		padding: 0;
	}

	.achievments .swiper {
		margin-bottom: 0;
	}
	
	.contact .map ul {
		margin-bottom: 30px;
	}

	.contact .map img {
		display: block;
		margin: auto;
	}
}

@media (max-width: 575px) and (min-width: 360px) {
	.contact .social {
		float: right;
		width: 35%;
	}
	
	.contact .primary-contact {
		float: left;
		clear: none;
		width: 65%;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	:root {
		font-size-s: .875em;
	}

	header nav {
		width: 70%;
	}

	.representatives .row > li {
		flex: auto;
		max-width: none;
		margin-bottom: 0;
	}

	.representatives .row > li + li {
		margin-top: 30px
	}

	.representatives li h3 {
		margin-bottom: 12px;
	}
	
	footer .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	footer .col-6 + .col-6 {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.home .footer-bottom strong {
	    float: left;
	}
}

@media (min-width: 992px) {
	.job-offers-list > li:nth-child(4n+2),
	.job-offers-list > li:nth-child(4n-1) {
		background-color: #EFF0F1;
		position: relative;
	}

	.job-offers-list > li:nth-child(4n+2):before,
	.job-offers-list > li:nth-child(4n-1):before {
		content: '';
		position: absolute;
		left: 100%;
		width: 100%;
		top: 0;
		bottom: 0;
		background-color: #EFF0F1;
	}

	.job-offers-list > li:nth-child(4n-1):before {
		left: auto;
		right: 100%;
	}

	.achievments {
		position: relative;
	}

	.achievments.container {
		max-width: 100%;
		width: auto;
	}
	
	.achievments-content-wrapper {
		position: static;
		padding: 0;
	}
	
	.achievments-content {
		position: absolute;
		right: 50%;
		width: 480px;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.service:nth-child(2n) .service-content {
		order: -1;
	}
	
	.service-image .photogallery {
		float: left;
	}

	.service:nth-child(2n) .service-image .photogallery {
		float: right;
	}

	.achievments-content {
		width: 570px;
	}
}

@media (min-width: 1440px) {
	.container, .home .footer-bottom .container {
		max-width: 1440px;
	}
	
	.project-info {
		padding-left: 80px;
	}

	.achievments-content {
		width: 720px;
	}

	article .perex {
		padding-right: 16.666%;
	}
	
	footer .container, .container.narrow {
		max-width: 1200px;
	}
}

@media (min-width: 1600px) {
	.service-content {
		padding-left: 20px;
		padding-right: 80px;
	}
	
	.service:nth-child(2n) .service-content {
		padding-left: 40px;
		padding-right: 60px;
	}
	
	.service-content h2 {
		margin-right: -65px;
	}
	
	.service:nth-child(2n) .service-content h2 {
		margin-right: -45px;
	}

	.project-info {
		padding-left: 100px;
	}

	.achievments-content {
		width: 800px;
	}
	
	.container, .home .footer-bottom .container {
		max-width: 1600px;
	}
}