/*  Reset styles
    ------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	color: #323232;
	outline: none;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

svg {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
}

button {
	padding: 0;
	font-size: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

/*  fonts
    ------------------------------------------------------- */
@font-face {
	font-family: 'Spartan-Light';
	src: url('../fonts/Spartan-Light.eot');
	src: url('../fonts/Spartan-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Spartan-Light.woff2') format('woff2'),
		 url('../fonts/Spartan-Light.woff') format('woff'),
		 url('../fonts/Spartan-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Spartan-Regular';
	src: url('../fonts/Spartan-Regular.eot');
	src: url('../fonts/Spartan-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Spartan-Regular.woff2') format('woff2'),
		 url('../fonts/Spartan-Regular.woff') format('woff'),
		 url('../fonts/Spartan-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Spartan-Medium';
	src: url('../fonts/Spartan-Medium.eot');
	src: url('../fonts/Spartan-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Spartan-Medium.woff2') format('woff2'),
		 url('../fonts/Spartan-Medium.woff') format('woff'),
		 url('../fonts/Spartan-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Spartan-SemiBold';
	src: url('../fonts/Spartan-SemiBold.eot');
	src: url('../fonts/Spartan-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Spartan-SemiBold.woff2') format('woff2'),
		 url('../fonts/Spartan-SemiBold.woff') format('woff'),
		 url('../fonts/Spartan-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Spartan-Bold';
	src: url('../fonts/Spartan-Bold.eot');
	src: url('../fonts/Spartan-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Spartan-Bold.woff2') format('woff2'),
		 url('../fonts/Spartan-Bold.woff') format('woff'),
		 url('../fonts/Spartan-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Spartan-ExtraBold';
	src: url('../fonts/Spartan-ExtraBold.eot');
	src: url('../fonts/Spartan-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Spartan-ExtraBold.woff2') format('woff2'),
		 url('../fonts/Spartan-ExtraBold.woff') format('woff'),
		 url('../fonts/Spartan-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*  body
    ------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body {
	position: relative;
	color: #323232;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Spartan-Regular';
}

#page::after {
    content: '';
	position: fixed;
	z-index: 9001;
	top: 0;
	left: 0;
    height: 0;
    width: 0;
    opacity: 0;
	background-color: rgba(32, 32, 32, 0.9);
	-webkit-transition: opacity 0.4s ease-out 0s;
    		transition: opacity 0.4s ease-out 0s;
}

#page.modal-open {
	overflow: hidden;
}

#page.modal-open::after {
    height: 100%;
    width: 100%;
	opacity: 1;
}

h2 {
	font-size: 50px;
	line-height: 1.1;
	font-family: 'Spartan-SemiBold';
}

.wrapper {
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 0 15px;
	position: relative;
}

.row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}

.row2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}

.wrap-items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.section {
    padding: 100px 0;
}

.section-title {
	margin-bottom: 20px;
}

.section-description {
	margin-bottom: 70px;
	line-height: 1.4;
}

/*  menu open btn
    ------------------------------------------------------- */
.menu-open {
	display: none;
	color: #6C6C6C;
	font-size: 12px;
}

.menu-open.fixed {
	position: fixed;
	z-index: 10;
	top: 30px;
	right: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-align-items: center;
			align-items: center;
}

.menu-open-icon {
	margin-bottom: 7px;
	position: relative;
	width: 34px;
	height: 11px;
}

.menu-open-icon-line {
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #5DBD6D;
}

.menu-open-icon-line1 {
	top: 0;
	left: 0;
}

.menu-open:hover .menu-open-icon-line1 {
	-webkit-transform: translate3d(0, 1px, 0);
			transform: translate3d(0, 1px, 0);
}

.menu-open-icon-line2 {
	right: 0;
	bottom: 0;
}

.menu-open:hover .menu-open-icon-line2 {
	-webkit-transform: translate3d(0, -1px, 0);
			transform: translate3d(0, -1px, 0);
}

/*  header
    ------------------------------------------------------- */
.header {
	padding: 35px 0;
	font-family: 'Spartan-SemiBold';
}

.home .header {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
}

.home .header .wrap {
	max-width: 100%;
	padding: 0 40px;
}

.logo {
	-webkit-transform: translateY(-3px);
			transform: translateY(-3px);
	width: 136px;
	height: 24px;
	fill: #5DBD6D;
}

.home .logo {
	fill: #fff;
}

.header-nav {
	margin-left: 150px;
}

.header-nav-link {
	margin-right: 35px;
	position: relative;
}

.home .header-nav-link {
	color: #fff;
}

.header-nav-link:last-child {
	margin: 0;
}

.header-nav-link-text {
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.header-nav-link:hover .header-nav-link-text {
	-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
}

.home .header-nav-link:hover .header-nav-link-text {
	color: #fff;
}

.header-nav-link:hover::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(50, 50, 50, 0.7);
}

.home .header-nav-link:hover::before {
	background-color: rgba(255, 255, 255, 0.7);
}

.header-tel {
	margin-right: 35px;
	font-size: 20px;
}

.home .header-tel {
	color: #fff;
}

.header-tel-icon {
	margin-right: 10px;
	fill: #5DBD6D;
}

.language {
	position: relative;
	width: 40px;
	padding-left: 14px;
	cursor: pointer;
}

.language::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #5DBD6D;
}

.language-selected {
	text-transform: uppercase;
}

.home .language-selected {
	color: #fff;
}

.language-select {
	display: none;
	position: absolute;
	z-index: 2;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 70px;
	background-color: #f9f9f9;
}

.home .language-select {
	background-color: #fff;
}

.language-select.open {
	display: block;
}

.language-select a {
	display: block;
	padding: 12px 15px;
	text-align: center;
	color: #323232;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.language-select a:hover {
    color: #fff;
    background-color: #5DBD6D;
}

/*  intro
    ------------------------------------------------------- */
.intro {
	position: relative;
	height: 100vh;
	min-height: 100vh;
	color: #fff;
	overflow: hidden;
	background-color: #323232;
}

.intro-slide {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	display: block;
	width: 1200px;
	height: 675px;
	object-fit: cover;
	-webkit-transform: translate(200%, -50%);
			transform: translate(200%, -50%);
	-webkit-transition: 0.5s;
			transition: 0.5s;
}

.intro-slide.active {
	z-index: 3;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.intro-container {
	width: 100%;
	position: relative;
	z-index: 4;
}

.intro-title {
	margin-bottom: 70px;
	max-width: 600px;
	font-size: 50px;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: 'Spartan-ExtraBold';
}

.intro-services-item {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Spartan-Medium';
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.intro-services-item.active {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 34px;
}

.intro-services-item span {
	position: relative;
	z-index: 2;
}

.intro-services-item.active span::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: -15px;
	left: -15px;
	height: 60px;
	background-color: #5DBD6D;
}

.intro-social {
	position: absolute;
	z-index: 4;
	top: 50%;
	-webkit-transform: translate(-134px, -50%) rotate(-90deg);
			transform: translate(-134px, -50%) rotate(-90deg);
	left: 40px;
}

.intro-social-item {
	margin-right: 35px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Spartan-SemiBold';
}

.intro-social-item:last-child {
	margin: 0;
}

.scrolldown {
	position: absolute;
	z-index: 102;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	bottom: 20px;
}

.scrolldown-icon {
    -webkit-animation: scrolldown 1.7s infinite ease;
    		animation: scrolldown 1.7s infinite ease;
	fill: #fff;
}

@-webkit-keyframes scrolldown {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(-7px);
				transform: translateY(-7px);
	}
	
	55% {
		-webkit-transform: translateY(-7px);  
				transform: translateY(-7px);
	}
	
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes scrolldown {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(-7px);
				transform: translateY(-7px);
	}
	
	55% {
		-webkit-transform: translateY(-7px);
				transform: translateY(-7px);
	}
	
	100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}

.intro-next-slide {
	position: absolute;
	z-index: 4;
	top: 50%;
	-webkit-transform: translate(-330px, -50%);
			transform: translate(-330px, -50%);
	left: 100%;
	width: 1200px;
	height: 675px;
	overflow: hidden;
}

.intro-next-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
	-webkit-transition: 0.5s;
			transition: 0.5s;
}

.intro-next-slide-bg.active {
	z-index: 2;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

.intro-next-slide-bg.prev {
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

.intro-next-slide-container {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
	color: #fff;
}

.intro-next-slide-num {
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 39px;
	font-family: 'Spartan-Bold';
}

.intro-next-slide-hint {
	font-size: 20px;
	line-height: 22px;
	font-family: 'Spartan-Medium';
}

.intro-next-slide-hint-icon {
	margin-left: 15px;
}

.intro-next-slide-filter {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.01);
	-webkit-backdrop-filter: blur(5px);
			backdrop-filter: blur(5px);
}

/*  services
    ------------------------------------------------------- */
.services-title {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.services-title,
.service {
	width: calc(100% / 3);
	border-bottom: 2px solid rgba(42, 42, 42, 0.1);
	border-right: 2px solid rgba(42, 42, 42, 0.1);
	padding: 20px;
}

.service:nth-child(3n) {
	border-right: none;
}

.service:nth-child(7),
.service:nth-child(8),
.service:nth-child(9) {
	border-bottom: none;
}

.service-icon {
	margin-bottom: 20px;
	fill: #696969;
}

.service-title {
	margin-bottom: 10px;
	font-size: 20px;
    line-height: 1.3;
	font-family: 'Spartan-SemiBold';
}

.service-description {
	color: #6C6C6C;
	line-height: 1.4;
}

/*  team
    ------------------------------------------------------- */
.team-item {
	margin-right: 20px;
	width: 308px;
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	font-size: 0;
	font-family: 'Spartan-Medium';
}

.team-item:last-child {
	margin: 0;
}

.team-item-container {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.team-item-description {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-transform: translateX(-150%);
			transform: translateX(-150%);
	-webkit-transition: 0.3s;
			transition: 0.3s;
	background-color: #f9f9f9;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Spartan-Regular';
}

.team-item:hover .team-item-description {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

.team-item-name {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
}

.team-item-post {
	color: #6C6C6C;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
}

.team-slider-container {
    display: -webkit-flex;
    display: flex;
}

.scrollbar {
	margin-top: 70px;
	position: relative;
	z-index: 2;
	height: 1px;
	background-color: #6C6C6C;
}

.scrollbar .handle {
	position: absolute;
	top: -2px;
	height: 5px;
	background-color: #5DBD6D;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 20px;
}

/*  partners
    ------------------------------------------------------- */
.partner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 25%;
	border-bottom: 2px solid rgba(42, 42, 42, 0.1);
	border-right: 2px solid rgba(42, 42, 42, 0.1);
	padding: 20px;
}

.partner {
	height: 192px;
	background-color: #fff;
	-webkit-transition: 0.5s;
			transition: 0.5s;
}

.partner:nth-child(4n) {
	border-right: none;
}

.partner:nth-child(9),
.partner:nth-child(10),
.partner:nth-child(11),
.partner:nth-child(12) {
	border-bottom: none;
}

.partner:hover {
	background-color: #fff;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
}

.partner-img {
	-webkit-filter: grayscale(100%);
    		filter: grayscale(100%);
	-webkit-transition: 0.5s;
			transition: 0.5s;
	opacity: 0.6;
}

.partner:hover .partner-img {
	-webkit-filter: grayscale(0);
    		filter: grayscale(0);
	opacity: 1;
}

/*  blog
    ------------------------------------------------------- */
.blog {
	position: relative;
	padding-top: 140px;
}

.blog::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background-color: #f9f9f9;
}

.blog .medium-widget-article__row {
	margin: 0;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}

.blog .medium-widget-article__item {
	margin-right: 20px;
	padding: 0;
}

.blog .medium-widget-article__item:last-child {
	margin: 0;
}

.blog .medium-widget-article__column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-align-items: center;
			align-items: center;
}

.blog .medium-widget-article__image {
	font-size: 0;
}

.blog .medium-widget-article__column .medium-widget-article__image img {
	margin: 0;
	display: block;
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
}

.blog .medium-widget-article__content {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	width: calc(100% - 50px);
	padding: 20px;
	background-color: #f9f9f9;
}

.blog .medium-widget-article__title {
	margin-bottom: 10px;
	font-weight: normal;
	color: #323232;
	font-size: 20px;
	line-height: 1.4;
}

.blog .medium-widget-article__info {
	margin: 0;
}

.blog .medium-widget-article__info > div {
	height: auto;
	padding: 0;
}

.blog .medium-widget-article__date {
	color: #6C6C6C;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	font-family: 'Spartan-Medium';
}

/*  contact
    ------------------------------------------------------- */
.contact {
	padding: 100px 0;
}

.contact-title {
	margin-bottom: 70px;
}

.contact-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}

.contact-left {
	width: calc((100% - 60px) / 2);
}

.contact-label {
	margin-bottom: 5px;
	font-family: 'Spartan-Bold';
}

.contact-label2 {
	margin-bottom: 10px;
	font-family: 'Spartan-Bold';
}

.contact-value {
    margin-bottom: 30px;
    display: inline-block;
    color: #6C6C6C;
    line-height: 1.5;
}

.contact-value.link {
	position: relative;
	border-bottom: 1px dashed #999;
	cursor: pointer;
}

.hint-popup {
	display: none;
	position: absolute;
	bottom: 100%;
	-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
	right: 0;
	border-radius: 5px;
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	background-color: #343434;
	cursor: text;
}

.hint-popup::before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #343434 transparent transparent transparent;
}

.social-item {
	margin-right: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	fill: #fff;
	background-color: #343434;
}

.social-item:last-child {
	margin: 0;
}

.map-mobile {
	display: none;
	margin-bottom: 160px;
	position: relative;
	width: 100%;
	height: 400px;
}

.map-mobile-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback {
	width: calc((100% - 60px) / 2);
}

.feedback-title {
	margin-bottom: 50px;
	font-size: 22px;
	font-family: 'Spartan-Bold';
}

.feedback-btn {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 200px;
	height: 60px;
	border-radius: 10px;
	border: 1px solid #323232;
	color: #323232;
	font-size: 24px;
	font-family: 'Spartan-Medium';
}

.feedback-btn::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #5DBD6D;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

/*  footer
    ------------------------------------------------------- */
.footer {
	padding-top: 40px;
	background-color: #f9f9f9;
}

.footer-primary {
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding: 40px 0;
}

.footer-primary-left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
}

.footer-logo {
	margin-bottom: 30px;
	width: 136px;
	height: 24px;
}

.footer-tel {
	margin-bottom: 10px;
	color: #5DBD6D;
	font-size: 30px;
	font-family: 'Spartan-Bold';
}

.footer-email {
	font-family: 'Spartan-Bold';
}

.footer-label {
	margin-bottom: 20px;
	font-family: 'Spartan-Bold';
}

.footer-copyright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 40px 0;
	text-align: center;
	color: #6C6C6C;
	font-size: 12px;
	line-height: 1.5;
}

.footer-col {
	margin-left: 150px;
}

.footer-menu-item {
	margin-bottom: 20px;
}

.footer-menu-item:last-child {
	margin: 0;
}

.footer-link:hover {
	text-decoration: underline;
}

/*  form UI
    ------------------------------------------------------- */
input[type=text],
input[type=tel],
input[type=email],
textarea {
    -webkit-appearance: none;
    		appearance: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
}

input::-moz-placeholder {
	opacity: 1;
	color: #9A9A9A;
}

input::-webkit-input-placeholder {
	color: #9A9A9A;
}

input:-ms-input-placeholder {
	color: #9A9A9A;
}

input::-ms-input-placeholder {
	color: #9A9A9A;
}

input::placeholder {
	color: #9A9A9A;
}

:invalid {
	box-shadow: none;
}

.input {
	margin-bottom: 70px;
	position: relative;
}

.input-field {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #323232;
	color: #323232;
	font-size: 16px;
	font-family: 'Spartan-Regular';
}

.input-text {
	height: 41px;
	resize: none;
}

.input-icon {
	position: absolute;
	top: -2px;
	right: 0;
}

.input-count {
	position: absolute;
	right: 0;
	bottom: -32px;
	font-size: 12px;
}

.grecaptcha-badge {visibility: hidden;}

/*  menu
    ------------------------------------------------------- */
.menu {
	position: fixed;
    z-index: 9002;
    top: -150%;
    left: 0;
	width: 100vw;
    height: 100vh;
	overflow-y: auto;
	color: #fff;
    background-color: #202020;
    -webkit-transition: 0.3s;
    		transition: 0.3s;
}

.menu.open {
	top: 0;
}

.menu .wrap {
	padding-left: 60px;
}

.menu-head {
	margin-bottom: 60px;
	position: relative;
	padding: 40px 0;
}

.menu-logo {
	display: block;
	width: 136px;
	height: 24px;
}

.menu-close {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-align-items: center;
			align-items: center;
	color: #6C6C6C;
	font-size: 12px;
}

.menu-close-icon {
	margin-bottom: 7px;
	fill: #5DBD6D;
}

.menu-container {
	padding-bottom: 50px;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}

.menu-nav,
.menu-contact {
	width: calc((100% - 120px) / 2);
}

.menu-nav-item {
	margin-bottom: 20px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.menu-nav-item:last-child {
	margin-bottom: 0;
}

.menu-nav-link {
	color: rgba(255, 255, 255, 0.3);
	font-size: 30px;
	line-height: 34px;
	font-family: 'Spartan-Light';
}

.menu-nav-item.active .menu-nav-link {
	margin: 10px 0;
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Spartan-SemiBold';
}

.menu-nav-item.active:first-child .menu-nav-link {
	margin-top: 0;
}

.menu-nav-item.active:last-child .menu-nav-link {
	margin-bottom: 0;
}

.target-link {
	display: none;
	position: absolute;
	z-index: 9003;
	width: 10px;
	height: 10px;
	background-color: #5DBD6D;
	-webkit-transform: translateX(-31px) translateY(18px) rotate(-45deg);
			transform: translateX(-31px) translateY(18px) rotate(-45deg);
	-webkit-transition: all .35s ease-in-out;
			transition: all .35s ease-in-out;
}

.modal-open .target-link {
	display: block;
}

.menu-label,
.menu-label2 {
	font-size: 20px;
	font-family: 'Spartan-ExtraBold';
}

.menu-label {
	margin-bottom: 10px;
}

.menu-label2 {
	margin-bottom: 15px;
}

.menu-value {
    margin-bottom: 40px;
    display: inline-block;
    color: #fff;
    line-height: 1.5;
	font-family: 'Spartan-Light';
}

.menu-social-item {
	margin-right: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	fill: #343434;
	background-color: #fff;
}

.menu-social-item:last-child {
	margin: 0;
}

/*  modal
    ------------------------------------------------------- */
.modal-box {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	text-align: center;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.modal-box::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.modal-box-container {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.modal {
    position: relative;
    width: calc(100vw - 30px);
	max-width: 800px;
	text-align: left;
	background-color: #fff;
}

.modal-close {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	background-color: #5DBD6D;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.modal-close:hover {
	background-color: #56ae64;
}

.modal-close-icon {
	fill: #fff;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.modal-close:hover .modal-close-icon {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}

.map {
	position: relative;
	width: calc(100vw - 200px);
}

.map-desktop {
	width: 100%;
	height: calc(100vh - 80px);
}

.modal-close.map-close {
	right: -60px;
}

/*  modal thank
    ------------------------------------------------------- */
.modal-thank {
	padding: 80px 40px;
}

.modal-thank-title {
	margin-bottom: 20px;
}

.modal-thank-description {
	margin-bottom: 15px;
	line-height: 27px;
}

.modal-thank-back {
	line-height: 27px;
}

.modal-thank-back-icon {
	margin-right: 10px;
}

.modal-thank-back-label {
	margin-right: 5px;
	font-family: 'Spartan-SemiBold';
}

.modal-thank-back-timer {
	letter-spacing: 0.2em;
}

.modal-thank-wrap-img {
	text-align: right;
}
.modal-thank-img {
	max-width: 100%;
	height: auto;
}

/*  ANIMATIONS MODAL FORM
    ------------------------------------------------------- */
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
			animation-name: slideInDown;
	-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
			animation-name: slideOutUp;
	-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
}

/*  Popup info
    ------------------------------------------------------- */
.popup-info {
	position: fixed;
	z-index: 90006;
	top: 20px;
	left: 15px;
	width: calc(100vw - 40px);
	max-width: 400px;
	border-radius: 3px;
	padding: 20px 40px 20px 80px;
	color: #fff;
	background: #1d9f51;
	visibility: visible;
	-webkit-animation-name: bounceInDown;
			animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;	
	-webkit-animation-timing-function: ease-in-out;	
			animation-timing-function: ease-in-out;	
}

.popup-info p {
	line-height: 1.5;
}

.popup-info > svg {
	position: absolute;
	left: 40px;
	width: 26px;
	height: 26px;
	fill: #fff;
}

.popup-info-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-info-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	fill: #fff;
}

.popup-error {
	background: #e74c3c;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
				transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
				transform: none;
	}
}

/*  ANIMATIONS SCROLL
    ------------------------------------------------------- */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
			animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
				transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
				transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
			animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
				transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}

@keyframes fadeInLeft {
 0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
				transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
			animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
				transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
				transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
			animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
				transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
				transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
			animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
			animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
			animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
			animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
			animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
			animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: 800ms;
			animation-duration: 800ms;
}

.animated.faster {
	-webkit-animation-duration: 500ms;
			animation-duration: 500ms;
}

.animated.slow {
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*  page404
    ------------------------------------------------------- */
.page404 {
	text-align: center;
}

.page404 .wrap {
	max-width: 350px;
}

.page404-img {
	margin-bottom: 40px;
	max-width: 100%;
	height: auto;
}

.page404-subtitle,
.page404-title {
	text-align: left;
	font-size: 30px;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: 'Spartan-Light';
}

/*  policy
    ------------------------------------------------------- */
.policy .wrap {
	max-width: 830px;
}

.policy h1,
.policy h2,
.policy h3,
.policy h4,
.policy h5,
.policy h6 {
	font-family: 'Spartan-SemiBold';
}

.policy h1 {
	margin-bottom: 70px;
	font-size: 50px;
    line-height: 1.1;
}

.policy h3,
.policy h4,
.policy h5,
.policy h6 {
	margin: 50px 0 24px;
	line-height: 1.2;
}

.policy h2 {
	margin-bottom: 30px;
	font-size: 44px;
	line-height: 1.2;
}

.policy h3 {
	font-size: 40px;
}

.policy h4 {
	font-size: 36px;
}

.policy h5 {
	font-size: 32px;
}

.policy h6 {
	font-size: 28px;
}

.policy p,
.policy ul,
.policy ol {
	margin-bottom: 24px;
	line-height: 1.5;
}

.policy p:last-child,
.policy ul:last-child,
.policy ol:last-child {
	margin: 0;
}

.policy strong {
	font-family: 'Spartan-Bold';
}

.policy em {
	font-style: italic;
}

.policy li {
	margin-bottom: 12px;
}

.policy li:last-child {
	margin: 0;
}

.policy ul li {
	position: relative;
	padding-left: 15px;
}

.policy ul li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #323232;
}

.policy ol {
    list-style: decimal inside;
}

.policy a {
	text-decoration: underline;
}

.policy a:hover {
	color: #56ae64;
}