@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: 700;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 65% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
small{
	display: inline-block;
	vertical-align: baseline;
	font-size: .75em;
	line-height: 1.375em;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}
body{
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.375em;
	letter-spacing: .2px;
	color: #6b6b6b;
	min-width: 320px;
	}
form {
	visibility: hidden;	
	}
.location-animate{
	opacity: 0;
	transition: opacity .3s ease;
	}
.location-animate.page-visible{
	opacity: 1;
	}
/*.hide-cursor, .hide-cursor *{
	cursor: none !important;
	}*/
/*Common styles*/
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	outline: none !important;
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	position: relative;
	font-weight: 500;
	}
h1, .h1{
	font-size: 50px;
	line-height: 1em;
	letter-spacing: -.78px;
	margin: 0 0 52px;
	}
h2, .h2{
	font-size: 30px;
	line-height: 1em;
	margin: 48px 0 31px;
	}
h3, .h3{
	font-size: 20px;
	line-height: 1.1em;
	margin: 48px 0 24px;
	}
h4, .h4{
	font-size: 17px;
	line-height: 1.176470588235294em;
	margin: 48px 0 24px;
	}
h5, .h5{

	}
h6, .h6{

	}
ol, ul{
	list-style: none;
	margin: 22px 0;
	}
ul li, ol li{
	position: relative;
	padding-left: 18px;
	margin-bottom: 22px;
	background: url("../img/list-bullet.svg") no-repeat 0 9px/7px 7px;
	}
ol{
	counter-reset: list1;
	list-style: none;
	}
ul ul, ol ol{
	margin-top: 10px;
	}
ol > li{
	background: none;
	}
ol > li:before{
	counter-increment: list1;
	content: counter(list1) ".";
	position: absolute;
	left: 0;
	top: 3px;
	line-height: 1em;
	}
ol ol{
	counter-reset: list2;
	}
ol ol li{
	padding-left: 44px;
	background: none;
	}
ol ol li:before{
	counter-increment: list2;
	content: counter(list1) "." counter(list2);
	}
ul li p:first-child, ol li p:first-child{
	margin-top: 0 !important;
	}
ul li p:last-child, ol li p:last-child{
	margin-bottom: 0 !important;
	}
.extra-list{
	margin: 44px 0;
	}
ul.extra-list li{
	margin: 0 0 44px;
	background: none;
	}
ul.extra-list .h3{
	display: block;
	color: #ba2026;
	margin: 0;
	}
ol.extra-list li{
	padding-left: 24px;
	margin-bottom: 23px;
	}
ol.extra-list li:before{
	top: 1px;
	font-weight: 500;
	font-size: 20px;
	}
/*_______________________________*/
.scroll-tbl{
	position: relative;
	width: 100%;
	margin: 55px auto 52px;
	border: 1px solid #e6ebf3;
	overflow-x: auto;
	}
.scroll-tbl table{
	margin: 0 auto;
	min-width: 520px;
	border: none;
	}
table{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e6ebf3;
	}
table thead tr, table tr:nth-child(even){
	background: #f9fafc;
	}
table th, table td{
	font-size: .875em;
	line-height: 24px;
	padding: 27px 20px 29px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #e6ebf3;
	}
table th{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: .75em;
	line-height: 22px;
	color: #010E1D;
	padding: 21px 20px 23px;
	}
table td{
	text-align: left;
	}
table tr:first-child th{
	border-top: 0;
	}
table th:first-child, table td:first-child{
	border-left: 0;
	}
table th:last-child, table td:last-child{
	border-right: 0;
	}
table tr:last-child td{
	border-bottom: 0;
	}
table td > *{
	margin: 10px 0;
	}
table td > *:first-child{
	margin-top: 0 !important;
	}
table td > *:last-child{
	margin-bottom: 0 !important;
	}
a{
	color: #6b6b6b;
	text-decoration: underline;
	outline: none !important;
	}
.h1 a{
	position: relative;
	z-index: 11;
	color: #ba2026;
	text-decoration: none;
	}
.no-touchevents .h1 a:hover{
	text-decoration: underline;
	}
.time{
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	margin: 0 0 16px;
	}
p{
	margin: 22px 0;
	}
blockquote{

	}
img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
img.left, img.right{
	margin: 10px 21px 9px 0;
	max-width: 50%;
	}
img.right{
	margin: 10px 0 9px 21px;
	max-width: 50%;
	}
p img.left, p img.right{
	margin-top: 10px;
	margin-bottom: 9px;
	}

hr{
	display: block;
	height: 1px;
	padding: 0;
	margin: 40px auto;
	outline: none;
	border: none;
	background: #E3E4E8;
	}
/*___________________________*/
/*Form styles*/
.form{
	position: relative;
	font-size: 1em;
	line-height: 1.875em;
	color: #9B9B9B;
	margin: 40px 0;
	}
.form .field-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.form .field-row .field{
	width: calc(50% - 28px);
	}
.form .field-row .field.small-w{
	width: calc(44% - 28px);
	}
.form .field-row .field.middle-w{
	width: calc(56% - 28px);
	}
.form .field{
	position: relative;
	width: 100%;
	margin: 0 0 45px;
	}
.field-name{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 0 6px;
	}
.required .field-name:after{
	content: '*';
	margin: -2px 0 0 0;
	}
.form p{
	margin: 0 0 12px;
	}
.form-control{
	position: relative;
	z-index: 2;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #6b6b6b;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid #E3E4E8;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	text-overflow: ellipsis;
	transition: border .2s ease;
	}
textarea.form-control{
	min-height: 80px;
	max-width: 100%;
	min-width: 100%;
	line-height: 1.4em;
	overflow: hidden !important;
	padding: 10px 10px;
	}
.error-field .form-control{
	color: #FF0000;
	background: #ffeded;
	border-color: #ff0000;
	}
.form-control:focus, .error-field .form-control:focus, .filled .form-control{
	border-color: #6b6b6b;
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #B5B6BE;
	opacity: 1;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #B5B6BE;
	opacity: 1;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #B5B6BE;
	opacity: 1;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
	}
input[type="number"]{
	-moz-appearance: textfield;
	}
/*Btn*/
button{
	border: none;
	background: none;
	cursor: pointer;
	outline: none !important;
	}
.btn{
	position: relative;
	z-index: 4;
	display: table;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .4px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 16px 24px 17px;
	min-width: 264px;
	max-width: 100%;
	margin: 40px 0;
	background: #ba2026;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	}
.btn.full-width{
	width: 100%;
	}
.btn::-moz-focus-inner{
	border: 0;
	}
.no-touchevents .btn:not(:disabled):hover{
	color: #ba2026;
	border-color: #ba2026;
	}
.no-touchevents .btn:not(:disabled):active{
	box-shadow: inset 0 4px 7px rgba(4, 24, 63, .3);
	}
.btn.transparent{
	color: #6b6b6b;
	padding: 14px 24px 15px;
	background: transparent;
	border: 2px solid #6b6b6b;
	}
.no-touchevents .btn:not(.transparent):not(:disabled):hover{
	color: #fff;
	}
.no-touchevents.ie .btn:not(.transparent):not(:disabled):hover{
	background: #ED1C27;
	}
.btn:not(.transparent):after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ED1C27;
	transition: transform .3s ease;
	transform-origin: 0 0 0;
	transform: scale(1, 0);
	}
.no-touchevents .btn:not(.transparent):not(:disabled):hover:after{
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	}
.ie .btn:not(.transparent):after{
	display: none;
	}
.btn:disabled{
	opacity: .5;
	cursor: default;
	}
.form .field-row + .btn{
	margin: 16px auto 0;
	}
/*Checkboxes*/
.checkbox-item{
	position: relative;
	line-height: 0;
	margin: 22px 0;
	}
.checkbox-item input[type="checkbox"]{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0;
	}
.checkbox-item input[type="checkbox"] + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.375em;
	color: #6b6b6b;
	padding: 0 0 0 46px;
	cursor: pointer;
	}
.checkbox-item input[type="checkbox"]:disabled + label{
	cursor: default;
	color: #7B888E;
	}
.checkbox-item input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	padding: 1px 0 0;
	width: 24px;
	height: 24px;
	background: #ba2026;
	}
.checkbox-item input[type="checkbox"]:checked + label:before{
	content: '\e803';
	}
.checkbox-item input[type="checkbox"]:disabled + label:before{
	opacity: .5;
	}
/*Errors*/
.form .field-error{
	font-size: .6875em;
	line-height: 1.4em;
	color: #FF0000;
	margin: 7px 0 -10px;
	}
/*Form text*/
.form .sub-text{
	font-size: 12px;
	line-height: 14px;
	color: #6b6b6b;
	}
.form .btn + .sub-text{
	margin: 22px 0 0;
	}
/*Appearance*/
.left{
	float: left;
	}
.right{
	float: right;
	}
.center{
	text-align: center;
	}
.align-right{
	text-align: right;
	}
.centered{
	margin-left: auto;
	margin-right: auto;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.align-m, .align-b{
	display: table-cell;
	vertical-align: middle;
	}
.align-b{
	vertical-align: bottom;
	}
.no-wrap{
	white-space: nowrap;
	}
.corporate-color{
	color: #ba2026;
	}
/*Independent*/
.container{
	position: relative;
	z-index: 2;
	max-width: 1920px;
	padding: 0 100px;
	margin: 0 auto;
	}
.container.full-width{
	max-width: 100%;
	}
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
	position: relative;
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	}
.over-all{
	z-index: 10000 !important;
	}
/*Smooth scroll*/
#all [data-scroll]{
	padding-top: 151px;
	}
.index-page #all [data-scroll]{
	padding-top: 0;
	}
/*Page cursor*/
#page-cursor{
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	pointer-events: none;
	border-radius: 50%;
	margin: -8px 0 0 -8px;
	transform: translateX(-100px) translateY(-100px);
	transition: opacity .1s linear;
	opacity: 0;
	will-change: transform;
	}
#page-cursor.visible{
	opacity: 1;
	}
body:not(.pointer) #page-cursor.hidden{
	opacity: 0;
	}
#page-cursor:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ba2026;
	border-radius: 50%;
	transform-origin: 50% 50%;
	transition: all .3s ease;
	}
/*.opened-gallery #page-cursor:before{
	background: #fff;
	}*/
.pointer #page-cursor:before{
	opacity: .2;
	/*transform: scale(3.529);*/
	left: -20px;
	top: -20px;
	width: 352%;
	height: 352%;
	}
.mix-blend-mode-cursor #page-cursor{
	mix-blend-mode: color-dodge;
	}
/*Grab cursor*/
#grab-cursor{
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: -60px 0 0 -60px;
	transform: translateX(-100px) translateY(-100px);
	opacity: 0;
	pointer-events: none;
	will-change: transform;
	transition: opacity .2s linear;
	}
#grab-cursor.visible{
	opacity: 1;
	visibility: visible;
	}
.pointer #grab-cursor{
	opacity: 0;
	}
#grab-cursor svg{
	transform: scale(.5);
	transition: transform .2s linear;
	}
#grab-cursor.visible svg{
	transform: none;
	}
.pointer #grab-cursor svg{
	transform: scale(.5);
	}
/*Title animate*/
.unfold-animate{
	transform: translateY(20px);
	transition: transform 1s ease;
	}
.visible .unfold-animate, .page-load #main-screen .unfold-animate, .page-load #main h1.unfold-animate{
	transform: none;
	}
.unfold-animate .mask{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 0;
	margin: -6px 0;
	overflow: hidden;
	transform: translateY(calc(100% + 30px));
	transition: transform .75s ease;
	}
.unfold-animate.delay .mask{
	transition-delay: .2s;
	}
.ie .unfold-animate .mask{
	transform: translateY(100%) translateY(30px);
	}
.visible .unfold-animate .mask, .page-load #main-screen .unfold-animate .mask, .page-load #main h1.unfold-animate .mask{
	transform: none;
	}
.unfold-animate .mask span{
	display: block;
	transform: translateY(calc(-100%  - 30px));
	transition: transform .75s ease;
	}
.unfold-animate.delay .mask span{
	transition-delay: .2s;
	}
.ie .unfold-animate .mask span{
	transform: translateY(-100%) translateY(-30px);
	}
.visible .unfold-animate .mask span, .page-load #main-screen .unfold-animate .mask span, .page-load #main h1.unfold-animate .mask span{
	transform: none;
	}
.unfold-animate .mask.delay1, .unfold-animate .mask.delay1 span{
	transition-delay: .05s;
	}
.unfold-animate .mask.delay2, .unfold-animate .mask.delay2 span{
	transition-delay: .1s;
	}
.unfold-animate .mask.delay3, .unfold-animate .mask.delay3 span{
	transition-delay: .15s;
	}
.unfold-animate .mask.delay4, .unfold-animate .mask.delay4 span{
	transition-delay: .2s;
	}
.unfold-animate .mask.delay5, .unfold-animate .mask.delay5 span{
	transition-delay: .25s;
	}
.unfold-animate .mask.delay6, .unfold-animate .mask.delay6 span{
	transition-delay: .3s;
	}
.unfold-animate .mask.delay7, .unfold-animate .mask.delay7 span{
	transition-delay: .35s;
	}
.unfold-animate .mask.delay8, .unfold-animate .mask.delay8 span{
	transition-delay: .4s;
	}
.unfold-animate .mask.delay9, .unfold-animate .mask.delay9 span{
	transition-delay: .45s;
	}
.unfold-animate .mask.delay10, .unfold-animate .mask.delay10 span{
	transition-delay: .5s;
	}



.unfold-animate.delay .mask.delay1, .unfold-animate.delay .mask.delay1 span{
	transition-delay: .25s;
	}
.unfold-animate.delay .mask.delay2, .unfold-animate.delay .mask.delay2 span{
	transition-delay: .3s;
	}
.unfold-animate.delay .mask.delay3, .unfold-animate.delay .mask.delay3 span{
	transition-delay: .35s;
	}
.unfold-animate.delay .mask.delay4, .unfold-animate.delay .mask.delay4 span{
	transition-delay: .4s;
	}
.unfold-animate.delay .mask.delay5, .unfold-animate.delay .mask.delay5 span{
	transition-delay: .45s;
	}
.unfold-animate.delay .mask.delay6, .unfold-animate.delay .mask.delay6 span{
	transition-delay: .5s;
	}
.unfold-animate.delay .mask.delay7, .unfold-animate.delay .mask.delay7 span{
	transition-delay: .55s;
	}
.unfold-animate.delay .mask.delay8, .unfold-animate.delay .mask.delay8 span{
	transition-delay: .6s;
	}
.unfold-animate.delay .mask.delay9, .unfold-animate.delay .mask.delay9 span{
	transition-delay: .65s;
	}
.unfold-animate.delay .mask.delay10, .unfold-animate.delay .mask.delay10 span{
	transition-delay: .7s;
	}

/*Messenger links*/
.messenger-links{
	display: flex;
	}
.messenger-links a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 39px;
	height: 39px;
	margin: 0 11px 0 0;
	background: #70747E;
	border-radius: 110%;
	}
.no-touchevents .messenger-links a:hover{
	background: #ba2026;
	opacity: 1;
	}
.messenger-links a svg *{
	/*fill: #fff !important;*/
	}
/*Social links*/
.social-links{
	display: flex;
	align-items: center;
	line-height: 0;
	margin: 32px 0;
	}
.social-links a{
	display: block;
	margin: 0 20px 0 0;
	}
.no-touchevents .social-links a:hover svg *:not(.no-hover){
	fill: #ba2026;
	}
/*Last news item*/
.last-news-item{
	position: relative;
	z-index: 50;
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 26px 20px 56px;
	text-decoration: none;
	width: 302px;
	min-height: 171px;
	background: #ba2026;
	}
.no-touchevents .last-news-item:hover{
	color: #fff;
	}
.last-news-item:before{
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ba2026;
	}
.last-news-item *{
	position: relative;
	z-index: 3;
	}
.last-news-item .time{
	margin: 0 0 12px;
	}
.last-news-item p{
	margin: 0;
	}
.last-news-item .arrow{
	position: absolute;
	left: 20px;
	bottom: 25px;
	display: block;
	line-height: 0;
	width: 50px;
	height: 12px;
	overflow: hidden;
	transition: width .3s ease !important;
	}
.no-touchevents .last-news-item:hover .arrow{
	width: 97px;
	}
.last-news-item .arrow svg{
	position: absolute;
	right: 0;
	top: 0;
	}
.last-news-item img{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 100%;
	margin: 0;

	opacity: 0;
	pointer-events: none;
	transition: all .5s ease;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	}
.no-touchevents .last-news-item:hover img{
	opacity: 1;

	transition: all .3s ease;
	}
/*================================HEADER===================================*/
#header{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	font-weight: 500;
	width: 100%;
	background-color: #e6e6e6;
	}
.ie .location-animate #header{
	opacity: 0;
	transition: opacity .3s ease;
	}
.page-visible #header{
	transition: transform .6s ease;
	}
.location-animate.page-visible #header{
	opacity: 1;
	}
#logo{
	display: block;
	width: 250px;
	height: 50px;
	margin: 0;
	}
#logo img{
	padding: 0;
	margin: 10px 0;
}
#logo .mobile-logo{
	display: none;
	}
#header a{
	text-decoration: none;
	}
#header > .container{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	padding-top: 25px;
	padding-bottom: 26px;
	}
#header > .container{
	opacity: 0;
	transition: opacity .3s linear .15s;
	}
.page-load #header > .container, html:not(.index-page) .location-animate.page-visible #header .container{
	opacity: 1;
	}
#header .top-box{
	padding-top: 16px;
	padding-bottom: 17px;
	}
#header > .top-box{
	transition-delay: 0s;
	}
#header .top-box:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -1500px;
	right: -1500px;
	height: 1px;
	background: #e6e6e6;
	}
#header .sub-links a{
	margin-right: 69px;
	}
#header .sub-links a.active{
	color: #ba2026;
	}
.no-touchevents #header .sub-links a:hover.active{
	opacity: .7;
	}
#header .lang{
	font-size: 15px;
	margin-left: auto;
	}
.header-contacts{
	display: flex;
	align-items: center;
	margin-left: auto;
	}
.quadro-icon, .messenger-links .quadro-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 45px;
	height: 45px;
	background: #ba2026;
	}
.messenger-links .quadro-icon{
	margin: 0;
	}
.js-open-nav{
	position: relative;
	display: none;
	cursor: pointer;
	height: 32px;
	margin: 0 0 0 -7px;
	width: 32px;
	z-index: 1000;
	}
.js-open-nav .start-state{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 14px;
	width: 18px;
	margin: -6px 0 0 -9px;
	}
.js-open-nav .start-state span{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 0 3px;
	background: #6b6b6b;
	transition: all .25s ease-in-out, background .2s ease;
	}
.js-open-nav .start-state span:nth-child(1){
	transition: all .25s ease-in-out .375s, background .2s ease;
	}
.js-open-nav .start-state span:nth-child(2){
	transition: all .25s ease-in-out .45s, background .2s ease;
	}
.js-open-nav .start-state span:nth-child(3){
	transition: all .25s ease-in-out .525s, background .2s ease;
	}
.opened-nav .js-open-nav .start-state span{
	width: 0;
	}
.opened-nav .js-open-nav .start-state span:nth-child(1){
	transition-delay: 0s;
	}
.opened-nav .js-open-nav .start-state span:nth-child(2){
	transition-delay: .075s;
	}
.opened-nav .js-open-nav .start-state span:nth-child(3){
	transition-delay: .15s;
	}
.js-open-nav .final-state{
	position: absolute;
	top: 9px;
	left: 50%;
	height: 17px;
	width: 18px;
	margin: 0 0 0 -9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.js-open-nav .final-state span{
	position: absolute;
	display: block;
	background: #6b6b6b;
	transition: width .25s ease-in-out, height .25s ease-in-out;
	}
.js-open-nav .final-state span:nth-child(1){
	left: 8px;
	top: -1px;
	height: 0;
	width: 2px;
	transition-delay: 0s;
	}
.js-open-nav .final-state span:nth-child(2){
	left: 0;
	top: 7px;
	height: 2px;
	width: 0;
	transition-delay: .15s;
	}
.opened-nav .js-open-nav .final-state span:nth-child(1){
	height: 18px;
	transition-delay: .425s;
	}
.opened-nav .js-open-nav .final-state span:nth-child(2){
	transition-delay: .275s;
	width: 18px;
	}
/*Nav*/
#nav-box{
	margin-left: calc(20% - 150px);
	}
#nav > ul{
	display: flex;
	align-items: center;
	margin: 0;
	}
#nav > ul > li{
	position: static;
	line-height: 1em;
	padding: 0;
	margin: 0 50px;
	background: none;
	}
#nav > ul > li a:hover{
	color: #ba2026;
	font-weight: 500;
	}
#nav .hidden{
	display: none;
	}
#nav .has-child > a{
	position: relative;
	}
#nav .active > a{
	color: #ba2026;
	}
.no-touchevents #nav .active > a:hover{
	opacity: .7;
	}
#nav .has-child.active > a svg *{
	fill: #ba2026;
	}
#js-open-nav{
	display: none;
	}
/*========================END OF HEADER========================*/
/*Sections*/
#main-screen{
	position: relative;
	z-index: 2;
	}
#main-screen .container{
	min-height: 100vh;
	padding-top: 240px;
	padding-bottom: 200px;
	}
#main-screen .text-box{
	width: 740px;
	max-width: 70%;
	}
#main-screen .h1{
	margin: 0 0 36px;
	}
.paragraph-space {
	padding-bottom: 10px;
}
#main-screen .text-box p:not(.h1){
	color: #70747E;
	max-width: 720px;
	margin: 0;
	transform: translateY(30px);
	transition: transform 1.1s ease .9s, opacity 1.1s ease .9s;
	opacity: 0;
	}
.page-load #main-screen .text-box p:not(.h1){
	transform: none;
	opacity: 1;
	}

#main-screen .last-news-item{
	position: absolute;
	left: 100px;
	bottom: -45px;
	transform: translateY(30px);
	transition: transform 1s ease 1.3s, opacity 1s ease 1.3s;
	opacity: 0;
	}
.page-load #main-screen .last-news-item{
	transform: none;
	opacity: 1;
	}

#main-screen .animate-bg-box{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 49.8%;
	width: 50.2%;
	height: 100%;
	}
#main-screen .text-box .animate-bg-box {
	display: none;
}
#main-screen .animate-bg-box .bg-pills{
	position: absolute;
	right: 40px;
	top: 40px;
	width: 100%;
	height: 835px;
	background: url("../img/main-bg.png") no-repeat 0 90%/100% auto;
	transform: scale(.92);
	transition: transform 2.5s ease .5s, opacity 1s linear .5s;
	opacity: 0;
	}
#main-screen .animate-bg-box .back-pill{
	position: absolute;
	left: 225px;
	top: 175px;
	transform: translateY(-60px);
	opacity: 0;
	transition: transform 1.75s ease 1s, opacity .3s linear 1s;
	}
#main-screen .animate-bg-box .front-pill{
	position: absolute;
	z-index: 2;
	top: 234px;
	left: 164px;
	opacity: 0;
	transform: translateY(40px);
	transition: transform 1.5s ease .75s, opacity .3s linear .75s;
	}
.page-load #main-screen .animate-bg-box .front-pill, .page-load #main-screen .animate-bg-box .back-pill, .page-load #main-screen .animate-bg-box .bg-pills{
	opacity: 1;
	transform: none;
	}
#main-screen .animate-bg-box img{
	margin: 0;
	max-width: none;
	}

#main-screen .bg-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity .7s linear .3s;
	}
.page-load #main-screen .bg-box, .page-load #main-screen .animate-bg-box{
	opacity: 1;
	}
#main-screen .video-bg-box:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	}
#main-screen .bg, #main-screen .video-bg{
	position: absolute;
	left: 0;
	top: -20%;
	width: 100%;
	height: 120%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
#main-screen .video{
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate3d(-50%, -50%, 0);
	}
/**/
.has-bg{
	background: #e6e6e6;
	}
/*Company services section*/
.company-services-section{
	position: relative;
	padding: 100px 0;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	}
.company-services-section .header{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 46px;
	}
.company-services-section .title-box{
	max-width: 268px;
	padding-right: 120px;
	}
.company-services-section .title-box .h1{
	max-width: 540px;
	margin: 0;
	}
.company-services-section .header .sub-text{
	width: 50%;
	max-width: 420px;
	margin: 4px 0 0;
	transform: translateY(20px);
	transition: transform .7s ease .8s, opacity .7s ease .8s;
	opacity: 0;
	}
.visible.company-services-section .header .sub-text{
	transform: none;
	opacity: 1;
	}
.company-services-section .header .sub-text > *:first-child{
	margin-top: 0;
	}
.company-services-section .header .sub-text > *:last-child{
	margin-bottom: 0;
	}

.company-services-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	}
.services-regions-nav{
	font-weight: 500;
	font-size: 17px;
	line-height: 1em;
	margin: 130px 0 0;
	transform: translateY(30px) translateZ(0);
	transition: transform .7s ease .3s, opacity .7s ease .3s;
	opacity: 0;
	}
.visible .services-regions-nav{
	transform: translateY(0) translateZ(0);
	opacity: 1;
	}
.services-regions-nav .swiper-wrapper{
	display: block;
	}
.services-regions-nav .swiper-slide{
	padding-left: 112px;
	margin: 0 0 23px;
	}
.services-regions-nav .swiper-slide:last-child{
	margin: 0;
	}
.services-regions-nav .nav-item{
	position: relative;
	color: #70747E;
	cursor: pointer;
	}
.no-touchevents .services-regions-nav .nav-item:hover{
	color: #ba2026;
	}
.services-regions-nav .active{
	color: #ba2026;
	cursor: default;
	}
.services-regions-nav .nav-item:before{
	content: '';
	position: absolute;
	right: calc(100% + 12px);
	top: 11px;
	width: 0;
	height: 2px;
	background: #ba2026;
	transition: width .3s ease;
	}
.services-regions-nav .active:before{
	width: 101px;
	}

.company-services-list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 0 24%;
	transform: translateY(30px) translateZ(0);
	transition: transform .7s ease .6s, opacity .7s ease .6s;
	opacity: 0;
	}
.visible .company-services-list{
	transform: translateY(0) translateZ(0);
	opacity: 1;
	}
.service-item{
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #6b6b6b;
	text-decoration: none;
	padding: 20px;
	max-width: 212px;
	min-height: 280px;
	background: #e6e6e6;
	}
.company-services-list .service-item{
	width: calc(25% - 10px);
	margin: 0 35px 35px 0;
	}
.service-item.disabled{
	color: rgba(77, 81, 92, .3) !important;
	}
.no-touchevents .service-item:not(.disabled):hover{
	color: #fff;
	background: #ba2026;
	}
.service-item span:hover {
	opacity: 0 !important;
	}
.service-item .bg{
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 20px;
	}
.no-touchevents .service-item:not(.disabled):hover .bg{
	opacity: 1;
	}
.service-item .bg svg:not(.arrow){
	margin-bottom: 0;
	}
.company-services-section .flags-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 44.0625%;
	height: 100%;
	overflow: hidden;
	}
.company-services-section .flags-box:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: height .75s ease;
	}
.company-services-section.visible .flags-box:after{
	height: 0;
	}
.company-services-section .flags-box .movement-bg{
	position: absolute;
	left: 0;
	top: -20%;
	width: 100%;
	height: 120%;
	}
.company-services-section .flags-box .flag{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: cover;
	opacity: 0;
	}
.company-services-section .flags-box .flag.active{
	z-index: 1;
	opacity: 1;
	}
/*Company facts section*/
.company-facts-section{
	position: relative;
	max-width: 1940px;
	margin: 0 auto;
	padding: 136px 0 143px;
	}
.company-facts-section .bg{
	content: '';
	position: absolute;
	left: 650px;
	top: -15%;
	min-width: 100%;
	width: 1940px;
	height: 100%;
	background: url("../img/map-bg.svg") no-repeat 0 150px;
	opacity: 0;
	transition: opacity .4s linear .4s;
	}
.company-facts-section.visible .bg{
	opacity: 1;
	}
.company-facts-grid{
	/*display: flex;
	flex-wrap: wrap;
	align-items: flex-start;*/
	}
.company-facts-grid .title-box{
	width: 29.3%;
	}
.company-facts-grid .facts-slider-box{
	min-height: 438px;
	width: 76%;
	margin-left: 24%;
	padding-top: 43px;
	transform: translateY(30px);
	transition: transform .7s ease .3s, opacity .7s ease .3s;
	opacity: 0;
	}
.visible .facts-slider-box{
	transform: none;
	opacity: 1;
	}
.facts-slider{
	position: relative;
	max-width: 480px;
	margin: 0 0 74px;
	}
.facts-slider .swiper-wrapper{
	height: auto;
	}
.facts-slider .swiper-slide{
	position: relative;
	height: auto;
	min-height: 270px;
	}
.facts-slider .h1{
	margin: 0 0 25px;
	max-width: none;
	}
.facts-slider p{
	max-width: 425px;
	}
.facts-slider p a {
	text-decoration: none;
	}
.facts-slider p a:hover {
	color: #000;
	}
.facts-slider p:last-child{
	margin-bottom: 0;
	}
.facts-slider-box .btn{
	margin: 0;
	}
.facts-slider-box > *:last-child{
	margin-bottom: 0;
	}
.facts-slider .swiper-pagination{
	position: absolute;
	left: -220px;
	top: 19px;
	}
.facts-slider .progress-box{
	position: absolute;
	top: -148px;
	right: -300px;
	transition: opacity .3s linear .8s;
	opacity: 0;
	}
.visible .facts-slider .progress-box{
	opacity: 1;
	}
.facts-slider .progress-box .progress{
	stroke-dasharray: 1080px;
	}
.facts-slider .countries-list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 36px 0 22px;
	}
.facts-slider .countries-list li{
	width: 33.333333%;
	padding: 0 24px 0 0;
	margin: 0 0 1px;
	background: none;
	}
.facts-slider .swiper-slide > *:last-child{
	margin-bottom: 0;
	}
/*Company advantages section*/
.company-advantages-section{
	padding: 138px 0;
	}
.company-advantages-section .title-box{
	max-width: 520px;
	}
.company-advantages-section .h1{
	margin: 0;
	}
.company-advantages-section .title-box + .advantages-list{
	margin-top: -6px;
	}
.advantages-list{
	margin-left: calc(29.3% - 41px);
	}
.js-view-checker .advantages-list{
	opacity: 0;
	transform: translateY(50px);
	transition: transform .75s ease .3s, opacity .75s ease .3s;
	}
.visible .advantages-list{
	transform: none;
	opacity: 1;
	}
.advantages-list .swiper-container{
	overflow: visible;
	}
.advantages-list .swiper-wrapper{
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 870px;
	padding: 0 0 76px;
	margin: 0;
	width: auto;
	}
.advantages-list .swiper-pagination{
	display: none;
	}
.advantage-item{
	position: relative;
	max-width: 332px;
	padding: 30px 0 32px 41px;
	margin: 0 0 65px;
	min-height: 285px;
	}
.advantages-list .advantage-item:nth-child(odd){
	top: 142px;
	}
.advantages-list .advantage-item{
	width: calc(50% - 30px);
	}
.advantage-item:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 128px;
	background: #fff;
	}
.advantage-item > *:last-child{
	margin-bottom: 0;
	}
.advantage-item .h2{
	color: #ba2026;
	margin: 0 0 30px;
	max-width: 280px;
	}
.advantage-item p{
	max-width: 291px;
	margin: 0 0 12px;
	}
.advantage-item .icon{
	position: absolute;
	left: -60px;
	top: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 40px;
	height: 40px;
	}
/*History in brief section*/
.history-in-brief-section, .our-team-section{
	padding: 136px 0 143px;
	}
.history-in-brief-section .h1, .our-team-section .h1{
	margin: 0 0 74px;
	}
.history-slider, .our-team-slider{
	margin: 0 0 0 29.3%;
	}
.js-view-checker .history-slider, .js-view-checker .our-team-slider{
	opacity: 0;
	transform: translateY(30px);
	transition: transform .75s ease .3s, opacity .75s ease .3s;
	}
.visible .history-slider, .visible .our-team-slider{
	transform: none;
	opacity: 1;
	}
.history-slider .swiper-container, .our-team-slider .swiper-container{
	overflow: visible;
	}
.history-slider .swiper-container:before{
	content: '';
	position: absolute;
	top: 73px;
	left: -1500px;
	right: -1500px;
	height: 2px;
	background: #E3E4E8;
	}
.history-slider .swiper-slide, .our-team-slider .swiper-slide{
	width: 322px !important;
	max-width: 100%;
	}
.history-slider .swiper-pagination, .our-team-slider .swiper-pagination{
	display: none;
	}
.history-slider .year{
	display: inline-block;
	vertical-align: top;
	color: #ba2026;
	padding-bottom: 23px;
	margin: 0 0 32px;
	border-bottom: 2px solid #ba2026;
	}
.history-slider p, .our-team-slider p{
	margin: 0;
	}
.history-slider .swiper-btns-box{
	margin: 72px 0 0;
	}
/*Our team section*/
.our-team-slider .swiper-slide{
	transition: color .4s ease;
	}
.no-touchevents .our-team-slider .swiper-slide:hover{
	color: #ba2026;
	}
.our-team-slider img{
	margin: 0 0 18px;
	transition: all .4s ease;
	}
.no-touchevents .our-team-slider img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .7;
	}
.no-touchevents .our-team-slider .swiper-slide:hover img{
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	}
.our-team-slider .name{
	font-weight: 500;
	line-height: 1em;
	font-size: 30px;
	}
.our-team-slider p:not(.name){
	max-width: 233px;
	}
.our-team-slider .name{
	margin: 0 0 12px;
	}
.our-team-slider .swiper-btns-box{
	margin: 60px 0 0;
	}
/*Main company fact section*/
.main-company-fact-section{
	position: relative;
	text-align: center;
	padding: 219px 0;
	background: #e7e7e7;
	overflow: hidden;
	}
.main-company-fact-section .h1{
	max-width: 700px;
	margin: 0 auto;
	}
.main-company-fact-section .quantity{
	display: block;
	font-weight: 700;
	font-size: 220px;
	line-height: 1em;
	letter-spacing: -.783333px;
	margin: 0 0 -22px;
	}
.main-company-fact-section .bg{
	position: absolute;
	left: 0;
	top: -20%;
	width: 100%;
	height: 120%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
/*Trust us section*/
.trust-us-section{
	position: relative;
	margin: 0 auto;
	padding: 136px 0 0 0;
	overflow: hidden;
	}
.trust-us-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.trust-us-grid .title-box{
	position: relative;
	z-index: 22;
	width: 24%;
	padding-right: 64px;
	}
.trust-us-grid .title-box .h1{
	max-width: 280px;
	}
.trust-us-grid .trust-us-slider-box{
	position: relative;
	width: 73.37209302325581%;
	transform: translateY(30px);
	transition: transform .7s ease .3s, opacity .7s ease .3s;
	opacity: 0;
	}
.visible .trust-us-slider-box{
	transform: none;
	opacity: 1;
	}
.trust-us-grid .trust-us-slider-box:before{
	content: '';
	position: absolute;
	z-index: 2;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 2500px;
	background: #fff;
	}
.trust-us-slider{
	position: relative;
	z-index: 1;
	}
.trust-us-slider .swiper-container{
	overflow: visible;
	}
.trust-us-slider .swiper-slide{
	height: auto;
	padding: 25px 28px 84px 44px;
	width: 100% !important;
	background: #e6e6e6;
	}
.trust-us-slider .swiper-slide p:last-of-type{
	margin-bottom: 0;
	}
.trust-us-slider .h2{
	position: relative;
	margin: 0 0 38px;
	padding-right: 50px;
	}
.trust-us-slider .h2 .js-open-gallery{
	position: absolute;
	top: 3px;
	right: 7px;
	line-height: 0;
	}
.trust-us-slider .h2 .js-open-gallery img{
	display: none !important;
	}
.no-touchevents .trust-us-slider .h2 .js-open-gallery:hover svg *{
	fill: #ED1C27;
	}
.trust-us-slider .logo{
	position: absolute;
	bottom: 27px;
	display: flex;
	align-items: center;
	height: 48px;
	padding-top: 5px;
	}
.trust-us-slider .logo img{
	margin: 0;
	max-height: 25px;
	}
.trust-us-slider .swiper-btns-box{
	margin: 40px 0 0 44px;
	}
.trust-us-slider .swiper-pagination{
	display: none;
	}
/*News section*/
.news-section{
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 132px 0 143px;
	}
.news-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.news-section .title-box{
	width: 29.18604651162791%;
	padding-right: 64px;
	}
.news-section .title-box .h1{
	max-width: 280px;
	margin: 0;
	}
.news-list-box{
	width: 70.81395348837209%;
	max-width: 988px;
	padding: 8px 0 0;
	}
#main .news-list-box{
	width: 100%;
	padding: 0;
	}
.js-view-checker .news-list-box{
	opacity: 0;
	transform: translateY(30px);
	transition: transform .7s ease .5s, opacity .7s ease .5s;
	}
#main.js-view-checker .news-list-box{
    transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.visible .news-list-box{
	opacity: 1;
	transform: none;
	}
.news-list-box .btn{
	min-width: 214px;
	margin: 37px 0 0;
	}
/*Events calendar section*/
.events-calendar-section{
	position: relative;
	z-index: 11;
	margin: 0 auto;
	padding: 136px 0 143px;
	}
.events-calendar-section + .news-section{
	z-index: 12;
	}
.events-calendar-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.events-calendar-grid .title-box{
	position: relative;
	z-index: 22;
	width: 29.18604651162791%;
	padding-right: 64px;
	}
.events-calendar-grid .title-box .h1{
	max-width: 280px;
	}
.events-calendar-slider-box{
	position: relative;
	width: 70.81395348837209%;
	transform: translateY(30px);
	transition: transform .7s ease .4s, opacity .7s ease .4s;
	opacity: 0;
	padding: 3px 0 0;
	}
.visible .events-calendar-slider-box{
	transform: none;
	opacity: 1;
	}
.events-calendar-grid .events-calendar-slider-box:before{
	content: '';
	position: absolute;
	z-index: 2;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 2500px;
	background: #fff;
	}
.events-calendar-slider{
	position: relative;
	z-index: 1;
	}
.events-calendar-slider .swiper-container{
	overflow: visible;
	}
.events-calendar-slider .swiper-slide{
	height: auto;
	width: 278px !important;
	padding-right: 30px;
	max-width: 100%;
	border-right: 1px solid #E3E4E8;
	}
.events-calendar-slider .swiper-slide:last-child{
	border: none;
	}
.events-calendar-slider .swiper-slide > p:last-of-type{
	margin-bottom: 0;
	}
.events-calendar-slider .swiper-slide > a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	}
.no-touchevents .events-calendar-slider .swiper-slide > a:hover, .no-touchevents .events-calendar-slider .swiper-slide > a:hover *{
	color: #ba2026;
	}
.no-touchevents .events-calendar-slider .swiper-slide > a:before{
	content: '';
	position: absolute;
	left: 0;
	top: -27px;
	height: 27px;
	width: 100%;
	display: none;
	}
.no-touchevents .events-calendar-slider .swiper-slide > a:hover:before{
	display: block;
	}
.events-calendar-slider .swiper-slide > a img{
	position: absolute;
	left: 0;
	bottom: calc(100% + 26px);
	width: 210px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	pointer-events: none;
	}
.no-touchevents .events-calendar-slider .swiper-slide > a:hover img{
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	}
.events-calendar-slider .time{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1em;
	color: #B5B6BE;
	margin: 0 0 1px;
	}
.events-calendar-slider .h3{
	margin: 0;
	}
.events-calendar-slider .country{
	color: #B5B6BE;
	margin: 21px 0 0;
	}
.events-calendar-slider .swiper-btns-box{
	margin: 70px 0 0 0;
	}
.events-calendar-slider .swiper-pagination{
	display: none;
	}
/*Services products section*/
.services-products-section{
	position: relative;
	z-index: 2;
	padding: 80px 0 142px;
	}
.services-products-section.has-info-box{
	padding-bottom: 200px;
	}
.services-products-section .h1{
	position: relative;
	z-index: 10;
	margin: 0 0 -132px;
	}
.services-products-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.services-products-grid .sub-info-col{
	width: 29.3%;
	padding: 241px 70px 0 0;
	}
.js-view-checker.services-products-section .sub-info-col, .js-view-checker.services-products-section .extra-list-grid, .js-view-checker.services-products-section .sub-info-box{
	opacity: 0;
	transform: translateY(30px);
	transition: transform .5s ease .3s, opacity .5s linear .3s;
	}
.services-products-grid .sub-info-col > *:first-child{
	margin-top: 0;
	}
.services-products-grid .list-col{
	position: relative;
	width: 70.7%;
	padding: 100px 0 100px 93px;
	}
.services-products-grid .list-col:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: -1500px;
	height: 100%;
	background: #e6e6e6;
	}
.js-view-checker.services-products-section .services-products-grid .list-col:before{
	height: 0;
	transition: height .5s ease .3s;
	}
.js-view-checker.services-products-section .extra-list-grid{
	transition: transform .5s ease .6s, opacity .5s linear .6s;
	}
.services-products-section .extra-list-grid .col ul li{
	float: left;
	padding-right: 50px;
	}
.services-products-section .extra-list-grid .col a{
	text-decoration: none;
	}
.services-products-section .extra-list-grid .col img{
	max-height: 80px;
	float: left;
	clear: right;
	padding: 0 20px 10px 0;
	}
.services-products-section .extra-list{
	margin: 0;
	width: 90%;
	}
.services-products-grid .sub-info-box{
	position: absolute;
	right: 0;
	bottom: -54px;
	font-size: 20px;
	line-height: 1.1em;
	max-width: 49%;
	width: 594px;
	padding: 45px 56px 50px;
	}
.js-view-checker.services-products-section .sub-info-box{
	opacity: 0;
	transform: translateY(30px);
	transition: transform .5s ease .8s, opacity .5s linear .8s;
	}
.services-products-grid .sub-info-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(100% + 100px);
	background: #ba2026;
	}

.visible.services-products-section .sub-info-col, .visible.services-products-section .extra-list-grid, .js-view-checker.visible .sub-info-box{
	opacity: 1;
	transform: none;
	}
.visible.services-products-section .services-products-grid .list-col:before{
	height: 100%;
	}
/*Service additional info section*/
.service-additional-info-section{
	padding: 100px 0;
	}
.services-products-section + .service-additional-info-section{
	position: relative;
	z-index: 1;
	}
.additional-info-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.additional-info-grid .img-box{
	position: relative;
	width: 29.3%;
	}
.additional-info-grid .img-box img{
	margin: 0 0 -42px;
	}
.additional-info-grid .img-box .animate-img{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	overflow: hidden;
	}
.js-view-checker .additional-info-grid .animate-img{
	height: 0;
	transition: height .5s ease;
	}
.visible .additional-info-grid .animate-img{
	height: calc(100% + 42px);
	}
.additional-info-grid .img-box .animate-img img{
	margin: 0;
	}
.additional-info-grid .info-box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 70.7%;
	padding: 0 3% 0 110px;
	}
.js-view-checker .additional-info-grid .info-box{
	transform: translateY(30px);
	opacity: 0;
	transition: transform .5s ease .3s, opacity .5s linear .3s;
	}
.visible .additional-info-grid .info-box{
	transform: none;
	opacity: 1;
	}
.additional-info-grid .info-box .col{
	width: calc(50% - 48px);
	}
.additional-info-grid .info-box .h2{
	font-size: 30px;
	line-height: 1em;
	margin: 0 0 46px;
	}
.additional-info-grid .info-box .col > *:last-child{
	margin-bottom: 0;
	}
/*Service list section*/
.service-list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.service-list-section .service-list{
	margin-top: -29px;
	}
.js-view-checker .service-list{
	transform: translateY(30px);
	opacity: 0;
	transition: transform .5s ease .3s, opacity .5s linear .3s;
	}
.visible .service-list{
	transform: none;
	opacity: 1;
	}
.service-list .col{
	width: calc(50% - 48px);
	}
.service-list .col > *{
	max-width: 270px;
	}
.substrate-bg-item{
	position: relative;
	min-height: 257px;
	padding: 37px 0 41px;
	}
.substrate-bg-item:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -54px;
	top: 0;
	bottom: 0;
	width: 140px;
	background: #fff;
	}
.substrate-bg-item > *:first-child{
	margin-top: 0;
	}
.substrate-bg-item > *:last-child{
	margin-bottom: 0;
	}
/*Registration steps section*/
.registration-steps-section{
	padding-top: 194px;
	}
.registration-steps-section .title-box{
	margin-top: -18px;
	}
.bg-text-box{
	position: relative;
	}
.bg-text-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -54px;
	top: -52px;
	bottom: -57px;
	width: 100vw;
	background: #e6e6e6;
	}
.js-view-checker .bg-text-box:before{
	width: 0;
	transition: width .7s ease .3s;
	}
.visible .bg-text-box:before{
	width: 100vw;
	}
.bg-text-box > *:first-child{
	margin-top: 0;
	}
.bg-text-box > *:last-child{
	margin-bottom: 0;
	}
.registration-steps-section .bg-text-box p{
	max-width: 330px;
	}
.js-view-checker .bg-text-box p, .js-view-checker .registration-steps{
	transform: translateY(30px);
	opacity: 0;
	transition: transform .5s ease .5s, opacity .5s linear .5s;
	}
.visible .bg-text-box p, .visible .registration-steps{
	transform: none;
	opacity: 1;
	}

.registration-steps{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.js-view-checker .registration-steps{
	transition: transform .5s ease .7s, opacity .5s linear .7s;
	}
.registration-steps-section .registration-steps{
	margin: 162px -28px -74px -34.3%;
	}
.registration-steps li{
	padding: 0 3.5% 0 0;
	margin: 0 0 74px;
	width: 25%;
	}
.registration-steps li:before{
	counter-increment: list1;
	content: counter(list1, decimal-leading-zero);
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 0;
	top: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #ba2026;
	margin: 0 0 9px -21px;
	padding: 0 21px;
	background: #fff;
	}
.registration-steps li:after{
	content: '';
	position: absolute;
	z-index: -1;
	right: 20px;
	top: 8px;
	left: 35px;
	height: 1px;
	background: #E0E0E0;
	}
.registration-steps li:last-child:after{
	right: 100% !important;
	}
.registration-steps strong{
	font-weight: 500;
	}
/*Service cost section*/
.service-cost-section.mobile-dropdown-section{
	padding: 140px 0 195px;
	}
.service-cost-section.mobile-dropdown-section .h1{
	margin-bottom: 76px;
	}
.service-cost-section.mobile-dropdown-section .section-grid{
	display: block;
	width: 100%;
	}
.service-cost-section.mobile-dropdown-section .title-box{
	width: 100%;
	}
.service-cost-section.mobile-dropdown-section .mobile-dropdown-box{
	margin-left: 29.3%;
	}
.cost-table{
	position: relative;
	margin: 0 auto;
	}
.js-view-checker .cost-table{
	transform: translateY(30px);
	opacity: 0;
	transition: transform .5s ease .3s, opacity .5s linear .3s;
	}
.visible .cost-table{
	transform: none;
	opacity: 1;
	}
.cost-table:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -43px;
	bottom: -53px;
	right: -50vw;
	left: calc(100% - 165px);
	background: #fff;
	}
.service-cost-section .cost-table{
	position: relative;
	margin: 0 calc(-126px - 3%) 0 0;
	left: -34.3%;
	}
.cost-table .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
	}
.cost-table > .row:first-child{
	align-items: flex-end;
	}
.cost-table .row > .col{
	width: 63%;
	padding: 18px 64px 22px 0;
	}
.cost-table .row > .price-col{
	width: 37%;
	padding-right: 0;
	max-width: 330px;
	}
.cost-table p{
	margin: 0;
	max-width: 545px;
	}
.cost-table .price{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	white-space: nowrap;
	color: #232325;
	text-align: right;
	}
.cost-table .price-table .col{
	width: 50%;
	}
.price-table .row:last-child{
	border: none;
	}
.price-table .row:first-child .col{
	padding-top: 0;
	}
.price-table .row:last-child .col{
	padding-bottom: 0;
	}
.cost-table .price-table .col:not(.price-col){
	padding-right: 24px;
	}
/*Process support section*/
.process-support-section{
	position: relative;
	padding: 138px 0;
	color: #fff;
	background: #ba2026;
	overflow: hidden;
	}
.process-support-section .h1{
	max-width: 1170px;
	margin: 0;
	}
.process-support-section .movement-bg{
	position: absolute;
	bottom: 7%;
	right: 0;
	width: 665px;
	height: 439px;
	}
.process-support-section.js-view-checker .movement-bg{
	margin-top: -30px;
	opacity: 0;
	transition: margin .3s ease .2s, opacity .3s linear .2s;
	}
.process-support-section.visible .movement-bg{
	margin: 0;
	opacity: 1;
	}
/*Clients section*/
.clients-section{
	padding: 136px 0 143px;
	}
.clients-section .text-box{
	position: relative;
	z-index: 10;
	}
.clients-section .h1{
	margin: 0 0 26px;
	}
.clients-section .text-box p:not(.h1){
	max-width: 301px;
	margin: 0;
	}
.clients-section.js-view-checker .text-box p:not(.h1), .clients-section.js-view-checker .clients-list{
	transform: translateY(30px);
	transition: transform .5s ease .3s, opacity .5s ease .3s;
	opacity: 0;
	}
.clients-section.js-view-checker .clients-list{
	transition: transform .5s ease .6s, opacity .5s ease .6s;
    }
.clients-section.visible .text-box p:not(.h1), .clients-section.visible .clients-list{
	transform: none;
	opacity: 1;
	}
.text-box + .clients-list{
	margin-top: -120px;
	}
.clients-list .swiper-pagination{
	display: none;
	}
.clients-list .swiper-container{
	overflow: visible;
	}
.clients-list .swiper-slide{
	width: 20%;
	margin: 0 -1px -1px 0;
	}
.clients-list .swiper-slide.empty{
	opacity: 0;
	}
.clients-list .swiper-slide:first-child{
	margin-left: calc(40% - 2px);
	}
.clients-list .ratio-box{
	line-height: 0;
	min-height: 170px;
	padding-bottom: 79.1%;
	border: 1px solid #E3E4E8;
	}
.clients-list .alignment-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-width: 70%;
	}
.clients-list a{
	display: inline-block;
	vertical-align: top;
	}
.clients-list a img{
	margin: 0;
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all .5s ease;
	}
.no-touchevents .clients-list a:hover img{
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	}
/*Activities section*/
.activities-section{
	padding: 136px 0 148px;
	}
.activities-section .h1{
	margin-bottom: 60px;
	}
.activities-section .icons-links-list{
	margin: 0 auto;
	}
.activities-section.js-view-checker .icons-links-list{
	transform: translateY(30px);
	transition: transform .5s ease .3s, opacity .5s ease .3s;
	opacity: 0;
	}
.activities-section.visible .icons-links-list{
	transform: none;
	opacity: 1;
	}
/*Form section*/
.form-section{
	padding: 136px 0 142px;
	}
.form-section.final-price{
	position: relative;
	color: #fff;
	background: #ba2026;
	overflow: hidden;
	}
.form-section.final-price .movement-bg{
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 1137px;
	height: 501px;
	}
.final-price.js-view-checker .movement-bg{
	margin-top: -30px;
	opacity: 0;
	transition: margin .5s ease .2s, opacity .5s linear .2s;
	}
.final-price.visible .movement-bg{
	margin: 0;
	opacity: 1;
	}
.form-section-grid{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	}
.form-section-grid .text-box{
	width: 50.4%;
	}
.form-section-grid .text-box .max-w{
	max-width: 503px;
	}
.final-price .form-section-grid .text-box .max-w{
	max-width: 592px;
	}
.form-section-grid .h1{
	margin: 0 0 23px;
	}
.form-section-grid .text-box p:not(.h1){
	max-width: 360px;
	}
.js-view-checker .form-section-grid .text-box .sub-text, .js-view-checker .form-section-grid .contacts, .js-view-checker .form-section-grid .form-box{
	transform: translateY(30px);
	transition: transform .7s ease .4s, opacity .7s ease .4s;
	opacity: 0;
	}
.form-section-grid .contacts{
	padding: 23px 0 0;
	margin: 34px 0 0;
	border-top: 1px solid #E3E4E8;
	}
.form-section-grid .contacts .h1{
	margin: 0 0 23px;
	}
.form-section-grid .contacts a[href^=tel]{
	text-decoration: none;
	color: #6b6b6b;
	}
.form-section-grid .messenger-links{
	margin: 0;
	}
.form-section-grid .form-box{
	width: 49.6%;
	padding: 18px 0 0;
	}
.js-view-checker .form-section-grid .form-box{
	transition: transform .7s ease .7s, opacity .7s ease .7s;
	}
.final-price.js-view-checker .form-section-grid .form-box{
	transition: transform .7s ease .3s, opacity .7s ease .3s;
	}
.form-section-grid .form{
	margin: 0;
	max-width: 543px;
	}
.form-section-grid .form .btn + .sub-text{
	max-width: 525px;
	}
.visible .form-section-grid .text-box .sub-text, .visible .form-section-grid .contacts, .visible .form-section-grid .form-box{
	transform: none;
	opacity: 1;
	}
.final-price .form{
	color: #fff;
	}
.final-price .form-control{
	font-weight: 400;
	color: #fff;
	border-width: 1px;
	border-color: #fff;
	}
.final-price input::-webkit-input-placeholder, .final-price textarea::-webkit-input-placeholder{
	color: #fff;
	}
.final-price input::-moz-placeholder, .final-price textarea::-moz-placeholder{
	color: #fff;
	}
.final-price input:-ms-input-placeholder, .final-price textarea:-ms-input-placeholder{
	color: #fff;
	}
.final-price .form .sub-text{
	color: #fff;
	}
.final-price .form p a{
	color: #fff;
	}
.no-touchevents .final-price .form p a:hover{
	text-decoration: none;
	}
.final-price .btn{
	color: #ba2026 !important;
	background: #fff;
	}
.final-price .btn:after{
	background: #FDD3D3;
	}
/*Mission section*/
.mission-section{
	position: relative;
	z-index: 3;
	color: #fff;
	overflow: hidden;
	padding: 116px 0 161px;
	margin-bottom: 25px;
	}
.mission-section .h1{
	margin-bottom: 75px;
	}
.mission-grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.js-view-checker .mission-grid{
	opacity: 0;
	transform: translateY(30px);
	transition: transform .75s ease .3s, opacity .75s ease .3s;
	}
.visible .mission-grid{
	transform: none;
	opacity: 1;
	}
.mission-grid .col{
	max-width: 700px;
	width: 41.25%;
	}
.mission-grid p{
	margin: 0;
	}
.mission-section .bg{
	position: absolute;
	left: 0;
	top: -20%;
	width: 100%;
	height: 120%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
/*Faq section*/
.faq-section{
	padding: 133px 0 142px;
	}
.faq-section .h1{
	margin-bottom: 75px;
	}
.faq-section .accordion-grid-box{
	width: 70.7%;
	padding-right: 3%;
	padding-left: 110px;
	margin-left: 29.3%;
	}
.faq-section .accordion{
	position: relative;
	margin: 0 calc(-126px - 3%) 0 0;
	left: -34.3%;
	max-width: none;
	}
.faq-section.js-view-checker .accordion{
	opacity: 0;
	transform: translateY(30px);
	transition: transform .5s ease .3s, opacity .5s ease .3s;
	}
.faq-section.visible .accordion{
	transform: none;
	opacity: 1;
	}
/*============================MAIN============================*/
#main{
	position: relative;
	z-index: 4;
	padding: 80px 0 100px;
	}
.contacts-page #main{
	padding-bottom: 0;
	margin-bottom: -40px;
	}
.has-page-description #main{
	padding-bottom: 0;
	}
/*Page description*/
.page-description{
	position: relative;
	padding: 0 0 90px 0;
	}
.page-description .text-box > *:first-child{
	margin-top: 0;
	}
.page-description .text-box > *:last-child{
	margin-bottom: 0;
	}
.page-description .text-box{
	max-width: 840px;
	}
.page-description .text-box p{
	max-width: 560px;
	margin-right: 306px;
	}
.js-view-checker .page-description .text-box p, .js-view-checker .page-description .sub-info-box{
    transform: translateY(20px);
    opacity: 0;
    transition: transform .5s ease .5s, opacity .5s linear .5s;
}
.visible .page-description .text-box p, .visible .page-description .sub-info-box{
    transform: none;
    opacity: 1;
}
.sub-info-box{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	max-width: 267px;
	padding: 52px 55px 49px;
	background: #ba2026;
	}
.page-description .sub-info-box{
	position: absolute;
	right: 0;
	bottom: -44px;
	}
.js-view-checker .page-description .sub-info-box{
    transition-delay: .75s;
}
.sub-info-box > *:first-child{
	margin-top: 0;
	}
.sub-info-box > *:last-child{
	margin-bottom: 0;
	}
.sub-info-box .large{
	display: block;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: -0.783333px;
	margin: 8px 0 1px;
	}
/*Inner page grid*/
.inner-page-grid{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 50px;
	}
.inner-page-grid .title-box{
	width: 29.3%;
	padding-right: 40px;
	}
.inner-page-grid h1{
	width: 330px;
	min-width: 330px;
	margin: 0;
	}
.inner-page-grid .title-box p{
	margin: 16px 0;
	}
.inner-page-grid .title-box p:not(.h1):last-of-type{
	margin-bottom: 0;
	}
.inner-page-grid .subsection-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #B5B6BE;
	width: 330px;
	max-width: 212px;
	padding: 0;
	}
.inner-page-grid .content-box{
	width: 70.7%;
	padding-top: 16px;
	margin-left: auto;
	}
.inner-page-grid .content-box h1{
	width: auto;
	min-width: 0;
	margin: 0 0 32px;
	}
.content-box .time{
	color: #B5B6BE;
	margin: 0 0 54px;
	}
.content-box img{
	margin: 54px 0;
	}
.content-box .full-width{
	width: calc(100% + 100px);
	max-width: calc(100% + 100px);
	}
.content-box .large-indent{
	margin: 88px 0;
	}
.content-box p{
	max-width: 840px;
	}
.js-view-checker .content-box .page-load-animate, .js-view-checker .inner-page-grid .subsection-title{
    opacity: 0;
    transform: translateY(30px);
    transition: transform .65s ease .4s, opacity .65s ease .4s;
}
.visible .content-box .page-load-animate, .visible .inner-page-grid .subsection-title{
    opacity: 1;
    transform: none;
}
.js-view-checker .content-box .page-load-animate{
    transition-delay: .65s;
}
.small-mobile-indent .content-box .back-link{
	margin: 102px 0 40px;
	min-width: 214px;
	}
.event-item{
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #6b6b6b;
	margin: 72px 0;
	}
.event-item .col{
	height: auto;
	padding: 6px 55px 9px;
	border-right: 1px solid #B5B6BE;
	}
.event-item .col:first-child{
	padding-left: 0;
	}
.event-item .col:last-child{
	border: none;
	}
.event-item p{
	margin: 0;
	}
/*Service*/
.service-page .inner-page-grid{
	margin-bottom: 129px;
	}
.service-page .inner-page-grid .title-box h1{
	width: auto;
	}
.service-page .inner-page-grid .title-box p:not(.h1){
	max-width: 318px;
	}
.service-img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 695px;
	padding: 40px 40px 0;
	background: #e6e6e6;
	}
.js-view-checker .service-img{
    background: transparent;
    transition: background 1.5s ease;
}
.visible .service-img{
    background: #e6e6e6;
}
.available-for{
	position: absolute;
    z-index: 30;
	top: 39px;
	right: 0;
	width: 212px;
	padding: 35px 24px 52px 55px;
	background: #fff;
	}
.available-for .h3{
	margin: 0 0 24px;
	}
.available-for ul{
	margin: 0;
	}
.available-for li{
	padding: 0;
	margin: 0;
	background: none;
	}

.services-nav{
	position: relative;
    z-index: 50;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1.5em;
	color: #fff;
	margin: 11px 0 17px;
	background: #ba2026;
	}
.js-view-checker .services-nav, .services-nav + p, .js-view-checker .service-img img, .js-view-checker .inner-page-grid .available-for{
    opacity: 0;
    transform: translateY(15px);
    transition: transform .65s ease .65s, opacity .65s linear .65s;
}
.js-view-checker .service-img img{
    transition: transform .5s ease 1s, opacity .5s linear 1s;
}
.js-view-checker .inner-page-grid .available-for{
    transition: transform .5s ease .85s, opacity .5s linear .85s;
}
.visible .services-nav, .visible .services-nav + p, .visible .service-img img, .visible .inner-page-grid .available-for{
    opacity: 1;
    transform: translateY(0);
}
.services-nav + p{
	margin-top: 0 !important;
	}
.services-nav .current{
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 50px;
	line-height: 1em;
	height: 71px;
	padding: 10px 22px 0 22px;
	cursor: pointer;
	white-space: nowrap;
	}
.services-nav.opened-dropdown .current:after{
	transform: scaleY(-1);
	}
.services-nav .dropdown{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	padding: 23px 72px 24px 33px;
	margin: 0;
	background: #ba2026;
    transition: opacity .25s ease, visibility .25s ease;
    opacity: 0;
    visibility: hidden;
	}
.services-nav.opened-dropdown .dropdown{
    opacity: 1;
    visibility: visible;
	}
.services-nav li{
	padding: 0;
	margin: 0;
	background: none;
	transition: transform .25s ease;
	transform: translateY(-20px);
	}
.services-nav.opened-dropdown li{
	transform: none;
	}
.services-nav a{
	color: #fff;
	text-decoration: none;
	}
.no-touchevents .services-nav a:hover{
	color: #ED1C27;
	}

.service-in-brief{
	position: relative;
	padding: 0 0 0 110px;
	margin: 0 0 40px 29.3%;
	max-width: 900px;
	}
.service-in-brief.js-view-checker{
	transform: translateY(30px);
	transition: transform .5s ease, opacity .5s linear;
	opacity: 0;
	}
.service-in-brief.visible{
	transform: none;
	opacity: 1;
	}
.service-in-brief .icon{
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 72px;
	height: 72px;
	background: #ba2026;
	}
.service-in-brief .h2{
	font-size: 30px;
	line-height: 1em;
	color: #ba2026;
	margin: 0 0 24px;
	}
.service-in-brief > *:last-child{
	margin-bottom: 0;
	}
/*Contacts*/
.contacts-box{
	display: flex;
	flex-direction: column;
	}
.contacts-box .tabs-nav{
	order: 1;
	}
#main.js-view-checker .contacts-box .tabs-nav, #main.js-view-checker .contacts-box .contacts-item{
    opacity: 0;
    transform: translateY(30px);
    transition: transform .65s ease .4s, opacity .65s ease .4s;
}
#main.visible .contacts-box .tabs-nav, #main.visible .contacts-box .contacts-item{
    opacity: 1;
    transform: none;
}
.contacts-box .tabs-content{
	position: relative;
	z-index: 3;
	order: 3;
	margin: -270px 0 0 -41.5%;
	}
.contacts-box .map-box{
	position: relative;
	z-index: 2;
	order: 2;
	margin: 25px 0 0 -41.5%;
	min-height: 200px;
	}
#main.js-view-checker .contacts-box .map-box{
    opacity: 0;
    transition: opacity .65s ease .5s;
}
#main.visible .contacts-box .map-box{
    opacity: 1;
}
.usual-map{
	height: 516px;
	}
.usual-map [class*=-inner-panes] > ymaps:not([class*=-places-pane]){
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	}
.usual-map .ymaps-2-1-74-map-copyrights-promo{
	display: none !important;
	}
.contacts-box .usual-map{
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin: 0 -50vw;
	}
.contacts-box .tabs-nav .swiper-slide{
	width: auto;
	padding-right: 80px;
	}
.contacts-item{
	color: #fff;
	width: 433px;
	max-width: 100%;
	min-height: 310px;
	padding: 52px;
	background: #ba2026;
	}
#main.js-view-checker .contacts-box .contacts-item{
    transition-delay: .7s;
}
.contacts-item > *:first-child, .contacts-item .tab > *:first-child{
	margin-top: 0;
	}
.contacts-item > *:last-child, .contacts-item .tab > *:last-child{
	margin-bottom: 0;
	}
.contacts-item a{
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	}
.no-touchevents .contacts-item a:hover{
	color: #fff;
	}
.no-touchevents .contacts-item a:not([href^=tel]):hover{
	text-decoration: underline;
	}
.contacts-item a[href^=tel]{
	font-weight: 500;
	font-size: 20px;
	}
/*Icons links list*/
.icons-links-list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1320px;
	margin: 16px auto 66px;
	overflow: hidden;
	padding: 0 0 0 20px;
	}
.icons-links-list li{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1em;
	width: 33.333333%;
	margin: 43px 0 0;
	padding: 0 48px 0 32px;
	background: none;
	}
.icons-links-list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -80px;
	width: 1px;
	background: #e6e6e6;
	}
.icons-links-list a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #B5B6BE;
	text-decoration: none;
	}
.icons-links-list .icon{
	position: absolute;
	left: -52px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	opacity: 0;
	pointer-events: none;
	}
.no-touchevents .icons-links-list a:hover .icon{
	opacity: 1;
	}
/*Tabs box*/
.tabs-nav{
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1em;
	color: #B5B6BE;
	margin: 0 0 48px;
	}
.tabs-nav:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #B5B6BE;
	}
.tabs-nav .swiper-slide{
	display: flex;
	width: 33.33333%;
	padding-right: 40px;
	height: auto;
	}
.tabs-nav .swiper-slide:last-child{
	padding-right: 0 !important;
	}
.tabs-nav .swiper-slide:after{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	background: #b5b6be;
	}
.tabs-nav-item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 11px;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .tabs-nav-item:hover{
	color: #ba2026;
	}
.tabs-nav-item.active{
	color: #ba2026;
	cursor: default;
	}
.tabs-nav-item:after{
	content: '';
	position: absolute;
	right: auto;
	left: 50%;
	top: auto;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #ba2026;
	transform: translateX(-50%);
	transition: width .3s ease;
	}
.tabs-nav-item.active:after{
	width: 100%;
	}
.tabs-content .tab{
	display: none;
	}
/*News list*/
.news-list{
	position: relative;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.news-list.loading{
	}
.news-list .news-item{
	position: relative;
	width: 33.333333%;
	padding-right: 40px;
	margin: 0 0 59px;
	}
.news-list.lazy-load-ajax .news-item{
	transition: all .3s ease;
	}
.news-list.lazy-load-ajax .news-item.hidden{
	opacity: 0;
	}
.news-item a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	max-width: 270px;
	}
.no-touchevents .news-list .news-item a:before{
	content: '';
	position: absolute;
	left: 0;
	top: -22px;
	height: 22px;
	width: 100%;
	display: none;
	}
.no-touchevents .news-list .news-item a:hover:before{
	display: block;
	}
.news-item .h3{
	margin: 0 0 14px;
	}
.news-item p{
	margin: 0 0 16px;
	}
.news-item p:last-of-type{
	margin: 0;
	}
.news-item .time{
	font-size: 12px;
	margin: 24px 0 0 !important;
	color: #B5B6BE;
	}
.news-item img{
	position: absolute;
	left: 0;
	bottom: calc(100% + 21px);
	width: 210px;
	margin: 0 !important;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	pointer-events: none;
	}
.no-touchevents .news-item a:hover img{
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	}
.lazy-link-box{
	width: 100%;
	margin: 32px 0 42px;
	}
.lazy-link-box .btn{
	margin: 0;
	}
/*Accordion*/
.accordion-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 22px 0 42px;
	}
#main .accordion-grid{
	margin-bottom: 160px;
	}
#main.js-view-checker .page-description + .accordion-grid{
    opacity: 0;
    transform: translateY(30px);
    transition: transform .65s ease .4s, opacity .65s ease .4s;
}
#main.visible .page-description + .accordion-grid{
    opacity: 1;
    transform: none;
}
.accordion-grid .col{
	width: calc(50% - 60px);
	}
.accordion-grid .h2{
	margin: 0 0 21px;
	}
.accordion{
	max-width: 880px;
	margin: 0 auto;
	}
.accordion-grid .accordion{
	margin-bottom: 142px;
	}
.accordion-grid .accordion:last-child{
	margin-bottom: 0;
	}
.h2 + .accordion .item:first-child{
	border-top: 1px solid #E0E0E0;
	}
.accordion .item{
	border-bottom: 1px solid #E0E0E0;
	}
.accordion .title{
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #B5B6BE;
	margin: 0;
	padding: 20px 40px 23px 0;
	cursor: pointer;
	}
.no-touchevents .accordion .title:hover, .accordion .opened .title{
	color: #ba2026;
	}
.accordion .title svg{
	position: absolute;
	top: 25px;
	right: 0;
	}
.no-touchevents .accordion .title:hover svg *, .accordion .opened .title svg *{
	stroke: #ba2026;
	}
.accordion .opened .title svg path{
	display: none;
	}
.accordion a{
	padding: 2px 0;
	text-decoration: none;
	}
.no-touchevents .accordion a:hover{
	text-decoration: underline;
	}
/*=========================END OF MAIN=========================*/
/*404*/
.error-page-box{
    padding: 0 10% 140px;
    text-align: center;
}
.error-page-box p{
    margin: 0 0 56px;
}
.error-page-box > *:last-child{
    margin: 0;
}
.error-num{
    display: block;
    font-weight: 700;
    font-size: 220px;
    line-height: 1em;
    letter-spacing: -0.783333px;
}
.error-page-box a{
    color: #ba2026;
    text-decoration: none;
    white-space: nowrap;
}
.no-touchevents .error-page-box a:hover{
    text-decoration: underline;
}
/*Popup*/
#popup-box{
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 24px 0 0;
	background: rgba(0, 0, 0, .6);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	min-width: 320px;
	}
.opened-popup #popup-box{
	opacity: 1;
	visibility: visible;
	}
#popup-box .container{
	position: relative;
	font-size: 0;
	height: 100%;
	max-width: 100%;
	text-align: center;
	}
#popup-box .container:before{
	content: '';
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	margin: 0 -1px 0 0;
	}
.popup{
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	line-height: 1.375em;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 24px;
	}
.popup.visible{
	display: inline-block;
	}

.form-popup{
	max-width: 1000px;
	min-height: 300px;
	padding: 54px 62px 71px;
	background: #fff;
	}
.form-popup .header{
	max-width: calc(100% - 64px);
	}
.form-popup .h1{
	margin: 0 0 25px;
	max-width: 540px;
	}
.form-popup p{
	margin-top: 0;
	}
.form-popup .btn{
	width: 296px;
	}
.form-popup .trigger-close-popup{
	margin: 115px 0 0;
	}
/*Request call popup*/
.request-call-form{
	margin: 83px 0 0;
	}
.request-call-form .form-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.request-call-form .field{
	width: calc(100% - 326px);
	margin: 0;
	}
.request-call-form .form-control{
	font-weight: 500;
	font-size: 50px;
	letter-spacing: -.78px;
	height: 52px;
	line-height: 50px;
	padding-bottom: 8px;
	border-bottom: 2px solid #b5b6be;
	}
.request-call-form .filled .form-control{
	border-color: #6b6b6b;
	}
.ie .request-call-form .form-control{
	line-height: 46px;
	}
.request-call-form .btn{
	width: 296px;
	margin: 0;
	}
.request-call-form .checkbox-item{
	margin: 60px 0 0;
	}

.js-close-popup{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	}
.form-popup .js-close-popup{
	right: 68px;
	top: 65px;
	}
.no-touchevents .js-close-popup:hover svg *{
	stroke: #ba2026;
	}
/*===========================FOOTER============================*/
#footer{
	position: relative;
	z-index: 2;
	color: #70747E;
	background: #2c2c2c;
	font-weight: 300;
	}
#footer img{
	margin-top: 0;
	}
#footer a{
	text-decoration: none;
	padding: 2px 0 1px;
	}
.no-touchevents #footer a:not([href^=tel]):hover{
	color: #fff;
	}
.no-touchevents #footer a[href^=tel]:hover{
	color: #FFFFFF;
	}
#footer ul{
	margin: 0;
	}
#footer li{
	padding: 0;
	margin: 0;
	background: none;
	}
#footer .top-box{
	padding: 77px 0 56px;
	margin: 0;
	background: #232325;
	}
#footer .logo{
	display: block;
	margin: 0 0 40px;
	}

#footer .nav-grid-box{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.footer-grid{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 430px);
	}
.footer-grid .col{
	width: 26%;
	padding-right: 40px;
	}
.footer-grid .col > *{
	max-width: 256px;
	}
.footer-grid .col.full-width{
	flex-grow: 1;
	}
.footer-grid .col.full-width > *{
	max-width: 774px;
	}
.footer-grid p{
	margin: 0;
	color: #fff;
	}
#copy{
	max-width: 200px;
	}


#footer .sub-contacts{
	width: 430px;
	}
#footer .sub-contacts a[href^=tel]{
	font-weight: 500;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: -.783333px;
	color: #70747E;
	}
#footer .sub-contacts p{
	margin: 1px 0 18px;
	}
#footer .sub-contacts .messenger-links{
	margin: 20px 0 0;
	padding: 0 0 21px;
	border-bottom: 1px solid #6b6b6b;
	}
.no-touchevents #footer .sub-contacts .js-open-popup:hover{
	color: #fff;
	}


#footer .messenger-links a{
	width: 37px;
	height: 37px;
	background: #6b6b6b;
	}
#footer .messenger-links a:hover{
	background: #fff;
	}
#footer .social-links{
	margin: 25px 0 0;
	}
.no-touchevents #footer .social-links a:hover svg *:not(.no-hover){
	fill: #fff;
	}

.footer-contacts{
	padding: 74px 0 29px;
	}

.footer-contacts .footer-grid{
	position: relative;
	}
.footer-contacts .footer-grid .col{
	margin-bottom: 40px;
	}
.footer-contacts .col:last-child{
	padding-right: 0;
	}
.copy-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0 82px 0;
	}
#footer .dev {
	margin: 0;
	clear: both;
	background-color: #fff;
	padding: 10px 60px 0 60px;
	height: auto;
	}
#footer .devleft{
	width: 40%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	}
#footer .devright{
	float: right;
	width: 40%;
	padding: 0;
	margin: 0;
	}
#footer .devright p{
	margin: 0;
	padding-top: 5px;
	text-align: right;
	}
#footer .dev img {
		height: 30px;
		width: auto;
		padding-right: 10px;
		display: inline;
	}
#footer .dev p{
	text-align: right;
	clear: none;
}

/*========================END OF FOOTER========================*/
/*=========================TRANSITIONS=========================*/
.no-touchevents button, .no-touchevents .btn, .no-touchevents #nav .has-child > a svg *, .no-touchevents .header-contacts .messenger-links svg *, .no-touchevents .messenger-links a, .no-touchevents .social-links a svg *, .no-touchevents .header-contacts .quadro-icon > svg, .no-touchevents .service-item, .no-touchevents .last-news-item:before, .no-touchevents .last-news-item svg *, .no-touchevents .swiper-btn svg *, .no-touchevents .js-close-popup svg *, .no-touchevents #footer .dev a, .accordion .title svg *, .no-touchevents .js-close-gallery svg *{
	transition: all .2s ease;
	}
.no-touchevents a, .no-touchevents .icons-links-list .icon, .services-regions-nav .nav-item, .no-touchevents .service-item .bg, .company-services-section .flags-box .flag, .no-touchevents .last-news-item *, .no-touchevents .events-calendar-slider .swiper-slide > a *:not(img), .no-touchevents #footer .sub-contacts .js-open-popup, .accordion .title{
	transition: color .2s ease, opacity .2s ease;
	}
/*Resolutions*/
@media screen and (min-width: 1701px){
	form {
	visibility: hidden;	
	}
	/*Footer*/
	.footer-grid .col:first-child{
		width: 22%;
		}
	.footer-grid .col:nth-child(4){
		flex: auto;
		}
	.footer-contacts .footer-grid .col:nth-child(6){
		margin-left: 21.78294573643411%;
		}
	.footer-contacts .footer-grid .col:nth-child(5){
		position: absolute;
		left: 100%;
		top: 0;
		width: 27%;
		}
	.footer-contacts .footer-grid .col:nth-child(5) > *{
		max-width: 264px;
		}
	}
@media screen and (max-width: 1700px){
	form {
	visibility: hidden;	
	}
	/*Footer grid*/
	.footer-grid .col{
		width: 24.9438202247191%;
		}
	.footer-grid .col:nth-child(2){
		width: 37.30337078651685%;
		}
	.footer-grid .col:nth-child(3){
		width: 37.64044943820225%;
		}

    .footer-contacts .footer-grid{
	    width: 100%;
	    }

	.footer-contacts .footer-grid .col{
		width: calc(27.375% - 143px);
		}
	.footer-contacts .footer-grid .col:nth-child(2), .footer-contacts .footer-grid .col:nth-child(5){
		width: calc(36.127% - 143px);
		}
	.footer-contacts .footer-grid .col:nth-child(3), .footer-contacts .footer-grid .col:nth-child(6){
		width: calc(36.35% - 143px);
		}
	.footer-contacts .footer-grid .col:nth-child(4), .footer-contacts .footer-grid .col:nth-child(7){
		width: calc(36.35% - 143px);
		}
	.footer-contacts .footer-grid .col:nth-child(5){
		margin-left: calc(27.375% - 143px);
		}
	}
@media screen and (max-width: 1457px){
	form {
	visibility: hidden;	
	}
	/*Independent*/
	.container{
		padding: 0 60px;
		}
	/*Header*/
	.header-contacts .messenger-links{
		margin-left: 23px;
		}
	#nav-box{
		align-content: center;
		}
    /*Main screen*/
	#main-screen .last-news-item{
		left: 60px;
		}
	/*Company services section*/
	.company-services-section .flags-box{
		width: 42.15277777777778%;
		}
	/*Company facts section*/
	.company-facts-section .bg{
		left: 420px;
		}
	.company-facts-grid .title-box{
		width: 100%;
		max-width: 440px;
		margin: 0 0 43px;
		}
	.company-facts-grid .facts-slider-box{
		width: 100%;
		padding: 43px 0 0 332px;
		margin: 0;
		}
	/*Company facts section*/
	.trust-us-grid .title-box{
		width: 286px;
		padding-right: 48px;
		}
	.trust-us-grid .trust-us-slider-box{
		width: calc(100% - 286px);
		}
	/*News section*/
	.news-section .title-box{
		width: 330px;
		padding-right: 48px;
		}
	.news-list-box{
		width: calc(100% - 330px);
		}
	/*Events calendar section*/
	.events-calendar-grid .title-box{
		width: 330px;
		padding-right: 48px;
		}
	.events-calendar-slider-box{
		width: calc(100% - 330px);
		}
	/*History in brief section*/
	.history-slider, .our-team-slider{
		margin: 0 0 0 25%;
		}
	/*Company advantages section*/
	.advantages-list{
		margin-left: 22%;
		}
    /*Inner page grid*/
	.inner-page-grid .title-box{
		width: 330px;
		}
	.inner-page-grid .content-box{
		width: calc(100% - 330px);
		}
	.content-box .full-width{
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		}
	/*Contacts*/
	.contacts-box .map-box, .contacts-box .tabs-content{
		margin-left: -330px;
		}
    /*Service*/
	.service-in-brief{
		margin: 0 0 0 330px;
		}
	/*Services products section*/
	.services-products-grid .sub-info-col{
		width: 330px;
		}
	.services-products-grid .list-col{
		width: calc(100% - 330px);
		}
	/*Service additional info section*/
	.additional-info-grid .img-box{
		width: 330px;
		}
	.additional-info-grid .info-box{
		width: calc(100% - 330px);
		padding-right: 5%;
		}
	.additional-info-grid .info-box .col{
		max-width: 360px;
		}
	.additional-info-grid .info-box .h2{
		max-width: 320px;
		}
	.service-cost-section .cost-table{
		left: 0;
		width: 100%;
		margin: 0 0 0 -280px;
		}
	/*Faq section*/
	.faq-section .accordion-grid-box{
		width: calc(100% - 330px);
		padding-right: 0;
		margin-left: 330px;
		}
	.faq-section .accordion{
		left: 0;
		width: 100%;
		margin: 0 0 0 -280px;
		}
    /*Footer*/
	.copy-box .footer-grid{
		width: calc(100% - 230px);
		}
	.copy-box .footer-grid .col{
		width: 40%;
		}
	.copy-box .footer-grid .title {
		font-size: 18px;
		font-weight: 400;
		padding-bottom: 5px;
		}
	}
@media screen and (max-width: 1380px) and (min-width: 1301px){
	/*Registration steps section*/
	/*.registration-steps-section .registration-steps{
		width: auto;
		margin: 162px -64px -74px 0;
		}
	.registration-steps li{
		width: 33.3333333%;
		padding-right: 32px;
		}
	.registration-steps li:after{
		content: '';
		position: absolute;
		z-index: -1;
		right: 20px;
		top: 8px;
		left: 35px;
		height: 1px;
		background: #E0E0E0;
		}
	.registration-steps li:nth-child(3n):after{
		right: -100vw;
		}
	.registration-steps li:nth-child(6n+1):last-child:after{
		left: -100vw;
		right: 100%;
		}*/
	}
@media screen and (max-width: 1380px){
	/*Registration steps section*/
	form {
	visibility: visible;	
		}

	.registration-steps-section .registration-steps{
		width: auto;
		margin: 162px -64px -74px -440px;
		}
	/*Service cost section*/
	.service-cost-section.mobile-dropdown-section .mobile-dropdown-box{
		padding: 0;
		margin: 0;
		width: 100%;
		}
	.service-cost-section .cost-table{
		max-width: 880px;
		margin: 0 auto;
		}
	/*Faq section*/
	.faq-section .accordion-grid-box{
		padding: 0;
		margin: 0;
		width: 100%;
		}
	.faq-section .accordion{
		max-width: 880px;
		margin: 0 auto;
		}
	/*Footer grid*/
	.footer-grid{
		width: 72%;
		}
	.footer-grid .col{
		width: 26%;
		}
	.footer-grid .col:nth-child(2), .footer-grid .col:nth-child(3){
		width: 37%;
		}
	#footer .sub-contacts{
		width: 28%;
		}
	#footer .sub-contacts a[href^=tel]{
		font-size: 40px;
		}
	#footer .sub-contacts p{
		margin: 4px 0 18px;
		}

	.footer-contacts .footer-grid{
		width: 100%;
		}
	.footer-contacts .footer-grid .col{
		width: 18.7%;
		}
	.footer-contacts .footer-grid .col:nth-child(2), .footer-contacts .footer-grid .col:nth-child(3), .footer-contacts .footer-grid .col:nth-child(4), .footer-contacts .footer-grid .col:nth-child(5), .footer-contacts .footer-grid .col:nth-child(6){
		width: 26.65%;
		}
	.footer-contacts .footer-grid .col:nth-child(5){
		margin-left: 18.7%;
		}
	.copy-box .footer-grid .col{
		width: 24%;
		}
	}
@media screen and (max-width: 1330px) and (min-width: 480px){
	/*Contacts*/
	.contacts-page .form-section{
		padding-top: 136px;
		}
	}
@media screen and (min-width: 1331px){
	/*From section*/
	.form-section.final-price{
		padding: 89px 0 139px;
		}
	.form-section.final-price .form-section-grid{
		align-items: center;
		}
	.final-price .form-section-grid .text-box{
		padding: 48px 64px 0 0;
		}
	}
@media screen and (max-width: 1330px){
	/*Icons links list*/
	.icons-links-list{
		margin: 16px 0 66px -20px;
		}
	/*Company services section*/
	.company-services-section .title-box{
		width: 570px;
		}
	.company-services-section .header .sub-text{
		width: calc(100% - 570px);
		}

	.company-services-section .flags-box{
		width: 556px;
		}
	/*Company facts section*/
	.company-facts-section{
		padding: 120px 0 30px 0;
		}
	/*Trust us section*/
	.trust-us-section{
		padding: 120px 0;
		}
	/*News section*/
	.news-section{
		position: relative;
		margin: 0 auto;
		padding: 120px 0;
		}
	/*Events calendar section*/
	.events-calendar-section{
		padding: 120px 0;
		}
	/*History in brief section*/
	.history-in-brief-section, .our-team-section{
		padding: 120px 0;
		}
	/*Clients section*/
	.clients-section{
		padding: 120px 0;
		}
	/*Activities section*/
	.activities-section{
		padding: 120px 0;
		}
	/*From section*/
	.form-section{
		padding: 120px 0;
		}
	.form-section-grid{
		justify-content: space-between;
		}
	.form-section-grid .text-box{
		width: calc(50% - 40px);
		}
	.final-price .form-section-grid .text-box{
		padding-right: 0;
		}
	.form-section-grid .form-box{
		width: calc(50% - 40px);
		}
	/*Services products section*/
	.services-products-grid .sub-info-box{
		padding: 45px 0 50px 56px;
		}
	/*Faq section*/
	.faq-section{
		padding: 120px 0;
		}
	/*Service additional info section*/
	.additional-info-grid .info-box{
		padding-right: 0;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section .mobile-dropdown-box{
		padding-right: 0;
		}
	}
@media screen and (min-width: 1301px){
	/*Service*/
	.service-page .inner-page-grid .title-box{
		position: absolute;
		z-index: 10;
		left: 0;
		top: 0;
		width: 914px;
		max-width: 70%;
		}
	.service-page .inner-page-grid .title-box h1{
		width: auto;
		}
	.service-page .inner-page-grid .content-box{
		padding: 0;
		margin-top: -80px;
		}
	}
@media screen and (max-width: 1300px){
	/*Header*/
	#header > .container{
		justify-content: space-between;
		}
	#nav-box{
		margin-left: 0;
		}
    .header-contacts{
	    margin-left: 0;
	    }
	/*Tabs*/
	.tabs-nav .swiper-container{
		overflow: visible;
		}
	/*Company advantages section*/
	.advantages-list{
		margin-left: 0;
		}
	.advantages-list .swiper-wrapper{
		margin: 0 auto;
		padding-left: 40px;
		}
	/*News section*/
	.news-section .title-box{
		width: 100%;
		padding: 0;
		margin: 0 0 64px;
		}
	.news-list-box{
		width: 100%;
		padding: 0;
		margin: 0 auto;
		}
	/*Inner page grid*/
	.inner-page-grid .title-box{
		width: 100%;
		margin: 0 0 52px;
		}
	.sub-page .inner-page-grid .title-box{
		margin-bottom: 0;
		}
	.service-page .inner-page-grid .title-box{
		width: calc(100% - 240px);
		}
	.inner-page-grid h1{
		width: 100%;
		min-width: 0;
		margin: 0;
		}
	.inner-page-grid .content-box{
		width: 100%;
		min-width: 0;
		padding-top: 4px;
		margin: 0;
		}
    .js-view-checker .content-box .page-load-animate{
        transition-delay: .3s;
    }
	.inner-page-grid .subsection-title{
		width: 100%;
		max-width: none;
		padding: 0;
		margin-top: 0;
		}
    .js-view-checker .inner-page-grid .subsection-title{
        transition-delay: 0s;
    }
	.inner-page-grid .subsection-title br{
		display: none;
		}
    .inner-page-grid > .available-for{
	    top: -41px;
	    }
	/*History in brief section*/
	.history-slider, .our-team-slider{
		margin: 0;
		}
	/*Service*/
	.service-page .inner-page-grid{
		margin-bottom: 140px;
		}
	.service-page .inner-page-grid:before{
		content: '';
		position: absolute;
		z-index: -1;
		left: -60px;
		right: -60px;
		top: -80px;
		bottom: 0;
		background: #e6e6e6;
		}
	.service-img{
		display: block;
		min-height: 0;
		padding: 2px 40px 0;
		background: none !important;
		}
	.content-box .service-img img{
		margin: 0 auto -24px ;
		}
	.service-in-brief{
		margin: 0;
		}
	/*Contacts*/
	.contacts-box .tabs-content{
		margin: -270px 0 0;
		}
	.contacts-box .map-box{
		margin: 0;
		}
	.contacts-box .tabs-nav .swiper-container{
		overflow: visible;
		}
	/*Accordion*/
	#main .accordion-grid{
		margin-bottom: 140px;
		}
	.accordion-grid .col{
		width: calc(50% - 32px);
		}
	/*Registration steps section*/
	.registration-steps-section .registration-steps{
		margin: 162px 0 -74px -440px;
		}
	}
@media screen and (max-width: 1200px){
	/*Independent*/
	.container{
		padding: 0 40px;
		}
	/*Nav*/
	#nav > ul > li{
		margin: 0 32px;
		}
	/*Main screen*/
	#main-screen .last-news-item{
		left: 40px;
		}
	#main-screen .animate-bg-box .bg-pills{
		background-position: 0 50%;
		}
	/*Company services section*/
	.company-services-section .header{
		margin: 0 0 72px;
		justify-content: space-between;
		}
	.company-services-section .title-box{
		width: 52%;
		padding-right: 0;
		}
	.company-services-section .header .sub-text{
		width: 38%;
		}
	.company-services-box{
		display: block;
		}
	.services-regions-nav{
		font-size: 20px;
		line-height: 1em;
		margin: 0 0 54px;
		max-width: 52%;
		}
	.services-regions-nav .swiper-wrapper{
		display: flex;
		}
	.services-regions-nav .swiper-slide{
		position: relative;
		padding: 0 40px 6px 0;
		margin: 0;
		width: auto;
		}
	.services-regions-nav .swiper-slide:last-child{
		padding-right: 0;
		}
	.services-regions-nav .swiper-slide:after{
		content: '';
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		bottom: 0;
		height: 2px;
		background: #B5B6BE;
		}
	.services-regions-nav .nav-item{
		display: block;
		}
	.services-regions-nav .nav-item:before{
		content: '';
		position: absolute;
		right: auto;
		left: 50%;
		top: auto;
		bottom: -6px;
		transform: translateX(-50%);
		}
	.services-regions-nav .active:before{
		width: 100%;
		}
	.company-services-list{
		width: auto;
		margin: 0; 
		}
	.company-services-list .service-item{
		max-width: none;
		}
	.company-services-section .flags-box{
		width: 55vw;
		}
	/*Company facts section*/
	.company-facts-grid .facts-slider-box{
		padding: 43px 0 0 30%;
		}
	.company-facts-section .bg{
		left: 290px;
		}
	/*Company advantages section*/
	.company-advantages-section{
		padding: 100px 0 120px;
		}
	.company-advantages-section .title-box{
		margin: 0 0 64px;
		}
	.company-advantages-section .title-box + .advantages-list{
		margin-top: 0;
		}

	/*Services products section*/
	.services-products-section{
		padding: 120px 0 80px;
		background: #e6e6e6;
		}
	.services-products-grid{
		display: block;
		}
	.services-products-section .h1{
		margin: 0 0 26px;
		}
	.services-products-grid .sub-info-col{
		width: 100%;
		max-width: 420px;
		padding: 0;
		margin: 0 0 64px;
		}
	.services-products-grid .list-col{
		width: 100%;
		padding: 10px 50px;
		}
	.services-products-grid .list-col:after{
		content: '';
		clear: both;
		display: table;
		width: 100%;
		}
	.services-products-grid .list-col:before{
		display: none;
		}
	.services-products-grid .sub-info-box{
		position: relative;
		float: right;
		bottom: auto;
		width: calc(50% + 38px);
		max-width: none;
		margin: 24px 0 -37px;
		padding-right: 24px;
		}
	/*Service additional info section*/
	.service-additional-info-section{
		padding-top: 64px;
		}
	.additional-info-grid .info-box{
		padding: 64px 0 0 64px;
		}
	.additional-info-grid .info-box .col{
		width: calc(50% - 30px);
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section .mobile-dropdown-box{
		padding: 0 0 0 64px;
		}
	/*Service list section*/
	.service-list .col{
		padding-right: 16px;
		width: calc(50% - 30px);
		}
	.substrate-bg-item:before{
		left: -32px;
		}
	/*Registration steps section*/
	.registration-steps-section .registration-steps{
		margin: 162px -40px -74px -394px;
		}
	.registration-steps li{
		padding-right: 40px;
		}
    /*404*/
    .error-page-box{
        padding: 0 10% 80px;
        }
	}
@media screen and (max-width: 1100px){
	/*Company facts section*/
	.facts-slider .swiper-pagination{
		left: -180px;
		}
	.facts-slider .progress-box{
		right: -240px;
		}
	/*Services products section*/
	.services-products-section.has-info-box{
		padding-bottom: 140px;
		}
	/*Service additional info section*/
	.service-additional-info-section{
		padding-top: 100px;
		}
	.additional-info-grid .img-box{
		width: 50%;
		padding-right: 48px;
		}
	.additional-info-grid .img-box .animate-img{
		right: 48px;
		}
	.additional-info-grid .info-box{
		padding: 0 0 72px 18px;
		width: 50%;
		}
	.additional-info-grid .info-box .col{
		width: 100%;
		max-width: 420px;
		}
	.additional-info-grid .info-box .col:not(:last-child){
		margin-bottom: 48px;
		}
	.additional-info-grid .info-box .h2{
		max-width: 420px;
		margin: 0 0 24px;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section{
		padding: 120px 0;
		}
	.mobile-dropdown-section .section-grid{
		display: block;
		}
	.mobile-dropdown-section .title-box{
		width: 100%;
		}
	.mobile-dropdown-section .title-box .h1 br{
		display: none;
		}
	.mobile-dropdown-section .mobile-dropdown-box{
		width: 100%;
		padding: 0;
		}
	/*Service list section*/
	.service-list-section .service-list{
		margin-top: 0;
		}
	.service-list .col{
		padding: 0 0 0 54px;
		width: calc(50% - 30px);
		}
	.substrate-bg-item:before{
		left: -54px;
		}
	/*Registration steps section*/
	.registration-steps-section .title-box{
		margin-top: 0;
		}
	.registration-steps-section .bg-text-box{
		margin: 104px 0 0 54px;
		}
	.registration-steps-section .registration-steps{
		margin: 120px -40px -74px 0;
		}
	/*Service cost section*/
	.service-cost-section.mobile-dropdown-section{
		padding: 120px 0 175px;
		}
	/*Footer*/
	.copy-box .footer-grid{
		width: calc(100% - 160px);
		}
	.copy-box .footer-grid .col{
		width: 22.5%;
		}
	}
@media screen and (max-width: 1080px){
	/*Footer*/
	#footer .top-box{
		padding: 77px 0;
		}
	#footer .nav-grid-box{
		display: block;
		}
	.footer-grid{
		width: 100%;
		}
	#footer .sub-contacts{
		margin-top: 64px;
		width: 100%;
		max-width: 274px;
		}
	.footer-grid .col, .footer-grid .col:nth-child(2), .footer-grid .col:nth-child(3), .footer-contacts .footer-grid .col, .footer-contacts .footer-grid .col:nth-child(2), .footer-contacts .footer-grid .col:nth-child(3), .footer-contacts .footer-grid .col:nth-child(4), .footer-contacts .footer-grid .col:nth-child(5), .footer-contacts .footer-grid .col:nth-child(6), .footer-contacts .footer-grid .col:nth-child(7){
		width: 33.333333%;
		padding-right: 40px;
		}
	.footer-grid .col:last-child{
		padding-right: 0;
		}
    .footer-contacts .footer-grid .col:first-child{
	    width: 100%;
	    margin: 0 0 32px;
	    }
	.footer-contacts .footer-grid .col:nth-child(5){
		margin-left: 0;
		}
	.copy-box{
		display: block;
		}
	.copy-box .footer-grid{
		width: 100%;
		}
	.copy-box .footer-grid .col{
		width: 33.333333%;
		}
	#footer .dev{
		text-align: right;
		margin: 48px 0 0;
	    }
	}
@media screen and (max-width: 1060px){
	.form .field-row .field{
		width: calc(50% - 14px);
		}
	.form .field-row .field.small-w{
		width: calc(44% - 14px);
		}
	.form .field-row .field.middle-w{
		width: calc(56% - 14px);
		}
	/*Nav*/
	#nav > ul > li{
		margin: 0 24px;
		}
	#nav .dropdown .icons-links-list{
		margin: -28px 0 60px;
		width: 100% !important;
		}
	#nav .dropdown .h2{
		display: none;
		}
	}
@media screen and (min-width: 1021px){
	form {
	visibility: hidden;	
	}
	/*Registration steps section*/
	.registration-steps li:nth-child(4n):after{
		right: -100vw;
		}
	.registration-steps li:nth-child(4n+1):not(:first-child):after{
		left: -100vw;
		}
	}
@media screen and (max-width: 1020px) and (min-width: 781px){
	form {
	visibility: hidden;	
	}
	/*Registration steps section*/
	.registration-steps li{
		width: 33.333333%;
		}
	.registration-steps li:nth-child(3n):after{
		right: -100vw;
		}
	.registration-steps li:nth-child(3n+1):not(:first-child):after{
		left: -100vw;
		}
	}
@media screen and (min-width: 1001px){
	/*Header*/
	#header{
		background: #e6e6e6;
		}
	.index-page #header:before{
		content: '';
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: #fff;
/*		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);*/
		transition: all .6s ease;
		}
	.sticky-header #header:before{
		opacity: 1;
		transition: all .3s ease;
		}
	.short-header-view #header{
		transform: translateY(-55px);
		}
	#nav-box .header-contacts, #nav-box .social-links, #nav-box .lang-box{
		display: none;
		}
	#nav > ul > li > a{
		display: block;
		}
	#nav .has-child > a{
		position: relative;
		padding-left: 25px;
		}
	.no-touchevents #nav .has-child:hover > a, .touchevents #nav .has-child.opened-dropdown > a{
		color: #ba2026;
		}
	#nav .has-child > a svg{
		position: absolute;
		left: 0;
		top: 1px;
		}
	.no-touchevents #nav .has-child > a:hover svg *, .no-touchevents #nav .has-child:hover > a svg *, .touchevents #nav .has-child.opened-dropdown > a svg *{
		fill: #ba2026;
		}
	#nav .has-child > a:before{
		content: '';
		position: absolute;
		z-index: -1;
		left: 50%;
		top: 0;
		height: 80px;
		width: 420px;
		margin: 0 0 0 -210px;
		display: none;
		}
	.no-touchevents #nav .has-child > a:hover:before{
		display: block;
		cursor: default;
		}
	#nav .dropdown{
		position: absolute;
		left: 0;
		top: 96px;
		width: 100%;
		}
	#nav .dropdown:before{
		content: '';
		position: absolute;
		z-index: -1;
		left: -1500px;
		right: -1500px;
		top: 0;
		bottom: 0;
		background: #fff;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
		}
	#nav .dropdown .scroll-box{
		padding: 38px 0 0;
		max-height: calc(100vh - 151px);
		overflow: hidden;
		overflow-y: auto;
		}
	.short-header-view #nav .dropdown .scroll-box{
		max-height: calc(100vh - 96px);
		}
	#nav .dropdown .container{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		}
	#nav .dropdown .h2{
		margin: 0;
		}
	#nav .dropdown .icons-links-list{
		margin: -28px 0 60px;
		max-width: 1216px;
		}
	#nav .dropdown .icons-links-list li{
		font-size: 16px;
		line-height: 1.375em;
		padding-right: 26px;
		margin: 30px 0 0;
		}
	#nav .dropdown .icons-links-list a{
		color: #6b6b6b;
		}
	.no-touchevents #nav .dropdown .icons-links-list a:hover{
		color: #ba2026;
		}
	#nav .dropdown .icons-links-list a .icon{
		top: -8px;
		margin: 0;
		}
	}
@media screen and (max-width: 1000px){
	/*Independent*/
	.container{
		padding: 0 24px;
		}
	/*Smooth scroll*/
	#all [data-scroll]{
		padding-top: 0;
		}
	/*Title animate*/
	.unfold-animate br{
		display: none;
		}
	/*Nav box*/
	#header{
		height: 64px;
		background: #e6e6e6;
		border-bottom: 1px solid #e3e4e8;
		}
	#header .top-box{
		display: none;
		}
	#header > .container{
		height: 63px;
		padding-top: 0;
		padding-bottom: 0;
		}
	#logo{
		height: 35px;
		width: auto;
		order: 2;
		margin: -10px 0 0 0;
		}
	#logo .mobile-logo{
		display: block;
		}
	.header-contacts{
		display: block;
		order: 3;
		}
	.header-contacts > a{
		display: none;
		}
	.js-open-nav{
		order: 1;
		display: inline-block;
		align-content: center;
		}
	/*Nav*/
	#nav-box{
		position: fixed;
		z-index: 999;
		left: 0;
		top: 64px;
		font-size: 26px;
		line-height: 1.076923076923077em;
		letter-spacing: -.78px;
		height: calc(100% - 64px);
		width: 100%;
		margin: 0;
		padding: 35px 15% 0;
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transform: scale(.9);
		transition: all .3s ease;
		}
	.opened-nav #nav-box{
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	#nav-box.no-transitions{
		transition: none !important;
		}
	#nav > ul{
		display: block;
		margin: 0 0 28px;
		}
	#nav > ul > li{
		line-height: 1.2em;
		padding: 0;
		margin: 0 0 22px;
		}
	#nav .hidden{
		display: block;
		}
	#nav > ul > li.has-child > a{
		display: block;
		max-width: 320px;
		padding-right: 28px;
		}
	#nav > ul > li.has-child > a:after{
		content: '\e800';
		font-family: 'Roboto', sans-serif;
		position: absolute;
		top: 11px;
		right: 0;
		font-size: 10px;
		line-height: 1em;
		width: 17px;
		height: 10px;
		}
	#nav > ul > li.has-child.opened-dropdown > a:after{
		transform: scaleY(-1);
		}
	#nav .has-child > a svg{
		display: none;
		}
	#nav .dropdown{
		letter-spacing: 0;
		padding: 0 0 32px;
		}
	#nav .dropdown .container{
		padding: 0;
		}
	#nav .dropdown .icons-links-list{
		margin: 8px 0 0 -20px;
		}
	#nav .dropdown .icons-links-list li{
		width: calc(50% + 16px);
		font-weight: 400;
		margin: 32px 0 0;
		}
	#nav .dropdown .icons-links-list li:nth-child(even){
		padding-right: 0;
		width: calc(50% - 16px);
		}
	#nav .dropdown .icons-links-list a{
		color: #6b6b6b;
		}
	.no-touchevents #nav .dropdown .icons-links-list a:hover{
		color: #ba2026;
		}
	#nav-box .header-contacts{
		margin: 28px 0 32px;
		padding: 30px 0 0;
		border-top: 1px solid #E3E4E8;
		}
	#nav-box .header-contacts > a{
		display: inline;
		color: #6b6b6b;
		}
	#nav-box .social-links{
		margin: 28px 0 32px;
		padding: 32px 0 0;
		border-top: 1px solid #E3E4E8;
		}

	#nav-box .lang-box{
		margin: 28px 0;
		padding: 30px 0 31px;
		border-top: 1px solid #E3E4E8;
		}
	#nav-box > *:last-child{
		margin-bottom: 20px;
		}
	.bottom-box img {
		height: 30px;
		margin-top: 0;
		}
	#footer .dev {
		padding: 10px 35px;
		}
	#footer .devleft{
		width: 100%;
		text-align: center;
		float: none;
		}
	#footer .devleft img {
		padding-left: 5px;
		}
	#footer .devright{
		width: 100%;
		padding-bottom: 10px;
		}
	#footer .devright p {
		text-align: center;
		}

    /*Main screen*/
	#main-screen .container{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		min-height: 100vh;
		padding-top: 120px;
		padding-bottom: 120px;
		}
	#main-screen .text-box{
		width: 590px;
		max-width: 100%;
		margin: 0 100px 54px 0;
		}
	#main-screen .last-news-item{
		left: 24px;
		}
	#main-screen .animate-bg-box{
		left: 0;
		width: 100%;
		height: 100%;
		}
	#main-screen .animate-bg-box .bg-pills{
		height: 100%;
		max-width: 720px;
		}
	.page-load #main-screen .animate-bg-box .bg-pills{
		opacity: .3;
		}
	#main-screen .animate-bg-box .back-pill{
		left: 67.5%;
		top: 50%;
		width: 390px;
		max-width: 57.33333333333333%;
		transform: translateY(calc(-50% - 30px));
		}
	#main-screen .animate-bg-box .front-pill{
		top: 50%;
		left: 60%;
		width: 378px;
		max-width: 57.33333333333333%;
		transform: translateY(calc(-50% + 40px));
		}
	.page-load #main-screen .animate-bg-box .front-pill, .page-load #main-screen .animate-bg-box .back-pill{
		opacity: 1;
		transform: translateY(-50%);
		}
	#main-screen .animate-bg-box img{
		max-width: 100%;
		}	
	/*Icons links list*/
	.icons-links-list li{
		font-size: 18px;
		padding: 0 40px 0 24px;
		}
	.icons-links-list .icon{
		left: -44px;
		}
	/*Company facts section*/
	.company-facts-section .bg{
		left: 250px;
		}
	.company-facts-grid .facts-slider-box{
		padding: 43px 0 0 160px;
		}
	.facts-slider .swiper-pagination{
		left: -160px;
		}
	.facts-slider .progress-box{
		right: -230px;
		}
	/*Main company fact section*/
	.main-company-fact-section{
		padding: 180px 0;
		}
	.main-company-fact-section .quantity{
		font-size: 200px;
		margin: 0 0 -18px;
		}
	/*Company facts section*/
	.trust-us-grid .title-box{
		width: 100%;
		padding-right: 0;
		}
	.trust-us-grid .title-box .h1{
		max-width: none;
		}
	.trust-us-grid .trust-us-slider-box{
		width: 100%;
		}
	.trust-us-grid .trust-us-slider-box:before{
		display: none;
		}
	/*Events calendar section*/
	.events-calendar-grid .title-box{
		width: 100%;
		padding: 0;
		}
	.events-calendar-grid .title-box h1{
		max-width: none;
		}
	.events-calendar-slider-box{
		width: 100%;
		z-index: 33;
		}
	.events-calendar-grid .events-calendar-slider-box:before{
		display: none;
		}
	/*Process support section*/
	.process-support-section .movement-bg{
		left: 40%;
		right: auto;
		}
	/*Clients section*/
	.clients-section .text-box{
		margin: 0 0 64px;
		}
	.text-box + .clients-list{
		margin: 0;
		}
	.clients-list .swiper-slide:first-child{
		margin-left: 0;
		}
	.clients-list .ratio-box{
		min-height: 0;
		}
	/*Activities section*/
	.activities-section .h1{
		margin-bottom: 40px;
		}
	/*Main*/
	#main{
		padding: 130px 0 88px;
		}
    .sub-page #main .page-load-animate > *:last-child{
	    margin-bottom: 0 !important;
	    }
	/*Contacts box*/
	.contacts-box .tabs-nav .swiper-slide{
		padding-right: 40px;
		}
	.contacts-box .tabs-content{
		margin: -180px 0 0;
		}
	.contacts-box.tabs-box:before{
		content: '';
		position: absolute;
		z-index: 0;
		left: -32px;
		top: 50%;
		bottom: 0;
		width: 1100px;
		background: #e6e6e6;
		}
    .usual-map{
	    height: 460px;
	    }
	/*Faq section*/
	.faq-section .h1{
		margin-bottom: 60px;
		}
	/*Accordion*/
	.accordion-grid{
		margin-bottom: 54px;
		}
	.page-description + .accordion-grid{
		margin-top: -26px;
		}
	.accordion-grid .accordion{
		margin-bottom: 112px;
		}
	/*Mission section*/
	.mission-grid .col{
		max-width: 700px;
		width: calc(50% - 40px);
		}
	/*Registration steps section*/
	.registration-steps li:nth-child(3n+1):not(:first-child):after{
		left: 0;
		}
    /*Popup*/
	.form-popup{
		padding: 54px 40px 71px;
		}
	.form-popup .js-close-popup{
		right: 40px;
		}
	}
@media screen and (max-width: 940px){
	/*Main screen*/
	#main-screen + *{
		padding-top: 60px !important;
		}
	#main-screen .last-news-item{
		position: relative;
		left: 0;
		bottom: 0;
		}
	/*Icons links list*/
	.icons-links-list li{
		font-weight: 400;
		}
	/*Company services section*/
	.company-services-section{
		padding: 100px 0 0;
		}
	.company-services-section .header{
		margin: 0 0 48px;
		}
	.company-services-section .title-box{
		width: 100%;
		padding: 0;
		margin: 0 0 32px;
		}
	.company-services-section .header .sub-text{
		width: 100%;
		transition: transform .7s ease .5s, opacity .7s ease .5s;
		}
	.services-regions-nav{
		font-size: 20px;
		line-height: 1em;
		margin: 0 0 54px;
		max-width: none;
		}
	.services-regions-nav .swiper-container{
		overflow: visible;
		}
	.company-services-box{
		position: relative;
		padding: 40px 0 16px;
		}
	.company-services-box:before{
		content: '';
		position: absolute;
		top: 0;
		left: -50px;
		right: -50px;
		bottom: 0;
		background: #e6e6e6;
		}
	.services-regions-nav{
		margin: 0 0 40px;
		transition: transform .7s ease .6s, opacity .7s ease .6s;
		}
	.company-services-list{
		transition: transform .7s ease .7s, opacity .7s ease .7s;
		}
	.company-services-list .service-item{
		width: calc(33.33333333% - 10px);
		margin: 0 10px 32px 0;
		min-height: 0;
		padding: 0 16px 0 0;
		background: none;
		}
	.company-services-list .service-item:nth-child(odd){
		top: 0;
		}
	.no-touchevents .company-services-list .service-item:hover{
		color: #BF161E;
		background: none !important;
		}
	.company-services-list .service-item .bg{
		display: none !important;
		}
	.company-services-section .flags-box{
		display: none;
		}
	/*Company facts section*/
	.company-facts-grid .facts-slider-box{
		padding: 43px 0 0 104px;
		}
	.facts-slider .swiper-pagination{
		left: -160px;
		}
	/*Mission section*/
	.mission-section{
		padding: 116px 0 140px;
		}
	/*Service cost section*/
	.cost-table:before{
		left: 81.5%;
		}
	/*Popup*/
	.request-call-form .form-control{
		font-size: 46px;
		}
	}
@media screen and (max-width: 900px){
	.inner-page-grid {
		padding-top: 0;
		}
	/*Tabs box*/
	.tabs-nav .swiper-slide{
		width: auto;
		}
	/*Form section*/
	.form-section.final-price .movement-bg{
		left: auto;
		right: -15%;
		bottom: 5%;
		}
	.form-section-grid{
		display: block;
		}
	.form-section-grid .text-box{
		width: 100%;
		margin: 0 0 48px;
		}
	.form-section-grid .form-box{
		width: 100%;
		max-width: 543px;
		margin: 0 auto;
		}
	.form-section-grid .sub-text{
		max-width: 543px;
		margin: 0 auto;
		}
	.form-section-grid .contacts{
		max-width: 543px;
		margin: 34px auto 0;
		padding-top: 34px;
		}
	.js-view-checker .form-section-grid .contacts{
		transition: transform .7s ease .7s, opacity .7s ease .7s;
		}
	/*Popup*/
	.request-call-form .form-control{
		font-size: 41px;
		}
	}
@media screen and (max-width: 900px) and (min-width: 780px){
	/*Mission section*/
	.mission-grid .h2{
		font-size: 26px;
		}
	}
@media screen and (max-width: 840px){
	/*Company advantages section*/
	.advantages-list .swiper-wrapper{
		max-width: 846px;
		padding: 0 0 76px 16px;
		}
	/*Popup*/
	.request-call-form .field{
		width: calc(100% - 286px);
		}
	.request-call-form .form-control{
		font-size: 40px;
		}
	.request-call-form .btn{
		width: 256px;
		}
	/*Accordion*/
	.accordion-grid .col{
		width: 100%;
		margin-bottom: 112px;
		}
	.accordion-grid .col:last-child{
		margin-bottom: 0;
		}
	/*News section*/
	.news-section{
		padding: 100px 0;
		}
	.news-list .news-item{
		width: calc(33.333333% + 10px);
		padding-right: 32px;
		}
	.news-list .news-item:nth-child(3n){
		padding-right: 0;
		width: calc(33.333333% - 20px);
		}
	/*Process support section*/
	.process-support-section{
		padding: 100px 0;
		}
	/*Clients section*/
	.clients-list .swiper-slide{
		width: 25%;
		}
	/*Service*/
	.service-page .inner-page-grid .title-box{
		width: 100%;
		padding: 0;
		}
	.inner-page-grid > .available-for{
		display: none;
		}
    /*Footer*/
	#footer .top-box{
		padding: 64px 0;
		}
	.footer-grid .col, .footer-contacts .footer-grid .col{
		width: 220px;
		}
	.footer-grid .col:nth-child(2){
		width: calc(50% - 95px);
		}
	.footer-grid .col:nth-child(3){
		width: calc(50% - 125px);
		}
	.footer-contacts{
		display: none;
		}
    .copy-box{
	    padding: 64px 0;
	    }
	.copy-box .footer-grid .col{
		width: 220px;
		}

	}
@media screen and (max-width: 780px){
	h1, .h1{
		font-size: 40px;
		}
	/*Independent*/
	.container{
		padding: 0 20px;
		}
	/*Header*/
	.header-contacts .messenger-links{
		margin-right: -8px;
		}
	.header-contacts .messenger-links svg{
		width: 17px;
		height: 17px;
		}
	/*Nav*/
	#nav-box{
		padding: 35px 10% 0;
		}
    /*Inner page grid*/
	.inner-page-grid .subsection-title{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 10px;
		}
	.inner-page-grid .content-box h1{
		margin-bottom: 24px;
		}
	.content-box .time{
		margin: 0 0 40px;
		}
	.content-box img, .content-box .large-indent{
		margin: 40px 0;
		}
	.small-mobile-indent .content-box .back-link{
		margin: 72px 0 40px;
		}
	.event-item .col{
		padding: 6px 24px 9px;
		}
    /*Main screen*/
	#main-screen .text-box{
		width: 480px;
		}
	#main-screen .animate-bg-box .front-pill{
		left: 50%;
		}
	/*Icons links list*/
	.icons-links-list li{
		font-weight: 500;
		width: 50%;
		}
	.icons-links-list li:nth-child(even){
		padding-right: 0;
		}
	/*Company services section*/
	.services-regions-nav .swiper-slide{
		padding-right: 30px;
		}
	.service-item{
		font-weight: 400;
		font-size: 16px;
		}
	/*Company facts section*/
	.company-facts-section{
		padding: 100px 0;
		}
	.company-facts-section .bg{
		left: 190px;
		}
	.company-facts-grid .title-box{
		margin: 0 0 32px;
		}
	.company-facts-grid .facts-slider-box{
		padding-top: 32px;
		min-height: 354px;
		}
	.facts-slider{
		margin-bottom: 48px;
		}
	.facts-slider .swiper-slide{
		min-height: 0;
		}
	.facts-slider .countries-list{
		margin: 22px 0;
		}
	/*Main company fact section*/
	.main-company-fact-section{
		padding: 140px 0;
		}
	.main-company-fact-section .h1{
		max-width: 540px;
		}
	.main-company-fact-section .quantity{
		font-size: 160px;
		margin: 0 0 -8px;
		}
	/*Company advantages section*/
	.company-advantages-section{
		padding: 100px 0;
		}
	/*Trust us section*/
	.trust-us-section{
		padding: 100px 0;
		}
	.trust-us-slider .swiper-slide{
		padding: 40px 28px 76px 30px;
		}
	.trust-us-slider .h2{
		margin: 0 0 24px;
		padding-right: 40px;
		}
	.trust-us-slider .h2 .js-open-gallery{
		right: 0;
		}
	.trust-us-slider .logo{
		bottom: 20px;
		right: 28px;
		}
	.trust-us-slider .swiper-btns-box{
		margin: 32px 0 0 30px;
		}
    /*News section*/
	.news-section{
		padding: 100px 0;
		}
	/*Mission section*/
	.mission-section{
		padding: 100px 0;
		}
	.mission-grid .col{
		width: 100%;
		margin-bottom: 64px;
		}
	.mission-grid .col:last-child{
		margin-bottom: 0;
		}
	/*History in brief section*/
	.history-in-brief-section, .our-team-section{
		padding: 100px 0;
		}
	.history-slider .swiper-container:before{
		top: 63px;
		}
	/*Tabs box*/
	.tabs-nav .swiper-slide{
		padding-right: 30px;
		}
	/*Events calendar section*/
	.events-calendar-section{
		padding: 100px 0;
		}
    .events-calendar-slider .swiper-btns-box{
	    margin: 48px 0 0;
	    }
	/*Clients section*/
	.clients-section{
		padding: 100px 0;
		}
	/*Activities section*/
	.activities-section{
		padding: 100px 0;
		}
	.activities-section .h1{
		margin-bottom: 24px;
		}
	/*Service*/
	.services-nav{
		margin-bottom: 25px;
		}
	.services-nav .current{
		font-size: 40px;
		height: 61px;
		padding: 10px 72px 0 22px;
		}
	.services-nav .current:after{
		right: 20px;
		font-size: 14px;
		height: 14px;
		margin: -7px 0 0;
		}
	.services-nav .dropdown{
		padding: 15px 72px 24px 24px;
		}
	.services-nav li{
		transform: translateY(-10px);
		}
	/*Services products section*/
	.services-products-section{
		padding: 100px 0 64px;
		}
	/*Contacts*/
	.contacts-box .tabs-nav .swiper-slide{
		padding-right: 30px;
		}
	.tabs-nav .hide-mobile{
		display: none;
		}
    /*Form section*/
	.form-section{
		padding: 100px 0;
		}
	/*Faq section*/
	.faq-section{
		padding: 100px 0;
		}
	.faq-section .h1{
		margin-bottom: 40px;
		}
	/*Accordion*/
	.accordion-grid{
		margin-bottom: 40px;
		}
	#main .accordion-grid{
		margin-bottom: 110px;
		}
	.accordion-grid .col{
		margin-bottom: 85px;
		}
	.accordion-grid .h2{
		margin: 0 0 29px;
		}
	.accordion-grid .accordion{
		margin-bottom: 80px;
		}
	.accordion .dropdown{
		padding: 6px 0 32px;
		}
    /*News list*/
	.news-list.lazy-load-ajax{
		margin-bottom: -32px;
		}
	.lazy-link-box{
		margin: 16px 0 48px;
		}
	/*Services products section*/
	.services-products-grid .sub-info-box{
		width: 400px;
		max-width: 100%;
		padding-right: 24px;
		}
	.services-products-grid .sub-info-box p{
		max-width: none;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section{
		padding: 100px 0;
		}
	/*Service list section*/
	.service-list .col{
		padding: 0 0 0 20px;
		width: calc(50% - 20px);
		}
	.substrate-bg-item:before{
		left: -20px;
		}
	/*Registration steps section*/
	.registration-steps-section .registration-steps{
		margin: 0 -40px -48px 0;
		}
	.registration-steps-section .bg-text-box{
		margin: 0 0 48px;
		}
	.bg-text-box{
		padding: 0;
		}
	.bg-text-box:before{
		display: none;
		}
	.js-view-checker .bg-text-box p{
		transition: transform .5s ease .3s, opacity .5s linear .3s;
		}
	.registration-steps li{
		width: 50%;
		margin: 0 0 48px;
		}
	.registration-steps li:nth-child(2n):after{
		right: -100vw;
		}
	/*Service cost section*/
	.service-cost-section.mobile-dropdown-section{
		padding: 100px 0 154px;
		}
	.service-cost-section.mobile-dropdown-section .h1{
		margin-bottom: 60px;
		}
	.cost-table:before{
		top: -24px;
		left: calc(100% - 130px);
		}
	.cost-table > .row > .col{
		width: calc(100% - 260px);
		}
	.cost-table > .row > .price-col{
		width: 260px;
		}
	.cost-table .price{
		font-size: 18px;
		line-height: 20px;
		}
    /*404*/
    .error-page-box{
        padding: 0 5% 40px;
    }
    .error-num{
        font-size: 200px;
    }
	/*Popup*/
	.form-popup{
		padding: 48px 40px 64px;
		}
	.form-popup .trigger-close-popup{
		margin: 96px 0 0;
		}
	.request-call-form{
		margin: 64px 0 0;
		}
	.request-call-form .form-grid{
		display: block;
		}
	.request-call-form .field{
		width: 100%;
		max-width: 330px;
		}
	.request-call-form .form-control{
		font-size: 36px;
		}
	.request-call-form .btn{
		width: 330px;
		margin: 49px 0 0;
		}
	.request-call-form .checkbox-item{
		margin: 50px 0 0;
		}
    .form-popup .js-close-popup{
		top: 55px;
	    }
	/*Footer*/
	.footer-grid .col, .footer-contacts .footer-grid .col{
		width: 220px;
		}
	.nav-grid-box .footer-grid .col:first-child{
		width: 100%;
		margin: 0 0 28px;
		max-width: none;
		}
	.nav-grid-box .footer-grid .col{
		max-width: 340px;
		}
	.footer-grid .col:nth-child(2){
		width: calc(50% + 20px);
		}
	.footer-grid .col:nth-child(3){
		width: calc(50% - 20px);
		}
	}
@media screen and (max-width: 720px){
	/*Nav*/
	#nav .dropdown{
		padding: 0 0 8px;
		}
	#nav .dropdown .icons-links-list{
		padding: 0;
		margin: 24px 0 0;
		}
	#nav .dropdown .icons-links-list li:before{
		display: none;
		}
	#nav .dropdown .icons-links-list li, #nav .dropdown .icons-links-list li:nth-child(even){
		width: 100%;
		font-weight: 400;
		margin: 0;
		padding: 16px 0;
		border-bottom: 1px solid #E3E4E8;
		}
	#nav .dropdown .icons-links-list .icon{
		display: none;
		}
	/*Company services section*/
	.company-services-list .service-item{
		width: calc(50% - 10px);
		}
	/*Page description*/
	.page-description{
		padding-bottom: 88px;
		}
	.page-description:after{
		content: '';
		clear: both;
		display: table;
		width: 100%;
		}
	.page-description .text-box p{
		margin-right: 0;
		}
	.page-description .sub-info-box{
		position: relative;
		right: 0;
		bottom: auto;
		float: right;
		margin: 56px -24px 0 0;
		padding: 35px 37px 32px;
		max-width: 324px;
		width: calc(100% + 24px);
		}
	.sub-info-box p{
		max-width: 200px;
		}
	/*Accordion grid*/
	.page-description + .accordion-grid{
		margin-top: -13px;
		}
	/*Services products section*/
	.services-products-section.has-info-box{
		padding-bottom: 0;
		}
	.services-products-grid .sub-info-box{
		margin: 16px 0 -37px;
		padding: 35px 37px 32px;
		}
	.services-products-section .extra-list-grid .col{
		width: calc(50% + 20px);
		padding-right: 40px;
		}
	.services-products-section .extra-list-grid .col:nth-child(even){
		width: calc(50% - 20px);
		padding-right: 0;
		}
	/*Service additional info section*/
	.service-additional-info-section{
		padding: 72px 0 100px;
		}
	.additional-info-grid .img-box{
		width: 100%;
		padding-right: 0;
		margin: 0 0 76px;
		}
	.visible .additional-info-grid .animate-img{
		height: 100%;
		}
	.additional-info-grid .img-box img{
		margin: 0;
		}
	.additional-info-grid .info-box{
		padding: 0;
		width: 100%;
		}
	.additional-info-grid .info-box .col{
		width: calc(50% - 24px);
		max-width: 480px;
		margin: 0 !important;
		}
	}
@media screen and (max-width: 680px){
	/*Inner page grid*/
	.event-item{
		margin: 40px 0;
		max-width: 360px;
		}
	.event-item .col{
		width: 100%;
		padding: 11px 0 9px;
		border: none;
		border-bottom: 1px solid #B5B6BE;
		}
	.event-item .col br{
		display: none;
		}
	.small-mobile-indent .content-box .back-link{
		margin-top: 48px;
		}
	/*News section*/
	.news-list{
		justify-content: space-between;
		}
	.news-list .news-item, .news-list .news-item:nth-child(3n){
		width: calc(50% - 16px);
		padding: 0;
		}
	.news-list .news-item:nth-child(3n){
		padding-right: 0;
		}
	.news-list-box .btn{
		margin: 0;
		}
    /*Footer*/
	.copy-box .footer-grid{
		display: block;
		}
	.copy-box .footer-grid .col{
		width: 100%;
		margin: 0 0 28px;
		}
	#copy{
		max-width: none;
		}
	}
@media screen and (max-width: 660px){
	/*Company advantages section*/
	.advantages-list .swiper-wrapper{
		max-width: 840px;
		padding: 0 0 76px 10px;
		}
	.advantages-list .advantage-item{
		width: calc(50% - 20px);
		}
	.advantage-item{
		padding: 30px 0 32px 32px;
		}
	.advantage-item .h2{
		font-size: 26px;
		}
	.advantage-item .icon{
		top: -7px;
		left: -51px;
		}
	/*Clients section*/
	.clients-list .swiper-slide{
		width: 33.33333333%;
		}
    /*Service*/
	.service-in-brief{
		padding: 0 0 0 80px;
		}
	.service-in-brief .icon{
		width: 56px;
		height: 56px;
		}
	/*Main*/
	#main{
		padding: 112px 0 88px;
		}
	/*Accordion*/
	.accordion-grid{
		margin-bottom: 48px;
		}
    /*News list*/
	.news-list.lazy-load-ajax{
		margin-bottom: 0;
		}
	.lazy-link-box{
		margin: 16px 0 40px;
		}
	/*Service cost section*/
	.cost-table:before{
		left: calc(100% - 110px);
		}
	.cost-table > .row > .col{
		padding-right: 40px;
		width: calc(100% - 220px);
		}
	.cost-table > .row > .price-col{
		width: 220px;
		padding-right: 0;
		}
	.cost-table .price{
		font-size: 16px;
		line-height: 18px;
		}
	/*Popup*/
	.form-popup{
		padding: 48px 32px 64px;
		}
	.form-popup .js-close-popup{
		right: 32px;
		}
	}
@media screen and (min-width: 581px){
	/*Clients section*/
	.clients-list .swiper-wrapper{
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		}
	}
@media screen and (max-width: 580px){
	/*Grab cursor*/
	#grab-cursor{
		display: none;
		}
	/**/
	h1, .h1{
		font-size: 36px;
		}
	/*Last news item*/
	.last-news-item{
		color: #6b6b6b;
		padding: 26px 20px 41px;
		min-height: 0;
		background: #e6e6e6;
		}
	.no-touchevents .last-news-item:hover{
		color: #fff;
		}
	.last-news-item:before{
		background: #e6e6e6;
		}
	.no-touchevents .last-news-item:hover:before{
		background: #bf151e;
		}
	.last-news-item .arrow{
		left: auto;
		right: 20px;
		bottom: 17px;
		width: 50px !important;
		}
	.last-news-item .arrow svg *{
		fill: #6b6b6b;
		}
	.no-touchevents .last-news-item:hover svg *{
		fill: #fff;
		}
	.last-news-item img{
		display: none;
		}
	/*Main screen*/
	#main-screen .container{
		padding-bottom: 80px;
		}
	/*Company facts section*/
	.company-facts-section{
		padding: 80px 0 88px;
		}
	.company-facts-section .bg{
		display: none;
		}
	.company-facts-grid .facts-slider-box{
		padding: 0;
		min-height: 0;
		}
	.company-facts-grid .title-box{
		margin: 0;
		padding: 0;
		max-width: 80%;
		}
	.company-facts-grid .title-box .h1{
		margin: 0 0 40px;
		}
	.facts-slider{
		margin: 0 0 28px;
		max-width: none;
		}
	.company-facts-section .facts-slider:last-child{
		margin-bottom: -6px;
		}
	.facts-slider .swiper-container{
		overflow: visible;
		}
	.facts-slider .swiper-slide{
		width: 434px !important;
		max-width: 100%;
		padding: 36px 20px 40px;
		background: #e6e6e6 url("../img/map-bg-slide.svg") no-repeat 18px 16px/118.3% auto;
		}
	.facts-slider .progress-box{
		display: none;
		}
	.facts-slider .h1{
		font-size: 30px;
		line-height: 1em;
		letter-spacing: 0;
		max-width: 400px;
		margin: 0 0 24px;
		}
	.facts-slider p{
		margin: 0 0 16px;
		}
	.facts-slider .countries-list{
		margin: 16px 0;
		}
	.facts-slider .swiper-pagination{
		position: relative;
		left: 0;
		top: 0;
		margin: 24px 0 0;
		}
	.facts-slider-box .btn{
		margin: 0 auto;
		}
	/*Company advantages section*/
	.company-advantages-section{
		padding: 80px 0 82px;
		}
	.advantages-list{
		margin: 0;
		}
	.advantages-list .swiper-wrapper{
		flex-wrap: inherit;
		justify-content: flex-start;
		width: 100%;
		max-width: none;
		padding: 0;
		}
	.advantages-list .advantage-item{
		height: auto;
		width: 434px !important;
		max-width: 100%;
		}
	.advantage-item{
		padding: 36px 20px 40px;
		margin: 0;
		min-height: 0;
		max-width: 480px;
		background: #fff;
		}
	.advantages-list .advantage-item:nth-child(odd){
		top: 0;
		}
	.advantage-item:before{
		display: none;
		}
	.advantage-item .h2{
		position: static;
		font-size: 30px;
		margin: 0 0 24px;
		}
	.advantage-item .icon{
		justify-content: flex-start;
		top: -20px;
		left: 20px;
		}
	.advantage-item p{
		max-width: none;
		}
	.advantages-list .swiper-pagination{
		display: flex;
		margin: 24px 0 0;
		}
	/*Main company fact section*/
	.main-company-fact-section .quantity{
		font-size: 140px;
		margin: 0 0 -10px;
		}
	/*Trust us section*/
	.trust-us-section{
		padding: 80px 0 82px;
		}
	.trust-us-grid .title-box .h1{
		margin-bottom: 40px;
		}
	.trust-us-slider .swiper-slide{
		padding: 36px 20px 82px;
		}
	.trust-us-slider .logo{
		bottom: 20px;
		right: 20px;
		}
    .trust-us-slider .swiper-btns-box{
	    display: none;
	    }
    .trust-us-slider .swiper-pagination{
	    display: flex;
	    margin: 24px 0 0;
	    }
	/*News section*/
	.news-section{
		padding: 80px 0 88px;
		}
	.news-section .title-box{
		margin: 0 0 48px;
		}
	.news-list.lazy-load-ajax{
		margin-bottom: -24px;
		}
	/*History in brief section*/
	.history-in-brief-section, .our-team-section{
		padding: 80px 0 82px;
		}
	.history-in-brief-section .h1, .our-team-section .h1{
		margin-bottom: 40px;
		}
	.history-in-brief-section .swiper-btns-box, .our-team-section .swiper-btns-box{
		display: none;
		}
	.history-in-brief-section .swiper-pagination, .our-team-section .swiper-pagination{
		display: flex;
		margin: 24px 0 0;
		}
	.history-slider .swiper-container:before{
		display: none;
		}
	.history-slider .swiper-slide{
		height: auto;
		width: 434px !important;
		padding: 36px 20px 40px;
		background: #fff;
		}
	.history-slider .year.h1{
		font-size: 30px;
		margin: 0 0 24px;
		padding: 0;
		border: none;
		}
	/*Our team section*/
	.our-team-slider .swiper-container:not(.reached-end) .swiper-slide-active, .our-team-slider .reached-end .swiper-slide:last-child{
		color: #ba2026;
		}
	.our-team-slider .swiper-container:not(.reached-end) .swiper-slide-active img, .our-team-slider .reached-end .swiper-slide:last-child img{
		-webkit-filter: none;
		filter: none;
		opacity: 1;
		}
	/*Mission section*/
	.mission-section{
		padding: 80px 0 83px;
		margin-bottom: 0;
		}
	/*Process support section*/
	.process-support-section{
		padding: 82px 0;
		}
	.process-support-section .h1{
		font-size: 30px;
		line-height: 1.1em;
		letter-spacing: 0;
		}
	.process-support-section .movement-bg{
		bottom: 12%;
		left: 35%;
		max-width: 150%;
		height: 439px;
		background-size: 80% auto;
		}
	/*Clients section*/
	.clients-section .text-box{
		margin: 0 0 48px;
		}
	.clients-list .swiper-slide{
		width: 33.333333%;
		border: none;
		}
	/*Tabs box*/
	.tabs-nav{
		margin: 0 0 40px;
		}
	/*Accordion grid*/
	#main .accordion-grid{
		margin-bottom: 100px;
		}
	.page-description + .accordion-grid{
		margin-top: -25px;
		}
	/*Events calendar section*/
	.events-calendar-section{
		padding: 80px 0 82px;
		}
	.events-calendar-section .title-box .h1{
		margin-bottom: 34px;
		}
	.events-calendar-slider .swiper-slide{
		width: 280px !important;
		padding: 0;
		border: none;
		background: #e6e6e6;
		}
	.events-calendar-slider .swiper-slide:last-child{
		border: none;
		}
	.events-calendar-slider .swiper-slide > p:last-of-type{
		margin-bottom: 0;
		}
	.events-calendar-slider .swiper-slide > a{
		padding: 21px 20px 23px;
		}
	.events-calendar-slider .swiper-btns-box{
		display: none;
		}
	.events-calendar-slider .swiper-pagination{
		display: flex;
		margin: 24px 0 0;
		}
	/*Clients section*/
	.clients-section{
		padding: 80px 0 82px;
		}
	.clients-list .swiper-pagination{
		display: flex;
		margin: 24px 0 0;
		}
	/*Activities section*/
	.activities-section{
		padding: 80px 0 88px;
		}
	/*Form section*/
	.form-section{
		padding: 80px 0 88px;
		}
	.form-section.final-price .movement-bg{
		left: 0;
		right: auto;
		bottom: 10%;
		width: 320px;
		height: 542px;
		}
	.form-section-grid .text-box{
		margin: 0 0 37px;
		}
	/*Service*/
	.services-nav .current{
		font-size: 36px;
		height: 55px;
		padding: 9px 72px 0 22px;
		}
	.services-nav .current:after{
		font-size: 13px;
		height: 13px;
		}
	.services-nav .dropdown{
		padding: 11px 56px 24px 24px;
		}
	/*Services products section*/
	.services-products-section{
		padding: 80px 0 48px;
		}
	/*Service additional info section*/
	.service-additional-info-section{
		padding: 72px 0 83px;
		}
	.additional-info-grid .info-box .col{
		width: 100%;
		}
	.additional-info-grid .info-box .col:not(:last-child){
		margin-bottom: 48px !important;
		}
	/*Faq section*/
	.faq-section{
		padding: 80px 0 88px;
		}
	.faq-section .h1{
		margin-bottom: 30px;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section{
		padding: 80px 0;
		}
	/*Service list section*/
	.service-list .col{
		padding: 0;
		width: calc(50% - 16px);
		}
	.substrate-bg-item{
		min-height: 0;
		padding: 0;
		}
	.substrate-bg-item:before{
		display: none;
		}
	/*Service cost section*/
	.service-cost-section.mobile-dropdown-section{
		padding: 80px 0 140px;
		}
    /*404*/
    .error-page-box{
        padding: 0 2% 40px;
    }
    .error-page-box p{
        margin-bottom: 40px;
    }
    .error-num{
        font-size: 160px;
    }
	/*Popup*/
	.form-popup{
		padding: 44px 32px 54px;
		}
	.form-popup .header{
		max-width: none;
		}
	.request-call-form .field{
		max-width: 300px;
		}
	.request-call-form .form-control{
		font-size: 30px;
		}
	.request-call-form .btn{
		width: 300px;
		}
	#request-call-message-popup .js-close-popup:not(.trigger-close-popup){
		display: none;
		}
	.js-close-popup{
		width: 26px;
		height: 26px;
		}
	.js-close-popup svg{
		width: 24px;
		height: 24px;
		}
	.form-popup .js-close-popup{
		top: 50px;
		right: 32px;
		}
    /*Footer*/
	#footer .sub-contacts a[href^=tel]{
		font-size: 36px;
		}
	#footer .dev{
		margin-top: 40px;
		text-align: left;
		}
	}
@media screen and (min-width: 541px){
	.mobile-dropdown-section .mobile-dropdown-box{
		display: block !important;
		}
	}
@media screen and (max-width: 540px){
	/*Nav*/
	#nav-box{
		padding: 35px 20px 0;
		}
	/*Main screen*/
	#main-screen .container{
		display: block;
		min-height: 0;
	}
	#main-screen .text-box{
		margin: 0 0 48px 0;
		}
	#main-screen > .animate-bg-box .back-pill, #main-screen > .animate-bg-box .front-pill{
		display: none;
	}
	#main-screen .text-box .animate-bg-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		position: relative;
		width:100%;
		height: auto;
		margin: 0 0 32px;
	}
	#main-screen .text-box .animate-bg-box .front-pill, #main-screen .text-box .animate-bg-box .back-pill{
		position: relative;
		left:0;
		top:0;
		margin: 0 -22% 0 0;
		max-width: 62%;
		transform: translateY(30px);
	}
	#main-screen .text-box .animate-bg-box .back-pill{
		margin: 0 0 0 -22%;
	}
	#main-screen .text-box .animate-bg-box .back-pill{
		transform: translateY(-30px);
	}
	.page-load #main-screen .animate-bg-box .front-pill, .page-load #main-screen .animate-bg-box .back-pill{
		opacity: 1;
		transform: none;
	}
	#main-screen .animate-bg-box .bg-pills{
		background-position: 50% 100px;
	}
	/*Icons links list*/
	.icons-links-list li{
		font-weight: 400;
		}
	/*Service*/
	.service-in-brief{
		padding: 0 0 0 70px;
		}
	.service-in-brief .icon{
		width: 50px;
		height: 50px;
		}
	.service-in-brief .icon svg{
		max-width: 20px;
		}
	/*Services products section*/
	.services-products-grid .sub-info-col{
		margin: 0 0 48px;
		}
	.services-products-section .extra-list-grid .col, .services-products-section .extra-list-grid .col:nth-child(even){
		width: 100%;
		padding: 0;
		}
	.services-products-section .extra-list li{
		padding: 0;
		background: none;
		}
	.services-products-section .extra-list li *{
		max-width: none;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section, .service-cost-section.mobile-dropdown-section{
		padding: 82px 0 48px;
		}
	/*Service cost section*/
	.mobile-dropdown-section .h1, .service-cost-section.mobile-dropdown-section .h1{
		position: relative;
		margin: 0 0 34px;
		transition: none !important;
		transform: none !important;
		}
	.mobile-dropdown-section .js-open-section-dropdown *{
		transition: none !important;
		transform: none !important;
		margin: 0;
		padding: 0;
		overflow: visible;
		}
	.mobile-dropdown-section .js-open-section-dropdown:after{
		content: '\e800';
		font-family: 'Roboto', sans-serif;
		position: absolute;
		z-index: 3;
		top: 14px;
		right: 0;
		font-size: 14px;
		line-height: 1em;
		}
	.opened-dropdown .js-open-section-dropdown:after{
		transform: scaleY(-1);
		}
	.mobile-dropdown-section .mobile-dropdown-box{
		display: none;
		margin-bottom: 35px;
		}
	.service-cost-section.mobile-dropdown-section .mobile-dropdown-box{
		margin-bottom: 48px;
		}
	/*Service list section*/
	.service-list .col{
		padding: 0;
		width: 100%;
		}
	.service-list .col:not(:last-child){
		margin-bottom: 22px;
		}
	.service-list .col > *{
		max-width: none;
		}
	.substrate-bg-item{
		min-height: 0;
		padding: 0;
		}
	.substrate-bg-item:before{
		display: none;
		}
	/*Registration steps section*/
	.registration-steps-section .registration-steps{
		margin: 0 0 -31px 0;
		}
	.registration-steps-section .bg-text-box{
		display: none;
		}
	.js-view-checker .bg-text-box p{
		transition: transform .5s ease .3s, opacity .5s linear .3s;
		}
	.service-list, .registration-steps, .cost-table{
		transform: none !important;
		opacity: 1 !important;
		transition: none !important;
		}
	.registration-steps li{
		width: 100%;
		margin: 0 0 22px;
		padding: 0 0 0 34px;
		}
	.registration-steps li:before{
		position: absolute;
		left: 0;
		top: 1px;
		padding: 0;
		margin: 0;
		background: none;
		}
	.touchevents .registration-steps li:before{
		top: 2px;
		}
	.registration-steps li:after{
		right: auto !important;
		top: 23px !important;
		left: 10px !important;
		bottom: -19px !important;
		width: 1px;
		height: auto;
		}
	.registration-steps li:last-child:after{
		display: none;
		}
	/*Service cost section*/
	.mobile-dropdown-box .cost-table{
		margin-bottom: -14px;
		}
	.cost-table:before{
		display: none;
		}
	.cost-table .row{
		display: block;
		padding: 22px 0 24px;
		}
	.cost-table > .row:first-child{
		padding-top: 0;
		}
	.cost-table .row:last-child{
		border: none;
		padding-bottom: 0;
		}
	.cost-table .row .col{
		width: 100%;
		padding: 0;
		max-width: none;
		}
	.cost-table > .row > .price-col{
		width: 100%;
		padding: 0;
		}
	.cost-table .price{
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		color: #6b6b6b;
		margin: 2px 0 0;
		}
	.cost-table .price-table .row{
		border: none;
		padding-bottom: 0;
		}
    /*Footer*/
	#copy{
		max-width: 250px;
		}
	}
@media screen and (max-width: 480px){
	h1, .h1{
		font-size: 32px;
		margin: 0 0 32px;
		line-height: 1.076923076923077em;
		}
	h2, .h2{
		font-size: 24px;
		margin: 48px 0 24px;
		}
	.extra-list{
		margin: 36px 0;
		}
	ul.extra-list li{
		margin: 0 0 36px;
		}
    /*Form styles*/
	.form .field-row + .btn{
		margin: 0 auto;
		}
	.form .btn + .sub-text{
		margin: 30px 0 0;
		}
    /*Main screen*/
	/*#main-screen .animate-bg-box .back-pill, #main-screen .animate-bg-box .front-pill{
		top: 42%;
		}*/
	/*Icons links list*/
	.icons-links-list{
		display: block;
		padding: 0;
		margin: 40px 0;
		}
	.icons-links-list li:before{
		display: none;
		}
	.icons-links-list li{
		width: 100%;
		font-weight: 400;
		padding: 18px 0;
		margin: 0;
		border: 0;
		border-bottom: 1px solid #E3E4E8;
		}
	.icons-links-list li:first-child{
		padding-top: 0;
		}
	.icons-links-list a{
		color: #6b6b6b;
		}
	.icons-links-list .icon{
		display: none;
		}
	/*Company services section*/
	.company-services-section .header{
		margin: 0 0 30px;
		}
	.company-services-section .title-box{
		margin: 0 0 25px;
		}
	.company-services-box{
		padding: 30px 0 14px;
		}
	.company-services-list .service-item{
		line-height: 1.333333333333333em;
		width: 100%;
		margin: 0 0 28px;
		}
	.company-services-list .service-item:not(:last-child):after{
		content: '';
		position: absolute;
		left: -30px;
		right: -30px;
		bottom: -15px;
		height: 1px;
		background: #E3E4E8;
		pointer-events: none;
		}
	.company-services-list .service-item:last-child{
		margin-bottom: 0;
		}
	/*Company facts section*/
	.facts-slider .h1{
		font-size: 24px;
		}
	.facts-slider .countries-list li{
		width: 50%;
		}
	/*Company advantages section*/
	.company-advantages-section .title-box{
		margin-bottom: 54px;
		}
	.advantage-item .h2{
		font-size: 24px;
		}
	/*Main company fact section*/
	.main-company-fact-section{
		padding: 118px 0 108px;
		}
	.main-company-fact-section .quantity{
		font-size: 120px;
		margin: 0 0 -10px;
		}
	/*Trust us section*/
	.trust-us-slider .h2 .js-open-gallery{
		top: 0;
		}
	/*News section*/
	.news-list.lazy-load-ajax{
		margin-bottom: 0;
		}
	.news-list .news-item, .news-list .news-item:nth-child(3n){
		width: 100%;
		margin: 0 0 37px;
		}
	.news-item a{
		max-width: 420px;
		}
	.news-item .time{
		margin-top: 29px !important;
		}
	.news-list-box .btn{
		margin: 19px 0 0;
		}
	.lazy-link-box{
		margin: 0 0 8px;
		}
	/*Mission section*/
	.mission-section .h1{
		margin-bottom: 60px;
		}
	.mission-grid .col{
		margin-bottom: 48px;
		}
    /*Tabs box*/
	.tabs-nav{
		margin: 0 0 32px;
		}
	/*Events calendar section*/
	.events-calendar-section .title-box .h1{
		margin-bottom: 26px;
		}
	/*History in brief section*/
	.history-slider .year.h1{
		font-size: 24px;
		}
	/*Process support section*/
	.process-support-section .h1{
		font-size: 24px;
		}
	/*Activities section*/
	.activities-section .h1{
		margin-bottom: 30px;
		}
	/*Form section*/
	.form-section.final-price{
		padding-bottom: 85px;
		}
	.form-section-grid .contacts{
		margin: 31px auto 0;
		padding-top: 30px;
		}
	/*Accordion grid*/
	.page-description + .accordion-grid{
		margin-top: -45px;
		}
	#main .accordion-grid{
		margin-bottom: 88px;
		}
	/*Main*/
	#main{
		padding: 95px 0 88px;
		}
	.contacts-page #main{
		margin-bottom: 0;
		}
	.small-mobile-indent .content-box .back-link{
		margin-top: 34px;
		}
    /*Page description*/
	.page-description .sub-info-box{
		margin: 48px -20px 0 0;
		width: calc(100% + 20px);
		}
	/*Inner page grid*/
	.inner-page-grid .title-box{
		width: 100%;
		margin: 0 0 32px;
		}
	.inner-page-grid .subsection-title{
		font-weight: 400;
		}
	.event-item{
		margin: 25px 0;
		}
	/*Contacts*/
	.contacts-box .tabs-content{
		margin: 0 -20px;
		width: auto;
		max-width: none;
		}
	.contacts-box.tabs-box:before{
		display: none;
		}
	.contacts-item{
		min-height: 0;
		padding: 30px 20px;
		background: #ba2026;
		}
	.usual-map{
		height: 284px;
		}
	/*Service*/
	.service-page .inner-page-grid{
		margin-bottom: 110px;
		}
	.service-img{
		padding: 2px 30px 0;
		}
	.services-nav .current{
		font-size: 32px;
		height: 47px;
		padding: 9px 72px 0 20px;
		}
	.services-nav .current:after{
		font-size: 12px;
		height: 12px;
		margin-top: -5px;
		}
	.services-nav .dropdown{
		padding: 9px 56px 18px 20px;
		}

	.service-in-brief{
		padding: 0;
		}
	.service-in-brief .icon{
		position: relative;
		top: 0;
		margin: 0 0 28px;
		}
	/*Services products section*/
	.services-products-grid .sub-info-col{
		margin: 0 0 28px;
		}
	.services-products-grid .sub-info-box{
		font-size: 17px;
		line-height: 20px;
		margin: 8px 0 -37px;
		padding: 30px 0 32px 28px;
		}
	.services-products-section .extra-list li{
		margin: 0 0 21px;
		}
	.services-products-section .extra-list li *{
		max-width: none;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section .js-open-section-dropdown:after{
		top: 13px;
		font-size: 12px;
		}
    /*404*/
    .error-page-box{
        padding: 16px 0 24px;
    }
    .error-page-box p{
        margin-bottom: 32px;
    }
    .error-num{
        font-size: 140px;
    }
	/*Popup*/
	.form-popup{
		padding: 30px 20px 54px;
		}
	.form-popup .js-close-popup{
		top: 36px;
		right: 20px;
		}
	/*Footer*/
	#footer .sub-contacts a[href^=tel]{
		font-size: 32px;
		}
	.footer-grid .col{
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		}
	.footer-grid .col > *{
		max-width: none;
		}
	#footer .sub-contacts{
		margin-top: 48px;
		max-width: none;
		}
	}
@media screen and (max-width: 420px){
	body{
		font-size: 15px;
		line-height: 1.333333333333333em;
		}
	h1, .h1{
		font-size: 30px;
		}
	h2, .h2{
		font-size: 22px;
		margin: 40px 0 24px;
		}
	h3, .h3{
		margin: 40px 0 24px;
		}
	h4, .h4{
		margin: 40px 0 24px;
		}
	p{
		margin: 20px 0;
		}
	ol, ul{
		margin: 20px 0;
		}
	ul li, ol li{
		margin-bottom: 20px;
		background-position: 0 8px;
		}
	ol > li:before{
		top: 2px;
		}
    /*Form styles*/
	.form .field-row{
		display: block;
		}
	.form .field-row .field, .form .field-row .field.small-w, .form .field-row .field.middle-w{
		width: 100%;
		}
	.form-control{
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		height: 26px;
		border-bottom: 1px solid #e3e4e8;
		}
	.form .field-row + .btn{
		margin: -7px auto 0;
		}
	/*Checkboxes*/
	.checkbox-item input[type="checkbox"] + label{
		font-size: 15px;
		line-height: 1.333333333333333em;
		}
	/*Nav*/
	#nav .dropdown .icons-links-list{
		margin: 28px 0 0;
		}
	#nav .dropdown .icons-links-list li{
		font-size: 15px;
		line-height: 1.333333333333333em;
		padding: 11px 0;
		}
    /*Main screen*/
	#main-screen + *{
		padding-top: 37px !important;
		}
	#main-screen .container{
		padding-top: 95px;
		padding-bottom: 48px;
		}
	#main-screen .text-box{
		margin: 0 0 29px 0;
		}
	#main-screen .last-news-item{
		margin-left: auto;
		left: 0;
		width: calc(100% + 20px);
		}
	#main-screen .h1{
		margin: 0 0 25px;
		}
	#main-screen .animate-bg-box .bg-pills{
		background: url("../img/main-bg-mobile.png") no-repeat 100% 34px;
	}
	.page-load #main-screen .animate-bg-box .bg-pills{
		opacity: 1;
	}
	/*Icons links list*/
	.icons-links-list li{
		font-size: 15px;
		line-height: 1.333333333333333em;
		padding: 11px 0;
		}
	/*Company services section*/
	.company-services-list .service-item{
		font-size: 15px;
		line-height: 1.333333333333333em;
		margin: 0 0 23px;
		}
	.company-services-list .service-item:not(:last-child):after{
		bottom: -13px;
		}
	.company-services-list .service-item:last-child{
		margin-bottom: 0;
		}
	/*Company facts section*/
	.company-facts-grid .title-box .h1{
		margin: 0 0 25px;
		}
	.facts-slider .swiper-slide{
		padding: 32px 20px 36px;
		}
	.facts-slider .h1{
		font-size: 22px;
		line-height: 1.1em;
		}
	/*Company advantages section*/
	.company-advantages-section .title-box{
		margin-bottom: 42px;
		}
	.advantage-item{
		padding: 32px 20px 40px;
		}
	.advantage-item .h2{
		font-size: 22px;
		line-height: 1.1em;
		}
	/*Main company fact section*/
	.main-company-fact-section .quantity{
		font-size: 110px;
		}
	/*Trust us section*/
	.trust-us-grid .title-box .h1{
		margin-bottom: 38px;
		}
	.trust-us-slider{
		position: relative;
		z-index: 23;
		}
	.trust-us-slider .swiper-slide{
		padding: 32px 20px 90px;
		}
	.trust-us-slider .h2{
		position: static;
		font-size: 22px;
		line-height: 1.1em;
		padding: 0;
		}
	.trust-us-slider .logo{
		bottom: 25px;
		left: 20px;
		right: auto;
		display: block;
		height: auto;
		}
	.trust-us-slider .h2 .js-open-gallery{
		position: absolute;
		top: -10px;
		right: 20px;
		}
	/*History in brief section*/
	.history-in-brief-section .h1, .our-team-section .h1{
		margin-bottom: 25px;
		}
	.history-slider .swiper-slide{
		padding: 32px 20px 36px;
		}
	.history-slider .year.h1{
		font-size: 22px;
		line-height: 1.1em;
		}
	/*Mission section*/
	.mission-section .h1{
		margin-bottom: 43px;
		}
	.mission-grid .col{
		margin-bottom: 32px;
		}
	/*Process support section*/
	.process-support-section .h1{
		font-size: 20px;
		}
	/*Form section*/
	.form-section-grid .contacts .h1{
		margin-bottom: 14px;
		}
	.clients-section .h1{
		margin: 0 0 14px;
		}
	/*Inner page grid*/
	.inner-page-grid .subsection-title{
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 4px;
		}
	.inner-page-grid .content-box h1{
		margin-bottom: 14px;
		}
	.content-box .time{
		margin: 0 0 32px;
		}
	.content-box img, .content-box .large-indent{
		margin: 30px 0;
		}
    /*News list*/
	.news-list.lazy-load-ajax{
		margin-bottom: 16px;
		}
	.lazy-link-box{
		margin: 0 0 -16px;
		}
	/*Accordion*/
	.accordion .title{
		font-size: 17px;
		line-height: 20px;
		padding: 12px 32px 15px 0;
		}
	.accordion .title svg{
		top: 17px;
		width: 12px;
		height: 12px;
		margin: 0;
		}
	.accordion .dropdown{
		padding: 6px 0 20px;
		}
	/*Service*/
	.service-page .inner-page-grid{
		margin-bottom: 90px;
		}
	.services-nav{
		font-size: 15px;
		line-height: 28px;
		}
	.services-nav .current{
		font-size: 30px;
		height: 44px;
		padding: 6px 64px 0 14px;
		}
	.touchevents .services-nav .current{
		padding-top: 7px;
		}
	.services-nav .current:after{
		font-size: 11px;
		height: 11px;
		right: 14px;
		margin-top: -4px;
		}
	.services-nav .dropdown{
		padding: 11px 48px 11px 14px;
		}

	.service-in-brief .h2{
		font-size: 26px;
		line-height: 28px;
		letter-spacing: -0.783333px;
		}
    .service-in-brief .icon{
	    width: 38px;
	    height: 38px;
	    }
	.service-in-brief .icon svg{
		max-width: 15px;
		}
	/*Service additional info section*/
	.service-additional-info-section{
		padding: 0 0 83px;
		}
	.additional-info-grid .img-box{
		margin: 0 -20px 82px;
		width: calc(100% + 40px);
		}
	.additional-info-grid .img-box img{
		width: 100%;
		}
	.visible .additional-info-grid .animate-img{
		width: 100%;
		}
	.additional-info-grid .info-box .col{
		width: 100%;
		}
	.additional-info-grid .info-box .h2{
		font-size: 26px;
		line-height: 28px;
		letter-spacing: -0.783333px;
		margin: 0 0 20px;
		}
	.additional-info-grid .info-box .col:not(:last-child){
		margin-bottom: 28px !important;
		}
	/*Service cost section*/
	.cost-table .price{
		font-size: 15px;
		line-height: 1.3333333em;
		}
    /*404*/
    .error-page-box{
        padding: 16px 0 32px;
    }
    .error-page-box p{
        margin-bottom: 24px;
    }
    .error-num{
        font-size: 120px;
    }
    /*Popup box*/
	.popup{
		font-size: 15px;
		line-height: 1.333333333333333em;
		}
	#popup-box .container{
		padding: 0;
		}
	.form-popup{
		padding: 30px 20px 54px;
		}
	.form-popup .h1{
		margin: 0 0 18px;
		}
    .form-popup .js-close-popup{
	    top: 34px;
	    }
	.request-call-form .field{
		width: 100%;
		max-width: none;
		}
	.request-call-form .form-control{
		height: 40px;
		line-height: 38px;
		}
	.request-call-form .btn, .form-popup .btn{
		width: 100%;
		min-width: 0;
		}
	.js-close-popup svg{
		width: 20px;
		height: 20px;
		}
    /*Footer*/
	#footer .top-box{
		padding: 44px 0 33px;
		}
	#footer .logo{
		margin: 0 0 36px;
		}
	#footer .sub-contacts{
		margin-top: 28px;
		}
	#footer .sub-contacts a[href^=tel]{
		font-size: 30px;
		}
	#footer .copy-box{
		padding: 33px 0 72px;
		}
	#footer .dev{
		margin: 28px 0 0;
		text-align: left;
		}
	}
@media screen and (max-width: 390px){
	h1, .h1{
		font-size: 26px;
		}
	h2, .h2{
		font-size: 20px;
		line-height: 1.1em;
		}
	/*Form*/
	.btn{
		width: 100%;
		}
	/*Main company fact section*/
	.main-company-fact-section .quantity{
		font-size: 97px;
		}
	/*Company facts section*/
	.facts-slider .h1{
		font-size: 20px;
		margin: 0 0 20px;;
		}
	/*Company advantages section*/
	.advantage-item .h2{
		font-size: 20px;
		margin: 0 0 20px;
		}
	/*Trust us section*/
	.trust-us-slider .h2{
		font-size: 20px;
		margin: 0 0 20px;
		}
	/*History in brief section*/
	.history-slider .year.h1{
		font-size: 20px;
		margin: 0 0 20px;
		}
    /*Main*/
	#main.small-mobile-indent{
		padding-bottom: 34px;
		}
	.small-mobile-indent .content-box .back-link{
		margin-bottom: 0;
		}
	/*Service*/
	.services-nav .current{
		font-size: 26px;
		height: 38px;
		padding: 5px 62px 0 13px;
		}
	.touchevents .services-nav .current{
		padding-top: 6px;
		}
	.services-nav .current:after{
		font-size: 10px;
		height: 10px;
		}
	.services-nav .dropdown{
		padding: 7px 38px 11px 13px;
		}
	/*Page description*/
	.page-description .sub-info-box{
		max-width: none;
		}
	/*Mobile dropdown section*/
	.mobile-dropdown-section .js-open-section-dropdown:after{
		top: 12px;
		font-size: 10px;
		}
	/*Popup*/
	.form-popup{
		padding: 24px 20px 45px;
		}
	.request-call-form .form-control{
		font-size: 26px;
		}
	.form-popup .js-close-popup{
		top: 27px;
		}
	/*Footer*/
	#footer .sub-contacts a[href^=tel]{
		font-size: 26px;
		}
	}
/*Swiper*/
.swiper-container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	}
.swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	}
.swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	}
.grab-cursor-activate .swiper-slide{
	user-select: none;
	}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
	}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
	}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height: auto;
	}
.swiper-container-autoheight .swiper-wrapper{
	align-items: flex-start;
	transition-property: transform, height;
	}
.swiper-container .swiper-notification{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
	}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	transition-timing-function: ease-out;
	}
.swiper-container-fade .swiper-slide{
	pointer-events: none;
	transition-property: opacity;
	}
.swiper-container-fade .swiper-slide .swiper-slide{
	pointer-events: none;
	}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active{
	pointer-events: auto;
	}
.swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0;
	}
.swiper-pagination .swiper-pagination-bullet{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 22px;
	height: 22px;
	}
.swiper-pagination .swiper-pagination-bullet-active{
	width: 26px;
	}
.swiper-pagination .swiper-pagination-bullet:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 110%;
	background: #B5B6BE;
	}
.swiper-pagination .swiper-pagination-bullet-active:before{
	width: 10px;
	height: 10px;
	background: #BF161E;
	}
.swiper-btns-box{
	display: flex;
	align-items: flex-start;
	}
.swiper-btn{
	display: flex;
	align-items: center;
	line-height: 0;
	width: 40px;
	height: 24px;
	margin: 0 23px 0 0;
	cursor: pointer;
	}
.swiper-btn-prev{
	transform: scaleX(-1);
	}
.no-touchevents .swiper-btn:not(.swiper-button-disabled):hover svg *{
	fill: #ba2026;
	}
.swiper-button-disabled{
	opacity: .6;
	cursor: default;
	}
/*LightGallery*/
@font-face{
	font-family: 'lg';
	src: url("../fonts/lg.eot?n1z373");
	src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
	}
/*LightGallery*/
@font-face{
	font-family: 'lg';
	src: url("../fonts/lg.eot?n1z373");
	src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
	}
.lg-icon{
	font-family: 'lg';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.lg-actions .lg-next, .lg-actions .lg-prev{
	background: #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 22px;
	margin: 0;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0 0 7px rgba(0, 0, 0, .2);
	}
.lg-thumb-open .lg-actions .lg-next, .lg-thumb-open .lg-actions .lg-prev{
	top: calc(50% - 55px);
	}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
	pointer-events: none;
	opacity: .5;
	}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
	color: #ED1C27;
	}
.lg-actions .lg-next{
	right: 20px;
	}
.lg-actions .lg-next:before{
	content: "\e095";
	color: #ba2026;
	transition: all .2s ease;
	}
.lg-actions .lg-prev{
	left: 20px;
	}
.lg-actions .lg-prev:after{
	content: "\e094";
	color: #ba2026;
	transition: all .2s ease;
	}
@-webkit-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-webkit-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
.lg-outer.lg-right-end .lg-object{
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
	}
.lg-outer.lg-left-end .lg-object{
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
	}
.lg-toolbar{
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	min-width: 320px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    transform: translateY(-200%);
	}
.lg-toolbar .lg-icon{
	color: #ba2026 !important;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	border: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-toolbar .lg-icon:hover{
	color: #ED1C27 !important;
	}
.lg-toolbar .lg-close:after{
	content: "\e070";
	}
.lg-toolbar .lg-download:after{
	content: "\e0f2";
	background: none;
	}
.lg-sub-html{
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	}
.lg-sub-html h4{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	}
.lg-sub-html p{
	font-size: 12px;
	margin: 5px 0 0;
	}
#lg-counter{
	color: #ba2026;
	display: inline-block;
	font-size: 16px !important;
	line-height: 1em;
	padding: 15px 0 0 15px;
	vertical-align: middle;
	}
.lg-toolbar, .lg-prev, .lg-next{
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
.lg-hide-items .lg-prev{
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}
.lg-hide-items .lg-next{
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
/*.lg-hide-items .lg-toolbar{
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}*/
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
	-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
	-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
	transition: transform 250ms ease 0s, opacity 250ms !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	}
.lg-outer .lg-thumb-outer{
	background: #fff;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	height: 120px !important;
	padding: 0 10px;
	/*-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	box-shadow: 0 -2px 7px rgba(0, 0, 0, .2);*/
    display: none;
	}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
	/*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
	}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	}
.lg-outer.lg-thumb-open .lg-thumb-outer{
	/*-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);*/
	}
.lg-outer .lg-thumb{
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	}
.lg-outer .lg-thumb-item{
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ba2026;
	margin-bottom: 5px;
	position: relative;
	transition: transform .2s ease;
	}
.lg-outer .lg-thumb-item.active{
	border-color: #6b6b6b;
	}
.lg-outer .lg-thumb-item img{
	min-width: 96px;
	min-height: 76px;
	max-width: 100%;
	opacity: 1;
	}
.lg-outer.lg-has-thumb .lg-item{
	padding-bottom: 120px;
	}
.lg-outer.lg-can-toggle .lg-item{
	padding-bottom: 0;
	}
.lg-outer.lg-pull-caption-up .lg-sub-html{
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
	}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
	bottom: 100px;
	}
.lg-outer .lg-toogle-thumb{
	background: #fff;
	border-radius: 2px 2px 0 0;
	color: #ba2026;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:after{
	content: "\e1ff";
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:hover:after{
	color: #ED1C27;
	}
.lg-outer .lg-video-cont{
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
	}
.lg-outer .lg-video{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	}
.lg-outer .lg-video .lg-object{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
.lg-outer .lg-video .lg-video-play{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	cursor: pointer;
	}
.lg-outer .lg-video-object{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}
.lg-outer .lg-has-video .lg-video-object{
	visibility: hidden;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
	display: none;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
	visibility: visible;
	}
.lg-progress-bar{
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
	}
.lg-progress-bar .lg-progress{
	background-color: #fff;
	height: 5px;
	width: 0;
	}
.lg-progress-bar.lg-start .lg-progress{
	width: 100%;
	}
.lg-show-autoplay .lg-progress-bar{
	opacity: 1;
	}
.lg-autoplay-button:after{
	content: "\e01d";
	}
.lg-show-autoplay .lg-autoplay-button:after{
	content: "\e01a";
	}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
	transition: transform 0.3s ease 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	}
#lg-zoom-in:after{
	content: "\e311";
	}
#lg-zoom-out{
	opacity: .5;
	pointer-events: none;
	}
#lg-zoom-out:after{
	content: "\e312";
	}
.lg-zoomed #lg-zoom-out{
	opacity: 1;
	pointer-events: auto;
	}
.lg-outer .lg-pager-outer{
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
	}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
	overflow: visible;
	}
.lg-outer .lg-pager-cont{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
	}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
	box-shadow: 0 0 0 2px white inset;
	}
.lg-outer .lg-pager-thumb-cont{
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	}
.lg-outer .lg-pager-thumb-cont img{
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-pager{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
	}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
	box-shadow: 0 0 0 8px white inset;
	}
.lg-outer .lg-caret{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
	}
.lg-fullscreen:after{
	content: "\e20c";
	}
.lg-fullscreen-on .lg-fullscreen:after{
	content: "\e20d";
	}
.group{
	*zoom: 1;
	}
.group:before, .group:after{
	display: table;
	content: "";
	line-height: 0;
	}
.group:after{
	clear: both;
	}
.lg-outer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.lg-outer.lg-visible{
	opacity: 1;
	}
.lg-outer img{
	margin: 0;
	}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
	}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
	}
.lg-outer.lg-grab img.lg-object{
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	}
.lg-outer.lg-grabbing img.lg-object{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg{
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	}
.lg-outer .lg-inner{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	}
.lg-outer .lg-item{
	display: none !important;
	}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
	display: inline-block !important;
	}
.lg-outer.lg-css .lg-current{
	display: inline-block !important;
	}
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
	}
.lg-outer .lg-img-wrap{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
.lg-outer .lg-img-wrap{
    padding: 60px 16px 20px;
}
/*.lg-outer .lg-img-wrap{
	padding: 67px 16px 20px;
	}
.lg-outer.lg-thumb-open .lg-img-wrap{
	padding: 67px 16px 140px;
	}*/
.lg-img-box{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.lg-img-box:before{
    content: '';
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin-right: -1px;
}
.lg-img-box img{
    max-height: calc(100vh - 78px) !important;
}
.js-close-gallery{
    position: absolute;
    z-index: 110;
    right: -4px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
	backface-visibility: visible;
}
.touchevents .js-close-gallery{
	pointer-events: none;
}
.no-touchevents .js-close-gallery:hover svg *{
    stroke: #ba2026;
}
.lg-outer .lg-item.lg-complete{
	background-image: none;
	}
.lg-outer .lg-item.lg-current{
	z-index: 1060;
	}
.lg-outer .lg-image{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
	opacity: 1;
	}
.lg-outer .lg-empty-html{
	display: none;
	}
.lg-backdrop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-backdrop.in{
	opacity: 1;
	}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
	}
.lg-css3.lg-use-css3 .lg-item{
	will-change: transform, opacity;
	}
.lg-css3.lg-use-left .lg-item{
	will-change: left, opacity;
	}
.lg-css3.lg-fade .lg-item{
	opacity: 0;
	}
.lg-css3.lg-fade .lg-item.lg-current{
	opacity: 1;
	}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
	opacity: 0;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-left .lg-item{
	opacity: 0;
	position: absolute;
	left: 0;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
	left: -100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
	left: 100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	left: 0;
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
@media screen and (min-width: 581px){
	.swiper-pagination.line-bullets{
		display: flex;
		flex-direction: column;
		width: 131px;
		margin: 0;
		}
	.swiper-pagination.line-bullets .swiper-pagination-bullet{
		position: relative;
		display: block;
		height: 2px;
		width: 46px;
		margin: 0 0 25px auto;
		background: #b5b6be;
		transition: width .3s ease;
		cursor: pointer;
		}
	.swiper-pagination.line-bullets .swiper-pagination-bullet-active{
		width: 131px;
		background: #ba2026;
		cursor: default;
		}
	.no-touchevents .swiper-pagination.line-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{
		width: 64px;
		}
	.swiper-pagination.line-bullets .swiper-pagination-bullet:last-child{
		margin: 0 0 0 auto;
		}
	.swiper-pagination.line-bullets .swiper-pagination-bullet:before{
		display: none;
		}
	.swiper-pagination.line-bullets .swiper-pagination-bullet:after{
		content: '';
		position: absolute;
		top: -6px;
		bottom: -6px;
		left: 0;
		right: 0;
		}
	}
@media screen and (min-width: 581px) and (max-width: 940px){
	.swiper-pagination.line-bullets .swiper-pagination-bullet{
		width: 32px;
		}
	.swiper-pagination.line-bullets .swiper-pagination-bullet-active{
		width: 72px;
		}
	.no-touchevents .swiper-pagination.line-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{
		width: 48px;
		}
	}
@media screen and (max-width: 420px){
	.lg-toolbar .lg-icon{
		width: 40px;
		}

    .lg-outer .lg-img-wrap{
        padding: 44px 16px 8px;
    }
    .lg-img-box img{
        max-height: calc(100vh - 56px) !important;
    }
    .js-close-gallery{
        top: -32px;
        right: 0;
        width: 22px;
        height: 22px;
    }
    .js-close-gallery svg{
        width: 22px;
        height: 22px;
    }
	}

/*========================CUSTOM========================*/
.email-container form {
	visibility: visible;
}
.pb {
	padding-top: 60px;
}
.clearmap {
	background: url("../img/map-bg-clear.svg") no-repeat 0 150px;
}
