/* CSS Document */
@charset "UTF-8";



/****************
*               *
*   RESET CSS   *
*               *
*****************/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/************
*           *
*   FONTS   *
*           *
*************/
@import "fonts/helvetica.css";
@import "fonts/lora.css";



/*************
*            *
*   LOADER   *
*            *
**************/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e6efa5;
  z-index: 99999999;
}

.loader .img {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  background: url("images/loader.gif?v2") no-repeat center center;
  background-size: auto;
  background-size: contain;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}



/**************
*             *
*   GENERIC   *
*             *
***************/
body,
html {
	height: 100%;
	max-height: 100%;
	background-color: #ECEDE5;
	overflow-x: hidden;
}



/*************************
*          			 	 *
*  PRIMARY LOCAL TASKS   *
*          				 *
**************************/
.primary-local-tasks {
	text-align: center;
	margin: 30px;
}
.primary-local-tasks ul {
	font-size: 0;
	line-height: 0;
}
.primary-local-tasks ul li {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px;
	padding-right: 20px;
	border: 1px solid black;
	border-right: none;
}
.primary-local-tasks ul li:first-child {
	border-right: 1px solid black;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.primary-local-tasks ul li:last-child {
	border-right: 1px solid black;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-right: 10px;
}



/*************
*            *
*   HEADER   *
*            *
**************/
header {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 0;
	font-family: 'Helvetica Neue Regular';
	padding-left: 30px;
  	padding-right: 30px;
}
.site-header {
	max-width: 1340px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}
.numbered-headers {
	font-size: 0;
	line-height: 0;
}
.logo-block, 
.menu-block {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.logo-block {
	text-align: left;
	height: 80px;
}
.menu-block{
	text-align: right;
}
.logo-block p,
.menu-block h2 {
	font-family: 'Helvetica Neue Regular';
	font-size: 30px;
	line-height: 30px;
  	color: #000;
}
.menu-block h2 {
	line-height: 60px;
  	height: 80px;
}
.logo-block p {
	word-spacing: 100vw;
}
.menu-block h2::before {
	content: '\2022';
	color: #000;
	font-size: 30px;
	line-height: 30px;
	padding-right: 5px;
}
header li a{
	font-size: 34px;
	line-height: 34px;
	color: #000;
	text-decoration: none;
}
header li{
	padding-bottom: 14px;
}
header h2.menuBar ~  ul {
	display: none;
}
header h2.menuBar.open ~  ul {
	display: block;
	width: 100%;
	position: fixed;
	height: 100%;
	background: #fff;
	text-align: center;
	top: 100px;
	left: 0;
	z-index: 20;
}
header h2.menuBar.open ~ ul::before {
  content: '';
  width: 100%;
  height: 38px;
  background: #fff;
  position: fixed;
  top: -38px;
  left: 0;
  display: block;
}
@media only screen and (max-width: 380px) {
	header li a {
  		font-size: 28px;
  		line-height: 28px;
	}
}




/***************
*              *
*   HEADER 2   *
*              *
****************/
.header-2-block {
	background-color: #5D6F4D;
	min-height: 910px;
	position: relative;
}
.header-2-block::before,
.header-2-block::after {
  background: #5D6F4D;
  content: '';
  width: 100%;
  height: 910px;
  position: absolute;
  display: block;
  top: 0;
}
.header-2-block::before {
  left: -100%;
}
.header-2-block::after{
  right: -100%;
}
#header-main {
	position: absolute;
  	right: 0;
  	top: 0;
}
#header-small {
	position: absolute;
  	left: 0;
  	top: 232px;
}
#title-half-1,
#title-half-2 {
	font-family: 'Lora Regular';
	font-size: 136px;
	line-height: 136px;
	color: #ECEDE5;
	z-index: 10;
	position: relative;
}
#title-half-1 {
	padding-top: 80px;
}
#title-half-2 {
	padding-top: 40px;
	padding-left: 400px;
}
#subtitle-1,
#subtitle-2,
#subtitle-3 {
	font-family: 'Helvetica Neue Regular';
	z-index: 10;
	position: relative;
	color: #ECEDE5;
}
#subtitle-1 {
	font-size: 20px;
	line-height: 20px;
	width: 470px;
	padding-left: 400px;
}
#subtitle-2 {
	font-size: 18px;
	line-height: 22px;
	width: 520px;
	padding-top: 64px;
}

#subtitle-3 {
	font-size: 40px;
	line-height: 40px;
	width: 550px;
  	text-align: center;
  	padding-top: 64px;
  	left: 50%;
  	transform:translateX(-50%);
}
#header-small-2,
#subtitle-extra-1,
#subtitle-extra-2,
#subtitle-extra-3 {
	display: none;
}
@media only screen and (max-width: 1300px) {
	#title-half-2,
	#subtitle-1 {
	  padding-left: 320px;
	} 
	#title-half-1, #title-half-2 {
	  font-family: 'Lora Regular';
	  font-size: 100px;
	  line-height: 100px;
	}
	#title-half-2 {
  		padding-top: 20px;
	}
	#header-small {
  		top: 182px;
	}
	#subtitle-2 {
	  width: 450px;
	  padding-top: 90px;
	}
	#header-main {
	  height: 600px;
	}
	#subtitle-3 {
	  font-size: 30px;
	  line-height: 30px;
	}
	.header-2-block {
		min-height: 810px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 810px;
	}
}
@media only screen and (max-width: 1000px) {
	#title-half-2,
	#subtitle-1 {
	  padding-left: 320px;
	} 
	#title-half-1, #title-half-2 {
	  font-family: 'Lora Regular';
	  font-size: 70px;
	  line-height: 70px;
	}
	#title-half-2 {
  		padding-top: 20px;
	}
	#header-small {
  		top: 152px;
	}
	#subtitle-2 {
	  	width: 340px;
    	padding-top: 120px;
	}
	#header-main {
	  height: 500px;
	}
	#subtitle-3 {
		font-size: 20px;
    	line-height: 30px;
  		width: 350px;
  		padding-top: 0;
	}
	.header-2-block {
		min-height: 740px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 740px;
	}	
}
@media only screen and (max-width: 860px) {
	#title-half-1 {
	  padding-top: 40px;
	}
	#title-half-2,
	#subtitle-1 {
	  padding-left: 230px;
	} 
	#subtitle-1 {
	  font-size: 16px;
	  line-height: 18px;
	  width: 310px;
	}
	#title-half-1, #title-half-2 {
	  font-family: 'Lora Regular';
	  font-size: 50px;
	  line-height: 50px;
	}
	#title-half-2 {
  		padding-top: 0;
	}

	#header-small {
  		top: 94px;
    	height: 160px;
	}
  	#subtitle-2 {
	    width: 320px;
	    padding-top: 80px;
	    font-size: 14px;
	    line-height: 18px;
  	}
	#header-main {
	  height: 400px;
	}
  	#subtitle-3 {
	    font-size: 18px;
	    line-height: 24px;
	    width: 350px;
	    padding-top: 18px;
	}
	.header-2-block {
		min-height: 540px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 540px;
	}	
}
@media only screen and (max-width: 680px) {
	#header-main {
    	height: 300px;
  	}
	#subtitle-2 {
    	width: 520px;
	}
	.header-2-block {
		min-height: 490px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 490px;
	}	
}
@media only screen and (max-width: 620px) {
	.header-2-block {
		min-height: 1040px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 1040px;
	}	
  	#header-main {
    	height: 316px;
	}
  	#title-half-1, 
  	#title-half-2 {
	    font-size: 40px;
	    line-height: 40px;
	}
  	#title-half-2, #subtitle-1 {
    	padding-left: 30px;
  	}
  	#subtitle-1 {
	    font-size: 20px;
	    line-height: 26px;
	    width: 310px;
	    text-align: center;
	    padding: 0;
	    padding-top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    padding-top: 50px;
  	}
  	#header-small,
  	#subtitle-2,
  	#subtitle-3 {
  		display: none;
	}
	#header-small-2,
	#subtitle-extra-1,
	#subtitle-extra-2,
	#subtitle-extra-3 {
		display: block;
		position: absolute;
	}
	#header-small-2 {
	    left: 0;
    	top: 520px;
	}
	#subtitle-extra-1,
	#subtitle-extra-2,
	#subtitle-extra-3 {
	    font-family: 'Helvetica Neue Regular';
	    font-size: 18px;
	    line-height: 22px;
	    color: #fff;
	}
  	#subtitle-extra-1 {
	    top: 360px;
	    right: 14px;
	    width: 270px;
  	}
  	#subtitle-extra-2 {
  		text-align: right;
  		top: 750px;
		width: 200px;
		right: 20px;
  	}
  	#subtitle-extra-3 {
  		text-align: right;
  		top: 830px;
	    width: 250px;
	    right: 50px;
  	}

}



/***************
*              *
*   HEADER 3   *
*              *
****************/
.header-3-block {
	background-color: #ECEDE5;
	min-height: 1940px;
	width: 1200px;
	max-width: 100%;
	margin:0 auto;
	position: relative;
}
.header-3-block::before,
.header-3-block::after {
  background: #ECEDE5;
  content: '';
  width: 100%;
  height: 1940px;
  position: absolute;
  display: block;
  top: 0;
}
.header-3-block::before {
  left: -100%;
}
.header-3-block::after{
  right: -100%;
}
#header-2-a,
#header-2-b,
#header-2-c,
#header-2-d,
#header-text-2-a,
#header-text-2-b,
#header-text-2-c,
#header-text-2-d,
#header-text-2-e,
#header-text-2-f,
#header-text-2-g {
	position: absolute;
}
#header-2-a {
	left: 0;
	top: -84px;
}
#header-2-b {
	right: 0;
	top: 100px;
}
#header-2-c {
	left: 0;
	top: 954px;
}
#header-2-d {
	right: 0;
	top: 1494px;
}
#header-text-2-a,
#header-text-2-b,
#header-text-2-c,
#header-text-2-d,
#header-text-2-e,
#header-text-2-f,
#header-text-2-g {
	color: #000;
}
#header-text-2-a,
#header-text-2-c,
#header-text-2-d,
#header-text-2-e,
#header-text-2-g,
#header-text-2-h {
	font-family: 'Helvetica Neue Regular';
}
#header-text-2-a,
#header-text-2-d,
#header-text-2-e {
	font-size: 40px;
	line-height: 40px;
}
#header-text-2-c,
#header-text-2-g {
	font-size: 18px;
	line-height: 24px;
}
#header-text-2-b,
#header-text-2-f {
	font-family: 'Helvetica Neue Italic';
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
}
#header-text-2-a {
	top: 390px;
}
#header-text-2-b {
	top: 426px;
}
#header-text-2-c {
	top: 490px;
	width: 440px;
}
#header-text-2-d {
	top: 660px;
  	right: 0;
  	width: 690px;
  	text-align: center;
  	line-height: 44px;
}
#header-text-2-e {
	top: 1054px;
  	right: 0;
  	text-align: right;
  	width: 400px;
}
#header-text-2-f {
	top: 1136px;
	right: 0;
}
#header-text-2-g {
	top: 1248px;
  	right: 0;
  	text-align: right;
  	width: 300px;
}
#header-text-2-h {
	display: none;
}
@media only screen and (max-width: 1300px) {
/*	.header-2-block {
		min-height: 810px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 810px;
	}*/
	#header-2-a {
		top: -30px;
	}
	#header-text-2-d {
	  width: 500px;
	}
}
@media only screen and (max-width: 1000px) {
/*	.header-2-block {
		min-height: 740px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 740px;
	}	*/
	#header-text-2-c {
		width: 340px;
	}
	#header-2-c {
  		width: 340px;
	}
}
@media only screen and (max-width: 860px) {
/*	.header-2-block {
		min-height: 540px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 540px;
	}	*/
	#header-2-c {
	    width: 240px;
	    top: 1100px;
  	}
  	#header-text-2-d {
	    width: 400px;
	    font-size: 30px;
	    line-height: 34px;
	    top: 700px;
  	}
}
@media only screen and (max-width: 820px) {
/*	.header-2-block {
		min-height: 540px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 540px;
	}	*/
	#header-2-b {
	  width: 300px;
	}
  	#header-text-2-d {
	    max-width: 600px;
    	width: 100%;
	    top: 815px;
	    left: 50%;
	    transform: translateX(-50%);
  	}
}
@media only screen and (max-width: 680px) {
/*	.header-2-block {
		min-height: 490px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 490px;
	}*/	
	#header-text-2-e {
  		font-size: 30px;
  		line-height: 34px;
	}
	#header-2-b {
    	width: 200px;
  	}
  	#header-2-a {
    	top: -30px;
    	width: 200px;
  	}
  	#header-text-2-c {
    	width: 440px;
  	}
}
@media only screen and (max-width: 620px) {
/*	.header-2-block {
		min-height: 1040px;
	}
	.header-2-block::before,
	.header-2-block::after {
	  height: 1040px;
	}	*/
	#header-text-2-e {
	    font-size: 24px;
	    line-height: 28px;
	    max-width: 300px;
	    width: 100%;
  	}
  	#header-text-2-g {
	  top: 1200px;
	  max-width: 230px;
	  width: 100%;
	}
	#header-text-2-f {
  		top: 1114px;
	}
  	#header-2-c {
    	top: 1054px;
  	}
  	#header-text-2-d {
    	top: 784px;
    	font-size: 26px;
    	line-height: 30px;
	}
}
@media only screen and (max-width: 560px) {
  	#header-2-a {
	    top: -109px;
	    width: 160px;
  	}
  	#header-2-b {
	    width: 160px;
	    top: -50px;
  	}
  	#header-text-2-a {
  		top: 190px;
	}
	#header-text-2-b {
  		top: 226px;
	}
	#header-text-2-c {
  		top: 290px;
  		width: 100%;
	}
	#header-text-2-d {
    	top: 566px;
	}
	#header-2-c {
    	top: 766px;
  	}
  	#header-text-2-e {
  		top: 754px;
	    font-size: 18px;
	    line-height: 22px;
	    max-width: 180px;
	}
	 #header-text-2-f {
	    top: 798px;
	    font-size: 22px;
	    line-height: 22px;
  	}
  	#header-text-2-g {
	    top: 838px;
	    max-width: 200px;
	    width: 100%;
	    font-size: 14px;
	    line-height: 18px;
  	}
  	#header-2-d {
	  top: 1100px;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 100%;
	  max-width: 100%;
	}
	.header-3-block {
		min-height: 1580px;
	}
	.header-3-block::before,
	.header-3-block::after {
	  height: 1580px;
	}
}
@media only screen and (max-width: 500px) {
	 #header-2-b {
	    width: 160px;
	    top: -109px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 100%;
	    max-width: 340px;
  	}
  	#header-text-2-h {
  		display: block;
  		font-size: 20px;
  		line-height: 24px;
  		position: absolute;
  		top: 360px;
  		width: 100%;
  		max-width: 100%;
  		text-align: center;
  	}
  	#header-text-2-a {
    	top: 478px;
  	}
  	#header-text-2-b {
    	top: 516px;
  	}
  	#header-text-2-c {
    	top: 552px;
	}
	#header-2-c {
    	top: 980px;
  	}
  	#header-2-d {
	    top: 1046px;
	    left: unset;
	    transform: unset;
	    width: 100%;
	    max-width: 200px;
	    right: 0;
	}
	#header-text-2-e {
    	top: 858px;
	}
	#header-text-2-f {
    	top: 902px;
	}
	#header-text-2-g {
	    top: 1314px;
	    max-width: 100%;
	    text-align: center;
  	}
	.header-3-block {
		min-height: 1440px;
	}
	.header-3-block::before,
	.header-3-block::after {
	  height: 1440px;
	}
	#header-text-2-d,
	#header-2-a {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	#header-2-b {
		max-width: 260px;
	}
	#header-text-2-h {
    	top: 240px;
	}
	 #header-text-2-a {
    	top: 360px;
  	}
  	#header-text-2-b {
    	top: 396px;
  	}
  	#header-text-2-c {
    	top: 428px;
  	}
}



/***************
*              *
*   HEADER 4   *
*              *
****************/
.header-4-block {
	background-color: #5D6F4D;
	min-height: 1626px;
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	overflow-x: visible;
}
#featured-title,
#work-title {
	height: 130px;
	font-family: 'Helvetica Neue Regular';
	font-size: 40px;
	line-height: 130px;
	text-align: right;
	color: #ECEDE5;
	right: 0;
	position: relative;
	max-width: 1340px;
	margin:0 auto;
}
#featured-title {
	background-color: #E28801;
}
#work-title {
	background-color: #BCAB98;
}
#featured-title::before,
#featured-title::after {
  background: #E28801;
  content: '';
  width: 100%;
  height: 130px;
  position: absolute;
  display: block;
  top: 0;
}
#featured-title::before {
  left: -100%;
}
#featured-title::after{
  right: -100%;
}
#work-title::before,
#work-title::after {
  background: #BCAB98;
  content: '';
  width: 100%;
  height: 130px;
  position: absolute;
  display: block;
  top: 0;
}
#work-title::before {
  left: -100%;
}
#work-title::after{
  right: -100%;
}
#featured,
#work {
	height: 680px;
	width: 100%;
	  width: 100vw;
	  z-index: 50;
	  position: relative;
}
#featured {
	  background: url('images/featured.png');
	  background-repeat: no-repeat;
	  background-size: cover;
}
#work {
	  background: url('images/work.png');
	  background-repeat: no-repeat;
	  background-size: cover;
}
#work-title {
	
}
#featured-text,
#work-text {
	max-width: 1340px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	position: absolute;
	color: #ECEDE5;
	font-family: 'Lora Regular';
	font-size: 120px;
	line-height: 120px;
	z-index: 100;
}
#featured-text {
	top: 80px;
}
#work-text {
	top: 890px;
}
@media only screen and (max-width: 1400px) {
	#featured-text,
	#work-text {
		margin-left: 30px;
	}
	#featured-title,
	#work-title {
	  margin-right: 30px;
	}
}
@media only screen and (max-width: 860px) {
	#work-title {
  		font-size: 30px;
	}
}
@media only screen and (max-width: 800px) {
	#featured, 
	#work {
  		height: 480px;
	}
	.header-4-block {
		background-color: #5D6F4D;
		min-height: 1220px;
	}
	#work-text {
  		top: 692px;
	}
}
@media only screen and (max-width: 720px) {
	#featured, 
	#work {
  		height: 480px;
	}
	.header-4-block {
		background-color: #5D6F4D;
		min-height: 1160px;
	}
	#featured-title, #work-title {
	  height: 100px;
	  font-size: 30px;
	  line-height: 100px;
	}
	#featured-text, #work-text {
	  font-size: 80px;
	  line-height: 80px;
	}
	#featured-text {
  		top: 70px;
	}
	#work-text {
    	top: 648px;
  	}
}
@media only screen and (max-width: 670px) {
	#work-title {
    	font-size: 20px;
	}
	#work-title .arrow {
		height: 20px;
	}
}
@media only screen and (max-width: 560px) {
	.arrow {
		height: 20px;
	}
	#featured, 
	#work {
  		height: 260px;
	}
	.header-4-block {
		background-color: #5D6F4D;
		min-height: 640px;
	}
	#featured-title, #work-title {
	  height: 60px;
	  font-size: 20px;
	  line-height: 60px;
	}
	#featured-text, #work-text {
	  font-size: 40px;
	  line-height: 40px;
	}
	#featured-text {
  		top: 44px;
	}
  	#work-text {
    	top: 362px;
	}
}
@media only screen and (max-width: 460px) {
 	#featured-title, #work-title {
    	height: 40px;
    	font-size: 14px;
    	line-height: 40px;
  	}
 	.arrow {
    	height: 14px!important;
  	}
  	#featured-text, #work-text {
    	font-size: 28px;
    	line-height: 28px;
  	}
  	#featured, #work {
    	height: 200px;
  	}
  	#featured-text {
    	top: 28px;
  	}
  	#work-text {
    	top: 268px;
  	}
	.header-4-block {
    	min-height: 480px;
  	}
}

@media only screen and (max-width: 350px) {
	#work-title {
    	font-size: 12px;
	}
	#work-title .arrow {
    	height: 12px !important;
  	}
}



/***************
*              *
*   HEADER 5   *
*              *
****************/
.header-5-block {
	background-color: #ECEDE5;
	min-height: 1210px;
	width: 100%;
	margin:0 auto;
	position: relative;
}
.header-5-block::before,
.header-5-block::after {
  background: #ECEDE5;
  content: '';
  width: 100%;
  height: 1210px;
  position: absolute;
  display: block;
  top: 0;
}
.header-5-block::before {
  left: -100%;
}
.header-5-block::after{
  right: -100%;
}
#header-5-a,
#header-5-b,
#header-5-c,
#header-text-5-a,
#header-text-5-b,
#header-text-5-c,
#header-text-5-d,
#header-text-5-e{
	position: absolute;
}
#header-5-a {
	right: 50px;
	top: 100px;
}
#header-5-b {
	left: 0;
	top: 650px;
}
#header-5-c {
	right: 0;
	top: 850px;
}
#header-text-5-a,
#header-text-5-b,
#header-text-5-c,
#header-text-5-d,
#header-text-5-e {
	color: #000;
}
#header-text-5-a,
#header-text-5-c,
#header-text-5-d,
#header-text-5-e {
	font-family: 'Helvetica Neue Regular';
}
#header-text-5-d,
#header-text-5-e {
	font-size: 40px;
	line-height: 40px;
}
#header-text-5-c {
	font-size: 18px;
	line-height: 24px;
}
#header-text-5-b {
	font-family: 'Helvetica Neue Italic';
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
}
#header-text-5-a {
	top: 162px;
	font-size: 50px;
	line-height: 50px;
	left: 50px;
}
#header-text-5-b {
	top: 210px;
	left: 50px;
}
#header-text-5-c {
	top: 270px;
	width: 410px;
	left: 50px;
}
#header-text-5-d {
	top: 756px;
  	right: 0;
  	font-size: 20px;
  	line-height: 24px;
  	width: 370px;
  	text-align: right;
}
#header-text-5-e {
	top: 955px;
  	left: 0;
  	font-size: 20px;
  	line-height: 26px;
  	width: 330px;
}
@media only screen and (max-width: 1300px) {
	#header-5-a {
		width: 500px;
	}
}
@media only screen and (max-width: 1130px) {
	#header-5-a {
		width: 400px;
	}
}
@media only screen and (max-width: 1030px) {
	#header-5-a {
		right: 0;
	}
}
@media only screen and (max-width: 970px) {
	#header-5-a {
		width: 300px;
	}
}
@media only screen and (max-width: 870px) {
	#header-text-5-a,
	#header-text-5-b,
	#header-text-5-c {
		left: 0;
	}
}
@media only screen and (max-width: 820px) {
  	#header-5-a {
    	width: 260px;
  	}
	#header-text-5-a {
	  top: 44px;
	  font-size: 40px;
	  line-height: 40px;
	}
	#header-text-5-b {
	  top: 84px;
	  font-size: 20px;
	  line-height: 20px;
	}
	#header-text-5-c {
  		top: 124px;
  		font-size: 14px;
		line-height: 20px;
	 	width: 100%;
	 	max-width: 410px;
	}
	#header-5-a {
  		top: 42px;
	}
	#header-5-b {
  		top: 350px;
	}
	#header-text-5-d {
  		top: 356px;
	}
	#header-5-c {
	  top: 450px;
	}
	#header-text-5-e {
	  top: 750px;
	  width: 100%;
	  max-width: 100%;
	}
	.header-5-block {
		min-height: 840px;
	}
	.header-5-block::before,
	.header-5-block::after {
	  height: 840px;
	}
}
@media only screen and (max-width: 750px) {
	.header-5-block {
		min-height: 1400px;
	}
	.header-5-block::before,
	.header-5-block::after {
	  height: 1400px;
	}
	#header-5-a {
		width: 500px;
		left: 50%;
		transform: translateX(-50%);
	}
	#header-text-5-a {
		top: 500px;
		left: 50%;
		transform: translateX(-50%);
	}
  	#header-text-5-b {
	    top: 540px;
	    left: 50%;
	    transform: translateX(-50%);
  	}
  	#header-text-5-c {
	    top: 580px;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
  	}
  	#header-5-c {
	    top: 740px;
	    left: 50%;
	    transform: translateX(-50%);
  	}
  	#header-5-b {
	    top: 840px;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 50;
	    width: 260px;
  	}
  	 #header-text-5-e {
	    top: 1150px;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
  	}
	 #header-text-5-d {
    	top: 1250px;
  	}
}
@media only screen and (max-width: 570px) {
	#header-5-a {
    	width: 400px;
	}
	#header-text-5-a {
    	top: 410px;
	}
	#header-text-5-b {
    	top: 450px;
	    width: 100%;
	    text-align: center;
	}
	#header-text-5-c {
    	top: 490px;
	}
	#header-5-c {
    	top: 700px;
	}
	#header-5-b {
    	top: 800px;
	}
  	#header-text-5-e {
    	top: 1076px;
	}
  	#header-text-5-d {
    	top: 1150px;
  	}
	.header-5-block {
		min-height: 1280px;
	}
	.header-5-block::before,
	.header-5-block::after {
	  height: 1280px;
	}
}
@media only screen and (max-width: 460px) {
	#header-5-a {
    	width: 260px;
	}
	#header-text-5-a {
    	top: 300px;
    	font-size: 24px;
    	line-height: 24px;
	}
	#header-text-5-b {
    	top: 326px;
    	font-size: 16px;
    	line-height: 16px;
	}
	#header-text-5-c {
    	top: 370px;
	}
	#header-5-c {
    	top: 690px;
    	width: 260px;
	}
	#header-5-b {
    	top: 770px;
    	width: 210px;
	}
  	#header-text-5-e {
    	top: 1014px;
    	font-size: 16px;
  		line-height: 22px;
	}
  	#header-text-5-d {
    	top: 1080px;
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    line-height: 22px;
  	}
	.header-5-block {
		min-height: 1200px;
	}
	.header-5-block::before,
	.header-5-block::after {
	  height: 1200px;
	}
}



/*************
*            *
*   FOOTER   *
*            *
**************/
footer {
	background-color: #5D6F4D;
	/*width: 100%;*/
	padding-top: 40px;
	padding-bottom: 50px;
	font-family: 'Helvetica Neue Regular';
	padding-left: 30px;
  	padding-right: 30px;
  	position: relative;
}
.site-footer__top {
	max-width: 1340px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.drop-me-a-line-block, 
.contact-block, 
.other-block {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	position: relative;
}
footer li,
footer h2,
footer a {
	font-size: 24px;
	line-height: 24px;
	color: #ECEDE5;
}
footer li {
	padding-bottom: 2px;
}
footer a {
	text-decoration: none;
}
footer a[href^="mailto:"],
footer a#location {
	text-decoration: underline;
}
.drop-me-a-line-block h2 {
	font-size: 35px;
	line-height: 35px;

}
.drop-me-a-line-block h2::after {
  content: url('images/arrow.svg');
  margin-left: 10px;
}
.drop-me-a-line-block h2,
#copyrights-wrapper {
	position: absolute;
}
.drop-me-a-line-block h2 {
	top: 0;
}
#copyrights-wrapper {
	bottom: 0;
}
#developed-by, #copyrights {
	font-family: 'Helvetica Neue Regular';
	color: #ECEDE5;
	font-size: 16px;
	line-height: 16px;
}
.contact-block h2, 
.other-block h2 {
	padding-bottom: 20px;
}
.other-block li:last-child {
	padding-top: 70px;
}
@media only screen and (max-width: 1100px) {
	.site-footer__top {
		display: flex;
		flex-direction: column;
  	}
  	.flex-item:nth-of-type(1) { order: 3; }
	.flex-item:nth-of-type(2) { order: 1; }
	.flex-item:nth-of-type(3) { order: 2; }
	.drop-me-a-line-block h2 {
		display: none;
	}
	#copyrights-wrapper {
		top: 0;
	}
	.drop-me-a-line-block, 
	.contact-block, 
	.other-block {
		width: 100%;
	}
	.drop-me-a-line-block {
		height: auto!important;
	}
	footer {
		padding: 50px;
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.contact-block,
	.other-block {
		padding-bottom: 32px;
	}
	.contact-block h2 {
	 	padding-bottom: 4px;
	}
	.other-block li,
	.other-block h2 {
		padding-left: 200px;
	}
	.other-block li:last-child{
	 	position: absolute;
  	top: 0;
  	left: 0;
	 	padding-top: 0;
	 	padding-left: 0;
	 	display: block;
	}
	#developed-by, #copyrights {
	  font-size: 14px;
	  line-height: 14px;
	}
}
@media only screen and (max-width: 450px) {
	footer {
	    padding-left: 30px;
	    padding-right: 30px;
  	}
	footer li, 
	footer h2, 
	footer a {
	  font-size: 18px;
	  line-height: 18px;
	}
	.other-block li,
	.other-block h2 {
		padding-left: 130px;
	}
	#developed-by, #copyrights {
	  font-size: 12px;
	  line-height: 12px;
	}
	#copyrights {
		padding-bottom: 4px;
	}
	.logo-block p {
		font-size: 0;
		line-height: 0;
	}
	.logo-block p::after {
  		content: url('images/logo.svg');
	}
}













