body {
	font-family: "nimbus-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
}

h2,
strong,
.site-menu a,
.button {
	font-family: "nimbus-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.heading {
	font-family: "social-gothic-rough", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.screen-reader-text {
	position: absolute;
	visibility: hidden;
}

.container {
	max-width: 1276px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-size: 18px;
	line-height: 27px;
	color: #134A2C;
}
.heading {
	font-size: 72px;
	line-height: 80px;
}
h2 {
	font-size: 44px;
	line-height: 67px;
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	.heading {
		font-size: 42px;
		line-height: 50px;
	}
	h2 {
		font-size: 24px;
		line-height: 33px;
	}
}

a {
	text-decoration: none;
	color: #134A2C;
}

.button {
	display: inline-block;
	padding: 11px 30px;
	border-radius: 25px;
	background-color: #15A748;
	transition: all .2s ease-in-out;
	color: #fff;
}
.button:hover,
.button:focus {
	background-color: #134A2C;
	transition: all .2s ease-in-out;
}
.button-outline {
	background-color: transparent;
	border: 2px solid #fff;
}
.button-outline:hover,
.button-outline:focus {
	background-color: #fff;
	color: #15A748;
	transition: all .2s ease-in-out;
}

.site-header-inner {
	padding: 30px 0;
}
.site-header-inner svg {
	height: 20px;
	width: 180px;
}
.site-header-inner .button {
	margin-left: 20px;
}

.site-menu__vacancy {
	position: relative;
}

.vacancy-count {
	position: absolute;
	height: 1.5rem;
	width: 1.5rem;
	display: flex;
	top: -20px;
	right: -15px;
	justify-content: center;
	align-items: center;
	background-color: #15A748;
	color: #fff;
	border-radius: 100%;
	font-size: 0.875rem;
}
@media (min-width: 768px) {
	.site-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 42px 0;
	}
	.site-header-inner svg {
		float: left;
		height: 33px;
		width: 300px;
	}
	.site-header-inner ul {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.site-header-inner ul .site-menu__contact {
		display: none;
	}
	.site-header-inner {
		display: flex  ;
		justify-content: space-between;
	}

	.vacancy-count {
		height: 1.2rem;
		width: 1.2rem;
		top: -15px;
		right: -12px;
		font-size: .75rem;
	}

	.vacancy-text {
		text-transform: uppercase;
	}

	.site-menu__vacancy {
		margin-right: 15px;
	}
}

.banner {
	position: relative;
	background-image: linear-gradient(270deg, #8EC123 0%, #084426 100%);
}
.banner__background {
	overflow: hidden;
}
.banner__background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.15;
}
.banner-inner {
	position: relative;
	padding-top: 100px;
}
.banner-inner .heading {
	color: #fff;
	margin-bottom: 20px;
}
.banner__images img {
	position: relative;
	bottom: -40px;
}
@media (min-width: 768px) {
	.banner__images {
		text-align: right;
	}
	.banner__images img {
		margin-left: auto;
	}
}
@media (min-width: 992px) {
	.banner-inner {
		position: relative;
		padding: 90px 0;
	}
	.banner-inner .heading {
		max-width: 35%;
		color: #fff;
		margin-bottom: 0;
	}
	.banner__images {
		position: absolute;
		margin: 0;
		right: 0;
		top: 25px;
		z-index: 1;
	}
}
@media (min-width: 1200px) {
	.banner-inner {
		padding: 180px 0;
	}
	.banner-inner .heading {
		max-width: 50%;
	}
}

.about {
	background-color: #F1F5EF;
	padding-bottom: 140px;
}
.about p:last-of-type {
	margin-top: 22px;
}
@media (min-width: 768px) {
	.about {
		padding-bottom: 120px;
	}
	.about p:last-of-type {
		margin-top: 27px;
	}
}

.vacatures {
	background-color: #F1F5EF;
	padding: 96px 0 48px;
}
.vacature {
	position: relative;
	background-color: #fff;
	margin-left: 17px;
}
.vacature:first-of-type,
.vacature:nth-of-type(2) {
	margin-bottom: 60px;
}
.vacature .label {
	position: absolute;
	top: 0;
	left: -17px;
}
.vacature-inner {
	padding: 55px 44px;
}
.vacature-inner h2 {
	margin-bottom: 10px;
}
.vacature-inner strong {
	display: inline-block;
	margin-bottom: 15px;
}
.vacature-inner li,
.about li {
	position: relative;
	padding-left: 27px;
}
.about-inner strong {
	margin: 27px 0 0 0;
	display: inline-block;
}
.vacature-inner li:before,
.about li:before  {
	content: '•';
	color: #15A748;
	position: absolute;
	left: 0;
	top: 0;
}

.about-inner-list li:before  {
	content: '-';
	color: #15A748;
	position: absolute;
	left: 0;
	top: 0;
}
.vacature-inner .subtitle {
	margin-top: 30px;
}
.vacature-inner .subtitle  p{
	margin-bottom: -20px;
}
.vacature-inner .border {
	display: block;
	width: 66px;
	height: 2px;
	background-color: #15A748;
}
.vacature-inner .row {
	margin: 30px 0;
}
.vacature-inner .col:first-of-type {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.vacature .label svg {
		height: 98px;
		width: 34px;
	}
}
@media (min-width: 768px) {
	.vacatures {
		padding: 120px 0 70px;
	}
	.vacature {
		margin-left: 34px;
	}
	.vacature .label {
		position: absolute;
		top: 0;
		left: -34px;
	}
	.vacature-inner {
		padding: 80px 100px;
	}
	.vacature-inner .row {
		margin: 50px 0 40px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 70px;
	}
}

.site-footer {
	background-image: linear-gradient(270deg, #04A53D 0%, #8EC123 100%);
	color: #fff;
}
.site-footer .button:not(.button-outline) {
	background-color: #fff;
	color: #15A748;
}
.site-footer .button:not(.button-outline):hover,
.site-footer .button:not(.button-outline):focus {
	background-color: #F1F5EF;
}

.contact-image {
	position: relative;
	top: -50px;
}
.contact-text {
	padding-top: 20px;
}
.contact-text a {
	color: #fff;
}
.contact-text a:hover {
	text-decoration: underline;
}

.contact-text .border {
	width: 66px;
	height: 2px;
	background-color: #fff;
	margin: 30px 0;
}
.contact-person img {
	width: 150px;
	margin-right: 24px;
	margin-top: 30px;
}
.contact-buttons {
	margin-top: 20px;
}
.contact-buttons a:last-of-type {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.contact .row {
		display: flex;
	}
	.contact .col {
		width: 41.667%;
	}
	.contact .col {
		width: 41.667%;
		margin-right: 8.333%;
	}
	.contact-text {
		padding-top: 140px;
	}
}
@media (min-width: 992px) {
	.contact-person {
		display: flex;
		align-items: center;
		margin-top: 45px;
	}
	.contact-person img {
		margin-top: 0;
	}
	.contact-buttons {
		margin-top: 0;
	}
}

.footer-copy {
	text-align: center;
	padding: 60px 0 30px;
}
.footer-copy .button-wrapper {
	display: flex;
	align-items: center;
}
.footer-copy .button-wrapper:before,
.footer-copy .button-wrapper:after {
	content: '';
	flex: 1;
	height: 2px;
	background-color: #fff;
}
.footer-copy .button-wrapper:before {
	margin-right: 10px;
}
.footer-copy .button-wrapper:after {
	margin-left: 10px;
}
.footer-copy p {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.footer-copy {
		text-align: center;
		padding: 120px 0 50px;
	}
	.footer-copy .button-wrapper:before {
		margin-right: 20px;
	}
	.footer-copy .button-wrapper:after {
		margin-left: 20px;
	}
}
@media (min-width: 768px) {
	.contact-text .heading {
		font-size: 56px;
		line-height: 74px;
	}
}

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