.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), transparent);
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), transparent);
	background-image: linear-gradient(270deg, rgba(0,0,0,.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), transparent);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), transparent);
	background-image: linear-gradient(90deg, rgba(0,0,0,.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), transparent);
	background-image: linear-gradient(0deg, rgba(0,0,0,.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), transparent);
	background-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent);
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s;
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data: image/svg+xml;	charset=utf-8, %3Csvg viewBox='0 0 120 120' xmlns='http: //www.w3.org/2000/svg' xmlns: xlink='http: //www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink: href='%23a' opacity='.27'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data: image/svg+xml;	charset=utf-8, %3Csvg viewBox='0 0 120 120' xmlns='http: //www.w3.org/2000/svg' xmlns: xlink='http: //www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink: href='%23a' opacity='.27'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink: href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.footer .wrapper, .main-menu .wrapper {
	padding: 165px 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.title-anim, .title-special-anim {
	opacity: 0;
}

.title-anim .word-inside, .title-special-anim .word-inside {
	-webkit-transition: -webkit-transform .7s;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s;
	-webkit-transform: translateY(120%);
	transform: translateY(120%);
	opacity: 0;
	white-space: pre;
}

.text-anim {
	opacity: 0;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s .2s;
	transition: opacity .5s .2s, -webkit-transform .7s .2s;
	transition: transform .7s .2s, opacity .5s .2s;
	transition: transform .7s .2s, opacity .5s .2s, -webkit-transform .7s .2s;
}

[data-intersection=true] .title-anim, [data-intersection=true] .title-special-anim {
	opacity: 1;
}

[data-intersection=true] .title-anim .word-inside, [data-intersection=true] .title-special-anim .word-inside {
	-webkit-transition: -webkit-transform .7s;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

[data-intersection=true] .text-anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

html {
	scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
}

.section-contacts~.section-contact .description, .text-p2, strong {
	font-size: 24px;
	font-weight: 500;
}

/* .button, a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .1s;
	transition: color .1s;
	color: #000;
	font-size: inherit;
	line-height: 1.25;
	stroke: currentColor;
	fill: currentColor;
	text-decoration: none;
} */

.button .icon-hover, a .icon-hover {
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
	-webkit-transform: translate(-10px,10px);
	transform: translate(-10px,10px);
	opacity: 0;
}

.button:hover, a:hover {
	color: #fc605c;
}

.button:hover .icon-hover, a:hover .icon-hover {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.button:active, a:active {
	color: #f0433f;
}

.button:disabled, a:disabled {
	color: #b5bbbb;
}

.button svg, a svg {
	margin-left: 30px;
	height: 1em;
}

.link-white {
	color: #fff;
	font-weight: 700;
}

.link-white:hover {
	text-decoration: none;
	color: #fff;
}

.link-black {
	color: #000;
	font-weight: 700;
}

.link-black:hover {
	text-decoration: none;
	color: #fc605c;
}

.section-about .right-title, .section-contact .description {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

.hide {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0 0,0 0,0 0);
	-webkit-clip-path: polygon(0 0,0 0,0 0);
	overflow: hidden !important;
}

.link-underline {
	text-decoration: none;
}

.link-underline .link-text {
	position: relative;
}

.link-underline .link-text:after {
	content: "";
	display: block;
	width: 100%;
	height: .1em;
	background-color: currentColor;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.link-underline:hover .link-text:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.link-arrow {
	display: inline-block;
	overflow: hidden;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	padding: 0 50px 0 0;
}

.link-arrow svg {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 100%;
	-webkit-transition: stroke-dasharray .7s 10ms, -webkit-transform .4s 50ms;
	transition: stroke-dasharray .7s 10ms, -webkit-transform .4s 50ms;
	transition: transform .4s 50ms, stroke-dasharray .7s 10ms;
	transition: transform .4s 50ms, stroke-dasharray .7s 10ms, -webkit-transform .4s 50ms;
	stroke-dashoffset: 140px;
	stroke-dasharray: 34px, 70px;
}

.link-arrow span {
	display: inline-block;
	-webkit-transition: -webkit-transform .55s;
	transition: -webkit-transform .55s;
	transition: transform .55s;
	transition: transform .55s, -webkit-transform .55s;
}

.link-arrow span+svg {
	right: auto;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	stroke-dasharray: 50px, 70px;
	-webkit-transition: stroke-dasharray .4s .2s, -webkit-transform .7s;
	transition: stroke-dasharray .4s .2s, -webkit-transform .7s;
	transition: transform .7s, stroke-dasharray .4s .2s;
	transition: transform .7s, stroke-dasharray .4s .2s, -webkit-transform .7s;
}

.link-arrow:hover svg {
	stroke-dasharray: 50px, 70px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.link-arrow:hover span {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.link-arrow:hover span+svg {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	stroke-dasharray: 34px, 70px;
	-webkit-transition: stroke-dasharray .2s, -webkit-transform .7s;
	transition: stroke-dasharray .2s, -webkit-transform .7s;
	transition: transform .7s, stroke-dasharray .2s;
	transition: transform .7s, stroke-dasharray .2s, -webkit-transform .7s;
}

a[target=_blank] {
	color: #fc605c;
	text-decoration: underline;
}

a[target=_blank]:hover {
	color: #f0433f;
	text-decoration: none;
}

.round-btn {
	color: #fc605c;
}

.round-btn .link-text {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

.round-btn .arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 34px;
}

.round-btn .arrow svg {
	margin: 0 0 0 4px;
}

.ko-progress-circle {
	width: 66px;
	height: 66px;
	background-color: #becfcf;
	border-radius: 50%;
}

.ko-progress-circle .ko-progress-circle__fill, .ko-progress-circle .ko-progress-circle__slice {
	width: 66px;
	height: 66px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	border-radius: 50%;
}

.ko-progress-circle .ko-progress-circle__slice {
	clip: rect(0,66px,66px,33px);
}

.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
	clip: rect(0,33px,66px,0);
	background-color: #f0433f;
}

.ko-progress-circle .ko-progress-circle__overlay {
	width: 62px;
	height: 62px;
	position: absolute;
	margin-left: 2px;
	margin-top: 2px;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.round-btn:hover .ko-progress-circle__fill, .round-btn:hover .ko-progress-circle__slice.full {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.round-btn:hover .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
}

html.menu-open, html.menu-open body {
	overflow: hidden;
	height: 100%;
}

.main-wrapper {
	background-color: #fff;
}

.footer .row, .main-menu .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 110%;
	color: #000;
}

.footer .col, .main-menu .col {
	width: 22%;
	padding-right: 5.5%;
}

.footer .col-title, .main-menu .col-title {
	text-transform: uppercase;
	line-height: 1.42;
	margin-bottom: 30px;
	color: rgba(29,29,27,.3);
	letter-spacing: -.03em;
}

.footer .col-mid, .main-menu .col-mid {
	width: 38%;
}

.footer .col-big, .main-menu .col-big {
	width: 40%;
}

.footer .col-big .col-title, .main-menu .col-big .col-title {
	margin-bottom: 10px;
}

.footer .col-big .socials, .main-menu .col-big .socials {
	width: 100%;
}

.footer .socials, .main-menu .socials {
	width: 78%;
	margin-top: 11vh;
}

.footer .socials .social-item, .main-menu .socials .social-item {
	overflow: hidden;
}

.footer .socials .social-link, .main-menu .socials .social-link {
	color: #231f20;
}

.footer .socials svg, .main-menu .socials svg {
	fill: currentColor;
	stroke: none;
}

.footer .language, .main-menu .language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: auto;
	margin-left: 0;
}

.footer .language .language-item, .main-menu .language .language-item {
	font-size: 18px;
	overflow: hidden;
}

.footer .language .language-item~.language-item, .main-menu .language .language-item~.language-item {
	margin-left: 20px;
}

.footer .language .language-item a, .main-menu .language .language-item a {
	color: #7e8888;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: 500;
	padding: 0;
}

.footer .language .language-item a.active, .main-menu .language .language-item a.active {
	color: #fc605c;
}

.footer .links, .main-menu .links {
	font-size: 20px;
}

.footer .links ul, .main-menu .links ul {
	color: #9e9e9e;
	margin-bottom: 15px;
}

.footer .links ul .link, .main-menu .links ul .link {
	font-size: 60%;
	line-height: 1.3;
	font-weight: 400;
}

.footer .link, .main-menu .link {
	text-decoration: none;
	color: inherit;
	font-size: 1em;
	line-height: 2;
	font-weight: 500;
	-webkit-transition: color .3s;
	transition: color .3s;
	padding: 0;
}

.footer .link:hover, .main-menu .link:hover {
	color: #fc605c;
}

.footer .link-main, .main-menu .link-main {
	font-size: 72px;
	line-height: 1.5;
	letter-spacing: -2px;
	font-weight: 600;
}

.text-block {
	width: 610px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.text-block .description {
	width: 78%;
	padding-top: 40px;
	line-height: 1.56;
	position: relative;
	margin-top: auto;
	overflow: hidden;
}

.text-block .description:before {
	display: block;
	width: 45%;
	height: 3px;
	content: "";
	background-color: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
}

.horizontal-scroll:after, .horizontal-scroll:before {
	content: "";
	display: table;
}

.horizontal-scroll-wr {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.horizontal-scroll-body, .horizontal-scroll-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.horizontal-scroll-body {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 650px;
	padding: 70px 106px 70px 80px;
	text-decoration: inherit;
	color: inherit;
	background-color: #ffffff;
	color: #000;
	line-height: inherit;
	position: relative;
	-webkit-transition: color .2s 10ms, opacity .3s, -webkit-transform .3s linear;
	transition: color .2s 10ms, opacity .3s, -webkit-transform .3s linear;
	transition: color .2s 10ms, transform .3s linear, opacity .3s;
	transition: color .2s 10ms, transform .3s linear, opacity .3s, -webkit-transform .3s linear;
}

.card.active:hover.card.active h3 {
	width: 60px;
	height: 30px;
	text-decoration: underline;
}

.card svg {
	fill: currentColor;
	stroke: currentColor;
}

.card .card-body {
	position: relative;
	z-index: 10;
}

.card .card-body strong {
	font-size: inherit;
	font-weight: inherit;
}

.card .text-wrapper {
	display: block;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.card .icon-hover {
	position: absolute;
	bottom: 0;
	left: 0;
}

.card .hidden-text {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.card h3 {
	margin-bottom: 10px;
	color: #fc605c;
	-webkit-transition: color .2s 50ms;
	transition: color .2s 50ms;
	position: relative;
}

.card:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.card.active {
	color: #fff;
}

.card.active:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.card.active h3 {
	color: #ff3333;
	font-size: bold;
}

.card.active .text-wrapper {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.card.active .hidden-text {
	opacity: 1;
}

.card.active .icon-hover {
	color: #fff;
}

.card~.card {
	margin-left: 60px;
}

.card .card-arrow {
	display: inline-block;
	width: 1px;
	height: 1em;
	position: relative;
	vertical-align: bottom;
	overflow: visible;
}

.card .card-arrow svg {
	position: absolute;
	height: 100%;
	width: auto;
	bottom: 0;
	right: -1em;
	-webkit-transform: translate(-10px,10px);
	transform: translate(-10px,10px);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
}

.card:hover .card-arrow svg {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.comment p {
	font-weight: 500;
}

textarea.field {
	overflow: hidden;
}

.field {
	width: 50%;
	margin-bottom: 50px;
	padding: 0 20px;
	position: relative;
}

.field .input, .field .title {
	-webkit-appearance: none;
	width: 100%;
	padding: 24px;
	font-size: 18px;
	line-height: 1.39;
	border-radius: 0;
}

.field .input:-webkit-autofill, .field .input:-webkit-autofill:active, .field .input:-webkit-autofill:focus, .field .input:-webkit-autofill:hover, .field .title:-webkit-autofill, .field .title:-webkit-autofill:active, .field .title:-webkit-autofill:focus, .field .title:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #000 inset !important;
	-webkit-text-fill-color: #fff !important;
	background-clip: content-box !important;
}

.field .input {
	color: #fff;
	border-bottom: 1px solid hsla(0,0%,100%,.2);
	background-color: transparent;
}

.field .input:focus {
	outline: none;
}

.field .input.dirty:invalid {
	border-bottom: 1px solid #fc605c;
}

.field textarea.input {
	overflow: hidden;
}

.field .title {
	padding-left: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-webkit-transform: translateY(0) translateX(44px) scale(1);
	transform: translateY(0) translateX(44px) scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}

.field .title .optional {
	opacity: .6;
}

.field .hint-message {
	padding: 2px 0;
	color: #fc605c;
	position: absolute;
	top: 100%;
	left: 0;
}

.field .input.filled+.title, .field .input:focus+.title {
	-webkit-transform: translateY(-15px) translateX(44px) scale(.78);
	transform: translateY(-15px) translateX(44px) scale(.78);
	opacity: .3;
}

.field-full {
	width: 100%;
}

.file .remove {
	-webkit-transition: .2s;
	transition: .2s;
	color: inherit;
	border: none;
	background-color: transparent;
}

.file .remove:focus {
	outline: none;
}

.file .button {
	width: 100%;
}

.file .button .file-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.file .button .file-name-item {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.file .button-text {
	display: inline-block;
	-webkit-transition: color .2s;
	transition: color .2s;
	white-space: pre;
}

.file.filled {
	font-weight: 500;
}

.file.filled .button-white {
	text-decoration: none;
}

.file.filled .remove {
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-decoration: none;
	color: #4d4d4d;
	font-weight: 500;
}

.file.filled .remove:hover {
	color: #fc605c;
}

.file.filled .button-text {
	margin-left: 10px;
	text-decoration: underline;
	color: #fff;
	font-weight: 500;
}

.button {
	cursor: pointer;
	color: #fc605c;
	border: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
}

.button:focus {
	outline: none;
}

.button-white {
	color: hsla(0,0%,100%,.5);
}

.socials {
	list-style: none;
}

.socials svg {
	margin-left: 0;
	fill: #fff;
	-webkit-transition: fill .3s, stroke .3s;
	transition: fill .3s, stroke .3s;
}

.socials .social-link {
	padding: 0;
}

.socials a:hover svg {
	fill: #fc605c;
	stroke: #fc605c;
}

.socials li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials li~li {
	margin-left: 25px;
}

.project-steps {
	background-color: #000;
	color: #fff;
	padding: 80px 0;
	margin: 30px 0;
	-webkit-box-shadow: 280px 0 0 #000, -280px 0 0 #000;
	box-shadow: 280px 0 0 #000, -280px 0 0 #000;
}

.project-steps>:first-child {
	color: #fc605c;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.project-steps>*+* {
	margin-top: 20px;
}

.project-steps>ul {
	margin-top: 50px;
	font-size: 16px;
	line-height: 1.37;
	font-weight: 600;
	margin-left: 53px;
	padding-left: 27px;
	border-left: 3px solid #272727;
}

.project-steps>ul>li {
	position: relative;
}

.project-steps>ul>li:not(:last-child) {
	margin-bottom: 60px;
}

.project-steps>ul>li+li:before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #272727;
	border-left: 3px solid #272727;
	top: -38px;
	left: -72px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.project-steps>ul>li:nth-child(4):before {
	top: 25px;
}

.project-steps>ul>li:nth-child(5):before {
	top: -100px;
}

.project-steps>ul span {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	color: #fc605c;
}

.project-steps>ul p {
	font-size: 16px;
}

.project-steps svg {
	width: 35px;
	height: 35px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: -83px;
}

.project-steps ul ul {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 3px solid #272727;
	margin-left: -30px;
	position: relative;
}

.project-steps ul ul:after {
	margin-left: 30px;
}

.project-steps ul ul>* {
	position: absolute;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 125px;
	padding: 7px 17px;
	margin: 0;
}

.project-steps ul ul>* svg {
	left: 12px;
}

.project-steps ul ul>:after {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #272727;
	border-left: 3px solid #272727;
}

.project-steps ul ul>:first-child {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 10px;
}

.project-steps ul ul>:first-child svg {
	left: -67px;
}

.project-steps ul ul>:first-child:after {
	bottom: -29px;
	left: 34px;
	-webkit-transform: rotate(-98deg);
	transform: rotate(-98deg);
}

.project-steps ul ul>:nth-child(2) {
	padding-left: 58px;
	left: 74px;
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.project-steps ul ul>:nth-child(2):after {
	top: -80px;
	right: -3px;
	left: auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.project-steps ul ul>:nth-child(3) {
	left: 74px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 58px;
}

.project-steps ul ul>:nth-child(3):after {
	bottom: -14px;
	left: -24px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.crumbs {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fc605c;
}

.crumbs .crumbs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
	padding: 0;
	list-style: none;
}

.crumbs li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.crumbs a {
	padding: 20px;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
	color: hsla(0,0%,100%,.6);
}

.crumbs a.active, .crumbs a:hover {
	color: #fff;
}

.submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #f2f6f6;
	background-color: #fff;
	font-weight: 500;
}

.submenu a {
	padding: 31px 13px;
	text-decoration: none;
	color: inherit;
}

.submenu .parents-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -13px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	color: #7e8888;
	background-color: #f2f6f6;
	position: relative;
}

.submenu .parents-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.submenu .parents-list li+li:before {
	width: 7px;
	margin: 0;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.108 4.5L.439 1.498 1.561.502 5.115 4.5 1.56 8.498.439 7.502 3.108 4.5z' fill='%23BECFCF'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
}

.submenu .parents-list li:last-child a {
	padding-right: 30px;
}

.submenu .parents-list:after {
	width: 0;
	height: 0;
	margin: auto;
	content: "";
	border: 10px solid transparent;
	border-left-color: #f2f6f6;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
}

.submenu .children-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.submenu .children-list li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.submenu .children-list a {
	padding: 31px 25px;
}

.submenu .children-list li:first-child a {
	padding-left: 37px;
}

.submenu .children-list a.active, .submenu .children-list li:hover a {
	color: #fc605c;
}

.sticky-bar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 20;
}

.sticky-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 20;
	-webkit-transition: .15s linear;
	transition: .15s linear;
}

.sticky-wrapper.open {
	-webkit-transform: none !important;
	transform: none !important;
}

.siblings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -20px 100px;
}

.siblings a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 56px 70px;
	-webkit-transition: color .2s, background-color .3s;
	transition: color .2s, background-color .3s;
	text-decoration: none;
	color: inherit;
	background-color: #f2f6f6;
}

.siblings a:hover {
	color: #fff;
	background-color: #fc605c;
}

.siblings a:hover .icon-base {
	opacity: 0;
}

.siblings a:hover .icon-hover {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.siblings .sibling {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: calc(33.3333% - 40px);
	margin: 20px;
}

.siblings .sibling-name {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: -.02em;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
}

.siblings .icon {
	display: block;
	width: 100%;
	height: 80px;
	position: relative;
	margin-bottom: 20px;
}

.siblings .icon>* {
	width: auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.video-box {
	position: relative;
	padding-top: 56%;
	width: 100%;
}

.video-box>*, .video-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image-box {
	width: 100%;
	margin: 70px 0;
}

.image-box>*, .image-box img {
	width: 100%;
}

.images-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 70px 0;
}

.images-row img {
	width: calc(50% - 35px);
	height: 10%;
}

.images-row img+img {
	margin-left: 70px;
}

.content-block, .content-block-row {
	margin-top: 200px;
	margin-bottom: 200px;
}

.content-block-row h2, .content-block h2 {
	margin-bottom: 50px;
}

.content-block-row p, .content-block p {
	width: 100%;
	max-width: 610px;
}

.content-block-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 200px -20px;
}

.challenge-block {
	width: 50%;
	margin: 0 20px;
}

.challenge-block h2 {
	margin-bottom: 90px;
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.options--dark {
	background-color: #000;
}

.copy-container {
	position: fixed;
	z-index: -999;
	width: 1px;
	height: 1px;
	opacity: 0;
	top: -2px;
}

.copy-btn {
	width: 50px;
	height: 50px;
	padding: 5px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.copy-btn .icon {
	width: 70%;
}

.select {
	position: relative;
	width: 80%;
}

.select:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='none'%3E%3Cpath d='M1 1l9 8 9-8' stroke='%23000'/%3E%3C/svg%3E");
	position: absolute;
	right: 12px;
	top: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	pointer-events: none;
}

.select.dropped {
	border-color: orange;
}

.select.dropped .select__dropdown {
	display: block;
}

.select.dropped:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.select__input {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dadada;
	font-size: 14px;
	border-radius: 50px;
}

.select__input:focus {
	border-color: 1px solid orange;
}

.select__dropdown {
	width: 100%;
	background-color: #f8f8f8;
	color: #00f;
	position: absolute;
	left: 0;
	right: 0;
	top: 51px;
	display: none;
	z-index: 1;
	max-height: 250px;
	overflow: auto;
}

.select__option {
	font-size: 14px;
	min-height: 40px;
	padding: 10px 20px;
}

.select__option:hover {
	background-color: orange;
	color: #fff;
}

.text_with_header {
	padding: 30px 0;
}

.text_with_header p {
	font-size: 15px;
	line-height: 1.53;
	color: #000;
	opacity: .8;
	margin: 1.5em 0;
}

.text_with_header h2 {
	font-size: 30px;
	line-height: 1.1;
	font-size: 55px;
}

.text_with_header h3 {
	font-size: 24px;
	line-height: 1.3;
}

blockquote {
	margin: 20px 0;
	position: relative;
	color: #000;
}

blockquote p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	margin: 1.2em 0;
}

blockquote .icon {
	display: none;
}

blockquote.optional-quote {
	padding: 32px 0;
}

blockquote.optional-quote .icon {
	display: block;
	fill: #fc605c;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
}

blockquote.optional-color_block {
	background: #fc605c;
	color: #fff;
	padding: 30px 25px 30px 20px;
	margin: 20px 0;
}

blockquote.optional-color_block .quote__inner {
	padding: 0;
}

blockquote.optional-line {
	padding: 0 0 0 20px;
	margin: 20px 0;
}

blockquote.optional-line:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
	background: #fc605c;
}

.text-plus_image>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text-plus_image>div>* {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.text-plus_image {
	padding: 20px 0;
	font-size: 15px;
	line-height: 23px;
}

.text-plus_image img {
	width: 100%;
	margin-bottom: 20px;
}

.text-plus_image p {
	margin: 1.2em;
}

.text-plus_image>p {
	max-width: 70%;
}

.text-plus_image.optional-foto_first>div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.text-plus_image.optional-text_first>div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.text-plus_image.optional-text_first>div img {
	margin-bottom: 0;
	margin-top: 20px;
}

.uikit-block.technologies {
	padding: 30px 0;
}

.uikit-block.technologies h2, .uikit-block.technologies h3, .uikit-block.technologies h4, .uikit-block.technologies h5 {
	display: block;
	margin-bottom: 20px;
}

.uikit-block.technologies p {
	font-size: 16px;
	line-height: 1.5;
	opacity: .8;
	margin-bottom: 26px;
}

.uikit-block.technologies ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
}

.uikit-block.technologies ul li {
	width: 47%;
	margin-bottom: 1.2em;
}

.uikit-block.technologies ul li:nth-child(odd) {
	margin-right: 15px;
}

.image__block {
	padding: 20px 0;
}

.image__block>p {
	margin: 1.5em 0;
}

.image__block>p:last-of-type {
	margin-bottom: 3em;
}

.image__block img {
	width: 100%;
}

.image__block figcaption {
	font-size: 15px;
	line-height: 1.5;
	opacity: .6;
	margin: 20px auto 0;
	padding: 0 20px;
}

.image__block.optional-image figcaption {
	display: none;
}

.three_el_list {
	padding: 30px 0;
}

.three_el_list>p {
	margin: 1.2em 0;
}

.three_el_list>p:last-of-type {
	margin-bottom: 2em;
}

.three_el_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.three_el_list ul h3 {
	font-size: 24px;
}

.three_el_list ul h4 {
	font-size: 16px;
}

.three_el_list ul p {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -.01em;
	color: #333;
}

.three_el_list ul a {
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: -.02em;
	color: #fc605c;
	margin-top: 15px;
	font-weight: 600;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0 0 2px;
	overflow: visible;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8.75h22v2H1v-2z' fill='%23FC605C' stroke='%23FC605C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.788 17.446l-.98-.89 6.212-6.833-6.21-6.833.979-.89 7.02 7.723-7.02 7.723z' fill='%23FC605C' stroke='%23FC605C' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: -44px 6px;
}

.three_el_list ul a:hover {
	padding: 0 0 2px 44px;
	background-position: 0 6px;
	color: #f0433f;
}

.three_el_list ul a:hover:before {
	width: 0;
}

.three_el_list ul a:hover:after {
	background-position: 44px 6px;
}

.three_el_list ul a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	right: 0;
	background-color: #fc605c;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
}

.three_el_list ul a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 24px;
	height: 25px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	display: none;
	right: -44px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8.75h22v2H1v-2z' fill='%23FC605C' stroke='%23FC605C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.788 17.446l-.98-.89 6.212-6.833-6.21-6.833.979-.89 7.02 7.723-7.02 7.723z' fill='%23FC605C' stroke='%23FC605C' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: right 6px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.three_el_list ul a:active:before {
	left: 44px;
	width: calc(100% - 44px);
}

.three_el_list ul h2, .three_el_list ul h3, .three_el_list ul h4 {
	margin-bottom: 16px;
}

.three_el_list ul>*+* {
	margin-top: 40px;
}

.three_el_list ul .element__counter, .three_el_list ul .element_link {
	font-weight: 600;
}

.three_el_list.optional_count_header_text .element__counter {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -.03em;
	color: #becfcf;
	margin-bottom: 10px;
}

.three_el_list.optional_upheader_text .element__counter {
	font-size: 13px;
	line-height: 1.6;
	text-transform: uppercase;
	color: #fc605c;
	margin-bottom: 13px;
}

.three_el_list.optional_upheader_text .element__counter span:before {
	content: "/";
	display: inline-block;
	color: #becfcf;
	margin-right: 4px;
}

.list {
	padding: 30px 0;
	font-size: 15px;
	line-height: 1.2;
}

.list ul {
	list-style: none;
}

.list span {
	font-weight: 700;
}

.list li {
	position: relative;
	margin-bottom: 30px;
}

.list>p {
	margin: 1.3em 0;
}

.list>p:last-of-type {
	margin-bottom: 4em;
}

.list.optional-dotted-list li {
	padding-left: 24px;
}

.list.optional-dotted-list li:before {
	content: "\2022";
	position: absolute;
	color: #fc605c;
	font-weight: 700;
	display: inline-block;
	width: 20px;
	left: 0;
	line-height: 23px;
}

.list.optional-boldheader-list {
	counter-reset: element;
}

.list.optional-boldheader-list li {
	padding-left: 32px;
}

.list.optional-boldheader-list li:before {
	counter-increment: element;
	content: counter(element);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fc605c;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

.list.optional-bigheader-list {
	counter-reset: element;
}

.list.optional-bigheader-list li {
	padding-left: 32px;
}

.list.optional-bigheader-list li:before {
	counter-increment: element;
	content: counter(element);
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fc605c;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

.list.optional-bigheader-list span {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 12px;
	display: inline-block;
	width: 100%;
}

.list.optional-bigheader-list h3 {
	margin-bottom: 20px;
}

.list.optional-bigheader-list h4 {
	display: inline-block;
}

.steps-list {
	counter-reset: element;
	padding: 30px 0;
}

.steps-list ul {
	list-style: none;
	margin-left: 30px;
}

.steps-list li {
	margin-bottom: 30px;
	position: relative;
	line-height: 1.5;
}

.steps-list li:before {
	content: "";
	background-color: #7e8888;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: -29px;
	margin-right: 20px;
	line-height: 24px;
	top: 8px;
	position: absolute;
	z-index: 2;
}

.steps-list li:after {
	content: "";
	display: block;
	background-color: #becfcf;
	position: absolute;
	opacity: .4;
	width: 2px;
	height: 100%;
	height: calc(100% + 30px);
	top: 10px;
	left: -26px;
	z-index: 1;
}

.steps-list li:first-child:before {
	width: 12px;
	height: 12px;
	top: 6px;
	margin-left: -31px;
}

.steps-list li:last-child:after {
	content: none;
}

.steps-list span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 4px;
	display: inline-block;
	width: 100%;
}

.steps-list span:before {
	counter-increment: element;
	content: "Step " counter(element) ": ";
	color: #fc605c;
	margin-right: 16px;
}

.steps-list>p {
	margin: 1.5em 0;
}

.steps-list>p:last-of-type {
	margin-bottom: 4em;
}

.steps-list.optional-large {
	padding: 35px 0;
}

.steps-list.optional-large span {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.15;
}

.steps-list.optional-large li:before {
	top: 7px;
	background-color: #fc605c;
}

.steps-list.optional-large li:first-child:before {
	top: 5px;
}

.uikit-block.table-wrap {
	padding: 20px 0;
}

.uikit-block.table-wrap p {
	margin: 1.5em 0;
}

.uikit-block.table-wrap>p:last-of-type {
	margin-bottom: 4em;
}

.uikit-block.table-wrap>p {
	max-width: 70%;
}

.uikit-block table {
	font-size: 13px;
}

.uikit-block thead {
	background-color: #000;
	color: #fff;
}

.uikit-block tr {
	height: 60px;
	vertical-align: middle;
}

.uikit-block th {
	border: 1px solid #000;
	vertical-align: middle;
	text-align: left;
	padding: 13px;
	line-height: 1.23;
}

.uikit-block td {
	padding: 13px;
	border: 1px solid #dfe6e6;
	line-height: 1.55;
}

.uikit-block strong {
	font-size: inherit;
}

.accordion {
	padding: 20px 0;
	scroll-behavior: smooth;
}

.accordion>p {
	margin: 1.5em 0;
}

.accordion>p:last-of-type {
	margin-bottom: 4em;
}

.accordion li {
	border-bottom: 2px solid #f2f6f6;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.accordion li h4 {
	font-size: 16px;
}

.accordion li p {
	margin: 0;
}

.accordion li:first-child {
	border-top: 2px solid #f2f6f6;
}

.accordion li.active [role=button], .accordion li>[role=button]:hover {
	color: #fc605c;
}

.accordion li.active [role=button]:after {
	content: "\2013";
	color: #7e8888;
}

.accordion li.active>div {
	max-height: 700px;
	-webkit-transition: all .4s linear .2s;
	transition: all .4s linear .2s;
}

.accordion li>div {
	font-size: 15px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	max-height: 0;
	line-height: 1.5;
	padding-right: 26px;
}

.accordion li>div>*+* {
	margin-top: 1.2em;
}

.accordion li>div>:last-child {
	padding-bottom: 20px;
}

.accordion li [role=button] {
	padding: 20px 35px 20px 0;
	line-height: 1.4;
	text-transform: none;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}

.accordion li [role=button]:after {
	content: "+";
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	color: #becfcf;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
}

.file-wrap {
	padding: 20px 0;
	max-width: 870px;
}

.file-wrap p {
	margin: 1.5em 0;
}

.file-wrap>div {
	-webkit-box-shadow: 0 0 40px -8px #ccc;
	box-shadow: 0 0 40px -8px #ccc;
	padding: 18px 95px 18px 18px;
	position: relative;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
}

.file-wrap em {
	font-size: 13px;
	line-height: 1.7;
	color: #7e8888;
	opacity: .8;
	display: block;
	font-weight: 400;
}

.file-wrap a {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.file-wrap a, .file-wrap a:visited {
	text-decoration: none;
}

.file-wrap a circle {
	fill: #fff;
	opacity: .5;
}

.file-wrap a .border-circle {
	stroke: #becfcf;
}

.file-wrap a .loader-circle {
	stroke: red;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.file-wrap a:hover .loader-circle {
	-webkit-animation: circle-fill 3s ease forwards;
	animation: circle-fill 3s ease forwards;
}

.file-wrap a:active svg {
	-webkit-animation: press .3s ease;
	animation: press .3s ease;
	animation-direction: normal, reverse;
}

.file-wrap a span {
	display: none;
	color: #fc605c;
	font-weight: 600;
	font-size: 18px;
}

.file-wrap a svg {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.tabs {
	padding: 20px 0;
	scroll-behavior: smooth;
}

.tabs>p {
	margin: 1.5em 0;
}

.tabs>p:last-of-type {
	margin-bottom: 2em;
}

.tabs [role=button] {
	display: block;
	padding: 20px 35px 20px 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-transform: none;
	cursor: pointer;
	position: relative;
	border-top: 2px solid #f2f6f6;
}

.tabs [role=button]:after {
	content: "+";
	display: block;
	position: absolute;
	right: 0;
	top: 17px;
	font-size: 20px;
	color: #becfcf;
	width: 20px;
	height: 20px;
	fill: #fc605c;
}

.tabs [role=button].active {
	color: #fc605c;
	text-decoration: underline;
}

.tabs [role=button].active:after {
	content: "\2013";
	color: #fc605c;
}

.tabs [role=button].active+* {
	max-height: 800px;
	padding-bottom: 20px;
}

.tabs [role=button]+* {
	overflow: hidden;
	max-height: 0;
	padding-bottom: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.tabs [role=button]+:last-child {
	border-bottom: 2px solid #f2f6f6;
}

.icons-and-text {
	padding: 40px 0 0;
}

.icons-and-text>p {
	margin: 2em 0;
}

.icons-and-text>p:last-of-type {
	margin-bottom: 5em;
}

.icons-and-text ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.icons-and-text li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.37;
	letter-spacing: -.02em;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.icons-and-text li>* {
	display: block;
}

.icons-and-text li svg {
	margin-bottom: 20px;
}

.optional-four-black, .optional-six-black {
	background-color: #000;
	-webkit-box-shadow: 280px 0 0 #000, -280px 0 0 #000;
	box-shadow: 280px 0 0 #000, -280px 0 0 #000;
	color: #fff;
}

.optional-four-black li, .optional-six-black li {
	color: #fff;
}

.optional-four-white, .optional-six-white {
	background-color: #fff;
}

.optional-four-white li, .optional-six-white li {
	color: #000;
}

.optional-six-black li, .optional-six-white li {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.optional-four-black li, .optional-four-white li {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.header.home {
	background: #000;
	color: #fff;
}

.container {
	width: 1520px;
	margin: auto;
}

.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding-top: 130px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.main-menu .link-item {
	overflow: hidden;
}

.main-menu.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.main-menu .wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 30px;
}

.main-menu .row {
	width: 100%;
}

.section .word {
	display: inline-block;
	overflow: hidden;
	margin-bottom: -.2em;
	padding-bottom: .6em;
}

.section .word .word-inside {
	display: inline-block;
	white-space: pre;
	color: #003366;
}

.section-full {
	min-height: 100vh;
	padding: 15vh 0;
}

.section .col-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 39.1%;
	margin-right: 300px;
}

.section .subtitle {
	display: inline-block;
	margin-bottom: 40px;
	color: #fc605c;
}

.section-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #000;
	-webkit-box-shadow: 0 -300px 0 #000;
	box-shadow: 0 -300px 0 #000;
}

.section-hero .word {
	float: left;
}

.section-hero .title:after {
	content: "";
	display: block;
	clear: both;
}

.section-hero .section-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-hero .left-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 58.5%;
}

.section-hero .right-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 52.4%;
}

.section-hero .slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.section-hero .slider .image {
	opacity: 0;
}

.section-hero .slider .swiper-container {
	width: 100%;
}

.section-hero .slider .swiper-slide-active .image, .section-hero .slider .swiper-slide-duplicate-active .image {
	-webkit-animation: rise-in .7s .3s forwards;
	animation: rise-in .7s .3s forwards;
}

.section-hero .slider .swiper-slide-duplicate-next .image, .section-hero .slider .swiper-slide-duplicate-prev .image, .section-hero .slider .swiper-slide-next .image, .section-hero .slider .swiper-slide-prev .image {
	-webkit-animation: rise-out .4s 0s forwards;
	animation: rise-out .4s 0s forwards;
}

.section-hero .slide, .section-hero .slider-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.section-hero .image {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.section-hero .hero-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 82.4%;
}

.section-hero .hero-text .text-slider {
	margin-bottom: 75px;
	vertical-align: middle;
	line-height: 1;
}

.section-hero .hero-text .text-slider .static-part {
	display: inline;
	vertical-align: middle;
	line-height: 1;
}

.section-hero .hero-text .text-slider .static-part .word:last-child:after {
	content: "";
	display: inline;
	white-space: pre;
	font-size: 1px;
}

.section-hero .hero-text .text-slider .dynamic-part {
	display: inline;
	vertical-align: middle;
	color: #fc605c;
}

.section-hero .hero-text .text-slider .dynamic-part .slide>.word .word-inside {
	white-space: pre;
}

.section-hero .hero-text .text-slider .slide {
	display: inline;
	vertical-align: baseline;
	line-height: 1;
	display: none;
}

.section-hero .hero-text .text-slider .slide.active {
	display: inline;
	position: relative;
}

.section-hero .hero-link {
	color: #fc605c;
	font-weight: 600;
}

.section-services {
	width: 100%;
	height: 200vh;
	display: block;
	counter-reset: services-counter;
	border-bottom: 3px solid #f2f6f6;
	position: relative;
	padding: 0;
}

.section-services a:not(.active):hover {
	color: inherit;
}

.section-services .services-paginator {
	position: absolute;
	right: 0;
	top: 0;
	color: #ff3333;
	font-weight: 600;
	line-height: 2.4;
	font-size: 20px;
}

.section-services .text-block {
	min-height: 65vh;
}

.section-services .skip-button {
	cursor: pointer;
	font-size: 20px;
	line-height: 1.25;
	background-color: transparent;
	color: #7e8888;
}

.section-services .skip-button:focus {
	outline: none;
}

.section-services .section-wr {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
}

.section-services .hide-title {
	overflow: hidden;
	position: absolute;
}

.section-services .hide-title span {
	display: block;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.section-services .container {
	position: relative;
}

.section-services .container-footer {
	margin: 0 auto;
	text-align: right;
}

.section-services h2 {
	margin-bottom: 263px;
	-webkit-transition: -webkit-transform .5s .1s;
	transition: -webkit-transform .5s .1s;
	transition: transform .5s .1s;
	transition: transform .5s .1s, -webkit-transform .5s .1s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-services .horizontal-scroll {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	position: absolute;
	right: -20px;
	overflow-y: scroll;
	padding: 15vh 0;
}

.section-services .horizontal-scroll-wr {
	position: relative;
	right: -20px;
}

.section-services .horizontal-scroll-body {
	position: absolute;
	bottom: 0;
	top: 20%;
}

.section-services .card {
	counter-increment: services-counter;
}

.section-services .card .icon {
	position: relative;
	z-index: 3;
	padding-right: 20px;
	-webkit-transform: translateY(110px);
	transform: translateY(110px);
	-webkit-transition: -webkit-transform .2s .1s;
	transition: -webkit-transform .2s .1s;
	transition: transform .2s .1s;
	transition: transform .2s .1s, -webkit-transform .2s .1s;
}

.section-services .card .icon>img {
	width: 45px;
}

.section-services .card .icon .icon-hover {
	opacity: 0;
}

.section-services .card .card-body {
	-webkit-transition: -webkit-transform .2s .1s;
	transition: -webkit-transform .2s .1s;
	transition: transform .2s .1s;
	transition: transform .2s .1s, -webkit-transform .2s .1s;
	-webkit-transform: translateY(110px);
	transform: translateY(110px);
}

.section-services .card.active .icon {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.section-services .card.active .icon .icon-base {
	opacity: 0;
}

.section-services .card.active .icon .icon-hover {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.section-services .card.active .card-body {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-services .hide-info h {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.section-services .hide-info .description {
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.section-services .hide-info .hide-title span {
	-webkit-transition: -webkit-transform .3s .2s;
	transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
	transition: transform .3s .2s, -webkit-transform .3s .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #ff3333;
}

.section-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #fc605c;
}

.section-about h2 {
	width: 50%;
	margin-bottom: 100px;
}

.section-about .section-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-about strong {
	color: #000;
	font-size: inherit;
	font-weight: inherit;
}

.section-about .text-h3 {
	margin-bottom: 215px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.section-about .right-title {
	width: 100%;
	letter-spacing: -.02em;
}

.section-coming {
	padding: 0;
	text-align: center;
}

.section-coming .container {
	padding: 158px 0 178px;
	border-top: 3px solid #f2f6f6;
}

.section-coming .clock-icon {
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	fill: #becfcf;
}

.section-coming h2 {
	margin-bottom: 45px;
	color: #fc605c;
}

.section-coming .coming-text {
	width: 560px;
	margin: auto;
}

.section-hiring {
	padding: 15vh 0;
	background-color: #f2f6f6;
}

.section-hiring .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-hiring .subtitle {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.section-hiring h2 {
	margin-bottom: 70px;
}

.section-hiring .description {
	margin-top: 0;
}

.section-hiring .hiring-list {
	letter-spacing: -.02em;
	font-size: 36px;
	line-height: 1.2;
}

.section-hiring .hiring-list li~li {
	margin-top: 80px;
}

.section-hiring .col-left {
	width: 39%;
	margin-right: 11%;
}

.section-hiring .col-right {
	width: 50%;
	margin-left: auto;
}

.section-hiring a {
	font-size: inherit;
	color: inherit;
}

.section-hiring a:hover {
	text-decoration: underline;
}

.section-feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15vh 0;
}

.section-feedback .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-feedback .swiper-container {
	width: 100%;
}

.section-feedback h2 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 192px;
}

.section-feedback .description {
	width: 100%;
	margin-top: 0;
}

.section-feedback .col-left {
	width: 480px;
	margin-right: 13%;
}

.section-feedback .col-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 52%;
}

.section-feedback .col-right:before {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 36px;
	height: 28px;
	margin-right: 42px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='37' height='29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.257.053l6.943 4.26c-3.397 4.907-5.151 10.016-5.263 15.329v8.41H.012v-7.636c.037-3.541 1.007-7.23 2.911-11.067C4.864 5.476 7.31 2.377 10.257.053zm18.812 0l6.943 4.26C32.615 9.22 30.86 14.33 30.749 19.643v8.41H18.824v-7.636c.037-3.541 1.007-7.23 2.91-11.067 1.942-3.873 4.387-6.972 7.335-9.296z' fill='%23FC605C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.section-feedback .client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-feedback .client .client-photo {
	width: 84px;
	height: 84px;
	margin-right: 29px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.section-feedback .client .client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
}

.section-feedback .client .client-name {
	display: block;
	font-size: 24px;
	line-height: 1.42;
}

.section-feedback .client .client-company {
	display: block;
	color: rgba(0,0,0,.4);
}

.section-feedback .comment p {
	padding-bottom: 166px;
	letter-spacing: -.02em;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.58;
}

.section-feedback .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: flex-start;
}

.section-feedback .swiper-pagination-bullet {
	width: 46px;
	height: 46px;
	margin-right: 14px;
	-webkit-transition: background-size .3s, width .3s;
	transition: background-size .3s, width .3s;
	opacity: 1;
	color: rgba(0,0,0,.4);
	background-color: transparent;
	font-weight: 700;
}

.section-feedback .swiper-pagination-bullet:focus, .section-feedback .swiper-pagination-bullet:hover {
	color: #000;
	outline: none;
}

.section-feedback .swiper-pagination-bullet-active {
	color: #fff !important;
	background-color: #000;
}

.section-feedback .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 14px 0 0;
}

.section-feedback .swiper-pagination .swiper-pagination-bullet {
	display: none;
	overflow: hidden;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s;
}

.section-feedback .swiper-pagination .show, .section-feedback .swiper-pagination .swiper-pagination-bullet-active, .section-feedback .swiper-pagination .swiper-pagination-bullet:first-child, .section-feedback .swiper-pagination .swiper-pagination-bullet:last-child {
	display: block;
	width: 45px;
}

.section-feedback .swiper-pagination .dots {
	display: block;
	width: 45px;
	pointer-events: none;
	color: transparent;
	position: relative;
}

.section-feedback .swiper-pagination .dots:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	content: "\2026";
	color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
}

.section-feedback .swiper-pagination .swiper-pagination-bullet:first-child:not(.swiper-pagination-bullet-active), .section-feedback .swiper-pagination .swiper-pagination-bullet:last-child:not(.swiper-pagination-bullet-active) {
	color: rgba(0,0,0,.4);
}

.section-feedback .swiper-pagination .swiper-pagination-bullet:first-child:not(.swiper-pagination-bullet-active):hover, .section-feedback .swiper-pagination .swiper-pagination-bullet:last-child:not(.swiper-pagination-bullet-active):hover {
	color: #000;
}

.section-feedback .swiper-pagination .swiper-pagination-bullet:first-child:not(.swiper-pagination-bullet-active):before, .section-feedback .swiper-pagination .swiper-pagination-bullet:last-child:not(.swiper-pagination-bullet-active):before {
	display: none;
}

.section-feedback .marquee {
	display: block;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	padding-top: 15vh;
}

.section-feedback .marquee-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	min-width: 100vw;
	padding: 40px 0;
}

.section-feedback .marquee-body img {
	width: 145px;
	height: auto;
	margin-left: 90px;
	opacity: .3;
}

.section-feedback .marquee-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 200%;
	-webkit-animation: marquee-anim 20s linear infinite;
	animation: marquee-anim 20s linear infinite;
	will-change: transform;
}

.section-feedback.dark {
	background: #000;
	color: #fff;
}

.section-feedback.dark h2 {
	color: #fc605c;
}

.section-feedback.dark .text-block .description:before {
	background: hsla(0,0%,100%,.5);
}

.section-feedback.dark .swiper-pagination .swiper-pagination-bullet-active {
	background: #fc605c;
	color: #fff;
}

.section-feedback.dark .swiper-pagination-bullet, .section-feedback.dark .swiper-pagination .swiper-pagination-bullet:first-child:not(.swiper-pagination-bullet-active), .section-feedback.dark .swiper-pagination .swiper-pagination-bullet:last-child:not(.swiper-pagination-bullet-active) {
	color: hsla(0,0%,100%,.4);
}

.section-feedback.dark .swiper-pagination .dots {
	color: transparent;
}

.section-feedback.dark .swiper-pagination .dots:before {
	color: hsla(0,0%,100%,.4);
}

.section-feedback.dark .marquee-body img {
	opacity: .5;
}

.section-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #000;
}

.section-contact a {
	color: #fc605c;
	text-decoration: none;
}

.section-contact a:hover {
	text-decoration: underline;
}

.section-contact h2 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 86px;
}

.section-contact .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-contact .col-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25.1%;
	margin-right: 17.5%;
}

.section-contact .col-right {
	width: 54.6%;
}

.section-contact .address {
	display: block;
	margin-top: auto;
	text-decoration: none;
	color: #fff;
}

.section-works .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15vh 0;
}

.section-works h2 {
	width: 100%;
	margin-bottom: 125px;
}

.section-works .text-block {
	width: 30.8%;
}

.section-works .description {
	width: 100%;
}

.section-works .col-left {
	width: 30%;
	margin-right: 20%;
}

.section-works .col-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 3;
	width: 50%;
}

.section-works .col-right p {
	padding-right: 40px;
}

.section-works .counter-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-works .counter-block p {
	margin-top: auto;
}

.section-works .link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	margin-left: auto;
	font-weight: 700;
}

.section--black {
	background-color: #000;
	padding: 40px 0;
	-webkit-box-shadow: 280px 0 0 #000, -280px 0 0 #000;
	box-shadow: 280px 0 0 #000, -280px 0 0 #000;
}

.section-inner {
	overflow: hidden;
	width: 100%;
}

.section-inner h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 80px;
	letter-spacing: -.02em;
	line-height: 1.2;
	max-width: 1170px;
}

.section-inner .page-description {
	width: 100%;
	margin: 160px auto;
}

.section-inner .page-description P {
	max-width: 740px;
	margin-bottom: 1em;
	letter-spacing: -.02em;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.58;
	position: relative;
}

.section-inner h1+p {
	padding-top: 42px;
}

.section-inner h1+p:before {
	display: block;
	width: 210px;
	height: 3px;
	content: "";
	background-color: rgba(190,207,207,.5);
	position: absolute;
	top: 0;
	left: 0;
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.form.preload .field .title {
	opacity: .2;
}

.form.preload .form-footer .field, .form.preload .input {
	pointer-events: none;
	opacity: .3;
}

.form .form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-top: 30px;
	padding-right: 20px;
}

.form .form-footer .field {
	margin-bottom: 0;
}

.form .button-send {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form .button-send span {
	display: block;
}

.form .button-send .sending-caption {
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
}

.form .button-send .icon {
	margin: auto 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	stroke-dasharray: 34px, 70px;
	stroke-dashoffset: 140px;
}

.form .button-send:disabled {
	color: #fc605c;
}

.form .button-send .preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	margin-right: -40px;
	margin-left: 25px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.form .button-send .preloader .preloader-dot {
	display: block;
	width: 8px;
	height: 8px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: preloader-pulse 2s linear infinite alternate;
	animation: preloader-pulse 2s linear infinite alternate;
	border-radius: 50%;
	background-color: currentColor;
	position: relative;
	left: 16px;
}

.form .button-send .preloader .preloader-dot~.preloader-dot {
	margin-left: 10px;
}

.form .button-send .preloader .preloader-dot:nth-child(2) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	left: -2px;
}

.form .button-send .preloader .preloader-dot:nth-child(3) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: -20px;
}

.form.validate .button-send .icon {
	display: block;
	position: absolute;
	stroke: currentColor;
}

.form .success {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 120px;
	color: #fc605c;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}

.form .success span {
	display: block;
	margin-bottom: 50px;
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	transition: opacity .4s, -webkit-transform .5s;
	transition: transform .5s, opacity .4s;
	transition: transform .5s, opacity .4s, -webkit-transform .5s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center;
	letter-spacing: -.02em;
	opacity: 0;
	line-height: 1.42;
}

.form .success svg {
	-webkit-transition: stroke-dasharray .7s .7s;
	transition: stroke-dasharray .7s .7s;
	stroke-dasharray: 0, 500px;
}

.form .success.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form .success.show span {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.form .success.show svg {
	stroke-dasharray: 150px, 500px;
}

.footer {
	left: 0;
	right: 0;
	position: relative;
	bottom: 0;
	margin-bottom: -5px;
}

.footer, .footer .container {
	background-color: #fff;
}

.footer .wrapper {
	padding: 130px 0 110px;
}

.footer .language {
	display: none;
}

.footer .footer-title {
	color: #fc605c;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 1.333;
	font-family: Formular-Bold, Arial, Helvetica, sans-serif;
}

.footer .links-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .links-horizontal .link {
	margin-right: 5px;
}

.works-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: -40px;
	padding: 63px 0;
}

.work-wr {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 31.6%;
	height: 0;
	margin-top: 40px;
	padding-top: 31.6%;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.work {
	background-position: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	color: #000;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.work, .work .bg-desktop, .work .bg-mobile {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
}

.work .bg-desktop, .work .bg-mobile {
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
}

.work .bg-mobile {
	display: none;
}

.work .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 43px 60px;
	-webkit-transform: perspective(5000px) translateZ(100px) scale(.88);
	transform: perspective(5000px) translateZ(100px) scale(.88);
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.work .title {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.1;
}

.work p {
	font-size: 20px;
}

.work-light {
	color: #fff;
}

.work-big {
	width: 65.8%;
}

.next {
	width: 100%;
	padding: 80px 16px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #fc605c;
	margin-top: 30px;
	text-decoration: underline;
}

.next .next-title .word-inside {
	text-decoration: underline;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration-color .15s ease;
	transition: -webkit-text-decoration-color .15s ease;
	transition: text-decoration-color .15s ease;
	transition: text-decoration-color .15s ease, -webkit-text-decoration-color .15s ease;
}

.next:hover .next-title .word-inside {
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

.next>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.next .subtitle {
	margin-bottom: 12px;
	text-transform: uppercase;
	opacity: .5;
	font-size: 16px;
	line-height: 1.6;
}

.next .next-title, .next .subtitle {
	display: inline-block;
	font-weight: 600;
}

.next .next-title {
	letter-spacing: -.02em;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
}

.next span {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.next:hover {
	color: #fff;
}

.next:hover span:after {
	max-width: 0;
}

.project-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -.02em;
	font-weight: 500;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.project-info a {
	text-decoration: underline;
}

.project-info h5 {
	font-size: inherit;
	font-weight: inherit;
	color: #7e8888;
	margin-bottom: 20px;
}

.project-info li {
	width: 25%;
	font-weight: inherit;
	padding-right: 85px;
}

.main-wrapper .sticky-wrapper {
	-webkit-transform: none !important;
	transform: none !important;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.uikit {
	margin-top: 200px;
}

.uikit-block h1 {
	margin-bottom: 30px;
}

.uikit-block h2 {
	margin-bottom: 20px;
}

.uikit-block h3 {
	margin-bottom: 18px;
}

.uikit-block h4 {
	margin-bottom: 15px;
}

.section-contacts {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 144px 0 200px;
}

.section-contacts h1 {
	margin-bottom: 40px;
}

.section-contacts~.section-contact {
	padding-bottom: 200px;
}

.section-contacts~.section-contact .col-left .title {
	color: #fc605c;
	margin-bottom: 60px;
}

.section-contacts~.section-contact .clutch-widget {
	margin: 30px 0;
}

.section-contacts~.section-contact .contact-info {
	margin-bottom: 25px;
	margin-top: auto;
}

.section-contacts~.section-contact .contact-info a {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.page-project .technologies-block {
	width: 50%;
	margin: 0 20px;
}

.page-project .technologies-block h3 {
	font-size: 48px;
	line-height: 1.5;
	vertical-align: bottom;
	margin-bottom: 90px;
}

.page-project .technologies-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 480px;
	width: 100%;
}

.page-project .technologies-block ul li {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.page-project .technologies-block .icons-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -25px 20px;
}

.page-project .technologies-block .icons-list li {
	width: auto;
	margin: 0 25px 50px;
}

.page-project .technologies-block .icons-list .icon {
	position: relative;
	width: 64px;
}

.page-project .technologies-block .icons-list .icon:hover .icon-base {
	opacity: 0;
}

.page-project .technologies-block .icons-list .icon:hover .icon-hover {
	opacity: 1;
}

.page-project .technologies-block .icons-list .icon-base, .page-project .technologies-block .icons-list .icon-hover {
	display: block;
	width: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.page-project .technologies-block .icons-list .icon-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: none;
	transform: none;
}

.page-project .technologies-block a {
	font-size: 20px;
	color: #000;
	min-height: 2.5em;
	letter-spacing: -.02em;
	vertical-align: middle;
	display: block;
	text-decoration: underline;
	font-weight: 500;
}

.page-project .technologies-block a:hover {
	text-decoration: none;
	color: #fc605c;
}

.page-project .technologies-block a span {
	line-height: 1.2;
	vertical-align: middle;
}

.section-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100vh - 80px);
}

.section-404 h2 {
	margin-bottom: .5em;
}

.section-404 a {
	text-decoration: underline;
}

.page-about .main-section {
	padding: 0 0 116px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-about .main-section .title {
	text-align: center;
	font-size: 72px;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -.03em;
	max-width: 1322px;
	color: #000;
}

.page-about .main-section .title strong {
	color: #fc605c;
	font-size: inherit;
	font-weight: inherit;
}

.page-about .main-section .title .red-word {
	color: #fc605c;
}

.page-about .about-us-section {
	margin-bottom: 125px;
}

.page-about .about-us-section .section-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-about .about-us-section .section-body .col-left {
	width: 48.5%;
}

.page-about .about-us-section .section-body .col-left p {
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -.02em;
}

.page-about .about-us-section .section-body .col-left p:before {
	display: none;
}

.page-about .about-us-section .section-body .col-right {
	max-width: 350px;
	margin-top: 12px;
}

.page-about .about-us-section .section-body .col-right .description {
	margin-bottom: 22px;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	padding-top: 34px;
}

.page-about .about-us-section .section-body .col-right .description:before {
	width: 100%;
}

.page-about .about-us-section .section-body .col-right .link {
	margin-left: auto;
	font-weight: 700;
	text-decoration: none;
}

.page-about .values-main-image {
	width: 100%;
	margin-bottom: 198px;
}

.page-about .values-section>.container {
	padding: 0 20px;
}

.page-about .values-section .section-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 260px;
	margin-left: -20px;
	margin-right: -20px;
}

.page-about .values-section .section-body .text-block {
	padding-left: 20px;
	padding-right: 20px;
}

.page-about .values-section h2 {
	margin-bottom: 82px;
}

.page-about .values-section .description {
	max-width: 355px;
	width: auto;
}

.page-about .values-section .description:before {
	width: 60%;
}

.page-about .values-section .section-body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
}

.page-about .values-section .text-block {
	margin-bottom: 80px;
	max-width: 100%;
}

.page-about .values-section .h2 {
	font-size: 42px;
	margin-bottom: 30px;
}

.page-about .values-section .description {
	font-size: 16px;
	line-height: 1.56;
	max-width: 450px;
}

.page-about .team-section {
	background: #f2f6f6;
	padding: 215px 0;
}

.page-about .team-section .section-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-about .team-section .section-body .col-left {
	width: 42.1%;
	margin-right: 140px;
}

.page-about .team-section .section-body .col-left svg {
	max-width: 100%;
	height: auto;
}

.page-about .team-section .section-body .col-right {
	padding: 35px 0;
}

.page-about .team-section .section-body .col-right h2 {
	margin-bottom: 125px;
}

.page-about .team-section .section-body .about-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
}

.page-about .team-section .section-body .about-tabs .tab-titles {
	width: 700px;
	position: relative;
}

.page-about .team-section .section-body .about-tabs .tab-titles .tab-title {
	width: 230px;
	position: relative;
}

.page-about .team-section .section-body .about-tabs .tab-titles .tab-title:after {
	content: "+";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 700;
	font-size: 20px;
	color: #fc605c;
	width: 20px;
	height: 20px;
	fill: #fc605c;
	left: -30px;
	-webkit-transform: translate(20px,-50%) scale(0);
	transform: translate(20px,-50%) scale(0);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-about .team-section .section-body .about-tabs .tab-titles .tab-title span {
	font-size: 22px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -.07em;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-about .team-section .section-body .about-tabs .tab-titles .tab-title.active {
	color: #fc605c;
}

.page-about .team-section .section-body .about-tabs .tab-titles .tab-title.active span {
	border-bottom: 2px solid #fc605c;
	letter-spacing: -.02em;
}

.page-about .team-section .section-body .about-tabs .tab-titles .tab-title.active:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.page-about .team-section .section-body .about-tabs h3 {
	line-height: 1.2;
	margin-bottom: 42px;
}

.page-about .team-section .section-body .about-tabs p {
	font-size: 16px;
	line-height: 25px;
	color: rgba(0,0,0,.8);
}

.page-about .team-section .section-body .about-tabs .tab-text {
	position: absolute;
	visibility: hidden;
	left: 230px;
	top: 0;
}

.page-about .team-section .section-body .about-tabs .tab-text h3 {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.page-about .team-section .section-body .about-tabs .tab-text p {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out .1s, -webkit-transform .5s ease-in-out .1s;
	transition: opacity .5s ease-in-out .1s, -webkit-transform .5s ease-in-out .1s;
	transition: transform .5s ease-in-out .1s, opacity .5s ease-in-out .1s;
	transition: transform .5s ease-in-out .1s, opacity .5s ease-in-out .1s, -webkit-transform .5s ease-in-out .1s;
}

.page-about .team-section .section-body .about-tabs .tab-text.open {
	visibility: visible;
}

.page-about .team-section .section-body .about-tabs .tab-text.open h3, .page-about .team-section .section-body .about-tabs .tab-text.open p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.page-about .workflow-section {
	margin-top: 215px;
	margin-bottom: 215px;
}

.page-about .workflow-section .top-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 185px;
}

.page-about .workflow-section .top-line h2 {
	font-size: 72px;
	letter-spacing: -.03em;
	max-width: 400px;
}

.page-about .workflow-section .top-line .text-block {
	margin-left: 380px;
}

.page-about .workflow-section .top-line .text-block .description {
	width: 100%;
	margin-top: 4px;
}

.page-about .workflow-section .top-line .text-block .hero-link {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 32px;
}

.page-about .workflow-section .section-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -45px;
}

.page-about .workflow-section .section-body .wr {
	width: 420px;
	margin: 0 45px 20px;
	height: 235px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.page-about .workflow-section .section-body .wr .icon-wr {
	width: 58px;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 55px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.page-about .workflow-section .section-body .wr .icon-wr img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-about .workflow-section .section-body .wr .icon-wr img.hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.page-about .workflow-section .section-body .wr .text-wr {
	margin-left: 24px;
	width: 268px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-about .workflow-section .section-body .wr .text-wr .numb {
	font-size: 20px;
	line-height: 160%;
	color: #fc605c;
	margin-bottom: 12px;
	margin-top: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: 700;
}

.page-about .workflow-section .section-body .wr .text-wr .title {
	font-size: 48px;
	line-height: 120%;
	font-weight: 700;
	letter-spacing: -.02em;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page-about .workflow-section .section-body .wr p {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 280px;
	padding-left: 84px;
}

.page-about .mob {
	display: none;
}

.page-about .horizontal-scroll {
	margin-bottom: 200px;
}

.page-about .horizontal-scroll-body {
	padding-left: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-about .slide-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.page-about .pagination {
	display: none;
}

.page-about .card {
	width: 908px;
	min-height: 550px;
	background-color: #000;
	color: #fff;
	padding: 70px 120px 90px;
}

.page-about .card.active:after {
	display: none;
}

.page-about .card:before {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto 15px;
	content: "";
	display: block;
	width: 30px;
	height: 14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 7.86h22v1.867H1V7.859z' fill='%23FC605C' stroke='%23FC605C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.787 15.978l-.979-.831 6.212-6.38-6.212-6.378.98-.83 7.02 7.209-7.02 7.21z' fill='%23FC605C' stroke='%23FC605C' stroke-width='2'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.page-about .card .paginator {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 25px;
}

.page-about .card h3 {
	color: #fff;
	max-width: 400px;
	margin-bottom: 88px;
}

.page-about .card:last-child:before {
	display: none;
}

.page-about .card-body {
	width: 100%;
}

.page-about .text-akcent {
	color: #fc605c;
}

.page-about .horizontal-scene {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
}

.about__video {
	width: 100%;
	margin: 0 0 40px;
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@media screen and (max-width:1919px) {
	.footer .wrapper, .main-menu .wrapper {
		padding: 100px 80px;
	}
}

@media screen and (max-width:1279px) {
	.footer .wrapper, .main-menu .wrapper {
		padding: 70px 5%;
	}
}

@media screen and (max-width:1023px) {
	.footer .wrapper, .main-menu .wrapper {
		padding: 50px 2%;
	}
}

@media screen and (max-width:767px) {
	.footer .wrapper, .main-menu .wrapper {
		padding: 50px 20px;
	}
}

@media screen and (max-width:520px) {
	.footer .wrapper, .main-menu .wrapper {
		padding: 30px 20px;
	}
}

@-webkit-keyframes rise-in {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes rise-in {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rise-out {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
}

@keyframes rise-out {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
}

@-webkit-keyframes text-move-out {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes text-move-out {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes text-move-in {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes text-move-in {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes marquee-anim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes marquee-anim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes preloader-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes preloader-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@media screen and (max-width:760px) {
	p {
		font-size: 15px;
	}
}

@media screen and (max-width:760px) {
	.section-contacts~.section-contact .description, .text-p2, strong {
		font-size: 18px;
	}
}

@media screen and (max-width:760px) {
	.section-about .right-title, .section-contact .description {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	.ko-progress-circle, .ko-progress-circle .ko-progress-circle__fill, .ko-progress-circle .ko-progress-circle__slice {
		width: 36px;
		height: 36px;
	}

	.ko-progress-circle .ko-progress-circle__slice {
		clip: rect(0,36px,36px,18px);
	}

	.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
		clip: rect(0,18px,36px,0);
		background-color: #f0433f;
	}

	.ko-progress-circle .ko-progress-circle__overlay {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:1919px) {
	.footer .col, .main-menu .col {
		padding-right: 3.5%;
	}
}

@media screen and (max-width:1030px) {
	.footer .col, .main-menu .col {
		display: none;
	}
}

@media screen and (max-width:1919px) {
	.footer .col-mid, .main-menu .col-mid {
		width: 41%;
	}
}

@media screen and (max-width:1919px) {
	.footer .col-big, .main-menu .col-big {
		width: 36%;
	}
}

@media screen and (max-width:1030px) {
	.footer .col-big, .main-menu .col-big {
		width: 40%;
		display: block;
	}
}

@media screen and (max-width:1439px) {
	.footer .links ul .link, .main-menu .links ul .link {
		font-size: 50%;
		line-height: 1.1;
	}
}

@media screen and (max-width:1439px) {
	.footer .link, .main-menu .link {
		line-height: 1.5;
	}
}

@media screen and (max-width:1919px) {
	.footer .link-main, .main-menu .link-main {
		font-size: 62px;
	}
}

@media screen and (max-width:1919px) and (max-height:750px) {
	.footer .links, .main-menu .links {
		font-size: 2.4vh;
		font-size: 15px;
	}

	.footer .links ul .link, .main-menu .links ul .link {
		font-size: 80%;
	}

	.footer .links .links-horizontal, .main-menu .links .links-horizontal {
		margin-bottom: 7px;
	}

	.footer .link-main, .main-menu .link-main {
		font-size: 54px;
	}

	.footer .socials, .main-menu .socials {
		width: 80%;
		margin-top: 10.7vh;
	}
}

@media screen and (max-width:1919px) {
	.footer .row, .main-menu .row {
		width: 100%;
	}
}

@media screen and (max-width:1599px) {
	.footer .col, .main-menu .col {
		width: 23%;
	}

	.footer .col-mid, .main-menu .col-mid {
		width: 39%;
	}

	.footer .col-big, .main-menu .col-big {
		width: 38%;
	}
}

@media screen and (max-width:1030px) {
	.footer .col, .main-menu .col {
		width: 30%;
	}

	.footer .col-big, .main-menu .col-big {
		width: 100%;
	}

	.footer .links, .main-menu .links {
		font-size: 20px;
	}
}

@media screen and (max-width:1030px) and (max-height:750px) {
	.footer .links, .main-menu .links {
		font-size: 2.8vh;
	}
}

@media screen and (max-width:1030px) {
	.footer .link-main, .main-menu .link-main {
		font-size: 72px;
		width: 100%;
	}
}

@media screen and (max-width:1030px) and (max-height:750px) {
	.footer .link-main, .main-menu .link-main {
		font-size: 6.8vh;
	}
}

@media screen and (max-width:1030px) {
	.footer .socials, .main-menu .socials {
		margin-top: 50px;
	}
}

@media screen and (max-width:767px) {
	.footer, .main-menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .links, .footer .links .link-item, .main-menu .links, .main-menu .links .link-item {
		width: 100%;
	}

	.footer .link-main, .main-menu .link-main {
		font-size: 6vh;
	}

	.footer .col, .main-menu .col {
		display: none;
	}

	.footer .col-big, .main-menu .col-big {
		display: block;
		width: 100%;
	}

	.footer .wrapper, .main-menu .wrapper {
		height: 100%;
	}

	.footer .row:last-child, .main-menu .row:last-child {
		margin-top: auto;
		margin-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.footer .socials, .main-menu .socials {
		width: 85%;
		margin-top: 30px;
	}

	.footer .socials li~li, .main-menu .socials li~li {
		margin-left: auto;
	}

	.footer .social-link, .main-menu .social-link {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width:1439px) {
	.text-block {
		width: 550px;
	}
}

@media screen and (max-width:1030px) {
	.text-block {
		width: 100%;
		max-width: 480px;
		max-width: 286px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width:1030px) {
	.text-block .description {
		width: 100%;
	}
}

@media screen and (max-width:760px) {
	.text-block .description {
		padding-top: 20px;
	}
}

@media screen and (max-width:1599px) {
	.card {
		width: 600px;
		height: 600px;
		padding: 25px;
	}
}

@media screen and (max-width:1439px) {
	.card {
		width: 400px;
		height: 400px;
		padding: 25px;
	}
}

@media screen and (max-width:1030px) {
	.card {
		width: 100%;
		padding: 25px;
		height: auto;
	}
}

@media screen and (max-width:760px) {
	.card {
		padding: 25px;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:760px) {
	.card .hidden-text {
		display: none;
	}
}

@media screen and (max-width:1030px) {
	.card~.card {
		margin-left: 0;
		margin-top: 40px;
	}
}

@media screen and (max-width:760px) {
	.card~.card {
		margin-top: 20px;
	}
}

@media screen and (max-width:1030px) {
	.field {
		width: 100%;
		margin-bottom: 45px;
		padding: 0;
	}
}

@media screen and (max-width:1030px) {
	.field .input, .field .title {
		line-height: 1;
	}
}

@media screen and (max-width:760px) {
	.field .input, .field .title {
		font-size: 16px;
		padding: 15px;
		height: 3.2em;
	}
}

@media screen and (max-width:1030px) {
	.field .title {
		-webkit-transform: translateY(0) translateX(24px) scale(1);
		transform: translateY(0) translateX(24px) scale(1);
	}
}

@media screen and (max-width:760px) {
	.field .title {
		-webkit-transform: translateY(0) translateX(15px) scale(1);
		transform: translateY(0) translateX(15px) scale(1);
	}
}

@media screen and (max-width:1030px) {
	.field .input.filled+.title, .field .input:focus+.title {
		-webkit-transform: translateY(-15px) translateX(24px) scale(.78);
		transform: translateY(-15px) translateX(24px) scale(.78);
	}
}

@media screen and (max-width:760px) {
	.field .input.filled+.title, .field .input:focus+.title {
		-webkit-transform: translateY(-15px) translateX(15px) scale(.78);
		transform: translateY(-15px) translateX(15px) scale(.78);
	}
}

@media only screen and (min-width:760px) {
	.project-steps {
		padding: 150px 0;
		margin: 60px 0;
	}
}

@media only screen and (min-width:1279px) {
	.project-steps {
		-webkit-box-shadow: 1140px 0 0 #000, -1140px 0 0 #000;
		box-shadow: 1140px 0 0 #000, -1140px 0 0 #000;
		padding: 200px 0 180px;
		margin: 80px 0;
	}
}

@media only screen and (min-width:760px) {
	.project-steps>:first-child {
		font-size: 20px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps>ul>li+li:before {
		width: 10px;
		height: 10px;
		left: -84px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps>ul>li:nth-child(4):before {
		bottom: -96px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps>ul>li:nth-child(5):before {
		bottom: 28px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps>ul {
		margin-left: 68px;
	}

	.project-steps>ul span {
		font-size: 16px;
	}

	.project-steps>ul p {
		font-size: 24px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps svg {
		width: 44px;
		height: 44px;
		left: -98px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps ul ul {
		width: 323px;
		height: 323px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps ul ul>:first-child svg {
		left: -83px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps ul ul>:after {
		width: 10px;
		height: 10px;
	}

	.project-steps ul ul>:first-child:after {
		bottom: -50px;
		left: 67px;
	}

	.project-steps ul ul>:nth-child(2) {
		left: 50%;
		padding-left: 70px;
	}

	.project-steps ul ul>:nth-child(2):after {
		top: -124px;
		right: -7px;
	}

	.project-steps ul ul>:nth-child(3) {
		padding-left: 70px;
		left: 50%;
	}

	.project-steps ul ul>:nth-child(3):after {
		bottom: -22px;
		left: -74px;
	}
}

@media only screen and (min-width:760px) {
	.project-steps>*+* {
		margin-top: 40px;
	}
}

@media only screen and (min-width:1279px) {
	.project-steps>:not(ul) {
		max-width: 35%;
	}

	.project-steps>ul p {
		font-size: 18px;
	}

	.project-steps>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-left: 0;
		border-top: 3px solid #272727;
		margin: 246px 0 0;
		padding: 16px 0 0;
	}

	.project-steps ul ul {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 323px;
		flex: 0 0 323px;
		margin: -339px 0 0;
	}

	.project-steps ul ul>:first-child {
		top: calc(100% + 16px);
		left: 136px;
		-webkit-transform: none;
		transform: none;
		padding: 0;
	}

	.project-steps ul ul>:first-child svg {
		left: 0;
	}

	.project-steps ul ul>:first-child:after {
		right: -8px;
		top: -116px;
		bottom: auto;
		left: auto;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.project-steps ul ul>:nth-child(2), .project-steps ul ul>:nth-child(3) {
		top: 0;
		bottom: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		padding: 16px;
		display: block;
	}

	.project-steps ul ul>:nth-child(2) {
		left: 260px;
	}

	.project-steps ul ul>:nth-child(2):after {
		left: -103px;
		top: 30px;
		bottom: auto;
		right: auto;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.project-steps ul ul>:nth-child(2) svg {
		position: static;
	}

	.project-steps ul ul>:nth-child(3) {
		left: -26px;
		top: 68px;
		padding: 0 0 16px;
	}

	.project-steps ul ul>:nth-child(3) svg {
		left: -8px;
		top: -52px;
	}

	.project-steps ul ul>:nth-child(3):after {
		right: 11px;
		top: auto;
		left: auto;
		bottom: -87px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.project-steps>ul>li+li:before {
		top: 50%;
		left: -73px;
		right: auto;
		bottom: auto;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.project-steps>ul>li:nth-child(4) {
		margin-left: 0;
	}

	.project-steps>ul>li:nth-child(4):before {
		top: 50%;
		left: 45px;
	}

	.project-steps>ul>li:last-child:before {
		bottom: auto;
		top: 50%;
		left: -85px;
	}

	.project-steps ul svg {
		left: 0;
		top: -78px;
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	.project-steps ul>*+* {
		margin-left: 100px;
	}

	.project-steps>ul>li, .project-steps>ul>li:not(:last-child) {
		margin-bottom: 0;
	}
}

@media only screen and (min-width:1599px) {
	.project-steps>ul p {
		font-size: 24px;
	}

	.project-steps ul>*+* {
		margin-left: 100px;
	}

	.project-steps>ul>li+li:before {
		left: -80px;
	}

	.project-steps>ul>li:nth-child(4):before {
		left: 50px;
	}

	.project-steps>ul>li:last-child:before {
		left: -66px;
	}

	.project-steps ul ul>:nth-child(3):after {
		right: 34px;
	}
}

@media screen and (max-width:1279px) {
	.crumbs {
		padding-left: 39px;
	}
}

@media screen and (max-width:760px) {
	.crumbs {
		padding-left: 18px;
	}
}

@media screen and (max-width:1279px) {
	.crumbs .crumbs-list {
		overflow-x: auto;
		margin: 0 -18px;
	}
}

@media screen and (max-width:1279px) {
	.crumbs a {
		padding: 19px;
	}
}

@media screen and (max-width:760px) {
	.submenu a {
		padding: 20px 10px;
	}
}

@media screen and (max-width:1279px) {
	.submenu .parents-list {
		padding-left: 39px;
	}
}

@media screen and (max-width:760px) {
	.submenu .parents-list {
		padding-left: 8px;
		margin-left: 0;
	}
}

@media screen and (max-width:1279px) {
	.submenu .children-list {
		overflow-x: auto;
	}
}

@media screen and (max-width:760px) {
	.submenu .children-list a {
		padding: 20px 10px;
	}
}

@media screen and (max-width:760px) {
	.submenu .children-list li:first-child a {
		padding-left: 23px;
	}
}

@media screen and (max-width:760px) {
	.sticky-bar {
		font-size: 13px;
	}
}

@media screen and (max-width:760px) {
	.siblings {
		padding: 0 16px;
		margin: -20px -20px 50px;
	}
}

@media screen and (max-width:1279px) {
	.siblings a {
		padding: 30px 40px;
	}
}

@media screen and (max-width:1030px) {
	.siblings a {
		padding: 40px;
	}
}

@media screen and (max-width:1030px) {
	.siblings .sibling {
		width: 100%;
		margin: 20px 0;
	}
}

@media screen and (max-width:760px) {
	.siblings .sibling {
		width: 100%;
		margin: 8px 0;
	}
}

@media screen and (max-width:1599px) {
	.siblings .sibling-name {
		font-size: 40px;
	}
}

@media screen and (max-width:1439px) {
	.siblings .sibling-name {
		font-size: 36px;
	}
}

@media screen and (max-width:1279px) {
	.siblings .sibling-name {
		font-size: 30px;
	}
}

@media screen and (max-width:1030px) {
	.siblings .sibling-name {
		font-size: 48px;
	}
}

@media screen and (max-width:760px) {
	.siblings .sibling-name {
		font-size: 24px;
	}
}

@media screen and (max-width:1279px) {
	.siblings .icon {
		padding-top: 30%;
	}
}

@media screen and (max-width:1030px) {
	.siblings .icon {
		padding-top: 20%;
		margin-bottom: 0;
	}
}

@media screen and (max-width:1439px) {
	.image-box {
		margin: 40px 0;
	}
}

@media screen and (max-width:1279px) {
	.image-box {
		margin: 20px 0;
	}

	.image-box:last-child {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1439px) {
	.images-row {
		margin: 40px 0;
	}
}

@media screen and (max-width:1279px) {
	.images-row {
		margin: 20px 0;
	}
}

@media screen and (max-width:1439px) {
	.images-row img {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width:1279px) {
	.images-row img {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width:1439px) {
	.images-row img+img {
		margin-left: 40px;
	}
}

@media screen and (max-width:1279px) {
	.images-row img+img {
		margin-left: 20px;
	}
}

@media screen and (max-width:1439px) {
	.content-block, .content-block-row {
		margin: 150px 0;
	}
}

@media screen and (max-width:1279px) {
	.content-block, .content-block-row {
		margin: 100px 0;
	}
}

@media screen and (max-width:760px) {
	.content-block, .content-block-row {
		margin: 50px 0;
	}
}

@media screen and (max-width:760px) {
	.content-block-row h2, .content-block h2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1439px) {
	.content-block-row {
		margin: 150px -20px;
	}
}

@media screen and (max-width:1279px) {
	.content-block-row {
		margin: 100px -20px;
	}
}

@media screen and (max-width:1030px) {
	.content-block-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:760px) {
	.content-block-row {
		margin: 50px -15px;
	}
}

@media screen and (max-width:1030px) {
	.challenge-block {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:760px) {
	.challenge-block {
		margin: 0;
		padding: 0 20px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1030px) {
	.challenge-block h2 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:760px) {
	.challenge-block h2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1030px) {
	.challenge-block {
		width: 100%;
	}
}

@media only screen and (min-width:760px) {
	.options {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 28px;
	}
}

@media only screen and (min-width:760px) {
	.select {
		width: 260px;
	}
}

@media only screen and (min-width:760px) {
	.text_with_header {
		padding: 50px 0;
	}

	.text_with_header p {
		font-size: 16px;
		line-height: 1.56;
		letter-spacing: -.01em;
	}

	.text_with_header h2 {
		font-size: 55px;
	}

	.text_with_header h3 {
		line-height: 1.2;
		font-size: 36px;
	}
}

@media only screen and (min-width:1279px) {
	.text_with_header {
		padding: 100px 0;
	}

	.text_with_header p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	blockquote {
		margin: 35px 0;
	}

	blockquote h2 {
		font-size: 55px;
	}

	blockquote h3 {
		font-size: 36px;
	}

	blockquote p {
		font-size: 20px;
		letter-spacing: -.02em;
	}

	blockquote .quote__inner {
		padding-top: 0;
		padding-left: 63px;
	}
}

@media only screen and (min-width:1279px) {
	blockquote {
		margin: 100px 0;
	}

	blockquote p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	blockquote.optional-quote {
		padding: 0 63px;
	}

	blockquote.optional-quote .icon {
		width: 36px;
	}
}

@media only screen and (min-width:1279px) {
	blockquote.optional-quote {
		padding: 0 67px;
	}
}

@media only screen and (min-width:760px) {
	blockquote.optional-color_block {
		margin: 35px 0;
		padding: 60px 41px 60px 63px;
	}
}

@media only screen and (min-width:1279px) {
	blockquote.optional-color_block {
		margin: 100px 0;
		padding: 60px 130px 60px 68px;
	}
}

@media only screen and (min-width:760px) {
	blockquote.optional-line {
		padding: 17px 50px;
		margin: 35px 0;
	}
}

@media only screen and (min-width:1279px) {
	blockquote.optional-line {
		margin: 100px 0;
		padding: 17px 62px;
	}
}

@media only screen and (min-width:760px) {
	.text-plus_image>div {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (min-width:760px) {
	.text-plus_image {
		padding: 35px 0;
		font-size: 16px;
	}

	.text-plus_image h2 {
		font-size: 55px;
	}

	.text-plus_image h3 {
		font-size: 36px;
	}

	.text-plus_image h4 {
		font-size: 38px;
	}

	.text-plus_image p {
		margin: 1.5em 0;
	}
}

@media only screen and (min-width:1279px) {
	.text-plus_image {
		padding: 100px 0;
	}
}

@media only screen and (min-width:760px) {
	.text-plus_image.optional-foto_first>div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.text-plus_image.optional-foto_first>div img {
		margin-top: 0;
	}

	.text-plus_image.optional-foto_first>div>div {
		padding-left: 30px;
	}
}

@media only screen and (min-width:1279px) {
	.text-plus_image.optional-foto_first>div>div {
		padding-left: 170px;
	}
}

@media only screen and (min-width:760px) {
	.text-plus_image.optional-text_first>div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.text-plus_image.optional-text_first>div img {
		margin-top: 0;
	}

	.text-plus_image.optional-text_first>div>div {
		padding-right: 30px;
	}
}

@media only screen and (min-width:1279px) {
	.text-plus_image.optional-text_first>div>div {
		padding-right: 170px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block.technologies {
		padding: 50px 0;
	}

	.uikit-block.technologies h2 {
		margin-bottom: 50px;
		font-size: 55px;
	}

	.uikit-block.technologies h3 {
		margin-bottom: 42px;
		font-size: 36px;
	}

	.uikit-block.technologies h4 {
		margin-bottom: 34px;
	}

	.uikit-block.technologies h5 {
		margin-bottom: 26px;
	}

	.uikit-block.technologies p {
		font-size: 16px;
		margin-bottom: 50px;
	}

	.uikit-block.technologies ul {
		font-size: 20px;
	}
}

@media only screen and (min-width:1279px) {
	.uikit-block.technologies {
		padding: 100px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.uikit-block.technologies>:first-child {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.uikit-block.technologies>:not(:first-child) {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.uikit-block.technologies h2 {
		margin-bottom: 90px;
	}

	.uikit-block.technologies h3 {
		margin-bottom: 70px;
	}

	.uikit-block.technologies h4 {
		margin-bottom: 55px;
	}

	.uikit-block.technologies h5 {
		margin-bottom: 40px;
	}

	.uikit-block.technologies p {
		display: inline-block;
		padding-right: 170px;
	}
}

@media only screen and (min-width:760px) {
	.image__block {
		padding: 35px 0;
	}

	.image__block figcaption {
		font-size: 16px;
		margin: 30px auto 0;
		padding: 0 90px;
	}
}

@media only screen and (min-width:1279px) {
	.image__block {
		padding: 100px 0;
	}

	.image__block>p {
		max-width: 70%;
	}

	.image__block figcaption {
		margin: 50px auto 0;
		padding: 0 180px;
	}
}

@media only screen and (min-width:760px) {
	.three_el_list {
		padding: 35px 0;
	}
}

@media only screen and (min-width:1279px) {
	.three_el_list {
		padding: 100px 0;
	}

	.three_el_list>p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	.three_el_list ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.three_el_list ul h2, .three_el_list ul h3, .three_el_list ul h4 {
		margin-bottom: 20px;
	}

	.three_el_list ul h2 {
		font-size: 55px;
	}

	.three_el_list ul h3 {
		font-size: 36px;
	}

	.three_el_list ul h4 {
		font-size: 20px;
	}

	.three_el_list ul p {
		font-size: 16px;
	}

	.three_el_list ul a {
		font-size: 20px;
	}

	.three_el_list ul a:after {
		display: inline-block;
	}

	.three_el_list ul>li {
		max-width: 30%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		margin-top: 0;
	}
}

@media only screen and (min-width:1279px) {
	.three_el_list ul .element>* {
		max-width: 350px;
	}

	.three_el_list ul h2, .three_el_list ul h3, .three_el_list ul h4 {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width:760px) {
	.three_el_list.optional_count_header_text .element__counter {
		font-size: 48px;
	}
}

@media only screen and (min-width:760px) {
	.three_el_list.optional_upheader_text .element__counter {
		font-size: 16px;
		font-weight: 600;
	}
}

@media only screen and (min-width:760px) {
	.list {
		padding: 35px 0;
	}

	.list h2 {
		font-size: 55px;
	}

	.list h3 {
		font-size: 36px;
	}

	.list li {
		font-size: 20px;
	}
}

@media only screen and (min-width:1279px) {
	.list {
		padding: 100px 0;
	}

	.list li {
		max-width: 50%;
	}

	.list>p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	.list.optional-boldheader-list li {
		line-height: 30px;
		padding-left: 48px;
	}

	.list.optional-boldheader-list li:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media only screen and (min-width:760px) {
	.list.optional-bigheader-list span {
		font-size: 36px;
	}

	.list.optional-bigheader-list li {
		padding-left: 48px;
		line-height: 30px;
	}

	.list.optional-bigheader-list li:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media only screen and (min-width:760px) {
	.steps-list {
		padding: 35px 0;
	}

	.steps-list h2 {
		font-size: 55px;
	}

	.steps-list h3 {
		font-size: 36px;
	}

	.steps-list span {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.steps-list li:first-child:before {
		top: 12px;
	}

	.steps-list li:after, .steps-list li:before {
		top: 14px;
	}
}

@media only screen and (min-width:1279px) {
	.steps-list {
		padding: 100px 0;
	}

	.steps-list>p, .steps-list li {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	.steps-list.optional-large {
		padding: 45px 0;
	}

	.steps-list.optional-large span {
		font-size: 36px;
		margin-bottom: 14px;
	}

	.steps-list.optional-large li:first-child:before {
		top: 12px;
	}

	.steps-list.optional-large li:after, .steps-list.optional-large li:before {
		top: 14px;
	}
}

@media only screen and (min-width:1279px) {
	.steps-list.optional-large {
		padding: 100px 0;
	}

	.steps-list.optional-large span {
		font-size: 48px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block.table-wrap {
		padding: 35px 0;
	}
}

@media only screen and (min-width:1279px) {
	.uikit-block.table-wrap {
		padding: 100px 0;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block table {
		font-size: 16px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block tr>td:first-child {
		min-width: 160px;
	}
}

@media only screen and (min-width:1279px) {
	.uikit-block tr>:first-child {
		min-width: 260px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block th {
		padding: 22px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block td {
		padding: 22px;
	}
}

@media only screen and (min-width:760px) {
	.accordion {
		padding: 35px 0;
	}

	.accordion h2 {
		font-size: 55px;
	}

	.accordion h3 {
		font-size: 36px;
	}
}

@media only screen and (min-width:1279px) {
	.accordion {
		padding: 100px 0;
	}

	.accordion>p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	.accordion li h4 {
		font-size: 20px;
	}
}

@media only screen and (min-width:760px) {
	.accordion li {
		font-size: 16px;
	}

	.accordion li [role=button] {
		padding: 30px 80px 30px 0;
	}

	.accordion li [role=button]:after {
		top: 50%;
		right: 30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width:1279px) {
	.accordion li>div {
		max-width: 40%;
	}
}

@media only screen and (min-width:760px) {
	.file-wrap {
		padding: 35px 0;
	}
}

@media only screen and (min-width:1279px) {
	.file-wrap p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	.file-wrap>div {
		padding: 40px 30px 40px 48px;
		font-size: 20px;
	}
}

@media only screen and (min-width:1279px) {
	.file-wrap>div {
		font-size: 20px;
	}
}

@media only screen and (min-width:760px) {
	.file-wrap em {
		font-size: 18px;
	}
}

@media only screen and (min-width:1279px) {
	.file-wrap em {
		display: inline-block;
		margin-left: 1.2em;
	}
}

@media only screen and (min-width:760px) {
	.file-wrap a span {
		display: inline-block;
	}
}

@media only screen and (min-width:760px) {
	.file-wrap a svg {
		width: 50px;
		height: 50px;
	}
}

@-webkit-keyframes circle-fill {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes circle-fill {
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes press {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes press {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media only screen and (min-width:760px) {
	.tabs {
		padding: 55px 0;
	}

	.tabs h2 {
		font-size: 55px;
	}

	.tabs h3 {
		font-size: 36px;
	}

	.tabs>p:last-of-type {
		margin-bottom: 3em;
	}
}

@media only screen and (min-width:1279px) {
	.tabs {
		padding: 100px 0;
	}

	.tabs>p {
		max-width: 70%;
	}

	.tabs>p:last-of-type {
		margin-bottom: 4em;
	}
}

@media only screen and (min-width:760px) {
	.tabs>div {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}

	.tabs>div>* {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.tabs [role=button] {
		padding: 0 35px 20px 88px;
		margin-bottom: 35px;
		border: 0;
		font-size: 20px;
		font-weight: 600;
	}

	.tabs [role=button]:after {
		content: "";
	}

	.tabs [role=button].active:after {
		content: "+";
		right: auto;
		left: 0;
		top: 0;
		color: #fc605c;
	}

	.tabs [role=button]+* {
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		-webkit-transition: all .4s ease, max-height 0s .4s;
		transition: all .4s ease, max-height 0s .4s;
		background-color: transparent;
	}

	.tabs [role=button]+:last-child {
		border-bottom: 0;
	}

	.tabs [role=button].active+* {
		max-height: 1000px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-webkit-transition: opacity .4s ease .55s, -webkit-transform .4s ease .55s;
		transition: opacity .4s ease .55s, -webkit-transform .4s ease .55s;
		transition: opacity .4s ease .55s, transform .4s ease .55s;
		transition: opacity .4s ease .55s, transform .4s ease .55s, -webkit-transform .4s ease .55s;
	}
}

@media only screen and (min-width:760px) {
	.icons-and-text {
		padding: 70px 0 0;
	}
}

@media only screen and (min-width:1279px) {
	.icons-and-text {
		padding: 100px 0 0;
	}

	.icons-and-text>p {
		max-width: 70%;
	}
}

@media only screen and (min-width:760px) {
	.icons-and-text ul {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width:1279px) {
	.icons-and-text ul {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (min-width:760px) {
	.icons-and-text li {
		line-height: 1.5;
		font-size: 20px;
		margin-bottom: 70px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.icons-and-text li svg {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width:1279px) {
	.icons-and-text li {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 100px;
	}
}

@media only screen and (min-width:1279px) {
	.optional-four-black, .optional-six-black {
		-webkit-box-shadow: 1140px 0 0 #000, -1140px 0 0 #000;
		box-shadow: 1140px 0 0 #000, -1140px 0 0 #000;
	}
}

@media only screen and (min-width:760px) {
	.optional-six-black li, .optional-six-white li {
		max-width: 33.333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
	}
}

@media only screen and (min-width:1279px) {
	.optional-six-black li, .optional-six-white li {
		max-width: 16.666%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666%;
		flex: 0 0 16.666%;
	}
}

@media only screen and (min-width:760px) {
	.optional-four-black li, .optional-four-white li {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media only screen and (min-width:1279px) {
	.optional-four-black li, .optional-four-white li {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}

@media screen and (max-width:1599px) {
	.container {
		width: 1300px;
	}
}

@media screen and (max-width:1439px) {
	.container {
		width: 1150px;
	}
}

@media screen and (max-width:1279px) {
	.container {
		width: 900px;
	}
}

@media screen and (max-width:1030px) {
	.container {
		width: 629px;
	}
}

@media screen and (max-width:760px) {
	.container {
		width: 100%;
		padding: 0 16px;
	}
}

@media screen and (max-width:1030px) {
	.main-menu {
		padding-top: 100px;
	}

	.main-menu .socials {
		display: none;
	}

	.main-menu .row {
		margin-top: 0;
		margin-bottom: 0;
	}

	.main-menu ul {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:767px) {
	.main-menu .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width:1030px) {
	.header .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		width: 160px;
	}

	.header .logo svg {
		margin-left: 0;
		height: 25px;
	}

	.header .wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width:760px) {
	.header .logo {
		width: 83px;
	}

	.header .logo svg {
		height: 20px;
	}
}

@media screen and (max-width:767px) and (orientation:landscape) {
	header.opened .wrapper.mob .center {
		padding-top: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-full {
		padding: 50px 0 40px;
	}
}

@media screen and (max-width:760px) {
	.section-full {
		min-height: auto;
		padding: 80px 0;
	}
}

@media screen and (max-width:1439px) {
	.section .col-left {
		margin-right: 210px;
	}
}

@media screen and (max-width:1279px) {
	.section .col-left {
		width: 45%;
		margin-right: 5%;
	}
}

@media screen and (max-width:1030px) {
	.section .col-left {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width:760px) {
	.section .subtitle {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:760px) {
	.section-hero {
		padding-top: 150px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1030px) {
	.section-hero .left-col {
		width: 100%;
	}
}

@media screen and (max-width:1919px) {
	.section-hero .right-col {
		margin-left: -10%;
	}
}

@media screen and (max-width:1030px) {
	.section-hero .right-col {
		position: absolute;
		right: 0;
		top: 0;
		margin-left: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-hero .hero-text .text-slider {
		margin-bottom: 65px;
	}
}

@media screen and (max-width:1030px) {
	.section-services .services-paginator {
		display: none;
	}
}

@media screen and (max-width:1439px) {
	.section-services .text-block {
		width: 400px;
	}
}

@media screen and (max-width:1030px) {
	.section-services .text-block {
		width: 100%;
		min-height: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-services {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: auto;
		padding: 50px 0 40px;
	}

	.section-services .description {
		width: 100%;
		max-width: 520px;
	}

	.section-services .text-block {
		max-width: 546px;
	}
}

@media screen and (max-width:760px) {
	.section-services {
		padding: 40px 16px;
		border-bottom: none;
	}
}

@media screen and (max-width:1030px) {
	.section-services .skip-button {
		display: none;
	}
}

@media screen and (max-width:1599px) {
	.section-services .section-wr {
	}
}

@media screen and (max-width:1030px) {
	.section-services .section-wr {
		position: relative;
		display: block;
		padding: 0;
		height: auto;
	}
}

@media screen and (max-width:1599px) {
	.section-services h2 {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:1030px) {
	.section-services h2 {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:760px) {
	.section-services h2 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1030px) {
	.section-services .horizontal-scroll {
		padding: 50px 0 40px;
	}
}

@media screen and (max-width:760px) {
	.section-services .horizontal-scroll {
		min-height: auto;
		padding: 80px 0;
	}
}

@media screen and (max-width:1030px) {
	.section-services .horizontal-scroll {
		overflow: visible;
		height: auto !important;
		position: relative;
		right: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-services .horizontal-scroll-wr {
		height: auto !important;
		right: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-services .horizontal-scroll-body {
		display: block;
		margin: auto;
		padding: 0 !important;
		position: relative;
	}
}

@media screen and (max-width:760px) {
	.section-services .horizontal-scroll-body {
		padding: 0 !important;
	}
}

@media screen and (max-width:1030px) {
	.section-services .card .icon {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

@media screen and (max-width:760px) {
	.section-services .card .icon {
		-webkit-transform: none;
		transform: none;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 36px;
		flex: 0 0 36px;
		padding: 0;
		margin-right: 20px;
	}

	.section-services .card .icon>img {
		width: 100%;
	}
}

@media screen and (max-width:1030px) {
	.section-services .card .card-body {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

@media screen and (max-width:760px) {
	.section-services .card .card-body {
		-webkit-transform: none;
		transform: none;
	}
}

@media screen and (max-width:1919px) {
	.section-about h2 {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:760px) {
	.section-about h2 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1030px) {
	.section-about .section-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:1030px) {
	.section-about .col-left {
		margin-bottom: 160px;
	}
}

@media screen and (max-width:760px) {
	.section-about .col-left {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:760px) {
	.section-about .col-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:1919px) {
	.section-about .text-h3 {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:760px) {
	.section-about .text-h3 {
		margin-bottom: 27px;
	}
}

@media screen and (max-width:760px) {
	.section-hiring {
		padding: 80px 0;
	}
}

@media screen and (max-width:1030px) {
	.section-hiring .text-block {
		max-width: 560px;
	}
}

@media screen and (max-width:760px) {
	.section-hiring h2 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1439px) {
	.section-hiring .hiring-list {
		font-size: 26px;
	}
}

@media screen and (max-width:1030px) {
	.section-hiring .hiring-list {
		font-size: 48px;
	}
}

@media screen and (max-width:760px) {
	.section-hiring .hiring-list {
		font-size: 24px;
	}
}

@media screen and (max-width:760px) {
	.section-hiring .hiring-list li~li {
		margin-top: 40px;
	}
}

@media screen and (max-width:1439px) {
	.section-hiring .col-left {
		width: 50%;
		margin-right: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-hiring .col-left {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width:1439px) {
	.section-hiring .col-right {
		width: 40%;
	}
}

@media screen and (max-width:1279px) {
	.section-hiring .col-right {
		width: 45%;
	}
}

@media screen and (max-width:1030px) {
	.section-hiring .col-right {
		width: 100%;
	}
}

@media screen and (max-width:760px) {
	.section-feedback {
		padding: 80px 0;
	}
}

@media screen and (max-width:1919px) {
	.section-feedback h2 {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1030px) {
	.section-feedback h2 {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback h2 {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:1439px) {
	.section-feedback .col-left {
		width: 480px;
		margin-right: 8%;
	}
}

@media screen and (max-width:1279px) {
	.section-feedback .col-left {
		width: 50%;
		margin-right: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-feedback .col-left {
		width: 100%;
		max-width: 480px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .col-left {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1599px) {
	.section-feedback .col-right {
		width: 47%;
	}
}

@media screen and (max-width:1030px) {
	.section-feedback .col-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		max-width: 629px;
	}
}

@media screen and (max-width:1279px) {
	.section-feedback .col-right:before {
		width: 26px;
		margin-right: 22px;
	}
}

@media screen and (max-width:1030px) {
	.section-feedback .col-right:before {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .col-right:before {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .client {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .client .client-photo {
		margin-bottom: 24px;
	}
}

@media screen and (max-width:1919px) {
	.section-feedback .comment p {
		padding-bottom: 100px;
	}
}

@media screen and (max-width:1599px) {
	.section-feedback .comment p {
		font-size: 20px;
	}
}

@media screen and (max-width:1439px) {
	.section-feedback .comment p {
		font-size: 18px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .comment p {
		padding-bottom: 70px;
	}
}

@media screen and (max-width:1279px) {
	.section-feedback .swiper-pagination-bullet {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .swiper-pagination-bullet {
		width: 35px;
		height: 35px;
		font-size: 14px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1279px) {
	.section-feedback .swiper-pagination .show, .section-feedback .swiper-pagination .swiper-pagination-bullet-active, .section-feedback .swiper-pagination .swiper-pagination-bullet:first-child, .section-feedback .swiper-pagination .swiper-pagination-bullet:last-child {
		width: 40px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .swiper-pagination .show, .section-feedback .swiper-pagination .swiper-pagination-bullet-active, .section-feedback .swiper-pagination .swiper-pagination-bullet:first-child, .section-feedback .swiper-pagination .swiper-pagination-bullet:last-child {
		width: 35px;
		height: 35px;
		font-size: 14px;
		margin-right: 10px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .swiper-pagination .dots {
		width: 35px;
		height: 35px;
		font-size: 14px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1030px) {
	.section-feedback .marquee {
		padding-top: 140px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .marquee {
		padding-top: 80px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .marquee-body {
		padding: 30px 0;
	}
}

@media screen and (max-width:1439px) {
	.section-feedback .marquee-body img {
		width: 100px;
		margin-left: 60px;
	}
}

@media screen and (max-width:1030px) {
	.section-feedback .marquee-body img {
		width: 150px;
		margin-left: 110px;
	}
}

@media screen and (max-width:760px) {
	.section-feedback .marquee-body img {
		width: 100px;
		margin-left: 70px;
	}
}

@media screen and (max-width:1030px) {
	.section-contact {
		margin: 0;
	}
}

@media screen and (max-width:1030px) {
	.section-contact h2 {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:1599px) {
	.section-contact .col-left {
		width: 35.1%;
		margin-right: 7.5%;
	}
}

@media screen and (max-width:1279px) {
	.section-contact .col-left {
		width: 45%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1030px) {
	.section-contact .col-left {
		width: 100%;
		max-width: 480px;
	}
}

@media screen and (max-width:760px) {
	.section-contact .col-left {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1279px) {
	.section-contact .col-right {
		width: 100%;
	}
}

@media screen and (max-width:1279px) {
	.section-contact .description {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1030px) {
	.section-contact .description {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1030px) {
	.section-works .container {
		padding: 50px 0 40px;
	}
}

@media screen and (max-width:760px) {
	.section-works .container {
		padding: 40px 16px;
	}
}

@media screen and (max-width:1030px) {
	.section-works h2 {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:760px) {
	.section-works h2 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1279px) {
	.section-works .text-block {
		width: 40.8%;
		margin-right: 30px;
	}
}

@media screen and (max-width:1030px) {
	.section-works .text-block {
		width: 100%;
		max-width: 480px;
	}
}

@media screen and (max-width:1439px) {
	.section-works .col-left {
		width: 40%;
		margin-right: 10%;
	}
}

@media screen and (max-width:1030px) {
	.section-works .col-left {
		width: 100%;
	}
}

@media screen and (max-width:1030px) {
	.section-works .col-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:1030px) {
	.section-works .counter-block {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:760px) {
	.section-works .counter-block {
		width: 100%;
		max-width: 285px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1030px) {
	.section-works .link {
		margin-left: 0;
	}
}

@media only screen and (min-width:1279px) {
	.section--black {
		-webkit-box-shadow: 1140px 0 0 #000, -1140px 0 0 #000;
		box-shadow: 1140px 0 0 #000, -1140px 0 0 #000;
	}
}

@media screen and (max-width:760px) {
	.section-inner h1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1279px) {
	.section-inner .page-description {
		margin: 140px auto 100px;
	}
}

@media screen and (max-width:1030px) {
	.section-inner .page-description {
		margin: 100px auto 70px;
	}
}

@media screen and (max-width:760px) {
	.section-inner .page-description {
		margin: 50px auto;
	}
}

@media screen and (max-width:1030px) {
	.form {
		width: 100%;
		max-width: 409px;
	}
}

@media screen and (max-width:1030px) {
	.form .form-footer .file {
		width: 60%;
	}
}

@media screen and (max-width:1030px) {
	.form .form-footer .file .file-name {
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media screen and (max-width:1030px) {
	.form .success {
		padding: 0 40px;
	}
}

@media screen and (max-width:1599px) {
	.footer .wrapper {
		padding: 110px 0 90px;
	}
}

@media screen and (max-width:1030px) {
	.footer .wrapper {
		padding: 80px 0;
	}
}

@media screen and (max-width:760px) {
	.footer .wrapper {
		padding: 80px 16px;
	}
}

@media screen and (max-width:1030px) {
	.footer .language {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 43px;
	}
}

@media screen and (max-width:1599px) {
	.footer .footer-title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1030px) {
	.footer .footer-title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:760px) {
	.works-wr {
		margin-top: 0;
		padding-top: 40px;
	}
}

@media screen and (max-width:1030px) {
	.work-wr {
		width: calc(50% - 10px);
		padding-top: calc(50% - 10px);
		margin-top: 20px;
	}
}

@media screen and (max-width:760px) {
	.work-wr {
		margin-top: 10px;
		width: 100%;
		padding-top: 100%;
	}
}

@media screen and (max-width:760px) {
	.work .bg-mobile {
		display: block;
	}
}

@media screen and (max-width:760px) {
	.work .bg-desktop {
		display: none;
	}
}

@media screen and (max-width:1279px) {
	.work .body {
		padding: 30px;
	}
}

@media screen and (max-width:1030px) {
	.work .body {
		padding: 20px 40px;
	}
}

@media screen and (max-width:760px) {
	.work .body {
		padding: 0 20px 20px 30px;
	}
}

@media screen and (max-width:1439px) {
	.work .title {
		font-size: 30px;
	}
}

@media screen and (max-width:1030px) {
	.work .title {
		font-size: 20px;
	}

	.work .title br {
		display: none;
	}
}

@media screen and (max-width:760px) {
	.work .title {
		margin-bottom: 3px;
	}
}

@media screen and (max-width:1439px) {
	.work p {
		font-size: 16px;
	}
}

@media screen and (max-width:1030px) {
	.work p {
		font-size: 15px;
	}
}

@media screen and (max-width:760px) {
	.work p {
		font-size: 14px;
	}
}

@media screen and (max-width:1030px) {
	.work-big {
		width: 100%;
		padding-top: 50%;
	}
}

@media screen and (max-width:760px) {
	.work-big {
		padding-top: 100%;
	}
}

@media only screen and (min-width:760px) {
	.next {
		padding: 120px 16px;
		margin-top: 60px;
	}

	.next .next-title {
		font-size: 34px;
	}

	.next .subtitle {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width:1279px) {
	.next {
		padding: 200px 16px;
		margin-top: 90px;
	}

	.next .next-title {
		font-size: 48px;
	}

	.next .subtitle {
		font-size: 20px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1030px) {
	.project-info h5 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:760px) {
	.project-info h5 {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1439px) {
	.project-info li {
		padding-right: 40px;
	}
}

@media screen and (max-width:1030px) {
	.project-info li {
		width: 33.33333%;
	}
}

@media screen and (max-width:760px) {
	.project-info li {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block h1 {
		margin-bottom: 55px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block h2 {
		margin-bottom: 48px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block h3 {
		margin-bottom: 36px;
	}
}

@media only screen and (min-width:760px) {
	.uikit-block h4 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1599px) {
	.section-contacts {
		padding: 100px 0 120px;
	}
}

@media screen and (max-width:760px) {
	.section-contacts {
		padding: 50px 0 100px;
	}
}

@media screen and (max-width:1030px) {
	.page-project .technologies-block {
		width: 100%;
	}
}

@media screen and (max-width:1030px) {
	.page-project .technologies-block h3 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:760px) {
	.page-project .technologies-block h3 {
		font-size: 24px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:760px) {
	.page-project .technologies-block .icons-list {
		margin: 0 -15px 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width:760px) {
	.page-project .technologies-block .icons-list li {
		margin: 0 15px 30px;
	}
}

@media screen and (max-width:760px) {
	.page-project .technologies-block .icons-list .icon {
		width: 48px;
	}
}

@media screen and (max-width:1439px) {
	.page-project .technologies-block a {
		font-size: 18px;
	}
}

@media screen and (max-width:1279px) {
	.page-project .technologies-block a {
		font-size: 16px;
	}
}

@media only screen and (min-width:760px) {
	.section-404 {
		min-height: calc(100vh - 111px);
	}
}

@media screen and (max-width:1030px) {
	.page-about .section {
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width:1030px) {
	.page-about .horizontal-scroll {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1030px) {
	.page-about .horizontal-scroll-body {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 !important;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: auto;
	}
}

@media screen and (max-width:1030px) {
	.page-about .pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		fill: #fc605c;
		stroke: #fc605c;
		stroke-width: 1.5px;
	}

	.page-about .pagination .button-icon {
		background: transparent;
		padding: 38px 36px;
	}

	.page-about .pagination .button-icon:focus {
		outline: none;
	}

	.page-about .pagination .button-prev {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media screen and (max-width:1599px) {
	.page-about .card {
		width: 700px;
		min-height: 470px;
		padding: 50px 86px 50px 60px;
	}
}

@media screen and (max-width:1439px) {
	.page-about .card {
		width: 610px;
		padding: 40px;
	}
}

@media screen and (max-width:1030px) {
	.page-about .card {
		width: 650px;
		padding: 60px 70px 70px 50px;
	}
}

@media screen and (max-width:760px) {
	.page-about .card {
		padding: 30px 30px 60px;
		width: 100%;
		height: auto;
		min-height: 0;
	}
}

@media screen and (max-width:1030px) {
	.page-about .card:before {
		display: none;
	}
}

@media only screen and (min-width:760px) {
	.page-about .card .paginator {
		font-size: 20px;
	}
}

@media screen and (max-width:1439px) {
	.page-about .card h3 {
		margin-bottom: 48px;
	}
}

@media screen and (max-width:1030px) {
	.page-about .card~.card {
		margin-top: 0;
	}
}

@media screen and (max-width:1030px) {
	.page-about .horizontal-scene {
		height: auto;
	}
}

@media screen and (min-width:767px) {
	.page-about .workflow-section .section-body .wr.active .icon-wr {
		margin-top: 0;
		background: #fc605c;
	}

	.page-about .workflow-section .section-body .wr.active .icon-wr img {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	.page-about .workflow-section .section-body .wr.active .icon-wr img.hover {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.page-about .workflow-section .section-body .wr.active .text-wr {
		margin-top: -44px;
	}

	.page-about .workflow-section .section-body .wr.active .text-wr .numb {
		opacity: 0;
	}

	.page-about .workflow-section .section-body .wr.active .text-wr .title {
		font-size: 36px;
		line-height: 120%;
		color: #fc605c;
		margin-bottom: 36px;
	}

	.page-about .workflow-section .section-body .wr.active p {
		position: relative;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.values-section .section-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}

	.values-section .text-block {
		max-width: 520px;
		margin-bottom: 150px;
	}

	.values-section .text-block .description {
		max-width: 100%;
	}

	.values-section .text-block h2 {
		font-size: 72px;
		margin-bottom: 77px;
	}
}

@media screen and (max-width:1600px) {
	.page-about .about-us-section .section-body .col-left {
		width: 60%;
		margin-right: 100px;
	}

	.page-about .team-section .section-body .col-left {
		width: 30%;
	}

	.page-about .workflow-section .section-body .wr {
		width: 360px;
	}
}

@media screen and (max-width:1439px) {
	.page-about .main-section .title {
		font-size: 62px;
		max-width: 1000px;
	}

	.page-about .team-section .section-body .about-tabs .tab-texts {
		width: 400px;
	}

	.page-about .workflow-section .top-line .text-block {
		margin-left: 290px;
	}

	.page-about .workflow-section .section-body {
		margin: 0 -25px;
	}

	.page-about .workflow-section .section-body .wr {
		width: 350px;
		margin: 0 25px 20px;
	}

	.values-section .section-body .text-block h2 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1200px) {
	.page-about .main-section .title {
		font-size: 45px;
		max-width: 800px;
	}

	.page-about .about-us-section .section-body .col-left {
		margin-right: 0;
	}

	.page-about .about-us-section .section-body .col-left p {
		font-size: 22px;
		line-height: 34px;
	}

	.page-about .team-section .section-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-about .team-section .section-body .col-left {
		width: 60%;
	}

	.page-about .team-section .section-body .about-tabs .tab-texts {
		width: 65%;
	}

	.page-about .workflow-section .top-line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-about .workflow-section .top-line h2 {
		margin-bottom: 25px;
	}

	.page-about .workflow-section .top-line .text-block {
		margin-left: 0;
	}

	.page-about .workflow-section .section-body {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.page-about .workflow-section .section-body .wr {
		width: 40%;
		margin: 0 0 20px;
	}

	.page-about .workflow-section .section-body .wr .icon-wr {
		width: 50px;
		height: 50px;
	}

	.page-about .workflow-section .section-body .wr .icon-wr img {
		width: 100%;
	}
}

@media screen and (min-width:1030px) {
	.page-about .values-section>.container {
		padding: 0 20px;
	}

	.page-about .values-section .section-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 260px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.page-about .values-section .section-body .text-block {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 0;
	}

	.page-about .values-section h2 {
		margin-bottom: 82px;
		font-size: 42px;
	}

	.page-about .values-section .description {
		max-width: 355px;
		width: auto;
	}

	.page-about .values-section .description:before {
		width: 60%;
	}
}

@media screen and (max-width:1025px) {
	.page-about .main-section .title {
		font-size: 72px;
		line-height: 110%;
		text-align: center;
		letter-spacing: -.03em;
		width: 610px;
	}

	.page-about .about-us-section {
		margin-bottom: 30px;
	}

	.page-about .about-us-section .subtitle {
		margin-bottom: 35px;
	}

	.page-about .about-us-section .section-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-about .about-us-section .section-body .col-left {
		width: 100%;
		max-width: 98%;
		margin-bottom: 75px;
	}

	.page-about .about-us-section .section-body .col-left p {
		font-size: 24px;
		line-height: 38px;
		width: 100%;
		padding-top: 0;
	}

	.page-about .about-us-section .section-body .col-right {
		max-width: 410px;
	}

	.page-about .about-us-section .section-body .col-right .description {
		width: 95%;
	}

	.page-about .about-us-section .section-body .col-right .description p {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 28px;
	}

	.page-about .about-us-section .section-body .col-right .link {
		margin-left: 0;
	}

	.page-about .values-main-image {
		height: 738px;
		width: auto;
		margin-bottom: 175px;
	}

	.page-about .team-section {
		padding: 160px 0 120px;
	}

	.page-about .team-section .section-body .col-left {
		width: 520px;
		margin-bottom: 45px;
	}

	.page-about .team-section .section-body .col-right h2 {
		margin-bottom: 70px;
	}

	.page-about .team-section .section-body .about-tabs {
		padding: 0 24px;
	}

	.page-about .team-section .section-body .about-tabs .tab-titles .tab-title {
		width: 195px;
	}

	.page-about .team-section .section-body .about-tabs .tab-titles .tab-title.active span {
		letter-spacing: -.07em;
	}

	.page-about .workflow-section {
		margin-top: 144px;
		margin-bottom: 88px;
		padding: 0;
	}

	.page-about .workflow-section .top-line {
		margin-bottom: 66px;
	}

	.page-about .workflow-section .top-line h2 {
		max-width: 100%;
		margin-bottom: 56px;
	}

	.page-about .workflow-section .top-line .text-block {
		max-width: 85%;
	}

	.page-about .workflow-section .top-line .text-block .description:before {
		display: block;
		width: 38%;
	}

	.page-about .workflow-section .section-body .wr {
		width: 48%;
		min-height: 174px;
		height: auto;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.page-about .workflow-section .section-body .wr .text-wr {
		margin-left: 24px;
		width: 220px;
	}

	.page-about .workflow-section .section-body .wr.active {
		margin: -6px 0 20px;
	}
}

@media screen and (max-width:767px) {
	.page-about .main-section {
		height: 100vh;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.page-about .main-section .title {
		font-size: 30px;
		line-height: 110%;
		letter-spacing: -.03em;
		width: 90%;
	}

	.page-about .about-us-section {
		margin-bottom: 0;
	}

	.page-about .about-us-section .subtitle {
		margin-bottom: 44px;
	}

	.page-about .about-us-section .section-body .col-left {
		margin-bottom: 47px;
	}

	.page-about .about-us-section .section-body .col-left p {
		font-size: 18px;
		line-height: 23px;
	}

	.page-about .about-us-section .section-body .col-right {
		margin-bottom: 0;
	}

	.page-about .about-us-section .section-body .col-right .description {
		padding-top: 18px;
		margin-bottom: 0;
	}

	.page-about .about-us-section .section-body .col-right .description p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 32px;
	}

	.page-about .about-us-section .section-body .col-right .description:before {
		width: 50%;
		height: 2px;
	}

	.page-about .about-us-section .section-body .col-right .link {
		margin-left: 0;
	}

	.page-about .about-us-section .section-body .col-right .link .link-text {
		font-size: 15px;
		line-height: 25px;
	}

	.page-about .about-us-section .section-body .col-right .link .arrow {
		width: 36px;
		height: 36px;
		margin-left: 20px;
	}

	.page-about .about-us-section .section-body .col-right .link .arrow svg {
		width: 7px;
		height: 7px;
	}

	.page-about .values-main-image {
		height: 320px;
		margin-bottom: 78px;
	}

	.page-about .team-section {
		padding: 77px 0 25px;
	}

	.page-about .team-section .section-body .col-left {
		width: 268px;
		margin-bottom: 62px;
		margin-right: 0;
		overflow: hidden;
	}

	.page-about .team-section .section-body .col-left svg {
		max-width: 100%;
	}

	.page-about .team-section .section-body .col-right h2 {
		margin-bottom: 27px;
		font-size: 42px;
		line-height: 110%;
	}

	.page-about .team-section .section-body .col-right .about-tabs {
		padding: 0;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-texts {
		display: none;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles {
		width: 97%;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-title {
		font-size: 18px;
		width: 100%;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-title:after {
		left: auto;
		right: 0;
		color: #7e8888;
		text-align: center;
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
		opacity: 1;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-title span {
		font-size: 18px;
		line-height: 50px;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-title.active:after {
		content: "\2013";
		color: #fc605c;
		font-size: 18px;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-text {
		left: 0;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-text h3 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-text p {
		font-size: 15px;
		line-height: 23px;
	}

	.page-about .team-section .section-body .col-right .about-tabs .tab-titles .tab-text.open {
		position: relative;
		left: 0;
		padding: 25px 0 18px;
	}

	.page-about .workflow-section {
		margin-top: 77px;
		margin-bottom: 25px;
	}

	.page-about .workflow-section .top-line {
		margin-bottom: 32px;
	}

	.page-about .workflow-section .top-line h2 {
		width: 250px;
		margin-bottom: 35px;
		font-size: 42px;
		line-height: 1;
	}

	.page-about .workflow-section .top-line .text-block {
		max-width: 100%;
	}

	.page-about .workflow-section .top-line .text-block .description:before {
		display: block;
		width: 46%;
	}

	.page-about .workflow-section .top-line .text-block .hero-link {
		font-size: 15px;
		line-height: 25px;
		margin-top: 15px;
	}

	.page-about .workflow-section .section-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-about .workflow-section .section-body .wr {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: auto;
		margin: 0 0 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-about .workflow-section .section-body .wr .icon-wr {
		width: 40px;
		height: 40px;
		margin-top: 0;
	}

	.page-about .workflow-section .section-body .wr .icon-wr img {
		max-width: 30px;
		max-height: 30px;
	}

	.page-about .workflow-section .section-body .wr .icon-wr img.hover {
		max-width: 40px;
		max-height: 40px;
	}

	.page-about .workflow-section .section-body .wr .text-wr {
		margin-left: 0;
		width: calc(100% - 40px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0 0 12px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.page-about .workflow-section .section-body .wr .text-wr .numb {
		font-size: 16px;
		line-height: 23px;
	}

	.page-about .workflow-section .section-body .wr .text-wr .title {
		font-size: 30px;
		margin-left: 14px;
		margin-bottom: 12px;
	}

	.page-about .workflow-section .section-body .wr p {
		width: 90%;
		padding: 0;
	}

	.page-about .workflow-section .section-body .wr.active {
		margin-top: 0;
	}

	.page-about .workflow-section .section-body .wr.active .icon-wr img {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.page-about .workflow-section .section-body .wr.active .icon-wr img.hover {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.page-about .workflow-section .section-body .wr.active .text-wr .title {
		font-size: 24px;
		color: #fc605c;
		margin-top: 4px;
	}

	.page-about .workflow-section .section-body .wr.active p {
		margin-top: 12px;
		opacity: 1;
		position: relative;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media only screen and (min-width:760px) {
	.about__video {
		margin: 0 0 60px;
	}
}

@media only screen and (min-width:1279px) {
	.about__video {
		margin: 0 0 100px;
	}
}