@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot?3147428');
	src: url('../fonts/icons.eot?3147428#iefix') format('embedded-opentype'),
	url('../fonts/icons.woff2?3147428') format('woff2'),
	url('../fonts/icons.woff?3147428') format('woff'),
	url('../fonts/icons.ttf?3147428') format('truetype'),
	url('../fonts/icons.svg?3147428#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'panamaregular';
	src: url('../fonts/panama-webfont.woff');
	src: url('../fonts/panama-webfont.woff2');
	src: url('../fonts/panama-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
html {
	height: 100%;
}
body {
	font-family: 'panamaregular', serif;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	line-height: 1.4;
	color: #141414;
	letter-spacing: 0.2px;
	background-color: #BB93FF;
	cursor: none;
}
::selection {
	background-color: #BB93FF;
	color: #fff;
}
::-moz-selection {
	background-color: #BB93FF;
	color: #fff;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before { content: '\e800'; } /* '' */
.icon-arrow-down:before { content: '\e801'; } /* '' */
.icon-arrow-up:before { content: '\e802'; } /* '' */
.icon-arrow-right:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-hamburger:before { content: '\e806'; } /* '' */
.icon-arrow-dark:before { content: '\e80b'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */

blockquote {
	border-left: 5px solid #BB93FF;
}
:focus,
a:focus {
	outline:none;
	text-decoration: none;
}
.container {
    width: 100%;
	padding: 0 80px;
}
.container-fluid {
	padding: 0 100px;
}
.container-mobile {
	padding: 0 60px;
}
.container_article {
	padding: 0 90px;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
a {
	color: #BB93FF;
	cursor: none;
}
a:focus, a:hover {
	color: #BB93FF;
	text-decoration: underline;
}
.loading {
	overflow: hidden;
}
.mark, mark {
	padding: 0 .1em .2em;
	background-color: #BB93FF;
	color: #fff;
}
.row_two > div:nth-child(2n+1) {
	clear: both;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	margin: 0 0 28px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
.small, small {
	font-size: 75%;
}

.article_content ol, ul {
	margin-left: 20px;
}

.article_content h2, .article_content h3, .article_content h4, .article_content h5, .article_content h6 {
		text-align: left;
	}

/*preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	z-index: 999;
	padding: 0 60px;
}
.preloader .header_logo {
	top: 0;
	opacity: 0;
	-webkit-transition: all .5s .3s;
	-moz-transition: all .5s .3s;
	-o-transition: all .5s .3s;
	transition: all .5s .3s;
	position: absolute;
	right: 60px;
}
.preloader_show .preloader .header_logo {
	top: 47px;
	opacity: 1;
}
.preloader_text {
	opacity: 0;
	-webkit-transition: opacity .5s .2s;
	-moz-transition: opacity .5s .2s;
	-o-transition: opacity .5s .2s;
	transition: opacity .5s .2s;
	clear: both;
}
.preloader_content {
	display: table;
	height: 100%;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}
.preloader_content .page_title {
	float: left;
	margin: 0 10px 0 0;
	line-height: 1.3;
}
.preloader_title:after {
	content: "";
	display: table;
	clear: both;
}
.preloader_placeholder {
	color:rgba(20, 20, 20, 0.1);
}
.new_name .preloader_placeholder {
	display: none;
}
.preloader_content .link_btn .icon-arrow-right {
	margin-left: 0;
}
.preloader_title {
	position: relative;
	margin: 0 0 38px;
	overflow: hidden;
}
#name_stranger {
	background: none!important;
	border: 0!important;
	outline: 0!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	line-height: 1.3;
	max-width: 60%;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	resize: none;
	color: rgba(20, 20, 20, 0.1);
}
#name_stranger.active {
	color: #141414;
}
#name_stranger.active::-webkit-input-placeholder {opacity: 1}
#name_stranger.active::-moz-placeholder  {opacity: 1}
#name_stranger.active:-moz-placeholder  {opacity: 1}
#name_stranger.active:-ms-input-placeholder {opacity: 1}

#name_stranger::-webkit-input-placeholder {color:rgba(20, 20, 20, 0.1); opacity: 0}
#name_stranger::-moz-placeholder  {color:rgba(20, 20, 20, 0.1); opacity: 0}
#name_stranger:-moz-placeholder  {color:rgba(20, 20, 20, 0.1); opacity: 0}
#name_stranger:-ms-input-placeholder {color:rgba(20, 20, 20, 0.1); opacity: 0}
textarea.user_name {
	height: 73px;
	background: none!important;
	border: 0!important;
	outline: 0!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	width: 300px;
	resize: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
textarea.user_name::-webkit-input-placeholder {color:rgba(20, 20, 20, 0.1);}
textarea.user_name::-moz-placeholder  {color:rgba(20, 20, 20, 0.1);}
textarea.user_name:-moz-placeholder  {color:rgba(20, 20, 20, 0.1);}
textarea.user_name:-ms-input-placeholder {color:rgba(20, 20, 20, 0.1);}
.preloader_content > div {
	display: table-cell;
	vertical-align: top;
	padding-top: 278px;
}
.preloader_content .section_intro {
	max-width: 48%;
}
.ti-cursor {
	width: 1px;
	background: #000;
	height: 55px;
	font-size: 0;
	display: inline-block;
	top: 0;
	float: left;
}
.ti-container {
	float: left;
}
.loading_line {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	background: #BB93FF;
	width: 0;
	z-index: 2000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	max-width: 100%;
}
.load_ajax .loading_line {
	visibility: visible;
	-webkit-transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	-moz-transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	-o-transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	opacity: 1;
}
.preloader_show .loading_line {
	visibility: visible;
	-webkit-transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	-moz-transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	-o-transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	transition: all cubic-bezier(.25,.46,.45,.94) .5s,visibility 0s linear 0s;
	opacity: 1;
}
.load_ajax_end .loading_line {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
/*header*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 54px 0 10px;
}
.header_logo {
	text-align: right;
}
.header_logo img {
	margin-bottom: 3px;
}
.home .header_logo {
	position: fixed;
	right: 80px;
	z-index: 10;
	/*top: 120px;*/
}
.dark_logo {
	display: none;
}
.dark_page .dark_logo {
	display: inline-block;
}
.dark_page .white_logo {
	display: none;
}
#rotate_logo {
	display: none;
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.home #rotate_logo.rotation {
	-webkit-animation: rotation .2s linear infinite;
	-o-animation: rotation .2s linear infinite;
	animation: rotation .2s linear infinite;
}
.home #rotate_logo {
	display: block;
	will-change: transform;
}
.home .dark_logo,
.home .white_logo {
	display: none;
}
.main_nav  {
	margin: 6px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	display: inline-block;
}
.home .main_nav li {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.home.load_ajax_end .main_nav li {
	opacity: 1;
}
.home .main_nav li:nth-child(2) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.home .main_nav li:nth-child(3) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.home .main_nav li:nth-child(4) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.home .main_nav li:nth-child(5) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.main_nav li {
	list-style: none;
	display: inline-block;
}
.main_nav li:not(:last-child) {
	margin-right: 49px;
}
.main_nav li a {
	color: #141414;
	text-decoration: none;
	position: relative;
	display: block;
	-webkit-transition: all .3s  cubic-bezier(.22, .61, .36, 1);
	-moz-transition: all .3s  cubic-bezier(.22, .61, .36, 1);
	-o-transition: all .3s  cubic-bezier(.22, .61, .36, 1);
	transition: all .3s  cubic-bezier(.22, .61, .36, 1);
}
.dark_page .header .main_nav li a {
	color: #fff;
}
.main_nav li a:before, .main_nav li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	top: 50%;
	background: #141414;
}
.dark_page .header .main_nav li a:before, .dark_page .header .main_nav li a:after {
	background: #fff;
}
.dark_page .main_nav li a:hover:after {
	background: transparent;
}
.main_nav li a:before {
	margin-left: -5%;
}
.main_nav li a:after {
	margin-right: -5%;
	right: 0;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.main_nav li a:hover:before {
	width: 110%;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}

#menu-mobile.main_nav li:first-child {
	display: none;
}

#menu-mobile.main_nav li:first-child.current-menu-item a:before {
	width: 0;
}
#menu-mobile.main_nav li.current-menu-item a:before {
	width: 110%;
}
.main_nav li.active a:before {
	width: 110%;
}
.main_nav li a:hover:after {
	background: transparent;
	width: 110%;
}
.main_nav li a:hover {
	text-decoration: none;
}
.open_main_menu {
    border: 0;
    text-align: center;
    width: 20px;
    background: none;
	position: relative;
	z-index: 105;
	height: 20px;
}
.open_main_menu .lines {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -6px;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.dark_page .header .open_main_menu .lines:before, .dark_page .header .open_main_menu .lines:after {
	background: #fff;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 20px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
    top: 5px;
}
.open_main_menu .lines:before {
    top: -5px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.opened_menu {
	overflow: hidden;
}
.opened_menu .mobile_panel .scroll_up {
	display: none;
}

.wrap_section {
	position: relative;
	z-index: 7;
	background: #fafafa;
}
.dark_page .wrap_section {
	background-color: #141414;
	color: #fff;
	min-height: 100vh;
}

/*main_section*/
.main_section {
	padding: 255px 0 20px;
}
.page_title {
	font-size: 60px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	margin: 0 0 37px;
}
.section_intro {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1.2;
	letter-spacing: 0;
}

/*project_section*/
.projects_section {
	padding: 65px 0 90px;
	position: relative;
}
.rotated_title {
	font-family: 'Bodoni Moda', sans-serif;
	font-size: 100px;
	font-weight: bold;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	right: 80px;
	top: 250px;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	margin: 0;
}
.project_grid {
	-moz-column-gap: 100px;
	-webkit-column-gap: 100px;
	column-gap: 100px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	padding: 0 20px;
}
.project_grid .project_box {
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.project_grid .project_box .project_summary {
	display: inline-block;
	width: 100%;
	margin-left: 5px;
	margin-top: 10px;
}

.project_grid .project_box .project_summary h4 {
	margin: 5px 0 5px 0;
	font-size: 20px;
}

.project_grid .project_box .project_summary p>span {
	font-weight: bold;
}

.project_grid .project_left {
	position: relative;
	left: -20px;
}
.project_grid .project_right {
	position: relative;
	right: -20px;
}
.project_grid .offset_top {
	margin-top: 70px;
}
.project_grid .project_name {
	text-align: center;
	line-height: 1.0;
	position: absolute;
	width: 100%;
	font-size: 34px;
	pointer-events: none;
}
.cross_link:after, .cross_link:before{
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	top: 50%;
	background: #141414;
}
.coloring .cross_link:after, .coloring .cross_link:before{
	background: #fff;
}
.cross_link {
	font-family: 'Bodoni Moda', sans-serif;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #141414;
	text-decoration: none;
}
.coloring .cross_link {
	color: #fff;
}
.cross_link:hover {
	color: #141414;
	text-decoration: none;
}
.coloring .cross_link:hover {
	color: #fff;
}
.cross_link:before {
	margin-left: -5%;
}
.cross_link:after {
	margin-right: -5%;
	right: 0;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.cross_link:hover:before {
	width: 110%;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.cross_link:hover:after {
	background: transparent;
	width: 110%;
}
.project_review {
	font-family: 'Bodoni Moda', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	max-width: 800px;
}

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

.project_review img {
	max-width: 150px;
	max-height: 100px;
}
.journal_section .rotated_title {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 80px;
	top: -130px;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.project_box {
	margin-bottom: 37px;
	position: relative;
}
.project_box a {
	text-decoration: none;
}
.project_box a:not(.cross_link) {
	display: block;
	overflow: hidden;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.project_info {
	position: absolute;
	color: #fff;
	z-index: 5;
	top: 0;
	left: 0;
	padding: 10px 10px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	overflow: hidden;
}
.next_projects_box .project_info {
	background: rgba(0,0,0,.6);
}
.project_box .project_info:before {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s .3s;
	-moz-transition: all .3s .3s;
	-o-transition: all .3s .3s;
	transition: all .3s .3s;
}
.project_box:hover .project_info:before {
	background: rgba(0, 0, 0, 0.4);
}
.project_box:hover a:not(.cross_link) {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	-ms-transform: scale(0.97);
	-o-transform: scale(0.97);
	transform: scale(0.97);
}
.project_box:hover .project_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.project_box:hover .project_info,
.next_projects_box:hover .project_info {
	opacity: 1;
}
.move_box {
	position: absolute;
	text-align: center;
	width: 100%;
}
.move_box .project_name {
	font-size: 43px;
	margin: 0;
}
.next_text {
	font-size: 17px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	margin: 0 0 10px;
}
.project_img {
	overflow: hidden;
	padding-top: 56%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.full_size .project_img, .home_project .project_img {
	padding-top: 56%;
}
.project_img img {
	width: 100%;
}
.project_grid .all_projects_link {
	padding: 35px 10px 0;
	text-align: right;
	margin-bottom: 0!important;
}
.coloring .all_projects_link .link_btn {
	color: #fff;
}
.link_btn:focus,
.link_btn {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	color: #141414;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: none;
	border: 0;
	text-decoration: none;
}
.link_btn .icon-arrow-right {
	overflow: hidden;
	position: relative;
	height: 17px;
	vertical-align: middle;
	margin-left: 14px;
	display: inline-block;
	width: 2em;
	font-size: .833em;
}
.link_btn .icon-arrow-right:before {
	position: absolute;
	right: 10px;
	line-height: 17px;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
.link_btn:hover .icon-arrow-right:before {
	right: 0;
}
.link_btn:hover {
	text-decoration: none;
	color: #141414;
}
.project_name {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1.1;
	margin: 0 0 30px;
}
.project_name img {
	margin: 0 5px;
}
.project_info_header {
	position: relative;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.project_box:hover .link_btn .icon-arrow-right:before {
	right: 0;
}
.project_box .link_btn .icon-arrow-right:before {
	-webkit-transition: all .3s .2s;
	-moz-transition: all .3s .2s;
	-o-transition: all .3s .2s;
	transition: all .3s .2s;
}
.project_box .link_btn {
	position: absolute;
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
	color: #fff;
	font-size: 16px;
	bottom: 60px;
}
.project_box .link_btn .icon-arrow-right {
	margin-left: 2px;
}
.project_description {
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400;
}

/*features_section*/
.features_section {
	padding: 164px 0 120px;
}
.features_section .section_title {
	font-size: 100px;
}
.feature_img {
	margin-bottom: 20px;
}
.feature_title {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	margin: 0 0 10px;
	line-height: 1.1;
	letter-spacing: 0.1px;
}
.feature_title a {
	color: #141414;
	text-decoration: none;
}
.coloring .feature_title a {
	color: #fff;
}
.feature_text {
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 1.8rem;
	font-family: 'panamaregular', serif;
}
.section_title {
	font-size: 28px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	letter-spacing: 0.1px;
	line-height: 1.1;
	margin: 0 0 40px;
}

/*features_section*/
.contact_section {
	background-color: #BB93FF;
	padding: 65px 0;
	position: fixed;
	min-height: 100vh;
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 2;
	display: none;
	transform: translate3d(0,0,0);
}
.contact_message {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 60px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1.2;
}
.contact_logo {
	text-align: right;
}
.contact_text {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	max-width: 650px;
	margin: 0 auto 40px;
}
.user_email,
.user_message {
	/*-webkit-backface-visibility: hidden;*/
	/*-moz-backface-visibility: hidden;*/
	/*-ms-backface-visibility: hidden;*/
	/*-o-backface-visibility: hidden;*/
	/*backface-visibility: hidden;*/
	width: 100%;
	resize: none;
	overflow: hidden;
	background: none;
	border: 0;
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px;
	-webkit-transform: translateZ(0px);
}
.contact_form {
	overflow: auto;
	max-height: 70%;
}
.contact_form,
.contact_thanks,
.contact_email {
	display: none;
}
.contact_message_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contact_nav {
	position: absolute;
	z-index: 10;
	top: 54px;
	left: 0;
	width: 100%;
}
.spin_logo {
	-webkit-transition: transform .4s linear;
	-moz-transition: transform .4s linear;
	-o-transition: transform .4s linear;
	transition: transform .4s linear;	
}
.header .spin_logo {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.sending_email .spin_logo {
	-webkit-transition: transform 1.5s linear;
	-moz-transition: transform 1.5s linear;
	-o-transition: transform 1.5s linear;
	transition: transform 1.5s linear;
}
/*footer*/
.footer {
	position: absolute;
	z-index: 10;
	bottom: 55px;
	left: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
.footer  a {
	color: #141414;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.copyright {
	margin-right: 22px;
	float: left;
}
.footer_bottom {
	overflow: hidden;
}
.footer_contacts {
	text-align: right;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.footer_contacts li {
	display: inline-block;
	vertical-align: top;
}
.footer_contacts li:not(:last-child) {
	float: right;
	margin-left: 20px;
}
.contact_address {
	display: inline-block;
}
.footer .contact_phone {
	text-decoration: none;
}
.reviews_slider {
	display: block;
}
.full_height {
	height: 100%;
	min-height: 100vh;
	z-index: 1;
	position: relative;
}
.page_content {
	overflow: hidden;
}
.changing_color {
	color: #141414;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	background: #fafafa;
}
.coloring .changing_color {
	color: #fff;
	background: #141414;
}
.scroll_up {
	background: none;
	border: 0;
	height: 21px;
	font-size: 31px;
	overflow: hidden;
	line-height: 1;
}
.menu {
	background: none;
	border: 0;
	padding: 0;
	font-size: 13px;
	margin-top: 6px;
}
.mobile_panel {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: -100px;
	background-color: #BB93FF;
	display: none;
	z-index: 101;
	padding: 15px 0 10px;
	height: 50px;
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
}
.show_panel .mobile_panel {
	bottom: 0;
}
.opened_menu .mobile_panel {
	bottom: 0;
}
.mobile_panel .scroll_up {
	float: right;
}
.mobile_panel .menu {
	margin-top: 2px;
}
.mobile_menu {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #BB93FF;
	padding: 65px 0;
	top: 100%;
	-webkit-transition: top .4s;
	-moz-transition: top .4s;
	-o-transition: top .4s;
	transition: top .4s;
}
.opened_menu .mobile_menu {
	top: 0;
}
/*journal_section*/
.journal_section {
    padding: 120px 0 80px;
}
.features_box_list{
	margin: 0;
	text-align: right;
	padding: 0 70px;
}
.features_box_list li{
	list-style: none;
	display: inline-block;
	width: 24.5%;
	margin: 0 25px;
	text-align: left;
	vertical-align: top;
}
.features_box_list li a{
	color: #141414;
	text-decoration: none!important;
}
.features_box_list .article_box .link_btn {
	color: #141414;
}
.features_box_list .article_info {
	padding: 0;
}
.all_journal_link {
	padding: 100px 135px;
	text-align: right;
}
.features_box_list .article_img {
	margin-bottom: 38px;
}
.features_box_list .project_name {
	margin: 0 0 21px;
}
/*article*/
.articles_section {
	padding: 12px 0 16px;
}
.articles_section .article_box {
	margin: 0 20px 43px;
}
.article_box {
	margin: 0 0 43px;
	position: relative;
}
.article_box a{
	color: #fff;
}
.article_img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 63%;
}
.article_box .project_name {
	margin: 0 0 15px;
}
.article_box .project_description {
	line-height: 1.5;
	margin: 0 0 22px;
}
.article_box a:hover{
	text-decoration: none;
}
.article_info {
	padding: 24px 0;
}
.article_box .link_btn {
	color: #fff;
	opacity: 0;
}
.article_box:hover .link_btn {
	opacity: 1;
}
.article_box .link_btn .icon-arrow-right {
	margin-left: 0;
}
.article_box .link_btn .icon-arrow-right:before {
	-webkit-transition: all .3s .2s;
	-moz-transition: all .3s .2s;
	-o-transition: all .3s .2s;
	transition: all .3s .2s;
}
.article_box:hover .link_btn .icon-arrow-right:before {
	right: 0;
}
.tabs_list li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 15px 10px;
}
.tabs_list li a {
	opacity: 0.6;
	font-family: 'Bodoni Moda', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #141414;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s  cubic-bezier(.22, .61, .36, 1);
	-moz-transition: all .3s  cubic-bezier(.22, .61, .36, 1);
	-o-transition: all .3s  cubic-bezier(.22, .61, .36, 1);
	transition: all .3s  cubic-bezier(.22, .61, .36, 1);
}
.dark_page .tabs_list li a {
	color: #fff;
}
.tabs_list li a:before, .tabs_list li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	top: 50%;
	background: #141414;
}
.dark_page .tabs_list li a:before, .dark_page .tabs_list li a:after {
	background: #fff;
}
.dark_page .tabs_list li a:hover:after {
	background: transparent;
}
.tabs_list li a:before {
	margin-left: -7px;
}
.tabs_list li a:after {
	margin-right: -7px;
	right: 0;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.tabs_list li a:hover:before {
	width: calc(100% + 14px);
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.tabs_list li.active a:before {
	width: calc(100% + 14px);
}
.tabs_list li a:hover:after {
	background: transparent;
	width: calc(100% + 14px);
}
.tabs_list li.active a,
.tabs_list li a:hover {
	text-decoration: none;
	opacity: 1;
}
.tabs_list {
	margin: 0 0 30px;
}
.articles_section .tabs_list {
	text-align: right;
}
/*advantages_section*/
.advantages_section {
	padding: 95px 0 10px;
}
.advantage_box .feature_title {
	font-size: 40px;
	margin: 0 0 29px;
}
.advantage_box .feature_text {
	opacity: 0.8;
}
.advantage_box {
	margin: 0 0 70px;
}
.photo_section {
	padding: 44px 0;
}
/*vacancies_section*/
.vacancies_section {
	padding: 10px 0 50px;
}
.vacancy_box {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 0 60px;
}
.vacancy_img, .vacancy_content {
	display: table-cell;
	vertical-align: middle;
}
.vacancy_img {
	width: 21%;
}
.vacancy_content {
	padding: 5px 48px 15px;
}
.container-sm {
	padding: 0 20px;
}
.about_vacancies .vacancy_content {
	padding: 5px 0 15px;
}
.vacancy_content .feature_title {
	margin: 0 0 17px;
	padding: 0;
}
.vacancy_content .feature_text {
	margin: 0 0 15px;
	padding: 0;
	opacity: 0.8;
	font-weight: 300;
}
.vacancy_link {
	font-size: 18px;
	font-family: 'Bodoni Moda', sans-serif;
	font-weight: bold;
}
/*project_content_section*/
.project_header_section {
	text-align: center;
	padding: 840px 0 100px;
	color: #fff;
	min-height: 1568px;
	position: relative;
}
.project_header_section .container{
	z-index: 1;
	bottom: 90px;
	position: absolute;
	left: 0;
}
.opacity_on_scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.opacity_overlay {
	background-color: #000;
}
.project_title {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
}
.project_subtitle {
	font-family: 'Bodoni Moda', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 9px 0 0;
	line-height: 1.2;
}
.project_header_box {
	max-width: 450px;
	margin: 0 auto;
}
.project_intro {
	margin: 45px 0 0;
	line-height: 1.3;
}
.project_logo {
	margin-bottom: 85px;
}
.project_content_section {
	position: relative;
	min-height: 100vh;
}
.project_carousel {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
}
.slick_slider,
.slick_slider .slick-list,
.slick_slider .slick-track,
.slick_slider .slick-slide {
	width: 100%;
	height: 100%;
}
.slide_item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
}
.project_content_section .container {
	padding: 0 20px;
}
.content_box {
	padding: 175px 0 15px;
}
.content_box_article {
	padding: 0 0 210px;
}
.content_box_text {
	margin: 0 135px;
}
.content_box_text + .content_box_text {
	margin-top: 133px;
}
.pad-0 {
	padding: 0;
}
.content_box p {
	line-height: 1.3;
	margin: 0 0 23px;
}
.content_box a {
	color: #000;
}
.project_page_title {
	color: #fff;
	font-weight: 500;
	font-family: 'Bodoni Moda', sans-serif;
	text-align: center;
	font-size: 16px;
	margin: 4px 0 0;
}
.project_page_title img {
	margin: 0 3px;
	max-width: 14px;
}
.project_mobile_image {
	display: none;
}
.back_link,
.back_link:focus {
	color: #fff;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	vertical-align: middle;
	text-decoration: none;
}
.back_link:hover {
	color: #fff;
	text-decoration: none;
}
.back_link .icon-arrow-left {
	overflow: hidden;
	position: relative;
	height: 17px;
	vertical-align: middle;
	margin-right: 14px;
	display: inline-block;
	width: 2em;
	font-size: .833em;
}
.back_link .icon-arrow-left:before {
	position: absolute;
	left: 10px;
	-webkit-transition: left .3s;
	-moz-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
.back_link:hover .icon-arrow-left:before {
	left: 0;
}
/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*article_content_section*/
.article_page {
	background-color: #fff;
}
.article_header_section {
	color: #fff;
	min-height: 1875px;
	position: relative;
}
.article_header_section:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.article_header_section .container {
	bottom: 90px;
	position: absolute;
	z-index: 1;
	left: 0;
}
.article_title {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Bodoni Moda', sans-serif;
	margin: 0 0 33px;
}
.article_subtitle {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	margin: 0 0 17px;
	line-height: 1.23;
}
.article_header_text {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1.23;
	margin: 20px 0 0;
}
.article_content_section {
	padding: 60px 0 126px;
}
.article_content {
	margin: 0 auto;
	max-width: 600px;
	text-align: justify;
	line-height: 1.5;
}
.article_content p {
	margin: 0 0 30px;
}
.article_content>p:first-child:first-letter {
	float: left;
	font-size: 90px;
	font-weight: bold;
	line-height: 45px;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 0;
	font-family: 'Bodoni Moda', sans-serif;
}
.article_content figure {
	margin: 80px 0 95px;
}
.article_content figcaption {
	font-size: 14px;
	font-weight: normal;
	margin: 36px 0 0;
	letter-spacing: 0;
}
.next_projects_section .link_btn {
	position: static;
	margin-top: 30px;
	color: #fff;
}
.next_projects_box {
	background-position: 50%;
	background-size: cover;
	position: relative;
}
.article_header_box {
	max-width: 600px;
	margin: 0 auto;
}
.other_articles_section {
	padding: 131px 0 32px;
}
.other_articles_section .article_info {
	padding: 35px 0 20px;
}
.next_projects_box:hover .link_btn .icon-arrow-right:before {
	right: 0;
}
/*article_section*/
.article_section_header {
	max-width: 385px;
	margin-bottom: 60px;
	position: relative;
}
.article_section_header .tabs_list li {
	display: block;
	margin: 0 0 10px;
}
.article_section_header .tabs_list li a {
	font-size: 24px;
	opacity: 1;
	line-height: 1;
}
.article_section_header .tabs_list li.small_link {
	margin: 0 0 5px;
}
.article_section_header .tabs_list li.small_link a {
	font-size: 14px;
}
.section_intro a[data-title] {
	color: #fff!important;
	position: relative;
	text-decoration: none;
	padding: 0 5px 3px;
	display: inline-block;
	background-color: #BB93FF;
}
.section_intro p a[data-title]:hover:after {
	content: attr(data-title);
	position: absolute;
	bottom: 100%;
	left: 0;
	min-width: 200px;
	margin-bottom: 3px;
	padding: 0 5px 3px;
	background-color: #BB93FF;
	font-size: 24px;
}
.article_section_description .section_intro {
	margin: 0 0 38px;
}
.article_section_description .tabs_list {
	margin: 0 0 27px;
}
.article_nav_page_title {
	font-size: 120px;
	font-weight: 600;
	line-height: .9;
	font-family: 'Bodoni Moda', sans-serif;
	letter-spacing: 0;
	word-break: break-all;
	margin: 0 0 52px;
}
.articles_nav_box {
	margin: 93px 0 0;
}
.articles_nav_box .tabs_list li {
	margin: 0 15px 10px 0;
}
.articles_nav_list {
	position: relative;
	padding-left: 198px;
}
.articles_nav_table {
	width: 100%;
}
.articles_nav_table td {
	width: 20%;
	padding-right: 30px;
	vertical-align: top;
	height: 129px;
}
.page_content_wrap {
	max-width: 86%;
	margin: 0 auto;
}
.nav_table_title {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 5px;
}
.empty .nav_table_title {
	opacity: 0.2;
	pointer-events: none;
}
.empty .nav_table_subtitle {
	display: none;
}
.nav_table_title a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	position: relative;
}
.nav_table_title a:before, .nav_table_title a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	top: 50%;
	background: #fff;
}
.nav_table_title a:before {
	margin-left: -5%;
}
.nav_table_title a:after {
	margin-right: -5%;
	right: 0;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.nav_table_title a:hover:before {
	width: 110%;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.nav_table_title a:hover:after {
	background: transparent;
	width: 110%;
}
.articles_nav_section {
	padding: 56px 0;
}
.articles_nav {
	position: absolute;
	top: 0;
	z-index: 1;
	list-style: none;
	width: 25px;
	text-align: center;
	margin: 34px 0 15px -195px;
}
.articles_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1.46;
	text-transform: uppercase;
	position: relative;
}
.articles_nav .empty a {
	color: #5a5a5a;
	pointer-events: none;
}
.articles_nav li a:before, .articles_nav li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	top: 50%;
	background: #fff;
}
.articles_nav li a:before {
	margin-left: -5%;
}
.articles_nav li a:after {
	margin-right: -5%;
	right: 0;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.articles_nav li a:hover:before {
	width: 110%;
	-webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-moz-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	-o-transition: width .8s cubic-bezier(.22, .61, .36, 1);
	transition: width .8s cubic-bezier(.22, .61, .36, 1);
}
.articles_nav li a:hover:after {
	background: transparent;
	width: 110%;
}
.article_nav_box {
	margin: 0 0 80px;
}
.article_nav_header {
	display: table;
	width: 100%;
	border-bottom: 3px solid #fff;
	table-layout: fixed;
}
.article_nav_title {
	font-size: 70px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	display: table-cell;
	width: 60px;
	text-transform: uppercase;
	line-height: 60px;
	padding: 35px 0;
}
.article_nav_subtitle {
	font-size: 18px;
	opacity: 0.8;
	font-weight: normal;
	line-height: 1.5;
	vertical-align: middle;
	display: table-cell;
	padding: 10px;
}
.article_item_header {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 40px;
}
.article_nav_item_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.13;
	margin: 0 0 15px;
}
.article_nav_item_text {
	/*max-height: 50px;*/
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in;
	-moz-transition: max-height .5s ease-in;
	-o-transition: max-height .5s ease-in;
	transition: max-height .5s ease-in;
	margin-bottom: 16px;
}
.full_text .article_nav_item_text {
	max-height: 500px;
}
.full_text .more_link {
	display: none;
}
.full_text .less_link {
	display: inline-block;
}
.article_nav_item_content {
	margin: 40px 0 0;
}
.article_nav_content {
	margin: 35px 0;
	-webkit-columns: 2;
	columns: 2;
	-webkit-column-gap: 60px;
	column-gap: 60px;
}
.article_nav_content .grid_item:last-child {
	display: table-cell;
}
.grid_item {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.grid_item video, .grid_item img {
	width: 100%;
}
.less_link {
	display: none;
}
.view_more_btn, .hide_more_btn, .less_link, .more_link {
	background: none;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	color: #BB93FF;
}
.contact_thanks,
.email_text {
	font-size: 50px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1;
}
.user_email {
	font-size: 50px;
	height: 60px;
}
.modal_contact_form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #BB93FF;
	z-index: 200;
	max-height: 100%;
}
video {
	max-width: 100%;
}
.close_contact_form {
	border: 0;
	text-align: center;
	width: 20px;
	background: none;
	position: relative;
	z-index: 105;
	height: 20px;
}
.close_contact_form .lines {
	display: inline-block;
	width: 20px;
	position: relative;
	top: -8px;
}
.close_contact_form .lines:before, .close_contact_form .lines:after {
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	content: '';
}
.close_contact_form .lines:before {
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.close_contact_form .lines:after {
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.video_item_slick {
	height: 100%;
	max-width: none;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}
.content_progress {
	overflow: hidden;
	position: fixed;
	width: 2px;
	left:0;
	top: 0;
	height: 0;
	z-index: 999;
	max-height: 100%;
	background-color:#BB93FF;
	-webkit-transition: height .6s ease;
	-o-transition: height .6s ease;
	transition: height .6s ease;
}

/*clients_section*/
.clients_section {
	position: relative;
	padding: 270px 0 200px;
}
.about_section .clients_section {
	padding: 150px 0 60px;
	margin: 0 -14%;
}
.clients_section .rotated_title {
	right: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.client_logo {
	text-align: center;
	margin-bottom: 95px;
}
.li-el {
	position: relative;
	text-align: center;
}
.clients_section .li-el .el {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	height: 70px;
	margin: 0 1% 20px;
	font-size: 20px;
	-webkit-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	width: 17%;
	min-width: 120px;
}
.clients_section .li-el .el img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;		
	-moz-backface-visibility: hidden;		
	-o-backface-visibility: hidden;		
	backface-visibility: hidden;
}
.clients_section .li-el .el:first-child,
.clients_section .li-el .el:last-child {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.clients_section .li-el .el:nth-child(2),
.clients_section .li-el .el:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.clients_section .li-el .el:nth-child(3),
.clients_section .li-el .el:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.clients_section .li-el.anim .el {
	-webkit-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.theBall, .theBall-outer {
	mix-blend-mode: exclusion;
	width: 20px;
	height: 20px;
}
.theBall-outer {
	position: fixed;
	top: -20px;
	left: -20px;
	z-index: 5000;
	pointer-events: none!important;
}
.theBall {
	position: absolute;
	background-color: #446c00;
	border-radius: 50%;
	-webkit-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-ms-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-o-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	transform-origin: center center;
}
.dark_page .theBall,
.coloring .theBall {
	background-color: #BB93FF;
}
.zooming.theBall {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.zooming_lg.theBall {
	font-size: 20px;
	text-align: center;
	line-height: 64px;
	width: 64px;
	height: 64px;
	margin-top: -26px;
	left: -26px;
}
.zooming_lg.theBall.icon-arrow-dark {
	font-size: 15px;
}
.error404  .contact_section,
.error404  .full_height section {
	display: none;
}
.footer_links {
	text-align: right;
	margin: 10px 0 0;
}
.footer_links a {
	margin-left: 20px;
}
.main_section_content  table.gsurvey-likert,
.main_section_content  table.gsurvey-likert td {
	border: 0;
	max-width: 450px;
}
.main_section_content  table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
	background-color: transparent;
}
.main_section_content  table.gsurvey-likert td.gsurvey-likert-choice {
	background-image: url(../images/dot.svg);
	background-size: auto 40px;
	height: 80px;
	width: 20%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main_section_content  table.gsurvey-likert thead {
	display: none;
}
.main_section_content .recommend_field table.gsurvey-likert td.gsurvey-likert-choice:nth-child(1) {
	background-image: url(../images/recomend1.png);
}
.main_section_content .recommend_field table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2) {
	background-image: url(../images/recomend2.png);
}
.main_section_content .recommend_field table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
	background-image: url(../images/recomend3.png);
}
.main_section_content .recommend_field table.gsurvey-likert td.gsurvey-likert-choice:nth-child(4) {
	background-image: url(../images/recomend4.png);
}
.main_section_content .recommend_field table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
	background-image: url(../images/recomend5.png);
}
.main_section_content .requirements_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(1) {
	background-image: url(../images/requirements1.png);
}
.main_section_content .requirements_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2) {
	background-image: url(../images/requirements2.png);
}
.main_section_content .requirements_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
	background-image: url(../images/requirements3.png);
}
.main_section_content .requirements_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(4) {
	background-image: url(../images/requirements4.png);
}
.main_section_content .requirements_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
	background-image: url(../images/requirements5.png);
}
.main_section_content .quality_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(1) {
	background-image: url(../images/quality1.png);
}
.main_section_content .quality_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2) {
	background-image: url(../images/quality2.png);
}
.main_section_content .quality_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
	background-image: url(../images/quality3.png);
}
.main_section_content .quality_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(4) {
	background-image: url(../images/quality4.png);
}
.main_section_content .quality_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
	background-image: url(../images/quality5.png);
}
.main_section_content .availability_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(1) {
	background-image: url(../images/availability1.png);
}
.main_section_content .availability_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2) {
	background-image: url(../images/availability2.png);
}
.main_section_content .availability_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
	background-image: url(../images/availability3.png);
}
.main_section_content .availability_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(4) {
	background-image: url(../images/availability4.png);
}
.main_section_content .availability_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
	background-image: url(../images/availability5.png);
}
.main_section_content .money_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(1) {
	background-image: url(../images/money1.png);
}
.main_section_content .money_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2) {
	background-image: url(../images/money2.png);
}
.main_section_content .money_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
	background-image: url(../images/money3.png);
}
.main_section_content .money_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(4) {
	background-image: url(../images/money4.png);
}
.main_section_content .money_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
	background-image: url(../images/money5.png);
}
.main_section_content .speed_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(1) {
	background-image: url(../images/speed1.png);
}
.main_section_content .speed_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2) {
	background-image: url(../images/speed2.png);
}
.main_section_content .speed_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
	background-image: url(../images/speed3.png);
}
.main_section_content .speed_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(4) {
	background-image: url(../images/speed4.png);
}
.main_section_content .speed_fields table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
	background-image: url(../images/speed5.png);
}
.main_section_content  table.gsurvey-likert td.gsurvey-likert-choice:hover,
.main_section_content  table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
	/*background-image: url(../images/dot-active.svg);*/
	background-size: auto 60px;
}
.main_section_content  table.gsurvey-likert.choice_selected td.gsurvey-likert-choice:not(.gsurvey-likert-selected) {
	opacity: .2;
}
.main_section_content  table.gsurvey-likert th.gsurvey-likert-choice-label {
	background: none;
	color: #ccc;
	font-family: 'panamaregular', serif;
	border: 0;
	font-size: 16px;
	font-weight: 300;
	padding: 15px !important;
}
.main_section_content .gsurvey-rating {
	margin-bottom: 0;
}
.main_section_content .gform_wrapper {
	margin: 60px 0 20px;
}
.main_section_content .gform_wrapper .top_label .gfield_label, .main_section_content .gform_wrapper legend.gfield_label {
	font-size: 16px;
	font-weight: 600;
}
.main_section_content .gform_wrapper .input_field {
	position: relative;
}
.main_section_content .gform_wrapper .input_field .gfield_label {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 14px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0!important;
}
.main_section_content .gform_wrapper .input_field.focused .gfield_label {
	font-size: 14px;
	top: -15px;
}
.main_section_content  .gsurvey-rating:not(:checked) > label {
	background-image: url(../images/star.svg);
}
.main_section_content .gsurvey-rating:not(:checked) > label:hover, .main_section_content .gsurvey-rating:not(:checked) > label:hover ~ label,
.main_section_content  .gsurvey-rating > input:checked ~ label {
	background-image: url(../images/star-filled.svg);
}
.main_section_content .main_section_content .gform_wrapper ul li.gfield {
	margin-top: 40px;
}
.main_section_content .gform_wrapper .top_label div.ginput_container {
	overflow: hidden;
}
.main_section_content .gform_wrapper .gform_footer input[type=submit] {
	font-size: 24px;
	font-weight: 600;
	background: none!important;
	border:0!important;
	text-decoration: underline;
	color: #BB93FF!important;
	float: left;
	padding: 0;
	cursor: none;
	width: auto;
	line-height: 1!important;
	margin: 0;
}
.main_section_content .gform_wrapper .gform_footer input[type=submit]:hover {
	text-decoration: none;
}
.gform_wrapper .gform_footer:before {
	content: '';
	background-image: url(../images/submit.png);
	background-size: auto 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	position: relative;
	top: -7px;
}
.main_section_content  .gform_wrapper textarea {
	font-family: 'Bodoni Moda', sans-serif;
	font-size: 24px;
	font-weight: 600;
	background: none;
	border:0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.13);
	color: #fff;
	padding: 10px 0;
	line-height: 1.1;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #fff!important;
	background: none;
	border: 0;
	padding: 15px 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.13);
	font-size: 24px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	line-height: 1;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	border-bottom: 2px solid #BB93FF;
}
.single-webgl_works .dark_logo {
	display: inline-block;
}
.single-webgl_works .white_logo {
	display: none;
}
.single-webgl_works .main_nav li a {
	color: #fff;
}
.single-webgl_works .main_nav li a:before, .single-webgl_works .main_nav li a:after {
	background: #fff;
}
.single-webgl_works .contact_section,
.single-webgl_works .full_height {
	display: none!important;
}
.webgl_page_section {
	padding: 200px 0;
	max-width: 90%;
	margin: 0 auto;
}
#webgl {
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.dg.ac {
	top: 50% !important;
}
.row_flex {
	display: flex;
}
.about_vacancies_title {
	font-size: 40px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif;
	letter-spacing: 0.1px;
	line-height: 1;
	margin: 0 0 50px;
}
.about_title {
	font-size: 50px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	letter-spacing: 0.1px;
	line-height: 1.2;
	margin: 0 0 50px;
}
.about_title_sm {
	font-size: 32px;
	margin: 0 0 20px;
}
.quote_title {
	font-size: 34px;
	font-weight: bold;
	font-family: 'Bodoni Moda', sans-serif;
	letter-spacing: 0.1px;
	line-height: 1.3;
	font-style: italic;
	margin: 0 0 30px;
}

.testimonials_slider img {
	position: relative;
    top: -10px;
}
.section_icon {
	max-width: 35px;
	margin: 0 0 10px;
}
.images_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 40px 0;
}
.images_list li {
	max-width: 18%;
	margin-right: 5%;
	margin-bottom: 20px;
}
.testimonials_arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 10;
	border: 0;
	cursor: none;
}
.testimonials_slider .slick-dots {
	position: absolute;
	top: -40px;
	list-style: none;
	left: 0;
	z-index: 5;
}
.testimonials_slider .slick-dots li {
	display: inline-block;
	margin-right: 15px;
}
.testimonials_slider .slick-dots li button {
	background: none;
	font-size: 20px;
	font-weight: 300;
	border: 0;
	color: rgba(255, 255, 255, 0.4);
	text-decoration: underline;
}
.testimonials_slider .slick-dots li.slick-active button {
	color: #fff;
	text-decoration: none;
}
.testimonial_author {
	font-size: 20px;
	font-weight: 300;
	font-family: 'panamaregular', serif;
	line-height: 1.1;
	margin-bottom: 30px;
}
#about_section_link_1 {
	/*padding-bottom: 140px;*/
}
.about_container {
	position: relative;
	z-index: 2;
}
.hover_box {
	position: relative;
	z-index: 0;
}
.hover-reveal {
	position: fixed;
	width: 484px;
	height: 292px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hover-reveal__inner, .hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}
.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}
.awards_links a {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	font-family: 'panamaregular', serif;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 10px
}
.awards_links a:hover {
	text-decoration: none;
}
.awards_section .about_vacancies_title{
	margin: 0 0 30px;
}
.awards_item{
	margin: 0 0 30px;
}
.awards_section {
	padding: 60px 0;
}
.testimonials_slider_wrap  {
	padding: 40px 0 60px;
	/*margin-bottom: 100px;*/
}
.testimonials_slider  {
	margin: 40px 0 0;
}
.testimonials_slider img {
	max-width: 100px;
}
.about_images_top {
	padding: 100px 0 0;
}
.about_images_top img {
	margin-bottom: 30px;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	max-width: none;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.about_images_top1 {
	width: 140%;
	float: right;
}
.about_images_top2 {
	width: 110%;
	margin-top: -100px;
}
.about_images_top3 {
	width: 110%;
	float: right;
}
.about_images_top4 {
	width: 85%;
}
.about_images_bottom .row{
	/*display: flex;*/
	/*flex-wrap: wrap;*/
}
.about_images_bottom img {
	margin-bottom: 30px;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	max-width: none;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
[data-parallax] {
	-webkit-transform-style: preserve-3d;
}
.about_images_bottom1 {
	width: 130%;
	float: right;
}
.about_images_bottom2 {
	margin-top: 300px;
}
.about_images_bottom3 {
	float: right;
	width: 70%;
}
.services_list {
	display: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 55px 0 0;
	font-family: 'Bodoni Moda', sans-serif;
}
.services_list ul li {
	margin: 0 0 16px;
}
.what_we_do_section {
	padding-bottom: 70px;
}
.what_we_do_content {
	padding-bottom: 60px;
}
.about_img {
	margin: 0 0 40px;
}
.what_we_do_section .feature_text {
	margin: 0 0 40px;
}
.hide_more_btn {
	display: none;
}
.integrations_section {
	padding-top: 100px;
}
.main_section_content .gform_wrapper li.gfield {
	margin-bottom: 40px;
}
body .main_section_content .gform_wrapper .top_label div.ginput_container {
	margin-bottom: 0;
}
.main_section_content .gform_wrapper li.gfield.gfield_error {
	background: none;
	margin-bottom: 40px!important;
	border: 0!important;
	padding: 0!important;
}
.main_section_content .gform_wrapper div.validation_error {
	color: #c70000;
	border-top: 2px solid #c70000;
	border-bottom: 2px solid #c70000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 60px;
}
.main_section_content .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.main_section_content .gform_wrapper li.gfield_error textarea{
	border: 0;
	border-bottom: 1px solid #c70000;
}
.main_section_content .gform_wrapper .gfield_required {
	color: #c70000;
}
.main_section_content .gform_wrapper .gfield_error .gfield_label {
	color: #fff;
}
.main_section_content .gform_wrapper .validation_message {
	color: #c70000;
	font-weight: 600;
	letter-spacing: normal;
	padding-top: 0!important;
	font-size: 16px;
}
.main_section_content .gform_wrapper textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
}
.main_section_content .gform_wrapper textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
}
.main_section_content .gform_wrapper textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
}
.main_section_content .gform_wrapper textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
}
.main_section_content .gform_wrapper textarea::placeholder {
	color: rgba(255, 255, 255, 0.2);
}


@media (min-width: 992px) {
	.row_two_sm > div:nth-child(4n+1) {
		clear: both;
	}
}
@media (min-width: 1199px) {
	button {
		cursor: none!important;
	}
}
@media (min-width: 1600px) {
	.page_content_wrap {
		max-width: 75%;
	}
}
@media (max-width: 1250px) {
	.container_article {
		padding: 0 60px;
	}
	.container {
		padding: 0 20px;
	}
	.container-fluid {
		padding: 0 30px;
	}
	.project_grid {
		-moz-column-gap: 60px;
		-webkit-column-gap: 60px;
		column-gap: 60px;
	}
	.project_grid .offset_top {
		margin-top: 60px;
	}
}
@media (max-height: 700px) and (min-width: 1200px) {
	.main_section {
		padding: 220px 0 20px;
	}
	.preloader_content > div {
		padding-top: 216px;
	}
}
@media (max-width: 1199px) {
	.project_header_section {
		padding: 390px 0 141px;
		min-height: 1100px;
	}
	.project_logo {
		margin-bottom: 55px;
		max-width: 200px;
	}
	.project_header_box {
		max-width: 330px;
	}
	.content_box_text {
		margin: 0 40px;
	}
	.next_projects_section .project_info {
		opacity: 1;
	}
	.next_projects_section .project_info_header {
		top: 0;
	}
	.article_header_section {
		min-height: 1100px;
	}
	.article_section_description {
		padding-left: 0;
	}
	.article_section_header {
		max-width: 100%;
	}
	.articles_nav_box {
		margin: 81px 0 0;
	}
	.articles_nav_section {
		padding: 67px 0;
	}
	.articles_nav_list {
		padding-left: 74px;
	}
	.articles_nav {
		margin-left: -80px;
	}
	.project_box .project_info {
		display: none;
	}
	.theBall-outer {
		display: none;
	}
	.container-mobile {
		padding: 0 20px;
	}
	.journal_section .rotated_title {
		left: 40px;
	}
	.features_box_list {
		padding: 0 0 0 40px;
	}
	.all_journal_link {
		padding: 60px 80px;
	}
	.home .header_logo {
		right: 60px;
		top: 40px;
	}
	.project_grid .project_box {
		margin-bottom: 50px;
	}
	.project_review {
		font-size: 22px;
	}
	.features_section {
		padding: 100px 0 60px;
	}
	.clients_section {
		padding: 140px 0 180px;
	}
	body {
		cursor: default;
	}
	.row_flex {
		display: block;
	}
	.about_images_top img {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.about_images_bottom img {
		margin: 0 0 30px;
		float: none;
		width: 100%;
	}
	.main_section_content table.gsurvey-likert td.gsurvey-likert-choice:hover {
		background-size: auto 30px;
	}
	.main_section_content table.gsurvey-likert td.gsurvey-likert-choice {
		background-size: auto 30px;
		height: 60px;
		width: 58px;
		display: table-cell;
		background-position: 50%!important;
	}
	.gform_wrapper ul.gform_fields table.gsurvey-likert td:after {
		display: none!important;
	}
	.main_section_content table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
		background-size: auto 38px;
	}
	.page_content_wrap {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.header {
		padding: 55px 0 10px;
	}
	.preloader_content .section_intro {
		max-width: 100%;
	}
	.footer_bottom {
		text-align: center;
	}
	.contact_nav {
		top: 25px;
	}
	.contact_nav .main_nav {
		margin: 0;
	}
	.contact_nav .main_nav img {
		vertical-align: top;
	}
	.contact_nav .scroll_up {
		margin: 6px 0 0;
	}
	.footer_contacts {
		text-align: center;
		margin-bottom: 15px;
	}
	.footer_links {
		text-align: center;
		margin: 10px 0 15px;
	}
	.footer_contacts li {
		margin: 0 20px!important;
	}
	.vacancy_img, .vacancy_content {
		display: block;
		width: 100%;
	}
	.vacancy_content {
		padding: 25px 0 15px;
	}
	.row_two_sm > div:nth-child(2n+1) {
		clear: both;
	}
	.back_link:focus, .back_link {
		font-size: 0;
	}
	.back_link .icon-arrow-left:before {
		left: 0;
	}
	.back_link .icon-arrow-left{
		font-size: 16px;
		width: 21px;
	}
	.project_mobile_image {
		display: block;
	}
	.content_box {
		padding: 0;
	}
	.content_box_text {
		margin: 150px 40px 0;
	}
	.content_box_article {
		padding: 0 0 150px;
	}
	.content_box_text + .content_box_text {
		margin-top: 60px;
	}
	.all_projects_link {
		padding: 20px 0;
	}
	.features_section {
		padding: 145px 0 22px;
	}
	.container-mobile {
		padding: 0 40px;
	}
	.feature_img {
		margin-bottom: 25px;
	}
	.features_box_list .article_box {
		margin-bottom: 55px;
	}
	.article_nav_content {
		-webkit-columns: 1;
		columns: 1;
	}
	.project_review {
		font-size: 16px;
		line-height: 1.3;
	}
	.project_grid .all_projects_link {
		padding: 20px 10px 0;
	}
	.journal_section .rotated_title {
		left: 0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.next_projects_section .project_img img {
		height: 720px;
		width: auto;
		max-width: none;
		transform: translateX(-50%);
		position: relative;
		left: 50%;
	}
}
@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
	.container-fluid {
		padding: 0 20px;
	}
	.preloader_content > div {
		padding-top: 120px;
	}
	.preloader_title {
		margin-bottom: 20px;
	}
	.preloader {
		padding: 0 30px;
	}
	#name_stranger {
		max-width: 100%;
		display: block;
		left: 0;
		top: 110px;
		font-size: 120px;
		height: auto;
		overflow: hidden;
		padding: 10px 0 25px;
		font-weight: 600;
		line-height: 0.85;
	}
	.new_name #name_stranger {
		position: static;
	}
	.preloader_content .page_title {
		margin: 0;
	}
	.mobile_panel {
		display: block;
	}
	.home .page_title {
		font-size: 86px;
		margin: 0 0 21px;
		font-weight: bold;
	}
	.page_title {
		font-size: 120px;
		word-break: break-all;
		line-height: 0.85;
		margin: 0 0 44px;
		font-weight: 600;
	}
	.page-template-careers .section_title,
	.page-template-careers .page_title {
		font-size: 60px;
		word-break: normal;
		line-height: 1;
	}
	.main_section {
		padding: 215px 0 45px;
	}
	.section_intro {
		font-size: 24px;
		line-height: 1.25;
	}
	.main_nav li {
		margin: 0 20px 10px 0!important;
	}
	.contact_nav {
		top: 32px;
	}
	.header {
		padding: 62px 0 10px;
	}
	.projects_section {
		padding: 15px 0 86px;
	}
	.all_projects_link {
		padding: 20px 0;
	}
	.features_section {
		padding: 30px 0 86px;
	}
	.features_section .container {
		padding: 0 20px;
	}
	.features_box_list .article_box{
		margin-bottom: 45px;
	}
	.feature_img {
		margin-bottom: 33px;
	}
	.feature_title {
		font-size: 20px;
		padding: 0 10px;
	}
	.advantage_box .feature_title {
		font-size: 20px;
		padding: 0;
		margin: 0 0 10px;
	}
	.about_title {
		font-size: 34px;
	}
	.about_title_sm {
		font-size: 30px;
	}
	.about_vacancies_title {
		font-size: 30px;
		margin: 0 0 20px;
	}
	.footer_contacts {
		margin-bottom: 10px;
		text-align: left;
	}
	.footer_links {
		text-align: left;
	}
	.footer_links a {
		margin-right: 15px;
		margin-left: 0;
	}
	.contact_text {
		font-size: 34px;
	}
	.footer_contacts li {
		display: block;
		margin: 0!important;
	}
	.footer_bottom {
		text-align: left;
	}
	.footer_contacts li:not(:last-child) {
		float: none;
	}
	.contact_text span {
		display: inline;
	}
	[data-aos-delay] {
		transition-delay: .1s!important;
	}
	[data-aos-duration] {
		transition-duration: .4s!important;
	}
	.footer {
		bottom: 50px;
		font-size: 13px;
	}
	.articles_section {
		padding: 5px 0 56px;
	}
	.tabs_list {
		margin: 0 0 25px;
	}
	.advantage_box {
		margin: 0 0 70px;
	}
	.advantages_section {
		padding: 70px 0 0;
	}
	.content_box_text {
		margin: 96px 30px 0;
	}
	#about_section_link_1 {
		padding-bottom: 100px;
	}
	.content_box_article {
		padding: 0 0 73px;
	}
	.opacity_on_scroll {
		background-attachment: inherit;
		opacity: .8;
	}
	.project_header_section {
		min-height: 100%;
	}
	.project_header_section .container {
		bottom: auto;
		position: relative;
		left: auto;
	}
	.project_title {
		font-size: 34px;
		line-height: 1.25;
	}
	.project_intro {
		font-size: 16px;
		margin: 37px 0 0;
	}
	.project_header_box {
		max-width: 300px;
	}
	.articles_section .tabs_list {
		text-align: left;
	}
	.article_info {
		padding: 24px 0;
	}
	.article_box .link_btn {
		display: none;
	}
	.article_title {
		font-size: 34px;
		margin: 0 0 25px;
	}
	.article_subtitle {
		font-size: 18px;
		font-weight: 500;
		margin: 0 0 17px;
		letter-spacing: 0;
	}
	.content_box h2 {
		font-size: 28px;
		margin: 0 0 30px;
		line-height: 1.23;
	}
	.content_box h5 {
		font-size: 14px;
	}
	.content_box p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.content_box_text + .content_box_text {
		margin-top: 56px;
	}
	.coloring_mobile .changing_color {
		color: #fff;
		background-color: #141414;
	}
	.next_projects_section {
		padding: 0 0 90px;
	}
	.next_projects_section .project_box {
		margin-bottom: 50px;
	}
	.article_header_section .container {
		bottom: 75px;
	}
	body {
		font-size: 16px;
	}
	.article_content_section {
		padding: 72px 0 80px;
	}

	.article_content>p:first-child:first-letter {
		font-size: 84px;
		padding-top: 10px;
	}
	.article_content figcaption {
		font-size: 12px;
	}
	.article_content figure {
		margin: 65px 0 75px;
	}
	.article_content p {
		margin: 0 0 15px;
	}
	.other_articles_section .section_title {
		font-size: 120px;
		font-weight: 600;
		line-height: .84;
		margin: 0 0 -30px;
		word-wrap: break-word;
		padding: 0 7px;
	}
	.other_articles_section {
		padding: 100px 0 50px;
	}
	.articles_section .article_box, .article_box {
		margin: 0 0 25px;
	}
	.article_box .project_name {
		font-size: 18px;
		margin: 0 0 22px;
		line-height: 1.25;
	}
	.article_box .project_description {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.other_articles_section .article_info {
		padding: 30px 12px 5px;
	}
	.features_section .section_title {
		font-size: 120px;
	}
	.section_title {
		font-size: 120px;
		font-weight: 600;
		line-height: .88;
		margin: 0 0 10px;
		word-wrap: break-word;
		padding: 0 4px;
		letter-spacing: -1.5px;
	}
	.clients_section .rotated_title {
		font-size: 120px;
		position: static;
		padding: 0 5px;
		letter-spacing: -1.5px;
		word-wrap: break-word;
		font-weight: 600;
		line-height: .88;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 0 0 100px;
		width: 92%;
	}
	.client_logo img {
		max-width: 70%;
	}
	.container-mobile {
		padding: 0 30px;
	}
	.tabs_list li a:hover:before, .tabs_list li a:hover:after {
		opacity: 1;
	}
	.article_nav_item_title {
		font-size: 18px;
		margin: 0 0 19px;
	}
	.container_article {
		padding: 0 30px;
	}
	.article_nav_page_title {
		font-size: 120px;
		line-height: .9;
		margin-bottom: 50px;
	}
	.about_images_top {
		padding: 40px 0 0;
	}
	.article_section_header {
		margin-bottom: 35px;
	}
	.article_section_description .section_intro {
		margin: 0 0 25px;
	}
	.articles_nav_section {
		padding: 10px 0 50px;
	}
	.article_nav_title {
		font-size: 64px;
		padding: 25px 0;
	}
	.articles_nav_list {
		padding-left: 47px;
	}
	.articles_nav li a {
		font-size: 16px;
	}
	.articles_nav li {
		margin-bottom: 11px;
	}
	.articles_nav {
		margin-left: -50px;
		margin-top: 22px;
	}
	.article_nav_subtitle {
		font-size: 16px;
	}
	.article_item_header {
		font-size: 16px;
		margin-bottom: 35px;
		margin-top: 60px;
	}
	.article_nav_item_content {
		margin: 30px 0 0;
	}
	.article_nav_item_text {
		max-height: 70px;
	}
	.more_link, .less_link {
		font-size: 14px;
	}
	.articles_nav li a:hover:before, .articles_nav li a:hover:after {
		display: none;
	}
	textarea.user_name {
		height: auto;
		overflow: hidden;
		padding: 10px 0 25px;
		word-wrap: break-word;
	}
	.preloader .header_logo {
		right: 30px;
	}
	.preloader_show .preloader .header_logo {
		top: 62px;
	}
	.contact_message {
		padding: 0 30px;
	}
	.contact_message_cell {
		text-align: left;
	}
	.modal_contact_form .contact_message_cell {
		vertical-align: top;
		padding: 55px 0;
	}
	.contact_thanks, .email_text, .user_email, .user_message {
		font-size: 34px;
		font-weight: 600;
		text-align: left;
	}
	.mobile_contacts {
		overflow: hidden;
	}
	.preloader {
		display: none!important;
	}
	.link_btn:focus, .link_btn {
		position: absolute;
		bottom: 16px;
		right: 20px;
		z-index: 1000;
	}
	.contact_form {
		max-height: 100%;
	}
	.home_project .project_img {
		padding-top: 63%;
	}
	.full_size .project_img {
		padding-top: 63%;
	}
	.home .header_logo {
		right: 54px;
		top: 50px;
		max-width: 95px;
	}
	.home .main_section_content h2 {
	font-size: 60px;
	}
	.project_grid {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		padding: 0;
	}
	.project_grid .project_right {
		right: auto;
	}
	.project_grid .project_left {
		left: auto;
	}
	.project_grid .offset_top {
		margin-top: 0;
	}
	.features_box {
		margin-bottom: 40px;
	}
	.features_box_list {
		padding: 0;
	}
	.features_box_list li {
		width: 100%;
		margin: 0 0 40px;
	}
	.all_journal_link {
		padding: 0 10px;
		text-align: left;
	}
	.reviews_slider {
		display: none;
	}
	.rotated_title {
		right: 80px;
		top: -30px;
	}
	.main_section_content .gsurvey-rating:not(:checked) > label, .main_section_content .gsurvey-rating:not(:checked) > label:hover, .main_section_content .gsurvey-rating:not(:checked) > label:hover ~ label, .main_section_content .gsurvey-rating:not(:checked) > label, .main_section_content .gsurvey-rating:not(:checked) > label:hover, .main_section_content .gsurvey-rating:not(:checked) > label:hover ~ label, .main_section_content .gsurvey-rating > input:checked ~ label {
		width: 50px;
	}
	.main_section_content .gform_wrapper .top_label .gfield_label, .main_section_content .gform_wrapper legend.gfield_label {
		font-size: 22px;
	}
	.images_list li {
		max-width: 30%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.about_section .clients_section {
		margin: 0;
	}
}
@media (orientation: landscape) and (max-width: 767px) {
	.article_header_section .container {
		bottom: 15px;
	}
	.article_header_text {
		margin: 5px 0 0;
	}
	.article_subtitle {
		margin: 0 0 5px;
	}
	.article_title {
		margin: 0 0 15px;
	}
	.header {
		padding: 30px 0 10px;
	}
	.footer_contacts {
		margin-bottom: 5px;
	}
	.footer_contacts li {
		display: inline-block;
		margin: 0 5px 5px!important;
	}
	.contact_nav {
		top: 15px;
	}
	.contact_text {
		vertical-align: top;
		padding: 30px 20px 0;
	}
	.project_content_section {
		min-height: 0;
	}
	.row_two_sm > div {
		clear: both;
	}
}
@media (max-width: 350px) {
	.container {
		padding: 0 15px;
	}
	.container-fluid {
		padding: 0 15px;
	}
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer_contacts {
		margin-bottom: 10px;
	}
	.pad-0 {
		padding: 0;
	}
	.project_content_section .container {
		padding: 0 15px;
	}
}

.mysterytext-white {
display: none;
color: #fff;
}

.mysterytext-black {
display: none;
color: #000;
}


.highlight {
	color: #000;
    font-weight: bold;
    background-color: #BB93FF;
    background-image: linear-gradient(to right, #BB93FF 0%, #BB93FF 100%);
}

a.highlight {
	   color: #000;
    font-weight: bold;
    background-color: #BB93FF;
    background-image: linear-gradient(to right, #BB93FF 0%, #BB93FF 100%);
}

a.highlight:hover {
	text-decoration: underline;
	   color: #000;
    font-weight: bold;
    background-color: #BB93FF;
    background-image: linear-gradient(to right, #BB93FF 0%, #BB93FF 100%);
}

