/*COMMONS*/
body {
	background-color: #242424;

	-webkit-overflow-scrolling: touch;

	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.loader {
	background-color: #242424;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 222;
}

/*FLEX*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex.inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.flex.space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex.justify-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex.column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex.middle {
	-webkit-align-items: center;
	align-items: center;
}

.flex.center {
	-webkit-justify-content: center;
	justify-content: center;
}

.flex.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*FLEX END*/

/*TITLES*/
.title {
	font-family: 'Montserrat';
}

.title.type-1 {
	font-size: 80px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.title.type-2 {
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.title.type-2.var-a {
	color: #ececec;
}

.title.type-3 {
	font-size: 65px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 75px;
}

.title.type-4 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 32px;
	text-transform: uppercase;
}

.title.type-4.var-a {
	color: #fff;
}

.title.type-4.var-c {
	font-weight: 400;
}

.title.type-5 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.title.type-6 {
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 60px;
}

.title.type-6.var-a {
	color: #fff;
}

.title.type-7 {
	font-size: 43px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 53px;
}

.title.type-7.var-a {
	color: #fff;
}
/*TITLES END*/

/*TEXTS*/
.text {
	font-family: 'Montserrat';
}

.text.type-1 {
	font-size: 14px;
	font-weight: 300;
}

.text.type-1.var-a {
	color: #999999;
}

.text.type-2 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.text.type-3 {
	font-size: 37px;
	font-weight: 500;
	letter-spacing: 1px;
}

.text.type-4 {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.text.type-4.var-a {
	color: #cccccc;
}

.text.type-4.var-b {
	color: #fff;
}

.text.type-4.var-c {
	color: #999;
}

.text.type-5 {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.text.type-5.var-a {
	color: #dedada;
}

.text.type-6 {
	font-size: 16px;
	font-weight: 300;
}

.text.type-6.var-a {
	color: #999999;
}

.content {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.content.var-a {
	color: #b1afaf;
}

.content.var-b {
	color: #fff;
}

.content p {
	margin-bottom: 20px;
}

.content h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.content > *:nth-child(1) {
	margin-top: 0px;
}

.content > *:nth-last-child(1) {
	margin-bottom: 0px;
}
/*TEXTS END*/

.copyrights {
	line-height: 24px;
	position: absolute;
	right: 45px;
	bottom: 30px;
	z-index: 99;
}

.copyrights a {
	color: #999999;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.copyrights.color-a a:hover {
	color: #ebd0a4;
}

.copyrights.color-b a:hover {
	color: #ffce44;
}

.copyrights.color-c a:hover {
	color: #8dc04e;
}

.copyrights.color-d a:hover {
	color: #5ec0df;
}

.copyrights br {
	display: block !important;
}

/*HEADER*/
header {
	width: 100%;
	height: 68px;
	position: fixed;
	top: -68px;
	left: 0px;
	z-index: 111;

	pointer-events: none;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header.scrolled {
	pointer-events: all;
}

header.active {
	top: 0px;
}

header:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0px;
}

header.active:before {
	height: 150%;
}

header:after {
	content: '';
	background-color: #242424;
	opacity: 0.8;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

header .wrapper {
	max-width: 100%;
	height: 100%;
	padding: 0px 100px 0px 45px;

	pointer-events: none;
}

header.active .wrapper {
	pointer-events: all;
}

header .parts {
	height: 100%;
}

header .part.type-1 .logo {
	display: block;
	width: 190px;
}

header .part.type-1 .logo > * {
	display: block;
	max-width: 100%;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header .part.type-1,
header .part.type-2 {
	opacity: 0;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header.active .part.type-1,
header.active .part.type-2 {
	opacity: 1;
}

header .part.type-1 .logo:hover > * {
	opacity: 0.6;
}

header .part.type-1 .logo > * * {
	fill: #eeeeef;
}

header.color-b .part.type-1 .logo .colored {
	fill: #ffce44;
}

header.color-c .part.type-1 .logo > * .colored {
	fill: #8dc04e;
}

header.color-d .part.type-1 .logo > * .colored {
	fill: #5ec0df;
}

header.color-f .part.type-1 .logo > * .colored {
	fill: #48c4e0;
}

header.color-b .part.type-2 {
	font-size: 0px;
}

header .part.type-2 ul > li {
	display: inline-block;
	position: relative;
	z-index: 55;
}

header .part.type-2 ul > li > a {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	padding: 26px 25px;
	position: relative;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header.color-b .part.type-2 ul > li > a {
	color: #cccccc;
}

header.color-b .part.type-2 ul > li > a:hover {
	color: #181818;
}

header.color-c .part.type-2 ul > li > a {
	color: #cccccc;
}

header.color-c .part.type-2 ul > li > a:hover {
	color: #242424;
}

header.color-d .part.type-2 ul > li > a {
	color: #48c4e0;
}

header.color-d .part.type-2 ul > li > a:hover {
	color: #242424;
}

header.color-f .part.type-2 ul > li > a {
	color: #48c4e0;
}

header.color-f .part.type-2 ul > li > a:hover {
	color: #242424;
}

header .part.type-2 ul > li > a:before {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header.color-b .part.type-2 ul > li > a:before {
	background-color: #ffce44;
}

header.color-c .part.type-2 ul > li > a:before {
	background-color: #8dc04e;
}

header.color-d .part.type-2 ul > li > a:before {
	background-color: #5ec0df;
}

header.color-f .part.type-2 ul > li > a:before {
	background-color: #48c4e0;
}

header .part.type-2 ul > li > a:hover:before {
	width: 100%;
}

header .part.type-2 .el-1 {
	position: absolute;
	top: -153px;
	right: 45px;
	z-index: 55;

	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header .part.type-2 .el-1:hover {
	top: 5px;
}

header .part.type-2 .el-1:before {
	content: '';
	background-color: #242424;
	opacity: 0.8;
	display: block;
	width: 130%;
	height: 250%;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}

header .part.type-2 .el-1 .arrow-outer {
	display: inline-block;
	position: relative;
	bottom: -2px;
	left: -5px;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

header .part.type-2 .el-1 .arrow {
	width: 24px;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header .part.type-2 .el-1 .arrow * {
	fill: #999999;
}

header .part.type-2 .el-1 span {
	opacity: 0;
	position: relative;
	z-index: 55;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header .part.type-2 .el-1:hover span {
	opacity: 1;
}

header .part.type-2 .button-menu {
	display: none;
	width: 21px;
	height: 19px;
	position: relative;
}

header .part.type-2 .button-menu .inner {
	height: 100%;
}

header .part.type-2 .button-menu .inner > div {
	background-color: #eeeeef;
	width: 100%;
	height: 3px;
}
/*HEADER END*/
/*COMMONS END*/

/*SECTION TYPE 1*/
section.type-1 {
	height: 100vh;

	overflow: hidden;
}

section.type-1.var-b {
	height: calc(100vh + 275px);
}

section.type-1.var-b + section {
	margin-top: -275px;
}

section.type-1 .overflow {
	background-color: #242424;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

section.type-1 .overflow-2 {
	background-color: #242424;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 55;

	pointer-events: none;
}

section.type-1 .overflow-3 {
	background-color: #242424;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 66;

	pointer-events: none;
}

section.type-1 .overflow-4 {
	background-color: #242424;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 77;

	pointer-events: none;
}

section.type-1 .backgrounds {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	pointer-events: none;
}

section.type-1 .backgrounds .image {
	background-size: cover;
	background-position: center;
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

section.type-1 .accent-color {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-a .accent-color {
	color: #ebd0a4;
}

section.type-1.color-b .accent-color {
	color: #ffce44;
}

section.type-1.color-c .accent-color {
	color: #8dc04e;
}

section.type-1.color-d .accent-color {
	color: #5ec0df;
}

section.type-1.color-f .accent-color {
	color: #cccccc;
}

section.type-1 .logo {
	width: 118px;
	height: 138px;
	position: absolute;
	top: 45px;
	left: 45px;
	z-index: 55;
}

section.type-1 .logo > * {
	display: block;
	width: 100%;
}

section.type-1 a.logo > * {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1 a.logo:hover > * {
	opacity: 0.6;
}

section.type-1 .logo > * * {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-a .logo > * .color-a {
	fill: #ebd0a4;
}

section.type-1.color-a .logo > * .color-b {
	fill: #ebd0a4;
}


section.type-1.color-b .logo > * .color-a {
	fill: #ffce44;
}

section.type-1.color-b .logo > * .color-b {
	fill: #eeeeef;
}

section.type-1.color-c .logo > * .color-a {
	fill: #8dc04e;
}

section.type-1.color-c .logo > * .color-b {
	fill: #eeeeef;
}

section.type-1.color-d .logo > * .color-a {
	fill: #5ec0df;
}

section.type-1.color-d .logo > * .color-b {
	fill: #eeeeef;
}

section.type-1.color-f .logo > * .color-a {
	fill: #CCCCCC;
}

section.type-1.color-f .logo > * .color-b {
	fill: #eeeeef;
}

section.type-1 .el-1 {
	position: absolute;
	top: 130px;
	right: 45px;
	z-index: 55;

	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
}

section.type-1 .el-1 a {
	position: relative;
}

section.type-1 .el-1 a:before {
	content: '';
	display: block;
	width: 125%;
	height: 250%;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}

section.type-1 .el-1 .arrow-outer {
	display: inline-block;
	position: relative;
	bottom: -2px;
	left: -5px;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.type-1 .el-1 .arrow {
	width: 24px;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1 .el-1 a .arrow * {
	fill: #999999;
}

section.type-1 .el-1 a:hover .arrow {
	-webkit-transform: translateX(-14px);
	-ms-transform: translateX(-14px);
	-o-transform: translateX(-14px);
	transform: translateX(-14px);
}

section.type-1 .el-2 {
	width: 140%;
	padding-left: 235px;
}

section.type-1 .el-2 .line-outer {
	width: 155px;
	margin-right: 75px;
}

section.type-1 .el-2 .line {
	width: 155px;
	height: 7px;
	position: relative;

	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

section.type-1 .el-2 .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-a .el-2 .line.accent-color:before {
	background-color: #ebd0a4;
}

section.type-1.color-b .el-2 .line.accent-color:before {
	background-color: #ffce44;
}

section.type-1.color-c .el-2 .line.accent-color:before {
	background-color: #8dc04e;
}

section.type-1.color-d .el-2 .line.accent-color:before {
	background-color: #5ec0df;
}

section.type-1.color-f .el-2 .line.accent-color:before {
	background-color: #CCCCCC;
}

section.type-1 .wrapper {
	height: inherit;
}

section.type-1.var-b .wrapper {
	padding-bottom: 275px;
}

section.type-1 .block.type-1 {
	margin-bottom: 90px;
}

section.type-1 .block.type-2 {
	/* padding-left: 75px; */
	margin-bottom: 65px;
}

section.type-1 .block.type-2 .item {
	width: 360px;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1 .block.type-2 .item.hovered {
	opacity: 0.2;
}

section.type-1 .block.type-2 .item .part {
	
}

section.type-1 .block.type-2 .item .part.type-1 {
	text-align: center;
	width: 60px;
	margin-right: 18px;
}

section.type-1 .block.type-2 .item .part.type-1 .text {
	margin-bottom: 25px;
	position: relative;
	top: 1px;
}

section.type-1 .block.type-2 .item .part.type-1 .line {
	width: 100%;
	height: 7px;
	position: relative;

	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

section.type-1 .block.type-2 .item .part.type-1 .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-a .block.type-2 .item .part.type-1 .line:before {
	background-color: #ebd0a4;
}

section.type-1.color-b .block.type-2 .item .part.type-1 .line:before {
	background-color: #ffce44;
}

section.type-1.color-c .block.type-2 .item .part.type-1 .line:before {
	background-color: #8dc04e;
}

section.type-1.color-d .block.type-2 .item .part.type-1 .line:before {
	background-color: #5ec0df;
}
section.type-1.color-f .block.type-2 .item .part.type-1 .line:before {
	background-color: #CCCCCC;
}

section.type-1 .block.type-2 .item .part.type-2 {
	width: 282px;
}

section.type-1 .block.type-2 .item .part.type-2 .title {
	width: 120%;
	margin-bottom: 14px;
}

section.type-1 .block.type-2 .link-tooltip {
	text-decoration: underline;
	display: none;
	margin-top: 5px;
}

@keyframes scroll_tip {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-filter: brightness(80%);
		-o-filter: brightness(80%);
		filter: brightness(80%);
	}
	50% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	75% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-filter: brightness(100%);
		-o-filter: brightness(100%);
		filter: brightness(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

section.type-1 .scroll-tip {
	text-align: center;
	margin-bottom: 30px;
}

section.type-1 .scroll-tip .text {
	display: block;
	margin-bottom: 10px;
}

section.type-1 .scroll-tip .icon {
	width: 21px;

	animation: scroll_tip 4s infinite ease-in-out;
}

section.type-1 .scroll-tip .icon > * {
	fill: #999999;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-a .scroll-tip .icon > * {
	fill: #ebd0a4;
}

section.type-1.color-b .scroll-tip .icon > * {
	fill: #ffce44;
}

section.type-1.color-c .scroll-tip .icon > * {
	fill: #8dc04e;
}

section.type-1.color-d .scroll-tip .icon > * {
	fill: #5ec0df;
}

section.type-1.color-f .scroll-tip .icon > * {
	fill: #CCCCCC;
}

section.type-1 .el-3 {
	max-width: 1020px;
	padding-left: 470px;
	margin-top: 30px;
}

section.type-1 .menu {
	font-size: 0px;
	position: absolute;
	top: 0px;
	right: 100px;
	z-index: 55;
}

section.type-1 .menu > ul > li {
	display: inline-block;
}

section.type-1 .menu a {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	padding: 26px 25px;
	position: relative;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-b .menu a {
	color: #cccccc;
}

section.type-1.color-b .menu a:hover {
	color: #181818;
}

section.type-1.color-c .menu a {
	color: #cccccc;
}

section.type-1.color-c .menu a:hover {
	color: #242424;
}

section.type-1.color-d .menu a {
	color: #cccccc;
}

section.type-1.color-d .menu a:hover {
	color: #242424;
}

section.type-1.color-f .menu a {
	color: #cccccc;
}

section.type-1.color-f .menu a:hover {
	color: #242424;
}

section.type-1 .menu a:before {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-1.color-b .menu a:before {
	background-color: #ffce44;
}

section.type-1.color-c .menu a:before {
	background-color: #8dc04e;
}

section.type-1.color-d .menu a:before {
	background-color: #5ec0df;
}

section.type-1.color-f .menu a:before {
	background-color: #CCCCCC;
}

section.type-1 .menu a:hover:before {
	width: 100%;
}
/*SECTION TYPE 1 END*/

/*SECTION TYPE 2*/
section.type-2 {
	background-color: #242424;
}

section.type-2.var-a {
	z-index: 88;
}

section.type-2.var-b {
	margin-top: -1px;
}

section.type-2.color-a .accent-color {
	color: #ebd0a4;
}

section.type-2.color-b .accent-color {
	color: #ffce44;
}

section.type-2.color-c .accent-color {
	color: #8dc04e;
}

section.type-2.color-d .accent-color {
	color: #5ec0df;
}

section.type-2.color-f .accent-color {
	color: #CCCCCC;
}

section.type-2 .wrapper {
	padding-top: 200px;
	padding-bottom: 95px;
	padding-left: 467px;
	position: relative;
	z-index: 88;
}

section.type-2.var-b .wrapper {
	padding-top: 45px;
	padding-bottom: 215px;
}

section.type-2.var-c .wrapper {
	padding-top: 580px;
}

section.type-2.var-d .wrapper {
	padding-top: 580px;
}

section.type-2.var-e .wrapper {
	padding-top: 570px;
}

section.type-2 .background {
	width: 917px;
	height: 717px;
	position: absolute;
	top: 600px;
	left: -155px;

	pointer-events: none;
}

section.type-2.var-c .background {
	width: 1039px;
	height: 621px;
	top: 730px;
	left: 95px;
}

section.type-2.var-d .background {
	width: 850px;
	height: 850px;
	top: 950px;
	left: -205px;
}

section.type-2 .background .map {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

section.type-2 .background .marker-outer {
	width: 3.56%;
	position: absolute;
	top: 195px;
	right: 245px;
}

section.type-2.var-d .background .marker-outer {
	width: 4.35%;
}

section.type-2.var-e .background .marker-outer {
	width: 2.56%;
}

section.type-2.var-c .background .marker-outer.num-1 {
	top: 45.3%;
	left: 80%;
}

section.type-2.var-c .background .marker-outer.num-2 {
	top: 38%;
	left: 72%;
}

section.type-2.var-c .background .marker-outer.num-3 {
	top: 37%;
	left: 53.5%;
}

section.type-2.var-c .background .marker-outer.num-4 {
	top: 29%;
	left: 54%;
}

section.type-2.var-c .background .marker-outer.num-5 {
	top: 25%;
	left: 59%;
}

section.type-2.var-c .background .marker-outer.num-6 {
	top: 45.3%;
	left: 61%;
}

section.type-2.var-d .background .marker-outer.num-1 {
	top: 26%;
	left: 65%;
}

section.type-2.var-d .background .marker-outer.num-2 {
	top: 22%;
	left: 75%;
}

section.type-2.var-d .background .marker-outer.num-3 {
	top: 33%;
	left: 67%;
}

section.type-2.var-d .background .marker-outer.num-4 {
	top: 80%;
	left: 29%;
}

section.type-2.var-d .background .marker-outer.num-5 {
	top: 44%;
	left: 78%;
}

section.type-2.var-e .background .marker-outer.num-1 {
	top: 47.3%;
	left: 62%;
}

section.type-2.var-e .background .marker-outer.num-2 {
	top: 33.5%;
	left: 50%;
}

section.type-2.var-e .background .marker-outer.num-3 {
	top: 28%;
	left: 51.5%;
}

section.type-2.var-e .background .marker-outer.num-4 {
	top: 66%;
	left: 30%;
}

section.type-2.var-e .background .marker-outer.num-5 {
	top: 39%;
	left: 73%;
}

section.type-2.var-e .background .marker-outer.num-6 {
	top: 60%;
	left: 81%;
}

section.type-2.var-e .background .marker-outer.num-7 {
	top: 58%;
	left: 77%;
}

section.type-2.var-e .background .marker-outer.num-8 {
	top: 49%;
	left: 70%;
}

section.type-2.var-e .background .marker-outer.num-9 {
	top: 32%;
	left: 52.5%;
}

section.type-2.var-e .background .marker-outer.num-10 {
	top: 36%;
	left: 51.5%;
}

section.type-2.var-e .background .marker-outer.num-11 {
	top: 32%;
	left: 46.5%;
}

section.type-2.var-e .background .marker-outer.num-12 {
	top: 60%;
	left: 21%;
}

section.type-2.var-e .background .marker-outer.num-13 {
	top: 47%;
	left: 14%;
}

section.type-2.var-e .background .marker-outer.num-14 {
	top: 64%;
	left: 22%;
}

section.type-2.var-e .background .marker-outer.num-15 {
	top: 59%;
	left: 23%;
}

section.type-2.var-e .background .marker-outer.num-16 {
	top: 48%;
	left: 74%;
}

section.type-2.var-e .background .marker-outer.num-17 {
	top: 53%;
	left: 78.5%;
}

section.type-2 .background .marker-outer .marker {
	width: 100%;
}

section.type-2.color-a .background .marker-outer .marker > * {
	fill: #ebd0a4;
}

section.type-2.color-b .background .marker-outer .marker > * {
	fill: #ffce44;
}

section.type-2.color-c .background .marker-outer .marker > * {
	fill: #8dc04e;
}

section.type-2.color-d .background .marker-outer .marker > * {
	fill: #5ec0df;
	stroke: #54AAC4;
	stroke-width: 5px;;
}

section.type-2.color-f .background .marker-outer .marker > * {
	fill: #CCCCCC;
	stroke: #3151bd;
	stroke-width: 5px;;
}

section.type-2.color-b .background .marker-outer.num-6 .marker > * {
	fill: #e74b3b;
}

section.type-2.color-c .background .marker-outer.num-5 .marker > * {
	fill: #e74b3b;
}

section.type-2.color-d .background .marker-outer.num-1 .marker > * {
	fill: #e74b3b;
	stroke: none;
}

section.type-2.color-f .background .marker-outer.num-1 .marker > * {
	fill: #e74b3b;
	stroke: none;
}

section.type-2 .background .marker-outer .glow {
	background-image: url(../img/marker_glow.png);
	opacity: 0.6;
	width: 376px;
	height: 373px;
	margin: auto;
	position: absolute;
	top: -1000%;
	right: -1000%;
	bottom: -1000%;
	left: -1000%;
}

section.type-2 .blocks {
	position: relative;
}

section.type-2 .blocks .block {
	position: relative;
}

section.type-2 .el-1 {
    margin-bottom: 40px;
}

section.type-2 .el-1 .line-outer {
	width: 155px;
	position: absolute;
	left: -230px;
}

section.type-2 .el-1 .line {
	width: 155px;
	height: 7px;
	position: relative;
}

section.type-2 .el-1 .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-2.color-a .el-1 .line.accent-color:before {
	background-color: #ebd0a4;
}

section.type-2.color-b .el-1 .line.accent-color:before {
	background-color: #ffce44;
}

section.type-2.color-c .el-1 .line.accent-color:before {
	background-color: #8dc04e;
}

section.type-2.color-d .el-1 .line.accent-color:before {
	background-color: #5ec0df;
}

section.type-2.color-f .el-1 .line.accent-color:before {
	background-color: #CCCCCC;
}

section.type-2 .content {
	max-width: 580px;
}

section.type-2 .el-2 {
	max-width: 315px;
	margin-bottom: 65px;
}

section.type-2 .content.var-a.el-2 a {
	color: #b1afaf;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-2.color-a .content.var-a.el-2 a:hover {
	color: #ebd0a4;
}

section.type-2.color-b .content.var-a.el-2 a:hover {
	color: #ffce44;
}

section.type-2.color-c .content.var-a.el-2 a:hover {
	color: #8dc04e;
}

section.type-2.color-d .content.var-a.el-2 a:hover {
	color: #5ec0df;
}

section.type-2.color-f .content.var-a.el-2 a:hover {
	color: #CCCCCC;
}

section.type-2 .el-3.line-outer,
section.type-2 .el-3 .line {
	width: 157px;
	height: 7px;
}

section.type-2.color-a .el-3 .line {
	background-color: #ebd0a4;
}

section.type-2.color-b .el-3 .line {
	background-color: #ffce44;
}

section.type-2.color-c .el-3 .line {
	background-color: #8dc04e;
}

section.type-2.color-d .el-3 .line {
	background-color: #5ec0df;
}

section.type-2.color-f .el-3 .line {
	background-color: #CCCCCC;
}

section.type-2 .el-4 {
	position: absolute;
	top: 181px;
	left: 60px;
	z-index: 88;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}

section.type-2 .el-5 {
	position: absolute;
	top: 181px;
	right: 60px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
}
/*SECTION TYPE 2 END*/

/*SECTION TYPE 3*/
section.type-3 {
	z-index: 88;

	overflow: hidden;
}

section.type-3 .el-1 {
	background-color: #242424;
	display: inline-block;
	padding: 31px 63px 5px;
}

section.type-3 .el-2 {
	background-color: #242424;
	width: calc(100% - 100px);
	height: 260px;
	padding-left: 80px;
}

section.type-3 .el-4 {
	position: absolute;
	top: 250px;
	left: 60px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}

section.type-3.var-b .el-2 {
	width: 60%;
}

section.type-3 .el-2 .wrapper {
	position: relative;
	top: 30px;
}

section.type-3 .uniq-1 {
	font-family: 'Montserrat';
	font-size: 170px;
	font-weight: 400;
	letter-spacing: -6px;
	margin-right: 50px;
	padding-left: 80px;
	position: relative;
	z-index: 55;
}

section.type-3 .uniq-1.var-b {
	padding-left: 30px;
}

section.type-3 .uniq-2 {
	font-family: 'Montserrat';
	font-size: 75px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 14px;
	color: #cccccc;
	position: relative;
	z-index: 55;
}

section.type-3 .uniq-2.var-b {
	font-size: 26px;
	letter-spacing: 5px;
	line-height: 32px;
}

section.type-3 .uniq-3 {
	background-image: url(../img/map_icon_1.png);
	width: 241px;
	height: 237px;
	position: absolute;
	left: 330px;
}

section.type-3 .uniq-4 {
	position: absolute !important;
	top: 38px;
	left: 38px;
}

section.type-3 .uniq-5 {
	font-family: 'Montserrat';
	font-size: 70px;
	font-weight: 400;
	color: #fff;
	position: relative;
}

section.type-3 .uniq-5:before {
	content: '';
	width: calc(100% - 29px);
	height: 7px;
	position: absolute;
	right: 0px;
	bottom: -15px;
}

section.type-3.color-c .uniq-5:before {
	background-color: #8dc04e;
}

section.type-3.color-b .accent-color {
	color: #ffce44;
}

section.type-3.color-c .accent-color {
	color: #8dc04e;
}

section.type-3.color-d .accent-color {
	color: #5ec0df;
}

section.type-3.color-f .accent-color {
	color: #CCCCCC;
}

section.type-3 .el-3 {
	max-width: 1248px;
	padding-left: 80px;
}

section.type-3 .items {
	margin-top: 135px;
}

section.type-3.var-b .items {
	margin-top: 80px;
}

section.type-3 .items .item {
	height: 410px;
	padding: 0px 9px;
	margin-bottom: 18px;
	position: relative;
}

section.type-3 .items .item.type-1 {
	width: 33.33%;
}

section.type-3 .items .item.type-2,
section.type-3 .items .item.type-3 {
	width: 66.66%;
}

section.type-3 .items .item .inner {
	height: 100%;
	padding: 38px;
	position: relative;

	overflow: hidden;
}

section.type-3 .items .item.type-3 .inner {
	padding-left: 92px;
}

section.type-3 .items .item .inner .background {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

section.type-3 .items .item .inner .overflow {
	background-color: rgba(19, 19, 19, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

section.type-3 .items .item .title {
	margin-bottom: 13px;
	position: relative;
}

section.type-3 .items .item.type-3 .title {
	margin-bottom: 18px;
}

section.type-3 .items .item .line-outer {
	width: 157px;
	height: 7px;
	margin-bottom: 23px;
	position: relative;
}

section.type-3 .items .item.type-3 .line-outer {
	margin-bottom: 28px;
}

section.type-3 .items .item .line {
	width: 100%;
	height: 100%;
}

section.type-3 .items .item .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}

section.type-3.color-b .items .item .line:before {
	background-color: #ffce44;
}

section.type-3.color-c .items .item .line:before {
	background-color: #8dc04e;
}

section.type-3.color-d .items .item .line:before {
	background-color: #5ec0df;
}

section.type-3.color-f .items .item .line:before {
	background-color: #CCCCCC;
}

section.type-3 .items .item .text {
	height: auto;
	position: relative;
}

section.type-3 .items .item.type-2 .text {
	max-width: 75%;
}

section.type-3 .items .item.type-3 .text {
	max-width: 75%;
}
/*SECTION TYPE 3 END*/

/*SECTION TYPE 4*/
section.type-4 {
	background-color: #242424;

	overflow: hidden;
}

section.type-4.color-b .accent-color {
	color: #ffce44;
}

section.type-4.color-c .accent-color {
	color: #8dc04e;
}

section.type-4.color-d .accent-color {
	color: #5ec0df;
}

section.type-4.color-f .accent-color {
	color: #CCCCCC;
}

section.type-4 .wrapper {
	padding-top: 140px;
	padding-bottom: 70px;
	padding-left: 467px;
	position: relative;
}

section.type-4.var-b .wrapper {
	padding-top: 100px;
}

section.type-4 .blocks {
	position: relative;
}

section.type-4 .blocks .block {
	position: relative;
}

section.type-4 .el-1 {
    margin-bottom: 40px;
}

section.type-4 .el-1 .line-outer {
	width: 155px;
	position: absolute;
	left: -230px;
}

section.type-4 .el-1 .line {
	width: 155px;
	height: 7px;
	position: relative;
}

section.type-4 .el-1 .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-4.color-a .el-1 .line.accent-color:before {
	background-color: #ebd0a4;
}

section.type-4.color-b .el-1 .line.accent-color:before {
	background-color: #ffce44;
}

section.type-4.color-c .el-1 .line.accent-color:before {
	background-color: #8dc04e;
}

section.type-4.color-d .el-1 .line.accent-color:before {
	background-color: #5ec0df;
}

section.type-4.color-f .el-1 .line.accent-color:before {
	background-color: #cccccc;
}

section.type-4 .content {
	max-width: 525px;
}

section.type-4 .el-4 {
	position: absolute;
	top: 340px;
	left: 60px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}
/*SECTION TYPE 4 END*/

/*SECTION TYPE 5*/
section.type-5.var-b {
	margin-top: -260px;
	z-index: 88;
}

section.type-5.color-b .accent-color {
	color: #ffce44;
}

section.type-5.color-c .accent-color {
	color: #8dc04e;
}

section.type-5.color-d .accent-color {
	color: #5ec0df;
}

section.type-5.color-f .accent-color {
	color: #cccccc;
}

section.type-5 .items .closed-item {
	padding-right: 235px;
	padding-left: 155px;
}

section.type-5 .items .opened-item {
	display: none;
}

section.type-5 .items .item .inner {
	padding: 32px 40px;
	position: relative;
}

section.type-5 .items .closed-item .inner {
	background-color: #242424;

	cursor: pointer;
}

section.type-5 .items .opened-item .inner {
	background-color: #2b2b2b;
}

section.type-5 .items .closed-item .inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

section.type-5.color-b .items .closed-item .inner:before {
	background-color: #ffce44;
}

section.type-5.color-c .items .closed-item .inner:before {
	background-color: #8dc04e;
}

section.type-5.color-d .items .closed-item .inner:before {
	background-color: #5ec0df;
}

section.type-5.color-f .items .closed-item .inner:before {
	background-color: #cccccc;
}

section.type-5 .items .image-outer {
	width: 375px;
	margin-right: 15px;
	position: relative;
}

section.type-5 .items .image-outer > * {
	width: 100%;
}

section.type-5 .items .info-outer {
	padding-right: 70px;
	padding-left: 40px;
	position: relative;
}

section.type-5 .items .opened-item .info-outer {
	width: calc(100% - 390px);
}

section.type-5 .items .number {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	left: 0px;
}

section.type-5 .items .item-title {
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px;
	color: #999999;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-5 .items .item .inner:hover .item-title,
section.type-5 .items .item.active .inner .item-title {
	color: #fff;
}

section.type-5 .items .opened-item .item-title {
	margin-bottom: 30px;
}

section.type-5 .items .toggle-button {
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 40px;
	bottom: 0px;

	cursor: pointer;
}

section.type-5 .items .toggle-button:before {
	content: '';
	width: 200%;
	height: 200%;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}

section.type-5 .items .opened-item .toggle-button {
	top: 32px;
	bottom: initial;
}

section.type-5 .items .toggle-button > * {
	background-color: #666666;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

section.type-5 .items .toggle-button > *:nth-child(1) {
	width: 100%;
	height: 4px;
}

section.type-5 .items .toggle-button > *:nth-child(2) {
	width: 4px;
	height: 100%;
}

section.type-5 .items .item.active .toggle-button > *:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.type-5 .items .item.active .toggle-button > *:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.type-5.color-b .items .item .closed-item .inner:hover .toggle-button > * {
	background-color: #ffce44;
}

section.type-5.color-c .items .item .closed-item .inner:hover .toggle-button > * {
	background-color: #8dc04e;
}

section.type-5.color-d .items .item .closed-item .inner:hover .toggle-button > * {
	background-color: #5ec0df;
}

section.type-5.color-f .items .item .closed-item .inner:hover .toggle-button > * {
	background-color: #cccccc;
}

section.type-5.color-b .items .item .opened-item .inner .toggle-button:hover > * {
	background-color: #ffce44;
}

section.type-5.color-c .items .item .opened-item .inner .toggle-button:hover > * {
	background-color: #8dc04e;
}

section.type-5.color-d .items .item .opened-item .inner .toggle-button:hover > * {
	background-color: #5ec0df;
}

section.type-5.color-f .items .item .opened-item .inner .toggle-button:hover > * {
	background-color: #cccccc;
}
/*SECTION TYPE 5 END*/

/*ADAPTIVE*/
@media screen and (min-width: 1921px) {
	/*SECTION TYPE 1*/
	section.type-1 .block.type-2 {
		margin-bottom: 15vh;
	}

	section.type-1.var-b .block.type-1 {
		margin-bottom: 15vh;
	}
	/*SECTION TYPE 1 END*/
}

@media screen and (max-width: 1366px) {
	/*TITLES*/
	.title.type-1 {
		font-size: 56px;
		letter-spacing: 4px;
		line-height: 61px;
	}

	.title.type-2 {
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 28px;
	}

	.title.type-3 {
		font-size: 46px;
		line-height: 54px;
	}

	.title.type-4 {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 2px;
	}

	.title.type-5 {
		font-size: 22px;
		letter-spacing: 4px;
	}

	.title.type-6 {
	    font-size: 40px;
	    letter-spacing: 4px;
	    line-height: 48px;
	}

	.title.type-7 {
	    font-size: 36px;
	    letter-spacing: 4px;
	    line-height: 44px;
	}
	/*TITLES END*/

	/*TEXTS*/
	.text.type-1 {
		font-size: 12px;
	}

	.text.type-2 {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.text.type-3 {
		font-size: 22px;
	}

	.text.type-4 {
		font-size: 13px;
		line-height: 20px;
	}

	.text.type-5 {
		font-size: 16px;
		line-height: 24px;
	}

	.content {
		font-size: 13px;
		line-height: 20px;
	}

	.content p {
		margin-bottom: 15px;
	}
	/*TEXTS END*/

	.copyrights {
		line-height: 22px;
		right: 30px;
	}

	/*HEADER*/
	header .wrapper {
		padding-right: 75px;
		padding-left: 30px;
	}

	header .part.type-2 ul > li > a {
		font-size: 14px;
		letter-spacing: 2px;
		padding: 27px 29px;
	}

	header .part.type-2 .el-1 {
		top: -152px;
		right: 25px;
	}
	/*HEADER END*/

	/*SECTION TYPE 1*/
	section.type-1 {
		overflow: hidden;
	}

	section.type-1 .menu {
		right: 75px;
	}

	section.type-1 .menu a {
		font-size: 14px;
		letter-spacing: 2px;
		padding: 22px 23px;
	}

	section.type-1 .wrapper {
		max-width: 1024px;
		padding-right: 30px;
	}

	section.type-1 .logo {
		width: 82px;
		height: 95px;
		top: 30px;
		left: 30px;
	}
	
	section.type-1 .el-1 {
		top: 60px;
		right: 30px;
	}

	section.type-1 .el-2 {
		width: 126%;
		padding-left: 155px;
	}

	section.type-1 .el-2 .line-outer,
	section.type-1 .el-2 .line {
		width: 170px;
		height: 5px;
		margin-right: 60px;
	}

	section.type-1 .el-3 {
		max-width: 890px;
		padding-left: 390px;
	}

	section.type-1 .block.type-1 {
		margin-bottom: 40px;
	}

	section.type-1 .block.type-2 {
		margin-bottom: 45px;
	}

	section.type-1 .block.type-2 .item {
		width: 295px;
	}

	section.type-1 .block.type-2 .item .part.type-1 .line {
		height: 5px;
	}
	/*SECTION TYPE 1 END*/

	/*SECTION TYPE 2*/
	section.type-2.var-b {
		overflow: hidden;
	}

	section.type-2.var-c .background {
		left: -45px;
	}

	section.type-2 .wrapper {
		max-width: 1024px;
		padding-right: 30px;
		padding-left: 385px;
	}

	section.type-2 .el-1 {
		margin-bottom: 20px;
	}

	section.type-2 .el-1 .line-outer,
	section.type-2 .el-1 .line {
		width: 170px;
		height: 5px;
	}

	section.type-2 .el-3.line-outer,
	section.type-2 .el-3 .line {
		height: 5px;
	}

	section.type-2 .el-4 {
		left: 30px;
	}

	section.type-2 .el-5 {
		right: 30px;
	}
	/*SECTION TYPE 2 END*/

	/*SECTION TYPE 3*/
	section.type-3 .el-4 {
		top: 190px;
		left: 30px;
	}

	section.type-3 .uniq-1 {
	    font-size: 130px;
	    letter-spacing: -4px;
	}

	section.type-3 .uniq-2 {
	    font-size: 55px;
	    letter-spacing: 12px;
	}

	section.type-3 .uniq-2.var-b {
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 28px;
	}

	section.type-3 .uniq-3 {
		left: 250px;
	}

	section.type-3 .uniq-5 {
		font-size: 60px;
	}

	section.type-3 .uniq-5:before {
		width: calc(100% - 24px);
		height: 5px;
		bottom: -13px;
	}

	section.type-3 .items .item .line-outer {
		height: 5px;
	}
	/*SECTION TYPE 3 END*/

	/*SECTION TYPE 4*/
	section.type-4 .wrapper {
		max-width: 1024px;
		padding-right: 30px;
		padding-left: 385px;
	}

	section.type-4 .el-1 {
		margin-bottom: 20px;
	}

	section.type-4 .el-1 .line-outer,
	section.type-4 .el-1 .line {
		width: 170px;
		height: 5px;
	}

	section.type-4 .el-3.line-outer,
	section.type-4 .el-3 .line {
		height: 5px;
	}

	section.type-4 .el-4 {
		left: 30px;
	}

	section.type-4 .content {
		max-width: 525px;
	}
	/*SECTION TYPE 4 END*/

	/*SECTION TYPE 5*/
	section.type-5 .items .item .inner {
		padding: 28px 38px;
	}

	section.type-5 .items .item-title {
		font-size: 24px;
		line-height: 32px;
	}

	section.type-5 .items .image-outer {
		margin-right: 35px;
	}

	section.type-5 .items .opened-item .info-outer {
		width: calc(100% - 410px);
	}

	section.type-5 .items .opened-item .item-title {
		margin-bottom: 10px;
	}

	section.type-5 .items .opened-item .text-outer {
		max-width: 525px;
	}

	section.type-5 .items .toggle-button {
		right: 38px;
	}
	/*SECTION TYPE 5 END*/
}

@media screen and (max-width: 1260px) {
	section.type-5 .items .opened-item {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 1024px) {
	/*SECTION TYPE 5*/
	section.type-5 .items .closed-item {
		padding-right: 125px;
	}
	/*SECTION TYPE 5 END*/
}

@media screen and (min-width: 1024px) {
	/*HEADER*/
	header .part.type-2 .outer.type-1 {
		display: block !important;

		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	/*HEADER END*/
}

@media screen and (max-width: 1023px) {
	/*TITLES*/
	.title.type-2 {
		font-size: 21px;
		line-height: 26px;
	}

	.title.type-5 {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.title.type-6 {
		font-size: 32px;
		letter-spacing: 4px;
		line-height: 40px;
	}

	.title.type-7 {
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 38px;
	}
	/*TITLES END*/

	/*TEXTS*/
	.text.type-3 {
		font-size: 20px;
	}

	.content h6 {
		font-size: 16px;
		line-height: 24px;
	}
	/*TEXTS END*/

	/*HEADER*/
	header {
		height: 58px;
		top: -58px;
	}

	header:after {
		opacity: 1;
	}

	header .wrapper {
		padding: 0px 30px;
	}

	header .part.type-1 .logo {
		width: 145px;
	}

	header .part.type-2 .outer.type-1 {
		background-color: #242424;
		width: 100%;
		height: calc(100vh - 58px);
		position: absolute;
		top: 58px;
		left: 0px;
	}

	header .part.type-2 .outer.type-1 .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-webkit-justify-content: space-between;
		justify-content: space-between;

		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;

		-webkit-align-items: center;
		align-items: center;

		height: 100%;
		padding: 30px 15px 90px;
	}

	header .part.type-2 ul li {
		text-align: center;
		display: block;
	}

	header .part.type-2 ul > li > a {
		letter-spacing: 2px;
		padding: 18px 36px;
	}

	header .part.type-2 .el-1 {
		position: relative;
		top: initial;
		right: initial;

		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	header .part.type-2 .el-1:hover {
	    top: 0px;
	}

	header .part.type-2 .el-1 span {
		opacity: 1;
	}

	header .part.type-2 .button-menu {
		display: block;
	}
	/*HEADER END*/

	/*SECTION TYPE 1*/
	section.type-1 {
		height: auto;
	}

	section.type-1.var-b {
		height: auto;
	}

	section.type-1 .wrapper {
		max-width: 768px;
		padding-top: 250px;
		padding-left: 30px;
	}

	section.type-1 .el-2 {
		width: 154%;
		padding-left: 0px;
	}

	section.type-1 .el-2 .line-outer,
	section.type-1 .el-2 .line {
		width: 155px;
	}

	section.type-1 .el-3 {
		padding-left: 220px;
	}

	section.type-1 .block.type-2 {
		padding-left: 0px;
	}

	section.type-1 .block.type-2 .item {
		width: 235px;
	}

	section.type-1 .block.type-2 .item .part.type-1 {
		width: 40px;
	}

	section.type-1 .block.type-2 .item .part.type-1 .text {
		margin-bottom: 20px;
		top: 2px;
	}

	section.type-1 .block.type-2 .item .part.type-2 .title {
		width: 100%;
		margin-bottom: 6px;

		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	section.type-1 .block.type-2 .item .part.type-2 .text {
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	section.type-1 .block.type-2 .link-tooltip {
		display: block;
	}
	/*SECTION TYPE 1 END*/

	/*SECTION TYPE 2*/
	section.type-2 {
		overflow: hidden;
	}

	section.type-2 .background {
		top: -70px;
		left: -510px;

		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	section.type-2.var-c .background {
		margin: 0px auto;
		width: 768px;
		height: 660px;
		top: 170px;
		right: -100%;
		left: -100%;
	}

	section.type-2.var-d .background {
		width: 580px;
		height: 580px;
		margin: 0px auto;
		top: 90px;
		right: -100%;
		left: -100%;
	}

	section.type-2 .wrapper {
	    max-width: 768px;
	    padding-left: 260px;
	}

	section.type-2.var-c .wrapper {
		padding-top: 600px;
	}

	section.type-2.var-e .wrapper {
		padding-top: 660px;
	}


	section.type-2 .el-1 .line-outer,
	section.type-2 .el-1 .line {
		width: 155px;
	}

	section.type-2 .el-3.line-outer,
	section.type-2 .el-3 .line {
		width: 155px;
	}

	section.type-2 .el-5 {
		top: 40px;
	}
	/*SECTION TYPE 2 END*/

	/*SECTION TYPE 3*/
	section.type-3 .uniq-1.var-b {
		padding-left: 0px;
	}

	section.type-3 .uniq-4 {
		top: 30px;
		left: 30px;
	}

	section.type-3 .el-1 {
		padding: 29px 59px 5px;
	}

	section.type-3 .el-2 {
		padding-left: 30px;
	}

	section.type-3 .el-3 {
		padding-right: 26px;
		padding-left: 26px;
	}

	section.type-3 .el-4 {
		display: none;
	}

	section.type-3.var-b .items {
		margin-top: 40px;
	}

	section.type-3 .items .item.type-1 {
	    width: 50%;
	}

	section.type-3 .items .item.type-2,
	section.type-3 .items .item.type-3 {
		width: 50%;
	}

	section.type-3 .items .item .inner {
		padding: 30px;
	}

	section.type-3 .items .item.type-3 .inner {
		padding-left: 30px;
	}

	section.type-3 .items .item.type-3 .text {
		max-width: 100%;
	}
	/*SECTION TYPE 3 END*/

	/*SECTION TYPE 5*/
	section.type-5 .items .item .inner {
		padding: 24px 30px;
	}

	section.type-5 .items .closed-item {
		padding-right: 30px;
		padding-left: 30px;
	}

	section.type-5 .items .image-outer {
		width: 235px;
	}

	section.type-5 .items .opened-item .info-outer {
		width: calc(100% - 270px);
	}

	section.type-5 .items .toggle-button {
		right: 30px;
	}
	/*SECTION TYPE 5 END*/
}

@media screen and (max-width: 767px) {
	/*COMMONS*/
	br {
		display: none;
	}

	.wrapper {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	/*TITLES*/
	.title.type-1 {
		font-size: 37px;
		letter-spacing: 2px;
		line-height: 44px;
	}

	.title.type-3 {
	    font-size: 32px;
	    letter-spacing: 2px;
	    line-height: 42px;
	}

	.title.type-6 {
	    font-size: 26px;
	    letter-spacing: 2px;
	    line-height: 30px;
	}

	.title.type-7 {
	    font-size: 26px;
	    letter-spacing: 3px;
	    line-height: 30px;
	}
	/*TITLES END*/

	.copyrights {
		right: 15px;
		bottom: 15px;
	}

	/*HEADER*/
	header:after {
		opacity: 1;
	}

	header .wrapper {
		padding: 0px 15px;
	}
	/*HEADER END*/
	/*COMMONS END*/

	/*SECTION TYPE 1*/
	section.type-1.var-b + section {
		margin-top: 0px;
	}

	section.type-1 .overflow-2,
	section.type-1 .overflow-3,
	section.type-1 .overflow-4 {
		display: none;
	}

	section.type-1 .backgrounds .image {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	section.type-1 .wrapper {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	section.type-1 .menu {
		display: none;
	}

	section.type-1 .logo {
		top: 15px;
		left: 15px;
	}

	section.type-1 .el-1 {
		top: 15px;
		right: 15px;
	}

	section.type-1 .el-2 {
		width: 100%;
	}

	section.type-1 .el-2 .line-outer {
		display: none;
	}

	section.type-1 .el-3 {
		padding-left: 0px;
	}

	section.type-1 .wrapper {
		padding-top: 260px;
	}

	section.type-1.var-b .wrapper {
		padding-bottom: 0px;
	}

	section.type-1.var-b .block.type-1 {
		margin-bottom: 110px;
	}

	section.type-1 .block.type-2 {
		margin-bottom: 110px;
	}

	section.type-1 .block.type-2 .items {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	section.type-1 .block.type-2 .item {
		width: 100%;
	}

	section.type-1 .block.type-2 .item:not(:nth-last-child(1)) {
		margin-bottom: 30px;
	}

	section.type-1 .scroll-tip {
		display: none;
	}
	/*SECTION TYPE 1 END*/

	/*SECTION TYPE 2*/
	section.type-2 .wrapper {
		padding-top: 220px;
	}

	section.type-2.var-b .wrapper {
		padding-top: 0px;
		padding-bottom: 110px;
	}

	section.type-2.var-c .wrapper {
		padding-top: 300px;
	}

	section.type-2.var-d .wrapper {
		padding-top: 300px;
	}

	section.type-2.var-c .background {
		width: 320px;
		height: 200px;
		top: 110px;
	}

	section.type-2.var-d .background {
		width: 355px;
		height: 362px;
		top: 90px;
	}

	section.type-2.var-c .background .map {
		
	}

	section.type-2.var-d .background .map {
		
	}

	section.type-2.var-c .background .marker-outer {
		
	}

	section.type-2.var-d .background .marker-outer {
		
	}

	section.type-2 .el-1 .line-outer {
		display: none;
	}

	section.type-2 .el-4 {
		display: none;
	}

	section.type-2 .el-5 {
		display: none;
	}

	section.type-2 .background {
	    top: -95px;
	}
	/*SECTION TYPE 2 END*/

	/*SECTION TYPE 3*/
	section.type-3 .uniq-4 {
		position: relative !important;
		top: 0px;
		left: 0px;
	}

	section.type-3 .uniq-5-outer {
		text-align: center;
		padding: 60px 0px 80px;
	}

	section.type-3 .uniq-5 {
		display: inline-block;
	}

	section.type-3 .el-1 {
		/*display: none;*/
		padding: 95px 15px 15px 15px;
	}

	section.type-3 .el-2 {
		width: 100%;
		height: auto;
		padding-left: 0px;
		margin-top: 60px;
	}

	section.type-3.var-b .el-2 {
		display: none;
	}

	section.type-3 .el-2 .wrapper {
		top: 0px;
	}

	section.type-3 .uniq-1 {
		font-size: 100px;
		letter-spacing: -3px;
		padding-left: 0px;
	}

	section.type-3 .uniq-2 {
		font-size: 45px;
		letter-spacing: 6px;
	}

	section.type-3 .uniq-3 {
		left: 70px;
	}

	section.type-3 .items .item {
		height: auto;
		min-height: 90vw;
		padding: 0px;
	}

	section.type-3 .items .item.type-1 {
		width: 100%;
	}

	section.type-3 .items .item.type-2,
	section.type-3 .items .item.type-3 {
		width: 100%;
	}

	section.type-3 .items .item .inner {
		width: 100%;
		min-height: inherit;
		padding: 60px 15px 15px;
	}

	section.type-3 .items .item.type-1.var-b .inner {
		padding-top: 15px;
	}

	section.type-3 .items .item.type-3 .inner {
		padding: 15px;
	}
	/*SECTION TYPE 3 END*/

	/*SECTION TYPE 4*/
	section.type-4 .wrapper {
		padding-top: 85px;
		padding-bottom: 75px;
	}

	section.type-4 .el-4 {
		display: none;
	}
	/*SECTION TYPE 4 END*/

	/*SECTION TYPE 5*/
	section.type-5.var-b {
		margin-top: 20px;
	}

	section.type-5 .items .closed-item {
		padding-right: 0px;
		padding-left: 0px;
	}

	section.type-5 .items .opened-item {
		padding-right: 0px;
		padding-left: 0px;
	}

	section.type-5 .items .item .inner {
		padding: 15px 0px;
	}

	section.type-5 .items .opened-item .inner {
		padding: 30px 15px;
	}

	section.type-5 .items .info-outer {
		padding-right: 40px;
	}

	section.type-5 .items .opened-item .info-outer {
		width: 100%;
		padding-right: 0px;
		margin-top: 30px;
	}

	section.type-5 .items .item-title {
		font-size: 16px;
		line-height: 24px;
	}

	section.type-5 .items .toggle-button {
		width: 21px;
		height: 21px;
		right: 0px;
	}

	section.type-5 .items .opened-item .toggle-button {
		right: 15px;
	}

	section.type-5 .items .toggle-button > *:nth-child(1) {
		height: 3px;
	}

	section.type-5 .items .toggle-button > *:nth-child(2) {
		width: 3px;
	}
	/*SECTION TYPE 5 END*/
}
/*ADAPTIVE END*/