@font-face {
	font-family: 'AvenirNextCyr-Regular';
	src: url("../assets/fonts/AvenirNextCyr-Regular.otf");
	font-style: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'AvenirNextCyr-Bold';
	src: url("../assets/fonts/AvenirNextCyr-Bold.otf");
	font-style: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'AvenirNextCyr-Heavy';
	src: url("../assets/fonts/AvenirNextCyr-Heavy.otf");
	font-style: normal;
	text-rendering: optimizeLegibility;
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
}

.st0 {
	fill: #1f28c1 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
	text-rendering: optimizeLegibility;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-rendering: optimizeLegibility;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	text-rendering: optimizeLegibility;
}

mark {
	background: transparent !important;
	color: #fff;
	text-rendering: optimizeLegibility;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	text-rendering: optimizeLegibility;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.about {
	background: #000 url("../assets/images/whatwedo.jpg");
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.about:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 310px;
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	.about {
		background-position: 0% 100%;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.about {
		background-size: 150vw;
		background-position: top;
		height: 590px;
	}

	.about:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 310px;
		background: #000 url("../assets/images/whatwedo.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
	}
}

.about .titleText {
	position: relative;
	z-index: 9;
	font-family: AvenirNextCyr-Heavy;
	font-size: 110px;
	line-height: 90px;
	text-align: left;
	margin: 0 0 -3px 90px;
	padding-top: 340px;
	will-change: transform;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

.about .titleText.hide {
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.about .titleText {
		font-size: 90px;
		line-height: 73px;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 481px) and (max-width: 849px) {
	.about .titleText {
		margin: 0 0 -3px 45px;
		font-size: 80px;
		line-height: 70px;
		padding-top: 360px;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.about .titleText {
		margin: 0 0 0 29px;
		padding-top: 233px;
		font-size: 50px;
		line-height: 40px;
		text-rendering: optimizeLegibility;
	}

	[lang="ru"] .about .titleText {
		margin: 0 0 0 20px;
		padding-top: 252px;
		font-size: 47px;
		line-height: 30px;
		text-rendering: optimizeLegibility;
	}
}

.about .titleText .titleRed {
	color: #ffffff;
}

.about .titleText .titleWhite {
	color: #ffffff;
	margin-left: 0;
	will-change: margin;
}

.about .titleText .titleWhite.hide {
	margin-left: -250px;
}

.about .textContainer {
	position: relative;
	left: 0;
	top: -2px;
	will-change: transform;
}

.about .textContainer.hide {
	-webkit-transform: translateX(2000px);
	transform: translateX(2000px);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.about .textContainer.hide {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.about .textContainer {
		top: -3px;
	}
}

.about .textContainer .aboutText {
	position: absolute;
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 18px;
	line-height: 210px;
	text-align: center;
	width: 900px;
	height: 210px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 10px;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-width: 320px;
	opacity: 1;
	will-change: opacity;
}

[lang="ru"] .about .textContainer .aboutText {
	font-size: 15px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	[lang="ru"] .about .textContainer .aboutText {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	[lang="ru"] .about .textContainer .aboutText {
		font-size: 14px;
	}

	.about .textContainer {
		top: -5px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	[lang="ru"] .about .textContainer .aboutText {
		font-size: 14px;
	}

	.about .textContainer {
		top: -5px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	[lang="ru"] .about .textContainer .aboutText {
		padding: 0 35px;
		font-size: 11px;
	}
}

.about .textContainer .aboutText span {
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.about .textContainer .aboutText span {
		line-height: 23px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.about .textContainer .aboutText span {
		line-height: 20px;
		font-size: 17px
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.about .textContainer .aboutText span {
		line-height: 20px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.about .textContainer .aboutText span {
		line-height: 17px;
		font-size: 16px;
	}
}

.about .textContainer .aboutText.hide {
	opacity: 0;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.about .textContainer .aboutText {
		width: 100%;
		font-size: 15px;
		padding: 0 120px 0 90px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 849px) {
	.about .textContainer .aboutText {
		width: 100%;
		font-size: 14px;
		padding: 0 80px 0 90px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.about .textContainer .aboutText {
		height: 279px;
		line-height: 279px;
		width: 100%;
		padding: 0 54px;
		font-size: 12px;
	}
}

.about .textContainer .textHolder {
	display: block;
	opacity: 0.9;
	height: 210px;
	width: 919px;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	background-color: #1f28c1;
	margin: 0 0 0 20%;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.about .textContainer .textHolder {
		width: 878px;
		margin: 0 0 0 15%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 849px) {
	.about .textContainer .textHolder {
		width: 708px;
		margin: 0 0 0 14%;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.about .textContainer .textHolder {
		width: 100%;
		height: 285px;
		-webkit-transform: skew(0deg);
		transform: skew(0deg);
		margin: 0;
		opacity: 1;
	}
}

.about [data-anim-about="0"] {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about [data-anim-about="1"] {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.about [data-anim-about="2"] {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about [data-anim-about="3"] {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.about [data-anim-about="3"] {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}

.about [data-anim-about="4"] {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.about [data-anim-about="4"] {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}

.chelsea {
	background: #9d8965 url(../assets/images/approach.jpg);
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*  overflow: hidden;*/
}

@media only screen and (min-width: 480px) and (max-width: 800px) {
	.chelsea {
		background-position: center;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.chelsea {
		height: 590px;
		background-size: 150vw;
		background-position: top;
	}
}

.chelsea .titleText {
	display: inline-block;
	font-family: AvenirNextCyr-Heavy;
	font-size: 110px;
	text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	line-height: 90px;
	text-align: right;
	padding: 340px 0 0 40%;
	z-index: 9;
	position: relative;
	will-change: transform;
	text-transform: uppercase;
}

[lang="ru"] .chelsea .titleText {
	margin: 297px 0 0 46.4%;
}

.chelsea .titleText.hide {
	-webkit-transform: translateX(1000px);
	transform: translateX(1000px);
}

@media only screen and (min-width: 849px) and (max-width: 950px) {
	.chelsea .titleText {
		padding: 340px 0 0 35%;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.chelsea .titleText {
		font-size: 90px;
		line-height: 73px;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.chelsea .titleText {
		font-size: 80px;
		line-height: 70px;
		padding: 360px 0 0 35%;
		text-rendering: optimizeLegibility;
	}

	[lang="ru"] .chelsea .titleText {
		font-size: 70px;
		line-height: 75px;
		margin: 360px 0 0 35%;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.chelsea .titleText {
		font-size: 80px;
		line-height: 70px;
		padding: 297px 0 0 8%;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.chelsea .titleText {
		font-size: 50px;
		line-height: 40px;
		display: block;
		padding: 235px 0 0 0;
		right: 20px;
		text-rendering: optimizeLegibility;
	}

	[lang="ru"] .chelsea .titleText {
		display: block;
		padding: 253px 0 0 0;
		font-size: 47px;
		line-height: 30px;
		right: 20px;
		text-rendering: optimizeLegibility;
	}
}

.chelsea .titleText .titleRed {
	color: #ffffff;
}

.chelsea .titleText .titleWhite {
	color: #ffffff;
	will-change: margin;
}

.chelsea .titleText .titleWhite.hide {
	margin-right: -250px;
}

.chelsea .textContainer {
	margin-top: -4px;
	position: relative;
	left: 0;
	top: -1px;
	will-change: transform;
}

.chelsea .textContainer.hide {
	-webkit-transform: translateX(-2000px);
	transform: translateX(-2000px);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.chelsea .textContainer.hide {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.chelsea .textContainer {
		margin: 0;
		margin-top: 4px;
	}
}

.chelsea .textContainer .chelseaText {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 210px;
	text-align: center;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 880px;
	padding: 0 5px 0 10px;
	min-width: 320px;
	opacity: 1;
	will-change: opacity;
	height: 210px;
}

[lang="ru"] .chelsea .textContainer .chelseaText {
	font-size: 15px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	[lang="ru"] .chelsea .textContainer .chelseaText {
		font-size: 14px;
	}

	.chelsea .textContainer {
		top: -2px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	[lang="ru"] .chelsea .textContainer .chelseaText {
		font-size: 14px;
	}

	.chelsea .textContainer {
		top: -3px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	[lang="ru"] .chelsea .textContainer .chelseaText {
		font-size: 14px;
	}

	.chelsea .textContainer {
		top: -2px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	[lang="ru"] .chelsea .textContainer .chelseaText {
		padding: 0 30px;
		font-size: 11px;
	}

	.chelsea .textContainer {
		top: -3px;
	}
}

.chelsea .textContainer .chelseaText span {
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {

	.chelsea .textContainer .chelseaText span,
	.submitText {
		line-height: 23px;
		font-size: 18px !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 849px) {

	.chelsea .textContainer .chelseaText span,
	.submitText {
		line-height: 20px;
		font-size: 17px !important;
	}

}

@media only screen and (min-width: 481px) and (max-width: 767px) {

	.chelsea .textContainer .chelseaText span,
	.submitText {
		line-height: 20px;
		font-size: 16px !important;
	}

}

@media only screen and (min-width: 0) and (max-width: 480px) {

	.chelsea .textContainer .chelseaText span,
	.submitText {
		line-height: 17px;
		font-size: 16px !important;
	}

}

.chelsea .textContainer .chelseaText.hide {
	opacity: 0;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.chelsea .textContainer .chelseaText {
		width: 100%;
		font-size: 15px;
		padding: 0 75px 0 85px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 849px) {
	.chelsea .textContainer .chelseaText {
		width: 100%;
		font-size: 14px;
		padding: 0 80px 0 85px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.chelsea .textContainer .chelseaText {
		width: 100%;
		font-size: 14px;
		padding: 0 40px 0 45px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.chelsea .textContainer .chelseaText {
		font-size: 12px;
		line-height: 278px;
		padding: 0 50px;
		width: 100%;
		height: 278px;
	}
}

.chelsea .textContainer .textHolder {
	display: inline-block;
	opacity: 0.95;
	height: 210px;
	width: 919px;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	background-color: #1f28c1;
	margin-left: 8.2%;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.chelsea .textContainer .textHolder {
		width: 878px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.chelsea .textContainer .textHolder {
		width: 678px;
		margin-left: -2%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.chelsea .textContainer .textHolder {
		width: 678px;
		margin-left: -2%;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.chelsea .textContainer .textHolder {
		height: 285px;
		width: 100%;
		-webkit-transform: skew(0);
		transform: skew(0);
		opacity: 1;
		margin: -4px 0 0 0;
	}
}

.chelsea [data-anim-chel="0"] {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.chelsea [data-anim-chel="1"] {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.chelsea [data-anim-chel="1"] {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
}

.chelsea [data-anim-chel="2"] {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.chelsea [data-anim-chel="3"] {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.chelsea [data-anim-chel="3"] {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
}

.chelsea [data-anim-chel="4"] {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.chelsea [data-anim-chel="4"] {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*:focus {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

*::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

*:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

*::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

*:focus::-webkit-input-placeholder {
	color: transparent;
}

*:focus:-moz-placeholder {
	color: transparent;
}

*:focus::-moz-placeholder {
	color: transparent;
}

*:focus:-ms-input-placeholder {
	color: transparent;
}

html,
body {
	width: 100%;
	height: auto;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body.popup {
	overflow: hidden;
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	body.popup {
		overflow: hidden;
		/*position: fixed;*/
	}
}

body.popup .menu .aboutHeader .aboutMenu,
body.popup .menu .aboutHeader .aboutLogo {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
}

body:not(.popup) .menu:not(.hide) .aboutLogo,
body:not(.popup) .menu:not(.hide) .aboutMenu {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.aboutMenu.noEvents * {
	pointer-events: none;
}

.container {
	width: 100%;
	height: auto;
	background-image: url("../assets/images/bg/pattern.png");
	background-attachment: fixed;
	overflow: hidden;
	min-width: 320px;
}

.container.error {
	height: 100%;
	position: absolute;
}

.viewBlock {
	position: fixed;
	top: 70%;
	width: 1px;
	opacity: 0;
}

@media only screen and (min-width: 0) and (max-width: 790px) {
	.viewBlock {
		top: 96%;
	}
}

.wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	will-change: transform;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.wrapper.error {
	height: 100%;
	position: relative;
}

.wrapper.langMenuOpen {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.wrapper.langMenuOpen {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
}

.wrapper .centerContainer {
	max-width: 1280px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100000;
}

.scrollDown {
	cursor: pointer;
	display: block;
	width: 27px;
	height: 39px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	margin-top: -9px;
	opacity: 1;
	will-change: opacity;
	z-index: 79;
}

.scrollDown:hover .rectHolder .rect.first {
	margin-top: -18px;
}

.scrollDown.hide {
	opacity: 0;
}

.scrollDown.second {
	margin-top: -15px;
}

.scrollDown.third {
	margin-top: -20px;
}

.scrollDown.up {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scrollDown.last {
	bottom: 40px;
	left: 50px;
	margin: 0;
}

@media only screen and (min-width: 451) and (max-width: 699px) {

	.scrollDown.first {
		margin-top: -8px;
	}

	.scrollDown.second {
		margin-top: -13px;
	}

	.scrollDown.third {
		margin-top: -18px;
	}
}

@media only screen and (min-width: 0) and (max-width: 450px) {
	.scrollDown {
		width: 21px;
		height: 31px;

	}

	.scrollDown.first {
		margin-top: -8px;
	}

	.scrollDown.second {
		margin-top: -10px;
	}

	.scrollDown.third {
		margin-top: -13px;
	}
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.scrollDown {
		width: 21px;
		height: 31px;

	}

	.scrollDown.last {
		bottom: 20px;
		left: 20px;
		right: 0;
	}
}

.scrollDown svg {
	width: 100%;
	height: 100%;
}

.scrollDown svg path,
.scrollDown svg polygon {
	fill: #ffffff;
}

.scrollDown .rectHolder {
	height: 30px;
	overflow: hidden;
	margin-bottom: -27px;
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.scrollDown .rectHolder {
		height: 24px;
		margin-bottom: -21px;
	}
}

.scrollDown .rectHolder .rect {
	width: 24px;
	height: 13px;
	border: 1px solid #ffffff;
	opacity: 1;
	border-radius: 0;
	margin-bottom: 2px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	will-change: margin;
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.scrollDown .rectHolder .rect {
		width: 18px;
		height: 10px;
	}
}

.footer {
	height: 200px;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 55px 0;
	width: 100%;
}

@media only screen and (min-width: 700px) and (max-width: 1020px) {
	.footer {
		height: 180px;
		padding: 50px 0 96px 0;
	}
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer {
		height: 340px;
		padding: 50px 45px 29px 45px;
	}
}

.footer .footerContainer {
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer .footerContainer {
		text-align: center;
	}
}

.footer .footerContainer .address {
	vertical-align: middle;
	display: inline-block;
	font-family: AvenirNextCyr-Bold;
	color: #242424;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	width: 217px;
	margin: 0 65px 0 81px;
}

@media only screen and (min-width: 700px) and (max-width: 1020px) {
	.footer .footerContainer .address {
		margin: 0 5px 0 50px;
		width: 235px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer .footerContainer .address {
		text-align: center;
		margin: 0 0 16px 0;
		width: 100%;
	}
}

.footer .footerContainer .phone {
	width: 350px;
	margin: 0 50px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-family: AvenirNextCyr-Regular;
	color: #000000;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

.footer .footerContainer .phone a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.footer .footerContainer .phone a:hover {
	color: #1f28c1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media only screen and (min-width: 980px) and (max-width: 1170px) {
	.footer .footerContainer .phone {
		font-size: 14px;
		line-height: 20px;
		width: 200px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.footer .footerContainer .phone {
		font-size: 14px;
		line-height: 20px;
		width: 200px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
	.footer .footerContainer .phone {
		font-size: 14px;
		line-height: 20px;
		width: 200px;
	}
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer .footerContainer .phone {
		text-align: center;
		margin: 0 0 27px 0;
		width: 100%;
	}
}

.footer .footerContainer .ltd {
	vertical-align: middle;
	display: inline-block;
	font-family: AvenirNextCyr-Regular;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	text-align: right;
	position: absolute;
	right: 170px;
	top: 35px;
}

/*
@media only screen and (min-width: 1021px) and (max-width: 1030px) {
	.footer .footerContainer .ltd {
		right: 215px;
	}
}
*/

@media only screen and (min-width: 700px) and (max-width: 1020px) {
	.footer .footerContainer .ltd {
		top: 75px;
		right: 50px;
	}
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer .footerContainer .ltd {
		top: 205px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.footer .footerContainer .ltd a svg path,
.footer .footerContainer .ltd a svg polygon {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: #1f28c1;
}

.footer .footerContainer .ltd a:hover svg path,
.footer .footerContainer .ltd a:hover svg polygon {
	fill: #242424;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.footer .footerContainer .ltd .icon {
	vertical-align: middle;
	display: none;
	width: 16px;
	height: 20px;
	margin: 0 0 0 31px;
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer .footerContainer .ltd .icon {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 40px;
	}
}

.footer .footerContainer .ltd .icon svg {
	width: 100%;
	height: 100%;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.footer .footerContainer .ltd .icon svg path,
.footer .footerContainer .ltd .icon svg polygon {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: #1f28c1;
}

.footer .footerContainer .social {
	display: inline-block;
	position: absolute;
	right: 81px;
	top: 21px;
}

@media only screen and (min-width: 700px) and (max-width: 1020px) {
	.footer .footerContainer .social {
		right: 50px;
	}
}

@media only screen and (min-width: 0) and (max-width: 699px) {
	.footer .footerContainer .social {
		top: 140px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.footer .footerContainer .social .socialList {
	vertical-align: middle;
	list-style: none;
	display: inline-block;
}

.footer .footerContainer .social .socialList li {
	display: inline-block;
}

.footer .footerContainer .social .socialList li.twitter div {
	border-radius: 3px;
}

.footer .footerContainer .social .socialList li.twitter svg {
	width: 22px;
	height: 21px;
	padding: 12px 13px 15px 13px;
}

.footer .footerContainer .social .socialList li.fb div {
	border-radius: 0 3px 3px 0;
	display: none;
}

.footer .footerContainer .social .socialList li.fb svg {
	width: 10px;
	height: 19px;
	margin: 0 0 0 3px;
	display: none;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.footer .footerContainer .social .socialList li.fb svg {
		margin: 0;
		display: none;

	}
}

.footer .footerContainer .social .socialList li a:hover div svg path,
.footer .footerContainer .social .socialList li a:hover div svg polygon {
	fill: #1f28c1;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.footer .footerContainer .social .socialList li div {
	width: 50px;
	height: 50px;
	border: 1px solid #dbd9d6;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer .footerContainer .social .socialList li div svg {
	width: 100%;
	height: 100%;
}

.footer .footerContainer .social .socialList li div svg path,
.footer .footerContainer .social .socialList li div svg polygon {
	fill: #242424;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.footerContainer .ltd span mark {
	color: #000;
}

.error404 {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.error404 .box {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.error404 .box .bigText {
	font-family: AvenirNextCyr-Heavy;
	color: #000;
	font-size: 150px;
	font-weight: 700;
	line-height: 100px;
	text-align: center;
}

.error404 .box .sorryText {
	text-transform: uppercase;
	font-family: AvenirNextCyr-Regular;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 46px 0 24px 0;
}

.error404 .box .button {
	position: relative;
	width: 200px;
	height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto 0 auto;
	opacity: 1;
	-webkit-transition: opacity 0.3 ease;
	transition: opacity 0.3 ease;
}

.error404 .box .button.hide {
	opacity: 0;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.error404 .box .button {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		width: 170px;
	}
}

.error404 .box .button.tap .buttonHolder:before {
	-webkit-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
}

.error404 .box .button:active .buttonHolder:before,
.error404 .box .button:hover .buttonHolder:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (min-width: 0) and (max-width: 770px) {

	.error404 .box .button:active .buttonHolder:before,
	.error404 .box .button:hover .buttonHolder:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.error404 .box .button .buttonHolder {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	width: 100%;
	height: 100%;
	background: #1f28c1;
	will-change: transform;
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.error404 .box .button .buttonHolder.showBG {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
}

.error404 .box .button .buttonHolder:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1f28c1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.error404 .box .button button {
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 9;
	background: none;
	font-family: AvenirNextCyr-Bold;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.error404 .box .button button a {
	text-decoration: none;
	color: inherit;
}

[lang="ru"] .error404 .box .button button {
	font-size: 16px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	[lang="ru"] .error404 .box .button button {
		font-size: 14px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.error404 .box .button button {
		font-size: 14px;
	}
}

.menu {
	position: fixed;
	width: 100%;
	max-width: 1280px;
	z-index: 99;
	height: 110px;
	left: 50%;
	-webkit-transform: translateY(-110px) translateX(-50%);
	transform: translateY(-110px) translateX(-50%);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	will-change: transform;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.menu {
		height: 240px;
		-webkit-transform: translateY(-240px) translateX(-50%);
		transform: translateY(-240px) translateX(-50%);
	}
}

.menu.overflow {
	overflow: hidden;
}

.menu.hide .aboutLogo {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transform: translateY(-240px) translateX(0);
	transform: translateY(-240px) translateX(0);
}

.menu.hide .aboutMenu {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transform: translateY(-240px) translateX(0);
	transform: translateY(-240px) translateX(0);
}

.menu:not(.hide).langMenu .aboutLogo {
	opacity: 1;
	-webkit-transform: translateY(140px) translateX(0);
	transform: translateY(140px) translateX(0);
}

.menu:not(.hide).langMenu .aboutMenu {
	opacity: 1;
	-webkit-transform: translateY(140px) translateX(0);
	transform: translateY(140px) translateX(0);
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.menu:not(.hide).langMenu .aboutMenu {
		-webkit-transform: translateY(265px) translateX(30px);
		transform: translateY(265px) translateX(30px);
	}
}

.menu:not(.hide) .aboutLogo {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transform: translateY(100px) translateX(0);
	transform: translateY(100px) translateX(0);
}

.menu:not(.hide) .aboutMenu {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transform: translateY(100px) translateX(0);
	transform: translateY(100px) translateX(0);
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.menu:not(.hide) .aboutMenu {
		-webkit-transform: translateY(215px) translateX(30px);
		transform: translateY(215px) translateX(30px);
	}
}

.menu.open {
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.menu.open.langMenu .aboutHeader .aboutMenu {
		-webkit-transform: translateY(255px) translateX(30px);
		transform: translateY(255px) translateX(30px);
	}
}

.menu.open .aboutHeader .aboutLogo {
	-webkit-transform: translateX(0) translateY(100px);
	transform: translateX(0) translateY(100px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.menu.open .aboutHeader .aboutMenu {
	-webkit-transform: translateX(0) translateY(100px);
	transform: translateX(0) translateY(100px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.menu.open .aboutHeader .aboutMenu {
		-webkit-transform: translateY(215px) translateX(30px);
		transform: translateY(215px) translateX(30px);
		opacity: 0;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
	}
}

.menu.open .aboutHeader .aboutLogoOpen {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.menu.open .aboutHeader .lang {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	display: none;

}

.aboutHeader {
	height: 100%;
}

.aboutHeader .aboutLogoOpen {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	cursor: pointer;
	display: inline-block;
	opacity: 0;
	position: absolute;
	z-index: 22;
	top: 25px;
	left: 25px;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	will-change: opacity;
	background-image: url('../assets/images/acl_logo_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .aboutLogoOpen {
		left: 40px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .aboutLogoOpen {
		left: 30px;
	}
}

.aboutHeader .aboutLogoOpen svg {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.aboutHeader .aboutLogoOpen svg g polygon:nth-child(1),
.aboutHeader .aboutLogoOpen svg g polygon:nth-child(4) {
	fill: #1f28c1;
}

.aboutHeader .aboutLogo {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	opacity: 1 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	position: absolute;
	top: 25px;
	left: 25px;
	background-image: url('../assets/images/acl_logo_2_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutHeader .aboutLogo:hover svg rect.left {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.aboutHeader .aboutLogo:hover svg rect.right {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .aboutLogo {
		display: none;
	}
}

.aboutHeader .aboutLogo svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}

.aboutHeader .aboutLogo svg rect {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	will-change: transform;
	fill: #ffffff;
}

.aboutHeader .aboutMenu {
	cursor: pointer;
	float: right;
	OPACITY: 1;
	margin-top: 6px;
	display: block;
	width: 26px;
	height: 20px;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	position: absolute;
	top: 40px;
	right: 50px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .aboutMenu {
		width: 21px;
		height: 11px;
	}
}

.aboutHeader .aboutMenu:hover .border-menu div.line-top {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.aboutHeader .aboutMenu:hover .border-menu div.line-middle {
	top: 6px;
}

.aboutHeader .aboutMenu:hover .border-menu div.line-bottom {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.aboutHeader .aboutMenu .border-menu {
	width: 100%;
	height: 100%;
}

.aboutHeader .aboutMenu .border-menu div {
	position: relative;
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	will-change: transform;
}

.aboutHeader .aboutMenu .border-menu div.line-top {
	top: 3px;
}

.aboutHeader .aboutMenu .border-menu div.line-middle {
	top: 6px;
}

.aboutHeader .aboutMenu .border-menu div.line-bottom {
	top: 9px;
}

.aboutHeader .aboutMenu svg {
	width: 100%;
	height: 100%;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.aboutHeader .aboutMenu svg path {
	fill: #ffffff;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.aboutHeader .languages {
	position: relative;
	display: none;
	height: 60px;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
	opacity: 0;
}

.aboutHeader .languages.show {
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.aboutHeader .languages ul {
	position: absolute;
	list-style: none;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 100%;
	left: 0;
	right: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 auto;
	padding: 15px 0;
	background: rgba(205, 36, 48, 0.9);
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .languages ul {
		width: 100%;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .languages ul {
		width: 100%;
	}
}

.aboutHeader .languages ul li {
	display: inline-block;
	padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .languages ul li {
		padding-left: 40px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .languages ul li {
		display: inline-block;
		padding-left: 22px;
	}
}

.aboutHeader .languages ul li:first-child {
	padding-left: 0;
}

.aboutHeader .languages ul li a {
	font-family: BanderaPro;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	will-change: color;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .languages ul li a {
		font-size: 14px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .languages ul li a {
		font-size: 14px;
	}
}

.aboutHeader .languages ul li a.light {
	color: #242424;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.aboutHeader .languages ul li a:hover {
	color: #242424;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.aboutHeader .menuContainer {
	position: relative;
	display: block;
	height: 100%;
}

.aboutHeader .menuContainer .lang {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	cursor: pointer;
	display: inline-block;
	opacity: 0;
	position: absolute;
	z-index: 22;
	top: 40px;
	right: 30px;
	vertical-align: middle;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	will-change: opacity;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .menuContainer .lang {
		right: 30px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .menuContainer .lang {
		width: 40px;
		height: 40px;
		top: 100px;
		left: 20px;
	}
}

.aboutHeader .menuContainer .lang:hover span {
	color: #1f28c1;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.aboutHeader .menuContainer .lang span {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	color: #242424;
	font-family: BanderaPro;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	.aboutHeader .menuContainer .lang span {
		display: none;
	}
}

.aboutHeader .menuContainer .lang .globe {
	display: inline-block;
	width: 50px;
	height: 27px;
	margin-top: 0;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.aboutHeader .menuContainer .lang .globe {
		height: 22px;
		margin: 88px -3px 0 0;
	}
}

.aboutHeader .menuContainer .lang .globe svg {
	width: 100%;
	height: 100%;
}

.aboutHeader .menuContainer .lang .globe svg path {
	fill: #1f28c1;
}

.aboutHeader .menuContainer .headerMenu {
	position: absolute;
	list-style: none;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 100%;
	left: 0;
	right: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0 auto;
	padding: 40px 0;
	background: #fff;
}

.headerMenu li a mark {
	color: #000;
	-webkit-transition: .3 all;
	-o-transition: .3 all;
	transition: .3 all;
}

.headerMenu li a mark:hover {
	color: #1f28c1;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .menuContainer .headerMenu {
		width: 100%;
		padding: 40px 0 40px 70px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .menuContainer .headerMenu {
		width: 100%;
		text-align: right;
	}
}

.aboutHeader .menuContainer .headerMenu li {
	text-transform: capitalize;
	display: inline-block;
	padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .menuContainer .headerMenu li {
		padding-left: 30px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .menuContainer .headerMenu li {
		display: block;
		padding-left: 0;
		padding-right: 45px;
	}
}

.aboutHeader .menuContainer .headerMenu li:first-child {
	padding-left: 0;
}

.aboutHeader .menuContainer .headerMenu li a {
	font-family: AvenirNextCyr-Bold;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	will-change: color;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.aboutHeader .menuContainer .headerMenu li a {
		font-size: 12px;
		line-height: 30px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.aboutHeader .menuContainer .headerMenu li a {
		font-size: 13px;
		line-height: 34px;
	}
}

/*.aboutHeader .menuContainer .headerMenu li a.light {
	color: #1f28c1;
}*/

.aboutHeader .menuContainer .headerMenu li a:hover {
	color: #1f28c1;
}

.popupContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.popupContainer.show {
	display: block;
	background: rgba(36, 36, 36, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.popupContainer.show.dark {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: rgba(36, 36, 36, 0.5);
}

.blocksPopup {
	position: fixed;
	display: none;
	z-index: 100;
	width: 100%;
	height: 100%;
	max-width: 1366px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.blocksPopup.show {
	display: block;
}

.blocksPopup .Block {
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	max-width: 1280px;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	will-change: transform;
	left: 0;
	right: 0;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .Block {
		overflow-y: hidden;
		top: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		padding: 15px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.blocksPopup .Block.show {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .Block.show {
		top: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		padding: 15px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.blocksPopup .Block.show.open {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .Block.show.open {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		top: 0;
		padding: 15px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 100;
	}
}

.blocksPopup .closePopup {
	position: absolute;
	cursor: pointer;
	width: 26px;
	height: 25px;
	opacity: 1;
	will-change: opacity, margin, transform;
	-webkit-transition: -webkit-transform 0.4s 0s ease;
	transition: transform 0.4s 0s ease;
	margin: -70px 40px 0 0;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.blocksPopup .closePopup:hover {
	-webkit-transition: -webkit-transform 0.4s 0s ease;
	transition: transform 0.4s 0s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.blocksPopup .closePopup.hide {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -70px -40px 0 0;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .closePopup.hide {
		width: 21px;
		height: 21px;
		margin: 0;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .closePopup {
		width: 21px;
		height: 21px;
		margin: 0;
		top: 20px;
		right: 20px;
		position: absolute;
	}
}

.blocksPopup .closePopup svg {
	width: 100%;
	height: 100%;
}

.blocksPopup .closePopup svg path {
	fill: #ffffff;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .closePopup svg path {
		fill: #1f28c1;
	}
}

.blocksPopup .textBlock {
	position: relative;
	background: #fff;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .textBlock {
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 100%;
		padding: 0;
	}
}

.blocksPopup .textBlock .CPCblock {
	background: #fff;
	padding: 70px;
	/*background-image: url("../assets/images/cpc_bg.svg");*/
	/*  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s ease-in;
	transition: opacity 0.3s 0.5s ease-in;
}

.blocksPopup .textBlock .CPCblock.hide {
	-webkit-transition: opacity 0.3s 0.5s ease-in;
	transition: opacity 0.3s 0.5s ease-in;
	opacity: 0;
}

@media only screen and (min-width: 1050px) {
	.blocksPopup .textBlock .CPCblock {
		background-size: 50%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 770px) {
	.blocksPopup .textBlock .CPCblock {
		background-size: 75%;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .textBlock .CPCblock {
		position: relative;
		height: auto;
		max-height: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 0 30px;
		background-size: 170%;
	}
}

.blocksPopup .textBlock .title {
	font-family: AvenirNextCyr-Heavy;
	color: #1f28c1;
	font-size: 34px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	padding: 13px 15% 67px 15%;
	opacity: 1;
	will-change: opacity;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

.blocksPopup .textBlock .title.hide {
	opacity: 0;
}

@media only screen and (min-width: 481px) and (max-width: 849px) {
	.blocksPopup .textBlock .title {
		padding: 13px 10% 67px 10%;
		font-size: 30px;
		line-height: 34px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .textBlock .title {
		padding: 13px 0 40px 0;
		font-size: 22px;
		line-height: 26px;
	}

	[lang="ru"] .blocksPopup .textBlock .title {
		font-size: 20px;
	}
}

.blocksPopup .textBlock .text {
	font-family: AvenirNextCyr-Regular;
	color: #242424;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin: 0 10% 60px;
	will-change: opacity;
}

.blocksPopup .textBlock .text strong {
	font-family: BanderaProBold;
	font-weight: 700;
}

.blocksPopup .textBlock .text p+p {
	margin-top: 10px;
}

.blocksPopup .textBlock .text.hide {
	opacity: 0;
}

.blocksPopup .textBlock .text ul {
	width: 500px;
	text-align: left;
	margin: 0 auto;
}

@media only screen and (min-width: 481px) and (max-width: 849px) {
	.blocksPopup .textBlock .text {
		font-size: 16px;
		line-height: 22px;
		margin: 0 10% 60px 10%;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .textBlock .text {
		font-size: 12px;
		line-height: 17px;
		margin: 0 0 40px 0;
	}
}

.blocksPopup .textBlock .button {
	position: relative;
	width: 200px;
	height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto 0 auto;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	will-change: transform;
}

.blocksPopup .textBlock .button .buttonHolder.showBG {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.blocksPopup .textBlock .button .buttonHolder:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	/*цвет ховера*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.blocksPopup .textBlock .button button {
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 9;
	background: none;
	font-family: AvenirNextCyr-Bold;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: opacity 0.3 ease;
	transition: opacity 0.3 ease;
	text-transform: uppercase;
}

.blocksPopup .textBlock .button.tap .buttonHolder:before {
	-webkit-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
}

.blocksPopup .textBlock .button:active .buttonHolder:before,
.blocksPopup .textBlock .button:hover .buttonHolder:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (min-width: 0) and (max-width: 770px) {

	.blocksPopup .textBlock .button:active .buttonHolder:before,
	.blocksPopup .textBlock .button:hover .buttonHolder:before {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .textBlock .button {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		width: 170px;
	}
}

.blocksPopup .textBlock .button .buttonHolder {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	width: 100%;
	height: 100%;
	background: #1f28c1;
	will-change: transform;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

[lang="ru"] .blocksPopup .textBlock .button button {
	font-size: 16px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	[lang="ru"] .blocksPopup .textBlock .button button {
		font-size: 14px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.blocksPopup .textBlock .button button {
		font-size: 14px;
	}
}

.blocksPopup [data-anim-popup="0"] {
	-webkit-transition: opacity 0.4s 0.5s ease, margin 0.4s 0.5s ease, -webkit-transform 0.4s 0.5s ease;
	transition: opacity 0.4s 0.5s ease, margin 0.4s 0.5s ease, transform 0.4s 0.5s ease;
}

.blocksPopup [data-anim-popup="1"] {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.blocksPopup [data-anim-popup="2"] {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.blocksPopup [data-anim-popup="3"] {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.request {
	background-image: url("../assets/images/submit.jpg");
	min-height: 1100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: -90px 0 0 0;
	position: relative;
}

.request .centerContainer {
	min-height: 1100px;
}

.submitText {
	width: 70%;
	margin: 0px auto 45px;
	font: 18px AvenirNextCyr-Regular;
	color: #fff;
	text-align: center;
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	.request {
		background-position: center;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1170px) {
	.request {
		margin: -60px 0 0 0;
		min-height: 900px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.request {
		background-position: top;
		min-height: 830px;
	}
}

.request .titleText {
	font-family: AvenirNextCyr-Heavy;
	font-size: 110px;
	text-rendering: optimizeLegibility;
	line-height: 90px;
	text-align: center;
	padding: 175px 0 55px 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.request .titleText {
		font-size: 90px;
		line-height: 85px;
		padding: 135px 0 59px 0;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.request .titleText {
		font-size: 80px;
		line-height: 75px;
		padding: 135px 0 59px 0;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.request .titleText {
		font-size: 80px;
		line-height: 75px;
		padding: 135px 0 59px 0;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.request .titleText {
		padding: 128px 0 41px 0;
		font-size: 50px;
		line-height: 45px;
		text-rendering: optimizeLegibility;
	}
}

.request .titleText .titleRed {
	color: #ffffff;
}

.request .titleText .titleWhite {
	color: #ffffff;
}

.request .formHolder {
	margin: 0 auto;
	width: 740px;
	padding-bottom: 100px
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.request .formHolder {
		width: 640px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.request .formHolder {
		width: 640px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.request .formHolder {
		width: 100%;
		padding: 0 25px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.request .formHolder {
		width: 100%;
		padding: 0 25px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.request .formHolder .inputField {
	width: 359px;
	height: 50px;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 20px;
}

.inputFile {
	height: 50px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fileLabel {
	max-width: 520px;
	width: 80%;
	height: 100%;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: transparent;
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding: 0 19px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}

.fileLabel.error {
	background: rgba(205, 36, 48, 0.4);
	border: 1px solid #fff;
}

#file {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	width: 200px;
	height: 100%;
}

.inputFile label.button {
	margin: auto !important;
	width: 150px !important;
	cursor: pointer;
	position: absolute !important;
	right: 30px;
}

.inputFile label.button span {
	position: absolute;
	width: 100%;
	height: 100%;
	font: 16px AvenirNextCyr-Bold;
	text-align: center;
	line-height: 50px;
	z-index: 100;
	text-transform: uppercase;
}

.fileBrowse:after {
	content: '';
	position: absolute;
	border: 25px solid transparent;
	border-left: 25px solid #1f28c1;
	border-top: 25px solid #1f28c1;
	top: 0;
	right: -50px;
}

.fileBrowse:before {
	content: '';
	position: absolute;
	border: 25px solid transparent;
	border-right: 25px solid #1f28c1;
	border-bottom: 25px solid #1f28c1;
	top: 0px;
	left: -50px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.request .formHolder .inputField {
		width: 310px;
	}

	.fileLabel {
		width: calc((100% - 200px) - 2.5%);
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.request .formHolder .inputField {
		width: 310px;
	}

	.fileLabel {
		width: calc((100% - 200px) - 2.5%);
		font-size: 16px;
		overflow: hidden;
	}

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.request .formHolder .inputField {
		width: 100%;
		margin-bottom: 10px;
	}

	.fileBrowse {
		display: none;
	}

	.fileLabel {
		width: 100%;
		max-width: 100%;
		cursor: pointer;
		font-size: 13px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.request .formHolder .inputField {
		width: 100%;
		margin-bottom: 10px;
	}

	.fileBrowse {
		display: none;
	}

	.fileLabel {
		width: 100%;
		max-width: 100%;
		cursor: pointer;
		font-size: 13px;
		overflow: hidden;
	}
}

.request .formHolder .inputField:nth-child(2n+1) {
	margin-left: 20px;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.request .formHolder .inputField:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.request .formHolder .inputField:nth-child(2n+1) {
		margin-left: 0;
	}
}

.request .formHolder .inputField input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: transparent;
	width: 100%;
	height: 100%;
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding: 0 19px;
}

.request .formHolder .inputField input.error {
	background: rgba(205, 36, 48, 0.4);
	border: 1px solid #fff;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {

	.request .formHolder .inputField input,
	.submitText {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.request .formHolder .inputField input {
		font-size: 16px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.request .formHolder .inputField input {
		font-size: 13px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.request .formHolder .inputField input {
		font-size: 13px;
	}
}

.request .formHolder .textField {
	height: 180px;
	width: 100%;
}

.request .formHolder .textField textarea {
	resize: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: transparent;
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding: 16px 19px;
}

.request .formHolder .textField textarea.error {
	background: rgba(205, 36, 48, 0.4);
	border: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.request .formHolder .textField textarea {
		font-size: 16px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.request .formHolder .textField textarea {
		font-size: 13px;
	}
}

.request .formHolder .thanksMessage {
	display: none;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 600px;
	margin-top: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	.request .formHolder .thanksMessage {
		width: 100%;
	}
}

.request .formHolder .thanksMessage .message {
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	max-width: 470px;
	margin: 110px auto 60px;
}

[lang="ru"] .request .formHolder .thanksMessage .message {
	font-size: 27px;
	padding: 0 30px 56px 30px;
}

@media only screen and (min-width: 700px) and (max-width: 850px) {
	.request .formHolder .thanksMessage .message {
		font-size: 24px;
		line-height: 30px;
	}

	[lang="ru"] .request .formHolder .thanksMessage .message {
		font-size: 21px;
	}
}

@media only screen and (min-width: 0) and (max-width: 700px) {
	.request .formHolder .thanksMessage .message {
		font-size: 18px;
		line-height: 23px;
		max-width: 260px;
	}

	[lang="ru"] .request .formHolder .thanksMessage .message {
		padding: 0 10px 56px 10px;
		font-size: 16px;
	}
}

.request .formHolder .button,
.request .formHolder .thanksMessage .button {
	position: relative;
	width: 200px;
	height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto 100px auto;
	opacity: 1;
	-webkit-transition: opacity 0.3 ease;
	transition: opacity 0.3 ease;
}

.request .formHolder .button.hide,
.request .formHolder .thanksMessage .button.hide {
	opacity: 0;
}

@media only screen and (min-width: 0) and (max-width: 480px) {

	.request .formHolder .button,
	.request .formHolder .thanksMessage .button {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		width: 170px;
	}
}

.request .formHolder .button.tap .buttonHolder:before,
.request .formHolder .thanksMessage .button.tap .buttonHolder:before {
	-webkit-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
}

.request .formHolder .button:active .buttonHolder:before,
.request .formHolder .thanksMessage .button:active .buttonHolder:before,
.request .formHolder .button:hover .buttonHolder:before,
.request .formHolder .thanksMessage .button:hover .buttonHolder:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (min-width: 0) and (max-width: 770px) {

	.request .formHolder .button:active .buttonHolder:before,
	.request .formHolder .thanksMessage .button:active .buttonHolder:before,
	.request .formHolder .button:hover .buttonHolder:before,
	.request .formHolder .thanksMessage .button:hover .buttonHolder:before {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

.request .formHolder .button .buttonHolder,
.request .formHolder .thanksMessage .button .buttonHolder {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	width: 100%;
	height: 100%;
	background: #1f28c1;
	will-change: transform;
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.request .formHolder .button .buttonHolder.showBG,
.request .formHolder .thanksMessage .button .buttonHolder.showBG {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
}

.request .formHolder .button .buttonHolder:before,
.request .formHolder .thanksMessage .button .buttonHolder:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	/*цвет ховера*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.request .formHolder .button button,
.request .formHolder .thanksMessage .button button {
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 9;
	background: none;
	font-family: AvenirNextCyr-Bold;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

[lang="ru"] .request .formHolder .button button,
[lang="ru"] .request .formHolder .thanksMessage .button button {
	font-size: 16px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {

	[lang="ru"] .request .formHolder .button button,
	[lang="ru"] .request .formHolder .thanksMessage .button button {
		font-size: 14px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {

	.request .formHolder .button button,
	.request .formHolder .thanksMessage .button button,
	.inputFile label.button span {
		font-size: 14px;
	}
}

.services {
	background-color: #7d7d7d;
}

.services .servicesHeader {
	height: 440px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 128px 0;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .servicesHeader {
		height: 320px;
		padding: 83px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .servicesHeader {
		height: 320px;
		padding: 83px 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .servicesHeader {
		height: 320px;
		padding: 83px 0;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .servicesHeader {
		height: 180px;
		padding: 59px 0;
	}
}

.services .servicesHeader .titleText {
	font-family: AvenirNextCyr-Heavy;
	font-size: 110px;
	text-rendering: optimizeLegibility;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .servicesHeader .titleText {
		font-size: 90px;
		line-height: 73px;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .servicesHeader .titleText {
		font-size: 80px;
		line-height: 73px;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .servicesHeader .titleText {
		font-size: 80px;
		line-height: 73px;
		text-rendering: optimizeLegibility;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .servicesHeader .titleText {
		font-size: 50px;
		line-height: 40px;
		text-rendering: optimizeLegibility;
	}
}

.services .servicesHeader .titleText .titleRed {
	color: #ffffff;
}

.services .servicesHeader .titleText .titleWhite {
	color: #ffffff;
}

.services .blocks {
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks {
		width: 720px;
		height: 720px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks {
		width: 720px;
		height: 720px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks {
		width: 320px;
		height: 480px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks {
		width: 320px;
		height: 480px;
	}
}

.services .blocks .block {
	overflow: hidden;
	display: inline-block;
	width: 360px;
	height: 360px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform, opacity;
}

.services .blocks .block:nth-child(8) {
	background: #7d7d7d;
}

.services .blocks .block:nth-child(10),
.services .blocks .block:nth-child(11),
.services .blocks .block:nth-child(12),
.services .blocks .block:nth-child(13) {
	display: none;
}

.services .blocks .block.noPointer {
	cursor: auto;
}

.services .blocks .block.hide {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.services .blocks .block:hover .text {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.services .blocks .block:hover .icon {
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.services .blocks .block:hover .icon {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.services .blocks .block:hover .icon {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}

.services .blocks .block:hover .button {
	-webkit-transform: translateY(-50px) rotate(180deg);
	transform: translateY(-50px) rotate(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.services .blocks .block:hover .button {
		-webkit-transform: translateY(-30px) rotate(180deg);
		transform: translateY(-30px) rotate(180deg);
	}
}

.services .blocks .block.mobile {
	display: none;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block.mobile {
		display: inline-block;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block.mobile {
		display: inline-block;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks .block {
		width: 240px;
		height: 240px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks .block {
		width: 240px;
		height: 240px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block {
		width: 160px;
		height: 160px;
	}

	.services .blocks .block.no-mobile {
		display: none;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block {
		width: 160px;
		height: 160px;
	}

	.services .blocks .block.no-mobile {
		display: none;
	}
}

.services .blocks .block.back {
	background-color: #747371;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block.mobile-back {
		background-color: #747371;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block.mobile-back {
		background-color: #747371;
	}
}

.services .blocks .block.blue {
	background-color: #747371;
}

.services .blocks .block.blue.show {
	background-color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.services .blocks .block.mobile-blue {
		background-color: #747371;
	}

	.services .blocks .block.mobile-blue.show {
		background-color: #1f28c1;
	}
}

.services .blocks .block.red {
	background-color: #747371;
}

.services .blocks .block.red.show {
	background-color: #1f28c1;
}

.services .blocks .block .topTriangle {
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	will-change: transform;
}

.services .blocks .block .topTriangle.hide {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.services .blocks .block .topTriangle.red {
	border-top: 360px solid #1f28c1;
	border-right: 360px solid transparent;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks .block .topTriangle.red {
		border-top: 240px solid #1f28c1;
		border-right: 240px solid transparent;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks .block .topTriangle.red {
		border-top: 240px solid #1f28c1;
		border-right: 240px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .topTriangle.red {
		border-top: 160px solid #1f28c1;
		border-right: 160px solid transparent;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .topTriangle.red {
		border-top: 160px solid #1f28c1;
		border-right: 160px solid transparent;
	}
}

.services .blocks .block .topTriangle.blue {
	border-top: 360px solid #000;
	border-right: 360px solid transparent;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks .block .topTriangle.blue {
		border-top: 240px solid #000;
		border-right: 240px solid transparent;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks .block .topTriangle.blue {
		border-top: 240px solid #000;
		border-right: 240px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .topTriangle.blue {
		border-top: 160px solid #000;
		border-right: 160px solid transparent;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .topTriangle.blue {
		border-top: 160px solid #000;
		border-right: 160px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .topTriangle.blue.no-mobile {
		display: none;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .topTriangle.blue.no-mobile {
		display: none;
	}
}

.services .blocks .block .bottomTriangle {
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	will-change: transform;
}

.services .blocks .block .bottomTriangle.hide {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.services .blocks .block .bottomTriangle.blue {
	border-bottom: 360px solid #000;
	border-left: 360px solid transparent;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks .block .bottomTriangle.blue {
		border-bottom: 240px solid #000;
		border-left: 240px solid transparent;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks .block .bottomTriangle.blue {
		border-bottom: 240px solid #000;
		border-left: 240px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .bottomTriangle.blue {
		border-bottom: 160px solid #000;
		border-left: 160px solid transparent;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .bottomTriangle.blue {
		border-bottom: 160px solid #000;
		border-left: 160px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .bottomTriangle.blue.mobile-red {
		border-bottom: 160px solid #1f28c1;
		border-left: 160px solid transparent;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .bottomTriangle.blue.mobile-red {
		border-bottom: 160px solid #1f28c1;
		border-left: 160px solid transparent;
	}
}

.services .blocks .block .bottomTriangle.red {
	border-bottom: 360px solid #1f28c1;
	border-left: 360px solid transparent;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks .block .bottomTriangle.red {
		border-bottom: 240px solid #1f28c1;
		border-left: 240px solid transparent;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks .block .bottomTriangle.red {
		border-bottom: 240px solid #1f28c1;
		border-left: 240px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .bottomTriangle.red {
		border-bottom: 160px solid #1f28c1;
		border-left: 160px solid transparent;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .bottomTriangle.red {
		border-bottom: 160px solid #1f28c1;
		border-left: 160px solid transparent;
	}
}

.services .blocks .block .text {
	font-family: AvenirNextCyr-Bold;
	color: #ffffff;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform, opacity;
}

[lang="ru"] .services .blocks .block .text {
	font-size: 20px;
	padding: 0 40px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	[lang="ru"] .services .blocks .block .text {
		padding: 0 31px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	[lang="ru"] .services .blocks .block .text {
		padding: 0 31px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	[lang="ru"] .services .blocks .block .text {
		padding: 0 15px;
		font-size: 10px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	[lang="ru"] .services .blocks .block .text {
		padding: 0 15px;
		font-size: 10px;
	}
}

.services .blocks .block .text.hide {
	opacity: 0;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.services .blocks .block .text {
		font-size: 18px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.services .blocks .block .text {
		font-size: 17px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .text {
		font-size: 16px;
		line-height: 15px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .text {
		font-size: 12px;
		line-height: 16px;
	}
}

.services .blocks .block .icon {
	position: relative;
	width: 99px;
	height: 106px;
	display: block;
	margin: 46px auto 35px auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	will-change: transform, opacity;
	opacity: 1;
}

.services .blocks .block .icon.hide {
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.services .blocks .block .icon.hide {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.services .blocks .block .icon.hide {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.services .blocks .block .icon {
		width: 69px;
		height: 69px;
		margin: 32px auto 28px auto;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.services .blocks .block .icon {
		width: 41px;
		height: 45px;
		margin: 26px auto 15px auto;
	}
}

.services .blocks .block .icon svg {
	width: 100%;
	height: 100%;
}

.services .blocks .block .icon svg path,
.services .blocks .block .icon svg polygon {
	fill: #ffffff;
}

.services .blocks .block .button {
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 26px;
	height: 21px;
	-webkit-transform: rotate(180deg) translateY(0);
	transform: rotate(180deg) translateY(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	will-change: transform;
	opacity: 1;
}

.services .blocks .block .button.hide {
	opacity: 0;
	-webkit-transform: translateY(-50px) rotate(180deg);
	transform: translateY(-50px) rotate(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.services .blocks .block .button.hide {
		-webkit-transform: translateY(-30px) rotate(180deg);
		transform: translateY(-30px) rotate(180deg);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.services .blocks .block .button {
		width: 21px;
		height: 17px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.services .blocks .block .button {
		display: none;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services .blocks .block .button {
		display: none;
	}
}

.services .blocks .block .button svg {
	width: 100%;
	height: 100%;
}

.services .blocks .block .button svg path,
.services .blocks .block .button svg polygon {
	fill: #ffffff;
}

.services .block[data-anim-serv="0"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="0"] {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}

.services .block[data-anim-serv="0"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="0"] [data-anim-serv="11"] {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
}

.services .block[data-anim-serv="0"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="0"] [data-anim-serv="12"] {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
}

.services .block[data-anim-serv="0"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.services .block[data-anim-serv="1"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="1"] {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
}

.services .block[data-anim-serv="1"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="1"] [data-anim-serv="11"] {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
}

.services .block[data-anim-serv="1"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="1"] [data-anim-serv="12"] {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
}

.services .block[data-anim-serv="1"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.services .block[data-anim-serv="1"] [data-anim-serv="13"] {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
}

.services .block[data-anim-serv="2"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services .block[data-anim-serv="3"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services .block[data-anim-serv="3"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.services .block[data-anim-serv="3"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.services .block[data-anim-serv="3"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.services .block[data-anim-serv="4"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.services .block[data-anim-serv="4"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.services .block[data-anim-serv="4"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.services .block[data-anim-serv="4"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.services .block[data-anim-serv="5"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services .block[data-anim-serv="5"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.services .block[data-anim-serv="5"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.services .block[data-anim-serv="5"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.services .block[data-anim-serv="6"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services .block[data-anim-serv="7"] {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services .block[data-anim-serv="7"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.services .block[data-anim-serv="7"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.services .block[data-anim-serv="7"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.services .block[data-anim-serv="8"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services .block[data-anim-serv="8"] [data-anim-serv="11"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.services .block[data-anim-serv="8"] [data-anim-serv="12"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.services .block[data-anim-serv="8"] [data-anim-serv="13"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.services [data-anim-serv="9"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services [data-anim-serv="9"] {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
}

.services [data-anim-serv="10"] {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.services [data-anim-serv="10"] {
		-webkit-transition-delay: 2.7s;
		transition-delay: 2.7s;
	}
}

.top {
	background-image: url("../assets/images/top.jpg");
	height: 850px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.top:before {
	content: '';
	position: absolute;
}

/*@media only screen and (min-width: 0) and (max-width: 1027px) {
  .top {
	background-image: url("../assets/images/p_top_img.jpg");
	height: 560px;
	background-size: cover;
	background-repeat: no-repeat;
  }
}
*/

/*@media only screen and (min-width: 0) and (max-width: 767px) {
  .top {
	background-image: url("../assets/images/p_top_img.jpg");
	height: 850px;
	background-size: cover;
	background-repeat: no-repeat;
  }
}*/
@media only screen and (min-width: 0) and (max-width: 480px) {
	.top {
		height: 560px;
	}

	.top:before {
		content: '';
		position: absolute;
		background-image: url("../assets/images/top.jpg");
		height: 460px;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		top: 0;
		left: 0;
	}
}

.top .langTop {
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
	cursor: pointer;
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 22;
	top: 40px;
	right: 30px;
	vertical-align: middle;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	will-change: opacity;
}

.top .langTop.langMenuOpen {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

[data-mobile-show] {
	display: none !important;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.top .langTop.langMenuOpen {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	[data-mobile-hide] {
		display: none !important;
	}

	[data-mobile-show] {
		display: block !important;
	}

	.mobile-transparent {
		background-color: transparent !important;
	}
}

.top .langTop.hide {
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.top .langTop {
		right: 30px;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.top .langTop {
		top: 20px;
		right: 5px;
	}
}

.top .langTop.tap span {
	color: #1f28c1 !important;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.top .langTop:hover span,
.top .langTop:active span {
	color: #1f28c1;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

@media only screen and (min-width: 0) and (max-width: 769px) {

	.top .langTop:hover span,
	.top .langTop:active span {
		color: #242424;
	}
}

.top .langTop span {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	color: #242424;
	font-family: BanderaPro;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

@media only screen and (min-width: 481) and (max-width: 800px) {
	.top .langTop span {
		font-size: 13px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .langTop span {
		display: none;
	}
}

.top .langTop .globeTop {
	display: inline-block;
	width: 50px;
	height: 27px;
	margin-top: -2px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .langTop .globeTop {
		height: 22px;
	}
}

.top .langTop .globeTop svg {
	width: 100%;
	height: 100%;
}

.top .langTop .globeTop svg path {
	fill: #1f28c1;
}

.top .fullLogo {
	display: block;
	padding: 143px 0 0 0;
	margin: 0 auto;
	max-width: 397px;
	width: calc((397px - 100%) + 100%);
	height: 43px;
	position: relative;
}

.top .fullLogo img {
	max-width: 100%;
}

.top .fullLogo .topCube {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #1f28c1;
	overflow: hidden;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube {
		width: 9px;
		height: 10px;
	}
}

.top .fullLogo .topCube .topCubeTriangle {
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s ease 0.6s;
	transition: transform 0.5s ease 0.6s;
}

.top .fullLogo .topCube.left {
	left: 83px;
	top: 100px;
	height: 33px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.left {
		left: 56px;
		top: 61px;
		height: 22px;
		width: 10px;
	}
}

.top .fullLogo .topCube.left .topCubeTriangle {
	top: 18px;
	border-bottom: 15px solid #1f28c1;
	border-left: 15px solid transparent;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.left .topCubeTriangle {
		top: 12px;
		border-bottom: 10px solid #1f28c1;
		border-left: 10px solid transparent;
	}
}

.top .fullLogo .topCube.leftCenter {
	top: 118px;
	left: 101px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.leftCenter {
		left: 68px;
		top: 73px;
	}
}

.top .fullLogo .topCube.leftCenter .topCubeTriangle {
	border-top: 15px solid #1f28c1;
	border-right: 15px solid transparent;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.leftCenter .topCubeTriangle {
		border-top: 10px solid #1f28c1;
		border-right: 10px solid transparent;
	}
}

.top .fullLogo .topCube.rightCenter {
	top: 83px;
	left: 136px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.rightCenter {
		left: 91px;
		top: 50px;
	}
}

.top .fullLogo .topCube.rightCenter .topCubeTriangle {
	border-bottom: 15px solid #1f28c1;
	border-left: 15px solid transparent;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.rightCenter .topCubeTriangle {
		border-bottom: 10px solid #1f28c1;
		border-left: 10px solid transparent;
	}
}

.top .fullLogo .topCube.right {
	top: 83px;
	left: 153px;
	height: 32px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.right {
		top: 50px;
		left: 102px;
		height: 21px;
	}
}

.top .fullLogo .topCube.right .topCubeTriangle {
	border-top: 15px solid #1f28c1;
	border-right: 15px solid transparent;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo .topCube.right .topCubeTriangle {
		border-top: 10px solid #1f28c1;
		border-right: 10px solid transparent;
	}
}

.top .fullLogo.hide .topCube.left .topCubeTriangle {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.top .fullLogo.hide .topCube.leftCenter .topCubeTriangle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top .fullLogo.hide .topCube.rightCenter .topCubeTriangle {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.top .fullLogo.hide .topCube.right .topCubeTriangle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top .fullLogo.hide svg .color {
	fill: #1f28c1;
}

.top .fullLogo.hide svg .color.anim2 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .fullLogo {
		padding: 120px 0 0 0;
		max-width: 250px;
		width: calc((250px - 100%) + 100%);
		height: 28px;
	}
}

.top .fullLogo svg {
	width: 100%;
	height: 100%;
}

.top .fullLogo svg .color {
	will-change: fill;
}

.top .fullLogo svg .color.anim2 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.top .menuContainer {
	position: relative;
	margin: 280px 0 0 0;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	will-change: transform;
}

.top .menuContainer.hide {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	.top .menuContainer {
		margin: 310px 0 0 0;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .menuContainer {
		margin: 160px 0 0 0;
	}
}

.top .menuContainer .menuHolder {
	display: block;
	opacity: 0.9;
	height: 0;
	border-bottom: 50px solid #000;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	width: 1100px;
	margin: 0 auto;
	margin-bottom: -1px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.top .menuContainer .menuHolder {
		width: 700px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .menuContainer .menuHolder {
		width: 608px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .menuContainer .menuHolder {
		width: 445px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .menuContainer .menuHolder {
		width: 220px;
	}
}

.top .menuContainer .menuTop {
	position: absolute;
	list-style: none;
	z-index: 2;
	width: 700px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 12px;
	opacity: 1;
	will-change: opacity;
}

.top .menuContainer .menuTop.hide {
	opacity: 0;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.top .menuContainer .menuTop {
		width: 640px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .menuContainer .menuTop {
		width: 480px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .menuContainer .menuTop {
		width: 450px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .menuContainer .menuTop {
		display: none;
	}
}

.top .menuContainer .menuTop li {
	text-transform: capitalize;
	display: inline-block;
	padding-left: 40px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.top .menuContainer .menuTop li {
		padding-left: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .menuContainer .menuTop li {
		padding-left: 20px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .menuContainer .menuTop li {
		padding-left: 15px;
	}
}

.top .menuContainer .menuTop li:first-child {
	padding-left: 0;
}

.top .menuContainer .menuTop li a {
	font-family: AvenirNextCyr-Bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	text-transform: uppercase;
}

.top .menuContainer .menuTop li a:hover mark {
	color: #1f28c1;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.top .menuContainer .menuTop li a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .menuContainer .menuTop li a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .menuContainer .menuTop li a {
		font-size: 11.76px;
	}
}

.top .menuContainer .menuTop li a.light {
	color: #1f28c1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.top .menuContainer .menuTop li a:hover {
	color: #1f28c1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.top .menuButton {
	display: none;
	margin: 0 auto;
	width: 21px;
	height: 11px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 15px;
	z-index: 9;
	opacity: 1;
	cursor: pointer;
	will-change: opacity;
}

.top .menuButton.hide {
	opacity: 0;
}

.top .menuButton .border-menu {
	width: 100%;
	height: 100%;
}

.top .menuButton .border-menu div {
	position: relative;
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.top .menuButton .border-menu div.line-top {
	top: 3px;
}

.top .menuButton .border-menu div.line-middle {
	top: 6px;
}

.top .menuButton .border-menu div.line-bottom {
	top: 9px;
}

.top .menuButton svg {
	width: 100%;
	height: 100%;
}

.top .menuButton svg path {
	fill: #ffffff;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .menuButton {
		display: block;
	}
}

.top .textContainer {
	position: relative;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	overflow: hidden;
	will-change: transform;
}

.top .textContainer.hide {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .textContainer.hide {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
}

.top .textContainer .topText {
	position: absolute;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 86px;
	font-family: AvenirNextCyr-Regular;
	color: #ffffff;
	font-size: 18px;
	line-height: 170px;
	text-align: center;
	z-index: 2;
	width: 920px;
	height: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-width: 320px;
	opacity: 1;
	will-change: opacity;
}

[lang="ru"] .top .textContainer .topText {
	font-size: 16px;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	[lang="ru"] .top .textContainer .topText {
		font-size: 13px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	[lang="ru"] .top .textContainer .topText {
		font-size: 13px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	[lang="ru"] .top .textContainer .topText {
		font-size: 13px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	[lang="ru"] .top .textContainer .topText {
		font-size: 12px;
		line-height: 220px;
		height: 220px;
	}
}

.top .textContainer .topText span {
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .textContainer .topText span {
		line-height: 19px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .textContainer .topText span {
		line-height: 19px;
		font-size: 17px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .textContainer .topText span {
		line-height: 19px;
		font-size: 16px;
	}
}

.top .textContainer .topText.hide {
	opacity: 0;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.top .textContainer .topText {
		font-size: 18px;
		width: 100%;
		padding: 0 230px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .textContainer .topText {
		font-size: 17px;
		width: 100%;
		padding: 0 145px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .textContainer .topText {
		font-size: 16px;
		width: 100%;
		padding: 0 100px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .textContainer .topText {
		width: 100%;
		padding: 0 45px;
		font-size: 16px;
		line-height: 200px;
		height: 200px;
	}
}

.top .textContainer .textHolder {
	display: block;
	opacity: 1;
	height: 0;
	border-top: 170px solid #1f28c1;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	width: 800px;
	margin: 0 auto;
}

@media only screen and (min-width: 850px) and (max-width: 1170px) {
	.top .textContainer .textHolder {
		width: 560px;
		border-left: 120px solid transparent;
		border-right: 120px solid transparent;
	}
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.top .textContainer .textHolder {
		width: 468px;
		border-left: 120px solid transparent;
		border-right: 120px solid transparent;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top .textContainer .textHolder {
		width: 305px;
		border-left: 120px solid transparent;
		border-right: 120px solid transparent;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.top .textContainer .textHolder {
		width: 100%;
		height: 205px;
		border: none;
		opacity: 1;
		background: #1f28c1;
	}

	[lang="ru"] .top .textContainer .textHolder {
		height: 220px;
	}
}

.top [data-anim-top="5"] svg .color {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.top [data-anim-top="0"] {
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.top [data-anim-top="1"] {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.top [data-anim-top="2"] {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.top [data-anim-top="3"] {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.top [data-anim-top="4"] {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.hidden {
	display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
	.hidden {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
	.hidden {
		display: inline-block !important;
	}

	.services .blocks .block:nth-child(8) {
		background: transparent;
	}

	.inputFile label.button {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) and (min-width: 0) {
	.hidden {
		display: inline-block !important;
	}

	.services .blocks .block:nth-child(8) {
		background: transparent;
	}

	.inputFile label.button {
		display: none !important;
	}
}

@media only screen and (min-width: 0) and (max-width: 1027px) {
	.inputFile label.button {
		display: none !important;
	}

	.fileLabel {
		width: 100% !important;
		max-width: 100% !important;
	}
}