
/*------------    RESET  --------------*/


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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;/* Safari and Chrome */
}
.ml-28 { margin-left: 28px; }


/*==== FONTS ======*/
@font-face {
  font-family: 'CpLight';
  src: url('../fonts/CoreMellow/CoreMellow-CpLight.eot');
  src: url('../fonts/CoreMellow/CoreMellow-CpLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CoreMellow/CoreMellow-CpLight.svg#CoreMellow-CpLight') format('svg'),
       url('../fonts/CoreMellow/CoreMellow-CpLight.ttf') format('truetype'),
       url('../fonts/CoreMellow/CoreMellow-CpLight.woff') format('woff'),
       url('../fonts/CoreMellow/CoreMellow-CpLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CpExtraLight';
  src: url('../fonts/CoreMellow/CoreMellow-CpExtraLight.eot');
  src: url('../fonts/CoreMellow/CoreMellow-CpExtraLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CoreMellow/CoreMellow-CpExtraLight.svg#CoreMellow-CpExtraLight') format('svg'),
       url('../fonts/CoreMellow/CoreMellow-CpExtraLight.ttf') format('truetype'),
       url('../fonts/CoreMellow/CoreMellow-CpExtraLight.woff') format('woff'),
       url('../fonts/CoreMellow/CoreMellow-CpExtraLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'BebasNeueLight';
  src: url('../fonts/BebasNeue/BebasNeueLight.eot');
  src: url('../fonts/BebasNeue/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeue/BebasNeueLight.svg#BebasNeueLight') format('svg'),
       url('../fonts/BebasNeue/BebasNeueLight.ttf') format('truetype'),
       url('../fonts/BebasNeue/BebasNeueLight.woff') format('woff'),
       url('../fonts/BebasNeue/BebasNeueLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url('../fonts/BebasNeue/BebasNeueBook.eot');
  src: url('../fonts/BebasNeue/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeue/BebasNeueBook.svg#BebasNeueBook') format('svg'),
       url('../fonts/BebasNeue/BebasNeueBook.ttf') format('truetype'),
       url('../fonts/BebasNeue/BebasNeueBook.woff') format('woff'),
       url('../fonts/BebasNeue/BebasNeueBook.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}*/


h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1 { font-size: 42px; }
h2 { font-size: 38px; }
h3 { font-size: 34px; }
h4 { font-size: 28px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }


body {
	background: #e6e6e6;
	height: 100vh;
	position: relative;
	font-family: 'CpExtraLight', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-flex;
		display: flex;
	-webkit-justify-content: center;
		-moz-justify-content: center;
			-ms-justify-content: center;
				justify-content: center;
	-webkit-align-items: center;
		-moz-align-items: center;
			-ms-align-items: center;
				align-items: center;
}

section {
	width: 100%;
	/*max-width: 1400px;*/
	height: 100%;
	/*height: calc(100vh - 40px);*/
	padding: 50px;
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	display: -webkit-flex;
		display: flex;
    -webkit-justify-content: center;
    	-moz-justify-content: center;
    		-ms-justify-content: center;
    			justify-content: center;
    -webkit-align-items: center;
    	-moz-align-items: center;
    		-ms-align-items: center;
    			align-items: center;
	position: relative;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 0 120px rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 120px rgba(0,0,0,.5);
			box-shadow: 0 0 120px rgba(0,0,0,.5);
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease;
}
.home_page {
	background-image: url('../img/section/section_5.jpg');
}
.section_1 {
	background-image: url('../img/section/section_1-1.jpg');
}
.section_2 {
	background-image: url('../img/section/section_2.png');
}
.section_3 {
	background-image: url('../img/section/section_3.jpg');
}
.section_4 {
	background-image: url('../img/section/section_4.jpg');
}

/* ==== LOGO ==== */
.logo {
	position: absolute;
	top: 50px;
	right: 50px;
}
.logo img {
	width: 130px;
	height: auto;
	display: block;
}


/* ==== MENU ==== */
.menu {
	position: absolute;
	top: 50px;
	left: 50px;
}
.menu ul {
	display: -webkit-flex;
		display: flex;
}
.menu ul li { margin-right: 15px; }
.menu ul a {
	font-size: 18px;
	font-family: 'CpLight', sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.menu ul a:hover, .menu ul a.active {
	-webkit-opacity: .5;
		-moz-opacity: .5;
			opacity: .5;
}


/* ==== political ==== */
.political {
	position: absolute;
	top: 50%;
	left: 50px;
}
.political a {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'CpLight', sans-serif;
	color: #ffffff;
    display: block;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    	writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg) translateY(50%);
    	-moz-transform: rotate(180deg) translateY(50%);
    		transform: rotate(180deg) translateY(50%);
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.political a:hover {
	-webkit-opacity: .5;
		-moz-opacity: .5;
			opacity: .5;
}


/* ==== copyring ==== */
.copyring {
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-family: 'CpLight', sans-serif;
	color: #ffffff;
}
.copyring .copy_text {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.2;
    max-width: 140px;
    letter-spacing: 2px;
}




/* ==== BRIEF ==== */
.download_brief {
	position: absolute;
	bottom: 50px;
	right: 50px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 100;
	font-family: 'CpExtraLight', sans-serif;
	text-transform: lowercase;
    letter-spacing: 1px;
    padding-top: 15px;
}
.download_brief .item {
	cursor: pointer;
}
.download_brief .links {
	width: max-content;
	padding: 3px 20px;
	background: #fff;
	position: absolute;
	bottom: calc(100% - 7px);
	left: 50%;
	pointer-events: none;
	-webkit-opacity: 0;
		-moz-opacity: 0;
			opacity: 0;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px;
	-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
			transform: translateX(-50%);
}
.download_brief:hover .links {
	pointer-events: auto;
	-webkit-opacity: 1;
		-moz-opacity: 1;
			opacity: 1;
}
.download_brief .links::before {
	content: "";
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #ffffff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
			transform: translateX(-50%);
}
.download_brief .links .link {
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    	-moz-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}
.download_brief .links .link:not(:first-child) {
	margin-left: 5px;
}
.download_brief .links .link:hover {
	color: blue;
}



/* ==== content_section ===== */
.content_section {
	width: calc(100% - 400px);
	max-height: calc(100% - 250px);
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: 'CpLight', sans-serif;
}
.content_section .slogan {
	font-size: 80px;
	line-height: 1;
	text-align: center;
}
.content_section .slogan .line_2 {
	text-transform: uppercase;
    font-size: 120px;
    /*padding-left: 42px;*/
}
.content_section .slogan .line_2 span {
	position: relative;
	top: -19px;
	animation: pullse 1.2s ease-in-out infinite;
	-webkit-opacity: 0;
		-moz-opacity: 0;
			opacity: 0;
}


/* ====== POPUP ====== */
.popup {
	width: 100%;
    max-width: 1400px;
    height: calc(100vh - 40px);
    padding: 50px;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    color: #fff;
    position: fixed;
    top: 20px;
    left: 50%;
    display: -webkit-flex;
    	display: flex;
    -webkit-justify-content: center;
    	-moz-justify-content: center;
    		-ms-justify-content: center;
    			justify-content: center;
    -webkit-align-items: center;
    	-moz-align-items: center;
    		-ms-align-items: center;
    			align-items: center;
    -webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    		transform: translateX(-50%);
}

.close_popup {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.close_popup::before,
.close_popup::after {
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.close_popup::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-moz-transform: translate(-50%, -50%) rotate(45deg);
			transform: translate(-50%, -50%) rotate(45deg);
}

.close_popup::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-moz-transform: translate(-50%, -50%) rotate(-45deg);
			transform: translate(-50%, -50%) rotate(-45deg);
}

.close_popup:hover::before,
.close_popup:hover::after {
	width: 20px;
}

.popup .title {
	position: relative;
	text-align: center;
	display: table;
	margin-left: auto;
    margin-right: auto;
}

.popup .title::before,
.popup .title::after {
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -10px;
}

.popup .title::before { margin-right: 10px; }
.popup .title::after { margin-left: 10px; }

.contact_data {
	display: -webkit-flex;
		display: flex;
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
			justify-content: space-between;
}
.contact_data > div {
	width: calc(50% - 15px);
}



@keyframes pullse {
    0% {
    	-webkit-opacity: 0;
			-moz-opacity: 0;
				opacity: 0;
    }
    50% {
    	-webkit-opacity: 1;
			-moz-opacity: 1;
				opacity: 1;
    }
    100% {
    	-webkit-opacity: 0;
			-moz-opacity: 0;
				opacity: 0;
    }
}
@-webkit-keyframes pullse {
    0% {
    	-webkit-opacity: 0;
			-moz-opacity: 0;
				opacity: 0;
    }
    50% {
    	-webkit-opacity: 1;
			-moz-opacity: 1;
				opacity: 1;
    }
    100% {
    	-webkit-opacity: 0;
			-moz-opacity: 0;
				opacity: 0;
    }
}



@media (max-width: 1200px) {
	.content_section .slogan { font-size: 64px; }
	.content_section .slogan .line_2 { font-size: 100px; }
}



@media (max-width: 992px) {
	.content_section .slogan {
		text-align: center;
		font-size: 36px;
	}
	.content_section .slogan .line_2 {
		font-size: 70px;
		padding-left: 0;
	}
	.content_section .slogan .line_2 span { top: -11px; }
	.logo img { width: 110px; }
	.copyring .copy_text { font-size: 14px; }
	.content_section {
		margin-top: -20px;
	    width: calc(100% - 200px);
	    max-height: calc(100% - 150px);
	}
}



@media (max-width: 992px) {
	body {
		display: block;
		/*height: auto;*/
	}
	.menu {
	    top: 20px;
	    left: 20px;	
	}
	.logo {
	    top: 20px;
	    right: 20px;
	}
	/*.logo img { width: 70px; }*/
	.copyring {
	    bottom: 20px;
	    left: 20px;
	}
	.download_brief {
	    bottom: 20px;
	    right: 20px;
	    font-synthesis: 22px;
	}
}



@media (max-width: 768px) {
	section, section:not(.active) {
		min-height: calc(100vh - 40px);
	}
	.content_section {
		width: 100%;
    	padding: 20px 0;
	}
	.content_section .slogan { font-size: 28px; }
	.content_section .slogan .line_2 { font-size: 50px; }
}



@media (max-width: 450px) {
	.menu ul { display: block; }
}