@charset "UTF-8";/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth {
	overflow: hidden
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.has-scroll-smooth body {
	overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh
}[data-scroll-direction=horizontal] [data-scroll-container] {
	display: inline-block;
	height: 100vh;
	white-space: nowrap
}[data-scroll-direction=horizontal] [data-scroll-section] {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	white-space: nowrap
}

.c-scrollbar {
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center right;
	transition: transform .3s,opacity .3s;
	width: 11px
}

.c-scrollbar:hover {
	transform: scaleX(1.45)
}

.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar {
	opacity: 1
}[data-scroll-direction=horizontal] .c-scrollbar {
	bottom: 0;
	height: 10px;
	top: auto;
	transform: scaleY(1);
	width: 100%
}[data-scroll-direction=horizontal] .c-scrollbar:hover {
	transform: scaleY(1.3)
}

.c-scrollbar_thumb {
	background-color: #000;
	border-radius: 10px;
	cursor: -webkit-grab;
	cursor: grab;
	margin: 2px;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing
}[data-scroll-direction=horizontal] .c-scrollbar_thumb {
	bottom: 0;
	right: auto
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}[hidden],template {
	display: none
}

*,:after,:before {
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6,ol,p,ul {
	margin: 0;
	padding: 0
}

img,svg {
	display: block;
	height: auto;
	width: 100%
}

button {
	background: none;
	border: none
}

a {
	color: inherit;
	text-decoration: none
}

.App,.router-wrapper,body,html {
	height: 100%
}

html[dir=rtl] {
	direction: ltr
}

body {
	background-color: #162736;
	font-family: Poppins,sans-serif;
	font-size: 14px;
	overflow: hidden
}

body.app-initing .header__nav,body.app-initing main.page {
	opacity: 0;
	visibility: hidden
}

.App,main.page {
	position: relative
}

main.page {
	padding-top: 200px;
	z-index: 1
}

@media screen and (max-width:1200px) {
	main.page {
		padding-top: 102px
	}
}

a,button {
	color: inherit;
	outline: none
}

button {
	cursor: pointer
}

.up {
	opacity: 0;
	position: absolute;
	right: 20px;
	top: calc(100vh - 59px);
	transition: .35s ease;
	transition-property: opacity,visibility;
	visibility: hidden;
	z-index: 2
}

.up.visible {
	opacity: 1;
	visibility: visible
}

.up-icon {
	width: 30px
}

.up-icon circle {
	fill: #162736
}

.up-icon path {
	fill: #fff;
	transition: fill .35s ease
}

@media screen and (min-width:992px) {
	.up:hover .up-icon path {
		fill: #378fd0
	}
}

.row-submit .wpcf7-spinner {
	display: none
}

.header[data-header-mode=dark] .header__logo path:not(.dot) {
	fill: #162736!important;
	transition: fill .35s ease
}

.header[data-header-mode=dark] .header__nav .menu-item:after {
	background-color: #162736
}

.header[data-header-mode=dark] .header__nav-langs,.header[data-header-mode=dark] .header__nav .menu-item a {
	color: #162736;
	transition: color .35s ease
}

.header[data-header-mode=white] .header__logo path:not(.dot) {
	fill: #fff!important;
	transition: fill .35s ease
}

.header[data-header-mode=white] .header__nav-langs,.header[data-header-mode=white] .header__nav .menu-item a {
	color: #fff;
	transition: color .35s ease
}

.header {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	left: 0;
	padding: 63px 93px 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.header * {
	pointer-events: all
}

.header__logo {
	flex-shrink: 0;
	margin-right: auto;
	width: 210px
}

.header__logo g.last-characters {
	transform-box: fill-box;
	transform-origin: center
}

.header__logo.white .o-letter {
	fill: #fff!important;
	transition: fill .35s ease
}

.header__logo.black .o-letter {
	fill: #162736!important;
	transition: fill .35s ease
}

.header__nav {
	align-items: center;
	color: #fff;
	display: flex
}

.header__nav.dark .menu-item a {
	color: #162736;
	transition: color .35s ease
}

.header__nav.dark .menu-item:after {
	background-color: #162736
}

.header__nav.white .menu-item a {
	color: #fff;
	transition: color .35s ease
}

.header__nav .menu {
	display: flex;
	margin-right: 15vw
}

.header__nav .menu-item {
	list-style-type: none;
	padding: 5px 0;
	position: relative
}

.header__nav .menu-item.current-menu-item:after,.header__nav .menu-item:hover:after {
	opacity: 1;
	transform: translate(0)
}

.header__nav .menu-item:after {
	background-color: hsla(0,0%,100%,.8);
	bottom: -7px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: translateY(-5px);
	transition: .3s cubic-bezier(.57,.19,.24,.97);
	transition-property: opacity,transform;
	width: 100%
}

.header__nav .menu-item:not(:last-child) {
	margin-right: 60px
}

.header__nav .menu-item a {
	color: hsla(0,0%,100%,.8);
	font-weight: 400;
	letter-spacing: .12em;
	line-height: 15px;
	text-transform: uppercase;
	white-space: nowrap
}

.header__nav-langs {
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 95%;
	opacity: .8;
	text-transform: uppercase;
	white-space: nowrap
}

.header__nav-langs-link.active {
	opacity: .5
}

.header.js__homepage-sections .header__logo svg>:not(.last-characters) {
	opacity: 0;
	transition: opacity .2s ease-out
}

.header.js__homepage-sections .header__logo g.last-characters {
	transform: translate(-267px) rotate(-1turn);
	transition: transform 1s cubic-bezier(.57,.19,.24,.97) .3s
}

.header.js__homepage-sections .header__logo g.last-characters .o-letter {
	fill: #111f2a;
	transition: fill .2s ease .3s
}

.header.js__leaving-sections svg>:not(.last-characters) {
	transition: opacity .2s ease-out .6s
}

.header.js__leaving-sections g.last-characters {
	transition: transform 1s cubic-bezier(.57,.19,.24,.97)
}

.header.js__leaving-sections g.last-characters .o-letter {
	transition: fill .2s ease .6s
}

body.error404 .header__logo g.last-characters .o-letter,body.page-template-template-contact .header__logo g.last-characters .o-letter {
	fill: #fff
}

@media screen and (max-width:1800px) {
	.header__nav .menu-item:not(:last-child) {
		margin-right: 30px
	}
}

@media screen and (max-width:1600px) {
	.header {
		padding: 63px 53px 0
	}

	.header__logo {
		width: 160px
	}

	.header__nav .menu {
		margin-right: 3vw
	}

	.header__nav .menu-item:not(:last-child) {
		margin-right: 30px
	}

	.header__nav-langs {
		margin-left: 7.2395833333vw
	}
}

body.page-template-template-cabinet .header__nav-langs,body.page-template-template-expertises .header__nav-langs,body.page-template-template-implantations .header__nav-langs,body.single-post .header__nav-langs {
	color: #162736;
	transition: color .35s ease
}

.header.hide-nav nav {
	display: none
}

html[dir=rtl] .header__nav .menu {
	direction: rtl
}

html[dir=rtl] .header__nav .menu-item {
	margin-right: 0
}

html[dir=rtl] .header__nav .menu-item:not(:last-child) {
	margin-left: 60px
}

@media screen and (max-width:1800px) {
	html[dir=rtl] .header__nav .menu-item:not(:last-child) {
		margin-left: 30px
	}
}

.cabinet,.expertises,.implantations,.news-single,.newsroom,.references,.references-single {
	color: #fff;
	font-family: Lato,sans-serif
}

.cabinet__pagetitle,.expertises__pagetitle,.implantations__pagetitle,.news-single__pagetitle,.newsroom__pagetitle,.references-single__pagetitle,.references__pagetitle {
	display: none
}

.cabinet__header,.expertises__header,.implantations__header,.news-single__header,.newsroom__header,.references-single__header,.references__header {
	align-items: flex-start;
	display: flex;
	position: relative
}

.cabinet__header:after,.expertises__header:after,.implantations__header:after,.news-single__header:after,.newsroom__header:after,.references-single__header:after,.references__header:after {
	background-color: #162736;
	content: "";
	height: 100%;
	height: 105%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -5
}

.cabinet__header-left,.expertises__header-left,.implantations__header-left,.news-single__header-left,.newsroom__header-left,.references-single__header-left,.references__header-left {
	margin-right: 50px;
	position: relative;
	width: 49%
}

.cabinet__header-left:before,.expertises__header-left:before,.implantations__header-left:before,.news-single__header-left:before,.newsroom__header-left:before,.references-single__header-left:before,.references__header-left:before {
	background-color: #378fd0;
	content: "";
	height: 100%;
	height: calc(100% + 310px);
	left: 0;
	position: absolute;
	top: 0;
	top: -200px;
	width: 100%;
	width: 87vw;
	z-index: -1
}

.cabinet__header-bigtitle,.expertises__header-bigtitle,.implantations__header-bigtitle,.news-single__header-bigtitle,.newsroom__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
	font-size: 5.625em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 105%;
	padding-left: 6.875vw;
	padding-top: 94px
}

.cabinet__header-introduction,.expertises__header-introduction,.implantations__header-introduction,.news-single__header-introduction,.newsroom__header-introduction,.references-single__header-introduction,.references__header-introduction {
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 154%;
	margin-left: 6.875vw;
	margin-top: 68px;
	width: 56%
}

.cabinet__header-img,.expertises__header-img,.implantations__header-img,.news-single__header-img,.newsroom__header-img,.references-single__header-img,.references__header-img {
	margin-left: auto;
	min-width: 46%;
	pointer-events: none;
	width: 46%
}

.cabinet__header-img .box-image,.expertises__header-img .box-image,.implantations__header-img .box-image,.news-single__header-img .box-image,.newsroom__header-img .box-image,.references-single__header-img .box-image,.references__header-img .box-image {
	margin-left: auto;
	pointer-events: auto
}

@media screen and (max-width:1600px) {
	.cabinet__header-bigtitle,.expertises__header-bigtitle,.implantations__header-bigtitle,.news-single__header-bigtitle,.newsroom__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
		font-size: 4.375em;
		padding-top: 54px;
		width: 90%
	}

	.cabinet__header-introduction,.expertises__header-introduction,.implantations__header-introduction,.news-single__header-introduction,.newsroom__header-introduction,.references-single__header-introduction,.references__header-introduction {
		font-size: 1.125em;
		margin-top: 40px;
		width: 35.1041666667vw
	}

	.cabinet__header-left:before,.expertises__header-left:before,.implantations__header-left:before,.news-single__header-left:before,.newsroom__header-left:before,.references-single__header-left:before,.references__header-left:before {
		height: calc(100% + 300px)
	}
}

@media screen and (max-width:1400px) {
	.cabinet__header-bigtitle,.expertises__header-bigtitle,.implantations__header-bigtitle,.news-single__header-bigtitle,.newsroom__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
		font-size: 3.75em;
		width: 100%
	}

	.cabinet__header-introduction,.expertises__header-introduction,.implantations__header-introduction,.news-single__header-introduction,.newsroom__header-introduction,.references-single__header-introduction,.references__header-introduction {
		width: 70%
	}

	.cabinet__header-left,.expertises__header-left,.implantations__header-left,.news-single__header-left,.newsroom__header-left,.references-single__header-left,.references__header-left {
		width: 56%
	}
}

@media screen and (max-width:1200px) {
	.cabinet__header-left:before,.expertises__header-left:before,.implantations__header-left:before,.news-single__header-left:before,.newsroom__header-left:before,.references-single__header-left:before,.references__header-left:before {
		height: calc(100% + 202px);
		top: -102px
	}
}

.news-single__header-bigtitle,.newsroom__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
	position: relative
}

.news-single__header-bigtitle:before,.newsroom__header-bigtitle:before,.references-single__header-bigtitle:before,.references__header-bigtitle:before {
	background-color: #378fd0;
	content: "";
	height: 100%;
	height: calc(100% + 310px);
	left: 0;
	position: absolute;
	top: 0;
	top: -200px;
	width: 100%;
	width: 86vw;
	z-index: -1
}

@media screen and (max-width:1200px) {
	.news-single__header-bigtitle:before,.newsroom__header-bigtitle:before,.references-single__header-bigtitle:before,.references__header-bigtitle:before {
		height: calc(100% + 162px);
		top: -102px
	}
}

.news-single__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
	margin-right: 40px
}

@media screen and (max-width:1600px) {
	.news-single__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
		font-size: 5em
	}
}

@media screen and (max-width:1400px) {
	.news-single__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
		font-size: 4.375em;
		font-size: 3.75em
	}
}

@media screen and (max-width:1200px) {
	.news-single .go-back,.references-single .go-back,.references .go-back {
		left: 6.875vw;
		top: 110px
	}
}

html[dir=rtl] .cabinet__header-bigtitle,html[dir=rtl] .cabinet__header-introduction,html[dir=rtl] .expertises__header-bigtitle,html[dir=rtl] .expertises__header-introduction,html[dir=rtl] .implantations__header-bigtitle,html[dir=rtl] .implantations__header-introduction,html[dir=rtl] .news-single__header-bigtitle,html[dir=rtl] .news-single__header-introduction,html[dir=rtl] .newsroom__header-bigtitle,html[dir=rtl] .newsroom__header-introduction,html[dir=rtl] .references-single__header-bigtitle,html[dir=rtl] .references-single__header-introduction,html[dir=rtl] .references__header-bigtitle,html[dir=rtl] .references__header-introduction {
	direction: rtl;
	margin-left: auto;
	padding-left: 0
}

html[dir=rtl] .news-single__header-bigtitle,html[dir=rtl] .newsroom__header-bigtitle,html[dir=rtl] .references-single__header-bigtitle,html[dir=rtl] .references__header-bigtitle {
	padding-left: 40px
}

html[dir=rtl] .newsroom__header-bigtitle,html[dir=rtl] .newsroom__header-introduction {
	direction: rtl;
	margin-left: 0;
	margin-right: 30%;
	padding-left: 0
}

.homepage.js__entering-header-0 .js__homepage__section-item:first-child,.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-short,.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-subtitle-trait,.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-title {
	opacity: 1;
	transform: translate(0);
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-title {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-subtitle-trait {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.42s cubic-bezier(.57,.19,.24,.97) .9s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-0 .js__homepage__section-item:first-child .homepage__sections-short {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) 1.1s;
	transition-property: transform,opacity
}

.homepage.js__leaving-header-0 .js__homepage__section-item:first-child,.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-short,.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-subtitle-trait,.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-title {
	opacity: 0;
	transition: .3s ease-out;
	transition-property: opacity
}

.homepage.js__entering-body-0 .js__homepage__section-item:first-child,.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-body {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-body-overlay:before {
	transform: scaleX(1);
	transition: 1.2s ease-out;
	transition-property: transform
}

.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-full-text,.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-full-title {
	opacity: 1;
	transform: translate(0);
	transition: .9s ease-out .96s;
	transition-property: transform,opacity
}

.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-link:before {
	transform: scale(1);
	transition: transform .5s ease-out 1.2s,background-color .3s ease
}

.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-link a {
	opacity: 1;
	transition: .8s ease-out 1.3666666667s;
	transition-property: opacity
}

.homepage.js__leaving-body-0 .js__homepage__section-item:first-child {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-body-overlay:before {
	transform: scaleX(0);
	transition: .8s ease-out .2s;
	transition-property: transform
}

.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-full-text,.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-full-title {
	opacity: 0;
	transition: .2s ease-out;
	transition-property: opacity
}

.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-link:before {
	transform: scale(0);
	transition: .2s ease-out .1s;
	transition-property: transform
}

.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-link a {
	opacity: 0;
	transition: .2s ease-out .1333333333s;
	transition-property: opacity
}

.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2),.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-short,.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-subtitle-trait,.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-title {
	opacity: 1;
	transform: translate(0);
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-title {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-subtitle-trait {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.42s cubic-bezier(.57,.19,.24,.97) .9s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-short {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) 1.1s;
	transition-property: transform,opacity
}

.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2),.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-short,.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-subtitle-trait,.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-title {
	opacity: 0;
	transition: .3s ease-out;
	transition-property: opacity
}

.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2),.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-body {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-body-overlay:before {
	transform: scaleX(1);
	transition: 1.2s ease-out;
	transition-property: transform
}

.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-full-text,.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-full-title {
	opacity: 1;
	transform: translate(0);
	transition: .9s ease-out .96s;
	transition-property: transform,opacity
}

.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link:before {
	transform: scale(1);
	transition: transform .5s ease-out 1.2s,background-color .3s ease
}

.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link a {
	opacity: 1;
	transition: .8s ease-out 1.3666666667s;
	transition-property: opacity
}

.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-body-overlay:before {
	transform: scaleX(0);
	transition: .8s ease-out .2s;
	transition-property: transform
}

.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-full-text,.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-full-title {
	opacity: 0;
	transition: .2s ease-out;
	transition-property: opacity
}

.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link:before {
	transform: scale(0);
	transition: .2s ease-out .1s;
	transition-property: transform
}

.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link a {
	opacity: 0;
	transition: .2s ease-out .1333333333s;
	transition-property: opacity
}

.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3),.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-short,.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-subtitle-trait,.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-title {
	opacity: 1;
	transform: translate(0);
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-title {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-subtitle-trait {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.42s cubic-bezier(.57,.19,.24,.97) .9s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-short {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) 1.1s;
	transition-property: transform,opacity
}

.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3),.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-short,.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-subtitle-trait,.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-title {
	opacity: 0;
	transition: .3s ease-out;
	transition-property: opacity
}

.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3),.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-body {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-body-overlay:before {
	transform: scaleX(1);
	transition: 1.2s ease-out;
	transition-property: transform
}

.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-full-text,.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-full-title {
	opacity: 1;
	transform: translate(0);
	transition: .9s ease-out .96s;
	transition-property: transform,opacity
}

.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link:before {
	transform: scale(1);
	transition: transform .5s ease-out 1.2s,background-color .3s ease
}

.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link a {
	opacity: 1;
	transition: .8s ease-out 1.3666666667s;
	transition-property: opacity
}

.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-body-overlay:before {
	transform: scaleX(0);
	transition: .8s ease-out .2s;
	transition-property: transform
}

.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-full-text,.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-full-title {
	opacity: 0;
	transition: .2s ease-out;
	transition-property: opacity
}

.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link:before {
	transform: scale(0);
	transition: .2s ease-out .1s;
	transition-property: transform
}

.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link a {
	opacity: 0;
	transition: .2s ease-out .1333333333s;
	transition-property: opacity
}

.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4),.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-short,.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-subtitle-trait,.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-title {
	opacity: 1;
	transform: translate(0);
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-title {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) .7s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-subtitle-trait {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.42s cubic-bezier(.57,.19,.24,.97) .9s;
	transition-property: transform,opacity
}

.homepage.js__entering-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-short {
	transition: 1.2s cubic-bezier(.57,.19,.24,.97) .6s,.78s cubic-bezier(.57,.19,.24,.97) 1.1s;
	transition-property: transform,opacity
}

.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4),.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-header {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-short,.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-subtitle-trait,.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-title {
	opacity: 0;
	transition: .3s ease-out;
	transition-property: opacity
}

.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4),.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-body {
	opacity: 1;
	visibility: visible
}

.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-body-overlay:before {
	transform: scaleX(1);
	transition: 1.2s ease-out;
	transition-property: transform
}

.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-full-text,.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-full-title {
	opacity: 1;
	transform: translate(0);
	transition: .9s ease-out .96s;
	transition-property: transform,opacity
}

.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link:before {
	transform: scale(1);
	transition: transform .5s ease-out 1.2s,background-color .3s ease
}

.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link a {
	opacity: 1;
	transition: .8s ease-out 1.3666666667s;
	transition-property: opacity
}

.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) {
	opacity: 1;
	visibility: visible
}

.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-body-overlay:before {
	transform: scaleX(0);
	transition: .8s ease-out .2s;
	transition-property: transform
}

.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-full-text,.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-full-title {
	opacity: 0;
	transition: .2s ease-out;
	transition-property: opacity
}

.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link:before {
	transform: scale(0);
	transition: .2s ease-out .1s;
	transition-property: transform
}

.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link a {
	opacity: 0;
	transition: .2s ease-out .1333333333s;
	transition-property: opacity
}

.homepage.js__entering-0 .js__homepage__section-image:nth-child(0) {
	z-index: 2
}

.homepage.js__entering-0 .js__homepage__section-image:nth-child(0) img {
	opacity: 1;
	transform: scale(1);
	transition: 1s cubic-bezier(.57,.19,.24,.97);
	transition-property: transform,opacity
}

.homepage.js__entering-1 .js__homepage__section-image:first-child,.homepage.js__leaving-body-0 .js__homepage__section-image:nth-child(0) {
	z-index: 2
}

.homepage.js__entering-1 .js__homepage__section-image:first-child img {
	opacity: 1;
	transform: scale(1);
	transition: 1s cubic-bezier(.57,.19,.24,.97);
	transition-property: transform,opacity
}

.homepage.js__entering-2 .js__homepage__section-image:nth-child(2),.homepage.js__leaving-body-1 .js__homepage__section-image:first-child {
	z-index: 2
}

.homepage.js__entering-2 .js__homepage__section-image:nth-child(2) img {
	opacity: 1;
	transform: scale(1);
	transition: 1s cubic-bezier(.57,.19,.24,.97);
	transition-property: transform,opacity
}

.homepage.js__entering-3 .js__homepage__section-image:nth-child(3),.homepage.js__leaving-body-2 .js__homepage__section-image:nth-child(2) {
	z-index: 2
}

.homepage.js__entering-3 .js__homepage__section-image:nth-child(3) img {
	opacity: 1;
	transform: scale(1);
	transition: 1s cubic-bezier(.57,.19,.24,.97);
	transition-property: transform,opacity
}

.homepage.js__leaving-body-3 .js__homepage__section-image:nth-child(3) {
	z-index: 2
}

.homepage.js__entering-header-0 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(1) scaleY(.475);
	transition-delay: 0ms;
	transition-duration: .8s
}

.homepage.js__entering-header-0 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.983) scaleY(.496);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-0 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.966) scaleY(.517);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-header-0 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.949) scaleY(.538);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-0 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(1) scaleY(.7125);
	transition-delay: .1s;
	transition-duration: .8s
}

.homepage.js__entering-body-0 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.983) scaleY(.7335);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-0 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.966) scaleY(.7545);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-body-0 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.949) scaleY(.7755);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-1 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(.99) scaleY(.495);
	transition-delay: 0ms;
	transition-duration: .8s
}

.homepage.js__entering-header-1 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.973) scaleY(.516);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-1 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.956) scaleY(.537);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-header-1 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.939) scaleY(.558);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-1 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(.99) scaleY(.7325);
	transition-delay: .1s;
	transition-duration: .8s
}

.homepage.js__entering-body-1 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.973) scaleY(.7535);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-1 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.956) scaleY(.7745);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-body-1 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.939) scaleY(.7955);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-2 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(.98) scaleY(.515);
	transition-delay: 0ms;
	transition-duration: .8s
}

.homepage.js__entering-header-2 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.963) scaleY(.536);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-2 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.946) scaleY(.557);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-header-2 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.929) scaleY(.578);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-2 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(.98) scaleY(.7525);
	transition-delay: .1s;
	transition-duration: .8s
}

.homepage.js__entering-body-2 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.963) scaleY(.7735);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-2 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.946) scaleY(.7945);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-body-2 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.929) scaleY(.8155);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-3 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(.97) scaleY(.535);
	transition-delay: 0ms;
	transition-duration: .8s
}

.homepage.js__entering-header-3 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.953) scaleY(.556);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entering-header-3 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.936) scaleY(.577);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-header-3 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.919) scaleY(.598);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-3 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(.97) scaleY(.7725);
	transition-delay: .1s;
	transition-duration: .8s
}

.homepage.js__entering-body-3 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.953) scaleY(.7935);
	transition-delay: 75ms;
	transition-duration: .8s
}

.homepage.js__entering-body-3 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.936) scaleY(.8145);
	transition-delay: 50ms;
	transition-duration: .8s
}

.homepage.js__entering-body-3 .homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.919) scaleY(.8355);
	transition-delay: 25ms;
	transition-duration: .8s
}

.homepage.js__entered-0 .homepage__rectangles-item:nth-child(0) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-0 .homepage__rectangles-item:nth-child(0):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-0 .homepage__rectangles-item:nth-child(0).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-1 .homepage__rectangles-item:nth-child(0) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-1 .homepage__rectangles-item:nth-child(0):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-1 .homepage__rectangles-item:nth-child(0).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-1 .homepage__rectangles-item:first-child {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-1 .homepage__rectangles-item:first-child:not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-1 .homepage__rectangles-item:first-child.reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-2 .homepage__rectangles-item:nth-child(0) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-2 .homepage__rectangles-item:nth-child(0):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-2 .homepage__rectangles-item:nth-child(0).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-2 .homepage__rectangles-item:first-child {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-2 .homepage__rectangles-item:first-child:not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-2 .homepage__rectangles-item:first-child.reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-2 .homepage__rectangles-item:nth-child(2) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-2 .homepage__rectangles-item:nth-child(2):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-2 .homepage__rectangles-item:nth-child(2).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(0) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(0):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(0).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:first-child {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-3 .homepage__rectangles-item:first-child:not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:first-child.reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(2) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(2):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(2).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(3) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(3):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-3 .homepage__rectangles-item:nth-child(3).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(0) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(0):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(0).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:first-child {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-4 .homepage__rectangles-item:first-child:not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:first-child.reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(2) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(2):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(2).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(3) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(3):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(3).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(4) {
	transition-delay: 0s;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(4):not(.reverse-leave) {
	transform: translate(-50%) scaleX(0) scaleY(0)
}

.homepage.js__entered-4 .homepage__rectangles-item:nth-child(4).reverse-leave {
	transform: translate(50%) scaleX(0) scaleY(0)
}

.homepage.js__in-sections .explore {
	opacity: 0;
	visibility: hidden
}

.homepage.js__in-sections .homepage__showcase-inner {
	transform: translateY(100%)
}

.homepage.js__in-sections .homepage__menu-item-inner {
	transform: translateY(-155%)
}

@media screen and (max-width:992px) {
	.homepage.js__in-sections .homepage__menu-item-inner {
		transform: translateY(-180%)
	}
}

.homepage.js__in-sections .homepage__menu-item-icon {
	opacity: 0;
	transition-delay: .2s
}

.homepage.js__in-sections .homepage__menu-item-trait {
	transform: scaleX(0)
}

.homepage.js__in-sections .homepage__phrase {
	opacity: 0
}

.homepage.js__in-sections .homepage__progress,.homepage.js__in-sections .homepage__progress-arrow,.homepage.js__in-sections .homepage__progress-label {
	opacity: 1;
	visibility: visible
}

.homepage.js__in-sections .homepage__progress-arrow,.homepage.js__in-sections .homepage__progress-label {
	transition-delay: .5s
}

.homepage.js__in-sections .homepage__center,.homepage.js__in-sections .homepage__rectangles,.homepage.js__in-sections .homepage__showcase {
	pointer-events: none
}

.homepage {
	background-color: #162736;
	height: 100%
}

.homepage__center {
	left: 50%;
	position: absolute;
	top: 0;
	top: 21.4814814815vh;
	transform: translate(-50%);
	user-select: none;
	z-index: 6
}

.homepage__menu {
	color: #fff;
	width: 54.7395833333vw
}

.homepage__menu-item {
	cursor: pointer;
	font-size: 3.2vw;
	letter-spacing: -.03em;
	line-height: .9;
	margin-left: -.03em;
	overflow: hidden;
	padding: 27px 0;
	position: relative;
	transition: .4s ease-out;
	transition-property: color
}

.homepage__menu-item-inner {
	transform: translate(0);
	transition: transform .85s cubic-bezier(.57,.19,.24,.97)
}

.homepage__menu-item:first-child .homepage__menu-item-inner {
	transition-delay: .0575s
}

.homepage__menu-item:first-child .homepage__menu-item-trait {
	transition-delay: 0s
}

.homepage__menu-item:nth-child(2) .homepage__menu-item-inner {
	transition-delay: .1725s
}

.homepage__menu-item:nth-child(2) .homepage__menu-item-trait {
	transition-delay: .115s
}

.homepage__menu-item:nth-child(3) .homepage__menu-item-inner {
	transition-delay: .2875s
}

.homepage__menu-item:nth-child(3) .homepage__menu-item-trait {
	transition-delay: .23s
}

.homepage__menu-item-trait {
	background-color: hsla(0,0%,100%,.6);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	transform-origin: left;
	transition: transform .85s cubic-bezier(.57,.19,.24,.97);
	width: 100%
}

.homepage__menu-item-trait.bottom {
	bottom: 0;
	top: auto
}

.homepage__menu-item-icon {
	display: none
}

.homepage__menu-item.red .homepage__menu-item-hover:hover,.homepage__menu-item.red:hover {
	color: #dc545d
}

.homepage__menu-item.green .homepage__menu-item-hover:hover,.homepage__menu-item.green:hover {
	color: #7ac1af
}

.homepage__menu-item.yellow .homepage__menu-item-hover:hover,.homepage__menu-item.yellow:hover {
	color: #fdc556
}

.homepage__menu-item-hover {
	bottom: 3.7037037037vh;
	color: #fff;
	font-size: .8vw;
	letter-spacing: .05em;
	opacity: 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transition: .4s ease-out;
	transition-property: opacity,visibility,color;
	visibility: hidden
}

.homepage__menu-item:hover .homepage__menu-item-hover {
	opacity: 1;
	visibility: visible
}

.homepage__phrase {
	color: #fff;
	font-family: Lato,sans-serif;
	font-size: 1.375em;
	line-height: 154%;
	margin-top: 4.1666666667vh;
	position: absolute;
	transition: opacity .7s ease-out;
	width: 458px
}

.homepage .explore {
	color: #dc545d;
	cursor: pointer;
	left: 85.7291666667vw;
	right: auto;
	top: 79.7222222222vh
}

.homepage__showcase {
	bottom: 0;
	height: 69.4444444444vh;
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translate(-50%);
	width: 85.9375vw;
	z-index: 5
}

.homepage__showcase-inner {
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(0);
	transition: transform 1.5s cubic-bezier(.62,.01,.18,.99);
	width: 100%
}

.homepage__showcase-inner:before {
	background: linear-gradient(180deg,#000,transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5
}

.homepage__showcase-image {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.homepage__showcase-image:not(.homepage__showcase-image__showcase-image--menu) {
	transition: 1.2s ease;
	transition-property: opacity
}

.homepage__showcase-image--menu {
	transform: translateY(100%);
	z-index: 1
}

.homepage__rectangles {
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4
}

.homepage__rectangles>* {
	pointer-events: auto
}

.homepage__rectangles-item {
	background-color: #378fd0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	transform-origin: bottom center;
	transition: .65s ease-out;
	transition-property: transform;
	width: 100%
}

.homepage__rectangles-item.red {
	background-color: #dc545d
}

.homepage__rectangles-item.green {
	background-color: #7ac1af
}

.homepage__rectangles-item.yellow {
	background-color: #fdc556
}

.homepage__rectangles-item:first-child {
	transform: translate(0) scaleX(.9) scaleY(.345);
	z-index: 3
}

.homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.9333333333) scaleY(.277);
	z-index: 2
}

.homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.9666666667) scaleY(.209);
	z-index: 1
}

.homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(1) scaleY(.141);
	z-index: 0
}

.homepage__bg-sections {
	pointer-events: none;
	z-index: 3
}

.homepage__bg-sections,.homepage__bg-sections-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.homepage__bg-sections-image {
	overflow: hidden;
	z-index: 1
}

.homepage__bg-sections-image img {
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.115);
	transition: .4s cubic-bezier(.57,.19,.24,.97);
	transition-property: transform,opacity
}

.homepage__sections {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5
}

.homepage__sections>* {
	pointer-events: auto
}

.homepage__sections-header,.homepage__sections-item {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%
}

.homepage__sections-header {
	color: #fff
}

.homepage__sections-title {
	font-size: 11.125em;
	font-weight: 400;
	left: 14.2708333333vw;
	letter-spacing: -.05em;
	line-height: 103%;
	opacity: 0;
	position: absolute;
	top: 53.3333333333vh;
	transform: translateY(75%)
}

.homepage__sections-subtitle {
	display: flex;
	left: 14.2708333333vw;
	position: absolute;
	top: 73.8888888889vh
}

.homepage__sections-subtitle-trait {
	color: 4px;
	margin-left: 10px;
	opacity: 0;
	padding-top: 21px;
	transform: translateY(50px);
	width: 48px
}

.homepage__sections-short {
	font-family: Lato,sans-serif;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 140%;
	margin-left: 102px;
	opacity: 0;
	transform: translateY(125%);
	width: 580px
}

.homepage__sections-body {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%
}

.homepage__sections-body-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	width: 81.1458333333vw;
	z-index: -1
}

.homepage__sections-body-overlay:before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	width: 100%
}

.homepage__sections-full {
	font-family: Lato,sans-serif;
	letter-spacing: .01em;
	padding-left: 7.5520833333vw;
	padding-top: 17.037037037vh;
	width: 60.4166666667vw
}

.homepage__sections-full-title {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 95%;
	margin-bottom: 17px;
	text-transform: uppercase
}

.homepage__sections-full-text {
	font-size: 3em;
	font-weight: 300;
	line-height: 146%
}

.homepage__sections-full-text,.homepage__sections-full-title {
	opacity: 0;
	transform: translateY(25px)
}

.homepage__sections-full strong {
	color: #378fd0;
	font-weight: inherit
}

.homepage__sections-link {
    align-items: center;
    bottom: 4.537037037vh;
    cursor: pointer;
    display: flex;
    height: 150px;
    justify-content: center;
    left: 62vw;
    position: absolute;
    user-select: none;
    width: 200px;
}

.homepage__sections-link:before {
	border-style: solid;
	border-width: 5px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: background-color .3s ease;
	width: 100%;
	z-index: -1
}

.homepage__sections-link.blue:before {
	border-color: #378fd0
}

.homepage__sections-link.red:before {
	border-color: #dc545d
}

.homepage__sections-link.green:before {
	border-color: #7ac1af
}

.homepage__sections-link.yellow:before {
	border-color: #fdc556
}

.homepage__sections-link a {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 165%;
	opacity: 0;
	text-transform: uppercase;
	transition: opacity .3s ease-out
}

.homepage__sections-link a span {
	display: inline-block;
	text-align: center;
	width: 100%
}

.homepage__sections-link:hover:before {
	background-color: #fff!important
}

.homepage__sections-link:hover.blue a {
	color: #378fd0
}

.homepage__sections-link:hover.red a {
	color: #dc545d
}

.homepage__sections-link:hover.green a {
	color: #7ac1af
}

.homepage__sections-item.yellow .homepage__sections-full strong,.homepage__sections-link:hover.yellow a {
	color: #fdc556
}

.homepage__sections-item.yellow .homepage__sections-link:before {
	background-color: #fdc556
}

.homepage__sections-item.yellow .homepage__sections-full-title {
	color: #fdc556
}

.homepage__sections-item.red .homepage__sections-full strong {
	color: #dc545d
}

.homepage__sections-item.red .homepage__sections-link:before {
	background-color: #dc545d
}

.homepage__sections-item.red .homepage__sections-full-title {
	color: #dc545d
}

.homepage__sections-item.green .homepage__sections-full strong {
	color: #7ac1af
}

.homepage__sections-item.green .homepage__sections-link:before {
	background-color: #7ac1af
}

.homepage__sections-item.green .homepage__sections-full-title {
	color: #7ac1af
}

.homepage__sections-item.blue .homepage__sections-full strong {
	color: #378fd0
}

.homepage__sections-item.blue .homepage__sections-link:before {
	background-color: #378fd0
}

.homepage__sections-item.blue .homepage__sections-full-title {
	color: #378fd0
}

.homepage__sections-item.is-right .homepage__sections-body-overlay {
	bottom: 0;
	height: 87.962962963vh;
	left: auto;
	right: 0;
	top: auto;
	width: 91.9270833333vw
}

.homepage__sections-item.is-right .homepage__sections-body-overlay:before {
	transform-origin: right
}

.homepage__sections-item.is-right .homepage__sections-full {
	padding-left: 14.8958333333vw;
	padding-top: 16.4814814815vh;
	width: 67.1875vw
}

.homepage__sections-item.is-right .homepage__sections-link {
	bottom: 6.1111111111vh;
	left: 64.53125vw
}

.homepage__progress {
	align-items: center;
	bottom: 24.3518518519vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 145px;
	position: absolute;
	right: 10.5729166667vw;
	user-select: none;
	width: 3px;
	z-index: 5
}

.homepage__progress,.homepage__progress-arrow,.homepage__progress-label {
	opacity: 0;
	transition: .5s ease-out;
	transition-property: opacity,visibility;
	visibility: hidden
}

.homepage__progress:before {
	background-color: currentColor;
	content: "";
	height: 100%;
	left: 0;
	opacity: .25;
	position: absolute;
	top: 0;
	width: 100%
}

.homepage__progress[data-color=red] {
	color: #dc545d
}

.homepage__progress[data-color=yellow] {
	color: #fdc556
}

.homepage__progress[data-color=green] {
	color: #7ac1af
}

.homepage__progress[data-color=blue] {
	color: #378fd0
}

.homepage__progress-track {
	background-color: currentColor;
	height: 25%;
	position: relative;
	transition: transform .8s cubic-bezier(.57,.19,.24,.97);
	width: 100%
}

.homepage__progress-label {
	color: currentColor;
	font-size: 16px;
	font-weight: 600;
	left: 43px;
	letter-spacing: .05em;
	line-height: 165%;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	width: 65px
}

.homepage__progress-arrow {
	color: inherit;
	cursor: pointer;
	height: 41px;
	left: 50%;
	padding: 0 1em;
	position: absolute;
	top: 0;
	top: 300px;
	transform: translate(-50%);
	transition: .3s ease-out;
	transition-property: opacity,visibility;
	width: auto
}

.homepage__progress-arrow svg {
	height: 100%;
	width: auto
}

.homepage__progress-dots {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 1
}

.homepage__progress-dots-item {
	-webkit-tap-highlight-color: transparent;
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	height: 25%;
	justify-content: center;
	pointer-events: all;
	width: 50px
}

.homepage__progress-dots-item-inner {
	background-color: currentColor;
	display: inline-block;
	height: 3px;
	pointer-events: none;
	transition: transform .15s ease;
	width: 3px
}

.homepage__progress-dots-item:hover .homepage__progress-dots-item-inner {
	transform: scale(1.7)
}

@media screen and (max-width:1600px) {
	.homepage__progress {
		bottom: 21.5740740741vh
	}

	.homepage__progress-arrow {
		top: 246.6666666667px
	}
}

.homepage__contact {
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 0 6.9270833333vw;
	position: absolute;
	top: 0;
	transition: .3s ease-out;
	transition-property: opacity,visibility;
	visibility: hidden;
	width: 100%
}

.homepage__contact-header {
	align-items: flex-end;
	display: flex;
	margin-top: 27.8703703704vh
}

.homepage__contact-title {
	display: inline-block;
	font-size: 9.375vw;
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: 93%;
	width: 41.8229166667vw
}

.homepage__contact-short {
	font-family: Lato,sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 167%;
	margin-left: 110px;
	padding-bottom: 19px;
	width: 413px
}

.homepage__contact-places {
	display: flex;
	flex-wrap: wrap;
	margin-top: 9.4444444444vh;
	width: 78.125vw
}

.homepage__contact-places-item {
	width: 15.625vw
}

.homepage__contact-places-item:not(:last-child) {
	margin-right: 5.15625vw
}

.homepage__contact-places-city {
	font-family: Lato,sans-serif;
	font-size: 2.3125em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 154%
}

.homepage__contact-places-divider {
	margin-bottom: 28px;
	margin-top: 25px;
	width: 48px
}

.homepage__contact-places-email,.homepage__contact-places-phone {
	font-family: Lato,sans-serif;
	font-size: 1.1875em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 154%;
	transition: color .35s ease
}

@media screen and (min-width:992px) {
	.homepage__contact-places-email:hover,.homepage__contact-places-phone:hover {
		color: #dc545d
	}
}

.homepage__contact-footer {
	display: flex;
	font-size: .875em;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 165%;
	margin-top: auto;
	opacity: .6;
	padding-bottom: 29px;
	text-transform: uppercase
}

.homepage__contact-footer-links {
	margin-left: auto
}

.homepage__contact-link:not(:last-child) {
	margin-right: 46px
}

.homepage__contact-rights {
	font-weight: 600
}

.js__entered-1 .homepage__progress-track {
	transform: translateY(100%)
}

.js__entered-2 .homepage__progress-track {
	transform: translateY(200%)
}

.js__entered-3 .homepage__progress-track {
	transform: translateY(300%)
}

.js__entered-4 .homepage__progress-track {
	transform: translateY(400%)
}

.homepage.js__homepage-menu-hovering .homepage__showcase-image:not(.homepage.js__homepage-menu-hovering .homepage__showcase-image--menu) {
	opacity: .3
}

.homepage.js__homepage-menu-hovering .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.9333333333) scaleY(.227);
	transition: .65s ease-out;
	transition-property: transform
}

.homepage.js__homepage-menu-hovering .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.9666666667) scaleY(.159);
	transition: .65s ease-out;
	transition-property: transform
}

.homepage.js__homepage-menu-hovering .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(1) scaleY(.091);
	transition: .65s ease-out;
	transition-property: transform
}

.homepage.js__homepage-menu-hovering .homepage__rectangles-item:nth-child(5) {
	transform: translate(0) scaleX(1.0333333333) scaleY(.023);
	transition: .65s ease-out;
	transition-property: transform
}

.homepage.js__in-sections .homepage__menu {
	pointer-events: none
}

.homepage.js__homepage-menu-hover-1 .homepage__rectangles-item:nth-child(2) {
	transform: translate(0) scaleX(.9453333333) scaleY(.637);
	transition: 1.3s ease-out;
	transition-delay: 0s;
	transition-property: transform
}

.homepage.js__homepage-menu-hover-2 .homepage__rectangles-item:nth-child(3) {
	transform: translate(0) scaleX(.9786666667) scaleY(.569);
	transition: 1.3s ease-out;
	transition-delay: 0s;
	transition-property: transform
}

.homepage.js__homepage-menu-hover-3 .homepage__rectangles-item:nth-child(4) {
	transform: translate(0) scaleX(1.012) scaleY(.501);
	transition: 1.3s ease-out;
	transition-delay: 0s;
	transition-property: transform
}

.homepage.js__homepage-menu-hover-4 .homepage__rectangles-item:nth-child(5) {
	transform: translate(0) scaleX(1.0453333333) scaleY(.433);
	transition: 1.3s ease-out;
	transition-delay: 0s;
	transition-property: transform
}

.homepage.js__entering-4 .homepage__progress-arrow {
	opacity: 0;
	visibility: hidden
}

.homepage.js__entering-4 .homepage__contact {
	opacity: 1;
	transition: 1s ease-out .5s;
	visibility: visible
}

@media screen and (max-width:1600px) {
	.homepage .explore {
		top: 74.1666666667vh
	}

	.homepage__menu-item {
		font-size: 7.25vw
	}

	.homepage__menu-item-hover {
		font-size: 1vw
	}

	.homepage__phrase {
		font-size: 1.1875em
	}

	.homepage__sections-body-overlay {
		width: 84.8958333333vw
	}

	.homepage__sections-item.is-right .homepage__sections-body-overlay {
		height: 83.3333333333vh
	}

	.homepage__sections-item.is-right .homepage__sections-full {
		padding-top: 21.6666666667vh
	}

	.homepage__sections-item.is-right .homepage__sections-link {
		left: 69.7916666667vw
	}

	.homepage__sections-full-text {
		font-size: 2.1875em
	}

	.homepage__sections-link {
		height: 187px;
		width: 206px
	}

	.homepage__contact,.homepage__sections-header {
		font-size: 14px
	}

	.homepage__contact-header {
		margin-top: 22.2222222222vh
	}
}

@media screen and (max-width:1400px) {
	.homepage__sections-header {
		font-size: 13px
	}
}

html[dir=rtl] .homepage__menu {
	direction: rtl
}

html[dir=rtl] .homepage__menu-item-hover {
	left: 0;
	right: auto
}

html[dir=rtl] .homepage__phrase {
	direction: rtl;
	right: 0
}

html[dir=rtl] .homepage__sections-full-text,html[dir=rtl] .homepage__sections-full-title {
	direction: rtl
}

html[dir=rtl] .homepage__sections-subtitle,html[dir=rtl] .homepage__sections-title {
	direction: rtl;
	left: 0;
	right: 14.2708333333vw
}

html[dir=rtl] .homepage__contact-header {
	display: flex
}

html[dir=rtl] .homepage__contact-header,html[dir=rtl] .homepage__contact-places {
	margin-right: 10vw
}

html[dir=rtl] .homepage__contact-short {
	display: none
}

html[dir=rtl] .homepage__contact-places,html[dir=rtl] .homepage__contact-title {
	margin-left: auto
}

html[dir=rtl] .homepage__contact-footer,html[dir=rtl] .homepage__contact-places-item {
	direction: rtl
}

html[dir=rtl] .homepage__contact-socials {
	margin-right: 76px
}

html[dir=rtl] .homepage__contact-socials-link {
	margin-right: 0
}

html[dir=rtl] .homepage__contact-socials-link:not(:last-child) {
	margin-left: 35px
}

html[dir=rtl] .homepage__contact-footer-links {
	margin-left: 0;
	margin-right: auto
}

html[dir=rtl] .homepage__contact-link {
	margin-right: 0
}

html[dir=rtl] .homepage__contact-link:not(:first-child) {
	margin-left: 46px
}

.cabinet {
	background-color: #fff
}

@media screen and (min-width:992px) {
	.cabinet .up:hover .up-icon path {
		fill: #fdc556
	}
}

.cabinet .footer-contact__socials-link path {
	fill: #fdc556
}

.cabinet__header-left:before,.cabinet__header:before {
	background-color: #fdc556
}

.cabinet__ancres {
	background-color: #162736;
	font-family: Lato,sans-serif;
	padding-bottom: 150px;
	padding-top: 130px
}

.cabinet__ancres-list {
	margin: 0 auto;
	width: 86.09375vw
}

@media screen and (min-width:992px) {
	.cabinet__ancres .ancres__item-label:hover .ancres__item-discover,.cabinet__ancres .ancres__item-link:hover {
		color: #fdc556
	}

	.cabinet__ancres .ancres__item-label:hover .ancres__item-discover-icon svg {
		fill: #fdc556
	}
}

.cabinet__section-title {
	color: #162736;
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 95%;
	margin: 0 auto 90px;
	max-width: 86%;
	text-transform: uppercase
}

.cabinet__section-title-trait {
	background-color: #162736;
	height: 2px;
	margin-top: 18px;
	opacity: .4;
	width: 100%
}

.cabinet__section-title.equipe {
	margin-bottom: 0
}

.cabinet__about {
	color: #162736;
	padding-top: 146px
}

.cabinet__about-mission {
	font-family: Lato,sans-serif;
	font-size: 3.9375em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 128%;
	margin-bottom: 192px;
	margin-left: 7.0833333333vw;
	max-width: 64.6354166667vw
}

.cabinet__about-mission strong {
	color: #fdc556;
	font-weight: inherit
}

.cabinet__about-client {
	align-items: center;
	display: flex;
	margin-bottom: 161px
}

.cabinet__about-client-image .box-image {
	width: 46.09375vw
}

.cabinet__about-client-image .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 80.1129943503%;
	position: relative
}

.cabinet__about-client-image .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.cabinet__about-client-text {
	font-size: 2.5em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 128%;
	margin-left: 7.8645833333vw;
	max-width: 39.1145833333vw
}

.cabinet__about-client-text strong {
	color: #fdc556;
	font-weight: inherit
}

.cabinet__about-expert {
	background-color: #fdc556;
	color: #162736;
	padding-top: 165px
}

.cabinet__about-expert-bigtitle {
	font-size: 3.9375em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 128%;
	max-width: 63.28125vw;
	padding-left: 7.8645833333vw;
	white-space: pre-line
}

.cabinet__about-expert-bigtitle strong {
	color: #fdc556;
	font-weight: inherit
}

.cabinet__about-expert-row {
	align-items: center;
	display: flex;
	margin-top: 200px
}

.cabinet__about-expert-row .cabinet__about-expert-image .box-image {
	width: 46.09375vw
}

.cabinet__about-expert-row .cabinet__about-expert-image .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 80.1129943503%;
	position: relative
}

.cabinet__about-expert-row .cabinet__about-expert-image .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.cabinet__about-expert-row .cabinet__about-expert-text {
	font-size: 2.5em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 128%;
	margin-left: 7.8645833333vw;
	max-width: 39.1145833333vw
}

.cabinet__about-expert-row .cabinet__about-expert-text strong {
	color: #9e741e;
	font-weight: inherit
}

.cabinet__filters {
	align-items: center;
	display: flex;
	font-family: Lato,sans-serif;
	margin: 7px auto 95px;
	max-width: 85.9375vw
}

.cabinet__filters-separator {
	background-color: #162736;
	flex: 1;
	height: 2px;
	margin-right: 58px
}

.cabinet__filters-list {
	display: flex
}

.cabinet__filters-list-item {
	align-items: center;
	display: flex;
	transition: opacity .3s ease-out
}

.cabinet__filters-list-item:not(:last-child) {
	margin-right: 41px
}

@media screen and (min-width:992px) {
	.cabinet__filters-list-item:hover {
		opacity: .5
	}
}

.cabinet__filters-list-item.active {
	opacity: .5
}

.cabinet__filters-list-item.active .cabinet__filters-input:after {
	opacity: 1
}

.cabinet__filters-input {
	align-items: center;
	border: 2px solid #162736;
	border-radius: 50%;
	display: flex;
	height: 23px;
	justify-content: center;
	margin-right: 17px;
	position: relative;
	width: 23px
}

.cabinet__filters-input:after {
	background-color: #162736;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .15s ease;
	width: 100%
}

.cabinet__filters-category {
	color: #162736;
	font-size: .8125em;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase
}

.cabinet__team {
	background-color: #fdc556;
	padding-bottom: 175px;
	padding-top: 108px
}

.cabinet__team-list {
	color: #162736;
	column-gap: 4.21875vw;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin: 0 auto;
	overflow: hidden;
	row-gap: 81px;
	width: 85.9375vw
}

.cabinet__team-info {
	margin-top: 16px
}

.cabinet__team-name {
	font-size: 2.25em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 128%;
	margin-bottom: 28px
}

.cabinet__team-positions {
	color: #8f6f2b
}

.cabinet__team-office li,.cabinet__team-positions li {
	list-style-type: none
}

.cabinet__team-office,.cabinet__team-positions {
	font-size: 1em;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase
}

@media screen and (min-width:992px) {
	.cabinet__team-item {
		transition: opacity .35s ease
	}

	.cabinet__team-item:hover {
		opacity: .5
	}
}

.cabinet__fiables {
	align-items: center;
	background-color: #162736;
	display: flex;
	padding-top: 161px;
	position: relative
}

.cabinet__fiables:after {
	background-color: #162736;
	bottom: -2px;
	content: "";
	height: 4px;
	position: absolute;
	width: 100%;
	z-index: -1
}

.cabinet__fiables-text {
	font-size: 5.75em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%;
	margin-left: 135px
}

.cabinet__fiables-image {
	margin-left: 7.34375vw
}

.cabinet__fiables-image .box-image {
	width: 46.09375vw
}

.cabinet__fiables-image .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 74.011299435%;
	position: relative
}

.cabinet__fiables-image .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.cabinet__footer .footer-contact__title {
	color: #fdc556
}

.cabinet__footer .footer-contact__places-divider svg path:first-child {
	stroke: #fdc556
}

.cabinet__footer .footer-contact__places-email:hover,.cabinet__footer .footer-contact__places-phone:hover {
	color: #fdc556
}

@media screen and (max-width:1600px) {
	.cabinet__fiables-text {
		font-size: 3.875em;
		line-height: 110%
	}

	.cabinet__about-mission {
		font-size: 3.3125em
	}

	.cabinet__about-client-text {
		font-size: 1.875em;
		line-height: 138%
	}

	.cabinet__about-expert-bigtitle {
		font-size: 3em;
		line-height: 132%
	}

	.cabinet__about-expert-row .cabinet__about-expert-text {
		font-size: 1.875em;
		line-height: 138%
	}

	.cabinet__team-list {
		column-gap: 3.6458333333vw;
		row-gap: 90px
	}

	.cabinet__team-name {
		margin-bottom: 12px
	}
}

html[dir=rtl] .cabinet__filters,html[dir=rtl] .cabinet__section-title {
	direction: rtl
}

html[dir=rtl] .cabinet__filters-separator {
	margin-left: 58px;
	margin-right: 0
}

html[dir=rtl] .cabinet__filters-input {
	margin-left: 17px;
	margin-right: 0
}

html[dir=rtl] .cabinet__filters-list-item:not(:last-child) {
	margin-left: 41px;
	margin-right: 0
}

html[dir=rtl] .cabinet__about-mission {
	direction: rtl;
	margin-left: auto;
	margin-right: 7%
}

html[dir=rtl] .cabinet__about-client-text,html[dir=rtl] .cabinet__about-expert-bigtitle,html[dir=rtl] .cabinet__about-expert-text,html[dir=rtl] .cabinet__fiables-text,html[dir=rtl] .cabinet__team-item {
	direction: rtl
}

.expertises {
	background-color: #fff
}

@media screen and (min-width:992px) {
	.expertises .up:hover .up-icon path {
		fill: #7ac1af
	}
}

.expertises .footer-contact__socials-link path {
	fill: #7ac1af
}

.expertises__header-left:before {
	background-color: #7ac1af
}

.expertises__ancres {
	background-color: #162736;
	font-family: Lato,sans-serif;
	padding-bottom: 150px;
	padding-top: 100px
}

.expertises__ancres-list {
	margin: 0 auto;
	width: 86.09375vw
}

@media screen and (min-width:992px) {
	.expertises__ancres .ancres__item-label:hover .ancres__item-discover,.expertises__ancres .ancres__item-link:hover {
		color: #7ac1af
	}

	.expertises__ancres .ancres__item-label:hover .ancres__item-discover-icon svg {
		fill: #7ac1af
	}
}

.expertises__list-item {
	color: #fff
}

.expertises__list-item:first-child {
	color: #162736;
	padding-top: 102px
}

.expertises__list-item:nth-of-type(2n) {
	background-color: #7ac1af
}

.expertises__list-item:nth-of-type(3n) {
	background-color: #162736
}

.expertises__list-item:not(:first-child) {
	padding-top: 170px
}

.expertises__list-item-header {
	align-items: center;
	display: flex;
	margin-left: 6.875vw
}

.expertises__list-item-body {
	display: flex;
	margin-top: 103px
}

.expertises__list-title {
	color: #7ac1af;
	font-size: 6.125em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%;
	width: 41.6666666667vw
}

.expertises__list-introduction {
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 154%;
	width: 26.0416666667vw
}

.expertises__list-image {
	height: 35.328125vw;
	width: 46.9791666667vw
}

.expertises__list-image .box-image {
	position: absolute;
	width: 46.9791666667vw
}

.expertises__list-image .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 88.4700665188%;
	position: relative
}

.expertises__list-image .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.expertises__list-image .box-image img {
	z-index: 1
}

.expertises__list-keyphrases {
	font-size: 1.375em;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 137%;
	margin-left: 9.6875vw;
	margin-top: 104px;
	max-width: 33.0208333333vw;
	padding-bottom: 30px
}

.expertises__list-keyphrases ol li,.expertises__list-keyphrases ul li {
	list-style-type: none;
	margin-bottom: 30px;
	position: relative
}

.expertises__list-keyphrases ol li:before,.expertises__list-keyphrases ul li:before {
	color: #7ac1af;
	content: "■";
	display: inline-block;
	font-size: .65em;
	left: -45px;
	position: absolute
}

.expertises__list-item:nth-of-type(2n) {
	position: relative
}

.expertises__list-item:nth-of-type(2n):before {
	background-color: #fff;
	bottom: 127px;
	content: "";
	height: 118%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1
}

.expertises__list-item:nth-of-type(2n) .expertises__list-title {
	color: #fff
}

.expertises__list-item:nth-of-type(2n) .expertises__list-item-body {
	justify-content: flex-end
}

.expertises__list-item:nth-of-type(2n) .expertises__list-image {
	order: 2
}

.expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases {
	margin-left: 0;
	margin-right: 12.8125vw
}

.expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases ol li:before,.expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases ul li:before {
	color: #fff
}

.expertises__footer {
	background-color: #162736
}

.expertises__footer .footer-contact__title {
	color: #7ac1af
}

.expertises__footer .footer-contact__places-divider svg path:first-child {
	stroke: #7ac1af
}

.expertises__footer .footer-contact__places-email:hover,.expertises__footer .footer-contact__places-phone:hover {
	color: #7ac1af
}

@media screen and (max-width:1600px) {
	.expertises__list-introduction {
		width: 32.8125vw
	}

	.expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases {
		margin-right: 9.375vw
	}

	.expertises__list-item:nth-of-type(2n):before {
		bottom: 105px
	}

	.expertises__list-title {
		font-size: 5.5em;
		width: 44.2708333333vw
	}

	.expertises__list-keyphrases ol li,.expertises__list-keyphrases ul li {
		margin-bottom: 20px
	}

	.expertises__cases-list {
		column-gap: 69px
	}
}

html[dir=rtl] .expertises__list {
	direction: rtl
}

html[dir=rtl] .expertises__list-item-header {
	margin-left: 0;
	margin-right: 6.875vw
}

html[dir=rtl] .expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases {
	margin-left: 12.8125vw;
	margin-right: 0
}

html[dir=rtl] .expertises__list-keyphrases {
	margin-left: 0;
	margin-right: 9.6875vw
}

html[dir=rtl] .expertises__list-keyphrases ol li:before,html[dir=rtl] .expertises__list-keyphrases ul li:before {
	left: auto;
	right: -45px
}

@media screen and (max-width:1600px) {
	html[dir=rtl] .expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases {
		margin-left: 9.375vw
	}
}

.implantations {
	background-color: #fff
}

@media screen and (min-width:992px) {
	.implantations .up:hover .up-icon path {
		fill: #dc545d
	}
}

.implantations .footer-contact__socials-link path {
	fill: #dc545d
}

.implantations__header {
	background-color: transparent
}

.implantations__header:after {
	display: none
}

.implantations__header-left:before {
	background-color: #dc545d
}

.implantations__map {
	padding-bottom: 100px;
	padding-top: 80px
}

.implantations__footer {
	background-color: #162736
}

.implantations__footer .footer-contact__title {
	color: #dc545d
}

.implantations__footer .footer-contact__places-divider svg path:first-child {
	stroke: #dc545d
}

.implantations__footer .footer-contact__places-email:hover,.implantations__footer .footer-contact__places-phone:hover {
	color: #dc545d
}

@media screen and (max-width:1600px) {
	.implantations__partners-inner {
		width: 83.3333333333vw
	}

	.implantations__partners-phrase {
		width: 31.25vw
	}
}

.contact .footer-contact__socials-link path {
	fill: #378fd0
}

.contact .footer-contact__up,.contact__pagetitle {
	display: none
}

.contact__body {
	margin: 0 auto;
	max-width: 85.9375vw
}

.contact__title {
	color: #fff;
	font-size: 11.125em;
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: 93%;
	margin-bottom: 126px;
	max-width: 56.3541666667vw
}

.contact__form {
	display: flex
}

.contact__form-title {
	color: #f6f6f6;
	font-family: Lato,sans-serif;
	font-size: 3.0625em;
	font-weight: 300;
	line-height: 110%;
	margin-right: 3.9583333333vw;
	width: 25.9375vw
}

.contact__form-body .wpcf7 {
	color: #fff;
	width: 56.1979166667vw
}

.contact__form-body .wpcf7 .wpcf7-not-valid-tip {
	padding-top: 9px;
	position: absolute;
	white-space: nowrap;
	width: 100%
}

.contact__form-body .wpcf7 form.valid .wpcf7-response-output {
	background: #7ac1af;
	border: none;
	color: #fff;
	padding: 9px 14px
}

.contact__form-body .wpcf7 form.invalid .wpcf7-response-output {
	background: #dc545d;
	border: none;
	color: #fff;
	padding: 9px 14px
}

.contact__form-body .wpcf7 br {
	display: none
}

.contact__form-body .wpcf7 .row.row-1 {
	column-gap: 89px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	row-gap: 43px
}

.contact__form-body .wpcf7 .row.row-2 {
	margin-top: 47px
}

.contact__form-body .wpcf7 .row .input-group {
	position: relative
}

.contact__form-body .wpcf7 .row .input-group:after {
	background-color: #378fd0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: .15s ease;
	transition-property: opacity,visibility;
	visibility: hidden;
	width: 78%
}

.contact__form-body .wpcf7 .row .input-group.focused label {
	transform: translate(0) scale(.75)
}

.contact__form-body .wpcf7 .row .input-group.focused:after {
	opacity: 1;
	visibility: visible
}

.contact__form-body .wpcf7 .row .input-group label {
	display: block;
	font-family: Lato,sans-serif;
	font-size: 1.1875em;
	font-weight: 300;
	line-height: 100%;
	transform: translateY(100%);
	transform-origin: left top;
	transition: transform .25s ease
}

.contact__form-body .wpcf7 .row .input-group input,.contact__form-body .wpcf7 .row .input-group textarea {
	background: none;
	border: none;
	border-bottom: 2px solid hsla(0,0%,100%,.1);
	caret-color: hsla(0,0%,100%,.5);
	color: #fff;
	display: block;
	font-family: Lato,sans-serif;
	font-size: 1.1875em;
	font-weight: 300;
	line-height: 180%;
	margin: 0!important;
	outline: none;
	padding-bottom: 9px;
	resize: none;
	width: 100%;
	width: 100%!important
}

.contact__form-body .wpcf7 .row-submit {
	align-items: center;
	background-color: #378fd0;
	display: flex;
	height: 224px;
	justify-content: center;
	margin-left: auto;
	margin-top: 81px;
	transition: background-color .35s ease;
	width: 246px
}

.contact__form-body .wpcf7 .row-submit input[type=submit] {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 165%;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	transition: color .35s ease;
	white-space: pre-wrap;
	width: 115px
}

@media screen and (min-width:992px) {
	.contact__form-body .wpcf7 .row-submit:hover {
		background-color: #fff
	}

	.contact__form-body .wpcf7 .row-submit:hover input {
		color: #378fd0
	}
}

.contact__form-body .wpcf7 .row-submit .ajax-loader {
	display: none
}

.contact__orelse {
	margin: 79px auto 0;
	max-width: 85.9375vw
}

.contact__orelse-title {
	color: #f6f6f6;
	font-family: Lato,sans-serif;
	font-size: 3.0625em;
	font-weight: 300;
	line-height: 110%;
	margin-bottom: 42px;
	width: 498px
}

.contact__orelse-separator {
	background-color: hsla(0,0%,100%,.6);
	height: 2px;
	width: 100%
}

.contact__banner {
	margin-top: 114px
}

.contact__banner .banner__form-title {
	color: #fff
}

.contact .footer-contact {
	padding-top: 95px
}

.contact .footer-contact__header {
	display: none
}

.contact .footer-contact__places {
	margin-top: 0
}

.contact .footer-contact__places-divider svg path:first-child {
	stroke: #378fd0
}

@media screen and (max-width:1600px) {
	.contact__title {
		font-size: 9.25em;
		line-height: 93%
	}

	.contact__form-title {
		font-size: 2.1875em;
		line-height: 120%
	}
}

html[dir=rtl] .contact__title {
	direction: rtl;
	margin-left: auto
}

html[dir=rtl] .contact__form {
	direction: rtl
}

html[dir=rtl] .contact__form-title {
	margin-left: 3.9583333333vw;
	margin-right: 0
}

html[dir=rtl] .contact__form .wpcf7-form {
	direction: rtl
}

html[dir=rtl] .contact__form .wpcf7-form .row .input-group label {
	transform-origin: right top
}

html[dir=rtl] .contact__form .wpcf7-form .row .input-group:after {
	left: auto;
	right: 0
}

html[dir=rtl] .contact__orelse-title {
	direction: rtl;
	margin-left: auto
}

@media screen and (min-width:992px) {
	.references .up:hover .up-icon path {
		fill: #378fd0
	}
}

.references .footer-contact__socials-link path {
	fill: #378fd0
}

.references__header-left:before {
	background-color: #378fd0
}

.references__header-img .box-image {
	width: 46.9270833333vw
}

.references__header-img .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 73.8068812431%;
	position: relative
}

.references__header-img .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.references__introduction {
	font-size: 3.9375em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 128%;
	margin: 90px auto 0;
	max-width: 65%
}

.references__list {
	margin-bottom: 177px;
	margin-top: 103px
}

.references__footer .footer-contact__title {
	color: #378fd0
}

.references__footer .footer-contact__places-divider svg path:first-child {
	stroke: #378fd0
}

@media screen and (max-width:1600px) {
	.references__introduction {
		font-size: 3.125em;
		line-height: 138%;
		max-width: 80%
	}
}

@media screen and (max-width:1400px) {
	.references__header-bigtitle {
		width: 50%
	}
}

html[dir=rtl] .references__introduction {
	direction: rtl
}

.newsroom {
	font-family: Lato,sans-serif
}

@media screen and (min-width:992px) {
	.newsroom .up:hover .up-icon path {
		fill: #378fd0
	}
}

.newsroom .footer-contact__socials-link path {
	fill: #378fd0
}

.newsroom__header {
	position: relative
}

.newsroom__header-bigtitle {
	color: #fff;
	font-family: Lato,sans-serif;
	font-size: 6.125em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%;
	padding-top: 0
}

.newsroom__header-bigtitle:before {
	height: calc(100% + 440px)
}

.newsroom__list {
	margin-bottom: 177px;
	margin-top: 116px
}

.newsroom__list .post-list__list-pinned .case-item__thumbnail-container {
	padding-bottom: 68.3760683761%
}

.newsroom__footer .footer-contact__title {
	color: #378fd0
}

.newsroom__footer .footer-contact__places-divider svg path:first-child {
	stroke: #378fd0
}

@media screen and (max-width:1200px) {
	.newsroom__header-bigtitle:before {
		height: calc(100% + 402px);
		top: -102px
	}
}

.not-found {
	height: 100%;
	position: relative
}

.not-found__rects {
	z-index: -1
}

.not-found__rects,.not-found__rects-item {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.not-found__rects-item {
	transform-origin: left top
}

.not-found__rects-item.red {
	background-color: #dc545d
}

.not-found__rects-item.yellow {
	background-color: #fdc556
}

.not-found__rects-item.green {
	background-color: #7ac1af
}

.not-found__rects-item.blue {
	background-color: #378fd0
}

.not-found__rects-item:first-child {
	transform: scale(.9765,.901)
}

.not-found__rects-item:nth-child(2) {
	transform: scale(.964,.885)
}

.not-found__rects-item:nth-child(3) {
	transform: scale(.9515,.869)
}

.not-found__rects-item:nth-child(4) {
	transform: scale(.939,.853)
}

.not-found__header {
	align-items: flex-end;
	color: #fff;
	display: flex;
	margin: 0 auto;
	max-width: 78.125vw
}

.not-found__header-title {
	font-family: Poppins,sans-serif;
	font-size: 10.5em;
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: 93%;
	margin-right: 4.21875vw;
	width: 48.4895833333vw
}

.not-found__header-text {
	font-family: Lato,sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 167%;
	width: 50%
}

.not-found__separator {
	background-color: #fff;
	height: 2px;
	margin: 7.037037037vh auto 0;
	max-width: 78.125vw
}

.not-found__links {
	color: #fff;
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 165%;
	margin: 3.7037037037vh auto 0;
	max-width: 78.125vw;
	text-transform: uppercase
}

.not-found__links-item:first-child {
	margin-right: 119px
}

.not-found .footer-contact__socials-link path {
	fill: #378fd0
}

.not-found__footer {
	bottom: 0;
	color: #fff;
	position: absolute;
	width: 100%
}

.not-found__footer .footer-contact {
	background-color: transparent;
	padding-top: 0
}

.not-found__footer .footer-contact__footer {
	margin-top: 0
}

@media screen and (max-width:1600px) {
	.not-found__header-title {
		font-size: 5.625em;
		line-height: 93%
	}
}

html[dir=rtl] .not-found {
	direction: rtl
}

html[dir=rtl] .not-found__header-title {
	margin-left: 4.21875vw;
	margin-right: 0
}

.search__list {
	column-gap: 18px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	overflow: auto;
	padding: 4rem;
	row-gap: 10px
}

.search__list-item {
	color: #fff;
	display: block;
	font-size: 20px
}

.search__list-item-image {
	background: #262626;
	margin-bottom: 20px
}

.search__list-item-image .box-image {
	width: 100%
}

.search__list-item-image .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	position: relative
}

.search__list-item-image .box-image__container img {
	height: auto;
	height: 100%;
	left: 50%;
	max-width: 100%;
	max-width: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.search__list-item h3 {
	color: #378fd0;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase
}

.search__list-item-name {
	font-family: Lato,sans-serif;
	font-size: 1.25em;
	font-weight: 400
}

main.page.simple-page {
	padding-top: 0
}

.simple-page {
	background-color: #378fd0;
	position: relative
}

.simple-page .footer-contact__title {
	color: #378fd0
}

.simple-page .footer-contact__places-divider svg path:first-child {
	stroke: #378fd0
}

.simple-page .footer-contact__places-email:hover,.simple-page .footer-contact__places-phone:hover {
	color: #378fd0
}

.simple-page .footer-contact__up svg path:last-child {
	stroke: #378fd0
}

@media screen and (min-width:992px) {
	.simple-page .up:hover .up-label {
		color: #378fd0
	}
}

.simple-page .footer-contact__socials-link path {
	fill: #378fd0
}

.simple-page__back {
	align-items: center;
	display: inline-flex;
	left: 93px;
	position: absolute;
	top: 16.2962962963vh
}

.simple-page__back-icon {
	margin-right: 17px;
	width: 68px
}

.simple-page__back-label {
	color: #fff;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 145%;
	text-transform: uppercase
}

.simple-page__header {
	align-items: center;
	display: flex;
	height: 49.1666666667vh
}

.simple-page__title {
	color: #fff;
	font-family: Lato,sans-serif;
	font-size: 4.0625em;
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 116%;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	width: 100%
}

.simple-page__body {
	background-color: #fff;
	font-family: Lato,sans-serif;
	padding-bottom: 12.5925925926vh;
	padding-top: 13.9814814815vh
}

.simple-page__body-content {
	margin: 0 auto;
	max-width: 1200px
}

.simple-page__body-content h1,.simple-page__body-content h2,.simple-page__body-content h3,.simple-page__body-content h4,.simple-page__body-content h5,.simple-page__body-content h6 {
	letter-spacing: .01em;
	line-height: 128%;
	margin-bottom: 14px
}

.simple-page__body-content h2 {
	font-size: 2.8125em
}

.simple-page__body-content p {
	font-size: 1.25em;
	letter-spacing: .02em;
	line-height: 164%
}

.simple-page__footer {
	background-color: #162736
}

.simple-page__footer .footer-contact__title {
	color: #378fd0
}

@media screen and (max-width:1600px) {
	.simple-page {
		font-size: 15px
	}
}

@media screen and (max-width:1400px) {
	.simple-page {
		font-size: 14px
	}
}

html[dir=rtl] .simple-page__body {
	direction: rtl
}

.team-single {
	background-color: #fff
}

@media screen and (min-width:992px) {
	.team-single .up:hover .up-icon path {
		fill: #fdc556
	}
}

.team-single .footer-contact__socials-link path {
	fill: #fdc556
}

.team-single__header {
	display: flex;
	font-family: Lato,sans-serif;
	justify-content: space-between;
	position: relative
}

.team-single__header-bg {
	background-color: #fdc556;
	height: calc(100% + 200px - 5vw);
	left: 0;
	position: absolute;
	top: -200px;
	width: 100%;
	z-index: -1
}

.team-single__header-info {
	color: #fff;
	margin-left: 7.2395833333vw;
	margin-top: 6vw
}

.team-single__header-name {
	font-size: 4.0625em;
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 113%
}

.team-single__header-positions {
	margin-bottom: 5px;
	margin-top: 46px
}

.team-single__header-office li,.team-single__header-positions li {
	list-style-type: none
}

.team-single__header-office,.team-single__header-positions {
	font-size: 1.8125em;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 116%;
	text-transform: uppercase
}

.team-single__header-photo .box-image {
	width: 46.0416666667vw
}

.team-single__header-photo .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 74.3212669683%;
	position: relative
}

.team-single__header-photo .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.team-single__intro {
	color: #162736;
	margin: 84px auto 0;
	max-width: 70%;
	padding-bottom: 204px
}

.team-single__intro-title {
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 95%;
	margin-bottom: 43px;
	text-transform: uppercase
}

.team-single__intro-title-trait {
	background-color: #162736;
	height: 2px;
	margin-top: 30px;
	opacity: .4;
	width: 100%
}

.team-single__intro-text {
	font-size: 1.75em;
	letter-spacing: .01em;
	line-height: 164%
}

.team-single__footer {
	background-color: #162736
}

.team-single__footer .footer-contact__title {
	color: #fdc556
}

.team-single__footer .footer-contact__places-divider svg path:first-child {
	stroke: #fdc556
}

.team-single__banner {
	margin-top: 100px
}

.team-single__banner .banner {
	background-color: #fdc556
}

@media screen and (max-width:1600px) {
	.team-single__header-info {
		font-size: 12px
	}

	.team-single__header-positions {
		margin-top: 36px
	}

	.team-single__intro {
		max-width: 80%
	}
}

@media screen and (max-width:1200px) {
	.team-single .go-back {
		left: 6.875vw;
		top: 110px
	}
}

@media screen and (max-width:992px) {
	.team-single .go-back {
		left: 25px
	}
}

html[dir=rtl] .team-single__header-info,html[dir=rtl] .team-single__intro {
	direction: rtl
}

.references-single {
	background-color: #fff
}

@media screen and (min-width:992px) {
	.references-single .up:hover .up-icon path {
		fill: #378fd0
	}
}

.references-single .footer-contact__socials-link path {
	fill: #378fd0
}

.references-single__bg {
	display: none
}

.references-single__header:after {
	background-color: transparent
}

.references-single__header-bigtitle {
	font-size: 4.0625em;
	letter-spacing: -.02em;
	line-height: 150%
}

.references-single__header-category {
	align-items: center;
	display: flex;
	padding-left: 51px;
	padding-top: calc(34.21875vw - 70px);
	position: absolute;
	right: 0;
	width: 46.9270833333vw;
	z-index: 1
}

.references-single__header-category-icon {
	min-width: 23px;
	width: 23px
}

.references-single__header-category-icon svg {
	fill: #fff
}

.references-single__header-category-name {
	font-size: .8125em;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 150%;
	margin-left: 16px;
	max-width: 156px;
	pointer-events: all;
	text-transform: uppercase
}

.references-single__header-img .box-image {
	width: 46.9270833333vw
}

.references-single__header-img .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 73.8068812431%;
	position: relative
}

.references-single__header-img .box-image__container img {
	height: auto;
	height: 100%;
	height: 100%!important;
	left: 50%;
	max-width: 100%;
	max-width: auto;
	object-fit: cover!important;
	object-position: center!important;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%!important
}

.references-single__section-title {
	color: #162736;
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 95%;
	margin: 0 auto 44px;
	max-width: 70%;
	text-transform: uppercase
}

.references-single__section-title-trait {
	background-color: #162736;
	height: 2px;
	margin-top: 18px;
	opacity: .4;
	width: 100%
}

.references-single__section-title.equipe {
	margin-bottom: 0
}

.references-single__intro {
	color: #162736;
	margin-top: 83px
}

.references-single__intro-text {
	font-size: 2.8125em;
	letter-spacing: .01em;
	line-height: 128%;
	margin-bottom: 100px;
	margin-left: 15.0520833333vw;
	max-width: 66.71875vw
}

.references-single__approach,.references-single__depart {
	color: #162736;
	margin-bottom: 50px;
	margin-left: 15.0520833333vw;
	max-width: 62.5vw
}

.references-single__approach-title,.references-single__depart-title {
	font-size: 2.8125em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 128%;
	margin-bottom: 25px
}

.references-single__approach-body,.references-single__depart-body {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 164%
}

.references-single__approach-body ol,.references-single__approach-body ul,.references-single__depart-body ol,.references-single__depart-body ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 45px
}

.references-single__approach-body ol li,.references-single__approach-body ul li,.references-single__depart-body ol li,.references-single__depart-body ul li {
	list-style-type: none;
	position: relative;
	width: 23.2291666667vw
}

.references-single__approach-body ol li:not(:last-child),.references-single__approach-body ul li:not(:last-child),.references-single__depart-body ol li:not(:last-child),.references-single__depart-body ul li:not(:last-child) {
	margin-bottom: 25px;
	margin-right: 6.25vw
}

.references-single__approach-body ol li:before,.references-single__approach-body ul li:before,.references-single__depart-body ol li:before,.references-single__depart-body ul li:before {
	color: #378fd0;
	content: "■";
	display: inline-block;
	font-size: .65em;
	left: -45px;
	position: absolute
}

.references-single__approach {
	margin-bottom: 0
}

.references-single__image1 {
	margin-bottom: 90px;
	margin-left: 15.0520833333vw;
	width: 62.5vw
}

.references-single__results {
	background-color: #162736;
	margin-top: 295px;
	padding-bottom: 120px
}

.references-single__results-title {
	align-items: center;
	background-color: #378fd0;
	display: flex;
	font-size: 4.8125em;
	font-weight: 400;
	height: 365px;
	letter-spacing: -.02em;
	line-height: 116%;
	padding-left: 15.2604166667vw;
	position: absolute;
	transform: translateY(-50%);
	width: 70.4166666667vw
}

.references-single__results-body {
	font-size: 2.8125em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 128%;
	margin: 0 auto;
	max-width: 66.25vw;
	padding-top: 292px
}

.references-single__results-body br {
	user-select: none
}

.references-single__results-body br:first-child,.references-single__results-body br:last-child {
	display: none
}

.references-single__results-body ol,.references-single__results-body ul {
	margin-left: 45px
}

.references-single__results-body ol li,.references-single__results-body ul li {
	font-weight: 300;
	list-style-type: none;
	position: relative
}

.references-single__results-body ol li:not(:last-child),.references-single__results-body ul li:not(:last-child) {
	margin-bottom: 35px
}

.references-single__results-body ol li:before,.references-single__results-body ul li:before {
	color: #378fd0;
	content: "■";
	display: inline-block;
	font-size: .65em;
	left: -45px;
	position: absolute
}

.references-single__footer {
	background-color: #162736
}

.references-single__footer .footer-contact__title {
	color: #378fd0
}

.references-single__footer .footer-contact__places-divider svg path:first-child {
	stroke: #378fd0
}

@media screen and (max-width:1600px) {
	.references-single__header-bigtitle {
		font-size: 3.125em
	}
}

@media screen and (max-width:1400px) {
	.references-single__header-bigtitle {
		font-size: 2.5em
	}
}

@media screen and (max-width:1300px) {
	.references-single__approach,.references-single__depart {
		max-width: 80vw
	}
}

html[dir=rtl] .references-single__section-title {
	direction: rtl
}

html[dir=rtl] .references-single__approach,html[dir=rtl] .references-single__depart,html[dir=rtl] .references-single__intro-text {
	direction: rtl;
	margin-left: auto;
	margin-right: 15%
}

html[dir=rtl] .references-single__approach-body ol,html[dir=rtl] .references-single__approach-body ul,html[dir=rtl] .references-single__depart-body ol,html[dir=rtl] .references-single__depart-body ul,html[dir=rtl] .references-single__results-body ol,html[dir=rtl] .references-single__results-body ul {
	margin-left: 0;
	margin-right: 25px
}

html[dir=rtl] .references-single__approach-body ol li:before,html[dir=rtl] .references-single__approach-body ul li:before,html[dir=rtl] .references-single__depart-body ol li:before,html[dir=rtl] .references-single__depart-body ul li:before,html[dir=rtl] .references-single__results-body ol li:before,html[dir=rtl] .references-single__results-body ul li:before {
	left: auto;
	right: -45px
}

html[dir=rtl] .references-single__approach-body ol li:not(:last-child),html[dir=rtl] .references-single__approach-body ul li:not(:last-child),html[dir=rtl] .references-single__depart-body ol li:not(:last-child),html[dir=rtl] .references-single__depart-body ul li:not(:last-child),html[dir=rtl] .references-single__results-body ol li:not(:last-child),html[dir=rtl] .references-single__results-body ul li:not(:last-child) {
	margin-left: 6.25vw;
	margin-right: 0
}

html[dir=rtl] .references-single__image1 {
	margin-left: auto;
	margin-right: 15%
}

html[dir=rtl] .references-single__results {
	direction: rtl
}

html[dir=rtl] .references-single__results-title {
	padding-right: 15%
}

.news-single {
	background-color: #fff
}

@media screen and (min-width:992px) {
	.news-single .up:hover .up-icon path {
		fill: #378fd0
	}
}

.news-single .footer-contact__socials-link path {
	fill: #378fd0
}

.news-single .footer-contact__up {
	top: 450px
}

.news-single__header:after {
	background-color: transparent
}

.news-single__header-bigtitle {
	font-size: 4.0625em;
	letter-spacing: -.02em;
	line-height: 150%;
	width: 100%
}

.news-single__header-bigtitle:before {
	min-height: 65vh
}

.news-single__header-date {
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 10px;
	padding-left: 6.875vw
}

.news-single__header-category {
	align-items: center;
	display: flex;
	padding-left: 51px;
	padding-top: 581px;
	position: absolute;
	right: 0;
	width: 46.9270833333vw;
	z-index: 1
}

.news-single__header-category-icon {
	width: 23px
}

.news-single__header-category-icon svg {
	fill: #fff
}

.news-single__header-category-name {
	font-size: .8125em;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 150%;
	margin-left: 16px;
	max-width: 156px;
	text-transform: uppercase
}

.news-single__header-img .box-image {
	width: 46.9270833333vw
}

.news-single__header-img .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 73.8068812431%;
	position: relative
}

.news-single__header-img .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.news-single__section-title {
	color: #162736;
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 95%;
	margin: 0 auto 44px;
	max-width: 70%;
	text-transform: uppercase
}

.news-single__section-title-trait {
	background-color: #162736;
	height: 2px;
	margin-top: 18px;
	opacity: .4;
	width: 100%
}

.news-single__section-title.equipe {
	margin-bottom: 0
}

.news-single__summary {
	color: #162736;
	margin-bottom: 30px;
	margin-top: 83px
}

.news-single__summary-text {
	font-size: 2.8125em;
	letter-spacing: .01em;
	line-height: 128%;
	margin-left: 15.0520833333vw;
	max-width: 66.71875vw
}

.news-single__intro {
	color: #162736
}

.news-single__intro-text {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 164%;
	margin-bottom: 50px;
	margin-left: 15.0520833333vw;
	max-width: 46.875vw;
	white-space: pre-line
}

.news-single__image1 {
	margin-left: 15.0520833333vw;
	width: 62.5vw
}

.news-single__pb {
	height: 160px
}

.news-single__pagination {
	display: flex;
	justify-content: flex-end;
	padding-right: 7.03125vw
}

.news-single__pagination-list {
	display: flex;
	position: absolute;
	transform: translateY(-50%);
	z-index: 1
}

.news-single__pagination-button {
	align-items: center;
	background-color: #378fd0;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 224px;
	justify-content: center;
	width: 246px
}

.news-single__pagination-button.prev {
	margin-right: 54px
}

.news-single__pagination-button.next .news-single__pagination-icon {
	transform: rotate(180deg)
}

.news-single__pagination-button:hover .news-single__pagination-icon svg {
	transform: translate(-10px)
}

.news-single__pagination-label {
	font-family: Poppins,sans-serif;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 145%;
	margin-bottom: 31px;
	text-transform: uppercase
}

.news-single__pagination-icon svg {
	transition: transform .35s ease
}

.news-single__footer {
	background-color: #162736
}

.news-single__footer .footer-contact {
	padding-top: 300px
}

.news-single__footer .footer-contact__title {
	color: #378fd0
}

.news-single__footer .footer-contact__places-divider svg path:first-child {
	stroke: #378fd0
}

@media screen and (max-width:1600px) {
	.news-single__header-bigtitle {
		font-size: 3.125em
	}
}

@media screen and (max-width:1200px) {
	.news-single__header-bigtitle {
		font-size: 2.5em
	}
}

@media screen and (max-width:992px) {
	.news-single__header-date {
		margin-right: 25px
	}
}

html[dir=rtl] .news-single__header-date,html[dir=rtl] .news-single__section-title {
	direction: rtl
}

html[dir=rtl] .news-single__intro-text,html[dir=rtl] .news-single__summary-text {
	direction: rtl;
	margin-left: auto;
	margin-right: 15%
}

html[dir=rtl] .news-single__image1 {
	margin-left: auto;
	margin-right: 15%
}

.loader {
	height: 100%;
	height: 100vh;
	left: 0;
	pointer-events: all;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 7
}

.loader__text {
	color: #fff;
	font-family: Lato,sans-serif;
	font-size: 3.9375em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 128%;
	padding-left: 7.2916666667vw;
	padding-top: 26.8518518519vh;
	width: 75%
}

.loader__text strong {
	color: #378fd0;
	font-weight: inherit
}

.loader__progress {
	bottom: 6.5625vw;
	height: 24.9074074074vh;
	position: absolute;
	right: 10.1041666667vw;
	width: 2px
}

.loader__progress,.loader__progress-track {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform-origin: bottom
}

.loader__progress-track {
	background-color: hsla(0,0%,100%,.2);
	height: 100%;
	transform-origin: bottom;
	width: 100%
}

.loader__progress-value {
	background-color: #378fd0;
	height: 0%;
	position: relative;
	width: 100%
}

.loader__progress-label {
	color: #fff;
	font-size: .8125em;
	font-weight: 600;
	letter-spacing: .09em;
	line-height: 97%;
	position: absolute;
	right: 28px;
	top: 0
}

@media screen and (max-width:1600px) {
	.loader__text {
		font-size: 3.3125em
	}
}

body.has-loaded .header__mobilenav,body.has-loaded .header__nav {
	opacity: 1;
	transition: .3s ease 1s;
	transition-property: opacity,visibility;
	visibility: visible
}

body.is-loading .header__mobilenav,body.is-loading .header__nav {
	opacity: 0;
	visibility: hidden
}

html[dir=rtl] .loader__text {
	direction: rtl
}

.background-loop {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

@keyframes animate-fill {
	to {
		stroke-dashoffset: 2000
	}
}

@keyframes animate-loop {
	to {
		transform: rotate(1turn)
	}
}

@keyframes animate-loop-2 {
	to {
		transform: rotate(-1turn)
	}
}

.background-loop__container {
	height: 100%
}

.background-loop__container svg {
	display: block;
	height: 100%;
	width: 100%
}

.background-loop__container svg path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform-box: fill-box;
	transform-origin: center
}

.background-loop__container svg path:nth-of-type(2n) {
	animation: animate-fill 2s cubic-bezier(.57,.19,.24,.97) forwards,animate-loop 25s ease 2s infinite forwards
}

.background-loop__container svg path:nth-of-type(odd) {
	animation: animate-fill 2s cubic-bezier(.57,.19,.24,.97) forwards,animate-loop-2 25s ease 2s infinite forwards
}

.banner {
	background-color: #378fd0;
	display: flex;
	position: relative
}

.banner__image {
	transform: translateY(-15%)
}

@media screen and (min-width:992px) {
	.banner__image .box-image {
		width: 38.28125vw
	}

	.banner__image .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 89.1156462585%;
		position: relative
	}

	.banner__image .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: auto
	}
}

.banner__form {
	display: flex;
	margin-left: 7.8125vw;
	margin-top: 116px;
	width: 46.875vw
}

@media screen and (max-width:1600px) {
	.banner__form {
		margin-top: 80px
	}
}

.banner__form-title {
	flex-shrink: 0;
	font-size: 49px;
	font-weight: 400;
	line-height: 53px;
	margin-right: 4.0104166667vw;
	margin-top: 15px;
	width: 373px
}

.banner__form-container {
	width: 100%
}

.banner__form .wpcf7 {
	color: #fff
}

.banner__form .wpcf7 .acceptance {
	margin-top: 30px
}

.banner__form .wpcf7 .acceptance .wpcf7-list-item {
	margin-left: 0
}

.banner__form .wpcf7 .acceptance label {
	display: flex;
	line-height: 1.24
}

.banner__form .wpcf7 .acceptance label input {
	margin-right: 8px
}

.banner__form .wpcf7 .wpcf7-not-valid-tip {
	padding-top: 9px;
	position: absolute;
	white-space: nowrap;
	width: 100%
}

.banner__form .wpcf7 form.valid .wpcf7-response-output {
	background: #7ac1af;
	border: none;
	color: #fff;
	padding: 9px 14px
}

.banner__form .wpcf7 form.invalid .wpcf7-response-output {
	background: #dc545d;
	border: none;
	color: #fff;
	padding: 9px 14px
}

.banner__form .wpcf7 br {
	display: none
}

.banner__form .wpcf7 .row.row-2 {
	margin-top: 47px
}

.banner__form .wpcf7 .row .input-group {
	position: relative
}

.banner__form .wpcf7 .row .input-group:not(:last-child) {
	margin-bottom: 43px
}

.banner__form .wpcf7 .row .input-group.focused label {
	transform: translateY(25%) scale(.75)
}

.banner__form .wpcf7 .row .input-group label {
	bottom: 100%;
	display: block;
	font-family: Lato,sans-serif;
	font-size: 1.1875em;
	font-weight: 300;
	height: 34px;
	line-height: 34px;
	position: absolute;
	transform: translateY(100%);
	transform-origin: left top;
	transition: transform .25s ease
}

.banner__form .wpcf7 .row .input-group input,.banner__form .wpcf7 .row .input-group textarea {
	background: none;
	border: none;
	border-bottom: 2px solid hsla(0,0%,100%,.1);
	caret-color: hsla(0,0%,100%,.5);
	color: #fff;
	display: block;
	font-family: Lato,sans-serif;
	font-size: 1.1875em;
	font-weight: 300;
	line-height: 180%;
	margin: 0!important;
	outline: none;
	padding-bottom: 4px;
	resize: none;
	width: 100%;
	width: 100%!important
}

.banner__form .wpcf7 .row-submit {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 11.6666666667vw;
	justify-content: center;
	margin-left: auto;
	margin-top: 70px;
	transition: background-color .35s ease;
	width: 12.8125vw
}

@media screen and (max-width:1600px) {
	.banner__form .wpcf7 .row-submit {
		margin-top: 40px
	}
}

@media screen and (max-width:1400px) {
	.banner__form .wpcf7 .row-submit {
		margin-top: 30px
	}
}

@media screen and (min-width:992px) {
	.banner__form .wpcf7 .row-submit:hover {
		background-color: #162736;
		cursor: pointer
	}
}

.banner__form .wpcf7 .row-submit input[type=submit] {
	background: none;
	border: none;
	color: #378fd0;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 165%;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	transition: color .35s ease;
	white-space: pre-wrap;
	width: 115px
}

.banner__form .wpcf7 .row-submit .ajax-loader {
	display: none
}

.banner__right {
	align-items: center;
	display: flex;
	width: 100%
}

.banner__text {
	color: #fff;
	font-size: 5.75em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%;
	margin-left: 10.4166666667vw;
	width: 21.9270833333vw
}

.banner__cta {
	align-items: center;
	display: flex;
	height: 11.6666666667vw;
	justify-content: center;
	margin-left: 4.3229166667vw;
	position: relative;
	width: 12.8125vw
}

.banner__cta-bg {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color .35s ease;
	width: 100%
}

.banner__cta-link {
	color: #162736;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 165%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: color .35s ease;
	width: 60%;
	z-index: 1
}

@media screen and (min-width:992px) {
	.banner__cta:hover .banner__cta-bg {
		background-color: #162736
	}

	.banner__cta:hover .banner__cta-link {
		color: #fff
	}
}

@media screen and (max-width:1600px) {
	.banner__text {
		font-size: 4.5em
	}
}

html[dir=rtl] .banner__form,html[dir=rtl] .banner__text {
	direction: rtl
}

html[dir=rtl] .banner__form-title {
	margin-left: 4.0104166667vw;
	margin-right: 0
}

html[dir=rtl] .banner__form-container-title {
	margin-left: 3.9583333333vw;
	margin-right: 0
}

html[dir=rtl] .banner__form-container .wpcf7-form {
	direction: rtl
}

html[dir=rtl] .banner__form-container .wpcf7-form .row .input-group label {
	transform-origin: right top
}

html[dir=rtl] .banner__form-container .wpcf7-form .row .input-group:after {
	left: auto;
	right: 0
}

.footer-contact {
	background-color: #162736;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: Poppins,sans-serif;
	padding: 149px 6.9270833333vw 0;
	position: relative
}

.footer-contact__header {
	align-items: flex-end;
	display: flex
}

.footer-contact__title {
	display: inline-block;
	font-size: 9.375vw;
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: 93%;
	width: 41.8229166667vw
}

.footer-contact__short {
	font-family: Lato,sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 167%;
	margin-left: 110px;
	padding-bottom: 19px;
	width: 413px
}

.footer-contact__places {
	display: flex;
	flex-wrap: wrap;
	margin-top: 102px;
	width: 78.125vw
}

.footer-contact__places-item {
	width: 15.625vw
}

.footer-contact__places-item:not(:last-child) {
	margin-right: 5.15625vw
}

.footer-contact__places-city {
	font-family: Lato,sans-serif;
	font-size: 2.3125em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 154%
}

.footer-contact__places-divider {
	margin-bottom: 28px;
	margin-top: 25px;
	width: 48px
}

.footer-contact__places-email,.footer-contact__places-phone {
	font-family: Lato,sans-serif;
	font-size: 1.1875em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 154%;
	transition: color .35s ease
}

.footer-contact__places-email:hover,.footer-contact__places-phone:hover {
	color: #378fd0
}

.footer-contact__footer {
	display: flex;
	font-size: .875em;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 165%;
	margin-top: 123px;
	padding-bottom: 29px;
	text-transform: uppercase
}

.footer-contact__footer-links {
	align-items: flex-end;
	display: flex;
	margin-left: auto
}

.footer-contact__link {
	color: #a2a9af
}

@media screen and (min-width:992px) {
	.footer-contact__link:hover {
		text-decoration: underline
	}
}

.footer-contact__link:not(:last-child) {
	margin-right: 46px
}

.footer-contact__rights {
	align-items: flex-end;
	color: #a2a9af;
	display: flex;
	font-weight: 600
}

.footer-contact__socials {
	align-items: center;
	display: flex;
	margin-left: 76px
}

.footer-contact__socials-link {
	max-width: 24px;
	width: 24px
}

.footer-contact__socials-link path,.footer-contact__socials-link svg {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.footer-contact__socials-link:not(:last-child) {
	margin-right: 35px
}

@media screen and (min-width:992px) {
	.footer-contact__socials-link svg path {
		fill: #378fd0
	}

	.footer-contact__socials-link svg:hover path {
		fill: #fff
	}
}

@media screen and (max-width:1600px) {
	.footer-contact {
		font-size: 14px
	}
}

html[dir=rtl] .footer-contact__header {
	display: flex
}

html[dir=rtl] .footer-contact__short {
	display: none
}

html[dir=rtl] .footer-contact__title {
	direction: rtl;
	margin-left: auto
}

html[dir=rtl] .footer-contact__places {
	margin-left: auto
}

html[dir=rtl] .footer-contact__footer,html[dir=rtl] .footer-contact__places-item {
	direction: rtl
}

html[dir=rtl] .footer-contact__socials {
	margin-right: 76px
}

html[dir=rtl] .footer-contact__socials-link {
	margin-right: 0
}

html[dir=rtl] .footer-contact__socials-link:not(:last-child) {
	margin-left: 35px
}

html[dir=rtl] .footer-contact__footer-links {
	margin-left: 0;
	margin-right: auto
}

html[dir=rtl] .footer-contact__link:not(:last-child) {
	margin-left: 46px;
	margin-right: 0
}

.marquee {
	--offset: 20vw;
	--move-initial: calc(-25% + var(--offset));
	--move-final: calc(-50% + var(--offset));
	overflow: hidden;
	position: relative;
	user-select: none
}

.marquee__inner {
	animation: marquee 8s linear infinite;
	animation-play-state: running;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-initial),0,0);
	width: fit-content
}

.marquee span {
	color: hsla(0,0%,100%,.05);
	font-family: Poppins,sans-serif;
	font-size: 18em;
	padding: 0 .1909722222em
}

@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial),0,0)
	}

	to {
		transform: translate3d(var(--move-final),0,0)
	}
}

@media screen and (max-width:1600px) {
	.marquee span {
		font-size: 15.5em
	}
}

.explore {
	color: #378fd0;
	position: absolute;
	right: 11.0416666667vw;
	top: 61.5740740741vh;
	transition: .5s ease;
	transition-property: opacity,visibility;
	z-index: 6
}

.explore__label {
	color: #fff;
	display: inline-block;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 17px;
	margin-bottom: 40px;
	text-transform: uppercase
}

.explore__icon {
	height: 68px
}

.explore__icon svg {
	height: 100%
}

@media screen and (max-width:1600px) {
	.explore {
		top: 53.7037037037vh
	}
}

.case-item {
	font-family: Lato,sans-serif;
	width: 18.28125vw
}

.case-item__header {
	position: relative
}

.case-item__category {
	align-items: center;
	bottom: 22px;
	display: flex;
	left: 27px;
	position: absolute
}

.case-item__category-icon {
	margin-right: 18px;
	width: 19px
}

.case-item__category-icon svg {
	fill: #378fd0
}

.case-item__category-name {
	color: #378fd0;
	font-size: .8125em;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 150%;
	text-transform: uppercase;
	width: 65%
}

.case-item__thumbnail-container {
	height: 0;
	padding-bottom: 115.0997150997%
}

.case-item__thumbnail-inner {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}

.case-item__thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease-out;
	width: 100%
}

.case-item__thumbnail:hover img {
	transform: scale(1.05)
}

.case-item__exploit {
	font-size: 1.4375em;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 128%;
	margin-top: 20px
}

.case-item__read {
	align-items: center;
	display: flex;
	margin-top: 37px
}

@media screen and (min-width:992px) {
	.case-item__read:hover svg {
		transform: rotate(180deg)
	}
}

.case-item__read-icon {
	margin-right: 19px
}

.case-item__read-icon svg {
	fill: #378fd0;
	transition: transform .35s ease;
	width: 21px
}

.case-item__read-label {
	font-size: 1.1875em;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 154%
}

@media screen and (max-width:1600px) {
	.case-item__exploit {
		font-size: 1.25em
	}

	.case-item__read-label {
		font-size: 1.0625em
	}
}

html[dir=rtl] .case-item {
	direction: rtl
}

html[dir=rtl] .case-item__category {
	left: auto;
	right: 18px
}

html[dir=rtl] .case-item__category-icon {
	margin-left: 18px;
	margin-right: 0
}

html[dir=rtl] .case-item__read-icon {
	margin-left: 19px;
	margin-right: 0
}

.post-list {
	color: #fff
}

.post-list__filters {
	align-items: center;
	display: flex;
	font-family: Lato,sans-serif;
	margin: 0 auto 95px;
	max-width: 85.9375vw
}

.post-list__filters-title {
	color: hsla(0,0%,100%,.8);
	font-size: .8125em;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase
}

.post-list__filters-separator {
	background-color: hsla(0,0%,100%,.4);
	flex: 1;
	height: 2px;
	margin-left: 27px;
	margin-right: 40px
}

.post-list__filters-list {
	display: flex
}

.post-list__filters-list-item {
	align-items: center;
	display: flex;
	line-height: 125%;
	transition: opacity .3s ease-out
}

.post-list__filters-list-item:not(:last-child) {
	margin-right: 2.6041666667vw
}

.post-list__filters-list-item:hover {
	opacity: .5
}

.post-list__filters-list-item.active {
	opacity: .3
}

.post-list__filters-list-item.active .post-list__filters-input:after {
	opacity: 1
}

.post-list__filters-input {
	align-items: center;
	border: 2px solid hsla(0,0%,100%,.6);
	border-radius: 50%;
	display: flex;
	height: 23px;
	justify-content: center;
	margin-right: 17px;
	position: relative;
	width: 23px
}

.post-list__filters-input:after {
	background-color: hsla(0,0%,100%,.6);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .15s ease;
	width: 100%
}

.post-list__filters-category {
	color: #378fd0;
	font-size: .8125em;
	font-weight: 900;
	letter-spacing: .08em;
	max-width: 130px;
	text-align: left;
	text-transform: uppercase
}

.post-list__list {
	display: flex;
	margin: 0 auto;
	max-width: 85.9375vw
}

.post-list__list-pinned {
	flex-shrink: 0;
	width: 40.4166666667vw
}

.post-list__list-pinned .case-item {
	width: 40.4166666667vw
}

.post-list__list-pinned .case-item__exploit {
	font-size: 2.625em;
	line-height: 127%
}

.post-list__list-others {
	column-gap: 4.6354166667vw;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin-left: auto;
	row-gap: 95px
}

.post-list__list-others .post-list__item:nth-of-type(odd) {
	flex-shrink: 0
}

html[dir=rtl] .post-list__filters {
	direction: rtl
}

html[dir=rtl] .post-list__filters-input {
	margin-left: 17px;
	margin-right: 0
}

html[dir=rtl] .post-list__filters-list-item:not(:last-child) {
	margin-left: 41px;
	margin-right: 0
}

.offices-map {
	min-height: 100vh;
	overflow: hidden;
	position: relative
}

.offices-map:after {
	box-shadow: inset 0 0 40px 40px #fff;
	content: "";
	pointer-events: none
}

.offices-map:after,.offices-map__popup {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.offices-map__popup {
	font-family: Lato,sans-serif;
	z-index: 3
}

.offices-map__popup.is-yellow .offices-map__popup-body {
	background-color: #fdc556
}

.offices-map__popup-container {
	position: absolute;
	right: 0;
	width: 45.8854166667vw
}

@media screen and (min-width:992px) {
	.offices-map__popup-header .box-image {
		width: 100%
	}

	.offices-map__popup-header .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 28.4903518729%;
		position: relative
	}

	.offices-map__popup-header .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%)
	}
}

.offices-map__popup-body {
	background-color: #dc545d;
	display: flex;
	padding: 52px 55px 94px 82px
}

.offices-map__popup-introduction {
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 154%;
	margin-right: 5.2604166667vw;
	width: 100%
}

.offices-map__popup-contact-label {
	font-size: 1.1875em;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 154%;
	margin-bottom: 19px
}

.offices-map__popup-trait {
	margin-bottom: 19px;
	width: 49px
}

.offices-map__popup-trait svg path:first-child {
	stroke: #162736
}

.offices-map__popup-mail,.offices-map__popup-phone {
	display: block;
	font-size: 1.1875em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height: 154%
}

.offices-map__popup-mail {
	font-weight: 400;
	margin-bottom: 5px;
	white-space: nowrap
}

.offices-map__popup-phone {
	font-style: italic;
	margin-bottom: 5px
}

.offices-map__popup-close {
	bottom: 30px;
	height: 32px;
	position: absolute;
	right: 40px;
	width: 31px
}

.offices-map__tabs {
	color: #162736;
	display: flex;
	flex-direction: column;
	font-family: Lato,sans-serif;
	margin-left: 10.8854166667vw;
	max-width: 600px;
	position: relative;
	z-index: 2
}

.offices-map__tabs-header {
	margin-bottom: 39px
}

.offices-map__tabs-item {
	opacity: .3;
	padding: 0;
	transition: opacity .3s ease;
	width: 266px
}

.offices-map__tabs-item.is-active {
	opacity: 1
}

.offices-map__tabs-item:not(:last-child) {
	margin-right: 55px
}

.offices-map__tabs-item-name {
	font-size: .8125em;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 154%;
	text-align: left;
	text-transform: uppercase
}

.offices-map__tabs-item-trait {
	background-color: currentColor;
	height: 2px;
	margin-top: 16px;
	min-height: 2px
}

.offices-map__tabs-list {
	max-width: 595px
}

.offices-map__tabs-list--partners {
	display: grid;
	grid-template-columns: repeat(2,1fr)
}

.offices-map__tabs-list--partners .offices-map__tabs-list-item:not(:last-child) {
	margin-bottom: 49px
}

.offices-map__tabs-list--partners .offices-map__tabs-list-item:not(:nth-of-type(odd)) {
	padding-left: 35px
}

.offices-map__tabs-list--partners .offices-map__tabs-list-item.is-active,.offices-map__tabs-list--partners .offices-map__tabs-list-item.is-open {
	color: #fdc556
}

.offices-map__tabs-list-item {
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: color .3s ease
}

.offices-map__tabs-list-item:not(:last-child) {
	margin-bottom: 10px
}

.offices-map__tabs-list-item.is-active,.offices-map__tabs-list-item.is-open {
	color: #dc545d
}

.offices-map__tabs-list-item-name {
	font-size: 6.25em;
	font-weight: 300;
	letter-spacing: -.03em;
	line-height: 110%
}

.offices-map__tabs-list-item-city,.offices-map__tabs-list-item-country {
	font-size: 2.5625em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%
}

.offices-map__tabs-list-item-country {
	font-style: italic;
	font-weight: 100
}

.offices-map__locations {
	margin-left: auto;
	max-width: 71.6145833333vw;
	position: absolute;
	right: 0;
	top: -30vw;
	width: 100%
}

.offices-map__locations-list-item {
	height: 100%;
	line-height: 0;
	pointer-events: none;
	position: absolute;
	width: 100%
}

@keyframes grow-1 {
	to {
		opacity: 0;
		transform: scale(1.4)
	}
}

@keyframes grow-2 {
	to {
		opacity: 0;
		transform: scale(1.7)
	}
}

.offices-map__locations-list-item.is-active .offices-map__locations-list-item-dot {
	transform: scale(2)
}

.offices-map__locations-list-item.is-active .offices-map__locations-list-item-dot:before {
	animation: grow-1 1s ease .1s infinite forwards
}

.offices-map__locations-list-item.is-active .offices-map__locations-list-item-dot:after {
	animation: grow-2 1s ease infinite forwards
}

.offices-map__locations-list-item.is-active .offices-map__locations-list-item-label {
	opacity: 1;
	visibility: visible
}

.offices-map__locations-list-item-inner {
	display: inline-flex;
	justify-content: flex-end;
	transform: translate(-50%,-50%)
}

.offices-map__locations-list-item-dot {
	background-color: #fdc556;
	cursor: pointer;
	height: 7px;
	pointer-events: all;
	position: relative;
	transition: .3s ease-out;
	transition-property: background-color,transform;
	width: 7px
}

.offices-map__locations-list-item-dot.is-primary {
	background-color: #dc545d;
	height: 12px;
	width: 12px
}

.offices-map__locations-list-item-dot:after,.offices-map__locations-list-item-dot:before {
	background-color: inherit;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.offices-map__locations-list-item-label {
	bottom: -30px;
	color: #162736;
	display: inline-block;
	font-family: Lato,sans-serif;
	font-size: 1.3125em;
	font-weight: 400;
	left: 50%;
	letter-spacing: -.01em;
	opacity: 0;
	position: absolute;
	transform: translate(-50%);
	transition: .3s ease-out;
	transition-property: opacity,visibility;
	visibility: hidden;
	white-space: nowrap;
	z-index: 1
}

.offices-map__locations-list-item.position-top .offices-map__locations-list-item-label {
	bottom: auto;
	top: -30px
}

.offices-map__locations-image {
	position: relative;
	width: 100%;
	z-index: -1
}

.offices-map__locations-image img {
	opacity: .05
}

@media screen and (max-width:1600px) {
	.offices-map__popup-container {
		width: 48.9583333333vw
	}

	.offices-map__popup-body {
		padding: 32px 55px 44px 40px
	}
}

@media screen and (max-width:1400px) {
	.offices-map__popup {
		font-size: .85em
	}
}

@media screen and (max-width:1200px) {
	.offices-map__popup {
		font-size: .75em
	}
}

.offices-map[data-tab-index="0"] .offices-map__locations-list-item-dot[data-tab-index="1"],.offices-map[data-tab-index="1"] .offices-map__locations-list-item-dot[data-tab-index="0"] {
	background-color: #cbcbcb;
	pointer-events: none
}

html[dir=rtl] .offices-map__popup-contact,html[dir=rtl] .offices-map__popup-introduction,html[dir=rtl] .offices-map__tabs-item {
	direction: rtl
}

html[dir=rtl] .offices-map__tabs-item-name {
	text-align: right
}

html[dir=rtl] .offices-map__tabs-list--partners .offices-map__tabs-list-item {
	width: auto
}

html[dir=rtl] .offices-map__tabs-list-item {
	direction: rtl;
	width: 50%
}

html[dir=rtl] .offices-map__tabs-list-item-country {
	font-size: 1.7em;
	text-align: right
}

@media screen and (max-width:992px) {
	html[dir=rtl] .offices-map__tabs-list-item {
		font-size: .8em
	}
}

.ancres__item {
	align-items: center;
	display: flex;
	position: relative;
	width: 100%
}

.ancres__item-trait {
	background-color: #f4f4f4;
	height: 2px;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%
}

.ancres__item-trait.bottom {
	bottom: 0;
	top: auto
}

.ancres__item-link {
	color: #f4f4f4;
	font-size: 6.125em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%;
	padding-bottom: 53px;
	padding-top: 31px;
	text-align: left;
	transition: color .35s ease;
	width: 100%
}

.ancres__item-label {
	align-items: center;
	display: flex;
	margin-left: auto
}

.ancres__item-discover {
	color: #f4f4f4;
	font-family: Poppins,sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 165%;
	opacity: .7;
	text-transform: uppercase;
	transition: color .35s ease
}

.ancres__item-discover-icon {
	height: 34px;
	margin-left: 44px
}

.ancres__item-discover-icon svg {
	fill: #f4f4f4;
	height: 100%;
	transition: fill .35s ease;
	width: auto
}

@media screen and (max-width:1600px) {
	.ancres__item-link {
		font-size: 5.5em
	}
}

html[dir=rtl] .ancres__item {
	direction: rtl
}

html[dir=rtl] .ancres__item-link {
	margin-left: auto;
	text-align: right;
	width: auto
}

html[dir=rtl] .ancres__item-label {
	margin-left: 0
}

html[dir=rtl] .ancres__item-discover-icon {
	margin-left: 0;
	margin-right: 44px
}

.go-back {
	align-items: center;
	display: flex;
	left: 4.84375vw;
	position: absolute;
	top: 171px;
	z-index: 5
}

.go-back__arrow {
	margin-right: 17px
}

.go-back__text {
	color: #fff;
	font-family: Poppins,sans-serif;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 145%;
	text-transform: uppercase
}

.last-cases {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 144px;
	padding-top: 106px;
	position: relative
}

.last-cases__discover {
	align-items: center;
	display: flex;
	margin-bottom: 120px;
	padding-left: 7.3958333333vw;
	width: 100%
}

.last-cases__discover-text {
	color: #162736;
	font-size: 5.75em;
	font-weight: 300;
	letter-spacing: -.02em;
	line-height: 100%;
	width: 32.8125vw
}

.last-cases__discover-image {
	margin-left: auto
}

.last-cases__discover-image .box-image {
	width: 45.8854166667vw
}

.last-cases__discover-image .box-image__container {
	height: 0;
	overflow: hidden;
	padding-top: 73.8933030647%;
	position: relative
}

.last-cases__discover-image .box-image__container img {
	height: auto;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.last-cases__list {
	color: #162736;
	column-gap: 83px;
	display: grid;
	grid-template-columns: repeat(4,18.28125vw)
}

@media screen and (max-width:1600px) {
	.last-cases__discover-text {
		font-size: 5.125em;
		line-height: 100%
	}
}

html[dir=rtl] .last-cases__discover {
	justify-content: flex-end;
	padding-left: 0;
	padding-right: 7.3958333333vw
}

html[dir=rtl] .last-cases__discover-text {
	direction: rtl;
	order: 1
}

html[dir=rtl] .last-cases__discover-image {
	margin-left: 0;
	margin-right: auto;
	order: 0
}

@media screen and (max-width:992px) {
	body {
		overflow: auto
	}

	main.page {
		padding-top: 102px
	}

	.cabinet__pagetitle,.expertises__pagetitle,.implantations__pagetitle,.news-single__pagetitle,.references-single__pagetitle,.references__pagetitle {
		display: block;
		font-size: .875em;
		font-weight: 700;
		letter-spacing: .13em;
		padding-bottom: 21px;
		padding-left: 8.2666666667vw;
		padding-top: 50px;
		text-transform: uppercase
	}

	.cabinet__header,.expertises__header,.implantations__header,.news-single__header,.references-single__header,.references__header {
		display: block;
		height: auto
	}

	.cabinet__header:before,.expertises__header:before,.implantations__header:before,.news-single__header:before,.references-single__header:before,.references__header:before {
		background-color: #378fd0;
		content: "";
		height: 100%;
		height: calc(100% + 188px);
		left: 0;
		position: absolute;
		top: 0;
		top: -188px;
		width: 100%;
		z-index: -1
	}

	.cabinet__header-bigtitle:before,.cabinet__header-left:before,.expertises__header-bigtitle:before,.expertises__header-left:before,.implantations__header-bigtitle:before,.implantations__header-left:before,.news-single__header-bigtitle:before,.news-single__header-left:before,.references-single__header-bigtitle:before,.references-single__header-left:before,.references__header-bigtitle:before,.references__header-left:before {
		display: none
	}

	.cabinet__header-left,.expertises__header-left,.implantations__header-left,.news-single__header-left,.references-single__header-left,.references__header-left {
		width: 100%
	}

	.cabinet__header-bigtitle,.expertises__header-bigtitle,.implantations__header-bigtitle,.news-single__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
		font-size: 3.1875em;
		font-weight: 300;
		line-height: 115%;
		padding-top: 0;
		width: 85%
	}

	.cabinet__header-introduction,.expertises__header-introduction,.implantations__header-introduction,.news-single__header-introduction,.references-single__header-introduction,.references__header-introduction {
		font-size: 1.1875em;
		line-height: 154%;
		margin-top: 7.9460269865vh;
		width: auto;
		width: 80%
	}

	.cabinet__header-img,.expertises__header-img,.implantations__header-img,.news-single__header-img,.references-single__header-img,.references__header-img {
		margin-top: 6.1469265367vh;
		position: static;
		width: 100%
	}

	.cabinet__header-img .box-image,.expertises__header-img .box-image,.implantations__header-img .box-image,.news-single__header-img .box-image,.references-single__header-img .box-image,.references__header-img .box-image {
		margin-left: 0;
		width: 100%
	}

	.cabinet__bg,.expertises__bg,.implantations__bg,.news-single__bg,.references-single__bg,.references__bg {
		display: none
	}
}

@media screen and (max-width:992px) and (max-width:350px) {
	.cabinet__header-bigtitle,.expertises__header-bigtitle,.implantations__header-bigtitle,.news-single__header-bigtitle,.references-single__header-bigtitle,.references__header-bigtitle {
		font-size: 2.5625em
	}
}

@media screen and (max-width:992px) {
	html[dir=rtl] .cabinet__pagetitle,html[dir=rtl] .expertises__pagetitle,html[dir=rtl] .implantations__pagetitle,html[dir=rtl] .news-single__pagetitle,html[dir=rtl] .references-single__pagetitle,html[dir=rtl] .references__pagetitle {
		direction: rtl;
		padding-left: 0;
		padding-right: 8.2666666667vw
	}

	html[dir=rtl] .cabinet__header-bigtitle,html[dir=rtl] .cabinet__header-introduction,html[dir=rtl] .expertises__header-bigtitle,html[dir=rtl] .expertises__header-introduction,html[dir=rtl] .implantations__header-bigtitle,html[dir=rtl] .implantations__header-introduction,html[dir=rtl] .news-single__header-bigtitle,html[dir=rtl] .news-single__header-introduction,html[dir=rtl] .references-single__header-bigtitle,html[dir=rtl] .references-single__header-introduction,html[dir=rtl] .references__header-bigtitle,html[dir=rtl] .references__header-introduction {
		margin-right: 25px
	}
}

.header__mobilenav {
	display: none
}

@media screen and (max-width:1200px) {
	.header {
		padding: 45px 25px
	}

	.header__nav {
		display: none
	}

	.header__mobilenav {
		display: block;
		margin-left: auto;
		position: relative;
		z-index: 10
	}

	.header__mobilenav:before {
		background-color: #162736;
		content: "";
		height: 100%;
		height: 100vh;
		left: 0;
		opacity: 0;
		position: absolute;
		position: fixed;
		top: 0;
		transition: .35s ease;
		transition-delay: .7s;
		transition-property: opacity,visibility;
		visibility: hidden;
		width: 100%;
		width: 100vw
	}

	.header__mobilenav-trigger {
		padding: 0;
		position: relative;
		z-index: 2
	}

	.header__mobilenav-content {
		height: 100%;
		left: 0;
		opacity: 0;
		padding-top: 112px;
		position: absolute;
		position: fixed;
		top: 0;
		transition: .35s ease;
		transition-delay: 0s;
		transition-property: opacity,visibility;
		visibility: hidden;
		width: 100%
	}

	.header__mobilenav-content-logo {
		flex-shrink: 0;
		left: 25px;
		position: absolute;
		top: 45px;
		width: 135px
	}

	.header__mobilenav-content-logo g.last-characters {
		transform-box: fill-box;
		transform-origin: center
	}

	.header__mobilenav-content .menu {
		margin-bottom: 25px;
		margin-left: 46px;
		margin-right: 25px
	}

	.header__mobilenav-content .menu-item {
		list-style-type: none;
		position: relative
	}

	.header__mobilenav-content .menu-item:not(:last-child) {
		margin-bottom: 15px
	}

	.header__mobilenav-content .menu-item:last-child {
		margin-top: 48px
	}

	.header__mobilenav-content .menu-item.current-menu-item a:before {
		opacity: 1;
		visibility: visible
	}

	.header__mobilenav-content .menu-item a {
		color: #fff;
		font-family: Poppins,sans-serif;
		font-size: 2.1875em;
		font-weight: 400;
		letter-spacing: -.01em;
		line-height: 100%
	}

	.header__mobilenav-content .menu-item a:before {
		background-color: #378fd0;
		content: "";
		height: 6px;
		left: -21px;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		visibility: hidden;
		width: 6px
	}

	.header__mobilenav-separator,.header__mobilenav-separator2 {
		background-color: hsla(0,0%,100%,.2);
		height: 2px;
		margin: 0 auto 32px;
		width: 86%
	}

	.header__mobilenav-separator2 {
		margin-bottom: 4.4977511244vh;
		margin-top: 7.6461769115vh
	}

	.header__mobilenav-langs {
		color: #fff;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: .05em;
		line-height: 95%;
		margin-left: 46px;
		opacity: .8;
		text-transform: uppercase;
		white-space: nowrap
	}

	.header__mobilenav-langs-link.active {
		opacity: .5
	}

	.header__mobilenav-footer {
		color: #fff;
		display: flex;
		flex-direction: column;
		font-size: .875em;
		font-weight: 600;
		letter-spacing: .08em;
		line-height: 165%;
		opacity: .6;
		text-transform: uppercase
	}

	.header__mobilenav-footer-links {
		display: flex;
		justify-content: space-around;
		margin-top: 12px
	}

	.header__mobilenav-footer-links-item:not(:last-child) {
		margin-right: 46px
	}

	.header__mobilenav-footer-rights {
		font-weight: 600;
		text-align: center
	}

	.header__logo {
		width: 135px
	}

	.header.opened {
		pointer-events: all
	}

	.header.opened .header__mobilenav:before {
		opacity: 1;
		transition-delay: 0s;
		visibility: visible
	}

	.header.opened .header__mobilenav-content {
		opacity: 1;
		pointer-events: all;
		transition-delay: .7s;
		visibility: visible
	}

	.header #menu-toggle span {
		background-color: #162736
	}
}

@media screen and (max-width:1200px) and (max-width:992px) {
	.header #menu-toggle span {
		background-color: #fff
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	body.page-template-template-contact .header #menu-toggle span,body.page-template-template-newsroom .header #menu-toggle span,body.page-template-template-references .header #menu-toggle span {
		background-color: #fff
	}
}

@media screen and (max-width:992px) {
	html[dir=rtl] .header__mobilenav-list {
		direction: rtl
	}

	html[dir=rtl] .header__mobilenav-langs {
		margin-left: 0;
		margin-right: 46px
	}

	html[dir=rtl] .header__mobilenav-content .menu {
		margin-left: 25px;
		margin-right: 46px
	}

	html[dir=rtl] .header__mobilenav-content .menu-item a:before {
		left: auto;
		right: -21px
	}

	.loader__text {
		font-size: 1.375em;
		padding-top: 30%
	}

	.loader__progress {
		bottom: 25%
	}

	.background-loop {
		display: none
	}

	.ancres__item-link {
		font-size: 2.5em;
		line-height: 100%;
		padding: 28px 0;
		width: 88%
	}

	.ancres__item-discover {
		display: none
	}

	.ancres__item-discover-icon {
		margin-left: 0
	}
}

@media screen and (max-width:350px) {
	.ancres__item-link {
		font-size: 1.875em
	}
}

@media screen and (max-width:992px) {
	.last-cases {
		padding-top: 60px
	}

	.last-cases__discover {
		display: block;
		margin-bottom: 60px
	}

	.last-cases__discover-text {
		font-size: 3.1875em;
		line-height: 115%;
		padding-right: 25px;
		width: auto
	}

	.last-cases__discover-image {
		display: none;
		margin-top: 63px
	}

	.last-cases__discover-image .box-image {
		margin-left: auto;
		width: 73.3333333333vw
	}

	.last-cases__discover-image .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 118.9090909091%;
		position: relative
	}

	.last-cases__discover-image .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%)
	}

	.last-cases__list {
		display: block;
		width: 86%
	}

	.last-cases__item:not(:last-child) {
		margin-bottom: 37px
	}

	html[dir=rtl] .last-cases__discover-text {
		padding-right: 0
	}

	.case-item {
		width: 100%
	}

	.case-item__exploit {
		font-size: 1.1875em;
		line-height: 128%;
		margin-top: 18px
	}

	.case-item__read {
		margin-top: 17px
	}

	.footer-contact {
		padding: 12.2938530735vh 25px 0
	}

	.footer-contact__header {
		display: block
	}

	.footer-contact__title {
		font-size: 3.75em;
		line-height: 93%;
		width: auto
	}

	.footer-contact__short {
		margin-left: 0;
		margin-top: 39px;
		padding-bottom: 0;
		width: auto
	}

	.footer-contact__places {
		display: block;
		margin-top: 16.9415292354vh;
		width: auto
	}

	.footer-contact__places-divider {
		margin-bottom: 12px;
		margin-top: 21px;
		width: 48px
	}

	.footer-contact__places-item {
		width: auto
	}

	.footer-contact__places-item:not(:last-child) {
		margin-bottom: 46px;
		margin-right: 0
	}

	.footer-contact__footer {
		flex-direction: column;
		margin-top: 22.4887556222vh
	}

	.footer-contact__footer-links {
		display: flex;
		justify-content: space-around;
		margin-bottom: 8px;
		margin-left: 0;
		margin-top: 22px
	}

	.footer-contact__link:not(:last-child) {
		margin-right: 0
	}

	.footer-contact__rights {
		display: block;
		order: 1;
		text-align: center
	}

	.footer-contact__up {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-bottom: 60px;
		position: static
	}

	.footer-contact__socials {
		margin: 0 auto;
		order: 0
	}

	html[dir=rtl] .footer-contact__socials {
		margin-right: auto
	}

	html[dir=rtl] .footer-contact__footer-links {
		margin-left: auto
	}
}

.post-list__mobileopener {
	display: none
}

@media screen and (max-width:992px) {
	.post-list__filters {
		display: block;
		margin-bottom: 60px
	}

	.post-list__filters-list {
		display: block;
		height: 0;
		overflow: hidden
	}

	.post-list__filters-list-item:not(:last-child) {
		margin-bottom: 25px
	}

	.post-list__filters-separator,.post-list__filters-title {
		display: none
	}

	.post-list__mobileopener {
		display: flex;
		flex-direction: column;
		justify-content: end;
		margin-bottom: 25px;
		width: 100%
	}

	.post-list__mobileopener-separator {
		background-color: hsla(0,0%,100%,.4);
		height: 2px;
		margin-top: 14px;
		width: 100%
	}

	.post-list__mobileopener-button {
		font-size: 1em;
		font-weight: 900;
		letter-spacing: .05em;
		margin-left: auto;
		text-transform: uppercase
	}

	.post-list__list {
		display: block
	}

	.post-list__list-pinned {
		margin-bottom: 9.5952023988vh;
		width: 100%
	}

	.post-list__list-pinned .case-item {
		width: 100%
	}

	.post-list__list-pinned .case-item__exploit {
		font-size: 1.1875em;
		line-height: 128%;
		margin-top: 18px
	}

	.post-list__list-pinned .case-item__read {
		margin-top: 17px
	}

	.post-list__list-others {
		display: block
	}

	.post-list__list-others .post-list__item:not(:last-child) {
		margin-bottom: 9.5952023988vh
	}

	.banner {
		background-color: #378fd0;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		padding-top: 29px
	}

	.banner__form {
		flex-direction: column;
		margin: 0;
		padding: 0 25px;
		width: 100%
	}

	.banner__form-title {
		font-size: 1.5625em;
		line-height: 93%;
		margin: 0 0 50px;
		max-width: 100%;
		text-align: center;
		width: auto
	}

	.banner__form .wpcf7 .row-submit {
		height: 39.4666666667vw;
		margin-bottom: 35px;
		margin-right: auto;
		width: 43.2vw
	}

	.banner__right {
		flex-direction: column;
		margin-bottom: 31px;
		order: 1
	}

	.banner__text {
		font-size: 3.1875em;
		line-height: 115%;
		list-style: none;
		margin-bottom: 24px;
		margin-left: 0;
		margin-top: 29;
		text-align: center;
		width: 100%
	}

	.banner__image {
		order: 2;
		transform: translate(0)
	}

	.banner__cta {
		height: 148px;
		width: 162px
	}

	.go-back {
		left: 25px;
		top: 110px
	}

	.go-back__arrow {
		width: 42px
	}

	.offices-map__popup {
		margin-bottom: 25px;
		overflow: hidden;
		position: static
	}

	.offices-map__popup-container {
		position: relative;
		width: 100%
	}

	.offices-map__popup-header img {
		height: 251px;
		object-fit: cover;
		object-position: center
	}

	.offices-map__popup-body {
		color: #fff;
		display: block;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 51px
	}

	.offices-map__popup-introduction {
		font-size: 1.1875em;
		line-height: 154%
	}

	.offices-map__popup-contact {
		margin-top: 60px
	}

	.offices-map__popup-close {
		bottom: auto;
		right: 10px;
		top: 10px
	}

	.offices-map__popup-close.white svg path {
		fill: #fff
	}

	.offices-map__popup-close svg path {
		fill: #dc545d
	}

	.offices-map__tabs {
		margin-left: 25px;
		margin-right: 25px;
		max-width: 100%
	}

	.offices-map__tabs-header {
		display: flex
	}

	.offices-map__tabs-item {
		display: flex;
		flex-direction: column;
		height: 55px;
		justify-content: space-between;
		width: 50%
	}

	.offices-map__tabs-item:not(:last-child) {
		margin-right: 28px
	}

	.offices-map__tabs-item-name {
		font-size: .6875em
	}

	.offices-map__tabs-item-trait {
		width: 100%
	}

	.offices-map__tabs-list--partners .offices-map__tabs-list-item:not(:last-child) {
		margin-bottom: 39px
	}

	.offices-map__tabs-list-item:not(:last-child) {
		margin-bottom: 25px
	}

	.offices-map__tabs-list-item-name {
		font-size: 4.3125em;
		line-height: 100%
	}

	.offices-map__tabs-list-item-city,.offices-map__tabs-list-item-country {
		font-size: 1.6875em;
		line-height: 100%
	}

	.offices-map__locations {
		margin-left: 0;
		max-width: none;
		width: 200%
	}

	.offices-map__locations-list-item-dot.is-primary {
		height: 6px;
		width: 6px
	}
}

#menu-toggle {
	cursor: pointer;
	height: 38px;
	position: relative;
	width: 38px
}

#menu-toggle span {
	background: #fff;
	display: block;
	transition: .25s ease-in-out
}

#menu-toggle #hamburger {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 76%
}

#menu-toggle #hamburger span {
	height: 2px;
	margin: 3px 0;
	position: relative;
	width: 100%
}

#menu-toggle #hamburger span:first-child {
	transition-delay: .5s
}

#menu-toggle #hamburger span:nth-child(2) {
	transition-delay: .625s
}

#menu-toggle #hamburger span:nth-child(3) {
	transition-delay: .75s
}

#menu-toggle #cross {
	height: 100%;
	position: absolute;
	transform: rotate(45deg);
	width: 100%
}

#menu-toggle #cross span {
	background-color: #fff
}

#menu-toggle #cross span:first-child {
	height: 0%;
	left: 48%;
	position: absolute;
	top: 10%;
	transition-delay: 0s;
	width: 2px
}

#menu-toggle #cross span:nth-child(2) {
	height: 2px;
	left: 10%;
	position: absolute;
	top: 48%;
	transition-delay: .25s;
	width: 0
}

.header.opened #menu-toggle #hamburger span {
	width: 0
}

.header.opened #menu-toggle #hamburger span:first-child {
	transition-delay: 0s
}

.header.opened #menu-toggle #hamburger span:nth-child(2) {
	transition-delay: .125s
}

.header.opened #menu-toggle #hamburger span:nth-child(3) {
	transition-delay: .25s
}

.header.opened #menu-toggle #cross span:first-child {
	height: 80%;
	transition-delay: .625s
}

.header.opened #menu-toggle #cross span:nth-child(2) {
	transition-delay: .375s;
	width: 80%
}

@media screen and (max-width:992px) {
	.homepage.js__entering-body-0 .homepage__rectangles-item:first-child,.homepage.js__entering-body-0 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-body-0 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-body-0 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-body-1 .homepage__rectangles-item:first-child,.homepage.js__entering-body-1 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-body-1 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-body-1 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-body-2 .homepage__rectangles-item:first-child,.homepage.js__entering-body-2 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-body-2 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-body-2 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-body-3 .homepage__rectangles-item:first-child,.homepage.js__entering-body-3 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-body-3 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-body-3 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-header-0 .homepage__rectangles-item:first-child,.homepage.js__entering-header-0 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-header-0 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-header-0 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-header-1 .homepage__rectangles-item:first-child,.homepage.js__entering-header-1 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-header-1 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-header-1 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-header-2 .homepage__rectangles-item:first-child,.homepage.js__entering-header-2 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-header-2 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-header-2 .homepage__rectangles-item:nth-child(4),.homepage.js__entering-header-3 .homepage__rectangles-item:first-child,.homepage.js__entering-header-3 .homepage__rectangles-item:nth-child(2),.homepage.js__entering-header-3 .homepage__rectangles-item:nth-child(3),.homepage.js__entering-header-3 .homepage__rectangles-item:nth-child(4) {
		transform: translate(0) scaleX(1) scaleY(.83)
	}

	.homepage.js__leaving-header-0 .js__homepage__section-item:first-child,.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-header {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-short,.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-subtitle-trait,.homepage.js__leaving-header-0 .js__homepage__section-item:first-child .homepage__sections-title {
		opacity: 0;
		transition: .3s ease-out;
		transition-property: opacity
	}

	.homepage.js__entering-body-0 .js__homepage__section-item:first-child,.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-body {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-body-overlay:before {
		transform: scaleX(1);
		transition: 1.2s ease-out;
		transition-property: transform
	}

	.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-full-text {
		opacity: 1;
		transform: translate(0);
		transition: .9s ease-out .96s;
		transition-property: transform,opacity
	}

	.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-link:before {
		transform: scale(1);
		transition: .5s ease-out 1.2s;
		transition-property: transform
	}

	.homepage.js__entering-body-0 .js__homepage__section-item:first-child .homepage__sections-link a {
		opacity: 1;
		transition: .8s ease-out 1.3666666667s;
		transition-property: opacity
	}

	.homepage.js__leaving-body-0 .js__homepage__section-item:first-child {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-body-overlay:before {
		transform: scaleX(0);
		transition: .8s ease-out .2s;
		transition-property: transform
	}

	.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-full-text {
		opacity: 0;
		transition: .2s ease-out;
		transition-property: opacity
	}

	.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-link:before {
		transform: scale(0);
		transition: .2s ease-out .1s;
		transition-property: transform
	}

	.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .homepage__sections-link a {
		opacity: 0;
		transition: .2s ease-out .1333333333s;
		transition-property: opacity
	}

	.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2),.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-header {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-short,.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-subtitle-trait,.homepage.js__leaving-header-1 .js__homepage__section-item:nth-child(2) .homepage__sections-title {
		opacity: 0;
		transition: .3s ease-out;
		transition-property: opacity
	}

	.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2),.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-body {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-body-overlay:before {
		transform: scaleX(1);
		transition: 1.2s ease-out;
		transition-property: transform
	}

	.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-full-text {
		opacity: 1;
		transform: translate(0);
		transition: .9s ease-out .96s;
		transition-property: transform,opacity
	}

	.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link:before {
		transform: scale(1);
		transition: .5s ease-out 1.2s;
		transition-property: transform
	}

	.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link a {
		opacity: 1;
		transition: .8s ease-out 1.3666666667s;
		transition-property: opacity
	}

	.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-body-overlay:before {
		transform: scaleX(0);
		transition: .8s ease-out .2s;
		transition-property: transform
	}

	.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-full-text {
		opacity: 0;
		transition: .2s ease-out;
		transition-property: opacity
	}

	.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link:before {
		transform: scale(0);
		transition: .2s ease-out .1s;
		transition-property: transform
	}

	.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .homepage__sections-link a {
		opacity: 0;
		transition: .2s ease-out .1333333333s;
		transition-property: opacity
	}

	.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3),.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-header {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-short,.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-subtitle-trait,.homepage.js__leaving-header-2 .js__homepage__section-item:nth-child(3) .homepage__sections-title {
		opacity: 0;
		transition: .3s ease-out;
		transition-property: opacity
	}

	.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3),.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-body {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-body-overlay:before {
		transform: scaleX(1);
		transition: 1.2s ease-out;
		transition-property: transform
	}

	.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-full-text {
		opacity: 1;
		transform: translate(0);
		transition: .9s ease-out .96s;
		transition-property: transform,opacity
	}

	.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link:before {
		transform: scale(1);
		transition: .5s ease-out 1.2s;
		transition-property: transform
	}

	.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link a {
		opacity: 1;
		transition: .8s ease-out 1.3666666667s;
		transition-property: opacity
	}

	.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-body-overlay:before {
		transform: scaleX(0);
		transition: .8s ease-out .2s;
		transition-property: transform
	}

	.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-full-text {
		opacity: 0;
		transition: .2s ease-out;
		transition-property: opacity
	}

	.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link:before {
		transform: scale(0);
		transition: .2s ease-out .1s;
		transition-property: transform
	}

	.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .homepage__sections-link a {
		opacity: 0;
		transition: .2s ease-out .1333333333s;
		transition-property: opacity
	}

	.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4),.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-header {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-short,.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-subtitle-trait,.homepage.js__leaving-header-3 .js__homepage__section-item:nth-child(4) .homepage__sections-title {
		opacity: 0;
		transition: .3s ease-out;
		transition-property: opacity
	}

	.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4),.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-body {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-body-overlay:before {
		transform: scaleX(1);
		transition: 1.2s ease-out;
		transition-property: transform
	}

	.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-full-text {
		opacity: 1;
		transform: translate(0);
		transition: .9s ease-out .96s;
		transition-property: transform,opacity
	}

	.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link:before {
		transform: scale(1);
		transition: .5s ease-out 1.2s;
		transition-property: transform
	}

	.homepage.js__entering-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link a {
		opacity: 1;
		transition: .8s ease-out 1.3666666667s;
		transition-property: opacity
	}

	.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) {
		opacity: 1;
		visibility: visible
	}

	.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-body-overlay:before {
		transform: scaleX(0);
		transition: .8s ease-out .2s;
		transition-property: transform
	}

	.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-full-text {
		opacity: 0;
		transition: .2s ease-out;
		transition-property: opacity
	}

	.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link:before {
		transform: scale(0);
		transition: .2s ease-out .1s;
		transition-property: transform
	}

	.homepage.js__leaving-body-3 .js__homepage__section-item:nth-child(4) .homepage__sections-link a {
		opacity: 0;
		transition: .2s ease-out .1333333333s;
		transition-property: opacity
	}

	.homepage {
		overflow: hidden;
		padding: 45px 29px
	}

	.homepage__center {
		top: 17.0914542729vh;
		width: 86.13%
	}

	.homepage__menu {
		width: auto
	}

	.homepage__menu-item {
		font-size: 3.4375em;
		padding: 17px 0
	}

	.homepage__menu-item-icon {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: opacity .2s ease .5s;
		width: 20px
	}

	.homepage__menu-item-icon svg {
		fill: #fff
	}

	.homepage__menu-item-trait {
		height: 2px
	}

	.homepage__menu-item-hover,.homepage__menu-item-trait.bottom,.homepage__menu-item:first-child .homepage__menu-item-trait {
		display: none
	}

	.homepage__phrase {
		font-size: 1.0625em;
		margin-top: 8.5457271364vh;
		width: 61.0666666667vw
	}

	.homepage__showcase {
		height: 47.8260869565vh;
		left: 0;
		transform: translate(0);
		width: 85.3333333333vw
	}

	.homepage__sections-title {
		font-size: 3.5625em;
		left: 6.6666666667vw;
		line-height: 103%;
		top: 28.1859070465vh
	}

	.homepage__sections-subtitle {
		display: block;
		left: 6.6666666667vw;
		top: 46.0269865067vh
	}

	.homepage__sections-subtitle-trait {
		margin-bottom: 9px;
		margin-left: 0;
		padding-top: 0;
		width: 48px
	}

	.homepage__sections-body-overlay,.homepage__sections-item.is-right .homepage__sections-body-overlay {
		height: 100%;
		left: 0;
		width: 78.9333333333vw
	}

	.homepage__sections-body-overlay:before,.homepage__sections-item.is-right .homepage__sections-body-overlay:before {
		transform-origin: left
	}

	.homepage__sections-short {
		font-size: 1.0625em;
		line-height: 140%;
		margin-left: 0;
		width: 69.8666666667vw
	}

	.homepage__sections-full,.homepage__sections-item.is-right .homepage__sections-full {
		padding-left: 7.7333333333vw;
		padding-top: 16.7916041979vh;
		width: 74.6666666667vw
	}

	.homepage__sections-full-text,.homepage__sections-item.is-right .homepage__sections-full-text {
		font-size: 1.125em
	}

	.homepage__sections-item.is-right .homepage__sections-link,.homepage__sections-link {
		height: 118px;
		left: 31.2vw;
		top: 497px;
		width: 130px
	}

	.homepage__sections-item.is-right .homepage__sections-link a,.homepage__sections-link a {
		font-size: .625em
	}

	.homepage__progress {
		bottom: 37.7811094453vh;
		right: 10.6666666667vw
	}

	.homepage__progress-label {
		font-size: .625em;
		left: 14px
	}

	.homepage__progress-arrow {
		top: 40.4797601199vh
	}

	.homepage__progress-total {
		display: none
	}

	.homepage__contact {
		overflow: auto
	}

	.homepage__contact-header {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 30%
	}

	.homepage__contact-title {
		font-size: 3.75em;
		margin-bottom: 25px
	}

	.homepage__contact-short {
		margin-left: 0;
		width: 85%
	}

	.homepage__contact-places {
		display: block;
		margin-top: 0;
		width: auto
	}

	.homepage__contact-places-item {
		display: block;
		margin-bottom: 35px;
		width: auto
	}

	.homepage__contact-places-item:not(:last-child) {
		margin-right: 0
	}

	.homepage__contact-footer {
		align-items: center;
		flex-direction: column
	}

	.homepage__contact-footer-links {
		margin-left: 0;
		margin-top: 22px
	}

	.homepage .explore {
		bottom: 4.047976012vh;
		left: auto;
		right: 13.3333333333vw;
		top: auto
	}

	.homepage .explore__label {
		margin-bottom: 0;
		transform: translateY(-40px) rotate(-90deg)
	}

	.homepage__progress-label {
		width: auto
	}

	html[dir=rtl] .homepage__phrase {
		right: auto
	}

	html[dir=rtl] .homepage__sections-subtitle,html[dir=rtl] .homepage__sections-title {
		margin-right: 25px
	}

	html[dir=rtl] .homepage__contact-title {
		width: auto
	}

	.expertises__header:after {
		background-color: transparent
	}

	.expertises__header:before {
		background-color: #7ac1af
	}

	.expertises__ancres {
		padding-bottom: 12.2938530735vh;
		padding-top: 12.2938530735vh
	}

	.expertises__list-item:first-child {
		padding-top: 10.1949025487vh
	}

	.expertises__list-item:not(:first-child) {
		padding-top: 10.4947526237vh
	}

	.expertises__list-item-header {
		display: block
	}

	.expertises__list-item-body {
		display: block;
		margin-top: 12.2938530735vh
	}

	.expertises__list-title {
		font-size: 2.5em;
		line-height: 100%;
		margin-right: 0;
		width: 76%
	}

	.expertises__list-introduction {
		font-size: 1.1875em;
		font-weight: 300;
		line-height: 138%;
		margin-top: 8.095952024vh;
		width: 86%
	}

	.expertises__list-image {
		height: auto;
		width: 73%
	}

	.expertises__list-image .box-image {
		position: static;
		width: 100%
	}

	.expertises__list-image .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 119.2727272727%;
		position: relative
	}

	.expertises__list-image .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%)
	}

	.expertises__list-keyphrases {
		font-size: 1.1875em;
		line-height: 128%;
		margin-top: 11.0944527736vh;
		max-width: 100%
	}

	.expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases,.expertises__list-keyphrases {
		margin-left: 70px;
		margin-right: 4.6476761619vh
	}

	html[dir=rtl] .expertises__list-item:nth-of-type(2n) .expertises__list-keyphrases {
		margin-right: 40px;
		padding-left: 5px
	}

	html[dir=rtl] .expertises__list-keyphrases ol li:before,html[dir=rtl] .expertises__list-keyphrases ul li:before {
		right: -25px
	}
}

.cabinet__filters-opener {
	display: none
}

@media screen and (max-width:992px) {
	.cabinet__header:after {
		background-color: transparent
	}

	.cabinet__header:before {
		background-color: #fdc556
	}

	.cabinet__about-mission {
		font-size: 1.875em;
		line-height: 128%;
		margin-bottom: 16.7916041979vh;
		margin-right: 25px;
		max-width: 100%
	}

	.cabinet__about-client {
		display: block;
		margin-bottom: 60px
	}

	.cabinet__about-client-image {
		margin-bottom: 6.4467766117vh;
		width: 73%
	}

	.cabinet__about-client-image .box-image {
		width: 100%
	}

	.cabinet__about-client-image .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 119.2727272727%;
		position: relative
	}

	.cabinet__about-client-image .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%)
	}

	.cabinet__about-client-text {
		font-size: 1.25em;
		line-height: 128%;
		margin-right: 25px;
		max-width: 100%
	}

	.cabinet__about-expert {
		padding-top: 70px
	}

	.cabinet__about-expert-bigtitle {
		font-size: 1.875em;
		line-height: 128%;
		margin-right: 25px;
		max-width: 100%
	}

	.cabinet__about-expert-row {
		display: block;
		margin-top: 100px
	}

	.cabinet__about-expert-row .cabinet__about-expert-image {
		margin-bottom: 6.4467766117vh;
		width: 73%
	}

	.cabinet__about-expert-row .cabinet__about-expert-image .box-image {
		width: 100%
	}

	.cabinet__about-expert-row .cabinet__about-expert-image .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 119.2727272727%;
		position: relative
	}

	.cabinet__about-expert-row .cabinet__about-expert-image .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%)
	}

	.cabinet__about-expert-row .cabinet__about-expert-text {
		font-size: 1.25em;
		line-height: 128%;
		margin-right: 25px;
		max-width: 100%
	}

	.cabinet__filters {
		display: block;
		margin: 0 25px;
		max-width: 100%;
		padding-bottom: 30px;
		position: relative
	}

	.cabinet__filters-opener {
		color: #162736;
		display: block;
		font-size: 1em;
		font-weight: 900;
		letter-spacing: .05em;
		line-height: 100%;
		position: absolute;
		right: 0;
		text-transform: uppercase;
		top: -18px;
		transform: translateY(-100%)
	}

	.cabinet__filters-separator {
		margin-bottom: 5.2473763118vh;
		margin-right: 0;
		margin-top: 18px
	}

	.cabinet__filters-list {
		column-gap: 41px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		height: 0;
		overflow: hidden;
		row-gap: 25px
	}

	.cabinet__filters-list-item:not(:last-child) {
		margin-right: 0
	}

	.cabinet__team-name {
		font-size: 1.625em;
		line-height: 105%
	}

	.cabinet__team-list {
		column-gap: 15px;
		grid-template-columns: repeat(2,1fr);
		row-gap: 27px
	}

	.cabinet__team-office,.cabinet__team-positions {
		font-size: .6875em
	}

	.cabinet__fiables {
		display: block;
		padding-top: 8.5457271364vh
	}

	.cabinet__fiables-text {
		font-size: 3.1875em;
		line-height: 115%;
		margin-left: 25px;
		margin-right: 25px
	}

	.cabinet__fiables-image {
		display: flex;
		justify-content: flex-end;
		margin-left: 0;
		margin-top: 10.9445277361vh
	}

	.cabinet__fiables-image .box-image {
		width: 73.3333333333vw
	}

	.cabinet__fiables-image .box-image__container {
		height: 0;
		overflow: hidden;
		padding-top: 118.1818181818%;
		position: relative
	}

	.cabinet__fiables-image .box-image__container img {
		height: auto;
		left: 50%;
		max-width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%)
	}

	html[dir=rtl] .cabinet__about-mission {
		margin-left: 25px
	}

	html[dir=rtl] .cabinet__filters-separator {
		margin-left: 0
	}

	html[dir=rtl] .cabinet__filters-opener {
		left: 0;
		right: auto
	}

	.references__introduction {
		font-size: 1.6875em;
		line-height: 128%;
		margin-top: 14.2428785607vh
	}

	.newsroom__bg {
		display: none
	}

	.newsroom__header {
		margin-top: 63px;
		position: relative
	}

	.newsroom__header-bigtitle {
		font-size: 3.1875em;
		line-height: 115%
	}

	.newsroom__header-bigtitle:before {
		height: calc(100% + 342px);
		top: -165px;
		width: 100%
	}

	.newsroom__list {
		margin-top: 9.4452773613vh
	}

	html[dir=rtl] .newsroom__header-bigtitle:before {
		width: calc(100% + 25px)
	}

	.references-single .go-back {
		left: 25px;
		top: 19.4902548726vh
	}

	.references-single .go-back__arrow {
		width: 42px
	}

	.references-single__header-bigtitle {
		font-size: 1.875em;
		line-height: 115%;
		padding-top: 12.4437781109vh
	}

	.references-single__header-img {
		margin-top: 11.0944527736vh;
		position: relative
	}

	.references-single__header-category {
		bottom: 25px;
		left: 25px;
		padding: 0
	}

	.references-single__header-category-name {
		font-size: .6875em
	}

	.references-single__intro {
		margin-top: 12.4437781109vh
	}

	.references-single__intro-text {
		font-size: 1.6875em;
		line-height: 128%;
		margin-bottom: 11.6941529235vh;
		margin-left: 0;
		max-width: 100%;
		padding: 0 25px
	}

	.references-single__section-title {
		font-size: 1em;
		line-height: 135%;
		margin-bottom: 8.6956521739vh;
		max-width: 100%;
		padding: 0 25px;
		width: 100%
	}

	.references-single__approach,.references-single__depart {
		margin-left: 0;
		max-width: 100%;
		padding: 0 25px
	}

	.references-single__approach-title,.references-single__depart-title {
		font-size: 1.6875em;
		line-height: 128%;
		margin-bottom: 6.4467766117vh
	}

	.references-single__approach-body ol,.references-single__approach-body ul,.references-single__depart-body ol,.references-single__depart-body ul {
		display: block;
		margin-left: 22px
	}

	.references-single__approach-body ol li,.references-single__approach-body ul li,.references-single__depart-body ol li,.references-single__depart-body ul li {
		width: 100%
	}

	.references-single__approach-body ol li:before,.references-single__approach-body ul li:before,.references-single__depart-body ol li:before,.references-single__depart-body ul li:before {
		left: -22px
	}

	.references-single__image1 {
		margin-bottom: 80px;
		margin-left: 0;
		width: 100%
	}

	.references-single__results {
		margin-top: 100px;
		padding-bottom: 80px
	}

	.references-single__results-title {
		font-size: 2.9375em;
		height: 140px;
		line-height: 148%;
		position: static;
		transform: none;
		width: 100%
	}

	.references-single__results-body {
		font-size: 1.5em;
		line-height: 164%;
		max-width: 100%;
		padding: 68px 25px 0
	}

	html[dir=rtl] .references-single__approach,html[dir=rtl] .references-single__depart,html[dir=rtl] .references-single__intro-text {
		margin-right: 0
	}

	html[dir=rtl] .references-single__approach-body ol li:before,html[dir=rtl] .references-single__approach-body ul li:before,html[dir=rtl] .references-single__depart-body ol li:before,html[dir=rtl] .references-single__depart-body ul li:before,html[dir=rtl] .references-single__results-body ol li:before,html[dir=rtl] .references-single__results-body ul li:before {
		left: auto;
		right: -25px
	}

	.news-single .go-back {
		left: 25px;
		top: 17.2413793103vh
	}

	.news-single .go-back__arrow {
		width: 42px
	}

	.news-single__header:before {
		width: 100%
	}

	.news-single__header-bigtitle {
		font-size: 1.875em;
		line-height: 115%;
		padding-top: 12.4437781109vh
	}

	.news-single__header-img {
		margin-top: 11.0944527736vh;
		position: relative
	}

	.news-single__section-title {
		font-size: 1em;
		line-height: 135%;
		margin-bottom: 8.6956521739vh;
		max-width: 100%;
		padding: 0 25px;
		width: 100%
	}

	.news-single__summary-text {
		font-size: 1.6875em;
		line-height: 128%;
		margin-bottom: 11.6941529235vh;
		margin-left: 0;
		max-width: 100%;
		padding: 0 25px
	}

	.news-single__intro {
		margin-top: 12.4437781109vh
	}

	.news-single__intro-text {
		font-size: 1.1875em;
		line-height: 164%;
		margin-bottom: 11.6941529235vh;
		margin-left: 0;
		max-width: 100%;
		padding: 0 25px
	}

	.news-single__image1 {
		margin-left: 0;
		width: 100%
	}

	.news-single__pb {
		height: 22.7886056972vh
	}

	.news-single__pagination {
		justify-content: center;
		padding-right: 0
	}

	.news-single__pagination-button {
		height: 140px;
		width: 154px
	}

	.news-single__pagination-button.prev {
		margin-right: 17px
	}

	.news-single__pagination-label {
		font-size: .5625em;
		line-height: 145%;
		margin-bottom: 9px
	}

	html[dir=rtl] .news-single__intro-text,html[dir=rtl] .news-single__summary-text {
		margin-right: 0
	}

	.contact__pagetitle {
		color: #fff;
		display: block;
		font-size: .875em;
		font-weight: 700;
		letter-spacing: .13em;
		padding-bottom: 21px;
		padding-left: 8.2666666667vw;
		padding-top: 50px;
		text-transform: uppercase
	}

	.contact__title {
		font-size: 4.0625em;
		line-height: 93%;
		margin-top: 0;
		max-width: 100%
	}

	.contact__form {
		display: block
	}

	.contact__form-title {
		font-size: 1.5625em;
		line-height: 110%;
		margin-bottom: 50px;
		margin-right: 0;
		width: 68%
	}

	.contact__form-body .wpcf7 {
		width: 100%
	}

	.contact__form-body .wpcf7 .row.row-1 {
		display: block
	}

	.contact__form-body .wpcf7 .row .input-group {
		margin-bottom: 34px
	}

	.contact__form-body .wpcf7 .row .input-group:after {
		width: 100%
	}

	.contact__form-body .wpcf7 .row-submit {
		height: 148px;
		margin-right: auto;
		width: 162px
	}

	.contact__form-body .wpcf7 .row-submit input[type=submit] {
		font-size: .875em;
		line-height: 145%
	}

	.contact__orelse {
		margin-top: 132px
	}

	.contact__orelse-title {
		font-size: 1.5625em;
		line-height: 110%;
		margin-bottom: 26px;
		width: 68%
	}

	html[dir=rtl] .contact__pagetitle {
		direction: rtl;
		padding-left: 0;
		padding-right: 8.2666666667vw
	}

	main.not-found {
		padding-top: 73px
	}

	.not-found__rects {
		height: 556px;
		top: 96px;
		width: 96%;
		z-index: -1
	}

	.not-found__rects-item {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		top: 50%;
		width: 100%
	}

	.not-found__rects-item:first-child {
		height: 100%;
		transform: translateY(-50%);
		width: 100%
	}

	.not-found__rects-item:nth-child(2) {
		height: 96.5%;
		transform: translateY(-50%);
		width: 97.5%
	}

	.not-found__rects-item:nth-child(3) {
		height: 93%;
		transform: translateY(-50%);
		width: 95%
	}

	.not-found__rects-item:nth-child(4) {
		height: 89.5%;
		transform: translateY(-50%);
		width: 92.5%
	}

	.not-found__header {
		display: block;
		margin: 0;
		max-width: 80%;
		padding-left: 25px
	}

	.not-found__header-title {
		font-size: 3.4375em;
		line-height: 130%;
		margin-top: 64px;
		width: 100%
	}

	.not-found__header-text {
		font-size: 1.0625em;
		margin-top: 40px;
		width: 100%
	}

	.not-found__separator {
		margin: 37px 0 0 25px
	}

	.not-found__links {
		margin-left: 25px;
		margin-top: 40px
	}

	.not-found__links-item {
		display: block
	}

	.not-found__links-item:first-child {
		margin-bottom: 27px;
		margin-right: 0
	}

	.not-found__footer {
		margin-top: 119px;
		position: static
	}

	html[dir=rtl] .not-found__header,html[dir=rtl] .not-found__separator {
		margin-right: auto
	}

	.team-single__header {
		display: block
	}

	.team-single__header-bg {
		height: calc(100% + 102px);
		top: -102px
	}

	.team-single__header-info {
		margin-left: 25px;
		margin-top: 0;
		padding-bottom: 60px;
		padding-top: 12.4437781109vh
	}

	.team-single__header-name {
		font-size: 3.1875em;
		line-height: 115%
	}

	.team-single__header-office,.team-single__header-positions {
		font-size: 1.1875em;
		width: 90%
	}

	.team-single__header-photo {
		width: 100%
	}

	.team-single__header-photo .box-image {
		margin-left: 0;
		width: 100%
	}

	.team-single__intro {
		max-width: 100%;
		padding: 0 25px
	}

	.team-single__intro-title {
		margin-bottom: 32px
	}

	.team-single__intro-title-trait {
		margin-top: 12px
	}

	.team-single__intro-text {
		font-size: 1.375em;
		line-height: 158%;
		padding-bottom: 7.4962518741vh
	}

	html[dir=rtl] .team-single__header-info {
		margin-right: 25px
	}

	.implantations__header:before {
		background-color: #dc545d
	}
}

.simple-page__body {
	padding-left: 20px;
	padding-right: 20px
}

.simple-page__body h2 {
	font-size: 2em
}

.simple-page__back {
	left: 29px
}
/*# sourceMappingURL=index.css.map */



.homepage__sections-fulls {
    width: 74vw;
    padding-left: 14.552083vw;
    padding-top: 16.037037vh;
}


.listdiv {
	display: flex;
	justify-content: space-between;
	    flex-wrap: wrap;
	    opacity: 0;
    transform: translateY(25px);
}

.homepage.js__entering-body-0 .js__homepage__section-item:first-child .listdiv{
	opacity: 1;
    transform: translate(0);
    transition: .9s ease-out .96s;
    transition-property: transform,opacity;
}

.homepage.js__leaving-body-0 .js__homepage__section-item:first-child .listdiv{
	    opacity: 0;
    transition: .2s ease-out;
    transition-property: opacity;
}



.homepage.js__entering-body-1 .js__homepage__section-item:nth-child(2) .listdivs{
	opacity: 1;
    transform: translate(0);
    transition: .9s ease-out .96s;
    transition-property: transform,opacity;
}



.homepage.js__leaving-body-1 .js__homepage__section-item:nth-child(2) .listdivs{
	    opacity: 0;
    transition: .2s ease-out;
    transition-property: opacity;
}

.homepage.js__entering-body-2 .js__homepage__section-item:nth-child(3) .listdivss{
	    opacity: 1;
    transform: translate(0);
    transition: .9s ease-out .96s;
    transition-property: transform,opacity;
}

.homepage.js__leaving-body-2 .js__homepage__section-item:nth-child(3) .listdivss{
	    opacity: 0;
    transition: .2s ease-out;
    transition-property: opacity;
}




.homepage .homepage__menupp{
	 /*opacity: 1;*/
    transition: 2s ease-out;
}




.listdiv .items{
	 width: calc(50% - 15px);
    background-color: #378fd0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    margin-bottom: 30px;
   box-shadow: 0px 0px 10px rgba(200,200,200,0.9);
}

.listdivs .items{
    background-color: #7ac1af;
}

.listdivss .items{
    background-color: #fdc556;
}

/*.listdiv .items:nth-child(2){
    background-color: #7bdcb5;
}
.listdiv .items:nth-child(3){
    background-color: #fcb900;
}
.listdiv .items:nth-child(4){
    background-color: #f78da7;
}
.listdiv .items:nth-child(5){
    background-color: #8ed1fc;
}
.listdiv .items:nth-child(6){
    background-color: #9b51e0;
}
*/

.listdiv .items .left{
	width: 35%;
	   overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.listdiv .items .left img{
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.listdiv .items:hover  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);
}

.listdiv .items .right{
	width: 63%;
	padding:10px;
}

.listdiv .items .right h4{
	color: #fff;
	padding-bottom: 15px;
	font-size: 18px;
}

.listdiv .items .right p{
	color: #fff;
	line-height: 1.42;
}

.homepage__sections-links{
    left: 68.5vw;
	width: auto;
}
.homepage__sections-links.blue:before {
    display: none;
}



.homepage.js__entering-3 .homepage__contact {
     opacity: 1; 
     transition: 1s ease-out .5s; 
     visibility: visible; 
}

.homepage.js__in-sections #homepage__menupps{
	opacity: 0 !important;
}

.homepage.js__entering-body-0 #homepage__menupps{
	opacity: 0 !important;

}

