

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

video::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}
video::-webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}

video::slotted::-webkit-media-controls-container,
:host::shadow::-webkit-media-controls-container {
	display:none !important;
	visibility: hidden!important;
	opacity: 0 !important;
	-webkit-appearance: none !important;
}
video::-webkit-media-controls {
	 display:none !important;
	opacity: 0 !important;
 }
video::-webkit-media-controls-overlay-play-button {
	display: none!important;
	opacity: 0 !important;
}

video::-webkit-media-controls-start-playback-button {
	 display: none!important;
	 -webkit-appearance: none;
 }

html {
	height: 100%;
	scrollbar-width: none;
	overflow: scroll;
	overflow-x: hidden;
}
body {
	font-family: 'FiraGO Regular';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	height: 100%;
	color: #fff;
	background: #0056f9;
}
::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

strong {
	font-family: 'FiraGO Bold';
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
input, textarea, button {
	outline: 0!important;
}
button {
	cursor: pointer;
	background-color: transparent;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	-moz-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	-ms-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	-o-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
}
.font-uppercase {
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
}

/*.video_desk {*/
/*	display: none;*/
/*}*/
.tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.tags li {
	display: flex;
	align-items: center;
	padding: 7px 10px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	font-family: 'FiraGO Bold';
}

.loading_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.loading_logo {
	margin: 40px 0;
}
.loading_logo img {
	width: 128px;
	height: auto;
}

.loading_title {
	font-family: 'FiraGO Book';
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
	font-size: 32px;
}
.loading_title span {
	color: #54a9d1;
}
.loader {
	font-size: 10px;
	margin: 20px auto 0 auto;
	text-indent: -9999em;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #0056f9;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.loading_progress {
	width: auto;
	min-width: 128px;
	height: 1px;
	background-color: #fff;
	display: flex;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.loading_progress:hover {
	width: 100%;
	margin-top: 8px;
}
.loading_item {
	display: flex;
	flex-shrink: 0;
	color: rgba(84,169,209, 0.3);
	font-family: 'FiraGO Light';
	font-size: 80px;
}

.loading_title, .loading_logo, .loading_progress, .loading_item {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}
.page_loading .loading_title,
.page_loading .loading_logo,
.page_loading .loading_progress,
.page_loading .loading_item {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.scroll_wrap {
	height: 100%;
	width: 100%;
}
.scroll-content {
	position: relative;
	will-change: transform;
}
.container {
	/*max-width: 1566px;*/
	margin: 0 auto;
	width: 100%;
	padding: 0 3%;
}

.fixed_body {
	overflow: hidden;
}

.container::after {
	display: table;
	content: "";
	width: 100%;
	clear: both;
}
.iScrollIndicator {
	background: transparent !important;
}
#fp-nav {
	display: none;
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#fp-nav.fp-right {
	right: 3% !important;
}

#fp-nav .fp-sr-only {
	display: none;
}

#fp-nav ul li {
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 12px 0;
}
#fp-nav ul li:first-child {
	display: none;
}
#fp-nav ul li a {
	padding: 10px;
}

#fp-nav ul li a span {
	width: 6px;
	height: 6px;
	background: #fff;
	margin: -3px 0 0 -3px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}
#fp-nav ul li a.active span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: transparent;
	border: 2px solid #fff;
}
.detail_loaded #fp-nav,
.detail_loaded .header_logo .title_img,
.detail_loaded .header_right,
.detail_loaded .mouse_scroll {
	display: none !important;
}
.detail_loaded .detail_close {
	display: flex;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 23px 0 10px;
	z-index: 1;
	font-size: 34px;
	display: none;
}

.header_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo {
	display: flex;
	align-items: center;
}

.header_logo .logo_img {
	width: 97px;
	height: auto;
}
.header_logo .title_img {
	margin-left: 20px;
	height: 12px;
	width: auto;
}
.header_right {
	display: flex;
	align-items: center;
	gap: 32px;
}
.header_lang {
	color: #fff;
	font-family: 'FiraGO Book';
	font-size: 16px;
	padding: 2px 0;
}
.header_btn {
	height: 52px;
	display: flex;
	align-items: center;
	padding: 0 24px;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-family: 'FiraGO Bold';
	font-size: 14px;
	transition: 0.3s all;
}
.header_btn:hover {
	opacity: 0.8;
}

.mouse_scroll {
	/*cursor: pointer;*/
	position: fixed;
	width: 100%;
	justify-content: center;
	bottom: 50px;
	z-index: 1;
	display: none;
}

.mouse_scroll_item {
	width: 35px;
	height: 50px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items:  center;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 8px;
	overflow: hidden;
}
.mouse_scroll.hidden {
	display: none;
}
.mouse_scroll .scroll_item {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: mouseMove 2s .3s infinite ease-in-out;
	-o-animation: mouseMove 2s .3s infinite ease-in-out;
	animation: mouseMove 2s .3s infinite ease-in-out;
}
@keyframes mouseMove {
	0% { top: 8px; }
	100% { top:70%; }
}

.fp-viewing-colliers_partners.page_loading .header,
.fp-viewing-colliers_partners.page_loading .mouse_scroll,
.fp-viewing-colliers_partners.page_loading #fp-nav {
	display: none;
}
.fp-viewing-shula.page_loading .header,
.fp-viewing-shula.page_loading .mouse_scroll,
.fp-viewing-shula.page_loading #fp-nav,
.fp-viewing-toba.page_loading .header,
.fp-viewing-toba.page_loading .mouse_scroll,
.fp-viewing-toba.page_loading #fp-nav,
.fp-viewing-radisson.page_loading .header,
.fp-viewing-radisson.page_loading .mouse_scroll,
.fp-viewing-radisson.page_loading #fp-nav,
.fp-viewing-bilt.page_loading .header,
.fp-viewing-bilt.page_loading .mouse_scroll,
.fp-viewing-bilt.page_loading #fp-nav,
.fp-viewing-east.page_loading .header,
.fp-viewing-east.page_loading .mouse_scroll,
.fp-viewing-east.page_loading #fp-nav,
.fp-viewing-ch.page_loading .header,
.fp-viewing-ch.page_loading .mouse_scroll,
.fp-viewing-ch.page_loading #fp-nav,
.fp-viewing-lopo.page_loading .header,
.fp-viewing-lopo.page_loading .mouse_scroll,
.fp-viewing-lopo.page_loading #fp-nav,
.fp-viewing-king.page_loading .header,
.fp-viewing-king.page_loading .mouse_scroll,
.fp-viewing-king.page_loading #fp-nav,
.fp-viewing-subu.page_loading .header,
.fp-viewing-subu.page_loading .mouse_scroll,
.fp-viewing-subu.page_loading #fp-nav,
.fp-viewing-recov.page_loading .header,
.fp-viewing-recov.page_loading .mouse_scroll,
.fp-viewing-recov.page_loading #fp-nav,
.fp-viewing-colliers_platforms.page_loading #fp-nav,
.fp-viewing-colliers_projects.page_loading .header,
.fp-viewing-colliers_projects.page_loading .mouse_scroll,
.fp-viewing-colliers_projects.page_loading #fp-nav {
	display: flex;
}
.body-overlay #fp-nav {
	display: none !important;
}
.page_loaded .header,
.page_loaded .mouse_scroll,
.page_loaded #fp-nav {
	display: flex;
}
.fp-viewing-colliers_partners.header,
.fp-viewing-colliers_partners .mouse_scroll,
.fp-viewing-colliers_platforms .header,
.fp-viewing-colliers_platforms .mouse_scroll
{
	display: none !important;
}
.underline {
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	-webkit-transition: background-size .3s;
	-moz-transition: background-size .3s;
	-ms-transition: background-size .3s;
	-o-transition: background-size .3s;
	transition: background-size .3s;
}
.underline:hover {
	background-size: 100% 1px;
}

.story_section {
	min-height: 100vh;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	position: relative;
	overflow: hidden;
}

.story_container {
	position: relative;
	z-index: 5;
}
.story_container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

.detail_container::before {
	background-color: rgba(0, 86, 249, 0.75);
}
.zoom {
	animation: Zoom 3s ease-in-out;
	-webkit-animation: Zoom 3s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes Zoom {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	100% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

.section_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s transform;
}

.section_bg:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.section_bg:after {
	content:'';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 50%;
	 height: 100%;
	 z-index: 2;
	 background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
 }
.section_bg video,
.section_bg img {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	max-width: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}
.section_content {
	width: 100%;
	height: 100vh;
	/*max-width: 1566px;*/
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section_content_inner {
	position: relative;
	padding: 0 160px;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.section_scroll {
	overflow-y: auto;
}
.section_detail {
	overflow-x: hidden;
	padding: 80px 0;
	width: calc(100% + 30px);
}
.section_detail::-webkit-scrollbar {
	width: 4px;
}

.section_detail::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.5);
	border-radius: 6px;
}
.section_detail .section_title:first-child {
	margin-top: 30px;
}
.detail_container .section_inner:last-child {
	padding-bottom: 30px;
}

.section_inner, .section_text {
	max-width: 65%;
}
.section_toptitle {
	font-family: 'FiraGO Book';
	font-size: 16px;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}

.section_title {
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
	font-family: 'FiraGO Bold';
	font-size: 38px;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}

.section_subtitle {
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
	font-family: 'FiraGO Book';
	font-size: 20px;
	margin: 30px 0;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}
.section_content:not(.section_detail) .section_subtitle {
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
}
.section_detail .section_subtitle {
	margin: 20px 0;
}
.section_button  {
	min-width: 187px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 0 20px;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-family: 'FiraGO Bold';
	font-size: 14px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all.4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all.4s;
}
.section_button .show_less {
	display: none;
}
.section_button .section_button_arrow {
	margin-left: 12px;
	-webkit-transition: transform .6s ease-in-out;
	-moz-transition: transform .6s ease-in-out;
	-ms-transition: transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
}
.section_button:hover {
	color: rgba(255,255,255,0.8);
	border-color: rgba(255,255,255,0.8);
}
.section_button:not(.active):hover .section_button_arrow {
	-webkit-animation: moveVertical 1.4s .2s infinite linear;
	-o-animation: moveVertical 1.4s .2s infinite linear;
	animation: moveVertical 1.4s .2s infinite linear;
}
.all_projects_btn.section_button:not(.active):hover .section_button_arrow {
	-webkit-animation: moveHorizontal 1.4s .2s infinite linear;
	-o-animation: moveHorizontal 1.4s .2s infinite linear;
	animation: moveHorizontal 1.4s .2s infinite linear;
}
.section_button.active .section_button_arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

}
.all_projects_btn {
	margin-top: 64px;
	width: max-content;
}
/*.section_button.active .show_more {*/
/*	display: none;*/
/*}*/
/*.section_button.active .show_less {*/
/*	display: flex;*/
/*}*/
@keyframes moveVertical {
	0% {transform: translateY(0px)}
	24%{opacity: 1}
	25%{transform:translateY(100%); opacity: 0}
	26%{transform:translateY(-100%);opacity: 0}
	27%{opacity: 1}
	55% {transform: translateY(0px)}
}

.section_text_title {
	font-family: 'FiraGO Book';
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}


.section_text {
	display: none;
	color: #fff;
	font-family: 'FiraGO Regular';
	font-size: 12px;
	line-height: 24px;
	/*max-height: 0;*/
	/*-webkit-transition: max-height 0.8s;*/
	/*-moz-transition: max-height 0.8s;*/
	/*transition: max-height 0.8s;*/
}
.section_text p + p {
	margin-top: 20px;
}
.detail_close {
	display: none;
	z-index: 1;
	cursor: pointer;
	border: 0;
	background: transparent;
	-webkit-transition:-webkit-transform .25s, opacity .25s;
	-moz-transition:-moz-transform .25s, opacity .25s;
	transition: transform .25s, opacity .25s;
	opacity: 1;
}
.detail_close svg {
	width: 36px;
	height: 36px;
}

.detail_close:hover {
	/*-webkit-transform: rotate(270deg);*/
	/*-moz-transform: rotate(270deg);*/
	/*transform: rotate(270deg);*/
	opacity: 0.8;
}
.section_detail .section_block {
	max-height: 100vh;
}
.section_detail .detail_close {
	display: block;
}
.section_detail .section_text {
	display: block;
	/*max-height: calc(100% - 110px);*/
}
.section_detail .section_button{
	margin-top: 50px;
}
.section_detail .section_toptitle {
	font-family: 'FiraGO Book';
	font-size: 14px;
}
.section_detail .section_title {
	font-family: 'FiraGO Book';
	font-size: 20px;
}
.section_detail .section_subtitle {
	font-family: 'FiraGO Book';
	font-size: 38px;
}
.section_detail .section_button {
	display: none;
}
.projects_section_title {
	color: #fff;
	font-family: 'FiraGO Bold';
	font-size: 26px;
	margin-bottom: 24px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: font-size 0.3s, transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}

.projects_content {
	height: 100vh;
	justify-content: center;
	display: flex;
	flex-direction: column;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.projects {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.project_item{
	width: 33.33%;
	padding: 0 8px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}

.project_item .project_img {
	/*padding-top: 56.25%;*/
	position: relative;
	overflow: hidden;
}
.project_item .project_img {
	cursor: url(../images/cursor-plus.svg) 16 16, auto;
}
.project_item .project_img img:hover {
	transform: scale(1.05);
}

.project_item .project_img img {
	width: 100%;;
	height: auto;
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*right: 0;*/
	transition: transform 0.3s ease;
}
.project_item .project_title {
	font-family: 'FiraGO Bold';
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 12px;
}
.project_item .project_subtitle {
	font-family: 'FiraGO Book';
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}



.section_footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1566px;
	width: 100%;
	padding: 100px 160px;
	margin: 0 auto;
	height: 100vh;
	position: relative;
}
.footer_wrapper {
	/*height: 100%;*/
	display: flex;
	align-items: center;
}
.footer_row {
	display: flex;
	margin: 0 -30px;
}
.footer_col {
	width: 33.333%;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.footer_col:not(:last-child):after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	right: 0;
	top: 0;
	position: absolute;
}

.footer_title {
	font-family: 'FiraGO Book';
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
	font-size: 20px;
	color: #fff;
}
.footer_logo {
	height: 38px;
	display: flex;
	align-items: center;
	margin: 24px 0;
}
.footer_logo img {
	height: 30px;
	width: auto;
}
.footer_text {
	font-family: 'FiraGO Regular';
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
.footer_link {
	margin-top: 50px;
	display: inline-flex;
	align-items: center;
	font-family: 'FiraGO Book';
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
}
.footer_link .footer_link_icon_wrapper {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0 0 0 8px;
	margin-right: 12px;
}

.footer_link .footer_link_icon {
	display: flex;
	align-items: center;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.footer_link .footer_link_arrow {
	display: flex;
	margin-left: -8px;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.footer_link:hover .footer_link_arrow {
	-webkit-animation: moveHorizontal 1.4s .2s infinite linear;
	-o-animation: moveHorizontal 1.4s .2s infinite linear;
	animation: moveHorizontal 1.4s .2s infinite linear;
}
@keyframes moveHorizontal {
	0% {transform: translateX(0px)}
	24%{opacity: 1}
	25%{transform:translateX(100%); opacity: 0}
	26%{transform:translateX(-100%);opacity: 0}
	27%{opacity: 1}
	55% {transform: translateX(0px)}
}

.footer_bottom {
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 70px;
	border-top: 1px solid #fff;
	padding-top: 70px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}
.footer_left {
	display: flex;
	align-items: start;
}
.footer_bottom_logo {
	width: 100px;
	height: auto;
	margin-right: 34px;
}
.footer_address {
	font-family: 'FiraGO Book';
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.footer_separator {
	color: #fff;
	margin: 0 8px;
}
.footer_contact {
	font-family: 'FiraGO Bold';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
}
.footer_contact .footer_separator {
	margin: 0 20px;
}
.footer_copyright {
	font-family: 'FiraGO Book';
	font-size: 14px;
	/*color: #7e89af;*/
	color: rgba(255,255,255,0.7);
}
a.footer_copyright:hover {
	text-decoration: underline;
}

.footer_title {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}

.footer_text, .footer_logo {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}
.section_button, .footer_link {
	opacity: 0;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
	transition: transform .6s .5s, opacity .8s .5s cubic-bezier(0.4, 0, 1, 1);
}

.story_section.active .project_item,
.story_section.active .footer_title,
.story_section.active .footer_logo,
.story_section.active .footer_text,
.story_section.active .footer_link,
.story_section.active .footer_bottom,
.story_section.active .footer_col:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.story_section.active .projects_section_title,
.story_section:not(:first-child).active .section_toptitle,
.story_section:not(:first-child).active .section_title,
.story_section:not(:first-child).active .section_subtitle,
.story_section:not(:first-child).active .section_button {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.page_loaded .story_section.active:first-child .section_toptitle,
.page_loaded .story_section.active:first-child .section_title,
.page_loaded .story_section.active:first-child .section_subtitle,
.page_loaded .story_section.active:first-child .section_button {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.story_section.leaving_slide .projects_section_title,
.story_section.leaving_slide .section_toptitle,
.story_section.leaving_slide .section_title,
.story_section.leaving_slide .footer_title,
.story_section.leaving_slide .project_item {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.story_section.leaving_slide .section_subtitle,
.story_section.leaving_slide .footer_text,
.story_section.leaving_slide .footer_logo {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	transform: translateY(-50px);
}
.story_section.leaving_slide .section_button,
.story_section.leaving_slide .footer_link,
.story_section.leaving_slide .footer_bottom,
.story_section.leaving_slide .footer_col:after {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform: translateY(-70px);
	transform: translateY(-70px);
}
.fp-viewing-colliers_partners .header {
	background-color: #0056f9;
}
body.overlay-open #fp-nav {
	display: none;
}
.overlay {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #0056f9;
	animation: fadeIn 0.5s;
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

.overlay-content {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 0;
}
#overlay-title {
	font-family: 'FiraGO Bold';
	font-size: 42px;
	color: #fff;
	margin-bottom: 40px;
}
#overlay-subtitle {
	font-family: 'FiraGO Book';
	text-transform: uppercase;
	-moz-font-feature-settings: 'case';
	-webkit-font-feature-settings: 'case';
	font-feature-settings: 'case' on;
	font-size: 20px;
	color: #fff;
	margin-bottom: 24px;
}
#overlay-text {
	font-family: 'FiraGO Regular';
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	margin: 32px 0;
}

#overlay-video {
	width: 100%;
	height: auto;
}

.close-btn {
	position: fixed;
	top: 10px;
	right: 20px;
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.show {
	display: block;
	opacity: 1;
}

@media (min-width: 1200px) {
	/*.video_desk {*/
	/*	display: block;*/
	/*}*/
	/*.video_mob {*/
	/*	display: none;*/
	/*}*/
	.story_section {
		min-height: 0;
	}
}

@media(max-width: 1600px) {
	.section_footer {
		padding: 50px 80px;
		/*justify-content: space-between;*/
	}
	.footer_link {
		margin-top: 40px;
	}
	.footer_bottom {
		margin-top: 40px;
		padding-top: 40px;
	}

}
@media(max-width: 1440px) {
	.section_inner, .section_text {
		max-width: 80%;
	}
}
@media(max-width: 1280px) {

	#fp-nav.fp-right {
		right: 3% !important;
	}
	.section_detail {
		width: calc(100% + 20px);
	}
	.section_inner, .section_text {
		max-width: 100%;
	}
	.section_footer {
		padding: 40px;
	}
	.detail_close {
		margin-right: 20px;
	}
}

@media(max-width: 1024px) {
	.section_footer {
		max-width: 100%;
		padding: 100px 64px;
	}
	.footer_title {
		min-height: 143px;
	}
	.section_detail {
		width: calc(100% + 10px);
	}
	.overlay-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	#fp-nav.fp-right {
		right: 16px !important;
	}
}
@media(max-width: 1023px) {
	.section_content_inner {
		padding: 0 60px;
	}
	.detail_loaded .header_row {
		justify-content: flex-end;
	}
	.detail_container .section_content_inner {
		margin-top: 0;
		padding: 40px 60px;
	}
	.detail_container .section_inner:first-child{
		padding-top: 40px;
	}
	.detail_container .section_inner:last-child {
		padding-bottom: 40px;
	}

	.detail_loaded .header_logo {
		display: none;
	}
	.section_detail {
		padding: 50px 0;
	}


	.section_footer {
		padding: 16px 60px 60px 60px;
		height: auto;
	}
	.footer_row {
		display: block;
		margin: 0;
	}
	.footer_col {
		width: 100%;
		padding: 64px 0;
		justify-content: flex-start;
	}
	.footer_col:not(:last-child):after {
		width: 100%;
		height: 1px;
		top: auto;
		left:0;
		right: auto;
		bottom: 0;
	}
	.footer_title {
		min-height: unset;
		max-width: 60%;
	}
	.footer_logo {
		height: auto;
		margin: 36px 0;
	}
	.footer_link {
		margin-top: 24px;
	}

}
@media(max-width: 767px) {
	.footer_bottom {
		flex-direction: column;
		padding-top: 40px;
		margin-top: 0;
	}
	.footer_left {
		width: 100%;
		flex-direction: column;
	}
	.footer_address {
		line-height: 18px;
		margin-top: 20px;
	}
	.footer_contact {
		line-height: 18px;
	}
	.footer_copyright {
		margin-top: 20px;
	}
	.container {
		padding: 0 24px;
	}
	.detail_close {
		margin-top: -10px;
		margin-right: 10px;
	}

	.loading_logo img {
		width: 75px;
		height: auto;
	}

	.loading_title {
		font-size: 26px;
	}
	.loading_item {
		font-size: 50px;
	}
	.header_logo .logo_img {
		width: 75px;
		height: auto;
	}
	.header_logo .title_img {
		margin-left: 15px;
		height: 10px;
		width: auto;
	}
	.header_lang {
		font-size: 14px;
	}
	.story_section {
		min-height: auto;
	}

	.detail_container .section_content_inner {
		padding: 0 40px 0 0;
	}
	.section_content_inner {
		padding: 40px;
	}
	.detail_container .section_inner:last-child {
		padding-bottom: 40px;
	}
	.section_toptitle {
		font-size: 14px;
	}

	.section_title {
		font-size: 26px;
	}
	.section_subtitle {
		font-size: 16px;
		margin: 20px 0;
	}
	.section_detail .section_text {
		padding-right: 10px;
	}
	.section_detail .section_toptitle {
		font-size: 14px;
	}
	.section_detail .section_title {
		font-size: 16px;
	}
	.section_detail .section_title:first-child {
		margin-top: 0;
	}
	.section_detail .section_subtitle {
		font-size: 26px;
		margin-bottom: 20px;

	}
	.section_text {
		font-size: 12px;
	}
	.section_inner, .section_text {
		max-width: 100%;
	}
	.section_button {
		border: none;
		padding: 0;
		min-width: unset;
		height: auto;
	}
	.section_detail .section_button {
		margin-top: 40px;
	}

	.mouse_scroll {
		width: 30px;
		height: 43px;
		right: 20px;
		left: auto;
		transform: none;
		bottom: 40px;
		padding: 4px;
	}
	.section_footer {
		padding: 16px 40px 60px 40px;
	}
	.footer_col {
		padding: 40px 0;
	}

	.projects_content {
		padding-top: 80px;
		height: auto;
	}
	.projects {
		margin: 0;
		display: block;
	}
	.projects_section_title {
		font-size: 20px;
	}
	.project_item {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.project_title {
		font-size: 18px;
	}
	.project_subtitle {
		font-size: 14px;
	}

	#overlay-title {
		font-size: 26px;
	}
	#overlay-subtitle {
		font-size: 16px;

	}
}
@media(max-width: 480px) {
	.header_logo .title_img {
		display: none;
	}
	.header_btn {
		height: 40px;
		padding: 0 16px;
	}
	.section_content_inner {
		padding: 0;
	}
	.section_inner, .section_text {
		max-width: 90%;
	}
	.section_footer {
		padding: 16px 20px 60px 0;
	}
	.detail_close svg {
		width: 24px;
		height: 24px;
	}
	.detail_container .section_inner {
		max-width: 100%;
	}
}


#preloader {
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader-image {
	width: 260px;
	height: 260px;
}