
/* 1. CSS RESET 
----------------------------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
video {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {display: block;}
body {line-height: 1.2;}
blockquote,
q {quotes: none;}
blockquote:after,
blockquote:before,
q:after,
q:before {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
*:focus {outline: 0;text-decoration: none;}
a:focus,
a:active {text-decoration: none;outline: 0;}

/*-------------------------------------------------------------------------------------------*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Ubuntu';
	font-weight:300;
	overflow-x: hidden;
	width: 100vw;
	font-size: 20px;
}
body.no-scroll {
	height: 100vh;
	overflow: hidden;
}
body:before {
	content: '';
	position: fixed;
	z-index: 5;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
body.main-done:before {
	display: none;
}
a {color:#CA171F;}
a:hover {color:#EF9A9A;text-decoration:none;}
.clear {
	clear:both;
	display: block;
}
.scroll {
	height: 100vh;
	top: 0;
}
.scroll-content {
	position: absolute;
	top: 0;
}
.parallax {
	-webkit-transition: transform .1s linear;
	transition: transform .1s linear;
	will-change: transform;
}
h4.substrate {
	display: inline-block;
	-webkit-transition: all .1s;
	transition: all .1s;
	letter-spacing: 1px;
	font-size: 34px;
	text-transform: uppercase;
}
h4.substrate span {
	display: inline-block;
	margin: 5px 0;
	background: #ffffff;
	padding: 3px 15px 2px;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.25);
	line-height: 40px;
}

/* loader */
.loading-all {
	opacity: 0;
}
.loader .loader-container {
	display: none
}
.no-mobile .load.loader .loader-container {
	animation: container .6s 2.4s forwards;
	text-align: center;
	margin: 0 auto;
	padding-top: calc(50vh - 50px);
	display: block;
	overflow: hidden;

}
.mobile .load.loader .loader-container {
	text-align: center;
	margin: 0 auto 0 7%;
	padding-top: calc(50vh - 100px);
	display: block;
	overflow: hidden;
}
.no-mobile .load.loader .loader-container .symbol svg {
	position: relative;
	z-index: 2
}
.load.loader .loader-container .symbol svg {
	position: relative;
	z-index: 2
}
.no-mobile .load.loader .loader-container .symbol:after {
	display: inline-block;
	width: 70vw;
	background: #fff;
	position: absolute;
	height: 100px;
	content: '';
	left: 0;
	top: 0;
	z-index: 1
}
.load.loader .loader-container .symbol:after {
	display: inline-block;
	width: 70vw;
	background: #fff;
	position: absolute;
	height: 100px;
	content: '';
	left: 0;
	top: 0;
	z-index: 1
}
.no-mobile .load.loader .loader-container .symbol {
	animation: symbol 1.4s .7s forwards;
	opacity: 0;
	position: relative;
	width: 67px;
	display: inline-block;
	vertical-align: top
}
.load.loader .loader-container .symbol {
	animation: symbol 1.4s .7s forwards;
	opacity: 0;
	position: relative;
	width: 67px;
	display: inline-block;
	vertical-align: top
}
.no-mobile .load.loader .loader-container .studio-name {
	width: 210px;
	margin-top: 19px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	animation: studio-name .6s 1.4s forwards;
	position: absolute;
	display: inline-block;
	vertical-align: top
}
.load.loader .loader-container .studio-name {
	width: 210px;
	margin-top: 19px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	animation: studio-name .6s 1.4s forwards;
	position: absolute;
	display: inline-block;
	vertical-align: top
}
.no-mobile .load.loader .loader-container .studio-desc {
	animation: studio-desc .6s 2.3s forwards;
	opacity: 0;
	position: absolute;
	color: #212121;
	font-size: 26px;
	line-height: 70px;
	margin-left: 0;
	display: inline-block;
	vertical-align: top
}
.loader.hide {
	opacity: 0;
	height: 0;
	-webkit-transform: translate3d(-10%, 0 ,0);
	transform: translate3d(-10%, 0 ,0);
	-webkit-transition: all .2s .2s cubic-bezier(0.22, 0.02, 0.11, 1.01);
	transition: all .2s .2s cubic-bezier(0.22, 0.02, 0.11, 1.01);
}

@keyframes symbol {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}
}
@keyframes studio-name {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(calc(-50% - 22px), 0, 0);
		transform: translate3d(calc(-50% - 22px), 0, 0)
	}
}
@keyframes block {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(35%, 0, 0);
		transform: translate3d(35%, 0, 0);
	}
}
@keyframes studio-desc {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(65%, 0, 0);
		transform: translate3d(65%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(45%, 0, 0);
		transform: translate3d(45%, 0, 0);
	}
}
@keyframes container {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}
}

/* header  */
header {
	height: 90px;
	position: fixed;
	z-index: 5;
	top: 0;
	width: calc(100vw - 74px);width: 100%;
	padding: 30px 37px;
	opacity: 0;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
	-webkit-backface-visibility: hidden;
}
header:hover {background:#fff;}
.main-done header {
	opacity: 1;
	z-index: 5;
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: opacity .8s, transform .8s, background .3s;
	transition: opacity .8s, transform .8s, background .3s;
}
.no-main header {
	opacity: 1;
}
.main-done header.white {
	-webkit-transform: translate3d(0, 0, 0);
}
.main-done header.white:hover {
	background: #ffffff;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
}
.main-done header.hide {
	opacity: 0;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
	-webkit-transition: all .4s;
	transition: all .4s;
}
header .logo {
	display: inline-block;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	text-decoration: none;
}
header .logo:active {
	-webkit-transform: scale3d(.98,.98,.98);
	transform: scale3d(.98,.98,.98);
	-webkit-transition: all .2s;
	transition: all .2s;
}
header .logo .studio-name, header .logo .symbol {
	display: inline-block;
	vertical-align: middle;
}
header .logo .studio-name {
	width: 0;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}
header .logo:hover .studio-name {
	width: 149px;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.open header .logo:hover .symbol {
	-webkit-transform: scale3d(1.02,1.02,1.02);
	transform: scale3d(1.02,1.02,1.02);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.open header .logo:hover .studio-name {
	width: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header .logo .studio-name svg {
	height: 27px;
	margin-top: 4px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header .logo .symbol {
	margin-left: -2px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header .logo .symbol svg {
	height: 40px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header .header-phone {display: inline-block;float: right;position: relative;}
header .link-header-phone {margin: 7px 0px 0 0;display: inline-block;font-weight: 700;font-size: 18px;color: #CA171F;}
header .link-header-phone:hover {color: #EF9A9A;}
header .header-close {display: inline-block;float: right;position: relative;}
header .link-header-close {padding-right:40px;margin: 7px 0px 0 0;display: inline-block;font-weight: 300;font-size: 18px;color: #111;text-decoration:none;}
header .link-header-close:after {position:absolute;top:15px;right:0px;content:"";display:block;width:40px;height:0px;border:1px solid #CA171F;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
header .link-header-close:before {position:absolute;top:15px;right:0px;content:"";display:block;width:40px;height:0px;border:1px solid #CA171F;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
header .menu {
	display: inline-block;
	float: right;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header .menu ul {
	display: inline-block;
	vertical-align: top;
	margin: 7px 60px 0 0;
	padding: 0;
	list-style: none;
}
header .menu ul li a.repeat {
	animation: repeats .4s forwards;
}
@keyframes repeats {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	20% {
		transform: translate3d(-7px,0,0);
		-webkit-transform: translate3d(-7px,0,0);
	}
	40% {
		transform: translate3d(5px,0,0);
		-webkit-transform: translate3d(5px,0,0);
	}
	60% {
		transform: translate3d(-3px,0,0);
		-webkit-transform: translate3d(-3px,0,0);
	}
	80% {
		transform: translate3d(1px,0,0);
		-webkit-transform: translate3d(1px,0,0);
	}
	100% {
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
	}

}
header .menu ul li a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	margin: 0 50px;
	/*text-transform: uppercase;*/
	-webkit-transition: all .2s;
	transition: all .2s;
	position: relative;
	display: block;
}
header .menu ul li a:before {
	display:none;
	content: attr(data-text);
	position: absolute;
	color: #ffffff;
	overflow: hidden;
	width: 0;
	-webkit-transform-origin: right center;
	text-align: right;
	transform-origin: right center;
	-webkit-transition: width .07s cubic-bezier(.215, .61, .355, 1);
	transition: width .07s cubic-bezier(.215, .61, .355, 1);
}
header .menu ul li a:after {
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	position: absolute;
	left: -4px;
	top: 0px;
	z-index: -1;
	padding: 1px 3px;
	width: 100%;
	height: 15px;
	margin: auto;
	margin-top: 10px;
	pointer-events: none;
}
header .menu ul li a:after, header .menu ul li a.active:after {
	-webkit-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	background-color: #E57373;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
header .menu ul li a:hover:after, header .menu ul li a.active:after {
	-webkit-transform: scaleX(1.15);
	transform: scaleX(1.15);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
}
header .menu ul li a:hover:before, header .menu ul li a.active:before {
	-webkit-transition: width .5s cubic-bezier(.215, .61, .355, 1);
	transition: width .5s cubic-bezier(.215, .61, .355, 1);
	width: 100%;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
header .menu ul li a:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transform: scale3d(.98,.98,.98);
	-webkit-transition: all .2s;
	transition: all .2s;
	display: block;
}
header .menu ul li {
	display: inline-block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header .menu ul li:before {
	display: inline-block;
	content: attr(data-text);
	position: absolute;
	color: red;
	top: 0;
	left: 0;
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	margin: 0 20px;
	text-transform: uppercase;
}


/* hamburger */
.hamburger {
	position: absolute;
	cursor: pointer;
	z-index: 24;
	right: 0;
	top: 3px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.menu-icon-wrapper {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	pointer-events: none;
	-webkit-transition: opacity .3s .1s;
	transition: opacity .3s .1s;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale3d(.5, .5, .5);
	-ms-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale3d(.1, .1, .1);
	-ms-transform: scale3d(.1, .1, .1);
	transform: scale3d(.1, .1, .1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
	stroke: #e41718;
	stroke-width: 20px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: transparent
}
/*.menu ul {*/
/*overflow: hidden;*/
/*}*/
/*.menu.hide ul li {*/

/*-webkit-transition: all .6s;*/
/*transition: all .6s;*/
/*}*/
/*.menu.hide ul li:nth-child(1) {*/
/*transform: translate3d(450%, 0, 0);*/
/*-webkit-transition-delay: .15s;*/
/*transition-delay: .15s;*/
/*}*/
/*.menu.hide ul li:nth-child(2) {*/
/*transform: translate3d(350%, 0, 0);*/
/*-webkit-transition-delay: .1s;*/
/*transition-delay: .1s;*/
/*}*/
/*.menu.hide ul li:nth-child(3) {*/
/*transform: translate3d(250%, 0, 0);*/
/*-webkit-transition-delay: .05s;*/
/*transition-delay: .05s;*/
/*}*/
/*.menu.hide ul li:nth-child(4) {*/
/*transform: translate3d(150%, 0, 0);*/
/*}*/


.hamburger #pathB {
	/*stroke-width: 40px;*/
}
.touch .cursor {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.hamburger.open #pathB {
	/*stroke-width: 0;*/
}

.hamburger-works, .hamburger-arrow {
	position: absolute;
	right: 70px;
	cursor: pointer;
	z-index: 6;
	width: 167px;
	padding: 5px 0;
	visibility: hidden;
	margin-top: -2px;
	opacity: 0;
	text-align: right;
	-webkit-transition: opacity .3s, visibility .6s;
	transition: opacity .3s, visibility .6s;
}

.hamburger-works svg, .hamburger-arrow svg {
	fill: #e41718;
	width: 34px;
	margin-right: -50px;
	opacity: 0;
	-webkit-transition: margin-right .3s, opacity .3s;
	transition: margin-right .3s, opacity .3s;
}

/* main section */
.main {
	/*background: #ececec;*/
	/*background: #f6f6f6;*/
	background: #efece5;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	top: 0;
	opacity: 0;
}
.loading-done .main {
	opacity: 1;
	-webkit-transition: all .9s cubic-bezier(0.22, 0.02, 0.11, 1.01);
	transition:all .9s cubic-bezier(0.22, 0.02, 0.11, 1.01);
}
.main h1 span {
	display: inline-block;
	opacity: 0;
	transform: translate3d(-15%,0,0);
	-webkit-transform: translate3d(-15%,0,0);
	position: relative;
}
.loading-done .main h1 span {
	opacity: 1;
	transform: initial;
	-webkit-transform: initial;
	-webkit-transition: opacity .6s cubic-bezier(0.22, 0.02, 0.11, 1.01), transform .6s cubic-bezier(0.22, 0.02, 0.11, 1.01);
	transition: opacity .6s cubic-bezier(0.22, 0.02, 0.11, 1.01), transform .6s cubic-bezier(0.22, 0.02, 0.11, 1.01);
}
.loading-done .main h1 span:nth-child(1):before {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.loading-done .main h1 span:nth-child(2):before {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.loading-done .main h1 span:nth-child(3):before {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}
.loading-done .main h1 span:nth-child(1) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}
.loading-done .main h1 span:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.loading-done .main h1 span:nth-child(3) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.main h1 span:before {
	content: '';
	display: block;
	padding: 7px 20px 17px 20px;
	background: #ffffff;
	height: calc(100% - 10px);
	width: 100%;
	margin-left: -20px;
	margin-top: -4px;
	position: absolute;
	z-index: -1;
	opacity: 0;
	transform: translate3d(-30%, 0, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
}
.loading-done .main h1 span:before {
	content: '';
	display: block;
	padding: 7px 20px 17px 20px;
	background: #ffffff;
	height: calc(100% - 10px);
	width: 100%;
	margin-left: -20px;
	margin-top: -4px;
	position: absolute;
	z-index: -1;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .6s cubic-bezier(0.22, 0.02, 0.11, 1.01);
	transition: all .6s cubic-bezier(0.22, 0.02, 0.11, 1.01);
}
.main h2 span {
	display: inline-block;
	color: #ffffff;
	position: relative;
}
.main h2 span a {
	color: #ffffff;
	cursor: default;
	text-decoration: none;
}
.loading-done .main h2 span:before {
	content: '';
	display: block;
	padding: 0 10px;
	background: #ffffff;
	height: 100%;
	width: 100%;
	margin-left: -10px;
	margin-top: 5px;
	position: absolute;
	z-index: -1;
	opacity: 1;
	box-shadow: 0 4px 80px rgba(0, 0, 0, 0.15);
}
.main h1 span a {
	color: #212121;
	text-decoration: none;
	position: relative;
	cursor: default;
	display: inline-block;
}
.loading-done .main h1 span a {
	/*color: #212121;*/
	color: #CA171F;
	-webkit-transition: color .6s 3.6s, transform .2s;
	transition: color .6s 3.6s, transform .2s;
}
.loading-done .main h1 span a:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transform: scale3d(.98,.98,.98);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.main-done .main h1 span a {
	cursor: pointer;
}
.main-done .main h1 span a:after {
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	width: 100%;
	bottom: 6px;
	left: 0;
	height: 3px;
	position: absolute;
	z-index: -1;
}
.main-done .main h1 span a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.main-done .main h1 span a:after {
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.main-done .main h1 span a:before {
	width: 100%;
	display: block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: width .6s, opacity .1s;
	transition: width .6s, opacity .1s;
}
.main h1 span a .hover-reveal {
	display: none;
}
.main-done .main h1 span a .hover-reveal {
	display: block;
}
.main h1 span a:hover:before {
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.main h1 span a:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 3px;
	/*background: #212121;*/
	background: #CA171F;
	width: 0;
	left: 0;
	bottom: 6px;
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.stories__item .stories__item__img-wrap {
	opacity: 0;
	transform: scale3d(1.2,1.2,1.2);
}
.stories__item .stories__item__img-wrap::after {
	opacity: 0;
}
.loading-done .stories__item .stories__item__img-wrap {
	opacity: 1;
	transform: scale3d(1,1,1);
	transition: all 1s;
}
.loading-done .stories__item:nth-child(1) .stories__item__img-wrap {
	transition-delay: 2.6s;
}
.loading-done .stories__item:nth-child(2) .stories__item__img-wrap {
	transition-delay: 2.8s;
}
.loading-done .stories__item:nth-child(3) .stories__item__img-wrap {
	transition-delay: 3s;
}
.loading-done .stories__item:nth-child(4) .stories__item__img-wrap {
	transition-delay: 3.2s;
}
.loading-done .stories__item .stories__item__img-wrap::after {
	opacity: 1;
	transform: scale3d(1,1,1);
	transition: all 1s 3.4s;
}
.stories__item__profile-name {
	opacity: 0;
}
.loading-done .stories__item__profile-name {
	opacity: 1;
	transition: all .5s 3.4s;
}

.main h1 {
	color: #212121;
	font-size: 3.6vw;
	position: absolute;
	line-height: 115%;
	margin-left: 100px;
	letter-spacing: -2px;
	z-index: 2;
	font-weight: 300;
	top: 22vh;
}
.main h2 {
	position: absolute;
	line-height: 115%;
	letter-spacing: -3px;
	margin-left: 100px;
	max-width: 80%;
	font-size: 90px;
	-webkit-transition: .6s 2.4s;
	transition: .6s 2.4s;
	bottom: 6%;
	opacity: 0;
	z-index: 1;
}
.loading-done .main h1 {
	font-size: 3.6vw;
	-webkit-transition: .6s 2.4s;
	transition: .6s 2.4s;
	max-width: 55%;
	top: 22vh;
	z-index: 2;
}
.main-done .main h2 {
	opacity: 1;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.on-bg .on-bg-round {
	opacity: 0;
	transform: scale3d(1.2,1.2,1.2);
}
.on-bg .on-bg-line {
	opacity: 0;
	transform: translate3d(-50%, 0, 0);
}
.loading-done .on-bg .on-bg-round {
	opacity: 0.08;
	transform: scale3d(1,1,1);
	transition: all .6s 4.2s cubic-bezier(.19,1,.22,1);
}
.loading-done .on-bg .on-bg-line {
	opacity: 0.05;
	transform: translate3d(0, 0, 0);
	transition: all .6s 3.8s cubic-bezier(.19,1,.22,1);
}


/* link-reveal */
@keyframes loop {
	0% { transform-origin: 0 50%; transform: scale3d(0,1,1); -webkit-transform: scale3d(0,1,1); }
	50% { transform-origin: 0 50%; transform: scale3d(1,1,1); -webkit-transform: scale3d(1,1,1); }
	51% { transform-origin: 100% 50%; }
	100% { transform-origin: 100% 50%; transform: scale3d(0,1,1); -webkit-transform: scale3d(0,1,1); }
}

.hover-reveal {
	position: fixed;
	width: 296px;
	height: 164px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (min-width: 53em) {
	.block {
		align-items: flex-start;
	}
	.content, .contentnew {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3,33.33%);
		margin: 0 auto;
		max-width: 100vw;
		min-height: 100vh;
		text-align: left;
		z-index: 1;
	}
	.content__text {
		grid-column: span 3;
	}
}



/* pencil */
.pencil {
	position: fixed;
	width: 260px;
	height: 60px;
	border-radius: 30px;
	bottom: 30px;
	right: 45px;
	background: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .2s;
	transition: all .2s;
	z-index: 200;
	opacity: 0;
	transform: translate3d(0,20%,0);
	-webkit-transform: translate3d(0,20%,0);
}
.main-done .pencil {
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: opacity .8s, transform .8s, bottom .2s, scale3d .2s;
	transition: opacity .8s, transform .8s, bottom .2s, scale3d .2s;
}

.pencil:active {
	background: #fff !important;
	transform: scale3d(.95, .95, .95);
	-webkit-transform: scale3d(.95, .95, .95)
}

.pencil:hover {
	bottom: 32px;
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.07);
}

.pencil.show:hover {
	transform: none;
	-webkit-transform: none;
	bottom: 30px
}
#menu-icon-wrapper-feedback {
	/*position: absolute;*/
	/*top: 30px;*/
	/*right: 50px;*/
}
#hamburger-feedback {
	position: absolute;
	top: 30px;
	right: 50px;
}
#hamburger-feedback:hover .menu-name {
	transform: translate3d(-5px,0,0);
	-webkit-transform: translate3d(-5px,0,0);
	-webkit-transition: all .3s;
	transition: all .3s;
}
#hamburger-feedback:active .menu-name {
	transform: scale3d(.98,.98,.98);
	-webkit-transform: scale3d(.98,.98,.98);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.prev-name, .menu-name {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pencil.show .pencil-button {
	opacity: 0
}
.pencil-emoji {
	font-size: 33px;
	text-align: center;
	margin-top: 14px;
}
.pencil-emoji img {
	max-width: 35px;
	animation: rotate 10s infinite;
}
@keyframes rotate {
	0% {transform: rotate(0deg);}
	1% {transform: rotate(10deg);}
	2% {transform: rotate(-5deg);}
	3% {transform: rotate(15deg);}
	4% {transform: rotate(-10deg);}
	5% {transform: rotate(0deg);}
}
.pencil .pencil-text {position: absolute;width: 200px;right: 30px;top: 18px;font-size: 18px;}
.pencil .pencil-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	background: #CA171F;
	bottom: 0px;
	right: 0px;
	z-index: 202;
	opacity: 1;
	-webkit-transition: opacity .1s, background .1s .5s;
	transition: opacity .1s, background .1s .5s;
}
.pencil .pencil-button:hover {
	background: #EF9A9A;
}

.pencil .pencil-button svg {
	width: 26px;
	margin-top: 18px;
	margin-left: 18px;
	fill: #fff;
	position: absolute
}

.pencil.show .pencil-svg {
	opacity: 0;
	bottom: 250px;
	right: 250px;
	position: absolute
}

.pencil.active .pencil-svg {
	opacity: 0
}

.pencil.show {
	box-shadow: none;
	position: fixed;
	cursor: default;
	z-index: 205;
	transform: none;
	-webkit-transform: none;
}

.pencil .pencil-bg {
	-webkit-transition: all .25s;
	transition: all .25s;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	right: 0;
	bottom: 0;
	position: absolute
}

.pencil .pencil-bg.show {
	opacity: 1;
	border-radius: 50%;
	background: #fff;
	visibility: visible;
	position: absolute;
	width: 700px;
	height: 700px;
	bottom: -300px;
	right: -300px;
	-webkit-transition: width .4s, height .4s, bottom .4s, right .4s;
	transition: width .4s, height .4s, bottom .4s, right .4s;
	z-index: 204;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05)
}

.pencil .pencil-bg.active {
	width: 100vw;/*300vw;*/
	height: 100vh;/*450vh;*/
	opacity: 1;
	bottom: 0vh;/*-225vh;*/
	right: 0vh;/*-150vw;*/
	border-radius: 0;/*50%;*/
	visibility: visible;
	background: #fff;
	position: fixed;
	-webkit-transition: width .6s, height .6s, bottom .6s, right .6s;
	transition: width .6s, height .6s, bottom .6s, right .6s;
	z-index: 207;
	cursor: default
}
.pencil .pencil-bg.active .header{position:relative;}
.pencil .pencil-bg.active .breadcrumbs{position:absolute;top:0px;width: 100%;}

.pencil .close-button, .pencil .brief-button, .pencil .feedback-button, .pencil .online-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0
}

.pencil .close-button svg {
	width: 23px;
	margin-left: -10px;
	margin-top: -19px;
	position: absolute;
	opacity: 0
}

.pencil.show .close-button:hover svg {
	animation-name: elastic-close;
	animation-duration: .6s
}

.pencil.show .close-button:active svg {
	margin-top: -7px
}

.pencil.show .close-button svg {
	margin-top: -13px;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pencil.show .close-button {
	padding: 32px;
	background: #E57373;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	position: absolute;
	z-index: 205;
	right: -1px
}

.pencil.show .brief-button i, .pencil.show .online-button i {
	opacity: 1;
	visibility: visible;
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #CA171F;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.pencil .online-button {
	transform: translate3d(0, -60px, 0);
	width: 200px;
	right: 13px;
	bottom: 0
}
.pencil .feedback-button {
	transform: translate3d(0, -60px, 0);
	width: 220px;
	right: 13px;
	bottom: 0
}

.pencil .brief-button {
	transform: translate3d(0, -60px, 0);
	width: 220px;
	right: 13px;
	bottom: 0
}

.pencil.show .online-button {
	z-index: 207;
	opacity: 1;
	width: 225px;
	right: 0;
	transform: translate3d(0, -110px, 0);
	-webkit-transition: transform .3s .35s, opacity .3s .35s;
	transition: transform .3s .35s, opacity .3s .35s;
	cursor: pointer
}
.pencil.show .feedback-button {
	z-index: 207;
	opacity: 1;
	width: 210px;
	right: 0;
	transform: translate3d(0, -290px, 0);
	-webkit-transition: transform .3s .15s, opacity .3s .15s;
	transition: transform .3s .15s, opacity .3s .15s;
	cursor: pointer
}

.pencil.show .brief-button {
	opacity: 1;
	z-index: 207;
	width: 200px;
	right: 0;
	transform: translate3d(0, -200px, 0);
	-webkit-transition: transform .3s .25s, opacity .3s .25s;
	transition: transform .3s .25s, opacity .3s .25s;
	cursor: pointer
}

.pencil.show .feedback-button svg, .pencil .feedback-button svg {
	width: 28px;
	fill: #fff;
	margin-top: 22px;
	margin-left: 14px
}

.pencil.show .brief-button svg, .pencil .brief-button svg {
	fill: #fff;
	width: 20px;
	margin-top: 20px;
	margin-left: 20px
}

.pencil .feedback-button span, .pencil .brief-button span, .pencil .online-button span {
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	padding: 10px 12px 10px 0;
	display: inline-block
}

.pencil.show .online-button span {
	display: inline-block;
	visibility: visible;
	font-size: 16px;
	color: #000;
	opacity: 1;
	margin-top: 10px;
	-webkit-transition: opacity .3s .4s, margin-top .3s .4s, visibility .3s .4s, margin-left .1s, padding .1s;
	transition: opacity .3s .4s, margin-top .3s .4s, visibility .3s .4s, margin-left .1s, padding .1s;
	padding: 10px 12px 10px 0
}
.pencil.show .brief-button span {
	display: inline-block;
	visibility: visible;
	font-size: 16px;
	color: #000;
	opacity: 1;
	margin-top: 10px;
	-webkit-transition: opacity .3s .4s, margin-top .3s .4s, visibility .3s .4s, margin-left .1s, padding .1s;
	transition: opacity .3s .4s, margin-top .3s .4s, visibility .3s .4s, margin-left .1s, padding .1s;
	padding: 10px 12px 10px 0
}

.pencil.show .feedback-button span {
	display: inline-block;
	visibility: visible;
	font-size: 16px;
	color: #000;
	padding: 10px 12px 10px 0;
	opacity: 1;
	margin-top: 10px;
	-webkit-transition: opacity .3s .4s, margin-top .3s .4s, visibility .3s .4s, margin-left .1s, padding .1s;
	transition: opacity .3s .4s, margin-top .3s .4s, visibility .3s .4s, margin-left .1s, padding .1s;
}
.pencil.show .online-button i {
	opacity: 1;
	display: inline-block;
	visibility: visible;
	position: absolute;
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
	background: #CA171F;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.pencil.show .online-button:hover i {
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pencil.show .feedback-button i {
	opacity: 1;
	display: inline-block;
	visibility: visible;
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #CA171F;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.pencil.show .online-button:hover i {
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pencil.show .feedback-button:hover i {
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pencil.show .brief-button:hover i {
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pencil.show .online-button:active {
	transform: scale3d(.99,.99,.99) translate3d(0, -90px, 0);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pencil.show .feedback-button:active {
	transform: scale3d(.99,.99,.99) translate3d(0, -270px, 0);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pencil.show .brief-button:active {
	transform: scale3d(.99,.99,.99) translate3d(0, -190px, 0);
	-webkit-transition: all .2s;
	transition: all .2s;
}


.pencil.show .brief-button:hover span, .pencil.show .feedback-button:hover span, .pencil.show .online-button:hover span {
	color: #e41718;
	margin-left: -5px;
	padding: 10px 17px 10px 0;
	-webkit-transition: all .2s;
	transition: all .2s
}
.pencil-bg.active .feedback-form form {
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10vh;
	margin-bottom: 10vh;
}
.radio-line h2 {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	font-weight: 300;
	margin: 0;
}
.radio-line {
	width: 94%;
	max-width: 94%;
	min-width: 94%;
}
.pencil-bg.active #form-brief {
	margin-top: 10vh;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;padding-top: 70px;
}

.pencil-bg.active #form-brief.hide {
	margin-top: 250px;
	opacity: 0
}
.radio-line-block:before {
	width: 100%;
	box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
	content: '';
	display: block;
	background: #f2f2f2;
	position: absolute;
	height: 15px;
	margin-top: 25px;
	z-index: -1;
}
.radio-line-block {
	width: 100%;
	position: relative;
}
.radio-line-block .radio input {
	width: 1px;
	height: 1px;
	/*visibility: hidden;*/
	opacity: 0;
}
.radio-line-block .radio {
	width: 25%;
	margin-right: -5px;
	display: inline-block;
}
.radio-line-block .radio span:before {
	content: '';
	display: block;
	width: 40px;
	border-radius: 50%;
	height: 40px;
	background: #f2f2f2;
	position: absolute;
	top:11px;
}

.radio-line-block .radio input:not(checked) ~ span:after {
	opacity: 0;
	display: block;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	background: #CA171F;
	position: absolute;
	top: 19px;
	margin-left: 6px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.radio-line-block .radio input ~ span:after {
	content: '';
	display: block;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	background: #CA171F;
	position: absolute;
	top: 19px;
	opacity: .1;
	margin-left: 6px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.radio-line-block .radio:hover input ~ span:after {
	content: '';
	display: block;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	background: #CA171F;
	position: absolute;
	top: 19px;
	opacity: .1;
	margin-left: 6px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.radio-line-block .radio input:checked ~ span {
	color: #CA171F;
}
.radio-line-block .radio input:checked ~ span:after {
	content: '';
	display: block;
	width: 25px;
	border-radius: 50%;
	height: 25px;
	opacity: 1;
	background: #CA171F;
	position: absolute;
	top: 19px;
	margin-left: 6px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.radio span {
	color: #CA171F;
	transition: all .2s;
}
.radio:hover span {
	color: #CA171F;
	transition: all .2s;
}
.radio:active span {
	transition: all .2s;
}
.radio-line-block .radio:nth-child(1) span:before {
	margin-left: -2px;
}
.radio-line-block .radio:nth-child(2) span:before {
	margin-left: 25px;
}
.radio-line-block .radio:nth-child(3) span:before {
	margin-left: 30px;
}
.radio-line-block .radio:nth-child(4) span:before {
	right: -2px;
}
.radio-line-block .radio:nth-child(2):hover input ~ span:after,
.radio-line-block .radio:nth-child(2) input:not(checked) ~ span:after,
.radio-line-block .radio:nth-child(2) input:checked ~ span:after {
	margin-left: 33px;
}
.radio-line-block .radio:nth-child(3):hover input ~ span:after,
.radio-line-block .radio:nth-child(3) input:not(checked) ~ span:after,
.radio-line-block .radio:nth-child(3) input:checked ~ span:after {
	margin-left: 38px;
}
.radio-line-block .radio:nth-child(4):hover input ~ span:after,
.radio-line-block .radio:nth-child(4) input:not(checked) ~ span:after,
.radio-line-block .radio:nth-child(4) input:checked ~ span:after {
	right: 5px;
}
.radio-line-block .radio:nth-child(2),
.radio-line-block .radio:nth-child(3) {
	text-align: center;
}
.radio-line-block .radio:nth-child(2) input,
.radio-line-block .radio:nth-child(2) span {
	margin-left: -25%;
}

.radio-line-block .radio:nth-child(3) input,
.radio-line-block .radio:nth-child(3) span {
	margin-right: -25%;
}
.radio-line-block .radio:nth-child(4) {
	text-align: right;
}

.pencil-bg.active .brief-form {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	opacity: 1;
	left: 0;
	height: 100%;
	width: 100%;
	overflow-y: scroll
}

.pencil-bg.active .feedback-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	overflow-x: hidden;
}
.pencil .close-button {
	padding: 32px;
	opacity: 1;
	visibility: visible;
	border-radius: 50%
}

/* about */
.about {
	position: relative;
	width: calc(100vw - 160px);
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 250px;
	overflow: hidden;
	background: #ffffff;
}
.about h2 {
	/*font-size: 56px;*/
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 81%;
	margin-top: 0;
	font-weight: 300;
	color: #000;
}
.about .about-left p, .about-mission .small-text {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: -10px;
	margin-left: 3px;
}
.about .about-left p i img, .about-mission .small-text i img {
	max-width: 45px;
}
.about .about-left p i, .about-mission .small-text i {
	display: inline-block;
	vertical-align: top;
	margin-top: -23px;
	margin-left: 5px;
	font-style: normal;
}
.about .about-left {
	display: inline-block;
	vertical-align: top;
	width: 59%;
	position: relative;
	z-index: 2;
}
.about .about-right {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
.awards-list {
	max-width: 1105px;
	padding: 50px 60px;
	margin-left: calc(10vw - 100px);
	/*margin-top: 200px;*/
	/*box-shadow: 0 4px 80px rgba(66, 66, 66, 0.1);*/
}
.awards-list .award-item span {
	display: block;
	font-size: 18px;
}
.awards-list .award-item img {
	max-width: 80px;
}
.awards-list .award-item h3 {
	margin: 8px 0 5px;
	font-size: 25px;
	display: block;
}
.awards-list .award-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 50px;
}

/* awards test */
.awards {
	max-width: 1440px;
	margin: 220px auto 300px;
	text-align: center;
	position: relative;
}
.awards-main-item {
	display: inline-block;
	vertical-align: top;
	width: 16%;
}
.awards-main-item span {
	font-size: 18px;
	text-align: center;
	color: #CA171F;
	display: block;
	margin-top: 15px;
}
.awards-main-item-img img {
	max-width: 100%;
	margin: auto;
}
.awards-main-item-img {
	height: 79px;
	display: flex;
}
.awards h3 {
	position: absolute;
	font-size: 247px;
	font-family: 'blblack';
	letter-spacing: 30px;
	color: #fff;
	line-height: 0;
	margin-top: 56px;
	top: 0;
	z-index: -1;
	text-shadow: 0 0 30px rgba(51, 51, 51, 0.07);
}


/* clients */
.clients {
	background: #f2f2f2;
}
.clients h4.substrate i {
	font-style: normal;
	color: #e41718;
}
.clients h4.substrate {
	max-width: 780px;
}
.clients-container {
	padding: 150px 80px 230px 80px;
	margin: 0 auto;
}
.clients h3 i, .works h3 i, .team h3 i, .services h3 i, .about-showreel-container h3 i {
	margin-top: -18px;
}
.clients h3 i img, .works h3 i img, .team h3 i img, .services h3 i img, .about-showreel-container h3 i img {
	max-width: 45px;
}
.clients h3, .works h3, .team h3, .services h3, .about-showreel-container h3 {
	text-align: left;
	/*font-size: 72px;*/
	/*display: inline-block;*/
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: block;
	vertical-align: top;
	margin-top: -10px;
	margin-left: 3px;
}
.clients h2 {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 620px;
	margin-top: 0;
	font-weight: 300;
}
.clients-desc {
	margin-bottom: 70px;
	max-width: 70%;
}
.clients-left {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.clients-right {
	width: 34%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}
.clients .clients-desc i img {
	max-width: 38px;
	margin-top: 4px;
	margin-left: 5px;
}
.clients .clients-desc i {
	display: inline-block;
	vertical-align: top;
	margin-top: -10px;
}
.need-block-clients {
	box-shadow: 0 0 80px rgba(51, 51, 51, 0.05);
	padding: 50px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.clients-item {
	width: calc(33% - 7px);
	display: inline-block;
	vertical-align: top;
	margin: 8px 0;
	background: #fff;
}
.clients-item-img {
	display: flex;
	min-height: 72px;
	height: 9vh;
}
.clients .clients-desc p span {
	color: #CA171F;
	border-bottom: 1px dashed rgba(77, 36, 216, 1);
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: default;
}
.clients .clients-desc p span:hover {
	border-bottom: 1px dashed rgba(77, 36, 216, 0);
	color: #501efb;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.clients-item-img img {
	max-width: 100%;
	margin: auto;
}
.clients-right .small-text {
	margin-bottom: 10px;
	color: #ccc;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.clients-right .small-text i img {
	max-width: 38px;
}
.clients-right .small-text i {
	display: inline-block;
	vertical-align: top;
	margin-top: -13px;
	margin-left: 5px;
	font-style: normal;
}
.clients-list .clients-item:nth-child(2),
.clients-list .clients-item:nth-child(5),
.clients-list .clients-item:nth-child(8),
.clients-list .clients-item:nth-child(11),
.clients-list .clients-item:nth-child(14),
.clients-list .clients-item:nth-child(17),
.clients-list .clients-item:nth-child(20),
.clients-list .clients-item:nth-child(23)
{
	margin: 8px 10px;
}
.need-block-clients:hover {
	box-shadow: 0 0 80px rgba(51, 51, 51, 0.2);
	-webkit-transition: all .8s;
	transition: all .8s;
}

/* works */
.works {
	background: #ffffff;
}
.works-container h3 i {
	display: inline-block;
	margin-top: 3px;
	vertical-align: top;
}
.works-container h3 {
	display: block;
	margin: 0 auto 40px auto;
}
.works-container {
	padding: 150px 0 240px;
	margin: 0 80px;
}
.works .description p {
	max-width: 80%;
}
.works .description {
	margin: 0 auto 45px auto;
}
.works .works-item:nth-child(4) {
	/*margin-left: 5%;*/
	/*margin-left: 50px;*/
}
.works .works-item:nth-child(2) {

}
.works .works-item {
	/*width: 47%;*/
	width: calc(50% - 30px);
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	-webkit-transition: transform .2s, opacity .4s;
	transition: transform .2s, opacity .4s;
}
.works .works-item {
	/*width: 47%;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	-webkit-transition: transform .2s, opacity .4s;
	transition: transform .2s, opacity .4s;
}
.works-page .works-item.part, .works-page .works-item.part-small {
	width: calc(50% - 30px);
}
.works-award-main svg, .works-award-main img {
	width: 3.6vw;
	margin-right: -1.6vw;
}
.works-award-main {
	display: inline-block;
	text-align: left;
}
.works .works-item:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.works h3 i img {
	max-width: 45px;
}
.works .works-desc span {
	display: inline-block;
	color: #000;
}
.works .works-item:hover .works-description {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.works .works-description {
	-webkit-transition: all .2s;
	transition: all .2s;
	padding-top: 1vw;
}
.no-margin {
	margin-left: 0 !important;
}
.insta-voted-done {
	position: relative;
	z-index: -1;
}
.works .works-desc {
	margin-top: 10px;
	display: inline-block;
	-webkit-transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s;
}
.works-item-img {
	transform: translate3d(0, -5px, 0);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.works .works-item .works-item-img img, .works .works-item .works-item-img div {
	max-width: 100%;
	min-width:100%;
	/*max-height: 559px;*/
	transform: scale3d(1,1,1);
	-webkit-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.15);
}
.works .works-item .works-item-img {
	transform: scale3d(1,1,1);
	-webkit-transition: all .2s;
	transition: all .2s;
}
/*.works .works-item:hover .works-item-img img {*/
/*transform: scale3d(1.01,1.01,1.01);*/
/*-webkit-transition: all .4s;*/
/*transition: all .4s;*/
/*box-shadow: 0 4px 80px rgba(66, 66, 66, 0.25);*/
/*}*/

.works .works-item .works-item-img div:before {
	width: 100%;
	height: 100%;
	cursor: pointer;
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.works .works-item:hover .works-item-img img,
.works .works-item:hover .works-item-img div {
	-webkit-transition: all .4s;
	transition: all .4s;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.25);
}
.works .works-item:hover .works-item-img {
	transform: scale3d(1.01,1.01,1.01);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.works .works-item.video-portfolio .works-item-img img {
	max-width: calc(100% - 2px);
	min-width: calc(100% - 2px);
	max-height: calc(100% - 2px);
}
.works .works-item:hover .works-desc {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.works .works-header {
	display: inline-block;
	z-index: 2;
	margin-top: 15px;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.works .works-header span {
	line-height: 40px;
	font-size: 2vw;
	color: #000;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.graph .big {
	margin-bottom: 6%;
}
.graph .hover-reveal,
.main-portfolio .hover-reveal {
	width: 23vw;
	height: 13vw;
}
.works-main-title span {
	display: block;
}
.works-main-title span:nth-child(2) {
	color: #999;
	margin-top: 5px;
}
.main-portfolio .works-item .animate-block {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 50px 0;
	display: table;
}
.works-main-name {
	font-size: 3.6vw;
	letter-spacing: -1px;
	line-height: 150%;
	display: table-cell;
	width: 38%;
	font-family: Ubuntu;
}
.social .swiper-pagination-fraction {
	display: none;
}
.works-main-title {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	margin-left: 3%;
	vertical-align: middle;
}
.works-main-awards {
	display: table-cell;
	vertical-align: middle;
	width: 15%;
	padding-left: 5%;
}
.works .main-portfolio .works-item:nth-child(4) {
	margin-left: 0;
}
.works-award-item {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	text-align: center;
	right: 0;
	bottom: 25px;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.works-award-works {
	display: inline-block;
}
.works-award-item svg {
	width: 3.6vw;
	margin-left: -1.6vw;
}
.works-award-item img {
	width: 3.6vw;
	margin-left: -1.6vw;
}
.works-award-item h5 {
	margin: 0;
	color: #212121;
	transform: translate3d(0,0,0);
}
.works .works-tag {
	color: #ccc;
	font-size: 18px;
	margin-top: 5px;
	display: inline-block;
}
.works-award-list {
	opacity: 0;
	visibility: hidden;
	width: 0;
	position: absolute;
}
.works .works-award {
	-webkit-transition: all .2s;
	transition: all .2s;
}

/* team */
.team {
	background: #000;
	width: 100vw;
	overflow: hidden;
}
.team-container {
	margin: 0 auto;
	padding: 150px 80px 230px 80px;
}
.swiper-container {
	height: auto;
	/*width: 200vw;*/
	/*left: -50vw;*/
	/*width: 4320px;*/
	/*left: -1460px;*/
}
.swiper-slide.swiper-slide-active {
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transform: scale3d(1,1,1);
}
.swiper-slide {
	opacity: .3;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform: scale3d(.95,.95,.95);
}
.swiper-slide img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.team h3 {
	display: block;
	margin: 0 auto 50px auto;
	color: #ffffff;
}
.team .description {
	margin: 0 auto 85px auto;
	color: #ffffff;
}
.team .description p {
	max-width: 80%;
}

/* services */
.services {
	background: #f2f2f2;
	padding: 150px 80px 360px 80px;
	margin: 0 auto;
}
.services-container .description {
	/*margin: 0 auto 85px auto;*/
}
.services-container {
	margin: 0 auto;
}
.services-need-block {
	display: inline-block;
	width: 33%;
}
.services-item {
	width: calc(100% - 109px);
	margin: 7px 4px;
	display: inline-block;
	vertical-align: top;
	padding: 150px 50px 100px 50px;
	background: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	height: 60vh;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.services-item:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: transform .2s !important;
	transition: transform .2s !important;
}
.services-item:nth-child(1), .services-item:nth-child(4) {
	margin-left: 0;
}
.services-item:nth-child(3), .services-item:nth-child(6)  {
	margin-right: 0;
}
.services-item .services-item-desc {
	font-size: 2.65vw;
	letter-spacing: -1px;
	bottom: 100px;
	position: absolute;
	width: calc(100% - 100px);
	text-decoration: none;
	color: #212121;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.services-item .services-item-name {
	color: #ccc;
	margin-top: 15px;
	text-decoration: none;
	-webkit-transition: all .4s;
	transition: all .4s;
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*margin-left: 5px;*/
	/*}*/
	/*.services-need-block:nth-child(1) img {*/
	/*margin-top: -4px;*/
	/*}*/
	/*.services-need-block:nth-child(2) img {*/
	/*margin-top: -4px;*/
	/*}*/
	/*.services-need-block:nth-child(2) img {*/
	/*margin-top: 0;*/
}
.services-item img {
	width: 45px;
	display: inline-block;
	vertical-align: top;
}
.services-container .description p {
	max-width: 80%;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
}
.services .services-item:hover {
	background: #000;
	-webkit-transition: all .6s;
	transition: all .6s;
	box-shadow: 0 0 80px rgba(51, 51, 51, 0.07);
}
.services .services-item:hover .services-item-name {
	color: #ffffff;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.services .services-item:hover .services-item-desc {
	color: #ffffff;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.clients .clients-container p {
	max-width: 80%;
}


.events-list {
	background: #f2f2f2;
	padding: 26vh 80px 240px 80px;
}
.events-item-header-date {
	display: inline-block;
	vertical-align: top;
	color: #999;
	font-size: 20px;
	position: relative;
}

.events-item-header-type i {
	position: absolute;
	left: 0;
	margin-top: -15px;
}
.events-item-header-type i img {
	max-width: 45px;
}
.events-item-header-type {
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
	padding-left: 60px;
	position: relative;
	color: #999;
}
.events-item-text {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 80%;
}
.events-item-text .hover-reveal {
	width: 23vw;
	height: 13vw;
}
.events-list h3 a:hover:before,
.events-item-text a:hover:before {
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.events-list h3 a:hover:after,
.events-item-text a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.events-list h3 a:after,
.events-item-text a:after {
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	width: 100%;
	bottom: 6px;
	left: 0;
	height: 3px;
	position: absolute;
	z-index: -1;
}
.events-list h3 a:before,
.events-item-text a:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 3px;
	background: #CA171F;
	width: 0;
	left: 0;
	bottom: 6px;
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.events-item-text a, .events-list h3 a {
	color: #CA171F;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.events-list h3 a:before,
.events-item-text a:before {
	width: 100%;
	display: block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: width .6s, opacity .1s;
	transition: width .6s, opacity .1s;
}
.events-list h3 a:after,
.events-item-text a:after {
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #f2f2f2;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.events-item {
	margin-bottom: 10vw;
}
.notice {
	background: #e31716;;
	margin: -1px 0 0 100px;
	color: #fff;
	font-size: 15px;
	padding: 3px 5px;
	letter-spacing: 2px;
	vertical-align: top;
	display: inline-block;
}
.events-item-header-date b {
	color: #ffffff;
	background: #000;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
	font-size: 15px;
	padding: 3px 3px 3px 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.events-item-text .background .emoji-bg img {
	width: 35px;
	padding: 15px;
	vertical-align: top;
}
.events-item-text .background .emoji-bg {
	width: 65px;
	height: 65px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
}
.events-item-text .background .emoji-bg:nth-child(1) {
	margin-top: 5vw;
	margin-left: 50vw;
}
.events-item-text .background .emoji-bg:nth-child(2) {
	margin-top: 3vw;
	margin-left: 53vw;
}
.events-item-text .background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.events-list h3 {
	font-size: 3.6vw;
	line-height: 115%;
	letter-spacing: -1px;
	font-weight: 300;
	margin-top: 100px;
}
.events-list h2 {
	font-size: 6.6vw;
	color: #999;
	letter-spacing: -1px;
	line-height: 150%;
	margin-top: 0;
	display: block;
	margin-bottom: 100px;
}
.events-item-text .background {
	transition-delay: .2s;
}
.bg-image.images {
	width: 18vw;
	margin-top: 3vw;
	margin-left: 68vw;
	opacity: .8;
}
.bg-image.images img {
	width: 100%;
}



/* footer */
.fake-bg {
	height: 200px;
	width: 100%;
	background: #f2f2f2;
	position: relative;
	z-index: -2;
	margin-bottom: 380px;
}
footer.show {
	opacity: 1;
	visibility: visible;
}
footer {
	opacity: 0;
	visibility: hidden;
	padding: 50px 60px 25px;
	position: relative;
	width: 100%;
	right: 0;
	bottom:0;
	z-index: 2;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	margin: 17px 0;
}
footer ul li a {
	font-size: 24px;
	color: #111;
	position: relative;
	text-decoration: none;
}
footer .social {
	display: inline-block;
	vertical-align: top;
	margin-left: 10%;
}
footer .footer-mail a {
	color: #CA171F;
	text-decoration: none;
	font-size: 18px;
	font-weight:700;
	margin-top: 10px;
	display: inline-block;
	position: relative;
}
footer .footer-mail p {
	color: #111;
	font-size: 18px;font-size: 0.96vw;
	margin: 0;
}
footer .footer-office:nth-child(1) {
	margin-bottom: 40px;
}
footer .footer-office {
	vertical-align: top;
	color: #111;
}
footer .footer-mail {
	display: inline-block;
	vertical-align: top;
}
footer .social p {
	color: #ccc;
	font-size: 16px;
	margin: 0;
}
footer .footer-copyright {
	padding-top: 30px;
	color: #A0A0A0;
	font-size: 16px;
}
footer .footer-text {
	color: #111;
	font-size: 18px;
}
footer .arrow-line {position:relative;overflow:hidden;}
footer .arrow-line img {position:absolute;top: 5px;right:0px;}
footer h3 {
	color: #111;
	font-size: 30px;
	padding-bottom: 100px;
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 100%;
}
footer .footer-office h4 {
	font-size: 18px;font-size: 0.96vw;
	color: #111;
	margin: 0;
	font-weight: 300;
}
footer .footer-office h6 a {
	color: #CA171F;
	font-size: 24px;
	margin: 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
footer .footer-office h5, footer .footer-office h6 {
	margin: 0;
}
footer .footer-office h5 a {
	text-decoration: none;
	color: #CA171F;
	display: block;
	font-size: 18px;font-size: 0.96vw;
	font-weight:700;
	margin: 10px 0 0px 0;
}
footer .footer-office-block {
	display: inline-block;
	vertical-align: top;
}
/*footer .social a:before, footer .footer-office h6 a:before,
footer .footer-mail a:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	height: 1px;
	background: #a0a0a0;
	left: 0;
	bottom: -2px;
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}*/
.social-contacts a:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	height: 1px;
	background: #CA171F;
	left: 0;
	bottom: -2px;
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.contacts-city h2 a.link:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	height: 1px;
	background: #000;
	left: 0;
	bottom: -2px;
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
/*
footer .social a:after, footer .footer-office h6 a:after,
footer .footer-mail a:after, .social-contacts a:after, .contacts-city h2 a.link:after {
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 1px;
	position: absolute;
	z-index: -1;
}
footer .social a:after, footer .footer-office h6 a:after,
footer .footer-mail a:after, .contacts-city h2 a.link:after {
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
footer .social a:hover:after, footer .footer-office h6 a:hover:after,
footer .footer-mail a:hover:after, .social-contacts a:hover:after, .contacts-city h2 a.link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}*/
.contacts-city h2 a.link:after {
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.social-contacts a:after {
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #efece5;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
footer a, .social-contacts a, .contacts-city h2 a.link {
	-webkit-transition: color .1s, transform .1s;
	transition: color .1s, transform .1s;
	display: inline-block;
}
footer a:hover {
	color: #EF9A9A !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.social-contacts a:hover {
	color: #CA171F97 !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.contacts-city h2 a.link:hover {
	color: #00000097 !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}
footer a:active, .social-contacts a:active, .contacts-city h2 a.link:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: color .2s;
	transition: color .2s;
}
.contacts-city h1 {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 80%;
	font-weight: 300;
	margin-left: 80px;
	margin-top: 0;
	margin-bottom: 260px;
}
.contacts-city h2 a {
	position: relative;
}

/* showreel */
.showreel {
	background: #fff;
	font-weight: 900;
	line-height: 40px;
	font-size: 34px;
	text-transform: uppercase;
	color: #212121;
	display: inline-block;
	padding: 3px 15px 2px;
	cursor: pointer;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.25);
	-webkit-transition: all .1s;
	transition: all .1s;
	letter-spacing: 1px;
}
.showreel-text {
	max-width: 440px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	margin-left: -30px;
	margin-top: 85px;
}
.main-text.main-scene span {
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
	margin-left: 25px;
}
.showreel-video .video {
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	/*width: 70vw;*/
	/*background: #000;*/
	/*top: 15vh;*/
	/*left: 15vw;*/
	opacity: 0;
	transform: translate3d(0, 20%, 0);
}
.showreel-video {
	background: #f6f6f6;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.showreel-video:before, .showreel-video:after {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0;
	position: absolute;
	top: -100vh;
	visibility: hidden;
}
.showreel-video.active:before {
	visibility: visible;
	opacity: .2;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.showreel-video:after {
	opacity: .2;
	top: 100vh
}
.showreel-video.active:after {
	visibility: visible;
	opacity: .2;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.showreel-video.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transform: translate3d(0, 0, 0);
}
.showreel-video.active .video {
	z-index: 23;
	/*width: 70vw;*/
	height: auto;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s .4s;
	transition: all .5s .4s;
	/*top: 15vh;*/
	/*left: 15vw;*/
}
.showreel-video.active .video video {
	z-index: 23;
	width: 70vw;
	height: auto;
	opacity: 1;
	/*transform: translate3d(0, 0, 0);*/
	/*-webkit-transition: all .5s .4s;*/
	/*transition: all .5s .4s;*/
	top: 15vh;
	left: 15vw;
	position: absolute;
}
.showreel-video.close .video {
	transform: translate3d(0, -20%, 0);
	opacity: 0;
	-webkit-transition: all .3s !important;
	transition: all .3s !important;
}
.showreel-video.close {
	-webkit-transition: transform 1s .2s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s .2s cubic-bezier(0.2, 1, 0.3, 1);
	transform: translate3d(0, -100%, 0);
}
.showreel-video.close:after {
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
	visibility: hidden;
	opacity: 0;
}
.showreel-video.active.close .video {
	z-index: 10;
}
.showreel-video.active .video {
	z-index: 23;
	position: fixed;
}
.showreel-video.active .overflow-video {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 22;
	width: 100vw;
	height: 100vh;
}
.overflow-video {
	background: rgba(0,0,0,.6);
	width: 0;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
}
.main-text-mobile span {
	display: block;
	margin-top: 10px;
}
.showreel a {
	text-decoration: none;
	color: #fff;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 27px;
	height: 36px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 85px;
	height: 85px;
	background: #e41718;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-radius: 5px;
	border-left: 28px solid #fff;
	border-top: 18px solid transparent;
	border-bottom: 17px solid transparent;
}
.showreel-text .showreel:nth-child(2) {
	box-shadow: 0 27px 56px rgba(66, 66, 66, 0.25);
	margin-top: 7px;
}
.showreel-img {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.showreel-block:hover .video-play-button:after {
	width: 75px;
	height: 75px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.showreel-block:hover .showreel-img {
	transform: scale3d(1.05,1.05,1.05);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.up-animation.fp-viewing-main .showreel-main {
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .3s .4s;
	transition: all .3s .4s;
	opacity: 1;
	visibility: visible;
}
.showreel-main {
	position: absolute;
	z-index: 1;
	right: -15px;
	top: 410px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: transform .05s linear;
	transition: transform .05s linear;
}
.showreel-block .span-text span {
	display: block;
}
.showreel-block .span-text {
	opacity: 0;
	transform: translate3d(0,-20px,0);
	margin-left: 6vw;
	margin-top: 35px;
	position: absolute;
	-webkit-transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s;
	visibility: hidden;
}
.showreel-block:hover .span-text {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,-50px,0);
	-webkit-transition: .4s;
	transition: .4s;
}
.showreel-block img {
	width: 100%;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.25);
}
.showreel-block {
	width: 37vw;
	-webkit-transition: width .3s, transform .1s;
	transition: width .3s, transform .1s;
}
.showreel span {
	color: #CA171F;
}
.showreel-main:active .showreel-img {
	transform: scale3d(1.02,1.02,1.02);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.showreel-main.active .video-play-button {
	opacity: 0;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.showreel-main.active .showreel-text {
	transform: translate3d(-20px,0,0);
	opacity: 0;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.showreel-main.active {
	right: 15vw;
	top: 15vh;
	-webkit-transition: all .3s, opacity 0s .8s, z-index 0s;
	transition: all .3s, opacity 0s .8s, z-index 0s;
	opacity: 0;
	z-index: 4;
}
.showreel-block:before {
	opacity: 0;
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom:0;
	right: 0;
	z-index: 1;
	background: #000000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.showreel-main.active .showreel-block:before {
	width: 70vw;
	height: 100%;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.showreel-main.active .showreel-block {
	width: 70vw;
	transform: none !important;
	-webkit-transition: all .3s;
	transition: all .3s;
}



/* page-change */
.back-loader {
	background: #ffffff;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.back-loader:before, .back-loader:after {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0;
	position: absolute;
	top: -100vh;
	visibility: hidden;
}
.back-loader.active:before {
	visibility: visible;
	opacity: .2;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.back-loader:after {
	opacity: .2;
	top: 100vh
}
.back-loader.active:after {
	visibility: visible;
	opacity: .2;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.back-loader.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transform: translate3d(0, 0, 0);
}
.back-loader img {
	opacity: 0;
	transform: translate3d(0, 30%, 0);
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	-webkit-transition: .3s .2s;
	transition: .3s .2s;
}
.back-loader.index-img img.back-loader-main {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.about-img img.back-loader-about {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.contacts-img img.back-loader-contacts {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.events-img img.back-loader-events {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.clients-img img.back-loader-clients {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.vacancy-img img.back-loader-vacancy {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.works-img img.back-loader-works {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-sites-img img.back-loader-services-sites {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-promo-img img.back-loader-services-promo {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-services-img img.back-loader-services-services {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-support-img img.back-loader-services-support {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-graph-img img.back-loader-services-graph {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-social-img img.back-loader-services-social {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.services-mobile-img img.back-loader-services-mobile {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: .6s .35s;
	transition: .6s .35s;
}
.back-loader.img-hide img {
	opacity: 0 !important;
	transform: translate3d(0, -100%, 0) !important;
	-webkit-transition: .3s !important;
	transition: .3s !important;
}
.close-page header.white , .close-page header {
	background: transparent !important;
	-webkit-transition: all .1s !important;
	transition: all .1s !important;
}
.back-loader.close {
	-webkit-transition: transform 1s .2s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s .2s cubic-bezier(0.2, 1, 0.3, 1);
	transform: translate3d(0, -100%, 0);
}
.back-loader.close:after {
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
	visibility: hidden;
	opacity: 0;
}


/*.close-page div, .open-page div,*/
/*.close-page section, .open-page section,*/
/*.close-page img, .open-page img*/
/*{*/
/*transform: translate3d(0, 0, 0);*/
/*}*/
/*.close-page .menu-main, .open-page .menu-main {*/
/*display: none;*/
/*}*/

.content-block {
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .5s;
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .5s;
	transform: translate3d(0, 0, 0);
}
.close-page .content-block {
	opacity: 0;
	transform: translate3d(0, -150px, 0);
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .5s;
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .5s;
}
.open-page .content-block {
	opacity: 0;
	transform: translate3d(0, 150px, 0);
}






/* menu */
.menu-main {
	position: fixed;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .4s, background 0s .2s;
	transition: transform .4s, background 0s .2s;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 3;
}
.menu-main.open {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	background: #fff;
	-webkit-transition: transform .4s, background 0s .4s;
	transition: transform .4s, background 0s .4s;
}
.menu-main.open .menu-left {
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s;
}
.menu-left {
	width: 60vw;
	height: 100vh;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-right {
	width: 40vw;
	height: 100vh;
	margin-left: -6px;
	background: #000;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
body .menu ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	-webkit-transition: transform .4s cubic-bezier(0.2, 1, 0.3, 1), opacity .3s;
	transition: transform .4s cubic-bezier(0.2, 1, 0.3, 1), opacity .3s;
}
body.open .menu ul {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-25%,0,0);
	-webkit-transition: transform .7s cubic-bezier(0.2, 1, 0.3, 1), opacity .3s;
	transition: transform .7s cubic-bezier(0.2, 1, 0.3, 1), opacity .3s;
}
body .content-block {
	-webkit-transition: all .5s cubic-bezier(0.2, 1, 0.3, 1);
	transition: all .5s cubic-bezier(0.2, 1, 0.3, 1);
	z-index: 3;
	position: relative;
	width: 100vw;
	overflow:hidden;
}
body .content-block.fourhundredfour {
	width: calc(100vw - 20vw);
}
body.open .content-block {
	opacity: 0 !important;
	transform: translate3d(-15%,0,0) !important;
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .5s !important;
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .5s !important;
}
body.open footer {
	opacity: 0 !important;
	transform: translate3d(-15%,0,0) !important;
	-webkit-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .2s !important;
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity .2s !important;
}
.menu-container {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	height: 100vh
}

.menu-list {
	margin: -5vh 0 0 22%;
	list-style: none;
	padding: 0;
	position: relative
}

.menu-list li {
	opacity: 0;
	transform: translate3d(70px, 0, 0)
}

.open .menu-list li:nth-child(1) {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s .5s;
	transition: all .2s .5s;
}

.open .menu-list li:nth-child(2) {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s .6s;
	transition: all .2s .6s;
}

.open .menu-list li:nth-child(3) {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s .7s;
	transition: all .2s .7s;
}

.open .menu-list li:nth-child(4) {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s .8s;
	transition: all .2s .8s;
	display: inline-block;
}

.open .menu-list li:nth-child(5) {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s .9s;
	transition: all .2s .9s;
	display: inline-block;
}

.main-page-open .menu-list li:nth-child(1) {
	opacity: 0;
	transform: translate3d(20%, 0, 0);
	-webkit-transition: all .2s .1s;
	transition: all .2s .1s;
}

.main-page-open .menu-list li:nth-child(2) {
	opacity: 0;
	transform: translate3d(20%, 0, 0);
	-webkit-transition: all .2s .2s;
	transition: all .2s .2s;
}

.main-page-open .menu-list li:nth-child(3) {
	opacity: 0;
	transform: translate3d(20%, 0, 0);
	-webkit-transition: all .2s .3s;
	transition: all .2s .3s;
}

.main-page-open .menu-list li:nth-child(4) {
	opacity: 0;
	transform: translate3d(20%, 0, 0);
	-webkit-transition: all .2s .4s;
	transition: all .2s .4s;
	display: inline-block
}

.main-page-open .menu-list li:nth-child(5) {
	opacity: 0;
	transform: translate3d(20%, 0, 0);
	-webkit-transition: all .2s .5s;
	transition: all .2s .5s;
	display: inline-block
}
.menu-list li a {
	color: transparent;
	/*color: #ffffff;*/
	text-decoration: none;
	font-size: 4vw;
	position: relative;
	padding: 3px 0;

}
.menu-list.hover li a:after {
	width: 0;
	-webkit-transition: width .8s cubic-bezier(0.2, 1, 0.3, 1);
	transition: width .8s cubic-bezier(0.2, 1, 0.3, 1);
}
.menu-list.hover li a:hover:after {
	width: 100%;
	-webkit-transition: width .8s cubic-bezier(0.2, 1, 0.3, 1);
	transition: width .8s cubic-bezier(0.2, 1, 0.3, 1);
}
.menu-list li a:before {
	content: attr(data-text);
	display: block;
	color: #2d2d2d;
	text-decoration: none;
	font-size: 4vw;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0s .5s;
	transition: opacity 0s .5s;
}
.menu-list.hover li a:before {
	opacity: 1;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}
.menu-list li a:after {
	content: attr(data-text);
	display: block;
	color: #111;
	text-decoration: none;
	font-size: 4vw;
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: width .5s cubic-bezier(0.2, 1, 0.3, 1);
	transition: width .5s cubic-bezier(0.2, 1, 0.3, 1);
}
.menu-list li a.small {
	color: #878787;
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
	position: relative
}
.menu-small {
	margin: 50px 0 0 22%;
	list-style: none;
	padding: 0
}
.menu-small li {
	display: inline-block;
	margin-right: 50px
}
.menu-small li a {
	color: #878787
}
.menu-list li a {
	-webkit-transition: all .2s;
	transition: all .2s;
	display: inline-block
}
.menu-list li a:hover {
	-webkit-transition: transform .3s;
	transition: transform .3s;
	transform: translate3d(-5px, 0, 0)
}
.menu-list li a:active {
	transform: scale3d(.98, .98, .98)
}
.menu-name:active, .page-name:active {
	transform: scale3d(.98, .98, .98)
}
.menu-right .menu-container {
	transform: translate3d(24%, 0, 0);
	width: 70%;
	min-width: 360px;
	max-width: 500px;
	opacity: 0
}
.menu-main.open .menu-right .menu-container {
	opacity: 1;
	transform: translate3d(20%, 0, 0);
	-webkit-transition: opacity .3s .9s, transform .3s .9s;
	transition: opacity .3s .9s, transform .3s .9s;
}
.menu-list sup {
	-webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
	color: #656565;
	font-size: .2em;
	margin-left: -1.2vw;
	margin-top: 10px;
	-webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
	transition: opacity .5s ease,-webkit-transform .5s ease;
	-webkit-transition: transform .5s ease,opacity .5s ease;
	transition: transform .5s ease,opacity .5s ease;
	-webkit-transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
	transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
	vertical-align: text-top;
	position: absolute;
}
.menu-list a:hover sup {
	-webkit-transform: translate3d(-25px,0,0);
	opacity: 0;
	transform: translate3d(-25px,0,0);
}
.menu-footer {
	position: fixed;
	bottom: 38px;
	left: 50px;
	z-index: 2;
	opacity: 0;
	transform: translate3d(10%,0,0);
}
.menu-main.open .menu-footer {
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: opacity .3s .5s, transform .3s .5s;
	transition: opacity .3s .5s, transform .3s .5s;
}
.menu-footer ul {
	margin: 0;
	padding: 0;
}
.menu-footer ul li {
	display: inline-block;
	margin-right: 34px;
	font-size: 18px;
}
.menu-footer ul li a:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu-footer ul li a.events sup,
.menu-footer ul li a.vacancy sup {
	background: #fff;
	color: #000;
	padding: 0 2px;
}
.menu-footer ul li a:hover {
	color: #ffffff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu-footer ul li a.present:hover span {
	transform: scale3d(1.08,1.08,1.08);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-footer ul li a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: inline-block;
}
.menu-footer .present span {
	display: inline-block;
	width: 35px;
	margin-top: -6px;
	margin-right: -3px;
	vertical-align: middle;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-footer .present span img {
	max-width: 100%;
}
.services-menu p {
	color: #ccc;
	font-size: 16px;
	margin: 0;
}
.services-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services-menu ul li {
	margin: 17px 0;
}
.services-menu ul li a {
	font-size: 24px;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.menu-city span a:before,
.services-menu ul li a:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	height: 1px;
	background: #a0a0a0;
	/*background: #CA171F;*/
	left: 0;
	bottom: -2px;
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.menu-city span a:after,
.services-menu ul li a:after {
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 1px;
	position: absolute;
	z-index: -1;
}
.menu-city span a:after,
.services-menu ul li a:after {
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.menu-city span a:hover:after,
.services-menu ul li a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.menu-city span a,
.services-menu ul li a {
	-webkit-transition: color .1s, transform .1s;
	transition: color .1s, transform .1s;
	display: inline-block;
	cursor: pointer;
}
.menu-city span a:hover,
.services-menu ul li a:hover {
	color: #ffffff94 !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.menu-city span a:active,
.services-menu ul li a:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: color .2s;
	transition: color .2s;
}
.menu-city  {
	margin-top: 70px;
}
.menu-city p {
	color: #ccc;
	font-size: 16px;
	margin: 0;
}
.menu-city span a {
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
.menu-city span:nth-child(2) {
	margin: 16px 0 0 0;
}
.menu-city span:nth-child(3) {
	margin: 4px 0 0 0;
}
.menu-city span {
	line-height: 40px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-size: 30px;
}
.menu-right-block {
	margin: -5vh 0 0 0;
}

/* brief */
.pencil.show .online-button i img,
.pencil.show .brief-button i img,
.pencil.show .feedback-button i img {
	max-width: 30px;
	margin: 17px 0 0 17px;
}
.pencil.show .online-button i img {
	max-width: 60px;
	margin: 15px auto;
}
.brief-form {
	background: #f6f6f6;
}
#form-brief h1 {
	text-align: left;
	margin-top: 100px;
	margin-bottom: 0;
	color: #212121;
	font-size: 72px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#form-brief {
	/*margin-top: 150px;
	margin-left: 12%;*/
}
.form-input {
	margin-top: 70px;
}
.feedback-textarea {
	display: block;
	border: none;
	background: #fff;
	width: calc(100%);
	padding: 20px 20px 20px 0;
	outline: none;
	font-size: 2.9vw;
	font-size: 18px;
	letter-spacing: -1px;
	margin-top: 22px;
	color: #2d2d2d;
	-webkit-transition: all .1s;
	transition: all .1s;
	/*box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);*/
}
.form-input.textarea textarea {
	max-width: calc(100%);
	min-width: calc(100%);
	height: 70px;
	min-height: 70px;border-bottom: 1px solid #CDCDCD;
}
.form-input.textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
form .intro p {margin-bottom:20px;font-size: 30px;font-size: 1.56vw;}
.form-input h2 {
	font-weight:700;font-size: 64px;font-size: 3.33vw;
}
.form-input label {
	font-size: 40px;
	font-size: 2.0vw;
	letter-spacing: -1px;
	line-height: 150%;
	font-weight: 500;
	display: block;
	cursor: pointer;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.form-input span {
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
	color: #CA171F;
}
.form-input input {
	display: block;
	border: none;
	background: #fff;
	width: calc(100%);
	border-bottom: 1px solid #CDCDCD;
	padding: 20px 20px 20px 0;
	outline: none;
	font-size: 2.9vw;
	font-size: 18px;
	letter-spacing: -1px;
	margin-top: 22px;
	color: #2d2d2d;
	-webkit-transition: all .1s;
	transition: all .1s;
	/*box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);*/
}
.form-input input:hover {
	-webkit-transition: all .1s;
	transition: all .1s;
	/*box-shadow: 0 0px 0px rgba(51, 51, 51, 0.08);*/
}
#form-brief .form-input .checkbox span {
	color: #2d2d2d;
	font-size: 24px;
}

#form-brief .form-input .checkbox input {
	width: 0;
	height: 0;
	border: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: transparent;
}

#form-brief .form-input .checkbox input:not(checked) ~ span:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius:13px;
	position: absolute;
	left: 2px;top: 14px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#form-brief .form-input .checkbox input:checked ~ span:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	background: #fff;
	left: 32px;
	top: 14px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#form-brief .form-input .checkbox input:not(checked) ~ span:before {
	content: '';
	display: block;
	width: 60px;
	height: 30px;
	background: #CDCDCD;
	border-radius:15px;
	position: absolute;
	left: 0;
	top: 12px
}

#form-brief .form-input .checkbox input:checked ~ span:before {
	background: #e41718;
}

#form-brief .form-input .checkbox:hover span {
	color: #e41718;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#form-brief .form-input .checkbox {
	font-size: 25px;
	text-transform: none;
	cursor: pointer;
	position: relative;
	padding-left: 100px;
	margin-top: 17px;
	display: block;
	-webkit-transition: color .2s;
	transition: color .2s;
}

#form-brief .form-input .radio span {
	color: #2d2d2d;
	font-size: 24px;
}

#form-brief .form-input .radio input {
	width: 0;
	height: 0;
	border: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: transparent
}

#form-brief .form-input .radio input:not(checked) ~ span:after {
	content: '';
	display: block;
	width: 0;
	left: 16px;
	top: 16px;
	height: 0;
	position: absolute;
	background: #e41718;
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#form-brief .form-input .radio input:checked ~ span:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background: #e41718;
	border-radius: 50%;
	left: 7px;
	top: 11px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#form-brief .form-input .radio input:not(checked) ~ span:before {
	content: '';
	display: block;
	width: 30px;
	border-radius: 50%;
	height: 30px;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: 4px;
}

#form-brief .form-input .radio:hover span {
	color: #e41718;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#form-brief .form-input .radio {
	font-size: 25px;
	text-transform: none;
	cursor: pointer;
	position: relative;
	padding-left: 50px;
	margin-top: 17px;
	display: block;
	-webkit-transition: color .2s;
	transition: color .2s;
}

#form-brief {
	/*margin-left: 12%;
	margin-top: 150px*/
}

#form-brief .send-feedback {
	margin-top: 40px
}
.brief-form button:hover svg, .feedback-form button:hover svg {
	animation: elastic-send .6s
}

.brief-form button svg, .feedback-form button svg {
	position: absolute;
	fill: #fff;
	width: 28px;
	left: 20px;
	margin-top: 3px
}

.brief-form button:active svg, .feedback-form button:active svg {
	left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.brief-form button:active, .feedback-form button:active {
	transform: scale3d(.98, .98, .98);
	-webkit-transition: scale .3s;
	transition: scale .3s;
}


.brief-form button, .feedback-form button, .form-button {
	border: none;
	position: relative;
	background: #CA171F;
	color:#fff;
	border-radius: 50px;
	width: 360px;
	padding: 24px 0;
	cursor: pointer;
	opacity: 1;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .1s;
	transition: all .1s;
	outline: none;
	margin-top: 40px;
	display: block;
}
@media (max-width:768px){
.brief-form button, .feedback-form button, .form-button {width:100%;}
}

.pencil:after {
	content: '';
	display: block;
	background: #fff;
	border-radius: 30px;
	height: 60px;
	position: absolute;
	font-size: 18px;
	right: 20px;
	width: 0px;
	padding: 18px 0;
	top: 1px;
	z-index: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}

.pencil.done:after {
	content: 'Заявка ушла, спасибо! Скоро ответим!';
	background: #fff;
	border-radius: 30px;
	width: 410px;
	height: 60px;
	position: absolute;
	font-size: 18px;
	right: 0;
	padding: 18px 45px 18px 30px;
	top: 0px;
	z-index: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}

.pencil:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: #CA171F;
	border-radius: 50%;
	opacity: 0;
	z-index: 1;
	position: relative;
	-webkit-transition: all .2s .2s;
	transition: all .2s .2s;
}

.pencil.done:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: #81C784;
	border-radius: 50%;
	z-index: 2;
	opacity: 1;
	position: absolute;right:0px;
	-webkit-transition: opacity .3s .1s;
	transition: opacity .3s .1s;
}

.pencil.done:hover {
	transform: none;
	-webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
	cursor: default;
	bottom: 50px
}

.pencil.done .pencil-button {
	opacity: 0;
	background: #CA171F;
	-webkit-transition: opacity .3s, background .3s .2s;
	transition: opacity .3s, background .3s .2s;
}
.pencil.done .checkmark {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s;
	transition: all .3s;left: unset;right: 12px;
}
.checkmark {
	opacity: 0;
	-webkit-transition: all .3s .4s;
	transition: all .3s .4s;
	fill: #fff;
	position: absolute;
	z-index: 5;
	visibility: hidden;
	top: 12px;
	left: 13px;
	width: 35px;
}
footer .pencil .pencil-button svg {
	opacity: 1;
	-webkit-transition: opacity .1s .5s;
	transition: opacity .1s .5s;
}
.pencil.done .pencil-button svg {
	opacity: 0
}
.fz {
	display: block;
	font-size: 16px;
	margin-top: 30px;
	color: #878787;
	max-width: 700px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.brief-form button span, .feedback-form button span {
	font-size: 20px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.brief-form button:hover, .feedback-form button:hover {
	background: #CA171F;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.brief-form button:hover, .feedback-form button:hover {
	-webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.06);
	background: #EF9A9A;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.brief-form button:hover span, .feedback-form button:hover span {
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* about */
.about-text {
	background: #efece5;
	/*padding-top: 280px;*/
	padding-top: 26vh;
	padding-left: 80px;
	padding-bottom: 150px;
}
.about-text h2 {
	position: absolute;
	font-size: 33vw;
	color: #f6f6f6;
	line-height: 0;
	top: -60px;
	right: 60px;
	z-index: 1;
	text-shadow: 0 0 30px rgba(51, 51, 51, 0.07);
}
.about-text h3 {
	position: relative;
	z-index: 2;
	margin-top: 0;
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 70%;
}
.about-award {
	background: #efece5;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 230px;
}
.about-award .awards-list {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 80px;
	text-align: left;
}
.awards-list a {
	top: -15px;
	font-size: 24px;
	text-decoration: none;
	position: relative;
	color: #fff;
	/*background: #212121;*/
	padding: 0 2px;
}
.about-agency-container {
	padding: 150px 80px 230px 80px;
	margin: 0 auto;
}
.about-agency-container h3 i, .about-team-container h3 i {
	margin-top: -18px;
	position: absolute;
	margin-left: 10px;
	display: inline-block;
}
.about-team .description p {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	margin-top: -30px;
	color: #fff;
	max-width: 75%;
}
.about-agency-container h3 img, .about-team-container h3 img {
	max-width: 45px;
}
.about-agency-container h3, .about-team-container h3 {
	text-align: left;
	vertical-align: top;
	position: relative;
	margin: 0 20px 50px 0;
	color: #999;
	font-size: 20px;
}
.about-agency-container .description p {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	margin-top: -30px;
}
.about-agency-container .swiper-slide.swiper-slide-active {
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
	display: grid;
}
.about-agency-container .swiper-container {
	overflow: visible;
}
.about-agency-container .description {
	margin-bottom: 70px;
	max-width: 80%;
}
.awards-list .award-item:nth-child(1) {
	margin: 0 50px 0 0;
}
.about-team {
	background: #000;
	/*background: #f6f6f6;*/
}
.about-team-container {
	padding: 150px 80px 175px 80px;
	margin: 0 auto;
}
.about-team-container h3 {
	/*color: #ffffff;*/
}
.about-team-container .description {
	/*color: #ffffff;*/
}
.about-team-list {
	text-align: center;
}
.about-team-list .team-item {
	width: calc(33% - 40px);
	margin: 30px 30px 55px 30px;
	display: inline-block;
	vertical-align: top;
}
.about-team-list .team-item:nth-child(1),
.about-team-list .team-item:nth-child(4),
.about-team-list .team-item:nth-child(7),
.about-team-list .team-item:nth-child(10),
.about-team-list .team-item:nth-child(13),
.about-team-list .team-item:nth-child(16),
.about-team-list .team-item:nth-child(22),
.about-team-list .team-item:nth-child(25),
.about-team-list .team-item:nth-child(28),
.about-team-list .team-item:nth-child(31),
.about-team-list .team-item:nth-child(34),
.about-team-list .team-item:nth-child(37),
.about-team-list .team-item:nth-child(40),
.about-team-list .team-item:nth-child(19)
{
	margin-left: 0;
}
.about-team-list .team-item:nth-child(3),
.about-team-list .team-item:nth-child(6),
.about-team-list .team-item:nth-child(9),
.about-team-list .team-item:nth-child(12),
.about-team-list .team-item:nth-child(15),
.about-team-list .team-item:nth-child(18),
.about-team-list .team-item:nth-child(21),
.about-team-list .team-item:nth-child(27),
.about-team-list .team-item:nth-child(30),
.about-team-list .team-item:nth-child(33),
.about-team-list .team-item:nth-child(36),
.about-team-list .team-item:nth-child(39),
.about-team-list .team-item:nth-child(24)
{
	margin-right: 0;
}
.about-team-list .team-item .team-item-position {
	color: #ccc;
	font-size: 18px;
	margin-top: 5px;
	text-align: left;
}
.about-team-list .team-item .team-item-name {
	line-height: 40px;
	font-size: 38px;
	text-align: left;
	color: #ffffff;
	font-family: Ubuntu;
	margin-top: 20px;
}
.about-team-list .team-item .team-item-photo img {
	width: 100%;
}
.about-showreel {
	background: #f2f2f2;
}
.about-video {
	position: relative;
	margin-top: 35px;
}
.about-showreel-container {
	padding: 150px 80px 230px 80px;
	margin: 0 auto;
}
.about-showreel-container .description {
	position: relative;
}
.video-block {
	display: grid;
	min-width: 100vw;
	min-height: 100vh;
}
video {
	outline: none;
	margin-bottom: -10px;
}
.about-showreel .video-play-button {
	top: 48%;
	z-index: 2;
}
.about-video-content:before {
	padding-top: 56.25%;
	background: #cccccc;
	content: '';
	display: block;
	position: relative;
	z-index: 1;
}
.about-showreel .video-play-button {
	cursor: pointer;
}
.video-play-button:hover:after {
	width: 105px;
	height: 105px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.video-play-button:active:after {
	width: 95px;
	height: 95px;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.about-video-content video {
	position: absolute;
	z-index: 3;
	top: 0;
}
.about-mission {
	background: #f2f2f2;
	padding-top: 150px;
	padding-left: 80px;
}
.about-mission h3 {
	max-width: 70%;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 230px;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
}
.about-mission .small-text i {
	margin-top: -18px;
}
.about-reviews-container h3, .about-awards h3 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #212121;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
}
.about-reviews-container {
	padding: 150px 80px 230px 80px;
	margin: 0 auto;
	position: relative;
}
.one-item .about-reviews-container {
	padding: 150px 100px 330px 100px;
}
.about-reviews {
	background: #f2f2f2;
}
.swiper-container-reviews .swiper-slide {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transform: scale3d(1,1,1);
}
.swiper-container-reviews {
	margin: 35px auto 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	z-index: 1;
	padding: 100px 50px;
	background: rgb(255, 255, 255);
}
.swiper-container-reviews .about-review-text {
	width: 67%;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top;
}
.swiper-container-reviews .about-review-photo {
	width: 25%;
	max-width: 380px;
	max-height: 380px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	overflow: hidden;
}
.about-review-text-name {
	line-height: 40px;
	font-size: 38px;
	text-align: left;
}
.swiper-container-reviews .swiper-slide img {
	border-radius: 50%;
}
.about-reviews.social .swiper-slide img {
	border-radius: 0;
	margin-top: -10%;
}
.about-review-text-position {
	color: #ccc;
	font-size: 18px;
	margin-top: 10px;
	text-align: left;
}
.about-review-text-text {
	margin-top: 30px;
}
.about-review-text-text a i img {
	max-width: 45px;
}
.about-review-text-text a span {
	display: inline-block;
	vertical-align: top;
}
.about-review-text-text a i {
	display: inline-block;
	vertical-align: top;
}
.about-review-text-text a, .awards-block-site a {
	display: inline-block;
	margin-top: 55px;
	text-decoration: none;
	position: relative;
	color: #CA171F;
	margin-right: 35px;
}
.about-reviews a:after, .awards-block-site a:after {
	-webkit--webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
	content: '';
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 1px;
	position: absolute;
	z-index: -1;
}
.about-reviews a:after, .awards-block-site a:after {
	-webkit--webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #CA171F;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.about-reviews a:hover:after, .awards-block-site a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.about-reviews a:before, .awards-block-site a:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	height: 1px;
	background: rgba(77, 36, 216, 0.3);
	/* background: #CA171F; */
	left: 0;
	bottom: -2px;
	-webkit--webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.about-reviews a:active, .awards-block-site a:active {
	transform: scale3d(.98,.98,.98);
}
.about-awards-container {
	padding: 150px 80px 140px 80px;
	margin: 0 auto;
	position: relative;
}
.about-awards {
	background: #f2f2f2;
}
.awards-block .awards-block-icon {
	display: inline-block;
	vertical-align: bottom;
}
.awards-block .awards-block-icon svg {
	width: 65px;
	height: 85px;
	margin-top: 2px;
	/*fill: #e41718;*/
}
.awards-block .awards-block-name {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-top: 15px;
}
.awards-block .awards-block-name .awards-block-name-text {
	line-height: 40px;
	font-size: 38px;
	text-align: left;
}
.awards-block .awards-block-name .awards-block-name-counter {
	color: #212121;
	font-size: 18px;
	margin-top: 3px;
	text-align: left;
}
.awards-block .awards-block-list {
	margin: 10px 0 0;
	padding: 13px 0 0 0;
	list-style: none;
	border-top: 1px solid #ccc;
}
.awards-block .awards-block-list li {
	margin: 13px 0 20px;
}
.awards-block .awards-block-list li .awards-block-item {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
}
.awards-block .awards-block-list li .awards-block-item span {
	font-size: 18px;
	display: block;
	color: #878787;
	margin-top: 5px;
}
.awards-block .awards-block-list li .awards-block-site {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
}
.about-awards h3 {
	margin-bottom: 65px;
}
.about-awards h3 i {
	vertical-align: top;
	margin-top: -18px;
	position: absolute;
	margin-left: 10px;
	display: inline-block;
}
.about-awards p {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 81%;
	margin-top: 15px;
	margin-bottom: 60px;
}
.about-awards h3 i img {
	max-width: 45px;
}
.awards-block-item sup {
	color: #4c25d8;
	font-size: 15px;
}
.about-awards .awards-block {
	margin-bottom: 80px;
}
.awards-block-site a:before, .awards-block-site a:after {
	z-index: 0;
}
.awards-block-site a {
	margin-right: 0;
	margin-top: 10px;
}
.awards-list a {
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.awards-list a:hover {
	color: #212121;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.awards-list a span {
	position: relative;
	z-index: 1;
}
.awards-list a:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -4px;
	top: 0;
	padding: 1px 3px;
	height: 27px;
	background: #212121;
	-webkit--webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.awards-list a:after {
	-webkit--webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	width: 100%;
	left: -4px;
	top: 0;
	height: 27px;
	padding: 1px 3px;
	position: absolute;
}
.awards-list a:after {
	-webkit--webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #efece5;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.awards-list a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.about-agency {
	/*background: #f6f6f6;*/
	background: #fff;
	width: 100vw;
	overflow: hidden;
}

/* contacts */
.contacts-block-content h2 {
	font-size: 2.9vw;
	line-height: 150%;
	letter-spacing: -1px;
	margin: 0;
	font-weight: 300;
}
.contacts-block-content h3 {
	margin: 0;
	font-weight: 300;
}
.contacts-block-content a {
	text-decoration: none;
	color: #212121;
}
.contacts-block-content {
	padding-top: 26vh;
	padding-left: 80px;
	padding-right: 80px;
}
.contacts-block {
	width: 100vw;
	background: #efece5;
	padding-bottom: 230px
}
.contacts-block-content .city {
	display: block;
}
.contacts-block-content h2 {
}
.contacts-city {
}
.content-block h3 i img {
	max-width: 45px;
}
.content-block h3 i {
	margin-top: -22px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
.main-contacts h3 {
	margin-bottom: 6px;
}
.main-contacts h3 i {
	margin-top: -16px;
}
.contacts-left {
	display: inline-block;
	vertical-align: top;
	width: calc(50vw - 160px);
	padding: 100px 80px 130px;
}
.contacts-right {
	display: inline-block;
	vertical-align: top;
	width: calc(50vw - 160px);
	padding: 100px 80px 130px;
	margin-right: -6px;
}
.main-contacts  {
	margin-bottom: 6px;
}
.contacts-block .main-contacts i {
	margin-top: -16px;
}
.contacts-page .content-block h3 {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.contacts-page footer, .contacts-page .fake-bg {
	display: none;
}
.contacts-block-content span:hover {
	border-bottom: 1px dashed rgba(77, 36, 216, 0);
	color: #220192;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contacts-block-content h1 {
	position: relative;
	z-index: 2;
	margin-top: 0;
	font-weight: 300;
	max-width: 68%;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
}
.contacts-block-content span {
	display: inline-block;
	vertical-align: top;
	color: #CA171F;
	border-bottom: 1px dashed rgba(77, 36, 216, 1);
	cursor: pointer;
	margin-right: 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
	position: relative;
}
.contacts-block-content span.active {
	border-bottom: none;
	color: #212121;
	cursor: default;
	-webkit-transition: all 0s;
	transition: all 0s;
	border-bottom: 1px dashed rgba(77, 36, 216, 0);
}
.city-block-moscow, .city-block-tomsk {
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	transform: translate3d(100px,0,0);
}
.city-block-moscow.active, .city-block-tomsk.active {
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translate3d(0,0,0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contacts-bottom {
}

.contacts-bottom a {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.contacts-bottom a:hover {
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contacts-bottom a.link {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.contacts-bottom a.link:before {
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	background: #212121;
	-webkit--webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
	transition: all .2s cubic-bezier(.19,1,.22,1);
}
.contacts-bottom a.link:after {
	-webkit--webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
	transition: all .4s cubic-bezier(.19,1,.22,1);
	content: '';
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2px;
	position: absolute;
}
.contacts-bottom a.link:after {
	-webkit--webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: transform .5s cubic-bezier(.215,.61,.355,1);
	transition: transform .5s cubic-bezier(.215,.61,.355,1);
	background-color: #f6f6f6;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.contacts-bottom a.link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.clients-page .clients {
	/*padding-top: 26vh;*/
	margin: 0;
}
.clients-start h1 {
	position: relative;
	z-index: 2;
	margin-top: 0;
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 60%;
}
.clients-start {
	background: #efece5;
	padding-left: 80px;
	padding-bottom: 240px;
	padding-top: 26vh;
}
.clients-text {
	background: #f2f2f2;
	padding-left: 80px;
	padding-bottom: 230px;
	padding-top: 230px;
}
.clients-text h2 {
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	line-height: 150%;
	margin-top: 0;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 80%;
	font-weight: 300;
}
.clients-text p {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: -10px;
}
.clients-text p i img {
	max-width: 45px;
}
.clients-text p i {
	margin-top: -18px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-style: normal;
}
.clients-why-content {
	padding: 330px 80px 230px 80px;
	margin: 0 auto;
}
.clients-why {
	background: #f2f2f2;

}
.clients-why-block {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	background: #fff;
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.clients-why-block:nth-child(even) {
	margin-right: 0;
}
.clients-why-block-icon img {
	max-width: 100%;
}
.clients-why-block-icon {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	padding: 60px 40px 60px 80px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.clients-why-block-text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 280px);
}
.clients-why-block-text-header {
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -1px;
	margin-top: 43px;
	height: 100px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.clients-why-block-text-desc {
	position: absolute;
	width: calc(100% - 200px);
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 100px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.clients-why-block.animate-block:nth-child(2) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.clients-why-block.animate-block:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.clients-why-block.animate-block:nth-child(4) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.clients-why-block.animate-block:nth-child(5) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.clients-why-block.animate-block:nth-child(6) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.clients-why-block.animate-block:nth-child(7) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.clients-why-block.animate-block:nth-child(8) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.clients-why-block:hover, .animate-block.clients-why-block:hover {
	background: #212121;
	box-shadow: 0 0 80px rgba(51, 51, 51, 0.07);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.clients-why-block:hover .clients-why-block-icon, .clients-why-block:hover .clients-why-block-text-header  {
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, -20px, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.clients-why-block:hover .clients-why-block-text-desc  {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.friends {
	padding-bottom: 230px
}
.about-awards .about-awards-container h3 {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: -10px;
	margin-left: 3px;
}

/* vacancy */
.vacancy-block {
	background: #f2f2f2;
}
.vacancy-block-content {
	padding: 26vh 80px 80px 80px;
	margin: 0 auto;
}
.vacancy-left {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-top: -25px;
	padding-right: 4%;
	margin-bottom: 150px;
}
.vacancy-right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	/*border-left: 1px solid #e4e4e4;*/
	padding-left: 4%;
}
.vacancy-right h2 a:hover {
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vacancy-right h2 a {
	text-decoration: none;
	color: #212121;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vacancy-right h2 {
	font-size: 2.9vw;
	margin: 0;
	letter-spacing: -1px;
	line-height: 150%;
	font-weight: 300;
}
.vacancy-item-name {
	text-decoration: none;
	font-size: 2.9vw;
	display: inline-block;
	position: relative;
	color: #CA171F;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-bottom: 1px dashed rgba(77, 36, 216, 1);
}
.vacancy-item-name:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vacancy-item-name i svg {
	width: 15px;
	transform: rotate(-90deg);
}
.vacancy-item-name i {
	display: block;
	position: absolute;
	left: -32px;
	top: -2px;
	padding-right: 22px;
}
.vacancy-item {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
}
.vacancy-item span {
	display: block;
	color: #999;
	font-size: 18px;
	margin-top: 13px;
}
.vacancy-item-desc {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding-top: 0;
}
.vacancy-list {
	margin-left: 30px;
}
.vacancy-item-name i.emoji {
	transform: none;
	display: inline-block;
	max-width: 45px;
	right: -57px;
	padding-right: 0;
	left: auto;
	top: 1px;
}
.vacancy-item-name i.emoji img  {
	max-width: 100%;
}
.vacancy-item-name:hover {
	border-bottom: 1px dashed rgba(77, 36, 216, 0);
	color: #501efb;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vacancy-item.active .vacancy-item-desc {
	max-height: 2000px;
	padding-top: 40px;
	-webkit-transition: max-height .8s;
	transition: max-height .8s;
}
.vacancy-item.active .vacancy-item-name i svg {
	transform: rotate(0deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.vacancy-item.active .vacancy-item-name {
	border-bottom: 1px dashed rgba(77, 36, 216, 0);
	color: #501efb;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.vacancy-item-desc-block-header {
}
.vacancy-item-desc-block-list ul {
	margin-bottom: 45px;
	margin-top: 15px;
}
.vacancy-all-content {
	padding: 90px 80px 360px 80px;
	margin: 0 auto;
}
.vacancy-all {
	background: #f2f2f2;
}
.vacancy-all h3 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 70px;
	color: #212121;
	font-size: 4vw;
	vertical-align: top;
	position: relative;
}
.vacancy-all img {
	width: 100%;
}


/* works */
section.works-header {
	padding-top: 26vh;
	padding-left: 80px;
	padding-bottom: 90px;
	background: #f2f2f2;
}
.works-list {
	background: #f2f2f2;
}
.works-list-container {
	padding: 90px 80px 230px 80px;
	margin: 0 auto;
}
section.works-header h3 b {
	display: inline-block;
	cursor: pointer;
	font-weight: 300;
	line-height: 110%;
	color: #CA171F;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-bottom: 1px dashed rgba(77, 36, 216, 1);
}
section.works-header h3 b:active, .works-header h2 b:active {
	transform: scale3d(.98,.98,.98);
	-webkit-transition: all .2s;
	transition: all .2s;
}
section.works-header h3 b:hover, section.works-header h3 b.active, .works-header h2 b:hover, .works-header h2 b.active {
	border-bottom: 1px dashed rgba(77, 36, 216, 0);
	color: #501efb;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section.works-header h3 b.active {
	color: #212121;
	cursor: default;
}
section.works-header h3 {
	position: relative;
	z-index: 2;
	margin-top: 0;
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 70%;
}
.works-page .works-container {
	padding: 0 80px 360px 80px;
	min-height: 100vh;
}
.works-page .works {
	background: #f2f2f2;
}
.works-page .works-item:nth-child(3) {
	margin-left: 50px;
	transition-delay: .2s;
}
.works-page .works-item:nth-child(6) {
	margin-left: 50px;
	transition-delay: .2s;
}
.works-page .works-ajax-10 .works-item:nth-child(3),
.works-page .works-ajax-20 .works-item:nth-child(3),
.works-page .works-ajax-30 .works-item:nth-child(3),
.works-page .works-ajax-40 .works-item:nth-child(3),
.works-page .works-ajax-60 .works-item:nth-child(3),
.works-page .works-ajax-70 .works-item:nth-child(3),
.works-page .works-ajax-50 .works-item:nth-child(3) {
	margin-left: 0;
	transition-delay: 0s;
}
.works-page .works-ajax-10 .works-item:nth-child(6),
.works-page .works-ajax-20 .works-item:nth-child(6),
.works-page .works-ajax-30 .works-item:nth-child(6),
.works-page .works-ajax-40 .works-item:nth-child(6),
.works-page .works-ajax-60 .works-item:nth-child(6),
.works-page .works-ajax-70 .works-item:nth-child(6),
.works-page .works-ajax-50 .works-item:nth-child(6) {
	margin-left: 0;
	transition-delay: 0s;
}
.works-page .works-item.part,
.works-page .works-item.part-small,
.works-page .works-item.big {
	margin-bottom: 6%;
}
.works-page .works-container {
	margin: 0;
}
.works-page .hover-reveal {
	width: 23vw;
	height: 13vw;
}
.works-page .works-item .animate-block {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 50px 0;
	display: table;
}
.works-header h2 {
	font-size: 1.2vw;
	text-decoration: none;
	max-width: 58%;
	margin-top: 90px;
	font-weight: 300;
}
.works-header h2 span {
	color: #CA171F;
	line-height: 150%;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-bottom: 1px dashed rgba(77, 36, 216, 1);
}
.works-header h2 span.active {
	color: #212121;
	cursor: default;
}
.services-container .description {
	margin-bottom: 60px;
}

section.services-sites-header h1 {
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 70%;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
section.services-sites-header {
	padding-top: 26vh;
	background: #f2f2f2;
	position: relative;
	padding-top: 26vh;
	padding-left: 80px;
}
.rating-tagline {
	position: absolute;
	padding: 30px;
	width: 15vw;
	height: 15vw;
	top: 37vh;
	right:11vw;
	-webkit-transition: rotate .2s linear;
	transition: rotate .2s linear;
}
.rating-tagline-content {
	background: #000;
	position: absolute;
	color: #fff;
	padding: 30px;
	width: 15vw;
	font-size: 1.8vw;
	top:0;
	left:0;
	height: 15vw;
	text-align: center;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: rotate(-15deg);
}
.rating-tagline-content:before {
	position: absolute;
	content: '100';
	display: block;
	left: 10px;
	z-index: -1;
	color: #353535;
	font-family: 'blblack';
	font-size: 9.5vw;
	letter-spacing: 3px;
}
.services-sites-desc {
	background: #f2f2f2;
}
.services-sites-desc-container {
	padding: 150px 80px 230px 80px;
	margin: 0 auto;
}
.services-sites-desc-container h3, .clients-why-content h3, .services-sites-stage h3 {
	text-align: left;
	margin-top: 0;
	position: relative;
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.clients-header {
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 80%;
	margin-top: 15px;
	margin-bottom: 70px;
}
.clients-why-content h3, .services-sites-stage-container h3 {
	display: block;
}
.services-sites-stage-container h3 {
	margin-bottom: 90px;
}
.services-sites-desc-container p {
	font-weight: 300;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 80%;
	margin-top: 15px;
	margin-bottom: 70px;
}
.services-sites-stage {
	background: #fff;
}
.services-sites-stage-container {
	padding: 150px 80px 230px 80px;
	margin: 0 auto;
}
.services-sites-stage-item-number {
	position: absolute;
	font-size: 150px;
	font-family: 'blblack';
	letter-spacing: -2px;
	color: #fff;
	line-height: 0;
	left: -11px;
	top: 36px;
	z-index: 0;
	text-shadow: 0 0 30px rgba(51, 51, 51, 0.07);
}
.services-sites-stage-item {
	position: relative;
	width: calc(33% - 67px);
	display: inline-block;
	vertical-align: top;
	/* background: #ffffff; */
	margin: 0 0 100px 0;
	padding: 20px 20px 50px 35px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.services-sites-stage-item-text {
	position: relative;
	z-index: 1;
	line-height: 40px;
	font-size: 38px;
	color: #212121;
}
.services-sites-stage-item:nth-child(3),
.services-sites-stage-item:nth-child(6),
.services-sites-stage-item:nth-child(9),
.services-sites-stage-item:nth-child(12) {
	margin: 0 10px;
}
.services-sites-stage-item:nth-child(8),
.services-sites-stage-item:nth-child(9),
.services-sites-stage-item:nth-child(10) {
	margin: 0;
	padding: 20px 20px 0 35px;
}
.services-sites-stage-item-desc {
	margin-top: 20px;
	color: #999;
}
.services-page .works .works-container {
	margin: 0 auto;
	padding: 150px 80px 230px 80px;
}
.services-page .works {
	background: #f2f2f2;
}
.services-page .clients {
	margin-top: 0;
}
.sites .works-item {
	margin-bottom: 6%;
}
.graph .works-item.part, .sites .works-item.part, .sites .works-item.part-small {
	width: calc(50% - 30px);
}
.graph .works-item:nth-child(4),
.sites .works-item:nth-child(4) {
	margin-left: 50px;
	transition-delay: .2s;
}
.graph .works-item .animate-block {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 50px 0;
	display: table;
}
.graph .works-item.animate-block {
	margin-bottom: 6%;
}
.sites .works-item:nth-child(7) {
	margin-left: 50px;
	transition-delay: .2s;
}
.services-page .works-container h3 {
	margin: 0 auto 50px auto;
}
.services-page .clients-text h2 {
	margin-bottom: 0;
}
.about-page .services {
	padding: 150px 80px 230px 80px;
}
.clients-text.what-next {
	padding-top: 150px;
	padding-bottom: 360px;
}
.one-item-cover-full img {
	width: 100%;
	margin: 8vh 2vw;
	box-shadow: 0 0 80px rgba(51, 51, 51, 0.07);
	-webkit-transition: all .8s;
}
.one-item-cover-full {
	width: 96vw;
	margin-top: 10vh;
}
.services-sites-header.branding {
	padding-bottom: 360px;
}
.services-sites-stage.branding .services-sites-stage-item:nth-child(5) {
	margin-bottom: 0;
}
.services-sites-stage.branding .services-sites-stage-item:nth-child(6) {
	margin-bottom: 0;
}
.services-sites-stage.branding .services-sites-stage-item:nth-child(7) {
	margin-bottom: 0;
}
/*.graph .works-item {*/
/*margin-bottom: 6%;*/
/*}*/
/*.graph .works-item:nth-child(odd) {*/
/*margin-left: 50px;*/
/*}*/
/*.graph.works .works-item:nth-child(4) {*/
/*margin-left: 0;*/
/*}*/
/*.graph.works .works-item:nth-child(6), .graph.works .works-item:nth-child(7) {*/
/*margin-bottom: 0;*/
/*}*/
.social .swiper-container-reviews {
	margin: 0 auto;
}
.social .about-reviews-container {
	padding: 0 80px 230px 80px;
}
.clients.social h3 {
	margin-bottom: 90px;
}
.about-reviews.social .about-reviews-container {
	padding: 0 80px 360px 80px;
}
.promo.services-sites-stage {
	background: #f2f2f2;
}

.promo .services-sites-stage-container h3 {
	margin-bottom: 100px;
}
.promo .services-sites-stage-item-number {
	color: #f9f9f9;
}
.promo .services-sites-stage-item-desc {
	position: relative;
	z-index: 1;
	color: #212121;
	margin-top: 0;
}
.about-page .clients-why-content {
	padding: 0 80px 230px 80px;
}
.about-page .clients-why h3 {
	padding: 150px 80px 0 80px;
	margin: 0 auto 90px auto;
	text-align: left;
	color: #212121;
	font-size: 4.5vw;
	vertical-align: top;
	position: relative;
}
.clients-page .services-sites-desc-container {
	padding: 150px 80px 230px 80px;
}
.support .clients-container {
	padding: 360px 80px 230px 80px;
}
.support .services-sites-stage-container {
	padding: 150px 80px 80px 80px;
}
.support.clients-why h3 {
	padding-top: 150px;
	margin: 0;
	text-align: left;
	color: #212121;
	font-size: 72px;
	vertical-align: top;
	position: relative;
}
.support .clients-why-content p {
	margin-bottom: 55px;
}
.support .clients-why-content {
	padding: 0 80px 360px 80px;
}
.support.clients-text.what-next {
	padding: 230px 80px;
}
.support .clients-why-block-icon {
	font-weight: 300;
	font-size: 42px;
	line-height: 30px;
	width: 85px;
	letter-spacing: -1px;
	text-align: center;
	color: #CA171F;
	padding: 60px 60px 55px 60px;
}
.support .clients-why-block-icon span {
	color: #999;
	font-size: 20px;
}
.support .clients-why-block-text-header p {
	margin: 6px 0;
}
.support .clients-why-block-text-header {
	margin-top: 39px;
	font-size: 24px;
	letter-spacing: 0;
}
.support .clients-why-block-text-header span {
}
.support .clients-why-block:hover, .support .animate-block.clients-why-block:hover {
	background: #fff;
}
.support .clients-why-block:hover .clients-why-block-icon, .support .clients-why-block:hover .clients-why-block-text-header {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.mobile .about-reviews-container {
	padding: 150px 80px 360px 80px;
}
.one-work-open .showreel-video .video {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	background: #f6f6f6;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: transform .5s .4s, opacity .5s .4s;
	transition: transform .5s .4s, opacity .5s .4s;
	height: 100%;
}
.one-item {
	background: #f6f6f6;
	width: 100vw;
}
.one-item-header {
	padding-left: 10vw;
	padding-top: 26vh;
}
.one-item-header h1 {
	font-size: 90px;
	line-height: 115%;
	letter-spacing: -2px;
	color: #212121;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.one-item-header h1:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
	margin-left: -10px;
	z-index: -1;
	content: '';
	background: #ffffff;
}
.one-item-desc-main {
	padding-left: 10vw;
}
.one-item-desc-main p {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 980px;
	margin-top: 0;
	font-weight: 300;
}
.one-item-cover {
	max-width: 1440px;
	margin: 230px auto 200px;
	text-align: center;
}
.one-item-cover img {
	max-width: 100%;
}
.one-item-number {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.one-item-number .number-desc {
	position: relative;
	z-index: 2;
	width: 360px;
}
.one-item-number .number {
	font-size: 247px;
	position: absolute;
	font-family: 'blblack';
	letter-spacing: 30px;
	color: #f9f9f9;
	line-height: 0;
	left: 0;
	margin-top: 36px;
	width: 100%;
	margin-left: 20px;
	top: 0;
	z-index: 1;
	text-shadow: 0 0 30px rgba(51, 51, 51, 0.07);
}
.one-item-main-image {
	max-width: 60vw;
	margin-top: 245px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.one-item-task {
	display: inline-block;
	vertical-align: top;
	width: 30vw;
	margin-left: 5vw;
	margin-right: 4vw;
	margin-top: 345px;
	max-width: 480px;
	margin-bottom: 180px;
}
.one-item-main-image img {
	max-width: 100%;
	display: block;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.2);
}
.one-item-task h2, .one-item-idea h2 {
	text-align: left;
	color: #212121;
	font-size: 42px;
	vertical-align: top;
	position: relative;
	margin: 0 auto 30px auto;
}
.one-item-task span, .one-item-idea span {
	font-size: 32px;
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 980px;
	margin-top: 0;
	font-weight: 300;
	display: block;
}
.one-item-desc {
	padding: 230px 10vw;
}
.one-item-desc span {
	font-size: 50px;
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 980px;
	margin-top: 0;
	font-weight: 300;
}
.one-item .about-mission {
	background: #fff;
	padding-top: 380px;
	padding-left: 10vw;
	margin-top: -110px;
}
.one-item .about-mission h3 {
	padding-bottom: 360px;
}
.two-number {
	background: #ffffff;
	max-width: 100vw;
	text-align: center;
	padding: 0 0 280px 0;
}
.two-number .one-item-number-container {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.two-number.one-item-number .number {
	color: #ffffff;
}
.one-item-quest {
	padding-left: 10vw;
	margin-right: 4vw;
	padding-top: 150px;
	max-width: 480px;
	width: 25vw;
	display: inline-block;
}
.one-item-screen img {
	max-width: 100%;
	display: block;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0.2);
}
.one-item-screen {
	max-width: 60vw;
	margin-top: 130px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: right;
}
.one-item .swiper-container-reviews .about-review-photo {
	max-width: 250px;
	max-height: 250px;
}
.last-image.one-item-screen img {
	width: 100vw;
	box-shadow: 0 4px 80px rgba(66, 66, 66, 0);
}
.last-image.one-item-screen {
	width: 100vw;
	max-width: 100vw;
}
.one-item .swiper-container-reviews .swiper-slide img {
	border-radius: 0;
}
.one-item-mobile {
	max-width: 1440px;
	margin: 0 auto -100px;
	padding: 300px 100px 0 100px;
}
.one-item-mobile-img img {
	display: inline-block;
	vertical-align: top;
	width: 30vw;
	max-width: 300px;
}
.one-item-mobile-text {
	display: inline-block;
	vertical-align: top;
}
.one-item-mobile-header {
	text-align: left;
	color: #212121;
	font-size: 42px;
	vertical-align: top;
	position: relative;
	margin: 0 0 30px 50px;
}
.one-item-mobile-screen {
	font-size: 32px;
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	margin-left: 50px;
	line-height: 150%;
	max-width: 580px;
	width: 60vw;
	margin-top: 0;
	font-weight: 300;
	display: block;
}
.last-image.one-item-screen {
	margin-top: 0;
}
.fourhundredfour h2 a:hover {
	border-bottom: 1px solid rgba(77, 36, 216, 0);
	transition: all .2s;
}
.fourhundredfour h2 a {
	cursor: pointer;
	line-height: 110%;
	color: #CA171F;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-bottom: 1px solid rgba(77, 36, 216, 1);
	text-decoration: none;
	transition: all .2s;
}
.fourhundredfour h2 {
	font-size: 50px;
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	line-height: 150%;
	margin: 0;
	font-weight: 300;
}
.fourhundredfour h1 {
	font-size: 140px;
	line-height: 15px;
}
.fourhundredfour {
	text-align: center;
	padding: 10vh 10vw;
}
.contacts-block-content ul li a {
	font-size: 24px;
	color: #CA171F;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.contacts-block-content ul li {
	display: inline-block;
	margin: 0 17px;
}
.contacts-block-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*.contacts-block-content ul li a:before {*/
/*width: 100%;*/
/*display: block;*/
/*content: '';*/
/*position: absolute;*/
/*z-index: -1;*/
/*height: 1px;*/
/*background: #a0a0a0;*/
/*!*background: #CA171F;*!*/
/*left: 0;*/
/*bottom: -2px;*/
/*-webkit-transition: all .2s cubic-bezier(.19,1,.22,1);*/
/*transition: all .2s cubic-bezier(.19,1,.22,1);*/
/*}*/
/*.contacts-block-content ul li a:after {*/
/*-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);*/
/*transition: all .4s cubic-bezier(.19,1,.22,1);*/
/*content: '';*/
/*width: 100%;*/
/*bottom: -2px;*/
/*left: 0;*/
/*height: 1px;*/
/*position: absolute;*/
/*z-index: -1;*/
/*}*/
.video-div:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	z-index: 1;
}






/* new */
.on-bg {
	width: 100vw;
	height: 100vh;
	position: absolute;
	overflow: hidden;
}
.on-bg-round {
	border: 1px solid #191919;
	border-radius: 50%;
	width: 110vh;
	height: 110vh;
	position: absolute;
	right: 50px;
	top: -20px;
	opacity: 0.08;
}
.on-bg-line {
	border: 1px solid #191919;
	opacity: 0.05;
	width: 100vw;
	top: 75vh;
	position: absolute;
}

.stories__item {
	margin-right: 35px;
	width: 100px;
	cursor: pointer;
}
.stories__item:hover .stories__item__img-wrap::after {
	transform: rotate(180deg);
	transition: all .5s;
}
.stories__item:hover .stories__item__img-wrap__img {
	transform: scale3d(.96,.96,.96);
	transition: all .5s;
}
.stories__item__img-wrap {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stories {
	position: absolute;
	bottom: 0;
	margin-left: 40px;
	z-index: 2;
	padding: 40px 40px 70px 40px;
	display: flex;
}
.stories__item__img-wrap::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: 100;
	border-radius: 100%;
	background: #fff;
}
.stories__item__img-wrap::after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 0;
	border-radius: 100%;
	background: linear-gradient(to top right, #f8a64e, #a01292);
	width: 102px;
	height: 102px;
	transition: all .2s;
}
.stories__item__img-wrap__img {
	border-radius: 100%;
	/*background-size: 110px;*/
	background-size: 92px;
	/*background-position: -10px -23px;*/
	width: 90px;
	height: 90px;
	margin: 0 auto;
	z-index: 200;
	position: relative;
	border: 1px solid #cacaca;
	transition: all .2s;
}
.stories__item__profile-name {
	text-align: center;
	margin-top: .5rem;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stories__item.view .stories__item__img-wrap::after {
	background: #999;
	transition: all .3s;
}
.stories__item:active .stories__item__img-wrap {
	transform: scale3d(.97,.97,.97);
	transition: all .4s;
}
.stories-modal {
	opacity: 0;
	transition: all .2s;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.stories-modal .stories-one {

}
.ceo-item-job {
	color: #999;
	text-align: center;
	margin-top: 10px;
}
.bg-stories {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
.stories-modal.active {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 23;
	visibility: visible;
	top: 0;
	left: 0;
	opacity: 1;
	transition: all .5s;
}
.close-stories {
	width: 36px;
	height: 36px;
	padding: 10px;
}
.close-stories {
	margin-top: 5px;
	right: -70px;
	cursor: pointer;
	position: absolute;
}
.close-stories span {
	transition: all .2s;
	display: block;
}
.close-stories:hover span {
	transition: all .5s;
	transform: scale3d(1.08,1.08,1.08);
}
.close-stories:active span {
	transform: scale3d(.98,.98,.98);
	transition: all .2s;
}
.close-stories span:before {
	content: '';
	width: 36px;
	height: 3px;
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 4px;
	transform: rotate(-45deg);
}
.close-stories span:after {
	transform: rotate(45deg);
	content: '';
	width: 36px;
	height: 3px;
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 4px;
}
.stories-one {
	width: 30vw;
	margin: 40px auto 0 auto;
	height: 100vh;
	position: fixed;
	left: calc(50vw - 15vw);
	opacity: 0;
	visibility: hidden;
}
.stories-one.show {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s;
}
.stories-one-avatar {
	margin-bottom: 15px;
}
.avatar-img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.avatar-img img {
	max-width: 120%;
	margin-left: -7%;
	margin-top: -16%;
}
.avatar-text {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 7px;
}
.avatar-time {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	vertical-align: top;
	opacity: .6;
	margin-left: 7px;
	margin-top: 7px;
}
.swiper-stories-penkov, .swiper-stories-penkova, .swiper-stories-tokmakova, .swiper-stories-panfilov {
	width: 100%;
	height: calc(100vh - 130px);
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.swiper-stories-penkov .swiper-slide, .swiper-stories-penkova .swiper-slide, .swiper-stories-tokmakova .swiper-slide, .swiper-stories-panfilov .swiper-slide {
	background-size: cover;
	opacity: 0 !important;
}
.swiper-stories-pagination .swiper-pagination-bullet {
	width: calc(33% - 3px);
	border-radius: 0;
	height: 2px;
	background: rgba(255,255,255,.35);
	opacity: 1;
	position: relative;
	margin: 0 2px;
}
.swiper-stories-pagination {
	margin-left: -2px;
	width: calc(100% + 4px) !important;
}
.stories-count {
	margin-bottom: 10px;
}
.swiper-stories-pagination .swiper-pagination-bullet-active:before {
	animation: fill 15s linear forwards;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 2px;
	transition: all .2s;
}
.swiper-stories-pagination .swiper-pagination-bullet {
	left: 0 !important;
	transform: scale(1) !important;
}
.swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-prev-prev {
	background: rgba(255,255,255,1) !important;
}
.navigation {
	position: fixed;
	width: calc(30vw + 120px);
	margin-left: -60px;
	top: 47vh;
}

.swiper-stories-penkov .swiper-slide-active video, .swiper-stories-penkova .swiper-slide-active video, .swiper-stories-tokmakova .swiper-slide-active video, .swiper-stories-panfilov .swiper-slide-active video {
	height: 100%;
	background: #000;
	object-fit: cover;
	z-index: -1;
}
.swiper-stories-penkov .swiper-slide-active, .swiper-stories-penkova .swiper-slide-active, .swiper-stories-tokmakova .swiper-slide-active, .swiper-stories-panfilov .swiper-slide-active {
	opacity: 1 !important;
}
.swiper-stories-button-next:before {
	content: '';
	display: block;
	background: #fff;
	width: 20px;
	margin-top: 11px;
	height: 2px;
	transform: rotate(45deg);
}
.stories-one .swiper-slide:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	content: '';
	display: block;
	z-index: 4;
}
.swiper-stories-button-next:after {
	content: '';
	display: block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	transform: rotate(-45deg);
}
.swiper-stories-button-next {
	display: inline-block;
	height: 40px;
	cursor: pointer;
	padding: 20px;
	float: right;
	outline: none;
}
.swiper-stories-button-next:hover {
	transform: scale3d(1.08,1.08,1.08);
	transition: all .5s;
}
.swiper-stories-button-next:active {
	transform: scale3d(.98,.98,.98);
	transition: all .2s;
}


.swiper-stories-button-prev:before {
	content: '';
	display: block;
	background: #fff;
	width: 20px;
	margin-top: 11px;
	height: 2px;
	transform: rotate(135deg);
}
.swiper-stories-button-prev:after {
	content: '';
	display: block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin-top: 12px;
	transform: rotate(-135deg);
}
.swiper-stories-button-prev:hover {
	transform: scale3d(1.08,1.08,1.08);
	transition: all .5s;
}
.swiper-stories-button-prev:active {
	transform: scale3d(.98,.98,.98);
	transition: all .2s;
}
.swiper-stories-button-prev {
	display: inline-block;
	height: 40px;
	cursor: pointer;
	padding: 20px;
	float: left;
	outline: none;
	transition: all .2s;
}
.swiper-button-disabled {
	cursor: default;
	transform: none;
	opacity: .2;
}
.swiper-button-disabled:hover {
	cursor: default;
	transform: none;
}


@keyframes fill {
	0% {
		background: rgba(255,255,255,1);
		width: 0%;
	}
	100% {
		background: rgba(255,255,255,1);
		width: 100%;
	}
}




.rs-range {
	width: calc(16vw + 24px);
	-webkit-appearance: none;
	border-radius: 10px;
	height: 1px;
}
.rs-range:focus {
	outline: none;
}
.rs-range::-webkit-slider-thumb {
	height: 46px;
	width: 46px;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
	background-image: url('../images/emoji/smiling-face-with-heart-shaped-eyes_1f60d.png');
	background-size: 46px;
	position: relative;
}

.rs-range[type="range"] {
	height: 10px;
	-webkit-appearance: none;
	background-color: transparent;
	position: relative;
	margin-left: -12px;
}
.rs-range::-webkit-slider-thumb:after {
	content: '';
	height: 10px;
	display: block;
	width: 20vw;
	position: absolute;
	background: #e0e0e0;
	border-radius: 10px;
}
.rs-range::-moz-focus-outer {
	border: 0;
}
.rs-label {
	position: absolute;
	display: block;
	width: 46px;
	height: 46px;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	margin-top: -65px;
	margin-left: -12px;
	left: 0;
	transform: scale(1.11);
}
.rs-label img {
	width: 46px;
	transform: translate3d(0, -1.1px, 0);
	opacity: 0;
	transition: opacity .2s;
}
.range-slider {
	padding: 30px 35px;
	width: 16vw;
	background: #fff;
	border-radius: 17px;
	position: relative;
	box-shadow: 0 2px 15px rgba(66, 66, 66, 0.05);
}
.range-line {
	background-image: linear-gradient(90deg, #AA22AC, #DC2F26, #DC2F26);
	width: 16vw;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	margin-top: 8px;
}
.rs-bullet-block {
	width: calc(16vw - 24px);
	position: relative;
}
.line {
	background: #E0E0E0;
	width: 16vw;
	height: 10px;
	display: block;
	border-radius: 10px;
	position: absolute;
	right: 34px;
	margin-top: 8px;
}
.insta-range {
	position: absolute;
	right: 10vw;
	top: 63vh;
	transform: rotate(-4deg) scale3d(1.1,1.1,1.1);
	z-index: 2;
	padding: 0 50px;
	opacity: 0;
}
.loading-done .insta-range {
	transform: rotate(-4deg) scale3d(1,1,1);
	opacity: 1;
	transition: all .5s 3.6s;
}
.voted {
	width: 15px;
	height: 15px;
	border: 3px solid #262626;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	margin-top: 2px;
	right: 34px;
	opacity: 0;
}
.voted-middle span {
	width: 20px;
	height: 20px;
	margin-top: -19px;
	margin-left: 59px;
	transform: rotate(45deg);
	border-radius: 4px;
	display: block;
	position: absolute;
	background: #262626;
}
.insta-range.done .voted, .insta-range.done .voted-middle {
	opacity: 1;
	transition: all .2s;
}
.voted-middle {
	color: #fafafa;
	background: #262626;
	border-radius: 10px;
	padding: 12px;
	display: inline-block;
	position: absolute;
	right: -41px;
	margin-top: 43px;
	font-size: 16px;
	box-shadow: 0 2px 15px rgba(66, 66, 66, 0.05);
	opacity: 0;
}
.insta-range.done #rs-bullet-img {
	animation: voted-done 1.5s forwards;
}
.insta-voted-done img {
	width: 80px;
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.insta-voted-done img:nth-child(1) {
	transform: translate3d(10vw, 89vh, 0);
}
.insta-voted-done img:nth-child(2) {
	transform: translate3d(55vw, 69vh, 0);
}
.insta-voted-done img:nth-child(3) {
	transform: translate3d(20vw, 29vh, 0);
}
.insta-voted-done img:nth-child(4) {
	transform: translate3d(33vw, 49vh, 0);
}
.insta-voted-done img:nth-child(5) {
	transform: translate3d(44vw, 79vh, 0);
}
.insta-voted-done img:nth-child(6) {
	transform: translate3d(60vw, 9vh, 0);
}
.insta-voted-done img:nth-child(7) {
	transform: translate3d(68vw, 19vh, 0);
}
.insta-voted-done img:nth-child(8) {
	transform: translate3d(90vw, 39vh, 0);
}


body.insta-done .insta-voted-done img {
	transition: all 1.5s;
	opacity: 1;
}
body.insta-done.insta-done-all .insta-voted-done img {
	opacity: 0;
	transition: opacity .5s;
}
body.insta-done .insta-voted-done img:nth-child(1) {
	transform: translate3d(10vw, 49vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(2) {
	transform: translate3d(55vw, 29vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(3) {
	transform: translate3d(20vw, -29vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(4) {
	transform: translate3d(33vw, 9vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(5) {
	transform: translate3d(44vw, 39vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(6) {
	transform: translate3d(60vw, -39vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(7) {
	transform: translate3d(68vw, -29vh, 0);
}
body.insta-done .insta-voted-done img:nth-child(8) {
	transform: translate3d(90vw, -9vh, 0);
}

.insta-range.done .range-slider:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.experiment {
	position: absolute;
	z-index: 0;
	top: -5vw;
	left: 24vw;
	background: #fff;
}
.ceo {
	background: #000;
	padding-bottom: 80px;
}
.ceo h1 {
	/*font-size: 82px;*/
	font-size: 4vw;
	color: #fff;
	padding: 130px 0 0 80px;
	margin: 0;
	position: relative;
	z-index: 1;
}
.ceo-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: -60px 4% 4% 4%;
	opacity: 0;
}
.ceo-item-photo img {
	width: 100%;
}
.ceo-item-name {
	line-height: 40px;
	font-size: 38px;
	margin-top: 25px;
	color: #fff;
	text-align: center;
}
.main-page .clients h3, .main-page .works h3 {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.main-page .clients-desc p:nth-child(1), .main-page .works .description p, .team .description p {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	max-width: 70%;
	margin-top: 10px;
	margin-bottom: 50px;
}
.tg-link {
	display: block;
}
.tg-link-block i img {
	width: 30px;
	display: inline-block;
	vertical-align: top;
}
.clients-container h3 i {
	position: absolute;
}
.clients-container h3 i img {
	max-width: 45px;
}
.main-page .works-container h3 i {
	margin-top: -18px;
}
.main-page .works .description p {
	margin-bottom: 70px;
}
.main-page .team h3 {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.main-page .clients-desc p:nth-child(1) {
	max-width: 100%;
}
.main-page .clients-desc {
	max-width: 70%;
}
.swipe-text {
	position: absolute;
	right: 35px;
	margin-top: -120px;
	z-index: 2;
	cursor: pointer;
}
.swipe-text-span {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	transition: all .3s;
}
.swipe-text .arrow {
	width: 120px;
	height: 2px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	margin-top: 2.2vw;
	margin-left: 15px;
	transition: all .5s;
}
.swipe-text .arrow:before {
	content: '';
	display: block;
	background: #fff;
	width: 25px;
	margin-top: -9px;
	margin-left: 99px;
	height: 2px;
	transform: rotate(45deg);
}
.swipe-text .arrow:after {
	content: '';
	display: block;
	background: #fff;
	width: 25px;
	height: 2px;
	margin-top: 16px;
	margin-left: 99px;
	transform: rotate(-45deg);

}
.swipe-text:hover .arrow {
	transform: translate3d(20px,0,0);
	transition: all .5s;
}
.swipe-text:active .arrow {
	transform: translate3d(30px,0,0);
	transition: all .3s;
}
.swipe-text:active .swipe-text-span {
	transform: scale3d(.98,.98,.98);
	transition: all .3s;
}
.main-page .services h3 {
	margin-bottom: 10px;
	color: #999;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.main-page .services-container .description p {
	max-width: 68%;
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 50px;
}
.about-awards .about-awards-container .awards-h3 {
	position: relative;
	display: block;
	letter-spacing: 0;
}

.emblem {
	position: absolute;
	left: 0;
	right: -80vw;
	top: 10vh;
	margin: 0 auto;
	width: 45vw;
	height: 45vw;
	border-radius: 50%;
	color: #999;
	animation: spinZ 30s linear infinite;
	text-align: center;
}
.emblem span {
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-transform: uppercase;
	font-size: 6vw;
	transition: all .5s cubic-bezier(0,0,0,1);
}
.social-contacts li:nth-child(1) {
	margin-left:0;
}
.social-contacts {
	margin: 90px 0 0 0 !important;
}
.contacts-city h2 {
	margin-top: 10px;
}
.contacts-city h2 a {
	text-decoration: none;
	color: #000;
	display: block;
}
.contacts-city h2 a:nth-child(2) {
	margin-top: 20px;
}
.select-line-block .radio input:checked ~ span {
	color: #2d2d2d;
	border-bottom: 1px dashed transparent;
}
.select-line-block .radio span {
	color: #CA171F;
	border-bottom: 1px dashed #CA171F;
	padding-bottom: 6px;
	line-height: normal;
	font-size: 30px;
	position: relative;
}
.select-line-block .radio input {
	width: 1px;
	height: 1px;
	opacity: 0;
}
.form-input.selected {
	width: 100%;
}
.selected h2 {
	font-size: 2.9vw;
	letter-spacing: -1px;
	line-height: 150%;
	font-weight: 300;
	margin: 0;
}
.select-line-block label {
	display: inline-block;
	margin-right: 40px;
}
.select-line-block label:nth-child(5) {
	margin-right: 0;
}
.select-line-block .radio input:checked ~ span:before {
	height: 35px;
	width: 10px;
	background: #e9e6f3;
	position: absolute;
	content: '';
	opacity: 1;
	transform: rotate(-30deg);
	left: calc(50% - 10px);
	z-index: -1;
	bottom: 5px;
}
.select-line-block .radio input:checked ~ span:after {
	height: 55px;
	width: 10px;
	background: #e9e6f3;
	position: absolute;
	content: '';
	opacity: 1;
	z-index: -1;
	left: calc(50% + 8px);
	transform: rotate(30deg);
	bottom: 6px;
}

@keyframes spinZ {
	0% {
		transform: rotateZ(360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}


@keyframes voted-done {
	0% {
		/*opacity: 1;*/
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, -20vh, 0);
	}
}

.show-all-awards {
	top: -15px;
	font-size: 24px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.ex-cube {
	position: absolute;
	left: 69vw;
	top: 25vh
}
.container {
	position: relative;
	width: 100%;
	height: 100%;
	/*display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-perspective: 900px;
	perspective: 900px;
	background: #efece5;
	visibility: hidden;*/
}

.hi {
	position: relative;
	z-index: 1;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hi__cuboid {
	position: relative;
	width: 20vw;
	height: 2.8vw;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 30px 0;
}
.hi__cuboid .face {
	position: absolute;
	left: 0;
	top: 0;
	background-color: black;
}
.hi__cuboid .face {
	width: 20vw;
	height: 3vw;
}
.hi__cuboid .face--front {
	-webkit-transform: translateZ(calc(3vw/2));
	transform: translateZ(calc(3vw/2));
}
.hi__cuboid .face--back {
	-webkit-transform: translateZ(calc(3vw/2 *-1)) rotateY(180deg) rotate(180deg);
	transform: translateZ(calc(3vw/2 * -1)) rotateY(180deg) rotate(180deg);
}

.hi__cuboid .face--top {
	-webkit-transform: translateY(calc(3vw/2 * -1)) rotateX(90deg);
	transform: translateY(calc(3vw/2 * -1)) rotateX(90deg);
}
.hi__cuboid .face--bottom {
	-webkit-transform: translateY(calc(3vw - 3vw/2)) rotateX(-90deg);
	transform: translateY(calc(3vw - 3vw/2)) rotateX(-90deg);
}

.face {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	overflow: hidden;
}
.face.face--top, .face.face--bottom {
	background: #f2f2f2;
	color: black;
}

.hi__word {
	margin: 0;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	color: #fff;
	font-size: 2.8vw;
	line-height: normal;
}
.face--bottom .hi__word,
.face--top .hi__word {
	color: #000;
}
.ceo-item-photo {
	position: relative;
}
.ceo-hover {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	transition: all .2s;
	z-index: -1;
}
.ceo-hover img {
	width: 100%;
	position: absolute;
	opacity: 0;
	bottom: 1vw;
	transform: scale3d(.8,.8,.8);
	transition: all .4s;
}
.ceo-item-photo:hover .ceo-hover img {
	opacity: 1;
	transform: scale3d(1,1,1);
	transition: all .6s;
}
.ceo-item-photo:hover .ceo-hover  {
	opacity: 1;
	transition: all .4s;
}
.ceo-item-photo .ceo-main-img {
	transform: scale3d(1,1,1);
	opacity: 1;
	transition: all .4s;
}
.ceo-item-photo:hover .ceo-main-img {
	transform: scale3d(.99,.99,.99);
	transition: all .4s;
	opacity: 0;
}





@media only screen and (max-width: 1860px) {
	footer {
		padding: 50px 60px 25px;
	}
	footer .social, footer .footer-office-block, footer .footer-mail {
		/*margin-left: 6%;*/
	}

}
@media only screen and (max-width: 1620px) {
	.about h2 {
		max-width: 90%;
	}
	footer h3 {
		font-size: 30px;font-size: 1.56vw;
	}
}
@media only screen and (max-width: 1440px) {

	.about {
		padding-top: 150px;
	}
	.awards {
		margin: 150px auto 200px;
	}
	footer {
		padding: 120px 75px;
	}
	.awards h3 {
		font-size: 200px;
		width: 100vw;
		letter-spacing: 25px;
		margin-top: 47px;
	}
	.awards-main-item {
		width: 13%;
	}
	.awards-main-item-img {
		margin: 0 auto;
		height: 55px;
	}
	.awards-main-item-img img {
		max-width: 70%;
		max-height: 85%;
		margin: auto;
	}
	footer .social, footer .footer-office-block, footer .footer-mail {
		/*margin-left: 5%;*/
	}


}
@media only screen and (max-width: 1366px) {

	footer {
		/*width: 80%;*/
	}
	.awards-list .award-item {
		margin: 0 40px;
	}
}
@media only screen and (max-width: 1280px) {
	.hi__cuboid {
		height: 2.2vw;
	}
	.ceo-item-name {
		font-size: 30px;
	}
	.ceo-item {
		margin: -20px 4% 4% 4%;
	}
	.ceo-item-job {
		margin-top: 5px;
		font-size: 18px;
	}
	.services-item {
		padding: 50px 20px 100px 20px;
		height: 350px;
		width: calc(100% - 48px);
	}
	.services-item .services-item-desc {
		width: calc(100% - 40px);
		font-size: 32px;
	}
	footer ul li a {
		font-size: 20px;
	}
	footer .footer-office h4 {
		font-size: 16px;font-size: 1.36vw;
	}
	footer .footer-office h5 a {
		font-size: 16px;font-size: 1.36vw;
		margin: 5px 0 2px 0;
	}
	footer .footer-mail p {
		font-size: 16px;font-size: 1.36vw;
	}
	footer .footer-mail a {
		margin-top: 5px;
		font-size: 16px;font-size: 1.36vw;
	}
	footer .social, footer .footer-office-block, footer .footer-mail {
		/*margin-left: 7%;*/
	}
	footer .footer-text {
		bottom: 48px;
		font-size: 18px;
	}
	.about-text h3 {
		max-width: 740px;
		font-size: 38px;
	}
	.about-text {
		padding-bottom: 100px;
	}
	.awards-list .award-item {
		margin: 0 20px;
	}
	.awards-list .award-item:nth-child(1) {
		margin: 0 20px 0 0;
	}
	.awards-list .award-item h3 {
		font-size: 22px;
		margin: 5px 0 2px;
	}

	.awards {
		margin: 150px auto;
	}
	.awards h3 {
		font-size: 180px;
	}
	.fake-bg {
		height: 100px;
	}
	.about-award {
		padding-bottom: 150px;
	}
	.works .works-header span {
		font-size: 34px;
	}
	.about-agency-container .description {
		max-width: 89%;
	}
	.services-container .description {
		margin-bottom: 40px;
	}
	.about-team-list {
		margin-top: -15px;
	}
	.about-team-list .team-item {
		width: calc(33% - 15px);
		margin: 30px 10px 55px 10px;
	}
	.about-mission h3 {
		max-width: 89%;
	}
	.about-page .clients-why h3 {
		padding-top: 100px;
		font-size: 58px;
		margin: 0 auto 50px auto;
	}
	.clients-why-block-icon {
		padding: 30px 30px 30px 60px;
	}
	.clients-why-block-text {
		width: calc(100% - 220px);
	}
	.clients-why-block-text-header {
		margin-top: 12px;
		font-size: 26px;
	}
	.clients-why-block-text-desc {
		padding: 0 50px;
		font-size: 18px;
		width: calc(100% - 100px);
	}

	.main-page .clients-desc p:nth-child(1), .main-page .works .description p, .team .description p {
		max-width: 89%;
	}
	.services-item .services-item-desc {
		bottom: 60px;
	}
	.main-page .services-container .description p {
		max-width: 89%;
	}
	.about-awards h3 {
		margin-bottom: 35px;
	}
	.about-reviews-container h3, .about-awards h3 {
		font-size: 58px;
	}
	.awards-block .awards-block-name .awards-block-name-text {
		font-size: 28px;
	}
	.awards-block .awards-block-icon svg {
		width: 40px;
		height: 75px;
	}
	.awards-block .awards-block-name .awards-block-name-counter {
		margin-top: 0;
	}
	section.works-header h3, .clients-start h1, .contacts-block-content h1 {
		max-width: 725px;
	}
	.works-header h2 {
		font-size: 20px;
		text-decoration: none;
		max-width: 780px;
		margin-top: 100px;
	}
	section.works-header {
		padding-bottom: 50px;
	}

	.services-sites-desc-container h3, .clients-why-content h3, .services-sites-stage h3 {
		margin-bottom: 10px;
	}
	.clients-text.what-next {
		padding-top: 100px;
		padding-bottom: 150px;
	}
	.contacts-block-content h3 {
		font-size: 28px;
	}
	.contacts-block-content h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.contacts-block-content span {
		font-size: 18px;
		margin-right: 20px;
	}
	.contacts-block-content .city {
		bottom: 90px;
		left: -16px;
	}
	.menu-list li a, .menu-list li a:before, .menu-list li a:after {
		font-size: 54px;
	}
	.services-menu ul li a {
		font-size: 18px;
	}
	.services-menu ul li {
		margin: 10px 0;
	}
	.menu-city span {
		font-size: 24px;
		line-height: 30px;
	}
	.menu-city span:nth-child(2) {
		margin: 8px 0 0 0;
	}
	.vacancy-item-name {
		font-size: 26px;
	}
	.vacancy-item span {
		margin-top: 9px;
	}

	.clients-text {
		padding-top: 100px;
	}
	.friends {
		padding-bottom: 150px;
	}
	.rating-tagline {
		top: 40vh;
		left: calc(550px + 300px);
	}

	.services-sites-stage-container h3 {
		margin-bottom: 60px;
	}
	.services-sites-stage-item-number {
		font-size: 130px;
	}
	.services-sites-stage-item-text {
		line-height: 32px;
		font-size: 28px;
	}
	.services-sites-stage-item-desc {
		font-size: 18px;
	}
	.services-sites-stage-item {
		margin: 0 0 50px 0;
	}
	.services-page .clients-text {
		padding-top: 150px;
	}
	.clients-text {
		padding-bottom: 150px;
	}
	footer .footer-office h6 a {
		font-size: 20px;
	}
	.services-sites-header.branding {
		padding-bottom: 250px;
	}
	.services-page .works-container h3 {
		margin: 0 auto 50px auto;
	}
	.clients.social h3 {
		margin-bottom: 40px;
	}
	.about-reviews.social .about-reviews-container {
		padding-bottom: 250px;
	}
	.swiper-container-reviews .about-review-photo {
		max-width: 200px;
		max-height: 200px;
	}
	.support.clients-why h3 {
		padding-top: 100px;
		font-size: 58px;
		margin: 0 auto 35px auto;
	}
	.support .clients-why-content p {
		margin-bottom: 45px;
	}
	.support .clients-why-block-icon {
		padding: 40px 25px 30px 40px;
	}
	.support .clients-why-block-text-header p {
		margin-bottom: 0;
	}
	.support .clients-why-block-text-header {
		margin-top: 20px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.ex-cube {
		display: none;
	}
	.one-item-header h1 {
		font-size: 70px;
	}
	.one-item-desc-main p {
		padding-right: 100px;
		max-width: 100%;
		font-size: 40px;
	}
	.one-item-main-image {
		max-width: 100%;
		margin-top: 145px;
	}
	.one-item-task {
		width: calc(100vw - 200px);
		margin-left: 100px;
		margin-right: 100px;
		margin-top: 100px;
		max-width: 100%;
	}
	.one-item-header, .one-item-desc-main, .one-item .about-mission, .one-item-quest {
		padding-top: 150px;
	}
	.one-item .about-mission h3 {
		padding-bottom: 200px;
		max-width: calc(100% - 100px);
	}
	.one-item-quest {
		width: calc(100vw - 100px);
		padding-right: 100px;
		margin-right: 0;
		max-width: calc(100% - 200px);
	}
	.one-item-screen {
		max-width: 100vw;
	}
	.one-item-desc-main {
		padding-top: 0;
	}
	.one-item-mobile {
		padding: 100px 100px 0 100px;
	}
	.one-item-mobile-text {
		max-width: 515px;
	}
	.one-item-mobile-header {

	}
	.one-item-mobile-screen {
		margin-left: 30px;
		max-width: 100%;
		width: auto;
	}
	.mobile .about-reviews-container {
		padding: 0 100px 150px 100px;
	}
	.one-item .swiper-container-reviews .about-review-photo {
		max-width: 150px;
		max-height: 150px;
	}
	.swiper-container-reviews {
		margin: 0 auto;
	}
	.experiment {
		margin-top: -10vw;
	}
	.ceo-item {
		margin: -20px 3% 4% 4%;
	}
	.ceo-item-name {
		font-size: 26px;
	}
	.main-page .clients-desc {
		max-width: 89%;
	}
	.clients-item {
		width: calc(33% - 10px);
	}
	.works-main-title span {
		font-size: 16px;
	}
	.services-need-block {
		width: calc(33% - 5px);
	}
	.about-award .awards-list {

	}

}
@media only screen and (max-width: 940px) {

	footer h3 {
		display: block;
		max-width: 100%;
		padding-top: 0;
	}
	footer .social, footer .footer-office-block, footer .footer-mail {
		margin-top: 25px;
		/*margin-left: 8%;*/
	}
	footer .social {
		margin-left: 0;
	}
	footer {
		padding: 40px 15px 15px;
	}
}
@media only screen and (max-width: 768px) {
	.loading-done .main h1 {
		font-size: 38px;
		max-width: 90%;
	}
	.main h1 {
		letter-spacing: -1px;
		margin-left: 60px;
		font-size: 38px;
	}
	.range-slider {
		width: 40vw;
	}
	.range-line {
		width: 40vw;
	}
	.line {
		width: 40vw;
	}
	.rs-bullet-block {
		width: calc(40vw - 24px);
	}
	.hover-reveal {
		display: none;
	}
	#content {
		display: none;
	}
	.insta-range {
		display: none;
	}
	.about {
		padding-top: 100px;
	}
	.experiment {
		margin-top: -20vw;
		position: relative;
		margin-left: -10vw;
		left: 0;
		display: none;
	}
	section.awards .awards-main-item {
		width: 49%;
	}
	section.awards {
		padding: 0 20px;
	}
	header .menu ul li a {
		margin: 0 10px;
	}
	.ceo h1 {
		padding: 90px 30px 0 30px;
		font-size: 37px;
	}
	.main-page .clients h3, .main-page .works h3 {
		margin-left: 0;
		font-size: 16px;
	}
	.ceo-item {
		width: calc(100% - 7%);
	}
	.about {
		padding-left: 50px;
	}
	.about .about-right {
		margin-top: 50px;
	}
	.about .about-left {
		width: 100%;
	}
	.main-page .clients-desc p:nth-child(1), .main-page .works .description p, .team .description p {
		max-width: 100%;
	}
	.showreel-main {
		transform: none !important;
		top: 0;
	}
	.main-page .clients-desc {
		max-width: 100%;
	}
	.main-page .works-container h3 i {
		margin-top: -12px;
	}
	.content-block h3 i {
		margin-left: 5px;
	}
	.main-page .clients-desc p:nth-child(1), .main-page .works .description p, .team .description p {
		font-size: 30px;
	}
	.about .about-right {
		max-width: 100%;
		width: 100%;
	}
	.clients-list .clients-item:nth-child(2), .clients-list .clients-item:nth-child(5), .clients-list .clients-item:nth-child(8), .clients-list .clients-item:nth-child(11), .clients-list .clients-item:nth-child(14), .clients-list .clients-item:nth-child(17), .clients-list .clients-item:nth-child(20), .clients-list .clients-item:nth-child(23) {
		margin: 8px 0;
	}
	.works-container {
		margin: 0 auto;
	}
	footer {
		/*width: calc(100% - 150px);*/
	}
	.about-text {
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-text h3, section.works-header h3, .clients-start h1, .contacts-block-content h1 {
		font-size: 34px;
	}

	.about-award {
		padding-left: 30px;
		padding-right: 30px;
	}
	.awards-list .award-item {
		margin: 0 20px 150px;
	}
	.awards-list .award-item:nth-child(1) {
		margin: 0 20px 150px;
	}
	.about-award .awards-list a {
		top: 200px;
		left: calc(50% - 80px);
		position: absolute;
	}
	.about-award .awards-list {
		max-height: 240px;
		overflow: hidden;
		text-align: center;
	}
	.about-agency-container {
		padding: 100px 50px 150px 50px;
	}
	.about-agency-container .description {
		max-width: 100%;
	}
	.about-team-list .team-item {
		width: calc(50% - 15px);
	}
	.about-team-list .team-item:nth-of-type(odd) {
		margin-left: 0;
		margin-right: 0;
	}
	.about-team-list .team-item:nth-of-type(even) {
		margin-left: 15px;
		margin-right: 0;
	}
	.about-team-list .team-item .team-item-name {
		font-size: 32px;
		margin-top: 10px;
	}
	.about-team-list .team-item .team-item-position {
		margin-top: 0;
	}
	.about-showreel-container {
		padding: 100px 50px 150px 50px;
	}
	.about-mission {
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-page .clients-why h3 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-page .clients-why-content {
		padding: 0 50px 150px 50px;
	}
	.clients-why-block {
		width: 100%;
	}
	.about-page .services {
		padding: 100px 50px 150px 50px;
	}
	.services-item {
		width: calc(100% - 60px);
		height: 250px;
		margin: 7px 0 !important;
	}
	.about-awards-container {
		padding: 100px 50px 150px 50px;
	}
	.awards-block .awards-block-list li .awards-block-item {
		width: 45%;
	}
	.awards-block .awards-block-list li .awards-block-site {
		width: 54%;
		text-align: right;
	}
	section.works-header {
		padding-left: 50px;
		padding-right: 50px;
	}
	.works-header h2 {
		margin-top: 60px;
	}
	.works-page .works-container {
		padding: 0 50px 360px 50px;
	}
	.clients-start {
		padding-left: 50px;
		padding-right: 50px;
	}
	.clients-page .services-sites-desc-container {
		padding: 100px 50px 150px 50px;
	}
	.clients-container {
		padding: 100px 50px 150px 50px;
	}
	.clients-list .clients-item:nth-child(even) {
		margin: 8px 0;
	}
	.clients-item {
		width: 100%;
	}
	.about-reviews-container {
		padding: 100px 50px 150px 50px;
	}
	.swiper-pagination {
		display: none;
	}
	.swiper-container-reviews {
		margin: 10px auto 0 auto;
		padding: 50px 30px;
	}
	.mobile .about-reviews-container {
		padding: 100px 50px 150px 50px;
	}
	.swiper-container-reviews .about-review-text {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.clients-text.what-next {
		padding-left: 50px;
		padding-right: 50px;
	}
	.contacts-block-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.contacts-block-content .city {
		transform: rotate(0deg);
		left: 0;
		top: 0;
		position: relative;
	}
	.menu-list li a, .menu-list li a:before, .menu-list li a:after {
		font-size: 30px;
	}
	.vacancy-block-content {
		padding: 26vh 50px 150px 50px;
	}
	.vacancy-left {
		width: 100%;
	}
	.vacancy-right {
		padding-left: 0;
		width: 100%;
		margin-bottom: 100px;
	}
	.clients-text {
		padding: 50px;
	}
	.vacancy-all-content {
		padding: 90px 50px 150px 50px;
	}
	section.services-sites-header {
		padding-left: 50px;
		padding-right: 50px;
	}
	.clients-why-content {
		padding: 200px 100px 150px 100px;
	}
	.clients-why-content {
		padding: 200px 50px 150px 50px;
	}
	.services-sites-stage-container {
		padding: 100px 50px 0 50px;
	}
	.services-sites-stage-item {
		width: calc(100% - 55px);
		margin: 0 0 50px 0 !important;
		padding: 20px 20px 50px 35px !important;
	}
	.awards {
		margin: 50px auto 150px auto;
	}
	.services-page .works .works-container {
		padding: 100px 50px 150px 50px;
	}
	.sites .works-item:nth-child(odd) {
		margin-left: 0;
	}
	.services-page .works.sites .works-item:nth-child(4) {
		margin-bottom: 70px;
	}
	.services-sites-desc-container {
		padding: 100px 50px 150px 50px;
	}
	.graph .works-item:nth-child(odd) {
		margin-left: 0;
	}
	.graph.works .works-item:nth-child(6), .graph.works .works-item:nth-child(7) {
		margin-bottom: 70px;
	}
	.clients-text h2, section.services-sites-header h1 {
		font-size: 34px;
	}
	.about-reviews.social .about-reviews-container {
		padding: 0 50px 150px 50px;
	}
	.promo .services-sites-stage-container {
		padding: 250px 50px 60px 50px;
	}
	.support .clients-container {
		padding: 250px 50px 150px 50px;
	}
	.support .services-sites-stage-container {
		padding: 100px 50px 80px 50px;
	}
	.support.clients-text.what-next {
		padding: 150px 50px;
	}
	.support .clients-why-content {
		padding: 0 50px 150px 50px;
	}
	.one-item-header, .one-item-desc-main, .one-item .about-mission, .one-item-quest {
		padding-left: 50px;
		padding-right: 50px;
	}
	.one-item-desc-main p {
		padding-right: 0;
		font-size: 32px;
	}
	.one-item-cover {
		margin: 150px auto 200px;
	}
	.one-item-task {
		margin-left: 50px;
		margin-right: 50px;
	}
	.one-item-header h1 {
		font-size: 60px;
	}
	.one-item-task span, .one-item-idea span {
		font-size: 28px;
	}
	.one-item .about-mission h3 {
		max-width: 100%;
		font-size: 34px;
	}
	.one-item-quest {
		padding-right: 50px;
		max-width: 100%;
	}
	.one-item-mobile {
		padding: 100px 50px 0 20px;
	}
	.one-item-mobile-text {
		max-width: calc(70vw - 80px);
	}
	.mobile .about-reviews-container {
		padding: 0 50px 150px 50px;
	}
	.works-container {
		padding: 100px 50px;
	}
	.team-container {
		padding: 100px 50px 150px 50px;
	}
	.services {
		padding: 100px 50px 150px 50px;
	}
	.about-team-container {
		padding: 100px 50px 150px 50px;
	}
	.pencil {width: 60px;}
	.pencil .pencil-text {display:none;}
}

@media only screen and (max-width: 740px) {
	.stories {
		padding: 40px 30px 70px 30px;
		width: calc(100vw - 60px);
		overflow: scroll;
		margin-left: 0;
		-webkit-overflow-scrolling: touch;
	}
	.selected h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.select-line-block .radio span {
		font-size: 20px;
	}
	.form-input.selected input {
		padding: 0;
	}
	.form-input.selected label {
		display: table;
	}
	.select-line-block .radio input:checked ~ span:after,
	.select-line-block .radio input:checked ~ span:before {
		bottom: -3px;
	}
	.main h1,
	.loading-done .main h1 {
		font-size: 38px;
		max-width: 85%;
		margin-left: 30px;
	}
	.stories-one {
		width: 90vw;
		margin: 25px auto 0 auto;
		left: calc(50vw - 45vw);
	}
	.panfilov {
		padding-right: 30px;
	}
	header .logo {
		margin-left: -3px;
	}
	.hamburger {
		right: 2px;
	}
	.studio-desc {
		display: none;
	}
	header {
		/*width: calc(100vw - 60px);*/
		padding: 15px 23px;height: 60px;
	}
	.navigation {
		width: 100vw;
		margin-left: -5vw;
		top: 88px;
		z-index: 5;
	}
	.swiper-stories-button-prev {
		height: calc(90vh - 88px);
		width: calc(50vw - 40px);
		z-index: 5;
	}
	.swiper-stories-button-next {
		height: calc(90vh - 88px);
		width: calc(50vw - 40px);
		z-index: 5;
	}
	.navigation div:before,
	.navigation div:after {
		display: none;
	}
	.close-stories {
		top: 0;
		right: 0;
	}
	.main-page .awards h3, .services-page .awards h3 {
		display: none;
	}
	.about-reviews.social .about-reviews-container {
		padding: 0 30px 150px 30px;
	}
	.vacancy-all-content {
		padding: 90px 30px 150px 30px;
	}
	.support.clients-why h3 {
		font-size: 34px;
		padding-top: 50px;
	}
	.support .clients-container {
		padding: 250px 30px 150px 30px;
	}
	.support .services-sites-stage-container {
		padding: 100px 30px 80px 30px;
	}
	.support.clients-text.what-next {
		padding: 150px 30px;
	}
	.support .clients-why-content {
		padding: 0 30px 150px 30px;
	}
	.support .clients-why-block-icon {
		font-size: 32px;
		width: 55px;
		padding: 40px 25px 30px 25px;
	}
	.support .clients-why-block-icon span {
		font-size: 16px;
	}
	body .menu ul {
		display: none;
	}
	.hamburger {
		top: -21px;
	}
	.main-page .hamburger {
		top: -6px;
	}

	.main h1 span a {
		display: initial;
	}
	.main h1 span a {
		/*color: #CA171F;*/
	}
	.loading-done .main h1 span a {
		border-bottom: 1px solid #212121;
	}
	.loading-done .main h1 {
		bottom: 10%;
	}
	.loading-done .main h1 span:before {
		display: none;
	}
	.main-done .main:before {
		width: calc(100vw - 20px);
		height: calc(100vh - 20px);
		border: 10px solid #ffffff;
	}
	.main-done .main h1 span a:before {
		display: none;
	}
	.about {
		padding-left: 30px;
		padding-top: 90px;
		padding-right: 30px;
		width: calc(100vw - 60px);
	}
	.about .about-left p i, .about-mission .small-text i {
		margin-top: -15px;
	}
	.main {
		overflow: hidden;
	}
	.about h2 {
		font-size: 30px;
		max-width: 100%;
	}
	.showreel-text {
		margin-left: -20px;
		max-width: 100%;
		margin-top: 10px;
	}
	.video-play-button:after {
		width: 60px;
		height: 60px;
	}
	.showreel {
		font-size: 20px;
		line-height: 24px;
		padding: 3px 8px 2px;
	}
	.video-play-button span {
		border-left: 16px solid #fff;
		border-top: 14px solid transparent;
		border-bottom: 11px solid transparent;
	}
	.video-play-button {
		top: 53%;
		width: 16px;
		height: 25px;
	}
	.awards-main-item {
		width: 29%;
		margin: 20px 0;
	}
	.about-agency-container h3, .about-team-container h3, .clients h3, .works h3, .team h3, .services h3, .about-showreel-container h3 {
		font-size: 34px;
	}
	.clients-container {
		padding: 100px 30px 150px 30px;
	}
	.clients .clients-container p {
		max-width: 100%;
	}
	.clients-desc {
		margin-bottom: 30px;
	}
	.works-container {
		padding: 100px 30px;
	}
	.works h3 i img {
		max-width: 33px;
	}
	.pencil {
		right: 30px;
	}
	.works .description {
		margin: 0 auto 45px auto;
	}
	.works-award-item {
		top: -25px;
	}
	.team .description p {
		max-width: 100%;
	}
	.services {
		padding: 100px 30px 150px 30px;
	}
	.services-container .description {
		max-width: 100%;
	}
	.services-item {
		height: 320px;
	}
	footer {
		padding: 40px 15px 15px;
		/*width: calc(100% - 60px);*/
	}
	footer h3 {
		padding-bottom: 0px;font-size: 20px;line-height: 23px;
	}
	.footer-text {
		display: none;
	}
	footer .social {
		display: none;
	}
	footer .footer-office:nth-child(1) {
		margin-bottom: 0px;
	}
	footer .footer-copyright .text-center {text-align:left !important;padding-top:20px;}
	.pencil-bg.active .feedback-form form {
		padding-left: 30px;
		padding-right: 30px;
	}
	#hamburger-feedback {
		right: 15px;
		top: 15px;
	}
	.form-input input {
		width: calc(100%);
		margin-top: 15px;
	}
	.pencil-bg.active #form-brief {
		margin-top: 100px;
		/*margin-left: 30px;*/
		padding-right: 0px;
		padding-left: 0px;
	}
	#form-brief h1 {
		font-size: 32px;
	}
	#form-brief .form-input .checkbox span {
		font-size: 18px;
	}
	#form-brief .form-input .checkbox input:not(checked) ~ span:before {
		top: 4px;
	}
	#form-brief .form-input .checkbox input:not(checked) ~ span:after {
		top: 6px;
	}
	#form-brief .form-input .checkbox input:checked ~ span:after {
		top: 4px;
	}
	#form-brief .form-input .radio span {
		font-size: 18px;
	}
	#form-brief .form-input .radio input:not(checked) ~ span:before {
		top: 0;
		width: 20px;
		height: 20px;
	}
	.form-input label {
		font-size: 18px;
		line-height: 20px;
	}
	#form-brief .form-input .radio input:checked ~ span:after {
		left: 1px;
		top: 2px;
	}
	.form-input {
		margin-top: 35px;
		margin-bottom: 20px;
		display: block;
	}
	#form-brief h1 {
		margin-top: 60px;
	}
	.fz {
		padding-right: 0;
	}
	.fake-bg {
		height: 60px;
	}
	.menu-left {
		width: 100vw;
	}
	.menu-list {
		margin: -10vh 0 0 35px;
	}
	.menu-list li {margin-bottom:30px;
	}
	.radio-line-block:before {
		display: none;
	}
	.menu-footer ul li:nth-child(1) {
		margin-bottom: 10px;
		display: block;
	}
	.menu-footer .present span {
		display: none;
	}
	section.works-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.form-input span {
		/*position: relative;*/
		text-align: left !important;
	}
	.radio-line-block .radio {
		display: block;
	}
	.radio-line-block .radio input {
		position: absolute;
	}
	.radio-line h2 {
		font-size: 18px;
	}
	.radio-line-block .radio {
		width: 100%;
	}
	.form-input span {
		display: block;
	}
	.radio-line-block .radio:nth-child(3) input, .radio-line-block .radio:nth-child(3) span {
		margin-left: 0;
	}
	.about-text h3, section.works-header h3, .clients-start h1, .contacts-block-content h1 {
		font-size: 28px;
	}
	.works-header h2 {
		margin-top: 40px;
		font-size: 18px;
	}
	.works-page .works-container {
		padding: 0 30px 360px 30px;
	}
	.works .works-item {
		margin: 0 0 50px 0;
	}
	.radio-line-block .radio:nth-child(3) span:before,
	.radio-line-block .radio:nth-child(2) span:before,
	.radio-line-block .radio:nth-child(2) input, .radio-line-block .radio:nth-child(2) span {
		margin-left: 0;
	}
	.radio-line-block .radio:nth-child(3) input, .radio-line-block .radio:nth-child(3) span {
		margin-right: 0;
	}
	.radio-line-block .radio:nth-child(2):hover input ~ span:after, .radio-line-block .radio:nth-child(2) input:not(checked) ~ span:after, .radio-line-block .radio:nth-child(2) input:checked ~ span:after {
		margin-left: 8px;
	}
	.radio-line-block .radio:nth-child(1) span:before,
	.radio-line-block .radio:nth-child(3) span:before, .radio-line-block .radio:nth-child(2) span:before, .radio-line-block .radio:nth-child(2) input, .radio-line-block .radio:nth-child(2) span,
	.radio-line-block .radio:nth-child(4) span:before {
		left: 0;
	}
	.radio-line-block .radio:nth-child(4):hover input ~ span:after, .radio-line-block .radio:nth-child(4) input:not(checked) ~ span:after, .radio-line-block .radio:nth-child(4) input:checked ~ span:after {
		left: 2px;
	}
	.radio-line-block .radio input:not(checked) ~ span:after,
	.radio-line-block .radio:nth-child(2):hover input ~ span:after, .radio-line-block .radio:nth-child(2) input:not(checked) ~ span:after, .radio-line-block .radio:nth-child(2) input:checked ~ span:after,
	.radio-line-block .radio:nth-child(3):hover input ~ span:after, .radio-line-block .radio:nth-child(3) input:not(checked) ~ span:after, .radio-line-block .radio:nth-child(3) input:checked ~ span:after {
		left: 0;
	}
	.radio-line-block .radio:nth-child(3):hover input ~ span:after, .radio-line-block .radio:nth-child(3) input:not(checked) ~ span:after, .radio-line-block .radio:nth-child(3) input:checked ~ span:after {
		margin-left: 8px;
	}

	.one-item-header, .one-item-desc-main, .one-item .about-mission, .one-item-quest {
		padding-left: 30px;
		padding-right: 30px;
	}
	.radio-line-block .radio span {
		padding-left: 60px;
		padding-top: 20px;
	}
	.one-item-header h1 {
		font-size: 40px;
	}
	.one-item-desc-main p {
		font-size: 24px;
	}
	.one-item-cover {
		margin: 100px auto 150px;
	}
	.one-item-number .number {
		margin-left: 0;
		letter-spacing: 10px;
		font-size: 34vw;
	}
	.one-item-number .number-desc {
		width: 100%;
		font-size: 18px;
	}
	.one-item-main-image {
		margin-top: 100px;
	}
	.one-item-task {
		margin-left: 30px;
		margin-right: 30px;
		width: calc(100vw - 60px);
	}
	.one-item .about-mission h3 {
		font-size: 28px;
	}
	.two-number {
		padding: 0 30px 180px 30px;
	}
	.one-item-quest {
		width: calc(100vw - 60px);
	}
	.one-item-mobile {
		padding: 170px 30px 0 30px;
		margin: 0 auto 100px;
	}
	.one-item-mobile-img img {
		width: 100%;
	}
	.one-item-mobile-text {
		max-width: calc(100vw - 60px);
	}
	.one-item-mobile-header {
		margin: -150px 0 30px 0;
	}
	.one-item-mobile-screen {
		margin-left: 0;
		font-size: 28px;
	}
	.mobile .about-reviews-container {
		padding: 0 30px 150px 30px;
	}
	.swiper-container-reviews .about-review-photo {
		width: 100%;
	}
	.about-review-text-name {
		line-height: 36px;
		font-size: 32px;
	}
	.about-review-text-text {
		margin-top: 20px;
		font-size: 18px;
	}
	.clients-start {
		padding-left: 30px;
		padding-right: 30px;
	}
	.services-sites-desc-container h3, .clients-why-content h3, .services-sites-stage h3,
	.about-reviews-container h3, .about-awards h3 {
		font-size: 34px;
	}
	.services-sites-desc-container p {
		font-size: 18px;
	}
	.clients-page .services-sites-desc-container {
		padding: 100px 30px 150px 30px;
	}
	.services-sites-desc-container p {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.clients-why-block-icon {
		padding: 30px 20px 30px 30px;
	}
	.clients-why-block-text {
		width: calc(100% - 150px);
	}
	.clients-why-block-text-desc {
		padding: 0 10px;
		font-size: 16px;
		width: calc(100% - 20px);
	}
	.clients-container {
		padding: 100px 30px 150px 30px;
	}
	.about-review-text-name {
		font-size: 24px;
	}
	.clients-text.what-next {
		padding-left: 30px;
		padding-right: 30px;
	}
	.clients-text p {
		font-size: 16px;
	}
	.clients-text p i {
		margin-top: -12px;
	}
	.clients-text p i img {
		max-width: 35px;
	}
	.clients-text h2, section.services-sites-header h1 {
		font-size: 28px;
	}
	.about-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-agency-container {
		padding: 100px 30px 150px 30px;
	}
	.about-agency-container .description {
		font-size: 18px;
	}
	.swiper-container {
		width: calc(300vw + 210px);
		left: calc(-100vw);
		margin-left: -140px !important;
	}
	.about-team-container {
		padding: 100px 30px 150px 30px;
	}
	.about-team-list .team-item {
		width: 100%;
	}
	.about-team-list .team-item:nth-of-type(even) {
		margin-left: 0;
	}
	.about-team-list .team-item {
		margin: 20px 10px 35px 10px;
	}
	.about-showreel-container {
		padding: 100px 0;
	}
	.about-showreel-container h3 {
		padding: 0 30px;
	}
	.about-mission {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 100px;
	}
	.about .about-left p, .about-mission .small-text {
		font-size: 16px;
	}
	.about .about-left p i img, .about-mission .small-text i img {
		max-width: 35px;
	}
	.about-mission .small-text i {
		margin-top: -14px;
	}
	.about-mission h3 {
		font-size: 28px;
	}
	.about-page .clients-why h3 {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 34px;
		margin: 0 auto 30px auto;
	}
	.about-page .services {
		padding: 50px 30px 150px 30px;
	}
	.services-container .description p {
		font-size: 18px;
	}
	.services-item .services-item-desc {
		font-size: 28px;
	}
	.about-awards-container {
		padding: 50px 30px 150px 30px;
	}
	.awards-block .awards-block-list li .awards-block-site {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	.awards-block-site a {
		font-size: 18px;
	}
	.awards-block .awards-block-name .awards-block-name-text {
		font-size: 24px;
	}
	.about-awards h3 i img {
		max-width: 35px;
	}
	.about-awards h3 {
		margin-bottom: 15px;
	}
	.awards-block-site a {
		margin-top: 0;
	}
	.awards-block .awards-block-list li .awards-block-item {
		width: 85%;
	}
	.contacts-block-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 18vh;
	}
	.vacancy-block-content {
		padding: 18vh 30px 150px 30px;
	}
	.vacancy-list {
		margin-left: 20px;
	}
	.vacancy-item-name i {
		position: absolute;
		left: -20px;
		top: 2px;
	}
	.vacancy-item-name {
		font-size: 20px;
	}
	.vacancy-item span {
		font-size: 16px;
	}
	.vacancy-item-name i.emoji {
		top: -3px;
		max-width: 28px;
		right: -34px;
	}
	.vacancy-left {
		margin-bottom: 100px;
	}
	.clients-why-block-text-header {
		font-size: 22px;
	}
	.about-page .clients-why-content {
		padding: 0 30px 150px 30px;
	}
	.clients-text {
		padding: 30px;
	}
	.vacancy-all h3 {
		font-size: 34px;
		margin-bottom: 25px;
	}
	.vacancy-item-desc-block-list {
		font-size: 18px;
	}
	section.services-sites-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.clients-why-content {
		padding: 150px 30px 100px 30px;
	}
	.services-sites-stage-container {
		padding: 100px 30px 0 30px;
	}
	.services-page .works .works-container {
		padding: 100px 30px 150px 30px;
	}
	.services-sites-desc-container {
		padding: 100px 30px 150px 30px;
	}
	.works-main-name {
		display: block;
		width: 100%;
		font-size: 30px;
	}
	.works-main-title {
		width: 100%;
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}
	.works-main-awards {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.works-award-main svg, .works-award-main img {
		width: 9vw;
	}
	.works-main-awards {
		margin-top: 15px;
	}
	.works-award-main svg, .works-award-main img {
		width: 10vw;
		margin-right: -4vw;
	}
	.works .works-item {
		margin: 0;
	}
	.team-container {
		padding: 100px 30px 150px 30px;
	}
	.swiper-container {
		width: calc(100% + 60px);
		left: -30px;
		margin-left: 0 !important;
	}
	.swipe-text {
		margin-top: -45px;
		right: 15px;
	}
	.swipe-text-span {
		font-size: 26px;
	}
	.swipe-text .arrow {
		width: 50px;
		margin-top: 20px;
	}
	.swipe-text .arrow:before {
		width: 15px;
		margin-top: -5px;
		margin-left: 37px;
	}
	.swipe-text .arrow:after {
		width: 15px;
		height: 2px;
		margin-top: 8px;
		margin-left: 37px;
	}
	.main-page .services h3, .main-page .team h3 {
		font-size: 16px;
	}
	.main-page .services-container .description p {
		max-width: 100%;
		font-size: 30px;
	}
	.services-need-block {
		width: 100%;
	}
	.services-item {
		width: calc(100% - 40px);
	}
	.menu-list sup {
		margin-left: -17px;
	}
	.works-page .works-item.part, .works-page .works-item.part-small {
		width: 100%;
	}
	.works-page .works-item:nth-child(3), .works-page .works-item:nth-child(6) {
		margin-left: 0;
	}
	.works-page .works-item.part, .works-page .works-item.part-small, .works-page .works-item.big {
		margin-bottom: 15%;
	}
	.works-award-item {
		position: initial;
		margin-left: 4vw;
	}
	.works-award-item svg {
		width: 9vw;
		margin-left: -4vw;
	}
	.works-award-item img {
		width: 9vw;
		margin-left: -4vw;
	}
	.works .works-award {
		margin-top: 10px;
	}
	.services-sites-desc-container h3, .clients-why-content h3, .services-sites-stage h3, .about-reviews-container h3, .about-awards h3,
	.about-agency-container h3, .about-team-container h3, .clients h3, .works h3, .team h3, .services h3, .about-showreel-container h3 {
		font-size: 16px;
	}
	.services-container .description p,
	.about-awards p,
	.about-team .description p,
	.about-agency-container .description p,
	.services-sites-desc-container p,
	.clients .clients-container p.clients-header {
		font-size: 30px;
		max-width: 100%;
	}
	.clients-start {
		padding-bottom: 120px;
	}
	.clients-text h2 {
		max-width: 100%;
	}
	.contacts-block-content {
		padding-top: 26vh;
	}
	.contacts-block-content ul li {
		margin: 0 17px 20px 0;
	}
	.contacts-block {
		padding-bottom: 120px;
	}
	.emblem {
		width: 65vw;
		height: 65vw;
		top: 56vh;
	}
	.contacts-right,
	.contacts-left {
		width: calc(100% - 60px);
		padding: 100px 30px 0;
	}
	.contacts-city h2 a.link {
		color: #CA171F;
	}
	.contacts-city h2 a.link:before,
	.contacts-city h2 a.link:after {
		display: none;
	}
	.contacts-city h2 a:nth-child(2) {
		margin-top: 10px;
	}
	.contacts-city h1 {
		font-size: 30px;
		max-width: calc(100% - 60px);
		margin-left: 30px;
		margin-top: 120px;
	}
	.events-item-header-date b {
		margin-left: 5px;
		font-size: 13px;
	}
	.contacts-page .content-block h3 {
		margin-bottom: 0;
	}
	.vacancy-right h2 {
		font-size: 30px;
	}
	.events-list {
		padding: 26vh 30px 240px 30px;
	}
	.events-item-header-date {
		font-size: 16px;
	}
	.notice {
		display: table;
		margin: 3px 0 0 0;
	}
	.events-item-text {
		max-width: 100%;
		font-size: 30px;
	}
	.events-item {
		margin-bottom: 120px;
	}
	.events-list h3 a:after, .events-item-text a:after,
	.events-list h3 a:before, .events-item-text a:before {
		display: none;
	}
	.events-item-text a, .events-list h3 a {
		text-decoration: underline;
	}
	.clients-text h2, section.services-sites-header h1 {
		font-size: 30px;
		max-width: 100%;
	}
	.graph .works-item.part, .sites .works-item.part, .sites .works-item.part-small {
		width: 100%;
	}
	.graph .works-item:nth-child(4), .sites .works-item:nth-child(4) {
		margin-left: 0;
	}
	.works-item.part, .works-item.part-small, .works-item.big {
		margin-bottom: 50px;
	}
	.graph.works .works-item:nth-child(6), .graph.works .works-item:nth-child(7) {
		margin-bottom: 0;
	}
	.graph .works-item.animate-block {
		margin-bottom: 50px;
	}
	.stories {
		padding: 40px 30px 30px 30px;
	}
}



.content__img {
	max-width: var(--img-maxwidth);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: transform;
	filter: var(--filter-img);
	visibility: hidden;
}

.content__img--full {
	width: 100%;
	height: 100%;
	background-size: cover;
}

@media screen and (min-width: 53em) {

	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem;
		pointer-events: none;
		grid-template-columns: 75% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'pagetitle github'
		'... ...'
		'title ...';
	}
	.frame__pagetitle {
		grid-area: pagetitle;
		margin: 0;
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
		font-weight: normal;
	}
	.frame__links {
		padding: 0;
		margin: 0 0 0 3rem;
		justify-self: end;
	}
	.frame__demos {
		margin: 0 0 0 3rem;
	}
	.frame__github {
		grid-area: github;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content, .contentnew {
		height: 100vh;
	}
}

@media only screen and (max-height: 645px) {
	.main h1, .loading-done .main h1 {
		font-size: 32px;
		top: 15vh;
	}

}





/* portfolio */
.work-area {
	margin: 0 auto;
	box-sizing: border-box;
}
._mobile {
	display: none;
}
.portfolio-page {
	color: #212121;
}
.portfolio-main {
	width: 100%;
	height: 100vh;
	display: flex;
}
.portfolio-main._my-bath {
	background: url("/images/my-bath/bg.png") center center no-repeat;
	background-size: cover;
	justify-content: center;
}
.portfolio-main._artel {
	background: url("/images/artel/bg.png") center center no-repeat;
	background-size: cover;
}
.portfolio-main._world {
	background: url("/images/world/bg.png") center center no-repeat;
	background-size: cover;
	align-items: flex-end;
	justify-content: space-between;
}
.portfolio-main._sugar {
	background: url("/images/sugar/bg.png") center center no-repeat;
	background-size: cover;
}
.portfolio-main._ot {
	background: url("/images/ot/bg.jpg") center center no-repeat;
	background-size: cover;
}
.portfolio-main._ot._ot-poli {
	background: url("/images/ot/bg2.png") center center no-repeat;
	background-size: cover;
}
.portfolio-main h1 {
	align-self: flex-start;
	padding: 12px 24px;
	font-size: 3.9vw;
	background-color: #ffffff;
}
.portfolio-main._my-bath h1 {
	align-self: flex-start;
	margin: 260px 0 0;
}
.portfolio-main._artel h1 {
	align-self: flex-end;
	margin: 0 0 120px 160px;
	max-width: 720px;
}
.portfolio-main._world h1 {
	align-self: flex-end;
	margin: 0 0 120px 160px;
	min-width: 486px;
}
.portfolio-main._sugar h1 {
	align-self: flex-end;
	margin: 0 0 120px 160px;
	text-align: center;
}
.portfolio-main._ot h1 {
	align-self: flex-end;
	margin: 0 0 120px 160px;
	width: 585px;
	text-align: center;
}
.portfolio-p {
	font-size: 20px;
	line-height: 30px;
}
.portfolio-p_big {
	font-size: 24px;
	line-height: 160%;
}
.portfolio-title {
	font-size: 64px;
	line-height: 78px;
	margin: 0;
	font-family: 'blblack';
}
.portfolio-title._blue {
	color: #71CBD0;
}
.portfolio-title._brown {
	color: #CAAF8A;
}
.portfolio-title._mir {
	color: #2171c8;
}
.portfolio-title._sugar {
	color: #8B85BF;
}
.portfolio-title._white {
	color: #FFFFFF;
}
.portfolio-title._ot {
	color: #1949DC;
}
.portfolio-title._small {
	font-size: 56px;
	line-height: 110%;
}


.portfolio-sections {
	padding: 96px 96px 0;
}
.portfolio-section__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 48px;
	border-bottom: 1px solid #d3d3d3;
}
.portfolio-section__left {
	display: flex;
	flex-direction: column;
	margin-right: 80px;
	max-width: 650px;
}
.portfolio-section__left h2 {
	margin: 8px 0;
	font-size: 40px;
	line-height: 49px;
}
.portfolio-section__tags {
	display: flex;
	opacity: 0.4;
}
.portfolio-section__tagsItem {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-right: 8px;
}
.portfolio-section__link {
	font-size: 18px;
	color: #0874D9;
	position: relative;
	width: fit-content;
	width: -moz-fit-content;
	text-decoration: none;
}
.portfolio-section__link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #0874D9;
	transition: all .3s;
}
@media (min-width: 768px) {
	.portfolio-section__link:hover:after {
		bottom: -4px;
		background-color: transparent;
	}
}
.portfolio-section__container .portfolio-p {
	max-width: 720px;
	padding-right: 48px;
	margin: 0;
}


.portfolio-screen {
	margin: 147px 0 245px;
	width: 100%;
	position: relative;
}
.portfolio-bg {
	margin-top: 47px;
	width: 100%;
	height: calc(100% + 130px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.portfolio-screen__container {
	padding: 0 90px;
	box-sizing: content-box;
}
.portfolio-img {
	max-width: 100%;
	position: relative;
}
.portfolio-img:after {
	content: '';
	position: absolute;
	top: 41px;
	left: 32px;
	width: calc(100% - 64px);
	height: calc(100% - 46px);
	background: #2B1D14;
	filter: blur(30px);
	z-index: -1;
}
.portfolio-img img {
	width: 100%;
}
.portfolio-screen__container span {
	margin-top: 48px;
	font-size: 44px;
	color: #ffffff;
	display: block;
}


.portfolio-block {
	padding: 0 180px 0 380px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.portfolio-block__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 64px;
}
.portfolio-block .portfolio-p_big {
	max-width: 1200px;
	margin: 24px 0 64px;
}
.portfolio-block__img {
	margin-top: 16px;
	align-self: flex-end;
	max-width: 1200px;
	width: 89%;
}
.portfolio-block__img img {
	max-width: 100%;
}
.portfolio-block__svg {
	position: absolute;
	left: 0;
	bottom: 140px;
	width: 25%;
}


.portfolio-action {
	margin: 96px auto 187px;
	padding-right: 160px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.portfolio-action__img {
	max-width: 1120px;
	margin-right: 120px;
	width: 65%;
}
.portfolio-action__container {
	display: flex;
	flex-direction: column;
	position: relative;
}
.portfolio-action__container .portfolio-p {
	max-width: 520px;
	margin-top: 24px;
}
.portfolio-action__bubble {
	position: absolute;
	top: -294px;
	left: -213px;
	z-index: 1;
}
@-moz-document url-prefix() {
	.portfolio-action__bubble, .portfolio-gray__bubble, .portfolio-products__bubble, .portfolio-block__bubble {
		mix-blend-mode: difference;
	}
}


.portfolio-gray {
	position: relative;
}
.portfolio-gray:after {
	content: '';
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	background: #F6F6F6;
	z-index: -3;
}
.portfolio-gray__bubble {
	position: absolute;
	bottom: -240px;
	left: 0;
	z-index: 1;
}
.portfolio-gray .portfolio-p_big {
	padding: 0 340px 0 380px;
	margin: 0 auto 64px;
}
.portfolio-gray__container {
	display: flex;
	justify-content: space-between;
}
.portfolio-gray__content:first-child {
	margin-right: 48px;
	min-width: 43.125%;
	width: 43.125%;
}
.portfolio-gray__content img {
	width: 100%;
	margin-bottom: 32px;
	box-shadow: 8px 6px 16px rgba(14, 92, 98, 0.08);
}
.portfolio-gray__content span {
	font-size: 24px;
	padding-left: 65px;
	line-height: 120%;
	color: #444444;
	display: block;
}


.portfolio-interface {
	margin: 64px auto 74px;
}
.portfolio-interface .portfolio-block__img {
	align-self: flex-start;
	margin-left: -300px;
}
.portfolio-interface .portfolio-block__svg {
	right: 0;
	left: unset;
}


.portfolio-states {
	margin-bottom: 64px;
	display: flex;
}
.portfolio-states img {
	max-width: 100%;
}
.portfolio-states .portfolio-title {
	max-width: 575px;
	margin: 0 auto 16px;
}
.portfolio-states__left {
	margin-left: 48px;
	width: 48%;
	max-width: 856px;
}
.portfolio-states__right {
	width: 52%;
	max-width: 1016px;
}
.portfolio-states__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.portfolio-states__container img {
	width: 50%;
}


.portfolio-products {
	position: relative;
}
.portfolio-products-bg {
	position: absolute;
	top: 358px;
	left: 0;
	width: 100%;
	max-height: 1064px;
	z-index: -1;
}
.portfolio-products__title {
	padding-left: 160px;
}
.portfolio-products__container {
	display: flex;
	margin-top: 56px;
}
.portfolio-products__left {
	width: calc(50% - 16px);
	margin-right: 32px;
}
.portfolio-products__right {
	width: calc(50% - 16px);
}
.portfolio-products__container img {
	max-width: 100%;
	box-shadow: 4px 2px 20px rgba(14, 92, 98, 0.12);
}
.portfolio-products__text {
	margin: 32px 0 96px;
	padding-left: 64px;
	display: block;
	font-size: 24px;
	line-height: 120%;
	color: #444444;
}
.portfolio-products__text._white {
	color: #FFFFFF;
}
.portfolio-products__block {
	max-width: 520px;
	margin-top: 120px;
	margin-bottom: 96px;
	padding-left: 160px;
	position: relative;
}
.portfolio-products__bubble {
	position: absolute;
	left: 0;
	top: -270px;
	z-index: 1;
}


.portfolio-container {
	padding: 0 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.portfolio-container__left {
	max-width: 840px;
	width: 55%;
	margin-right: 48px;
}
.portfolio-container__right {
	max-width: 712px;
	width: 47%;
}


.portfolio-mobile {
	margin-bottom: 194px;
	position: relative;
}
.portfolio-mobile .portfolio-block {
	position: relative;
}
.portfolio-block__bubble {
	position: absolute;
	left: -220px;
	top: -155px;
	z-index: 1;
}
.portfolio-mobile__container {
	margin: 16px 0 64px;
	padding: 0 160px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.portfolio-mobile__item {
	max-width: 320px;
	width: calc((100% - 300px)/4);
}
.portfolio-mobile__item img {
	max-width: 100%;
	box-shadow: 4px 6px 20px rgba(14, 92, 98, 0.12);
}
.portfolio-mobile__item:not(:nth-of-type(4n)) {
	margin-right: 100px;
}
.portfolio-mobile__item:nth-of-type(-n + 4) {
	margin-bottom: 160px;
}
.portfolio-mobile__item:not(:nth-of-type(-n + 4)) {
	margin-bottom: 32px;
	max-height: 940px;
}
.portfolio-mobile-bg {
	position: absolute;
	bottom: -130px;
	left: 0;
	width: 100%;
	height: 1064px;
	z-index: -1;
}
.portfolio-mobile__container span {
	font-size: 44px;
	color: #ffffff;
}


.portfolio-more {
	margin: 0 auto 120px;
	padding: 0 160px;
}
.portfolio-more__container {
	margin-top: 64px;
	display: flex;
}
.portfolio-more__item {
	max-width: 720px;
}
.portfolio-more__item:first-child {
	margin-right: 80px;
}
.portfolio-more__img {
	margin-bottom: 24px;
	width: 100%;
	max-height: 460px;
	position: relative;
}
.portfolio-more__img:after {
	content: '';
	position: absolute;
	top: 24px;
	left: 24px;
	width: calc(100% - 48px);
	height: calc(100% - 24px + 8px);
	background: #D9D9D9;
	filter: blur(20px);
	z-index: -1;
}
.portfolio-more__img img {
	max-width: 100%;
}
.portfolio-more__item span {
	font-size: 32px;
	color: #444444;
}
.portfolio-more__item .portfolio-p {
	margin-top: 8px;
}


.portfolio-footer {
	display: flex;
	margin: 0 auto 66px;
	max-width: 1728px;
	width: calc(100% - 192px);
	padding: 56px 64px;
	background: #F6F6F6;
}
.portfolio-footer__item {
	width: 191px;
	min-width: 191px;
}
.portfolio-footer__item:not(:last-child) {
	margin-right: calc((100% - 191px*5)/4);
}
.portfolio-footer__title {
	margin-bottom: 24px;
	font-size: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.portfolio-footer__title._blue {
	color: #71CBD0;
}
.portfolio-footer__title._brown {
	color: #CAAF8A;
}
.portfolio-footer__title._world {
	color: #38C7C5;
}
.portfolio-footer__title._sugar {
	color: #8B85BF;
}
.portfolio-footer__title._ot {
	color: #1949DC;
}
.portfolio-footer__item .portfolio-p {
	margin: 0;
	color: #3F3F3F;
}

.portfolio-mobile__container-swiper .swiper-pagination {
	bottom: 48px !important;
}
.portfolio-mobile__container-swiper .swiper-pagination-bullet-active {
	background: #44C7D0;
}


@media (max-width: 1600px) {
	.portfolio-section__container .portfolio-p {
		padding-right: 0;
	}
	.portfolio-title {
		font-size: 60px;
		line-height: 70px;
	}
	.portfolio-title._small {
		font-size: 50px;
	}
	.portfolio-p_big {
		font-size: 22px;
		line-height: 150%;
	}
	.portfolio-block {
		padding: 0 180px 0 280px;
	}
	.portfolio-action__img {
		margin-right: 60px;
	}
	.portfolio-action {
		margin: 64px auto 100px;
	}
	.portfolio-gray .portfolio-p_big {
		padding: 0 240px 0 280px;
	}

	.portfolio-interface .portfolio-block__img {
		margin-left: -220px;
	}

	.portfolio-mobile__container {
		padding: 0 100px;
	}
	.portfolio-mobile__item {
		width: calc((100% - 120px)/4);
	}
	.portfolio-mobile__item:not(:nth-of-type(4n)) {
		margin-right: 40px;
	}

	.portfolio-more {
		padding: 0 100px;
	}
}
@media (max-width: 1440px) {
	.portfolio-sections {
		padding: 96px 160px 0;
	}
	.portfolio-footer {
		width: calc(100% - 160px);
		padding: 32px 48px;
	}
	.portfolio-footer__item:not(:last-child) {
		margin-right: 32px;
		margin-bottom: 48px;
	}
}
@media (max-width: 1200px) {
	.portfolio-title {
		font-size: 50px;
		line-height: 56px;
	}
	.portfolio-title._small {
		font-size: 48px;
	}
	.portfolio-sections {
		padding: 64px 80px 0;
	}
	.portfolio-section__left {
		margin-right: 40px;
	}
	.portfolio-section__left h2 {
		font-size: 30px;
		line-height: 110%;
	}
	.portfolio-p {
		font-size: 18px;
		line-height: 160%;
	}
	.portfolio-screen {
		margin: 64px 0 160px;
	}
	.portfolio-bg {
		height: calc(100% + 64px);
	}
	.portfolio-screen__container {
		padding: 0 80px;
	}
	.portfolio-main._world h1 {
		margin: 0 0 120px 80px;
	}

	.portfolio-block {
		padding: 0 80px 0 80px;
	}
	.portfolio-action {
		padding-right: 80px;
	}

	.portfolio-gray .portfolio-p_big {
		padding: 0 156px 0 180px;
	}
	.portfolio-footer {
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}
	.portfolio-mobile__item:nth-of-type(-n + 4) {
		margin-bottom: 160px;
	}
}
@media (max-width: 768px) {
	._not-mobile {
		display: none !important;
	}
	._mobile {
		display: block !important;
	}
	.portfolio-main h1 {
		padding: 12px 0;
		font-size: 30px;
		text-align: center;
	}
	.portfolio-main._my-bath h1 {
		margin: 110px 16px 0;
	}
	.portfolio-title {
		font-size: 36px;
		line-height: 44px;
	}
	.portfolio-p_big {
		font-size: 18px;
		line-height: 160%;
	}
	.portfolio-title._small {
		font-size: 32px;
	}

	.portfolio-sections {
		padding: 64px 16px 0;
	}
	.portfolio-section__container {
		flex-direction: column;
		padding-bottom: 32px;
	}
	.portfolio-section__left {
		margin-right: 0;
		margin-bottom: 32px;
		max-width: 100%;
	}

	.portfolio-screen {
		margin: 64px 0 48px;
	}
	.portfolio-bg {
		display: none;
	}
	.portfolio-screen__container {
		padding: 0;
	}
	.portfolio-screen__container span {
		margin: 16px 0 0 16px;
		font-size: 20px;
		color: #212121;
	}

	.portfolio-block {
		padding: 0 16px 0;
	}
	.portfolio-block .portfolio-p_big {
		margin: 16px 0 0;
	}
	.portfolio-block__svg {
		display: none;
	}
	.portfolio-block__img {
		align-self: flex-start;
		margin-top: 48px;
		width: calc(100% + 32px);
		margin-left: -16px;
	}

	.portfolio-action {
		margin: 48px auto 40px;
		padding-right: 0;
		flex-direction: column;
	}
	.portfolio-action__img {
		margin-right: 0;
		width: 100%;
	}
	.portfolio-action__bubble svg {
		width: 320px;
		height: 320px;
	}
	.portfolio-action__container {
		width: 100%;
		margin: 48px auto 0;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.portfolio-action__bubble {
		top: -116px;
		left: 0;
	}
	.portfolio-action__bubble svg, .portfolio-gray__bubble svg, .portfolio-products__bubble svg, .portfolio-block__bubble svg {
		width: 320px;
		height: 320px;
	}

	.portfolio-gray .portfolio-p_big {
		padding: 0 16px;
	}
	.portfolio-gray__container {
		flex-direction: column;
	}
	.portfolio-gray__content:first-child {
		margin-right: 0;
		min-width: 100%;
		width: 100%;
	}
	.portfolio-gray__content img {
		margin-bottom: 16px;
	}
	.portfolio-gray__content span {
		font-size: 20px;
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
		line-height: 24px;
		color: #444444;
	}
	.portfolio-gray__content {
		margin-bottom: 48px;
	}
	.portfolio-gray__bubble {
		bottom: -120px;
		left: 0;
	}

	.portfolio-interface {
		margin: 16px auto 48px;
	}
	.portfolio-interface .portfolio-block__img {
		margin-left: -16px;
	}

	.portfolio-states {
		margin-bottom: 48px;
		flex-direction: column;
	}
	.portfolio-states__left, .portfolio-states__right {
		margin-left: 0;
		width: 100%;
	}
	.portfolio-states .portfolio-title {
		max-width: 100%;
		margin: 0 16px 16px;
	}
	.portfolio-states__container {
		flex-direction: column;
	}
	.portfolio-states__container img {
		width: 100%;
	}

	.portfolio-products__title {
		padding: 0 16px;
	}
	.portfolio-products__container {
		flex-direction: column;
		margin-top: 16px;
	}
	.portfolio-products__left, .portfolio-products__right {
		width: 100%;
		margin-right: 0;
	}
	.portfolio-products-bg {
		display: none;
	}
	.portfolio-products__text {
		margin: 16px 16px 48px;
		padding-left: 0;
		font-size: 20px;
		line-height: 24px;
		color: #212121;
	}
	.portfolio-products__text._white {
		color: #212121;
	}
	.portfolio-products__block {
		margin-top: 64px;
		margin-bottom: 48px;
		padding: 0 16px;
	}
	.portfolio-container {
		margin-top: 40px;
		padding: 0;
		flex-direction: column;
	}
	.portfolio-block__bubble {
		left: 0;
		top: -155px;
	}
	.portfolio-container__left, .portfolio-container__right {
		width: 100%;
		margin-right: 0;
	}

	.portfolio-mobile {
		margin: 64px 0 0;
		overflow: hidden;
	}
	.portfolio-mobile__container {
		padding: 0 16px;
		margin: 48px 0 0;
	}
	.portfolio-mobile__container span {
		margin-top: -113px;
		font-size: 20px;
		color: #212121;
	}
	.portfolio-mobile__item {
		width: 100%;
		margin: 0 auto 88px !important;
	}
	.portfolio-mobile__container-swiper._two .portfolio-mobile__item {
		margin: 0 auto 124px !important;
	}
	.portfolio-mobile-bg {
		bottom: 165px;
		height: 886px;
		width: unset;
	}

	.portfolio-more {
		padding: 0 16px;
		margin: 0 auto 16px;
	}
	.portfolio-more__container {
		margin-top: 32px;
		flex-direction: column;
	}
	.portfolio-more__item:first-child {
		margin-right: 0;
	}
	.portfolio-more__img {
		margin-bottom: 16px;
	}
	.portfolio-more__item span {
		font-size: 24px;
	}
	.portfolio-more__item .portfolio-p {
		margin: 8px 0 32px;
	}
	.portfolio-footer {
		/*margin: 0;*/
		padding: 48px 16px;
	}
	.portfolio-footer__title {
		margin-bottom: 8px;
	}
}


/* artel */
.artel-work {
	padding: 0 160px;
	margin-bottom: 96px;
}
.artel-work img {
	max-width: 100%;
}
.artel-work__container {
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.artel-work__container:after {
	content: '';
	position: absolute;
	bottom: -58px;
	left: -160px;
	background: url("/images/artel/flinders.png") no-repeat center center;
	background-size: contain;
	max-width: 997px;
	width: 52vw;
	height: 540px;
}
.portfolio-artel-work__left {
	max-width: 680px;
	width: 45%;
	margin-right: 56px;
}
.artel-work__right {
	max-width: 864px;
	width: 55%;
	display: flex;
	flex-direction: column;
}
.artel-work__right img:first-child {
	margin-bottom: 56px;
}


.artel-words {
	padding: 0 243px 0 189px;
	max-width: 1288px;
	margin: 24px auto 160px;
}
.artel-words__container {
	padding: 54px 104px 64px;
	max-width: 1288px;
	background: #FAF4EF;
	position: relative;
}
.artel-words__container:after {
	content: '';
	position: absolute;
	top: 56px;
	left: 24px;
	width: calc(100% - 48px);
	height: calc(100% - 56px + 8px);
	background: #2B1D14;
	opacity: 0.16;
	filter: blur(32px);
	z-index: -1;
}
.artel-words__container:before {
	content: '';
	position: absolute;
	top: -29px;
	left: -29px;
	background: url("/images/artel/quotes.png") no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 80px;
}
.artel-words__head {
	display: flex;
	align-items: flex-end;
}
.artel-words__head img {
	width: 96px;
	min-width: 96px;
}
.artel-words__title {
	margin-left: 24px;
}
.artel-words__title span {
	margin-bottom: 8px;
	display: block;
	font-size: 17px;
	line-height: 146.16%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #3F3F3F;
}
.artel-words__title p {
	display: block;
	font-size: 17px;
	font-weight: 300;
	line-height: 160%;
	color: #A5A5A5;
	margin: 0 0 8px;
}
.artel-words__text {
	margin: 48px 0 0;
	color: #444444;
	opacity: 0.8;
}


.artel-photos {
	display: flex;
	margin: 0 160px;
}
.artel-photos img:first-child {
	margin-right: 64px;
}
.artel-photos img {
	max-width: 700px;
	width: 44%;
	box-shadow: 0 4px 16px rgba(158, 158, 158, 0.25);
}
.artel-photos._right {
	justify-content: flex-end;
	margin: 64px 160px 75px;
}
.artel-photos-bottom {
	margin: 0 160px 96px;
	max-width: 1600px;
}
.artel-photos-bottom img {
	max-width: 100%;
}


.artel-hues {
	position: relative;
}
.artel-hues:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: -110px;
	max-width: 356px;
	min-width: 270px;
	width: 19vw;
	height: 346px;
	background: url("/images/artel/wood.png") no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.artel-hues__container img {
	max-width: 800px;
	width: 52%;
}
.artel-hues__container {
	display: flex;
	align-items: flex-start;
	margin: 0 240px 0 160px;
}
.artel-hues__left {
	max-width: 540px;
	margin: 80px 10.5% 0 0;
	width: 48%;
}


.artel-concept {
	margin: 120px 0 90px;
	position: relative;
}
.artel-concept-bg {
	position: absolute;
	top: 24px;
	bottom: 24px;
	width: 100%;
	max-height: 900px;
	height: calc(100% - 52px - 32px);
	z-index: -1;
}
.artel-concept__container {
	padding: 0 160px;
	position: relative;
}
.artel-concept__container:after {
	content: '';
	position: absolute;
	top: -234px;
	right: 250px;
	max-width: 338px;
	width: 18vw;
	height: 301px;
	background: url("/images/artel/wood2.png") no-repeat center center;
	background-size: contain;
	z-index: 1;
}
.artel-concept__item {
	display: flex;
}
.artel-concept__item._right {
	justify-content: flex-end;
}
.artel-concept__item img {
	max-width: 736px;
	width: 46%;
	margin-bottom: 32px;
}
.artel-concept__item img:first-child {
	margin-right: 32px;
}


.artel-pages {
	padding-bottom: 176px;
	position: relative;
	overflow: hidden;
}
.artel-pages-bg {
	position: absolute;
	top: 212px;
	left: 0;
	width: 100%;
	max-height: 1080px;
	z-index: -1;
}
.artel-pages .portfolio-title {
	padding-left: 160px;
	margin: 0 auto;
}
.artel-pages__container {
	display: flex;
	padding: 0 258px 0 160px;
}
.artel-pages__item {
	max-width: 471px;
	width: calc((100% - 94px)/3);
	margin-top: 95px;
	position: relative;
	height: fit-content;
	height: -moz-fit-content;
}
.artel-pages__item:not(:last-of-type) {
	margin-right: 47px;
}
.artel-pages__item img{
	max-width: 100%;
	box-shadow: 4px 6px 16px rgba(98, 59, 14, 0.08);
}
.artel-pages__item:nth-of-type(2) {
	margin-top: 49px;
}
.artel-pages__item:nth-of-type(2):after {
	content: '';
	position: absolute;
	bottom: -120px;
	right: -200px;
	background: url("/images/artel/wood3.png") no-repeat center center;
	background-size: contain;
	max-width: 351px;
	width: 19vw;
	height: 275px;
	z-index: 1;
}
.artel-pages__item:nth-of-type(3):after {
	content: '';
	position: absolute;
	bottom: -478px;
	left: -200px;
	background: url("/images/artel/flinders.png") no-repeat center center;
	background-size: contain;
	max-width: 997px;
	width: 52vw;
	height: 540px;
	z-index: 1;
}

.artel-concept__container-swiper, .artel-pages__container-swiper, .sugar-mobile-swiper {
	display: none;
}

@media (max-width: 1200px) {
	.portfolio-main._artel h1 {
		margin: 0 auto 130px;
	}
	.artel-work, .artel-concept__container {
		padding: 0 80px;
	}
	.artel-work__container {
		margin-top: 19px;
	}
	.portfolio-artel-work__left {
		margin-right: 24px;
	}
	.artel-work__right img:first-child {
		margin-bottom: 24px;
	}
	.artel-words {
		padding: 0 80px 0 80px;
		margin: 24px auto 80px;
	}
	.artel-photos {
		margin: 0 80px;
	}
	.artel-photos._right {
		margin: 32px 80px 75px;
	}
	.artel-photos img:first-child {
		margin-right: 32px;
	}
	.artel-photos-bottom {
		margin: 0 80px 72px;
	}
	.artel-concept {
		margin: 80px 0 90px;
	}
	.artel-pages .portfolio-title {
		padding-left: 80px;
	}
	.artel-pages__container {
		padding: 0 80px;
	}
	.artel-pages {
		padding-bottom: 120px;
	}
	.artel-hues__container {
		margin: 0 80px 0 120px;
	}
	.artel-hues__left {
		margin: 40px 30px 0 0;
		width: 48%;
	}
}
@media (max-width: 768px) {
	.portfolio-main._artel h1 {
		margin: 0 16px 40px;
	}
	.artel-work {
		padding: 0;
		margin: 40px 0 48px;
	}
	.artel-work__container {
		flex-direction: column;
	}
	.portfolio-artel-work__left, .artel-work__right {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.artel-work__right img:first-child {
		margin-bottom: 24px;
		margin-top: 19px;
	}
	.artel-work img {
		height: 264px;
		width: 100%;
		object-fit: cover;
	}
	.artel-work__container:after {
		bottom: -190px;
		left: -16px;
		max-width: 997px;
		width: 100vw;
		height: 415px;
	}

	.artel-words {
		padding: 0 8px 0;
		margin: 74px auto 64px;
	}
	.artel-words__container:before {
		top: -45px;
		left: 0;
		width: 74px;
		height: 74px;
	}
	.artel-words__container {
		padding: 32px 16px;
	}
	.artel-words__text {
		margin: 16px 0 0;
	}

	.artel-photos {
		margin: 0;
	}
	.artel-photos._right {
		margin: 32px 0 48px;
	}

	.artel-photos-bottom {
		margin: 48px 0;
	}
	.artel-photos-bottom img {
		margin: 0 auto;
	}
	.portfolio-screen._mobile-artel {
		margin: 24px 0 96px;
	}

	.artel-concept {
		margin: 64px 0 72px;
	}
	.artel-work, .artel-concept__container {
		padding: 0 16px;
	}

	.artel-concept__container-swiper, .artel-pages__container-swiper {
		display: block;
		padding-bottom: 48px !important;
	}
	.artel-concept__container-swiper .swiper-pagination-bullet-active, .artel-pages__container-swiper .swiper-pagination-bullet-active {
		background-color: #CAAF8A !important;
	}
	.artel-concept__container-swiper img {
		max-width: 100%;
	}
	.artel-concept__item {
		display: none;
	}
	.artel-concept__container:after {
		top: -104px;
		right: 0;
		width: 164px;
		height: 146px;
		background: url(/images/artel/wood2.png) no-repeat center center;
		background-size: contain;
		z-index: 1;
	}
	.artel-pages__container-swiper img {
		max-width: calc(100% - 128px);
		margin: 0 auto;
		display: block;
		box-shadow: 4px 6px 16px rgba(98, 59, 14, 0.08);
		position: relative;
	}
	.artel-pages__container-swiper:after {
		content: '';
		position: absolute;
		bottom: 30px;
		right: 0;
		background: url("/images/artel/wood3.png") no-repeat center center;
		background-size: contain;
		width: 200px;
		height: 156px;
		z-index: 1;
	}
	.artel-concept-bg {
		height: calc(100% - 52px - 5px);
	}

	.artel-pages .portfolio-title {
		padding-left: 8px;
	}
	.artel-pages__container {
		padding: 0;
		margin-top: 16px;
	}

	.artel-pages__item {
		display: none;
	}
	.artel-pages-bg {
		top: -30px;
		left: 0;
		width: unset;
		height: calc(100% - 32px - 100px);
	}
	.artel-pages {
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.artel-words__title span {
		font-size: 14px;
	}
	.artel-words__head img {
		width: 64px;
		min-width: 64px;
	}
	.artel-words__head {
		align-items: flex-start;
	}
	.artel-words__title {
		margin-left: 8px;
	}

	.artel-photos {
		flex-direction: column;
	}
	.artel-photos img:first-child {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.artel-photos img {
		width: 100%;
	}
	.artel-photos._right {
		margin: 24px 0 48px;
	}
	.artel-photos-bottom img {
		width: 100%;
		box-shadow: 0 4px 16px rgba(158, 158, 158, 0.25);
	}

	.artel-hues__container {
		flex-direction: column;
		margin: 0;
	}
	.artel-hues__left {
		margin: 0 auto 40px;
		width: calc(100% - 32px);
	}
	.artel-hues__container img {
		width: 100%;
	}
	.artel-hues:after {
		bottom: -103%;
		left: unset;
		right: 0;
		width: 200px;
		height: 260px;
		background-position: 500% 50%;
		z-index: 1;
	}
}


/* world */
.portfolio-main-container {
	display: flex;
	margin: 0 104px 120px 0;

}
.portfolio-main-container__item {
	padding: 0 56px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.portfolio-main-container__item:last-child {
	max-width: 240px;
}
.portfolio-main-container__item:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 14px;
	width: 1px;
	height: 85px;
	background-color: #ffffff;
	opacity: .4;
}
.portfolio-main-container__img {
	margin-bottom: 24px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.portfolio-main-container__text {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	opacity: .8;
	font-size: 14px;
}
.mir-work {
	display: flex;
	position: relative;
}
.mir-work__container {
	width: calc(50% - 20px);
	max-width: 780px;
	padding: 82px 20px 98px;
	background: #FFFFFF;
	box-shadow: 0 6px 24px rgba(1, 50, 101, 0.08);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.mir-work__container:not(:last-child) {
	margin-right: 40px;
}
.mir-work__container img {
	max-width: calc(100% - 40px);
}
.mir-work__content {
	width: 100%;
	display: flex;
	padding: 0 160px;
	margin-bottom: 80px;
}
.mir-work__img {
	position: absolute;
	left: 0;
	top: -138px;
	max-width: 305px;
	max-height: 272px;
	width: 15%;
}
.mir-work__cloud {
	position: absolute;
	left: 0;
	top: 60px;
	max-width: 85%;
}
.mir-work__air {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.mir-color {
	display: flex;
	align-items: center;
	margin-bottom: 120px;
}
.mir-color__img {
	width: 50%;
	max-width: 864px;
	margin-right: 130px;
}
.mir-color__img img {
	max-width: 100%;
}
.mir-color__right {
	max-width: 520px;
	margin-right: 66px;
}
.mir-color__percent {
	margin-top: 65px;
}
.mir-color__percent img {
	max-width: 100%;
}

.mir-main {
	padding: 66px 0 0 0;
	background: #fff;
}
.mir-main img {
	max-width: 100%;
}

.mir-micro {
	margin-bottom: 80px;
	background: #F6F6F6;
	position: relative;
	display: flex;
}
.mir-micro__left {
	max-width: 520px;
	margin-left: calc((100% - 1920px)/2 + 160px);
	margin-top: 160px;
}
.mir-micro__right {
	width: calc(100% - 360px);
	margin-left: -320px;
	max-width: 1560px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.mir-micro__map {
	width: 100%;
}
.mir-micro__slider {
	position: absolute;
	margin-top: 200px;
	max-width: calc(100% - 200px*2);
}
.mir-services {
	margin-top: 104px;
}
.mir-micro__ship {
	position: absolute;
	bottom: -380px;
	max-width: 660px;
	max-height: 1020px;
	width: 36%;
	right: 0;
}
.mir-micro__ship img {
	max-width: 100%;
}
.mir-icons {
	padding: 0 140px 78px 160px;

}
.mir-icons__container {
	margin-bottom: 54px;
	display: flex;
	align-items: flex-end;
}
.mir-icons__left {
	width: 520px;
}
.mir-icons__right {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.mir-icons__right .mir-icons__items {
	width: 142px;
	height: 142px;
}
.mir-icons__bottom {
	display: flex;
	justify-content: flex-end;
}
.mir-icons__bottom .mir-icons__items {
	width: 153px;
	height: 153px;
}
.mir-icons__items {
	margin-left: 9%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mir-icons__items img {
	max-width: 100%;
	max-height: 100%;
}

.mir-project {
	padding-top: 64px;
	/*background-color: #F6F6F6;*/
	position: relative;
}
.mir-project__bg {
	position: absolute;
	height: 42%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #F6F6F6;
	z-index: -1;
}
.mir-project__img {
	position: absolute;
	top: 23%;
	z-index: 3;
	max-width: 348px;
	max-height: 439px;
	width: 20%;
}
.mir-project__img img {
	width: 100%;
	object-fit: contain;
}
.mir-project__content {
	display: flex;
	position: relative;
}
.mir-project__left {
	width: 60%;
	margin-right: 72px;
	margin-top: 35px;
}
.mir-project__right {
	width: 40%;
}
.mir-project__center {
	width: 70%;
	position: absolute;
	top: 44%;
	left: 190px;
}
.mir-project__bottom {
	margin-top: -64px;
	width: 100%;
}
.mir-project__container img {
	width: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 1920px) {
	.mir-micro__left {
		margin-left: 160px;
	}
}
@media (max-width: 1440px) {
	.portfolio-main-container__item {
		padding: 0 40px;
	}
	.portfolio-main._world h1 {
		max-width: 370px;
		min-width: 370px;
	}
}
@media (max-width: 1200px) {
	.portfolio-main-container {
		display: none;
	}
	.mir-work__content {
		padding: 0 80px;
	}
	.mir-work__img {
		top: -64px;
	}
	.mir-color__img {
		margin-right: 40px;
	}
	.mir-main {
		margin: 40px auto 0;
	}
	.mir-micro {
		flex-direction: column;
	}
	.mir-micro__left {
		margin-left: 80px;
		margin-top: 40px;
	}
	.mir-micro__right {
		margin: 0 auto;
		align-items: flex-start;
		width: 100%;
	}
	.mir-micro__slider {
		margin-top: 100px;
		max-width: calc(100% - 80px*2);
	}
	.mir-micro__ship {
		bottom: -180px;
	}
	.mir-icons__container {
		flex-direction: column;
	}
	.mir-icons__left {
		align-self: flex-start;
	}
	.mir-icons {
		padding: 0 80px 78px 80px;
	}
	.mir-services {
		margin-top: 70px;
	}
}
@media (max-width: 768px) {
	.portfolio-main._world {
		justify-content: center;
	}
	.portfolio-main._world h1 {
		margin: 0 16px 24px;
		min-width: calc(100% - 32px);
	}
	.mir-work__img {
		top: -16px;
		width: 35%;
	}
	.mir-work__cloud {
		top: 24px;
	}
	.mir-work__content {
		padding: 0;
		margin: 80px 0 24px;
	}
	.mir-color {
		flex-direction: column;
		padding: 0 16px;
		margin-bottom: 36px;
	}
	.mir-color__img, .mir-color__right {
		margin-right: 0;
	}
	.mir-color__right {
		margin-top: 24px;
		max-width: 100%
	}
	.mir-color__percent {
		margin-top: 40px;
	}
	.mir-micro__left {
		margin-left: 16px;
		margin-right: 16px;
		max-width: 100%;
	}
	.mir-micro__slider {
		max-width: calc(100% - 16px*2);
	}
	.mir-icons {
		padding: 0 16px 44px 16px;
	}
	.mir-icons__left {
		width: 100%;
	}
	.mir-project {
		padding-top: 40px;
	}
	.mir-project__container {
		margin-top: 40px;
	}
	.mir-project__left {
		width: 60%;
		margin-right: 12px;
		margin-top: 10px;
	}
	.mir-project__img {
		top: 380px;
	}
	.mir-project__center {
		left: 30px;
	}
	.mir-project__bg {
		height: 53%;
	}
}
@media (max-width: 767px) {
	.mir-icons__right {
		justify-content: flex-end;
		margin-top: 24px;
	}
	.mir-icons__right .mir-icons__items, .mir-icons__bottom .mir-icons__items {
		width: 44px;
		height: 44px;
	}
	.mir-icons__bottom .mir-icons__items:first-child {
		margin-left: 0;
	}
	.mir-icons__items {
		margin-left: 6%;
	}
	.mir-work__img {
		top: -50px;
		width: 75%;
	}
	.mir-work__content {
		flex-direction: column;
	}
	.mir-work__container {
		width: 100%;
		padding: 40px 20px;
	}
	.mir-work__container:not(:last-child) {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.mir-color__img {
		width: calc(100% - 32px);
	}
	.mir-main {
		padding: 0;
	}
	.mir-micro {
		margin-bottom: 40px;
	}
	.mir-micro__ship {
		width: 55%;
		bottom: -130px;
		z-index: 1;
	}
	.mir-micro__map {
		width: 130%;
	}
	.mir-micro__right {
		overflow: hidden;
	}
	.mir-icons__container {
		margin-bottom: 18px;
	}
}


/* sugar */
.sugar-container {
	padding: 64px 0 48px;
	background-color: #F9F9F9;
}
.sugar-container__content {
	display: flex;
	justify-content: center;
}
.sugar-container__content .portfolio-main-container__img {
	filter: brightness(0);
}
.sugar-container__content .portfolio-main-container__item {
	border: none;
}
.sugar-container__content .portfolio-main-container__text {
	color: #212121;
	opacity: 0.24;
}
.sugar-first {
	margin: 16px auto 0;
}
.sugar-first img {
	max-width: 100%;
}

.sugar-draw {
	margin-top: -78px;
	padding-top: 174px;
	margin-bottom: 64px;
	background: linear-gradient(198.11deg, #B4B4F4 -20.77%, #9497DB 100.53%);
	overflow: hidden;
}
.sugar-draw__wrap {
	padding: 64px 0 0 160px;
}
.sugar-draw__container {
	display: flex;
}
.sugar-draw__container img {
	max-width: 100%;
}
.sugar-draw__container._top .sugar-draw__left {
	width: 45%;
	max-width: 736px;
}
.sugar-draw__container._top .sugar-draw__right {
	width: 55%;
	max-width: 1024px;
	margin-top: 100px;
}
.sugar-draw .portfolio-p_big, .sugar-draw .portfolio-p {
	color: #ffffff;
}
.sugar-draw .portfolio-p_big {
}
.sugar-draw__container._bottom {
	margin-top: 100px;
}
.sugar-draw__container._bottom .sugar-draw__left {
	width: 55%;
	max-width: 959px;
	margin-right: 7%;
}
.sugar-draw__container._bottom .sugar-draw__right {
	width: 45%;
	max-width: 1024px;
}
.sugar-draw__container._bottom .sugar-draw__right .portfolio-p {
	max-width: 520px;
	margin-right: 80px;
}
.sugar-draw__list {
	margin: -435px -115px 96px auto;
	display: block;
}

.sugar-block {
	display: flex;
	align-items: center;
	padding: 0 160px;
}
.sugar-block:first-child {
	margin-bottom: 80px;
}
.sugar-block__content._margin-right {
	margin-right: 56px;
}
.sugar-block__content._margin-left {
	margin-left: 56px;
}
.sugar-block__img {
	width: 64%;
	max-width: 1024px;
}
.sugar-block__img img {
	max-width: 100%;
	display: block;
}
.sugar-block__content {
	width: 36%;
	max-width: 520px;
}

.sugar-svg{
	margin-top: -130px;
	margin-bottom: 64px;
	position: relative;
}
.sugar-svg__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 97px);
	background: linear-gradient(198.11deg, #B4B4F4 -20.77%, #9497DB 100.53%);
	z-index: -1;
}
.sugar-svg__padding {
	padding: 216px 95px 0 160px;
}
.sugar-svg__container {
	display: flex;
}
.sugar-svg__wrap {
	display: flex;
	padding: 53px 24px;
}
.sugar-svg__item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sugar-svg__item:not(:last-child) {
	margin-right: 32px;
}
.sugar-svg__item img {
	max-width: 100%;
	object-fit: contain;
}
.sugar-svg .portfolio-p, .sugar-svg .portfolio-p_big {
	color: #ffffff;
}
.sugar-svg__text {
	color: #ffffff;
	margin: 30px 0 138px 64px;
	font-size: 24px;
}
.sugar-svg__content {
	display: flex;
}
.sugar-svg__content._first {
	margin-bottom: 89px;
	align-items: center;
}
.sugar-svg__content .sugar-svg__right {
	margin-left: -32px;
}
.sugar-svg__content img {
	max-width: 100%;
}
.sugar-svg__content .portfolio-p {
	max-width: 520px;
}
.sugar-svg__content .portfolio-p_big {
	max-width: 720px;
	margin-top: 32px;
}
.sugar-svg__left, .sugar-svg__right {
	width: 50%;
	max-width: 808px;
}
.sugar-svg__left {
	margin-right: 64px;
}
.sugar-svg__right._top {
	margin-top: 175px;
}
.sugar-svg__img {
	position: absolute;
	top: 20%;
	left: 46px;
	width: 176px;
	height: 126px;
	display: flex;
}
.sugar-svg__img img:first-child {
	position: absolute;
	top: 16px;
	left: 0;
}
.sugar-svg__img img:last-child {
	position: absolute;
	top: 0;
	right: 0;
}

.sugar-svg-info {
	margin-top: 64px;
}
.sugar-svg-info__container {
	display: flex;
	padding: 16px 0 0 240px;
}
.sugar-svg-info__container img {
	max-width: 100%;
}
.sugar-svg-info__left {
	width: 60%;
	max-width: 999px;
	margin-right: 32px;
}
.sugar-svg-info__right {
	margin-top: -258px;
	width: 40%;
	max-width: 672px;
}

.sugar-mobile__container {
	display: flex;
}
.sugar-mobile__img {
	width: calc((100% - 48px*2)/2);
}
.sugar-mobile__img img {
	max-width: 100%;
}
.sugar-mobile__img:not(:last-child) {
	margin-right: 48px;
}

@media (max-width: 1440px) {
	.sugar-svg {
		margin-top: -80px;
	}
	.sugar-svg__padding {
		padding: 110px 95px 0 160px;
	}
	.sugar-svg__img {
		top: 17%;
	}
}

@media (max-width: 1200px) {
	.portfolio-main._sugar h1 {
		margin: 0 0 40px 80px;
		width: 100%;
		max-width: 520px;
	}

	.sugar-draw__wrap {
		padding: 40px 0 0 80px;
	}
	.sugar-draw__container._bottom {
		margin-top: 0;
	}
	.sugar-draw__list {
		margin: -320px -115px 24px auto;
		display: block;
	}
	.sugar-block {
		padding: 0 80px;
	}
	.sugar-block__content._margin-right {
		margin-right: 24px;
	}
	.sugar-block__content._margin-left {
		margin-left: 24px;
	}
	.sugar-block__img {
		width: 56%;
	}
	.sugar-block__content {
		width: 44%;
	}
	.sugar-block:first-child {
		margin-bottom: 48px;
	}

	.sugar-svg {
		margin-top: -60px;
	}
	.sugar-svg__wrap {
		padding: 20px 8px;
	}
	.sugar-svg__img {
		top: 15%;
		transform: scale(0.8);
		transform-origin: top left;
	}
	.sugar-svg__item:not(:last-child) {
		margin-right: 12px;
	}
	.sugar-svg__padding {
		padding: 110px 40px 0 80px;
	}
	.sugar-svg-info__container {
		padding: 16px 0 0 80px;
	}
	.sugar-svg-info__right {
		margin-top: -170px;
	}
}

@media (max-width: 900px) {
	.portfolio-main._sugar {
		justify-content: center;
	}
	.portfolio-main._sugar h1 {
		margin: 0 16px 40px;
	}

	.sugar-draw {
		margin-top: 0;
		padding-top: 40px;
		margin-bottom: 48px;
	}
	.sugar-draw__wrap {
		padding: 24px 16px 0 16px;
	}
	.sugar-draw__container._top .sugar-draw__right {
		margin-top: 30px;
	}
	.sugar-draw__list {
		margin: -290px -100px 24px auto;
	}
	.sugar-draw__container._bottom .sugar-draw__left {
		margin-right: 0;
	}
	.sugar-draw__container._bottom .sugar-draw__right .portfolio-p {
		margin-right: 0;
	}
	.sugar-block {
		padding: 0 16px;
	}

	.sugar-svg {
		margin-top: 0;
	}
	.sugar-svg__padding {
		padding: 40px 16px 0;
	}
	.sugar-svg__img {
		top: 13.5%;
		transform: scale(0.5);
		left: 16px;
	}
	.sugar-svg__text {
		margin: 16px 0 108px 0;
		font-size: 20px;
	}
	.sugar-svg__content._first {
		margin-bottom: 25px;
	}
	.sugar-svg__right._top {
		margin-top: 80px;
	}
	.sugar-svg-info {
		margin-top: 48px;
	}
	.sugar-svg-info__container {
		padding: 16px 0 0 16px;
	}

	.sugar-mobile {
		padding-bottom: 64px;
	}
	.sugar-mobile .portfolio-bg {
		display: block;
		height: calc(100% - 68px);
	}
	.sugar-mobile__img:not(:last-child) {
		margin-right: 16px;
	}
}

@media (max-width: 767px) {
	.sugar-container {
		padding: 40px 0 80px;
	}
	.portfolio-main-container__item {
		margin-bottom: 80px;
	}
	.portfolio-main-container__item:last-child {
		margin: 0 auto;
	}
	.sugar-container__content {
		flex-direction: column;
	}

	.sugar-first {
		margin: 40px 0 0 -16px;
		width: calc(100% + 32px);
	}

	.sugar-draw__container {
		flex-direction: column;
	}
	.sugar-draw__container._top .sugar-draw__left,
	.sugar-draw__container._top .sugar-draw__right,
	.sugar-draw__container._bottom .sugar-draw__left,
	.sugar-draw__container._bottom .sugar-draw__right,
	.sugar-block__content,
	.sugar-svg__left,
	.sugar-svg__right {
		width: 100%;
	}
	.sugar-draw__container._bottom {
		flex-direction: column-reverse;
	}
	.sugar-draw__list {
		margin: -220px -17px 24px auto;
		transform: scale(0.7);
		transform-origin: bottom right;
		display: block;
	}

	.sugar-block {
		flex-direction: column;
	}
	.sugar-block:last-of-type {
		flex-direction: column-reverse;
	}
	.sugar-block__content._margin-right {
		margin-right: 0;
	}
	.sugar-block__img {
		margin-top: 22px;
		width: calc(100% + 32px);
	}
	.sugar-block__content._margin-left {
		margin-left: 0;
	}

	.sugar-svg {
		padding-bottom: 24px;
		margin-bottom: 35px;
	}
	.sugar-svg__container, .sugar-svg__content {
		flex-direction: column;
	}
	.sugar-svg__img {
		top: 400px;
	}
	.sugar-svg__left {
		margin-right: 0;
	}
	.sugar-svg__content .sugar-svg__right {
		margin-top: 30px;
		margin-left: 0;
	}
	.sugar-svg__content .portfolio-p_big {
		margin-top: 10px;
	}
	.sugar-svg__content img {
		max-width: calc(100% + 32px);
		margin-left: -16px;
		width: calc(100% + 32px);
	}
	.sugar-svg-info__right {
		display: none;
	}
	.sugar-svg-info__left {
		width: 100%;
		margin-right: 0;
	}
	.sugar-svg-info__container {
		padding: 16px 0 0;
	}
	.sugar-svg__bg {
		height: 100%;
	}

	.sugar-mobile {
		margin-top: 35px;
		overflow: hidden;
		margin-bottom: 0;
	}
	._sugar-not-mobile {
		display: none !important;
	}
	.sugar-mobile-swiper {
		display: block;
		/*padding: 0 16px !important;*/
	}
	.sugar-mobile-swiper img {
		max-width: 100%;
	}
	.sugar-mobile .portfolio-bg {
		width: unset;
		margin-top: 0;
		height: calc(100% - 200px);
	}
	.sugar-mobile .swiper-pagination {
		display: flex;
		justify-content: center;
	}
	.sugar-mobile .swiper-pagination .swiper-pagination-bullet-active {
		background: #8B85BF;
	}
}


/* ot */
.ot-initial {
	padding: 0 104px 0 160px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.ot-initial__tool {
	position: absolute;
	top: 22%;
	left: 0;
	max-width: 600px;
	width: 32%;
	max-height: 887px;
}
.ot-initial__container {
	width: 50%;
	max-width: 820px;
}
.ot-initial__container .portfolio-p_big {
	padding-left: 64px;
}
.ot-initial__container img {
	max-width: 100%;
}
.ot-initial__container._one {
	width: calc(50% - 16px);
	margin-bottom: 120px;
	margin-right: 16px;
}
.ot-initial__container._two {
	margin: 80px 0 160px;
}
.ot-initial__container._tree {
	margin-top: -304px;
}
.ot-initial__container._tree .portfolio-title,
.ot-initial__container._tree .portfolio-p,
.ot-initial__container._four .portfolio-title,
.ot-initial__container._four .portfolio-p {
	max-width: 520px;
	padding-left: 100px;
}
.ot-initial__container._four img {
	margin-left: -7%;
}
.ot-initial__container._four {
	margin-top: 140px;
	padding-left: 7%;
	max-width: 720px;
	box-sizing: border-box;
}

.ot-navigation {
	margin-bottom: 160px;
	position: relative;
}
.ot-navigation__bg {
	position: absolute;
	top: -37%;
	left: 0;
	width: 100%;
	height: calc(100% - 220px);
	background-color: #F6F6F6;
	z-index: -1;
}
.ot-navigation__bg._left {
	top: -157px;
	height: calc(100% + 100px);
}
.ot-navigation__container {
	padding: 64px 0 0 160px;
	display: flex;
	align-items: center;
}
.ot-navigation__container._left {
	padding: 120px 160px 0 0;
}
.ot-navigation__content {
	margin-top: 150px;
	margin-right: 80px;
	width: 32%;
	max-width: 520px;
}
.ot-navigation__content._left {
	margin: 0 0 0 80px;
}
.ot-navigation__img {
	width: 70%;
	max-width: 1280px;
}
.ot-navigation__img img {
	max-width: 100%;
}
.ot-inner {
	padding: 0 250px 0 260px;
}
.ot-inner img, .ot-container__item img {
	max-width: 100%;
	display: block;
}
.ot-navigation__helmet {
	position: absolute;
	right: 0;
	bottom: -400px;
	max-width: 720px;
	width: 38%;
	max-height: 567px;
}
.ot-navigation__helmet img, .ot-initial__tool img {
	max-width: 100%;
}

.ot-container {
	padding: 0 48px 64px;
	display: flex;
	flex-wrap: wrap;
}
.ot-container__item {
	width: calc(50% - 32px);
}
.ot-container__item:nth-child(odd) {
	margin-right: 64px;
}
.ot-container__item:nth-child(even) {
	margin-top: 160px;
}
.ot-container__text {
	color: #000000;
	margin: 32px 0 0 64px;
}

@media (max-width: 1440px) {
	.ot-navigation__content {
		margin-top: 100px;
		margin-right: 40px;
		width: 42%;
	}
	.ot-navigation__content._left {
		margin: 0 0 0 40px;
	}
	.ot-navigation__bg._left {
		top: -80px;
		height: calc(100% + 40px);
	}
	.ot-initial__container._tree .portfolio-title,
	.ot-initial__container._tree .portfolio-p,
	.ot-initial__container._four .portfolio-title,
	.ot-initial__container._four .portfolio-p {
		padding-left: 64px;
	}
}
@media (max-width: 1200px) {
	.portfolio-main._ot h1 {
		margin: 0 auto 80px;
	}

	.ot-initial {
		padding: 0 80px 0 80px;
	}
	.ot-initial__container._four {
		padding-left: 0;
	}
	.ot-navigation__container {
		padding: 64px 0 0 80px;
	}
	.ot-navigation__container._left {
		padding: 120px 80px 0 0;
	}
	.ot-inner {
		padding: 0 80px;
	}
	.ot-navigation__helmet {
		bottom: -320px;
	}
	.ot-initial__container._tree .portfolio-title,
	.ot-initial__container._tree .portfolio-p,
	.ot-initial__container._four .portfolio-title,
	.ot-initial__container._four .portfolio-p {
		padding-left: 32px;
	}
}
@media (max-width: 768px) {
	.ot-initial__container, .ot-initial__container._one {
		width: 100%;
		margin: 48px 0 0 0 !important;
	}
	.ot-initial {
		padding: 0;
	}
	.ot-initial__container._tree .portfolio-title,
	.ot-initial__container._tree .portfolio-p,
	.ot-initial__container._four .portfolio-title,
	.ot-initial__container._four .portfolio-p {
		padding-left: 16px;
		padding-right: 16px;
	}
	.ot-initial__container._four {
		padding-left: 0;
	}
	.ot-navigation__container {
		padding: 48px 0 0 0;
		flex-direction: column-reverse;
	}
	.ot-navigation__content {
		margin-top: 48px;
		margin-right: 0;
		width: calc(100% - 32px);
		max-width: 100%;
		padding: 0 16px;
	}
	.ot-navigation {
		margin-bottom: 48px;
	}
	.ot-initial__container .portfolio-p_big {
		padding-left: 16px;
	}
	.ot-initial__container._four img {
		margin-left: 0;
	}
	.ot-initial__tool {
		position: relative;
		margin: 0 auto;
		width: 320px;
	}
	.ot-navigation__bg {
		display: none;
	}
	.ot-navigation__img {
		width: 100%;
	}
	.ot-inner {
		padding: 40px 16px 0;
	}
	.ot-navigation__container._left {
		padding: 48px 0 0 0;
		flex-direction: column;
	}
	.ot-navigation__content._left {
		margin: 24px 0 0 0;
	}
	.ot-container {
		padding: 0 0 48px;
	}
	.ot-navigation__helmet {
		bottom: -180px;
	}
	.ot-container__item:nth-child(even) {
		margin-top: 80px;
	}
	.ot-container__text {
		margin: 16px 16px 0;
	}
}
@media (max-width: 767px) {
	.portfolio-main._ot h1 {
		margin: 0 16px 40px;
	}

	.ot-container__item:nth-child(odd) {
		margin-right: 0;
	}
	.ot-container__item {
		width: 100%;
		margin-top: 48px !important;
	}
	.ot-navigation__helmet {
		position: relative;
		bottom: 0;
		width: 320px;
		margin: 0 auto;
	}
	.ot-navigation {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
}


/* ot poli */
.ot-initial._ot-poli {
	margin-bottom: 200px;
	padding: 0 40px 0 260px;
	position: relative;
}
.ot-initial__container._one-poli, .ot-initial__container._tree-poli {
	max-width: 578px;
	margin-right: 80px;
	width: calc(50% - 80px);
}
.ot-initial__container._two-poli {
	max-width: 674px;
	margin-top: 80px;
}
.ot-initial__container._tree-poli {
	margin-top: 80px;
}
.ot-initial__container._four-poli {
	margin-top: -80px;
}
.ot-initial__container._five-poli {
	margin-top: 108px;
	width: 67%;
	max-width: 1080px;
}
.ot-initial__container._six-poli {
	/*margin: -208px 0 0 auto;*/
	width: 43%;
	max-width: 800px;
	position: absolute;
	right: 40px;
	bottom: 677px;
}
.ot-initial__tool._ot-poli {
	top: 25.5%;
	left: -170px;
}


.new-portfolio .swiper-container {
	left: 0;
}
.new-portfolio .one-item-header {
	padding-left: 0;
	padding-top: 0;
}
.new-portfolio .swiper-slide {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.new-portfolio .portfolio-main h1 {
	/*margin: 0 0 120px 160px;*/
}
.mir-main {
	width: 100vw;
}
.mir-main video {
	width: 100vw !important;
	height: 100%;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
.portfolio-img video {
	width: 100% !important;
	height: 100%;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
.contacts-page .content-block {
	overflow: hidden;
}

#fullpage .fp-section {overflow: hidden;}
#fp-nav.fp-right {right: 37px;}
.fp-nav-title {position:absolute;top:-30px;right:10px;margin-bottom:20px;font-size: 18px;line-height: 21px;color: #CDCDCD;}
.fp-sr-only {clip:unset;overflow: visible;}
#fp-nav ul li a.active .fp-sr-only:before {position:absolute;top:50%;left:30px;content:"";height:0px;width:30px;border-bottom:1px solid #CA171F;}
#fp-nav ul li, .fp-slidesNav ul li {width: 11px;height: 21px;}
#fp-nav ul li a span, .fp-slidesNav ul li a span {color: #CDCDCD;background: unset;width: 11px;height: 21px;font-size: 18px;margin: -5px 0 0 -5px;}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {width: 11px;height: 21px;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {width: 11px;height: 21px;color: #CA171F;}
#moveSectionDown {text-align:center;margin-top:20px;cursor:pointer;}
.main-slide1-intro {margin-top:200px;margin-top: 35vh;overflow:hidden;}
.main-slide1-intro h1 {line-height: 34px;color: #CA171F;font-size: 30px;font-size: 1.56vw;}
.main-slide1-intro p {font-weight: 700;line-height: 100%;color: #111111;font-size: 72px;font-size: 3.25vw;}
.main-slide1-intro p.subtext {margin:30px 0;font-weight: 300;line-height: 1.5;color: #111111;font-size: 30px;font-size: 1.56vw;}
.main-slide1-img {}
.main-slide1-img-bg {max-width: 100%;height: auto;margin-top: 10vh;}
.main-slide1-img-smile {position:absolute;top:50%;left:50%;margin: -125px auto auto -75px;}
.main-slide2-intro {margin-top:200px;margin-top: 35vh;}
.main-slide2-intro h2 {margin-bottom:20px;font-weight: 700;line-height: 100%;color: #fff;font-size: 64px;font-size: 3.33vw;}
.main-slide2-intro p {margin-bottom:30px;line-height: 21px;color: #fff;font-size: 18px;font-size: 0.94vw;}
.main-slide2-intro ul {list-style:none;}
.main-slide2-intro ul li {margin-bottom:20px;font-weight: 700;line-height: 34px;color: #fff;font-size: 30px;font-size: 1.56vw;}
.main-slide2-intro ul li span {line-height: 21px;color: #fff;font-size: 18px;font-size: 0.94vw;}
.main-slide2-img {}
.main-slide2-img-bg {/*max-width: 100%;*/height: auto;margin-top: 10vh;margin-left:-20vh;}
.main-slide3-intro {margin-top:200px;margin-top: 35vh;}
.main-slide3-intro h2 {margin-bottom:20px;font-weight: 700;line-height: 100%;color: #fff;font-size: 64px;font-size: 3.33vw;}
.main-slide3-intro p {margin-bottom:30px;line-height: 21px;color: #fff;font-size: 18px;font-size: 0.94vw;}
.main-slide3-intro ul {list-style:none;}
.main-slide3-intro ul li {margin-bottom:20px;font-weight: 700;line-height: 34px;color: #fff;font-size: 30px;font-size: 1.56vw;}
.main-slide3-intro ul li span {line-height: 21px;color: #fff;font-size: 18px;font-size: 0.94vw;}
.main-slide3-img {}
.main-slide3-img-bg {}


.fon {display: -webkit-box;display: flex;align-items: center;justify-content: center;width: 680px;height: 650px;margin-top: 10vh;background-image: url(https://stroygrad.shop/verstka/fon.png);background-repeat: no-repeat;background-position: left;background-size: auto;}
.note {display: -webkit-box;display: flex;align-items: center;justify-content: center;width: 600px;height: 430px;background-image: url(https://stroygrad.shop/verstka/note.png);background-repeat: no-repeat;background-position: center;background-size: auto}
.note_2 {width: 100px;height: 100px;-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg); -o-transform: rotate(10deg);-ms-transform: rotate(10deg);transform: rotate(10deg);}
@keyframes do-levitation {
	0% {  transform: translate(0, 0);}
	100% {  transform: translate(0, 0.5em);}
}
.levitate {animation: do-levitation 1.4s alternate ease-in-out infinite;}
.glitch {color: white;font-size: 120px;position: relative;width: 165px;margin: -75px 10px;}
@keyframes noise-anim {
	0% {  clip: rect(0, 0, 0, 0);}
	5% {  clip: rect(0, 0, 0, 0);}
	10% {  clip: rect(0, 0, 0, 0);}
	15% {  clip: rect(0, 0, 0, 0);}
	20% {  clip: rect(0, 0, 0, 0);}
	25% {  clip: rect(0, 0, 0, 0);}
	30% {  clip: rect(0, 0, 0, 0);}
	35% {  clip: rect(0, 0, 0, 0);}
	40% {  clip: rect(0, 0, 0, 0);}
	45% {  clip: rect(0, 0, 0, 0);}
	50% {  clip: rect(0, 0, 0, 0);}
	55% {  clip: rect(0, 0, 0, 0);}
	60% {  clip: rect(0, 0, 0, 0);}
	65% {  clip: rect(0, 0, 0, 0);}
	70% {  clip: rect(0, 0, 0, 0);}
	75% {  clip: rect(10px, 9999px, 149px, 0);}
	80% {  clip: rect(54px, 9999px, 54px, 0);}
	85% {  clip: rect(28px, 9999px, 102px, 0);}
	90% {  clip: rect(40px, 9999px, 68px, 0);}
	95% {  clip: rect(3px, 9999px, 53px, 0);}
	100% {  clip: rect(41px, 9999px, 88px, 0);}
}
.glitch:after {content: attr(data-text);position: absolute;left: 2px;text-shadow: -5px 0 #ca171f;top: 0;color: #e57373;background: #e57373;overflow: hidden;clip: rect(0, 900px, 0, 0);animation: noise-anim 1s infinite linear normal;animation-duration: 4s;animation-fill-mode: none, backwards;}
@keyframes noise-anim-2 {
	0% {  clip: rect(0, 0, 0, 0);}
	5% {  clip: rect(0, 0, 0, 0);}
	10% {  clip: rect(0, 0, 0, 0);}
	15% {  clip: rect(0, 0, 0, 0);}
	20% {  clip: rect(0, 0, 0, 0);}
	25% {  clip: rect(0, 0, 0, 0);}
	30% {  clip: rect(0, 0, 0, 0);}
	35% {  clip: rect(0, 0, 0, 0);}
	40% {  clip: rect(0, 0, 0, 0);}
	45% {  clip: rect(0, 0, 0, 0);}
	50% {  clip: rect(0, 0, 0, 0);}
	55% {  clip: rect(0, 0, 0, 0);}
	60% {  clip: rect(0, 0, 0, 0);}
	65% {  clip: rect(0, 0, 0, 0);}
	70% {  clip: rect(10px, 9999px, 83px, 0);}
	75% {  clip: rect(76px, 9999px, 50px, 0);}
	80% {  clip: rect(55px, 9999px, 59px, 0);}
	85% {  clip: rect(4px, 9999px, 138px, 0);}
	90% {  clip: rect(40px, 9999px, 74px, 0);}
	95% {  clip: rect(75px, 9999px, 139px, 0);}
	100% {  clip: rect(2px, 9999px, 96px, 0);}
}
.glitch:before {content: attr(data-text);position: absolute;left: -3px;text-shadow: 5px 0 #64b5f6;top: 0;color: #e57373;background: #e57373;overflow: hidden;clip: rect(0, 900px, 0, 0);animation: noise-anim-2 2s infinite linear normal;animation-duration: 4s;animation-fill-mode: none, backwards;}
@-webkit-keyframes animateWord {
	0% {  opacity: 1;}
	2% {  opacity: 1;  -webkit-transform: translateY(0px);}
	5% {  opacity: 1;  -webkit-transform: translateY(0px);}
	15% {  opacity: 1;  -webkit-transform: translateY(0px);}
	16.5% {  opacity: 1;  -webkit-transform: translateY(0px);}
	16.6% {  opacity: 0;  -webkit-transform: translateY(0px);}
	80% {  opacity: 0;  -webkit-transform: translateY(0px);}
	100% {  opacity: 0;  -webkit-transform: translateY(0px);}
}
.animated-words div {position: absolute;opacity: 0;overflow: hidden;display:none;color: white;font-size: 120px;width: 165px;margin: -75px 10px;/*-webkit-animation: animateWord 24s linear infinite 0s;-ms-animation: animateWord 24s linear infinite 0s;animation: animateWord 24s linear infinite 0s;*/}
.animated-words div:nth-child(1) {display:block;opacity: 1;}
/*.animated-words div:nth-child(2) {-webkit-animation-delay: 4s;-ms-animation-delay: 4s;animation-delay: 4s;}
.animated-words div:nth-child(3) {-webkit-animation-delay: 8s;-ms-animation-delay: 8s;animation-delay: 8s;}
.animated-words div:nth-child(4) {-webkit-animation-delay: 12s;-ms-animation-delay: 12s;animation-delay: 12s;}
.animated-words div:nth-child(5) {-webkit-animation-delay: 16s;-ms-animation-delay: 16s;animation-delay: 16s;}
.animated-words div:nth-child(6) {-webkit-animation-delay: 20s;-ms-animation-delay: 20s;animation-delay: 20s;}*/
.animated-words {display: inline-block;}



@media (max-width: 767px) {
	#fullpage .container {padding-right:50px;}
	#fp-nav.fp-right {right: 15px;}
	.fp-nav-title {top: -50px;right: -10px;margin-bottom: 0px;font-size: 16px;transform: rotate(-90deg);}
	.main-slide1-intro {margin-top:200px;}
	.main-slide1-intro *{position:relative;z-index:9;width: 100%;}
	.main-slide1-intro:before {display:block;position:absolute;top:-0%;right:80%;content:"";width:550px;height:550px;background:#E57373;z-index:1;border-radius:50%;}
	.main-slide1-intro h1 {font-size: 20px;}
	.main-slide1-intro p {font-size: 33px;}
	.main-slide1-img {display:none;}
	.main-slide2-intro {margin-top:200px;}
	.main-slide2-intro *{position:relative;z-index:9;}
	.main-slide2-intro:before {display:block;position:absolute;top:40%;right:-160%;content:"";width:550px;height:550px;background:#ffffff50;z-index:1;border-radius:50%;}
	.main-slide2-intro h2 {font-size: 35px;}
	.main-slide2-intro p {font-size: 16px;line-height: 140%;}
	.main-slide2-img {display:none;}
	.main-slide2-intro ul li {margin-bottom:20px;font-size: 20px;line-height: 23px;}
	.main-slide2-intro ul li span {font-size: 16px;line-height: 140%;}
	.main-slide3-intro {margin-top:200px;}
	.main-slide3-intro *{position:relative;z-index:9;}
	.main-slide3-intro:before {display:block;position:absolute;top:40%;right:60%;content:"";width:550px;height:550px;background:#ffffff50;z-index:1;border-radius:50%;}
	.main-slide3-intro h2 {font-size: 35px;}
	.main-slide3-intro p {font-size: 16px;line-height: 140%;}
	.main-slide3-img {display:none;}
	.main-slide3-intro ul li {margin-bottom:20px;font-size: 20px;line-height: 23px;}
	.main-slide3-intro ul li span {font-size: 16px;line-height: 140%;}
}


.breadcrumbs {}
section.breadcrumbs .row {width:100%}
.breadcrumb {width: 100%;background: unset;padding:0px;}
.breadcrumb ul {list-style:none;}
.breadcrumb ul li {display:inline-block;font-size: 18px;font-size: 1.04vw;}
.breadcrumb ul li a {display:inline-block;}
.breadcrumb ul li a:after {display:inline-block;content:"";width:50px;height:10px;background: url(../images/icon_bread_arrow.png) no-repeat 50% 50%;}


section.title .row {}
section.title h1 {font-weight: 700;line-height: 46px;color: #111111;font-size: 40px;font-size: 2vw;}
section.title h1 a {display:inline-block;margin-right:60px;color: #111111;}
section.title h1 a.active {color: #CA171F;}
section.contact_content {padding:200px 0 250px;overflow:hidden;}
section.contact_content .row {/*width:100%*/}
section.contact_content h4 {margin-top:30px;line-height: 21px;font-size: 18px;font-size: 0.94vw;}
section.contact_content a {color: #CA171F;}
section.contact_content p {line-height: 34px;font-size: 30px;font-size: 1.56vw;}
.contact_content-img-bg {max-width:100%;height:auto;}
.contact_content-img-map, .contact_content > ymaps {display:none;height:0px;min-height:0px;width:auto !important;}
@media (min-width: 986px) {
.contact_content-img-bg {position: absolute;top:unset;bottom: 0px;left: 0px;display:block;z-index:-1;max-width:30%;height:auto;}
.contact_content-img-map, .contact_content > ymaps {display:block;position: absolute;top: 0px;left: 50%;z-index:2;min-height:50%;width:50% !important;}
}

section.portfolio_content {padding:200px 0 250px;overflow:hidden;}
section.portfolio_content .row {}
section.portfolio_content .content_tab {font-size: 30px;font-size: 1.56vw;}
section.portfolio_content .content_tab a {color: #CA171F;}
section.portfolio_content .content_tab a.active {color: #A0A0A0;}
section.portfolio_content h1 {position:relative;display:inline-block;margin-top:60px;font-size: 64px;font-size: 3.33vw;}
section.portfolio_content h1:after {content: '';position: absolute;left: -4px;top: 15px;z-index: -1;padding: 1px 3px;width: 110%;height: 30px;margin: auto;margin-top: auto;margin-top: 10px;pointer-events: none;background-color: #64B5F6;-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: left center;transform-origin: left center;-webkit-transition: transform .5s cubic-bezier(.215, .61, .355, 1);transition: transform .5s cubic-bezier(.215, .61, .355, 1);}
.content_list-item {display:none;padding:50px 0 100px;}
section.portfolio_content h1.tabtitle_branding:after {background-color: #81C784;}
section.portfolio_content h1.tabtitle_smm:after {background-color: #FF8A65;}
section.portfolio_content h1.tabtitle_seo:after {background-color: #E57373;}
.content_list-item.active {display:block;}
.content_list-item_title {margin-bottom:30px;font-weight: 500;font-size: 40px;font-size: 2vw;}
.content_list-item_subtitle {color: #111111;font-size: 18px;font-size: 0.94vw;}
.content_list-item p {margin-bottom:20px;font-size: 30px;font-size: 1.56vw;}
.content_list-item p strong {font-weight:700;}
.content_list-item p img {max-width:100%;height:auto;}

section.about_content {padding:200px 0 0px;overflow:hidden;}
section.about_content .row {}
section.about_content .content_tab {font-size: 30px;font-size: 1.56vw;}
section.about_content .content_tab a {color: #CA171F;}
section.about_content .content_tab a.active {color: #A0A0A0;}
section.about_content h1 {position:relative;display:inline-block;margin-top:60px;font-size: 64px;font-size: 3.33vw;}
section.about_content .content_text {margin:30px 0 100px;}
section.about_content .content_text p {margin-bottom:30px;font-size: 30px;font-size: 1.56vw;}
section.about_content .content_slider {padding:100px 0;background:#F2F2F2;}
section.about_content .content_whyarewe {margin:50px 0 100px;}
section.about_content .content_uslugi {margin:50px 0 100px;}

.content_whyarewe h2 {margin-bottom:50px;font-weight:700;font-size: 64px;font-size: 3.33vw;}
.content_whyarewe-item {position:relative;min-height:270px;margin-bottom:30px;}
.content_whyarewe-item_cont {height:100%;padding:50px 40px 50px 100px;}
.content_whyarewe-item svg {position:absolute;top:0px;left:0px;z-index:-1;}
.content_whyarewe-item h3 {margin-bottom:20px;color:#111;font-weight: 700;font-size: 40px;font-size: 2.2vw;}
.content_whyarewe-item p {color:#111;line-height: 1.2;font-size: 18px;font-size: 0.94vw;}

.content_uslugi h2 {margin-bottom:50px;font-weight:700;font-size: 64px;font-size: 3.33vw;}
.content_uslugi-item {min-height:270px;margin-bottom:30px;}
.content_uslugi-item.blue .content_uslugi-item_cont {background:#64B5F6;}
.content_uslugi-item.green .content_uslugi-item_cont {background:#81C784;}
.content_uslugi-item.orange .content_uslugi-item_cont {background:#FF8A65;}
.content_uslugi-item.red .content_uslugi-item_cont {background:#E57373;}
.content_uslugi-item_cont {height:100%;padding:50px 40px;}
.content_uslugi-item h3 {margin-bottom:20px;color:#fff;font-weight: 500;font-size: 40px;font-size: 2vw;}
.content_uslugi-item p {color:#fff;line-height: 1.2;font-size: 18px;font-size: 0.94vw;}



@media (max-width: 1680px) {
	.breadcrumb ul li, .breadcrumb ul li a {font-size: 16px;}
	section.about_content .content_tab {font-size: 25px;line-height: 1.2;}
	section.portfolio_content .content_tab {font-size: 25px;line-height: 1.2;}
	section.title h1 {font-size: 40px;}
	section.about_content section.title h1 {font-size: 40px;}
	section.portfolio_content section.title h1 {font-size: 40px;}
	section.contact_content h4 {font-size: 25px;}
	section.contact_content p {font-size: 16px;}
	section.about_content .content_text p {line-height: 1.2;font-size: 16px;}
	.content_whyarewe h2 {font-size: 50px;}
	.content_whyarewe-item h3 {font-size: 40px;}
	.content_whyarewe-item p {font-size: 16px;}
	.content_uslugi h2 {font-size: 50px;}
	.content_uslugi-item h3 {font-size: 40px;}
	.content_uslugi-item p {font-size: 16px;}
	
	.content_list-item_title {font-size: 40px;line-height: 1.2;}
	.content_list-item_subtitle {font-size: 16px;line-height: 1.2;}
	.content_list-item p {font-size: 20px;line-height: 1.2;}
	.main-slide2-intro p {font-size: 16px;line-height: 1.2;}
	.main-slide3-intro p {font-size: 16px;line-height: 1.2;}
	.main-slide2-intro ul li {font-size: 25px;line-height: 1.2;}
	.main-slide3-intro ul li {font-size: 25px;line-height: 1.2;}
	.main-slide2-intro h2 {font-size: 40px;line-height: 1.2;}
	.main-slide3-intro h2 {font-size: 40px;line-height: 1.2;}
}


@media (max-width: 1280px) {
	.main-slide1-img-bg {margin-top: 20vh;}
	.main-slide2-img-bg {margin-top: 10vh;margin-left: -40vh;}
}


@media (max-width: 767px) {
	section.about_content {padding: 120px 0 0px;}
	section.portfolio_content {padding: 120px 0 0px;}
	section.contact_content {padding: 120px 0 0px;}
	header .link-header-close {margin: 0px 0px 0 0;height: 30px;}
	.breadcrumb ul li, .breadcrumb ul li a {font-size: 16px;}
	section.about_content .content_tab {font-size: 20px;line-height: 1.2;}
	section.portfolio_content .content_tab {font-size: 20px;line-height: 1.2;}
	section.title h1 {font-size: 20px;}
	section.about_content section.title h1 {font-size: 35px;}
	section.portfolio_content section.title h1 {font-size: 35px;}
	section.title h1 a {margin-right:0px;}
	section.title h1 a:first-child {margin-right:20px;}
	section.contact_content h4 {margin-top:20px;font-size: 16px;}
	section.contact_content p {font-size: 20px;}
	.contact_content-img-map {display:none;}
	section.about_content .content_text p {margin-bottom:10px;line-height: 1.2;font-size: 20px;}
	section.about_content .content_text {margin: 30px 0 60px;}
	.content_whyarewe-item {min-height: unset;margin-bottom: 60px;}
	.content_whyarewe-item_cont {height: auto;padding: 0px;}
	.content_whyarewe-item svg {top: -60px;max-width:120px;}
	.content_whyarewe h2 {font-size: 35px;}
	.content_whyarewe-item h3 {font-size: 30px;}
	.content_whyarewe-item p {font-size: 16px;}
	.content_uslugi-item_cont {padding: 30px 15px;}
	.content_uslugi h2 {font-size: 35px;}
	.content_uslugi-item h3 {font-size: 30px;}
	.content_uslugi-item p {font-size: 16px;}
	
	.content_list-item_title {font-size: 30px;line-height: 1.2;}
	.content_list-item_subtitle {font-size: 16px;line-height: 1.2;}
	.content_list-item p {font-size: 20px;line-height: 1.2;}
	footer .footer-mail p {font-size: 16px;}
	footer .footer-mail a {font-size: 16px;}
	footer .footer-office h4 {font-size: 16px;}
	footer .footer-office h5 a {font-size: 16px;}
	form .intro p {font-size: 16px;}

}




.cms-gallery-carousel{/* cms-youtube */}
.cms-gallery-carousel .filters{margin:0 0 50px;padding:0;list-style:none;}
.cms-gallery-carousel .filters a{padding:10px 15px;font-size:14px;display:inline-block;text-transform:uppercase;font-weight:500;color:#102035;}
@media (min-width:1300px){
	.cms-gallery-carousel .filters a{padding:10px 25px;}
}
.cms-gallery-carousel .filters a.selected{color:#33cccc;}
.cms-gallery-carousel .filters a:hover{opacity:0.5;}
@media (min-width:768px){
	.cms-gallery-carousel .owl-carousel.center-scale .owl-stage-outer{padding:25px 0;}
	.cms-gallery-carousel .owl-carousel.center-scale .vertical-item{-webkit-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
	.cms-gallery-carousel .owl-carousel.center-scale .owl-item.center{z-index:4;}
	.cms-gallery-carousel .owl-carousel.center-scale .owl-item.center .vertical-item{-webkit-transform:scale(1.15);transform:scale(1.15);overflow:hidden;}
}
.cms-gallery-carousel .owl-carousel .owl-nav .owl-prev,.cms-gallery-carousel .owl-carousel .owl-nav .owl-next{color:#fff;}
.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div{position:absolute;text-align:center;height:auto;right:0;width:50px;top:0;bottom:0;margin:0;text-transform:uppercase;background-color:rgba(16, 32, 53, 0.5);font-size:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;}
.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div:first-child{left:0;right:auto;}
.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div i{font-size:40px;position:relative;top:50%;margin-top:-20px;}
.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.prev,.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.next{display:inline-block;position:relative;top:50%;margin-top:-19px;font-family:'Roboto', sans-serif;font-weight:900;font-size:30px;color:#fff;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
@media (max-width:1199px){
	.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.prev,.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.next{font-size:24px;}
}
@media (max-width:991px){
	.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.prev,.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.next{font-size:18px;}
}
@media (max-width:767px){
	.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.prev,.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div span.next{font-size:16px;}
}
@media screen and (min-width:768px){
	.cms-gallery-carousel .owl-carousel.overlapped-owl-nav.center-scale .owl-nav > div{top:25px;bottom:25px;}
}
@media (max-width:1199px){
	.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div{width:90px !important;}
}
@media (max-width:767px){
	.cms-gallery-carousel .owl-carousel.overlapped-owl-nav .owl-nav > div{width:50px !important;}
}



