@charset "UTF-8";
/*Fonts*/
@font-face{
	font-family: 'Ubuntu';
	src: url("../fonts/ubuntu-regular.eot");
	src: url("../fonts/ubuntu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-regular.woff2") format("woff2"), url("../fonts/ubuntu-regular.woff") format("woff"), url("../fonts/ubuntu-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Ubuntu';
	src: url("../fonts/ubuntu-italic.eot");
	src: url("../fonts/ubuntu-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-italic.woff2") format("woff2"), url("../fonts/ubuntu-italic.woff") format("woff"), url("../fonts/ubuntu-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}
@font-face{
	font-family: 'Ubuntu';
	src: url("../fonts/ubuntu-medium.eot");
	src: url("../fonts/ubuntu-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-medium.woff2") format("woff2"), url("../fonts/ubuntu-medium.woff") format("woff"), url("../fonts/ubuntu-medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Ubuntu';
	src: url("../fonts/ubuntu-mediumitalic.eot");
	src: url("../fonts/ubuntu-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-mediumitalic.woff2") format("woff2"), url("../fonts/ubuntu-mediumitalic.woff") format("woff"), url("../fonts/ubuntu-mediumitalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	}
@font-face{
	font-family: 'Ubuntu';
	src: url("../fonts/ubuntu-bold.eot");
	src: url("../fonts/ubuntu-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-bold.woff2") format("woff2"), url("../fonts/ubuntu-bold.woff") format("woff"), url("../fonts/ubuntu-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Ubuntu';
	src: url("../fonts/ubuntu-boldItalic.eot");
	src: url("../fonts/ubuntu-boldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-boldItalic.woff2") format("woff2"), url("../fonts/ubuntu-boldItalic.woff") format("woff"), url("../fonts/ubuntu-boldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}
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.666666666666667em;
	}
/* 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: 'Ubuntu';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.777777777777778em;
	letter-spacing: .02em;
	color: #6F6F7D;
	min-width: 320px;
	background: #fff;
	}
/*Common styles*/
*, *:before, *:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	position: relative;
	font-weight: 500;
	color: #535760;
	letter-spacing: 0;
	margin: 0 auto;
	max-width: 872px;
	}
h1, .h1{
	font-size: 67px;
	line-height: .9253731343283582em;
	letter-spacing: .02em;
	margin: 40px auto 30px;
	}
h2, .h2{
	font-size: 45px;
	line-height: 1.066666666666667em;
	margin: 40px auto 30px;
	}
h2:before, .h2:before{
	content: '';
	position: absolute;
	left: -65px;
	top: 23px;
	width: 50px;
	height: 4px;
	background: #8EC640;
	}
h3, .h3{
	font-size: 30px;
	line-height: 1.3em;
	margin: 40px auto 15px;
	}
h4, .h4{
	font-size: 25px;
	line-height: 1.4em;
	margin: 40px auto 15px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 1.590909090909091em;
	margin: 40px auto 25px;
	}
h6, .h6{
	font-size: 18px;
	line-height: 1.444444444444444em;
	letter-spacing: .02em;
	margin: 40px auto 15px;
	}
h3 + p, .h3 + p, h4 + p, .h4 + p, h6 + p, .h6 + p, h3 + ul, .h3 + ul, h4 + ul, .h4 + ul, h6 + ul, .h6 + ul, h3 + ol, .h3 + ol, h4 + ol, .h4 + ol, h6 + ol, .h6 + ol{
	margin-top: 0 !important;
	}
ol, ul{
	list-style: none;
	margin: 25px auto;
	max-width: 872px;
	}
ul li, ol li{
	position: relative;
	padding-left: 52px;
	margin: 0 0 15px;
	background: url("../i/list-bullet.svg") no-repeat 14px 15px/10px auto;
	}
ul li li{
	padding-left: 40px;
	background: url("../i/list-bullet-inner.svg") no-repeat 0 13px/14px auto;
	}
li li{
	margin-bottom: 12px;
	}
ol{
	counter-reset: list1;
	list-style: none;
	}
ul ul, ol ol{
	max-width: none;
	margin: 18px 0;
	}
ul ul{
	margin-left: -20px;
	}
ol > li{
	background: none !important;
	}
ol > li:before{
	counter-increment: list1;
	content: counter(list1) ".";
	position: absolute;
	left: 14px;
	top: 7px;
	font-weight: 500;
	font-size: 1em;
	line-height: 1em;
	color: #6CA51E;
	}
ol ol{
	counter-reset: list2;
	}
ol ol li{
	background: none;
	}
ol ol li:before{
	counter-increment: list2;
	content: counter(list1) "." counter(list2);
	left: 2px;
	}
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;
	}
/*_______________________________*/
.scroll-tbl{
	position: relative;
	width: 100%;
	max-width: 1096px;
	margin: 50px auto 62px;
	overflow-x: auto;
	border: 2px solid #D5E4BF;
	}
.scroll-tbl table{
	margin: 0 auto;
	min-width: 880px;
	border: none;
	}
table{
	table-layout: fixed;
	width: 100%;
	max-width: 1120px;
	margin: 50px auto 62px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #D5E4BF;
	}
.scroll-tbl table thead tr, .scroll-tbl table tr:nth-child(even){
	background: #F6FBF7;
	}
table th, table td{
	vertical-align: top;
	text-align: left;
	padding: 17px 20px;
	border-right: 2px solid #D5E4BF;
	}
table th{
	font-weight: 500;
	line-height: 1.444444444444444em;
	color: #535760;
	}
table td{
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: .15px;
	}
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: #6CA51E;
	outline: none !important;
	}
.no-touchevents a:hover{
	color: #8EC640;
	text-decoration: none;
	}
a[href^=tel], a[href^=fax]{
	white-space: nowrap;
	text-decoration: none;
	color: #86868F;
	}
.no-touchevents a[href^=tel]:hover, .no-touchevents a[href^=fax]:hover{
	color: #86868F;
	opacity: .7;
	}
p{
	margin: 25px auto;
	max-width: 872px;
	}
blockquote{
	position: relative;
	color: #535760;
	max-width: 872px;
	padding: 61px 48px 61px 110px;
	margin: 36px auto;
	background: #fff;
	box-shadow: 0 4px 4px rgba(113, 111, 137, .05), 0 4px 15px rgba(113, 111, 137, .05);
	}
blockquote .text{
	font-weight: 500;
	}
blockquote .text > *:first-child{
	margin-top: 0;
	}
blockquote .text > *:last-child{
	margin-bottom: 0;
	}
blockquote .author{
	text-align: right;
	margin: 9px 0 -41px;
	}
blockquote:before{
	content: '';
	position: absolute;
	top: 35px;
	left: 45px;
	width: 35px;
	height: 30px;
	background: url("../i/quotes.svg") no-repeat 0 0/100% auto;
	}
img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 60px auto;
	}
img.left, img.right{
	margin: 0 24px 9px -112px;
	max-width: 50%;
	}
img.right{
	margin: 0 -112px 9px 24px;
	max-width: 50%;
	}
p img.left, p img.right{
	margin-top: 12px;
	margin-bottom: 12px;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
.auto-width-img{
	max-width: 1096px;
	margin: 0 auto;
	}
figure{
	display: block;
	font-size: 16px;
	line-height: 1.666666666666667em;
	color: rgba(106, 120, 167, .5);
	margin: 50px auto;
	max-width: 1116px;
	}
figure img{
	margin: 0 auto;
	}
figcaption{
	margin: 18px 0 0;
	}
.time{
	display: block;
	}
/*___________________________*/
/*Form styles*/
.form-box{
	max-width: 580px;
	margin: 40px auto;
	padding: 45px 78px 55px;
	background: #fff;
	border: 1px solid #D9DFE2;
	box-shadow: 0 14px 30px rgba(176, 176, 176, .05);
	}
.form-box > *:first-child, .form > *:first-child{
	margin-top: 0;
	}
.form-box > *:last-child, .form > *:last-child{
	margin-bottom: 0;
	}
.form-box .h4{
	margin-bottom: 32px;
	}
.form-box .download-list{
	margin: 24px 0;
	}
.form{
	position: relative;
	z-index: 2;
	text-align: left;
	margin: 40px auto;
	}
.form-box .form{
	margin: 0;
	}
.form .field{
	width: 100%;
	margin: 0 0 20px;
	}
.field-name{
	position: relative;
	z-index: 1;
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #535760;
	margin: 0 0 7px;
	}
.required .field-name:after{
	content: '*';
	margin: 0 0 0 4px;
	}
.form-control{
	position: relative;
	z-index: 2;
	display: block;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: .02em;
	color: #535760;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #D9DFE2;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: none !important;
	text-overflow: ellipsis;
	transition: border .2s ease;
	}
textarea.form-control{
	line-height: 24px;
	min-height: 120px;
	max-width: 100%;
	min-width: 100%;
	/*overflow: hidden !important;*/
	padding: 12px 15px 13px;
	}
.error-field .form-control{
	border-color: #DA313B;
	}
.form-control:focus, .error-field .form-control:focus{
	border-color: #8EC640;
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #86868F;
	opacity: 1;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #86868F;
	opacity: 1;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #86868F;
	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;
	}
/*Btn*/
button{
	border: none;
	background: none;
	cursor: pointer;
	outline: none !important;
	}
.btn{
	position: relative;
	z-index: 4;
	display: table;
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .02em;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 17px 42px;
	min-width: 216px;
	margin: 35px auto;
	background: linear-gradient(180deg, #6ca51e 0%, #6ca51e 50%, #7bc318 100%);
	background-size: 200% 200%;
	border-radius: 0;
	cursor: pointer;
	}
.btn.full-width{
	width: 100%;
	max-width: none;
	}
.btn::-moz-focus-inner{
	border: 0;
	}
.no-touchevents .btn:not(:disabled):hover{
	background-position: 0 100%;
	}
.no-touchevents button.btn:not(:disabled):active{
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .27);
	}
.btn:disabled{
	background: linear-gradient(180deg, rgba(165, 183, 141, 0.4) 0%, rgba(165, 183, 141, 0.4) 99.99%, rgba(123, 194, 23, 0.4) 200%);
	cursor: default;
	}
.form .btn{
	margin: 35px auto 0;
	}
.btn-link{
	display: table;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #6CA51E;
	padding: 15px 42px;
	margin: 30px auto;
	border: 2px solid #6CA51E;
	}
.no-touchevents .btn-link:hover{
	color: #fff;
	background: #6CA51E;
	}
.search-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	padding: 0;
	}
.no-touchevents .search-btn svg *{
	transition: fill .2s ease;
	}
.no-touchevents .search-btn:hover svg *{
	fill: #6CA51E;
	}
.no-touchevents .search-btn:active svg *{
	fill: #678433;
	}
/*Errors*/
.form .field-error{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .02em;
	color: #DA313B;
	margin: 6px 0 -5px;
	}
.upload-box + .field-error{
	margin-top: -18px;
	}
/*Form message*/
.form-message{
	text-align: center;
	color: #535760;
	margin: 35px 0 0;
	}
.form-message + .form-message{
	margin-top: 12px;
	}
.form-message svg{
	display: inline-block;
	vertical-align: middle;
	margin: 6px 8px 4px 0;
	}
.form-message p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	}
/*Radio and Checkboxes*/
.checkbox-item{
	position: relative;
	line-height: 0;
	margin: 11px 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: 22px;
	letter-spacing: .15px;
	color: #2B3868;
	padding: 0 0 0 26px;
	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: 4px;
	font-size: 14px;
	color: #173D4C;
	text-align: center;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 2px solid #6A78A7;
	transition: background-color .2s ease, border-color .2s ease, opacity .2s ease;
	}
.no-touchevents .checkbox-item input[type="checkbox"]:not(:disabled) + label:hover:before{
	border-color: #6ca51e;
	}
.checkbox-item input[type="checkbox"]:checked + label:before{
	background: #6ca51e url("../i/checked-icon.svg") no-repeat 0 1px/10px 8px;
	border-color: #6ca51e;
	}
.no-touchevents .checkbox-item input[type="checkbox"]:checked:not(:disabled) + label:hover:before{
	opacity: .6;
	}
.checkbox-item input[type="checkbox"]:disabled + label:before{
	opacity: .5;
	}

/*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;
	}
/*Independent*/
.container{
	position: relative;
	z-index: 2;
	max-width: 1460px;
	padding: 0 70px;
	margin: 0 auto;
	}
/*Share box*/
.share-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #535760;
	max-width: 872px;
	margin: 60px auto;
	}
.share-box p{
	margin: 0 25px 0 0;
	}
.simple-share{
	display: flex;
	align-items: center;
	}
.simple-share a{
	display: block;
	font-size: 0;
	line-height:0;
	text-decoration: none;
	width: 24px;
	height:24px;
	padding: 0;
	margin: 0 0 0 7px;
	background: none !important;
	border-radius: 0;
	}
.no-touchevents .simple-share a:hover{
	opacity:1;
	}
.simple-share a:first-child{
	margin-left: 0;
	}
.simple-share a svg{
	width:24px;
	height:24px;
	}
.no-touchevents .simple-share a svg *{
	transition: fill .3s ease;
	}
.simple-share a:not(:hover) svg *{
	fill: #8e8d95;
	}
.simple-share a:not(:hover) svg .bg{
	fill: #e4e4e9;
	}
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
	position: relative;
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	padding-top: 96px;
	}
.page-bg{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	}
.page-bg .layer{
	position: absolute;
	left: 0;
	top: 760px;
	width: 176px;
	height: 243px;
	background: url("../i/page-bg-layer.svg") repeat 100% 100%;
	background-position: 0 0;
	}
.page-bg .layer1:after, .page-bg .layer5:after, .page-bg .layer6:after{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 586px;
	width: 125px;
	height: 276px;
	background: #FAFCFB;
	}
.page-bg .layer2{
	top: 2343px;
	}
.page-bg .layer3{
	top: 3777px;
	width: 83px;
	height: 160px;
	}
.page-bg .layer4{
	top: 5530px;
	width: 100px;
	height: 243px;
	}
.page-bg .layer5{
	top: 1227px;
	left: auto;
	right: 12px;
	width: 160px;
	}
.page-bg .layer5:after{
	right: -12px;
	left: auto;
	top: -307px;
	width: 250px;
	height: 430px;
	}
.page-bg .layer6{
	left: auto;
	right: 12px;
	top: 2672px;
	width: 83px;
	height: 160px;
	}
.page-bg .layer6:after{
	z-index: 2;
	top: 44px;
	right: -12px;
	width: 127px;
	height: 276px;
	}
.page-bg .layer7{
	top: 4039px;
	left: auto;
	right: 12px;
	width: 128px;
	height: 160px;
	}
.page-bg .layer8{
	top: 5529px;
	left: auto;
	right: 12px;
	width: 243px;
	height: 147px;
	}
/*================================HEADER===================================*/
#header{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	transition: box-shadow .2s ease, background .2s ease, border-color .2s ease;
	}
.inner-page #header, .error-page #header{
	border-bottom: 1px solid #E6E9F2;
	}
/*.preload-page #header{
	transform: translateY(-105%);
	opacity: 0;
	}
.page-load #header{
	transform: none;
	opacity: 1;
	}*/
.sticky-header #header{
	background: #fff;
	border-color: transparent;
	box-shadow: 0 4px 4px rgba(113, 111, 137, 0.05), 0 4px 15px rgba(113, 111, 137, .05);
	}
#header .container{
	display: flex;
	align-items: flex-start;
	height: 96px;
	}
.preload-page #header .container{
	transition: opacity .9s ease;
	}
.preload-page:not(.page-load) #header .container{
	opacity: 0;
	}
#logo{
	display: block;
	width: 241px;
	height: 27px;
	margin: 35px 0 0;
	transition: opacity .2s ease;
	}
.no-touchevents a#logo:hover{
	opacity: .7;
	}
#logo svg{
	width: 100%;
	height: auto;
	}
#logo .mobile-logo{
	display: none;
	}
/*Nav*/
#nav ul{
	margin: 0;
	}
#nav li{
	font-size: 18px;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	background: none;
	}
#nav a{
	color: #535760;
	text-decoration: none;
	}
#nav .active > a{
	color: #86868F;
	}
#nav .dropdown{
	display: none;
	}
#nav .dropdown li{
	line-height: 26px;
	}
.no-touchevents #nav .dropdown a:hover{
	color: #6CA51E;
	}
.no-touchevents #nav .dropdown .active a:hover{
	color: rgba(134, 134, 143, .7);
	}
/*Header search*/
.header-search-box{
	position: relative;
	margin: 37px 0 0 74px;
	}
.js-open-search{
	position: relative;
	z-index: 4;
	display: flex;
	align-items: flex-start;
	line-height: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
	}
.js-open-search .cross, .js-open-search .mobile-icon, .js-open-search .arrow{
	display: none;
	}
.header-search-form{
	position: absolute;
	z-index: 3;
	top: -37px;
	right: -37px;
	width: 908px;
	max-width: calc(100vw - 520px);
	height: 96px;
	padding: 34px 105px 0 20px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(113, 111, 137, .05), 0 4px 15px rgba(113, 111, 137, .05);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
	}
.opened-search .header-search-form{
	opacity: 1;
	visibility: visible;
	}
.header-search-form .form-control{
	font-size: 18px;
	line-height: 31px;
	height: 32px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #6CA51E;
	}
.header-search-form .search-btn{
	position: absolute;
	z-index: 3;
	top: 37px;
	right: 76px;
	}
/*Langs*/
.langs-box{
	position: relative;
	margin: 37px 0 0 74px;
	}
.current-lang{
	display: flex;
	align-items: center;
	line-height: 0;
	color: rgba(83, 87, 96, .6);
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .current-lang:hover, .opened-langs .current-lang{
	color: #535760;
	}
.current-lang svg{
	margin: 0 0 0 11px;
	}
.current-lang .arrow{
	display: none;
	}
.langs-dropdown{
	position: absolute;
	top: 24px;
	left: 50%;
	width: 94px;
	margin: 0 0 0 -54px;
	padding: 25px 34px;
	background: #fff;
	border: 1px solid #D9DFE2;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 14px 30px rgba(176, 176, 176, .05);
	transition: opacity .2s ease, visibility .2s ease;
	}
.opened-langs .langs-dropdown{
	opacity: 1;
	visibility: visible;
	}
.langs-dropdown li{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 0;
	margin: 0 0 17px;
	background: none;
	}
.langs-dropdown a{
	color: #535760;
	text-decoration: none;
	}
.langs-dropdown .active a{
	color: rgba(83, 87, 96, .6);
	}
.no-touchevents .langs-dropdown a:hover{
	color: #6CA51E;
	}
.no-touchevents .langs-dropdown .active a:hover{
	color: rgba(134, 134, 143, .5);
	}
/*Open nav*/
.js-open-nav{
	display: none;
	position: relative;
	z-index: 1000;
	margin: 0 0 0 35px;
	height: 21px;
	width: 30px;
	cursor: pointer;
	}
.js-open-nav .start-state{
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 30px;
	}
.js-open-nav .start-state span{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	margin: 0 0 6px;
	background: #535760;
	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: -2px;
	left: 3px;
	height: 21px;
	width: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.js-open-nav .final-state span{
	position: absolute;
	display: block;
	background: #535760;
	transition: width .25s ease-in-out, height .25s ease-in-out;
	}
.js-open-nav .final-state span:nth-child(1){
	left: 13px;
	top: 0;
	height: 0;
	width: 3px;
	transition-delay: 0s;
	}
.js-open-nav .final-state span:nth-child(2){
	left: 0;
	top: 13px;
	height: 3px;
	width: 0;
	transition-delay: .15s;
	}
.opened-nav .js-open-nav .final-state span:nth-child(1){
	height: 29px;
	transition-delay: .425s;
	}
.opened-nav .js-open-nav .final-state span:nth-child(2){
	transition-delay: .275s;
	width: 30px;
	}
/*========================END OF HEADER========================*/
/*Top page box*/
.top-page-box{
	position: relative;
	margin: 0 0 60px;
	padding: 0 126px;
	overflow: hidden;
	}
.index-page .top-page-box{
	margin-bottom: 128px;
	}
.inner-page .top-page-box{
	overflow: visible;
	padding: 0;
	}
.top-page-box .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 410px;
	padding-top: 16px;
	}
.index-page .top-page-box .container{
	min-height: calc(100vh - 96px);
	padding-top: 160px;
	padding-bottom: 210px;
	}
.top-page-box.middle-size .container{
	min-height: 594px;
	}
.inner-page .top-page-box .container{
	min-height: 0;
	padding-top: 120px;
	padding-bottom: 6px;
	}
.top-page-box .max-w{
	width:872px;
	max-width: 100%;
	}
.top-page-box .max-w.full-width{
	width: 1208px;
	}
.top-page-box .text-box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1.5em;
	color: #fff;
	}
.top-page-box .text-box h1{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 0;
	}
.inner-page .top-page-box h1{
	color: #535760;
	}
.index-page .top-page-box .text-box h1 .mask{
	display: inline-block;
	vertical-align: top;
	margin: -6px 0;
	padding: 6px 0;
	overflow: hidden;
	}
.index-page .top-page-box .text-box h1 .mask span{
	display: block;
	opacity: 0;
	transform: translateY(100%);
	transition: transform .7s ease .6s, opacity .5s ease .6s;
	}
.index-page .top-page-box .text-box h1 .mask.delay1 span{
	transition-delay: .75s;
	}
.index-page .top-page-box .text-box h1 .mask.delay2 span{
	transition-delay: .9s;
	}
.index-page .top-page-box .text-box h1 .mask.delay3 span{
	transition-delay: 1.05s;
	}
.index-page .top-page-box .text-box h1 .mask.delay4 span{
	transition-delay: 1.2s;
	}
.index-page.page-load .top-page-box .text-box h1 .mask span{
	opacity: 1;
	transform: none;
	}
.inner-page .top-page-box h1:before{
	display: none;
	}
.top-page-box .time{
	font-size: 22px;
	line-height:1em;
	color: #86868F;
	margin: 21px 0 0;
	}
.top-page-box .text-box > *:first-child{
	margin-top: 0;
	}
.top-page-box .text-box > p:last-of-type{
	margin-bottom: 0;
	}
.top-page-box p{
	margin: 30px 0 0;
	}
.top-page-box .left-figure, .top-page-box .right-figure{
	position: absolute;
	left:-58px;
	top:-62px;
	pointer-events: none;
	}
.preload-page .top-page-box .left-figure, .preload-page .top-page-box .right-figure{
	opacity: 0;
	transition: opacity .7s ease 1s;
	}
.preload-page.page-load .top-page-box .left-figure, .preload-page.page-load .top-page-box .right-figure{
	opacity: 1;
	}
.top-page-box .right-figure{
	left: auto;
	top: auto;
	right:-64px;
	bottom:-60px;
	}
.inner-page .top-page-box .right-figure{
	bottom: -10px;
	}
.top-page-box .bg{
	position: absolute;
	z-index: 1;
	top:0;
	left: 96px;
	right:0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	}
.preload-page .top-page-box .bg{
	transition: opacity .9s ease;
	}
.preload-page:not(.page-load) .top-page-box .bg{
	opacity: 0;
	}
.top-page-box .bg:after{
	content: '';
	position: absolute;
	z-index: 2;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	background: rgba(46, 47, 54, .75);
	}
.index-page .top-page-box .bg:before{
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../i/dots-bg.gif") repeat 100% 100%;
	opacity: .05;
	}
.top-page-box .bg .video{
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
	}
.no-autoplay-video .top-page-box .bg .video{
	display: none;
	}
.index-page .top-page-box .max-w{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: -3% 0 0;
	}
.index-page .top-page-box .text-box{
	width: 460px;
	}
.index-page .top-page-box .play-video-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: calc(100% - 580px);
	padding-left: 72px;
	}
.play-btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 80px;
	height: 70px;
	cursor: pointer;
	}
.play-btn svg{
	height: auto;
	}
.play-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(142, 198, 64, .2);
	border: 1px solid #8EC640;
	transform: skew(30deg);
	transition: background .2s ease;
	}
.no-touchevents .play-btn:hover:before{
	background: rgba(142, 198, 64, .4);
	}
.preload-page .top-page-box .play-btn{
	transition: opacity .9s ease 1s;
	}
.preload-page:not(.page-load) .top-page-box .play-btn{
	opacity: 0;
	}
.top-page-box .play-video-box .data-box{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-left: 20px;
	}
.top-page-box .play-video-box .data-box p{
	margin: 0;
	}
.preload-page .top-page-box .play-video-box .data-box .mask{
	display: inline-block;
	vertical-align: top;
	margin: -6px 0;
	padding: 6px 0;
	overflow: hidden;
	}
.preload-page .top-page-box .play-video-box .data-box .mask span{
	display: block;
	opacity: 0;
	transform: translateY(100%);
	transition: transform .7s ease 1.4s, opacity .5s ease 1.4s;
	}
.preload-page .top-page-box .play-video-box .data-box .video-duration .mask span{
	transition-delay: 1.6s;
	}
.page-load .top-page-box .play-video-box .data-box .mask span{
	opacity: 1;
	transform: none;
	}
.top-page-box .play-video-box .data-box .video-duration{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .02em;
	text-transform: none;
	margin: 8px 0 0;
	}
.top-page-box .play-video-box .data-box .video-duration:after{
	content: '';
	position: absolute;
	top: 8px;
	left: calc(100% + 13px);
	height: 2px;
	width: 25px;
	background: #8EC640;
	}
.preload-page .top-page-box .play-video-box .data-box .video-duration:after{
	width: 0;
	transition: width .6s ease 1.9s;
	}
.page-load .top-page-box .play-video-box .data-box .video-duration:after{
	width: 25px;
	}
.js-scroll-section{
	position: absolute;
	left: 72px;
	bottom: 7%;
	display: block;
	width: 19px;
	height: 120px;
	cursor: pointer;
	}
.preload-page .js-scroll-section{
	opacity: 0;
	transition: opacity .7s ease 1s;
	}
.page-load .js-scroll-section{
	opacity: 1;
	}
.js-scroll-section:before{
	content: '';
	display: block;
	height: 60px;
	width: 2px;
	margin: 0 auto 36px;
	background: #8EC640;
	}
.js-scroll-section svg{
	transition: transform .35s ease;
	}
.no-touchevents .js-scroll-section:hover svg{
	transform: translateY(10px);
	}
/*Sections*/
.section{
	position: relative;
	}
.section > .container > *:first-child{
	margin-top: 0;
	}
.section h2, .section .h2{
	max-width: none;
	}
/*Flagship section*/
.flagship-section{
	margin-bottom: 100px;
	}
.flagship-section.js-view-checker .h2{
	transition: transform .7s ease .2s, opacity .7s linear .2s;
	}
.flagship-section.js-view-checker:not(.visible) .h2{
	opacity: 0;
	transform: translateY(60px);
	}
.flagship-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1150px;
	width: 100%;
	margin: 56px auto -70px;
	padding-bottom: 104px;
	}
.flagship-grid .item{
	position: relative;
	line-height: 1.444444444444444em;
	color: #535760;
	padding: 60px 72px 65px 100px;
	margin: 0 0 70px;
	width: calc(50% - 37px);
	transition: transform .7s ease .4s, opacity .7s linear .4s;
	}
.flagship-grid .item:nth-child(even){
	top: 104px;
	}
.flagship-section.js-view-checker:not(.visible) .flagship-grid .item{
	opacity: 0;
	transform: translateY(60px);
	}
.flagship-grid .item:nth-child(2){
	transition-delay: .6s;
	}
.flagship-grid .item:nth-child(3){
	transition-delay: .8s;
	}
.flagship-grid .item:nth-child(4){
	transition-delay: 1s;
	}
.flagship-grid .item:nth-child(5){
	transition-delay: 1.2s;
	}
.flagship-grid .item:nth-child(6){
	transition-delay: 1.4s;
	}
.flagship-grid .item:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 11px;
	right: 20px;
	top: 0;
	height: 100%;
	background: #F3F7F4;
	box-shadow: 0 14px 30px rgba(176, 176, 176, .05);
	transform: skew(-6deg);
	}
.flagship-grid .item .h3{
	line-height: 1.133333333333333em;
	letter-spacing: .01em;
	color: #6CA51E;
	margin: 0 0 25px;
	}
.flagship-grid .item p{
	margin: 0 0 12px;
	}
.flagship-grid .item > *:last-child{
	margin-bottom: 0;
	}
.flagship-grid .item .icon{
	position: absolute;
	left: -6px;
	top: 52px;
	max-width: 70px;
	height: auto;
	}

.flagship-section .figure, .flagship-section .figure2{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 140px;
	width: 196px;
	height: 243px;
	background: url("../i/page-bg-layer.svg") repeat 100% 100%;
	background-position: 0 0;
	}
.flagship-section .figure2{
	top: 90px;
	left: auto;
	right: 84px;
	width: 243px;
	height: 149px;
	}
/*About section*/
.about-section{
	z-index: 3;
	padding: 211px 0;
	margin-bottom: 126px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	transition: opacity .75s ease .3s;
	}
.no-touchevents:not(.ie):not(.edge) .about-section{
	background-attachment: fixed;
	}
.about-section.js-view-checker:not(.visible){
	opacity: 0;
	}
.about-section .container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.about-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 47, 54, .8);
	}
.about-section .title-box{
	width: 44.5%;
	padding-top: 7px;
	}
.about-section .h2{
	color: #fff;
	margin: 0 0 45px;
	transition: transform .7s ease .5s, opacity .7s linear .5s;
	}
.about-section.js-view-checker:not(.visible) .h2{
	opacity: 0;
	transform: translateY(60px);
	}
.about-section .h2:before{
	background: #fff;
	}
.about-section .h2:after{
	content: '';
	position: absolute;
	z-index: -1;
	top: -4px;
	left: -26px;
	width: 45px;
	height: 68px;
	transform: skew(-30deg);
	background: #8EC640;
	}
.read-more-btn{
	position: relative;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 27px 16px 27px 32px;
	}
.no-touchevents .read-more-btn:hover{
	color: #fff;
	}
.read-more-btn svg{
	height: auto;
	margin: -1px 0 0 15px;
	}
.read-more-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(142, 198, 64, .2);
	border: 1px solid #8EC640;
	transform: skew(-30deg);
	transition: background .2s ease;
	}
.no-touchevents .read-more-btn:hover:before{
	background: rgba(142, 198, 64, .4);
	}
.about-section .read-more-btn{
	margin-left: 24px;
	transition: transform .7s ease .5s, opacity .7s linear .5s;
	}
.about-section.js-view-checker:not(.visible) .read-more-btn{
	opacity: 0;
	transform: translateY(50px);
	}
.advantages-box{
	max-width: 630px;
	width: 55.5%;
	}
.advantages-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -84px;
	}
.advantages-grid .item{
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0;
	color: #fff;
	width: calc(50% - 35px);
	margin: 0 0 84px;
	transition: transform .7s ease .75s, opacity .7s linear .75s;
	}
.advantages-grid .item:nth-child(3), .advantages-grid .item:nth-child(4){
	transition-delay: .95s;
	}
.advantages-grid .item:nth-child(5), .advantages-grid .item:nth-child(6){
	transition-delay: 1.15s;
	}
.about-section.js-view-checker:not(.visible) .advantages-grid .item{
	opacity: 0;
	transform: translateY(60px);
	}
.advantages-grid .num{
	display: block;
	font-weight: 500;
	font-size: 66px;
	line-height: 1em;
	color: #8EC640;
	margin: 0 0 2px;
	}
.advantages-grid p{
	margin: 0;
	}
.advantages-box .read-more-box{
	display: none;
	}
.about-section .figure{
	position: absolute;
	top: 50px;
	left: 0;
	}
.about-section .figure2, .about-section .figure3{
	position: absolute;
	left: 0;
	top: 89px;
	width: 84px;
	height: 243px;
	background: url("../i/page-bg-layer.svg") repeat 100% 100%;
	background-position: 0 0;
	}
.about-section .figure3{
	left: auto;
	right: 4px;
	width: 149px;
	height: 140px;
	}
/*We produce section*/
.we-produce-section{
	margin: 0 0 226px;
	}
.we-produce-section .h2{
	transition: transform .7s ease .2s, opacity .7s linear .2s;
	}
.we-produce-section.js-view-checker:not(.visible) .h2{
	opacity: 0;
	transform: translateY(60px);
	}
.we-produce-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1296px;
	margin: 54px auto -109px;
	}
.we-produce-grid.even-number{
	margin-bottom: -24px;
	}
.we-produce-grid .item{
	position: relative;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
	min-height: 302px;
	width: calc(50% - 50px);
	padding: 45px;
	margin: 0 0 109px;
	transition: transform .7s ease .4s, opacity .7s linear .4s;
	}
.we-produce-grid .item:nth-child(even){
	top: 168px;
	}
.we-produce-section.js-view-checker:not(.visible) .we-produce-grid .item{
	opacity: 0;
	transform: translateY(60px);
	}
.we-produce-grid  .item:nth-child(2){
	transition-delay: .6s;
	}
.we-produce-grid .item:nth-child(3){
	transition-delay: .8s;
	}
.we-produce-grid .item:nth-child(4){
	transition-delay: 1s;
	}
.we-produce-grid .item:nth-child(5){
	transition-delay: 1.2s;
	}
.we-produce-grid .item:nth-child(6){
	transition-delay: 1.4s;
	}

.we-produce-grid .item .sub-box > *:first-child{
	margin-top: 0;
	}
.we-produce-grid .item .sub-box > *:last-child{
	margin-bottom: 0;
	}
.we-produce-grid .thumb-box, .we-produce-grid .thumb{
	position: absolute;
	z-index: -1;
	left: 14px;
	right: 16px;
	top: 0;
	height: 100%;
	transform: skew(-6deg);
	overflow: hidden;
	}
.we-produce-grid .thumb{
	left: -18px;
	right: -20px;
	transform: skew(6deg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
.we-produce-grid .thumb:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(46, 47, 54, 0) -29.8%, rgba(46, 47, 54, 0.8) 100%);
	}
.we-produce-grid .item:before{
	content: '';
	position: absolute;
	z-index: -2;
	top: 20px;
	left: -6px;
	width: 194px;
	height: 100%;
	border: 2px solid #8EC640;
	transform: skew(-6deg);
	}
.we-produce-grid .h3{
	color: #fff;
	margin: 0 0 11px;
	}
.we-produce-grid .h3 a{
	color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 2px solid #8EC640;
	}
.no-touchevents .we-produce-grid .h3 a:hover{
	border-color: transparent;
	}
.we-produce-section .figure, .we-produce-section .figure2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 698px;
	height: 900px;
	max-width: 40%;
	background: #FAFCFB;
	}
.we-produce-section .figure:before, .we-produce-section .figure:after, .we-produce-section .figure2:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: -113px;
	width: 166px;
	height: 243px;
	background: url("../i/page-bg-layer.svg") repeat 100% 100%;
	background-position: 0 0;
	}
.we-produce-section .figure:after{
	z-index: -1;
	top: auto;
	left: auto;
	right: -65px;
	bottom: -64px;
	width: 275px;
	height: 179px;
	background-position: 0 100%;
	}
.we-produce-section .figure2{
	top: -30px;
	left: auto;
	right: 0;
	width: 644px;
	}
.we-produce-section .figure2:after{
	left: auto;
	top: auto;
	right: 0;
	bottom: -33px;
	}
/*News section*/
.news-section{
	margin-bottom: 136px;
	}
.news-section .h2{
	transition: transform .7s ease .2s, opacity .7s linear .2s;
	}
.news-section.js-view-checker:not(.visible) .h2{
	opacity: 0;
	transform: translateY(60px);
	}
.news-in-brief-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 54px 0 0;
	}
.news-in-brief-grid .main-news{
	position: relative;
	display: flex;
	align-items: flex-end;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding: 45px 55px 32px 45px;
	width: 57.57575757575758%;
	min-height: 390px;
	transition: transform .7s ease .4s, opacity .7s linear .4s;
	}
.news-section.js-view-checker:not(.visible) .news-in-brief-grid .main-news{
	opacity: 0;
	transform: translateY(60px);
	}
.news-in-brief-grid .main-news .thumb-box, .news-in-brief-grid .main-news .thumb{
	position: absolute;
	z-index: -1;
	left: 14px;
	right: 16px;
	top: 0;
	height: 100%;
	transform: skew(-5deg);
	overflow: hidden;
	}
.news-in-brief-grid .main-news .thumb{
	left: -18px;
	right: -20px;
	transform: skew(5deg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
.news-in-brief-grid .main-news .thumb:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(46, 47, 54, 0) -23.87%, rgba(46, 47, 54, 0.8) 80.1%);
	}
.news-in-brief-grid .main-news .sub-box{
	position: relative;
	width: 100%;
	}
.news-in-brief-grid .main-news .title{
	font-size: 33px;
	line-height: 1.4em;
	letter-spacing: .01em;
	margin: 0;
	transition: color .2s ease;
	}
.news-in-brief-grid .main-news .time{
	color: #DEDEDE;
	margin: 0;
	}
.news-in-brief-grid .main-news .arrow{
	position: absolute;
	bottom: 7px;
	right: 0;
	height: auto;
	transition: transform .3s ease;
	}
.no-touchevents .news-in-brief-grid .main-news:hover .arrow{
	transform: translateX(7px);
	}

.news-in-brief-grid .news-in-brief{
	width: 42.42424242424242%;
	padding-left: 34px;
	}
.news-in-brief .item{
	padding: 0 0 16px;
	margin: 0 0 16px;
	border-bottom: 2px solid rgba(142, 198, 64, .3);
	transition: transform .7s ease .6s, opacity .7s linear .6s;
	}
.news-in-brief .item:last-child{
	padding: 0;
	margin: 0;
	border: none;
	}
.news-in-brief .item:nth-child(2){
	transition-delay: .7s;
	}
.news-in-brief .item:nth-child(3){
	transition-delay: .8s;
	}
.news-in-brief .item:nth-child(4){
	transition-delay: .9s;
	}
.news-in-brief .item:nth-child(5){
	transition-delay: .9s;
	}
.news-section.js-view-checker:not(.visible) .news-in-brief .item{
	opacity: 0;
	transform: translateY(60px);
	}
.news-in-brief .item a{
	position: relative;
	display: block;
	text-decoration: none;
	}
.news-in-brief .title{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.55em;
	color: #535760;
	transition: color .2s ease;
	margin: 0;
	}
.no-touchevents .news-in-brief .item a:hover .title{
	color: #8EC640;
	}
.news-in-brief .time{
	color: #7D7D7D;
	margin: 1px 0 0;
	}
.news-in-brief .arrows{
	position: absolute;
	bottom: 3px;
	right: 13px;
	height: auto;
	transition: transform .3s ease;
	}
.no-touchevents .news-in-brief a:hover .arrows{
	transform: translateX(13px);
	}
.news-section .figure, .news-section .figure2{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -138px;
	width: 280px;
	height: 203px;
	background: url("../i/page-bg-layer.svg") repeat 100% 100%;
	background-position: 0 0;
	}
.news-section .figure2{
	bottom: auto;
	top: -46px;
	left: auto;
	right: 0;
	width: 136px;
	height: 243px;
	}
.hide-news-figure + .news-section .figure2{
	display: none;
	}
/*============================MAIN=============================*/
#main{
	margin-bottom: 136px;
	}
#main > .container{
	z-index: auto;
	}
#main > .container > *:first-child{
	margin-top: 0;
	}
#main > .container > *:last-child{
	margin-bottom: 0;
	}
/*Skew image*/
.skew-img{
	display: table;
	transform: skew(-6deg);
	overflow: hidden;
	}
.skew-img div{
	transform: skew(6deg);
	margin: 0 -15px;
	}
.skew-img img{
	margin: 0;
	}
/*Important text*/
.important-text{
	font-size: 22px;
	line-height: 1.454545454545455em;
	color: #535760;
	padding: 30px 40px 30px 30px;
	margin: 40px auto;
	max-width: 872px;
	background: #fff;
	border-left: 10px solid #8EC640;
	box-shadow: 0 4px 4px rgba(113, 111, 137, 0.05), 0 4px 15px rgba(113, 111, 137, .05);
	}
.important-text > *:first-child{
	margin-top: 0;
	}
.important-text > *:last-child{
	margin-bottom: 0;
	}
/*Timeline*/
.timeline-box{
	position: relative;
	z-index: 2;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin: 80px 0 80px -50vw;
	padding: 108px 0 120px;
	}
.timeline-box .container{
	max-width: 1240px;
	}
.timeline-years{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 54px;
	}
.years-slider{
	position: relative;
	width: calc(100% - 98px);
	}
.years-slider:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -5px;
	right: -5px;
	top: 80px;
	height: 2px;
	background: linear-gradient(90deg, rgba(142,198,64,0.19929978827468486) 0%, rgba(142,198,64,0.9) 45%, rgba(142,198,64,1) 50%, rgba(142,198,64,0.9) 55%, rgba(142,198,64,0.2) 100%);
	}
.years-slider .swiper-slide{
	font-weight: 500;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding-bottom: 16px;
	}
.years-slider .swiper-slide-thumb-active{
	font-size: 45px;
	}
.years-slider .pointer{
	display: inline-block;
	vertical-align: top;
	margin: 36px 0 0;
	}
.years-slider .swiper-slide:not(.swiper-slide-thumb-active) .pointer{
	cursor: pointer;
	}
.years-slider .swiper-slide-thumb-active .pointer{
	margin-top: 0;
	}
.years-slider .year{
	display: block;
	margin: 0 0 21px;
	transition: color .2s ease;
	}
.years-slider .swiper-slide-thumb-active .year{
	margin: 0 0 29px;
	}
.no-touchevents .years-slider .swiper-slide:not(.swiper-slide-thumb-active) .pointer:hover{
	color: #8EC640;
	}
.years-slider .dot{
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 auto;
	border-radius: 110%;
	background: #8EC640;
	transition: transform .2s ease;
	}
.years-slider .swiper-slide-thumb-active .dot{
	width: 15px;
	height: 15px;
	}
.years-slider .dot:before, .years-slider .dot:after{
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
	border: 1px solid rgba(173, 255, 0, .5);
	border-radius: 110%;
	}
.years-slider .dot:after{
	left: -8px;
	top: -8px;
	right: -8px;
	bottom: -8px;
	border-color: rgba(173, 255, 0, .2);
	}
.years-slider .swiper-slide-thumb-active .dot:before{
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	}
.years-slider .swiper-slide-thumb-active .dot:after{
	left: -14px;
	top: -14px;
	right: -14px;
	bottom: -14px;
	}
.timeline-years .swiper-btn{
	display: block;
	line-height: 0;
	width: 49px;
	margin: 58px 0 0;
	}
.timeline-years .swiper-btn svg{
	width: 100%;
	height: auto;
	}
.timeline-years .swiper-btn svg .bg{
	fill-opacity: .1;
	transition: fill-opacity .2s ease;
	}
.no-touchevents .timeline-years .swiper-btn:not(.swiper-button-disabled):hover svg .bg{
	fill-opacity: .3;
	}
.timeline-slider{
	padding: 0;
	}
.timeline-slider .swiper-slide{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	line-height: 1.555555555555556em;
	letter-spacing: 0;
	color: #fff;
	}
.timeline-slider .year{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 45px;
	line-height: 1em;
	margin: 0;
	}
.timeline-slider .text-box{
	width: calc(50% - 12px);
	padding: 64px 0 0;
	}
.timeline-slider .text-box > *:first-child{
	margin-top: 0;
	}
.timeline-slider .text-box > *:last-child{
	margin-bottom: 0;
	}
.timeline-slider .img-box{
	order: 2;
	max-width: 537px;
	margin-right: -17px;
	width: calc(50% - 13px);
	}
.timeline-slider .skew-img{
	max-width: calc(100% - 32px);
	}

.no-touchevents:not(.ie):not(.edge) .bg-box{
	background-attachment: fixed;
	}
.timeline-box .bg-box, .in-numbers-box .bg-box{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
.timeline-box .bg-box:after, .in-numbers-box .bg-box:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .9);
	}
/*In numbers box*/
.in-numbers-box{
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin: 80px 0 80px -50vw;
	padding: 177px 0 95px;
	}
.in-numbers-box .bg-box:after{
	background: rgba(250, 252, 251, .95);
	}
.in-numbers{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1196px;
	margin: 0 auto;
	}
.in-numbers .item-box{
	width: calc(50% - 32px);
	margin: 0 0 72px;
	}
.in-numbers .item-box:nth-child(even){
	margin-left: auto;
	}
.in-numbers .item{
	position: relative;
	color: #535760;
	max-width: 484px;
	margin: 0 auto;
	padding: 20px 0 18px 34px;
	}
.in-numbers .num-box{
	font-weight: 500;
	margin: 0 0 15px;
	}
.in-numbers p{
	font-size: 22px;
	line-height: 1.4em;
	margin: 0;
	}
.in-numbers .num{
	display: inline-block;
	vertical-align: top;
	font-size: 86px;
	line-height: .8em;
	}
.in-numbers .num-box .sub-text{
	display: inline-block;
	vertical-align: bottom;
	font-size: 25px;
	line-height: 1em;
	margin-left: 4px;
	}
.in-numbers .item > p:first-of-type{
	margin-top: 0;
	}
.in-numbers .item > p:last-of-type{
	margin-bottom: 0;
	}
.in-numbers .rectangle{
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #8EC640;
	transform: rotate(6deg);
	}
.in-numbers .item .rectangle:before, .in-numbers .item .rectangle:after{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	height: 2px;
	width: 98px;
	background: #8EC640;
	transform: rotate(-6deg);
	}
.in-numbers .item .rectangle:after{
	top: auto;
	bottom: 4px;
	}
/*Text grid*/
.text-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 872px;
	margin: -12.5px auto;
	}
.text-grid.three-col{
	max-width: none;
	}
.text-grid.three-col{
	max-width: none;
	}
.text-grid .col{
	margin: -12.5px 0;
	width: calc(50% - 14px);
	}
/*Download list*/
.download-list{
	margin: 40px auto;
	}
.download-list li{
	font-size: 17px;
	line-height: 1.647058823529412em;
	margin: 0 0 20px;
	padding: 0 0 0 36px;
	background: none;
	}
.download-list p{
	margin: 0;
	}
.download-list li a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	}
.no-touchevents .download-list li a:hover{
	opacity: 1;
	}
.download-list li a:before{
	content: '';
	position: absolute;
	top: 2px;
	width: 36px;
	height: 22px;
	left: -36px;
	}
.download-list li a svg{
	position: absolute;
	top: 4px;
	left: -36px;
	}
.download-list .data{
	display: block;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0;
	color: rgba(134, 134, 143, .5);
	margin: 11px 0 0;
	}
/*Photo gallery*/
.photo-gallery-box{
	max-width: 1096px;
	margin: 60px auto;
	}
.photo-gallery{
	margin: 0 -12px -24px;
	}
.photo-gallery .item{
	float: left;
	max-width: none;
	width: 33.333333333%;
	padding: 0 12px;
	margin: 0 0 24px;
	}
.photo-gallery a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	}
.photo-gallery img{
	margin: 0;
	max-width: 100%;
	}
.photo-gallery a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .45) url("../i/gallery-zoom-icon.svg") no-repeat 50% 50%/56px auto;
	opacity: 0;
	transition: opacity .4s ease-in-out;
	}
.no-touchevents .photo-gallery a:hover:after{
	opacity: 1;
	}
/*Video*/
.video-box{
	position: relative;
	max-width: 1096px;
	margin: 80px auto;
	}
.video-box .sub-box{
	position: relative;
	padding-bottom: 56.25%;
	}
.video-box iframe, .video-box .video{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
	}
/*Tabs box*/
.tabs-nav{
	position: relative;
	text-align: center;
	margin: 0 0 29px;
	}
.vacancies-box .tabs-nav{
	margin: 0 0 35px;
	}
.tabs-nav-grid{
	display: inline-flex;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	color: #535760;
	background: #EEF4E5;
	border: 2px solid #D5E4BF;
	box-shadow: inset 0 -4px 4px rgba(255, 255, 255, .25), inset 0 4px 4px rgba(0, 0, 0, .05);
	}
.tabs-nav-item{
	position: relative;
	display: block;
	text-align: center;
	padding: 14px 22px 15px;
	transition: color .2s ease, background .2s ease;
	cursor: pointer;
	}
.vacancies-box .tabs-nav-item{
	min-width: 182px;
	}
.no-touchevents .tabs-nav-item:not(.active):hover{
	color: #6CA51E;
	}
.tabs-nav-item.active{
	color: #fff;
	background: #6CA51E;
	cursor: default;
	}
.tabs-content .tab{
	display: none;
	}
.tabs-box .tab.visible{
	display: block;
	}
.vacancies-box .tab > *:first-child{
	margin-top: 0;
	}
.tabs-box .form-box{
	margin: 0 auto;
	}
/*Electronic appeals box*/
.electronic-appeals-box{
	margin: 62px 0 0;
	}
/*News list*/
.news-list{
	display: flex;
	flex-wrap: wrap;
	}
.news-list .item{
	position: relative;
	text-decoration: none;
	width: calc(33.3333333% - 16px);
	margin: 0 24px 24px 0;
	overflow: hidden;
	}
.news-list .item:after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(46, 47, 54, 0) 0%, rgba(46, 47, 54, 0.31) 0.01%, rgba(46, 47, 54, 0.74) 100%);
	}
.news-list img{
	width:100%;
	margin: 0;
	transition: transform .5s ease;
	}
.no-touchevents .news-list a:hover img{
	transform: scale(1.15);
	}
.news-list .text{
	position: absolute;
	z-index: 2;
	left:20px;
	bottom:27px;
	right:20px;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.217391304347826em;
	color: #fff;
	}
.news-list .text p{
	margin-bottom: 11px;
	}
.news-list .time{
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
	margin: 0;
	}
/*Article footer*/
.article-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 872px;
	margin: 0 auto;
	padding: 20px 0 0;
	border-top: 1px solid #6CA51E;
	}
.back-link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #6F6F7D;
	text-decoration: none;
	padding-left: 39px;
	}
.back-link svg{
	position: absolute;
	left:0;
	top:10px;
	}
.no-touchevents .back-link svg *{
	transition: stroke .3s ease;
	}
.no-touchevents .back-link:hover svg *{
	stroke: #6CA51E;
	}
.article-footer .back-link{
	order:1;
	}
.article-footer .share-box{
	order:2;
	margin: 0 0 0 auto;
	}
/*Icon text list*/
.icon-text-list{
	margin: 114px auto;
	}
.icon-text-list .list-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 -80px;
	}
.icon-text-list .list-grid .item{
	line-height: 1.611111111111111em;
	text-align: center;
	color: #535760;
	width: 33.333333%;
	margin: 0 0 80px;
	padding: 0 24px;
	}
.icon-text-list .item > *{
	max-width: 356px;
	margin-left: auto;
	margin-right: auto;
	}
.icon-text-list .icon{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	line-height: 0;
	height: 60px;
	margin: 0 auto 20px;
	}
.icon-text-list .icon + *{
	margin-top: 0;
	}
.icon-text-list .item > *:last-child{
	margin-bottom: 0;
	}
/*Vacancy*/
.vacancies-box{
	margin: 124px 0 70px;
	}
.vacancies-box h2, .vacancies-box .h2{
	margin-bottom: 62px;
	}
/*Accordion*/
.accordion{
	margin: 35px auto;
	max-width: 872px;
	}
.vacancies-box .accordion{
	margin: 35px auto 70px;
	}
.vacancies-box .accordion:last-child{
	margin-bottom: 0;
	}
.accordion .item{
	position: relative;
	margin: 0 0 16px;
	background: #fff;
	border: 2px solid #D5E4BF;
	}
.accordion .opened{
	margin: 0 0 62px;
	}
.accordion .title{
	position: relative;
	font-size: 22px;
	line-height: 1.590909090909091em;
	letter-spacing: 0;
	color: #535760;
	margin: 0;
	padding: 19px 25px 21px 62px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	}
.no-touchevents .accordion .item:not(.opened) .title:hover, .accordion .opened .title{
	color: #6CA51E;
	}
.accordion .opened .title{
	color: #fff;
	background: #8EC640;
	}
.no-touchevents .accordion .opened .title:hover{
	color: rgba(255, 255, 255, .7);
	}
.accordion .title svg{
	position: absolute;
	top: 50%;
	left: 28px;
	margin-top: -9px;
	transition: transform .2s ease;
	}
.no-touchevents .accordion .title svg *{
	transition: stroke .2s ease;
	}
.accordion .opened .title svg *{
	stroke: #fff;
	}
.accordion .opened .title svg{
	transform: rotate(90deg);
	}

.accordion .dropdown{
	display: none;
	padding: 40px 9% 38px 52px;
	}
.accordion .dropdown .h5{
	margin-bottom: 15px;
	}
.accordion .dropdown .h5 + *{
	margin-top: 0;
	}
.accordion .dropdown > *:first-child{
	margin-top: 0;
	}
.accordion .dropdown > *:last-child{
	margin-bottom: 0;
	}
/*Resume box*/
.resume-box{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 80px 0 0;
	}
.resume-box:before{
	content: '';
	position: absolute;
	z-index: -2;
	top: 0;
	left: -1500px;
	right: -1500px;
	bottom: -140px;
	background: #FAFCFB;
	}
.resume-box .form-box{
	width: 43.93939393939394%;
	margin: 0;
	}
.employee-box{
	padding: 40px 4.5%;
	background: #fff;
	}
.resume-box .employee-box{
	width: 48.63636363636364%;
	}
/*Prompt*/
.prompt{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #6F6F7D;
	margin: 35px 0;
	padding: 10px 10px 10px 58px;
	background: #EFF1F3;
	border-radius: 4px;
	}
.employee-box .prompt{
	margin: 35px 0 0;
	}
.prompt > *:first-child{
	margin-top: 0;
	}
.prompt > p:last-of-type{
	margin-bottom: 0;
	}
.prompt .icon{
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -14px;
	height: auto;
	}
/*Contacts*/
.contacts-box{
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto 65px;
	padding: 26px 0 0;
	}
.contacts-box .col{
	width: 52%;
	padding-right: 54px;
	}
.contacts-box .col:nth-child(even){
	width: 48%;
	padding-right: 0;
	}
.contacts-box .col > *:first-child{
	margin-top: 0;
	}
.contacts-box .col > *:last-child{
	margin-bottom: 0;
	}
.contacts-box .h6{
	margin: 40px 0 25px;
	}
.has-icon{
	position: relative;
	padding-left: 35px;
	}
.has-icon .icon{
	position: absolute;
	left: 0;
	top: 4px;
	display: flex;
	align-items: center;
	line-height: 0;
	width: 24px;
	height: 26px;
	}
.action-link{
	text-decoration: none;
	border-bottom: 1px dashed #6CA51E;
	}
.no-touchevents .action-link:hover{
	border-color: transparent;
	}
.contacts-box .js-anchor-link{
	display: table;
	margin: 10px 0 0;
	}

.employees-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 50px;
	}
.employee-item{
	position: relative;
	display: flex;
	max-width: 618px;
	padding: 28px 0;
	}
.employees-list .employee-item{
	width: calc(50% - 27px);
	margin: 0 0 30px;
	}
.employee-item .skew-img{
	position: relative;
	z-index: 2;
	align-self: flex-start;
	width: 30.75%;
	max-width: 210px;
	margin-left: 10px;
	}
.employee-item .text{
	position: relative;
	z-index: 2;
	align-self: center;
	width: 69.25%;
	padding: 0 16px 0 38px;
	}
.employee-item .text > *:first-child{
	margin-top: 0;
	}
.employee-item .text > *:last-child{
	margin-bottom: 0;
	}
.employee-item .text .sub-text{
	color: #86868F;
	}
.employee-item .rectangle{
	position: absolute;
	z-index: 1;
	left: 42px;
	top: 0;
	right: 0;
	bottom: 0;
	border-left: 2px solid #d5e4bf;
	transform: skew(-6deg);
	}
.employee-item .rectangle:before, .employee-item .rectangle:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: rgb(213,228,191);
	background: linear-gradient(90deg, rgba(213,228,191,1) 0%, rgba(213,228,191,0) 100%);
	}
.employee-item .rectangle:after{
	top: auto;
	bottom: 0;
	}

.departments-contacts{
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	padding: 67px 56px 17px 86px;
	margin: 0 0 100px;
	}
.departments-contacts .item{
	width: calc(33.33333% - 21.33333333333333px);
	margin: 0 32px 50px 0;
	}
.departments-contacts .item > *:first-child{
	margin-top: 0;
	}
.departments-contacts .item > *:last-child{
	margin-bottom: 0;
	}
.departments-contacts p{
	margin: 0 0 5px;
	}
.departments-contacts:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 95%;
	height: 100%;
	background: #F3F7F4;
	transform: skew(-6deg);
	}
/*Map*/
.map-box{
	position: relative;
	left: 50%;
	width: 100vw;
	height: 554px;
	min-height: 300px;
	margin: 48px 0 48px -50vw;
	}
.map-box .usual-map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
/*Feedback grid*/
.feedback-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
.feedback-grid .form-box{
	width: 43.93939393939394%;
	margin: 0;
	}
.feedback-grid .map-box{
	left: 0;
	width: calc(56.6% + ((100vw - 100%)/2));
	margin: 0 calc((100vw - 100%) * -1) 0 0;
	}
.feedback-grid .map-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -100vw;
	top: 0;
	bottom: 0;
	width: 200vw;
	background: #FAFCFB;
	}
/*Search results*/
.search-form-box{
	position: relative;
	z-index: 5;
	max-width: 872px;
	margin: 0 auto;
	}
#main .container > .search-form-box:first-child{
	margin-top: -93px;
	}
.search-form{
	position: relative;
	height: 96px;
	padding: 34px 40px 0;
	background: #fff;
	box-shadow: 0 4px 4px rgba(113, 111, 137, .05), 0 4px 15px rgba(113, 111, 137, .05);
	}
.search-form .form-control{
	font-size: 18px;
	line-height: 35px;
	height: 36px;
	padding: 0 42px 0 0;
	border: none;
	border-bottom: 1px solid #6CA51E;
	}
.search-form .search-btn{
	position: absolute;
	z-index: 3;
	top: 42px;
	right: 40px;
	}
.results-count{
	font-size: 15px;
	line-height: 21px;
	color: #535760;
	margin: 26px 0 0 40px;
	}
.search-results-list{
	max-width: 974px;
	margin: 48px auto 82px;
	padding: 0;
	}
.search-results-list li{
	color: #6F6F7D;
	margin: 0 0 40px;
	padding: 0 0 0 51px;
	background: none;
	}
.search-results-list .num{
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 1.222222222222222em;
	line-height: 1em;
	color: #535760;
	}
.search-results-list p{
	margin: 0;
	}
.search-results-list .h5{
	margin: 0 0 11px;
	}
.search-results-list .h5 a{
	color: #535760;
	text-decoration: none;
	}
.no-touchevents .search-results-list .h5 a:hover{
	color: #8EC640;
	}
.search-results-list li > *:last-child{
	margin-bottom: 0;
	}
.search-results-list span:not(.num){
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	}
.search-results-list span:not(.num):before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 4px;
	left: -1px;
	right: -1px;
	bottom: 2px;
	background: #c9f28f;
	}
.search-results-list .h5 span:not(.num):before{
	top: 4px;
	bottom: 2px;
	}
.no-results.h4{
	text-align: center;
	margin: 48px auto 0;
	padding-bottom: 64px;
	}
/*========================END OF MAIN========================*/
/*Pager*/
.pager{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 60px 0;
	max-width: none;
	}
.pager li{
	font-size: 22px;
	padding: 0;
	margin: 0 10px;
	background: none;
	}
.pager a, .pager span{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
	line-height: 22px;
	color: rgba(83, 87, 96, .8);
	}
.pager .active span{
	color: rgba(134, 134, 143, .8);
	}
.no-touchevents .pager a:hover{
	color: rgba(108, 165, 30, .8);
	}
.pager .next a, .pager .prev a{
	align-items: center;
	line-height: 0;
	padding: 0;
	}
.pager .next{
	margin: 0 0 0 36px;
	}
.pager .prev{
	margin: 0 36px 0 0;
	}
.no-touchevents .pager .next a svg *, .no-touchevents .pager .prev a svg *{
	transition: stroke .2s ease;
	}
.no-touchevents .pager .next a:hover svg *, .no-touchevents .pager .prev a:hover svg *{
	stroke: #8EC640;
	}
/*404*/
.error-page-box .container{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: calc(100vh - 96px);
	padding-top: 50px;
	padding-bottom: 80px;
	}
.error-page-box .num{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 200px;
	line-height: 1em;
	color: #535760;
	margin: 0 0 44px;
	}
.error-page-box .num .left-figure{
	position: absolute;
	top: -30px;
	left: -106px;
	}
.error-page-box .right-figure{
	position: absolute;
	right: -156px;
	bottom: -30px;
	}
.error-page-box .h3{
	color: #6CA51E;
	margin: 0;
	}
/*Popup*/
#popup-box{
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: rgba(23, 25, 29, .8);
	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%;
	text-align: center;
	transform: translate3d(0, -30px, 0);
	visibility: hidden;
	opacity: 0;
	}
.opened-popup #popup-box .container{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: transform .5s ease .3s, opacity .5s linear .3s;
	}
#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: 20px;
	line-height: 1.5em;
	width: 100%;
	max-width: 1116px;
	margin: 0 auto 24px;
	padding-top: 54px;
	}
.popup.visible{
	display: inline-block;
	}
.video-popup{
	max-width: 1096px;
	}
.popup .video-box{
	margin: 0;
	}
.js-close-popup{
	position: absolute;
	right: 0;
	top: 19px;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .js-close-popup:hover{
	color: #8EC640;
	}
.js-close-popup svg{
	margin: 2px 15px 0 0;
	}
.no-touchevents .js-close-popup svg *{
	transition: fill .2s ease;
	}
.no-touchevents .js-close-popup:hover svg *{
	fill: #8EC640;
	}
/*Scroll to top*/
.js-scroll-top{
	position: fixed;
	z-index: 99;
	right: 100px;
	bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
	}
.js-scroll-top.visible{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	}
.js-scroll-top svg{
	height: auto;
	}
.js-scroll-top:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top:0;
	width: 70px;
	height: 100%;
	margin-left: -35px;
	background: #6ca51e;
	transform: skewX(-30deg);
	transition: background .2s ease;
	}
.no-touchevents .js-scroll-top:hover:before{
	background: #5a891a;
	}
/*============================FOOTER=============================*/
#footer{
	position: relative;
	z-index: 2;
	font-weight: 500;
	line-height: 1.333333333333333em;
	color: #fff;
	background: #3D403C;
	overflow: hidden;
	}
#footer:before, #footer:after{
	content: '';
	position: absolute;
	top: 151px;
	left: 6px;
	width: 243px;
	height: 243px;
	background: url("../i/footer-bg.svg") repeat 100% 100%;
	background-position: 100% 0;
	}
#footer:after{
	top: -3px;
	right: -12px;
	left: auto;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
.no-touchevents #footer a:hover{
	color: #8ec640;
	}
.no-touchevents #footer a[href^=tel]:hover, .no-touchevents #footer a[href^=fax]:hover{
	color: #fff;
	opacity: .7;
	}
#footer .container{
	padding-top: 72px;
	}
.footer-grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 64px;
	transition: transform .7s ease .2s, opacity .7s linear .2s;
	}
#footer.js-view-checker:not(.visible) .footer-grid{
	opacity: 0;
	transform: translateY(40px);
	}
.footer-grid .col{
	padding-left: 15px;
	margin-right: 32px;
	}
.footer-grid .col:last-child{
	margin-right: 0;
	}
.footer-grid .address-col{
	max-width: 312px;
	}
.footer-grid .col > *:last-child{
	margin-bottom: 0 !important;
	}
.footer-grid .title{
	position: relative;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0 0 16px;
	}
.footer-grid .title svg{
	position: absolute;
	left: -15px;
	top: 0;
	}
.footer-grid p{
	margin: 0 0 16px;
	}
.footer-grid .trade-marks-col{
	min-width: 170px;
	}
.footer-grid .trade-marks{
	margin: 28px 0 0;
	}
.footer-grid .trade-marks a{
	display: table;
	margin: 0 0 20px;
	max-width: 100px;
	opacity: .6;
	text-decoration: none;
	}
.footer-grid .trade-marks a:last-child{
	margin-bottom: 0;
	}
.no-touchevents #footer .footer-grid .trade-marks a:hover{
	opacity: .9;
	}
.footer-grid .trade-marks img{
	margin: 0;
	}
.footer-grid .reception-col{
	min-width: 230px;
	}
.footer-grid .reception-col p:not(.title){
	margin-bottom: 8px;
	}
.footer-grid .sub-text{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .03em;
	color: rgba(255, 255, 255, .6);
	}
.footer-grid .social-col{
	min-width: 160px;
	}
.social-links{
	display: flex;
	align-items: center;
	line-height: 0;
	}
.footer-grid .social-links{
	margin: 19px 0 0;
	}
.social-links a{
	margin: 0 21px 0 0;
	opacity: .7;
	text-decoration: none;
	}
.social-links a:last-child{
	margin-right: 0;
	}
.no-touchevents #footer .social-links a:hover{
	opacity: 1;
	}
.no-touchevents #footer .social-links a svg *{
	transition: fill .2s ease;
	}
.no-touchevents #footer .social-links a:hover svg *{
	fill: #8EC640;
	}

.copy-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 55px;
	transition: transform .7s ease .4s, opacity .7s linear .4s;
	}
#footer.js-view-checker:not(.visible) .copy-box{
	opacity: 0;
	transform: translateY(40px);
	}
.copy-box .copy{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	}
#iquad{
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 8.7px;
	text-align: center;
	line-height: 1em;
	letter-spacing: .7px;
	color: #fff;
	text-decoration: none;
	}
.no-touchevents #footer #iquad:hover{
	color: #fff;
	opacity: 1;
	}
#iquad:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -6px;
	bottom: 0;
	right: -6px;
	height: 6px;
	background: #63c3ce;
	background: linear-gradient(90deg, #C1DB25 0%, #2C9FD1 100%);
	-webkit-background-size: 200% 100%;
	background-size: 200% 100%;
	background-position: 0 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	}
.no-touchevents #iquad:hover:before{
	opacity: 1;
	}
#iquad svg{
	position: relative;
	z-index: 2;
	display: block;
	margin: 4px auto 0;
	}

.external-links-box{
	position: relative;
	padding: 25px 0;
	}
.external-links-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -1500px;
	right: -1500px;
	top: 0;
	bottom: 0;
	background: #2C2C2E;
	}
.external-links-slider{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .01em;
	max-width: 920px;
	margin: 0 auto;
	transition: opacity .5s linear .7s;
	}
#footer.js-view-checker:not(.visible) .external-links-slider{
	opacity: 0;
	}
.external-links-slider .swiper-container{
	flex: 1;
	}
.external-links-slider .swiper-slide{
	display: flex;
	align-items: center;
	height: auto;
	}
.external-links-slider .swiper-btn{
	width: auto;
	height: auto;
	}
.external-links-slider .prev-btn{
	margin-right: 40px;
	}
.external-links-slider .next-btn{
	margin-left: 40px;
	}
.external-links-slider .swiper-button-disabled{
	visibility: hidden;
	}
.no-touchevents .external-links-slider .swiper-btn svg *{
	transition: stroke .2s ease;
	}
.no-touchevents .external-links-slider .swiper-btn:hover svg *{
	stroke: #6CA51E;
	}
/*========================END OF FOOTER========================*/
/*=========================TRANSITIONS=========================*/
.no-touchevents a, .no-touchevents button, .no-touchevents .btn{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
/*Resolutions*/
@media screen and (max-width: 1620px){
	.news-section .figure2{
		right: -80px;
		}
	}
@media screen and (max-width: 1520px){
	/*Top page box*/
	.top-page-box{
		padding: 0 100px;
		}
	.top-page-box .bg{
		left: 70px;
		}
	/*Scroll to top*/
	.js-scroll-top{
		right: 60px;
		bottom: 80px;
		}
	}
@media screen and (max-width: 1300px){
	/*Independent*/
	.container{
		padding: 0 48px;
		}
	.page-bg{
		display: none;
		}
    /*Header*/
	.header-search-form{
		max-width: calc(100vw - 476px);
		}
	/*Top page box*/
	.top-page-box .bg{
		left: 48px;
		}
	.index-page .top-page-box .play-video-box{
		width: calc(100% - 480px);
		margin-right: -100px;
		padding-left: 0;
		}
	.js-scroll-section{
		left: 48px;
		}
    /*Sections*/
	.section h2:before, .section .h2:before{
		display: none;
		}
    /*Section figures*/
	.about-section .figure2, .about-section .figure3, .flagship-section .figure, .flagship-section .figure2, .we-produce-section .figure, .we-produce-section .figure2, .news-section .figure, .news-section .figure2{
		display: none;
		}
    /*About section*/
	.about-section .h2:after{
		left: -20px;
		}
	/*Footer*/
	#footer:before{
		left: -200px;
		}
	#footer:after{
		right: -200px;
		}
	}
@media screen and (max-width: 1240px){
	/*News list*/
	.news-list .text{
		font-size: 22px;
		}
	}
@media screen and (max-width: 1208px){
	img.left{
		margin: 0 24px 9px calc((100vw - 100% - 112px)/2 * -1);
		}
	img.right{
		margin: 0 calc((100vw - 100% - 112px)/2 * -1) 9px 24px;
		}
	}
@media screen and (max-width: 1180px){
	/*Header*/
	#logo{
		width: 183px;
		height: 21px;
		margin-top: 34px;
		}
	.header-search-box, .langs-box{
		margin-left: 54px;
		}
	#nav li:last-child .dropdown{
		width: 280px;
		}
	.header-search-form{
		right: -27px;
		padding-right: 95px;
		max-width: calc(100vw - 400px);
		}
	.header-search-form .search-btn{
		right: 66px;
		}
	}
@media screen and (max-width: 1160px){
	/*News list*/
	.news-list .text{
		font-size: 21px;
		}
	/*Contacts*/
	.employee-item .text{
		align-self: flex-start;
		padding: 0 0 0 38px;
		}
	.departments-contacts{
		padding: 67px 56px 17px 56px;
		}
	.departments-contacts:before{
		width: 100%;
		}
	}
@media screen and (min-width: 1101px){
	/*News list*/
	.news-list .item:nth-child(3n){
		margin-right: 0;
		}
	}
@media screen and (max-width: 1100px)and (min-width: 1001px){
	/*Top page box*/
	.index-page .top-page-box h1, .index-page .top-page-box .h1{
		font-size: 5.7vw;
		}
	}
@media screen and (max-width: 1100px){
	/*Top page box*/
	.index-page .top-page-box .text-box{
		width: calc(100% - 300px);
		max-width: 440px;
		}
	.index-page .top-page-box .play-video-box{
		width: 300px;
		}
	/*Flagship section*/
	.flagship-grid{
		margin: 56px auto -64px;
		}
	.flagship-grid .item{
		padding: 60px 72px 65px 90px;
		margin: 0 0 64px;
		width: calc(50% - 32px);
		}
	.flagship-grid .item .h3{
		font-size: 28px;
		}
	/*We produce section*/
	.we-produce-grid{
		margin: 54px auto -90px;
		}
	.we-produce-grid.even-number{
		margin-bottom: 0;
		}
	.we-produce-grid .item{
		width: calc(50% - 32px);
		margin: 0 0 90px;
		}
	/*News list*/
	.news-list{
		justify-content:space-between;
		}
	.news-list .item{
		width: calc(50% - 12px);
		margin: 0 0 24px;
		}
	.news-list .text{
		font-size: 23px;
		}
	}
@media screen and (max-width: 1040px){
	h2:before, .h2:before{
		display: none;
		}
	/*Header*/
	#header .container{
		padding-right: 32px;
		}
	.header-search-box, .langs-box{
		margin-left: 40px;
		}
	#nav li:last-child .dropdown{
		left: auto;
		right: 0;
		}
	.header-search-form{
		right: -20px;
		padding-right: 88px;
		max-width: calc(100vw - 376px);
		}
	.header-search-form .search-btn{
		right: 59px;
		}
	/*Contacts*/
	.employees-list .employee-item{
		width: calc(50% - 16px);
		}
	.employee-item .text{
		padding: 0 0 0 30px;
		}
	}
@media screen and (min-width: 1001px){
	/*Header*/
	.opened-search .js-open-search .cross{
		display: block;
		}
	.opened-search .js-open-search svg{
		display: none;
		}
	.no-touchevents .js-open-search svg *{
		transition: fill .2s ease;
		}
	.no-touchevents .js-open-search:hover svg *{
		fill: #6CA51E;
		}
	.no-touchevents .js-open-search:active svg *{
		fill: #678433;
		}
	.langs-dropdown li:last-child{
		margin: 0;
		}
	.no-touchevents .current-lang svg *{
		transition: fill .2s ease;
		}
	.no-touchevents .current-lang:hover svg *, .opened-langs .current-lang svg *{
		fill: #6CA51E;
		}
	/*Nav*/
	#nav-box{
		margin: 36px 0 0 auto;
		}
	#nav > ul{
		display: flex;
		align-items: flex-start;
		}
	#nav > ul > li{
		position: relative;
		line-height: 1em;
		margin: 0 0 0 25px;
		}
	#nav > ul > li > a{
		position: relative;
		z-index: 2;
		padding-bottom: 5px;
		border-bottom: 2px solid transparent;
		}
	#nav > ul > .active > a{
		border-color: #86868F;
		}
	.no-touchevents #nav > ul > li:hover > a, .no-touchevents #nav > ul > li > a:hover, #nav > ul > .opened-dropdown > a{
		border-color: #8EC640;
		}
	#nav .dropdown{
		position: absolute;
		left: 0;
		top: 25px;
		width: 322px;
		padding: 20px 30px;
		margin: 0;
		background: #fff;
		border: 1px solid #D9DFE2;
		box-sizing: border-box;
		box-shadow: 0 14px 30px rgba(176, 176, 176, .05);
		}
	#nav .dropdown li{
		margin: 0 0 9px;
		}
	#nav .dropdown li:last-child{
		margin: 0;
		}
	/*Text grid*/
	.text-grid.three-col .col{
		width: calc(33.3333333% - 20px);
		}
	/*Resume box*/
	.resume-box .form-box, .feedback-grid .form-box{
		padding-left: 32px;
		padding-right: 32px;
		}
	.resume-box .form-box .h4, .resume-box .form-box .form, .feedback-grid .form-box .h4, .feedback-grid .form-box .form{
		max-width: 422px;
		margin-left: auto;
		margin-right: auto;
		}
	}
@media screen and (max-width: 1000px)and (min-width: 781px){
	/*Top page box*/
	.index-page .top-page-box h1, .index-page .top-page-box .h1{
		font-size: 6.5vw;
		}
	}
@media screen and (max-width: 1000px){
	img.left{
		margin: 0 24px 9px calc((100vw - 100% - 65px)/2 * -1);
		}
	img.right{
		margin: 0 calc((100vw - 100% - 65px)/2 * -1) 9px 24px;
		}
	/*Independent*/
	.container{
		padding: 0 24px;
		}
	#all{
		padding-top: 60px;
		}
    /*Header*/
	#header{
		height:60px;
		}
	.inner-page.opened-nav #header, .error-page.opened-nav #header{
		border-color: transparent;
		}
	#header:after{
		content: '';
		position: absolute;
		z-index: 999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		pointer-events: none;
		}
	.opened-nav:not(.opened-search):not(.opened-langs) #header:after{
		visibility: visible;
		box-shadow: 0 4px 4px rgba(113, 111, 137, 0.05), 0 4px 15px rgba(113, 111, 137, .05);
		}
    #header .container{
	    height:60px;
	    align-items: center;
	    justify-content: space-between;
	    padding-right: 24px;
	    }
    #logo{
	    margin: 0;
	    }
	.opened-nav #logo{
		width: 34px;
		height: 29px;
		}
	.opened-nav #logo svg{
		display: none;
		}
	.opened-nav #logo .mobile-logo{
		display: block;
		}
    .header-search-box{
	    z-index: 999;
	    display: none;
	    order: 4;
	    margin: 0 0 0 35px;
	    }
	.opened-nav .header-search-box{
		position: static;
		display: block;
		}
	.header-search-form{
		z-index: 10011;
		top: 60px;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: none;
		padding: 9px 24px;
		border-top: 1px solid #D5E4BF;
		box-shadow: 0 4px 4px rgba(113, 111, 137, 0.05), 0 4px 15px rgba(113, 111, 137, .05);
		}
	.header-search-form .form-control{
		line-height: 38px;
		height: 40px;
		padding: 0 54px 0 15px;
		border: 1px solid #D9DFE2;
		}
	.header-search-form .search-btn{
		top: 19px;
		right: 40px;
		}
	.js-open-search{
		width: 26px;
		height: 26px;
		}
	.opened-search .js-open-search{
		opacity: .6;
		}
    .js-open-search svg{
	    display: none;
	    }
	.js-open-search .mobile-icon{
		display: block;
		}
	.js-open-search .mobile-icon .rect{
		display: none;
		}
	.opened-search .js-open-search .mobile-icon .rect{
		display: block;
		}
	.js-open-search .arrow{
		position: absolute;
		left: 10px;
		bottom: -17px;
		}
	.opened-search .js-open-search .arrow{
		display: block;
		}
    .langs-box{
	    position: static;
	    z-index: 999;
	    display: none;
	    order: 3;
	    margin: 0 0 0 auto;
	    }
    .opened-nav .langs-box{
	    display: block;
	    }
    .current-lang{
	    position: relative;
	    justify-content: center;
	    color: #535760;
	    width: 36px;
	    height: 30px;
	    border: 1px solid #535760;
	    }
    .opened-langs .current-lang{
	    opacity: .6;
	    }
	.current-lang svg{
		display: none;
		}
	.current-lang .arrow{
		position: absolute;
		left: 12px;
		bottom: -16px;
		margin: 0;
		}
	.opened-langs .current-lang .arrow{
		display: block;
		}
    .langs-dropdown{
	    position: absolute;
	    top: 60px;
	    left: 0;
	    right: 0;
	    display: flex;
	    justify-content: center;
	    width: auto;
	    max-width: none;
	    margin: 0;
	    padding: 20px 16px;
	    border: none;
	    border-top: 1px solid #D5E4BF;
	    box-shadow: 0 4px 4px rgba(113, 111, 137, .05), 0 4px 15px rgba(113, 111, 137, .05);
	    }
	.langs-dropdown li{
		margin: 0 20px;
		}
	.langs-dropdown li:first-child{
		margin-left: 0;
		}
	.langs-dropdown li:last-child{
		margin-right: 0;
		}
	.langs-dropdown a{
		padding-bottom: 1px;
		}
	.langs-dropdown .active a{
		border-bottom: 2px solid rgba(83, 87, 96, .6);
		}
    .no-touchevents .langs-dropdown .active a:hover{
	    border-color: transparent;
	    }
	/*Nav*/
	#nav-box{
		position: fixed;
		z-index: 998;
		left: 0;
		top: 60px;
		font-size: 0;
		text-align: center;
		height: calc(100vh - 60px);
		width: 100%;
		margin: 0;
		padding: 16px 16px 0;
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
		transition: opacity .3s ease, visibility .3s ease;
		}
	html:not(.opened-nav) #nav-box{
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		}
	#nav-box:before{
		content: '';
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 0;
		margin: 0 0 0 -1px;
		}
	#nav{
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		max-width: 330px;
		width: 100%;
		margin: 0 0 16px;
		}
	#nav > ul > li{
		font-size: 24px;
		line-height: 1.55em;
		margin: 24px 0;
		padding-left: 32px;
		}
	.no-touchevents #nav > ul > li > a:hover, #nav > ul > .opened-dropdown > a{
		color: #86868F;
		}
	.no-touchevents #nav > ul > .active > a:hover{
		color: rgba(134, 134, 143, .7);
		}
	#nav > ul > .has-child > a:before{
		content: '';
		position: absolute;
		left: 0;
		top: 9px;
		width: 14px;
		height: 22px;
		background: url("../i/nav-arrow.svg") no-repeat 0 0/100% auto;
		}
	#nav > ul > .has-child.opened-dropdown > a:before{
		transform: rotate(90deg);
		}
	#nav .dropdown{
		margin: 10px 0 0 -32px;
		padding: 15px 25px 16px 43px;
		background: #F3F7F4;
		}
	#nav li:last-child .dropdown{
		width: auto;
		}
	#nav .dropdown li{
		margin: 0 0 16px;
		}
	#nav .dropdown li:last-child{
		margin-bottom: 0;
		}

	.js-open-nav{
		display: block;
		order: 5;
		}
	/*Top page box*/
	.top-page-box{
		padding: 0;
		}
	.index-page .top-page-box{
		margin-bottom: 100px;
		}
	.top-page-box .container{
		padding-top: 15vw;
		padding-bottom: 16vw;
		min-height: 0;
		}
	.index-page .top-page-box .container{
		padding-top: 120px;
		padding-bottom: 210px;
		min-height: calc(100vh - 60px);
		}
	.top-page-box.middle-size .container{
		min-height: 0;
		}
	.inner-page .top-page-box .container{
		padding-top: 80px;
		padding-bottom: 0;
		}
	.top-page-box .max-w{
		width: 100%;
		}
	.top-page-box .bg{
		left: 0;
		}
    .top-page-box .left-figure, .top-page-box .right-figure{
	    display: none;
	    }
	.index-page .top-page-box .text-box{
		width: calc(100% - 370px);
		padding-left: 3%;
		max-width: none;
		}
	.index-page .top-page-box .play-video-box{
		width: 360px;
		margin-right: 0;
		}
	.js-scroll-section{
		left: calc(3% + 24px);
		}
	/*Flagship section*/
	.flagship-section .h2{
		margin-left: 3%;
		}
	.flagship-grid{
		margin: 56px auto -48px;
		}
	.flagship-grid .item{
		padding: 48px 64px 48px 90px;
		margin: 0 0 48px;
		width: calc(50% - 24px);
		}
	.flagship-grid .item .h3{
		font-size: 26px;
		margin-bottom: 20px;
		}
	.flagship-grid .item .icon{
		left: 0;
		max-width: 64px;
		}
	/*About section*/
	.about-section{
		padding: 100px 0 120px;
		margin-bottom: 100px;
		}
	.about-section .container{
		display: block;
		}
	.about-section .title-box{
		width: 100%;
		padding: 0;
		}
	.about-section .h2{
		margin: 0 0 64px 3%;
		}
	.about-section .h2:after{
		display: none;
		}
	.about-section .title-box .read-more-btn{
		display: none;
		}
	.advantages-box{
		max-width: 630px;
		width: 100%;
		margin: 0 auto;
		}
	.advantages-grid{
		margin-bottom: -64px;
		}
	.advantages-grid .item{
		margin: 0 0 64px;
		}
	.advantages-box .read-more-box{
		display: block;
		text-align: center;
		margin: 64px 0 0;
		}
	.advantages-box .read-more-btn{
		margin: 0;
		transition-delay: 1.25s;
		}
	.about-section .figure{
		left: -200px;
		}
	/*We produce section*/
	.we-produce-section{
		margin: 0 0 160px;
		}
	.we-produce-section .h2{
		margin-left: 3%;
		}
	.we-produce-grid{
		margin: 54px auto -72px;
		}
	.we-produce-grid.even-number{
		margin-bottom: 220px;
		}
	.we-produce-grid .item{
		font-size: 19px;
		width: calc(50% - 24px);
		margin: 0 0 72px;
		}
	.we-produce-grid .h3{
		font-size: 28px;
		}
    /*News section*/
	.news-section .h2{
		margin-left: 3%;
		}
	/*Timeline*/
	.timeline-box{
		left: 0;
		width: auto;
		padding: 92px 0 104px;
		margin: 64px -24px;
		}
	/*In numbers box*/
	.in-numbers-box{
		left: 0;
		width: auto;
		padding: 120px 0 50px;
		margin: 64px -24px;
		}
	.in-numbers .item-box{
		width: calc(50% - 26px);
		}
	.in-numbers .item{
		padding: 18px 0 17px 32px;
		}
	.in-numbers .num-box{
		margin: 0 0 13px;
		}
	.in-numbers .num{
		font-size: 66px;
		line-height: .85em;
		}
	.in-numbers .num-box .sub-text{
		font-size: 20px;
		}
	.in-numbers p{
		font-size: 20px;
		}
	.in-numbers .rectangle{
		left: 7px;
		}
	/*Video*/
	.video-box{
		margin: 64px auto;
		}
	/*Resume box*/
	.resume-box{
		display: block;
		}
	.resume-box .form-box{
		width: 100%;
		margin: 0 auto 48px;
		}
	.resume-box .employee-box{
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		}
	/*Contacts box*/
	.contacts-box{
		padding: 16px 0 0;
		}
	.contacts-box .col{
		width: calc(50% + 54px);
		}
	.contacts-box .col:nth-child(even){
		width: calc(50% - 54px);
		}

	.departments-contacts{
		padding: 67px 0 17px;
		margin-bottom: 72px;
		}
	.departments-contacts:before{
		width: auto;
		left: -40px;
		right: -40px;
		transform: none;
		}
	/*map*/
	.map-box{
		height: auto;
		padding-bottom: 58%;
		}
	/*Feedback grid*/
	.feedback-grid{
		display: block;
		}
	.feedback-grid .form-box{
		width: 100%;
		margin: 0 auto 72px;
		}
	.feedback-grid .map-box{
		left: 50%;
		width: 100vw;
		margin: 0 0 0 -50vw;
		}
	.feedback-grid .map-box:before{
		display: none;
		}
	/*404*/
	.error-page-box .container{
		min-height: calc(100vh - 60px);
		}
	/*Scroll to top*/
	.js-scroll-top{
		right: 40px;
		width: 48px;
		height: 48px;
		}
	.js-scroll-top svg{
		width: 20px;
		}
	.js-scroll-top:before{
		width: 58px;
		margin-left: -29px;
		}
    /*Footer*/
	#footer:before{
		display: none;
		}
	.footer-grid{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 23px;
		}
	.footer-grid .col{
		width: 46%;
		margin: 0 0 41px;
		max-width: none;
		min-width: 0;
		}
	.footer-grid .col:nth-child(even){
		width: 54%;
		padding-left: 40px;
		}
	.footer-grid .trade-marks{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		}
	.footer-grid .col > .trade-marks:last-child{
		margin-bottom: -20px !important;
		}
	.footer-grid .trade-marks a, .footer-grid .trade-marks a:last-child{
		margin: 0 28px 20px 0;
		}
	.footer-grid .trade-marks a{
		opacity: 1;
		}
	.no-touchevents #footer .footer-grid .trade-marks a:hover{
		opacity: .7;
		}
	.social-links a{
		opacity: 1;
		}
	}

@media screen and (max-width: 920px){
	/*News section*/
	.news-in-brief-grid{
		display: block;
		}
	.news-in-brief-grid .main-news{
		width: 100%;
		min-height: 320px;
		max-width: 780px;
		margin: 0 0 54px;
		}
	.news-in-brief-grid .news-in-brief{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		}
	.news-in-brief .item{
		width: calc(50% - 24px);
		}
	.news-in-brief .item:nth-last-child(2){
		padding: 0;
		margin: 0;
		border: none;
		}
	.news-in-brief .arrows{
		display: none;
		}
	/*Icon text list*/
	.icon-text-list{
		max-width: 780px;
		}
	.icon-text-list .list-grid{
		margin: 0 -8px -80px;
		}
	.icon-text-list .list-grid .item{
		width: 50%;
		padding: 0 16px;
		}
	/*Contacts*/
	.employee-item .skew-img{
		width: 100px;
		}
	.employee-item .text{
		width: calc(100% - 100px);
		}
	}
@media screen and (max-width: 860px){
	/*Top page box*/
	.index-page .top-page-box .text-box{
		padding-left: 0;
		}
	.js-scroll-section{
		left: 24px;
		}
	/*Flagship section*/
	.flagship-section .h2{
		margin-left: 0;
		}
	.flagship-grid .item{
		padding: 48px 64px 48px 72px;
		width: calc(50% - 16px);
		}
	.flagship-grid .item .h3{
		font-size: 24px;
		margin-bottom: 20px;
		}
	.flagship-grid .item .icon{
		top: 48px;
		left: 0;
		max-width: 54px;
		}
    /*Sections*/
	.about-section .h2, .we-produce-section .h2, .news-section .h2{
		margin-left: 0;
		}
	/*Contacts*/
	.employees-list .employee-item{
		width: calc(50% - 12px);
		}
	.employee-item .skew-img{
		width: 80px;
		}
	.employee-item .text{
		width: calc(100% - 80px);
		}
    /*Footer*/
	.external-links-slider{
		max-width: 620px;
		}
	}
@media screen and (min-width: 781px){
	/*Section*/
	.about-section .h2, .we-produce-section .h2, .news-section .h2{
		font-size: 50px;
		}
	.about-section .h2:before, .we-produce-section .h2:before, .news-section .h2:before{
		top: 30px;
		}
	/*Contacts*/
	.departments-contacts .item:nth-child(3n){
		margin-right: 0;
		}
	}
@media screen and (max-width: 780px){
	h1, .h1{
		font-size: 8.58vw;
		}
	h2, .h2{
		font-size: 40px;
		}
	.scroll-tbl, table{
		margin: 48px auto 54px;
		}
	table th, table td{
		padding: 17px 16px;
		}
	blockquote{
		padding: 72px 32px 61px 72px;
		}
	blockquote:before{
		top: 28px;
		left: 24px;
		}
	img{
		margin: 48px auto;
		}
	img.left{
		margin: 0 24px 9px 0;
		}
	img.right{
		margin: 0 0 9px 24px;
		}

	/*Independent*/
	.container{
		padding: 0 16px;
		}
	/*Header*/
	#header .container{
		padding-right: 16px;
		}
	.header-search-form{
		padding: 9px 16px;
		}
	.header-search-form .search-btn{
		right: 32px;
		}
	/*Top page box*/
	.index-page .top-page-box{
		margin-bottom: 90px;
		}
	.index-page .top-page-box .container{
		padding-top: 90px;
		padding-bottom: 200px;
		}
	.index-page.touchevents .top-page-box .container{
		padding-bottom: 240px;
		}
	.index-page.ios .top-page-box .container{
		padding-bottom: 260px;
		}
	.top-page-box .text-box{
		font-size: 2.7vw;
		}
	.top-page-box .time{
		font-size: 20px;
		margin: 20px 0 0;
		}
	.index-page .top-page-box .max-w{
		display: block;
		}
	.index-page .top-page-box .text-box{
		display: block;
		width: 100%;
		padding-left: 10%;
		margin: 0 auto 71px;
		}
	.index-page .top-page-box .play-video-box{
		width: 100%;
		margin-right: 0;
		}
	.js-scroll-section{
		left: calc(10% + 16px);
		}
    .touchevents .js-scroll-section{
	    bottom: calc(7% + 40px);
	    }
	.touchevents.ios .js-scroll-section{
		bottom: calc(7% + 72px);
		}
	/*Flagship section*/
	.flagship-section{
		margin-bottom: 90px;
		}
	.flagship-grid{
		padding-bottom: 0;
		margin-top: 72px;
		}
	.flagship-grid .item{
		font-size: 17px;
		padding: 0 0 0 72px;
		width: calc(50% - 16px);
		}
	.flagship-grid .item:nth-child(even){
		top: 0;
		}
	.flagship-grid .item:before{
		display: none;
		}
	.flagship-grid .item .h3{
		font-size: 22px;
		margin-bottom: 20px;
		}
	.flagship-grid .item .icon{
		top: 0;
		max-width: 48px;
		}
	/*About section*/
	.about-section{
		padding: 80px 0 90px;
		margin-bottom: 80px;
		}
	.about-section .h2{
		font-size: 45px;
		margin: 0 0 64px;
		}
	.advantages-grid .num{
		font-size: 60px;
		}
	.about-section .figure{
		top: -30px;
		right: -130px;
		left: auto;
		}
	/*We produce section*/
	.we-produce-section{
		margin-bottom: 140px;
		}
	.we-produce-section .h2{
		font-size: 45px;
		}
	.we-produce-grid, .we-produce-grid.even-number{
		margin: 54px auto -64px;
		}
	.we-produce-grid .item{
		font-size: 18px;
		width: calc(50% - 16px);
		margin: 0 0 64px;
		padding: 45px 40px 32px;
		min-height: 260px;
		}
	.we-produce-grid .h3{
		font-size: 24px;
		}
	.we-produce-grid .item:before{
		top: 12px;
		left: 2px;
		}
	/*News section*/
	.news-section{
		margin-bottom: 90px;
		}
	.news-section .h2{
		font-size: 45px;
		}
	.news-in-brief .title{
		font-size: 18px;
		}
	.news-in-brief .time{
		font-size: 17px;
		margin: 3px 0 0;
		}
    /*Main*/
	#main{
		margin-bottom: 90px;
		}
	/*Important text*/
	.important-text{
		padding: 30px 24px 30px 20px;
		border-width: 6px;
		}
	/*Timeline*/
	.timeline-box{
		padding: 80px 0;
		margin: 64px -16px;
		}
	.timeline-slider .swiper-slide{
		display: block;
		}
	.timeline-slider .year{
		position: relative;
		margin: 0 0 24px 24px;
		}
	.timeline-slider .text-box{
		width: 100%;
		padding: 0;
		}
	.timeline-slider .img-box{
		margin: 0 0 32px 16px;
		width: 100%;
		}
	/*In numbers box*/
	.in-numbers-box{
		margin: 64px -16px;
		padding: 90px 0 20px;
		}
	/*Photo gallery*/
	.photo-gallery-box{
		margin: 48px auto;
		}
	.photo-gallery{
		margin: 0 -8px -16px;
		}
	.photo-gallery .item{
		padding: 0 8px;
		margin: 0 0 16px;
		}
	/*News list*/
	.news-list .item{
		width:calc(50% - 8px);
		margin: 0 0 16px;
		}
	.news-list .text{
		left:16px;
		bottom:23px;
		right:16px;
		font-size: 21px;
		}
	/*Icon text list*/
	.icon-text-list{
		margin: 90px auto;
		}
	.icon-text-list .list-grid{
		margin: 0 -8px -54px;
		}
	.icon-text-list .list-grid .item{
		margin: 0 0 54px;
		}
    /*Accordion*/
	.accordion .opened{
		margin: 0 0 40px;
		}
	.accordion .title{
		padding: 19px 64px 21px 24px;
		}
	.accordion .title svg{
		left: auto;
		right: 24px;
		}
	.accordion .dropdown{
		padding: 32px 24px 38px;
		}
	/*Vacancy*/
	.vacancies-box{
		margin: 100px 0 70px;
		}
	.vacancies-box h2, .vacancies-box .h2{
		margin-bottom: 48px;
		}
	/*Resume box*/
	.resume-box{
		padding: 70px 0 0;
		}
	/*Contacts box*/
	.contacts-box{
		padding: 0;
		}
	.contacts-box .col{
		width: calc(50% + 24px);
		}
	.contacts-box .col:nth-child(even){
		width: calc(50% - 24px);
		}
	/*Contacts*/
	.employees-list{
		margin-bottom: 35px;
		}
	.employees-list .employee-item{
		width: 100%;
		margin: 0 auto 30px;
		}
	.employee-item .skew-img{
		width: 30.75%;
		}
	.employee-item .text{
		align-self: center;
		width: 69.25%;
		padding: 0 16px 0 38px;
		}
	.departments-contacts{
		justify-content: space-between;
		padding: 54px 0 14px;
		margin-bottom: 64px;
		}
	.departments-contacts .item{
		width: calc(50% - 16px);
		margin: 0 0 40px;
		}
    /*Map*/
	.map-box, .feedback-grid .map-box{
		left: 0;
		width: calc(100% + 32px);
		margin-left: -16px;
		margin-right: -16px;
		}
	/*Feedback grid*/
	.feedback-grid .form-box{
		margin: 0 auto 64px;
		}
	/*Search results*/
	.search-form{
		padding: 34px 24px 0;
		}
	.search-form .search-btn{
		right: 24px;
		}
	.results-count{
		margin: 26px 0 0 24px;
		}
	.search-results-list{
		margin: 48px auto 54px;
		}
	/*404*/
	.error-page-box .container{
		padding-top: 30px;
		padding-bottom: 60px;
		}
	.error-page-box .num{
		font-size: 25vw;
		margin: 0 0 24px;
		}
	.error-page-box .num .left-figure, .error-page-box .right-figure{
		display: none;
		}
	/*Footer*/
	#footer .container{
		padding-top: 54px;
		}
	#footer:after{
		display: none;
		}
    .footer-grid{
	    margin-bottom: 10px;
	    }
	.copy-box{
		margin-bottom: 48px;
		}
	}
@media screen and (max-width: 720px){
	/*Flagship section*/
	.flagship-grid{
		display: block;
		padding-bottom: 0;
		margin: 64px 0 0;
		}
	.flagship-grid .item{
		padding: 0 0 0 72px;
		width: 100%;
		margin: 0 auto 54px;
		max-width: 480px;
		}
	.flagship-grid .item:last-child{
		margin-bottom: 0;
		}
	/*Text grid*/
	.text-grid{
		display: block;
		margin: 0;
		}
	.text-grid .col{
		width: 100%;
		margin: 0;
		}
    /*In numbers*/
	.in-numbers .item-box{
		width: calc(50% - 16px);
		}
	.in-numbers .item{
		padding: 18px 0 18px 32px;
		}
	.in-numbers .num-box{
		margin: 0 0 12px;
		}
	.in-numbers .num{
		font-size: 56px;
		line-height: .85em;
		}
	.in-numbers .num-box .sub-text{
		font-size: 18px;
		}
	.in-numbers p{
		font-size: 19px;
		}
	.in-numbers .rectangle{
		left: 9px;
		}
	/*News list*/
	.news-list .text{
		font-size: 19px;
		}
	}
@media screen and (max-width: 680px){
	/*Top page box*/
	.top-page-box .text-box{
		font-size: 18px;
		}
	/*About section*/
	.advantages-grid .item{
		font-size: 20px;
		width: calc(50% - 24px);
		}
	/*We produce section*/
	.we-produce-grid, .we-produce-grid.even-number{
		margin: 54px auto -54px;
		max-width: 540px;
		}
	.we-produce-grid .item{
		width: 100%;
		max-width: 420px;
		margin: 0 0 54px;
		padding: 45px 40px 32px;
		min-height: 240px;
		}
	.we-produce-grid .item:nth-child(even){
		top: 0;
		margin-left: auto;
		}
	/*Article footer*/
	.article-footer{
		display: block;
		text-align: center;
		padding-top: 40px;
		}
	.article-footer .back-link{
		margin-left: -39px;
		}
	.share-box{
		justify-content:center;
		}
	.article-footer .share-box{
		margin-bottom: 32px;
		}
	.share-box p{
		display: none;
		}
	.simple-share a, .simple-share a:first-child{
		width: 30px;
		height: 30px;
		margin: 0 6px;
		}
	.simple-share a svg{
		width:30px;
		height:auto;
		}
	}
@media screen and (max-width: 640px){
	/*Form styles*/
	.form-box{
		padding: 45px 12% 55px;
		}
	/*News section*/
	.news-in-brief-grid .main-news{
		min-height: 280px;
		padding: 45px 48px 32px 32px;
		}
	.news-in-brief-grid .main-news .title{
		font-size: 28px;
		}
	.news-in-brief-grid .main-news .time{
		margin: 4px 0 0;
		}
	/*In numbers*/
	.in-numbers-box{
		padding: 78px 0 32px;
		}
	.in-numbers{
		display: block;
		}
	.in-numbers .item-box, .in-numbers .item-box:nth-child(even){
		width: 100%;
		margin: 0 0 54px;
		}
	.in-numbers .item{
		max-width: 400px;
		}
	/*News list*/
	.news-list .item{
		width: 100%;
		max-width: 480px;
		margin: 0 auto 16px;
		}
	.news-list .text{
		font-size: 23px;
		}
	/*Resume box*/
	.resume-box .employee-box{
		padding: 40px 12%;
		}
	/*Contacts box*/
	.contacts-box{
		display: block;
		}
	.contacts-box .col, .contacts-box .col:nth-child(even){
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
		}
	.contacts-box .col:last-child{
		margin: 0;
		}
	}
@media screen and (max-width: 600px){
	/*Footer*/
	.external-links-slider{
		max-width: 340px;
		}
	.external-links-slider .prev-btn{
		margin-right: 50px;
		}
	.external-links-slider .next-btn{
		margin-left: 50px;
		}
	}
@media screen and (max-width: 580px){
	h2, .h2{
		font-size: 34px;
		}
	h3, .h3{
		font-size: 28px;
		}
	h4, .h4{
		font-size: 24px;
		}
	blockquote{
		padding: 72px 24px 61px;
		}
	blockquote:before{
		top: 24px;
		left: 24px;
		}
	/*Form styles*/
	.form-box{
		padding: 40px 32px 50px;
		}
	/*Top page box*/
	.inner-page .top-page-box{
		margin-bottom: 40px;
		}
	.inner-page .top-page-box .container{
		padding-top: 60px;
		}
	.top-page-box .time{
		font-size: 18px;
		margin-top: 16px;
		}
	.play-btn{
		width: 64px;
		height: 50px;
		}
	.top-page-box .play-video-box .data-box{
		padding-left: 16px;
		}
	/*Sections*/
	.about-section .h2, .we-produce-section .h2, .news-section .h2{
		font-size: 40px;
		}
    /*About section*/
	.read-more-btn{
		font-size: 13px;
		padding: 20px 20px 20px 24px;
		}
	.read-more-btn svg{
		width: 21px;
		margin: 0 0 0 12px;
		}
    /*News section*/
	.news-in-brief .item{
		width: calc(50% - 16px);
		}
	/*Important text*/
	.important-text{
		font-size: 20px;
		}
	/*Timeline*/
	.years-slider .swiper-slide-thumb-active{
		font-size: 36px;
		}
	.years-slider .pointer{
		margin: 27px 0 0;
		}
	.years-slider:before{
		top: 71px;
		}
	.timeline-years .swiper-btn{
		margin: 49px 0 0;
		}
	.timeline-slider .year{
		font-size: 36px;
		}
	/*Photo gallery*/
	.photo-gallery .item{
		width: 50%;
		}
    /*Accordion*/
	.accordion .title{
		font-size: 20px;
		}
	/*Resume box*/
	.resume-box .employee-box{
		padding: 40px 32px;
		}
    /*Search results*/
	.search-results-list li{
		padding: 0 0 0 40px;
		}
	}
@media screen and (max-width: 550px){
	/*Icon text list*/
	.icon-text-list{
		margin: 72px auto;
		}
	.icon-text-list .list-grid{
		margin: 0 0 -48px;
		}
	.icon-text-list .list-grid .item{
		width: 100%;
		padding: 0;
		margin: 0 0 48px;
		}
	.icon-text-list .icon{
		height: auto;
		}
	/*Scroll to top*/
	.js-scroll-top{
		bottom: 72px;
		right: 32px;
		width: 40px;
		height: 40px;
		}
	.js-scroll-top svg{
		width: 16px;
		}
	.js-scroll-top:before{
		width: 50px;
		margin-left: -25px;
		}
	/*Footer*/
	.footer-grid{
		display: block;
		margin-bottom: 36px;
		}
	.footer-grid .col, .footer-grid .col:nth-child(even){
		width: 100%;
		padding: 0 0 0 16px;
		}
	.footer-grid .col:last-child{
		margin-bottom: 0;
		}
	.footer-grid .trade-marks{
		margin: 0;
		}
	.copy-box{
		margin-bottom: 32px;
		}
	}
@media screen and (max-width: 520px){
	/*News section*/
	.news-in-brief{
		display: block;
		}
	.news-in-brief .item, .news-in-brief .item:nth-last-child(2){
		width: 100%;
		padding: 0 0 16px;
		margin: 0 0 16px;
		border-bottom: 2px solid rgba(142, 198, 64, .3);
		}
	.news-in-brief .arrows{
		display: block;
		bottom: 8px;
		width: 16px;
		}
	}
@media screen and (min-width: 481px){
	/*Tabs*/
	/*.tabs-box .tab.visible{*/
	/*	display: block;*/
	/*	}*/
	/*Resume box*/
	.employee-box .employee-item .skew-img{
		margin-left: 8px;
		width: 23.3%;
		}
	.employee-box .employee-item .skew-img div{
		margin: 0 -9px;
		}
	.employee-box .employee-item .text{
		width: 76.7%;
		padding-left: 24px;
		}
	}
@media screen and (max-width: 480px){
	body{
		font-size: 16.5px;
		line-height: 1.6em;
		}
	h2, .h2{
		font-size: 30px;
		margin: 36px auto 24px;
		}
	h3, .h3{
		font-size: 26px;
		margin: 36px auto 15px;
		}
	h4, .h4{
		font-size: 22px;
		margin: 36px auto 15px;
		}
	h5, .h5{
		font-size: 20px;
		margin: 32px auto 15px;
		}
	h6, .h6{
		margin: 32px auto 15px;
		}
	h5 + p, .h5 + p{
		margin-top: 0 !important;
		}
	ul li, ol li{
		padding-left: 32px;
		margin: 0 0 14px;
		background-position: 0 10px;
		}
	ul li li{
		padding-left: 32px;
		background-position: 0 9px;
		}

	ol ol li{
		padding-left: 44px;
		}
	ol > li:before{
		font-weight: 400;
		left: 0;
		top: 5px;
		}
	ol ol li:before{
		left: 2px;
		}
	.scroll-tbl, table{
		margin: 40px auto 48px;
		}
	blockquote{
		padding: 72px 16px 61px;
		margin: 36px -16px;
		}
	blockquote:before{
		top: 24px;
		left: 16px;
		}
	img{
		margin: 36px auto;
		}
	img.left, img.right, p img.left, p img.right{
		float: none;
		margin: 36px auto;
		max-width: 100%;
		}
	/*Form styles*/
	.form-box{
		padding: 32px 16px 40px;
		}
    .btn{
	    margin: 28px auto;
	    }
	.form .btn{
		margin: 28px auto 0;
		}
	/*Form message*/
	.form-message{
		margin: 28px 0 0;
		}
    /*Header*/
	.header-search-form{
		padding: 9px 16px;
		}
	.header-search-form .form-control{
		font-size: 16px;
		padding: 0 42px 0 10px;
		border: 1px solid #D9DFE2;
		}
	.header-search-form .search-btn{
		right: 24px;
		}

	#nav > ul > li{
		font-size: 18px;
		line-height: 26px;
		margin: 21px 0;
		padding-left: 26px;
		}
	.no-touchevents #nav > ul > li > a:hover, #nav > ul > .opened-dropdown > a{
		color: #86868F;
		}
	.no-touchevents #nav > ul > .active > a:hover{
		color: rgba(134, 134, 143, .7);
		}
	#nav > ul > .has-child > a:before{
		top: 5px;
		width: 13px;
		height: 20px;
		}
	#nav > ul > .has-child.opened-dropdown > a:before{
		transform: rotate(90deg);
		}
	#nav .dropdown{
		margin: 6px 0 -6px -26px;
		padding: 10px 25px 12px 43px;
		background: #F3F7F4;
		}
	#nav .dropdown li{
		margin: 0 0 16px;
		}
    /*Top page box*/
	.inner-page .top-page-box .container{
		padding-top: 48px;
		}
	/*Top page box*/
	.top-page-box{
		margin-bottom: 54px;
		}
	.index-page .top-page-box{
		margin-bottom: 64px;
		}
	/*Top page box*/
	.index-page .top-page-box .container{
		padding-top: 72px;
		padding-bottom: 180px;
		}
	.index-page.touchevents .top-page-box .container{
		padding-bottom: 220px;
		}
	.top-page-box .text-box{
		font-size: 17px;
		}
	.top-page-box p{
		margin: 24px 0 0;
		}
	.top-page-box .time{
		font-size: 18px;
		}
	.play-btn{
		width: 45px;
		height: 38px;
		}
	.play-btn svg{
		width: 9px;
		}
	.top-page-box .play-video-box .data-box{
		padding-left: 12px;
		}
	/*Flagship section*/
	.flagship-section{
		margin-bottom: 64px;
		}
	.flagship-grid{
		margin: 48px 0 0;
		}
	.flagship-grid .item{
		font-size: 16.5px;
		padding: 0 0 0 64px;
		margin-bottom: 40px;
		}
	.flagship-grid .item .h3{
		margin-bottom: 16px;
		}
	/*About section*/
	.about-section{
		margin-bottom: 58px;
		padding: 58px 0 64px;
		}
	.advantages-grid{
		margin: 0 0 -40px;
		}
	.advantages-grid .item{
		font-size: 18px;
		width: calc(50% - 16px);
		margin-bottom: 40px;
		}
	.about-section .h2{
		font-size: 36px;
		margin: 0 0 48px;
		}
	.advantages-grid .num{
		font-size: 48px;
		margin: 0 0 4px;
		}
	.advantages-box .read-more-box{
		margin-top: 48px;
		}
	/*We produce section*/
	.we-produce-section{
		margin-bottom: 100px;
		}
	.we-produce-section .h2{
		font-size: 36px;
		}
	.we-produce-grid, .we-produce-grid.even-number{
		display: block;
		margin: 48px auto 0;
		max-width: 540px;
		}
	.we-produce-grid .item, .we-produce-grid .item:nth-child(even){
		font-size: 17px;
		width: 100%;
		max-width: 420px;
		margin: 0 auto 48px;
		padding: 32px 32px 24px;
		min-height: 200px;
		}
	.we-produce-grid .h3{
		margin-bottom: 15px;
		}
	/*News section*/
	.news-section{
		margin-bottom: 54px;
		}
	.news-section .h2{
		font-size: 36px;
		}
	.news-in-brief-grid{
		margin: 48px 0 0;
		}
	.news-in-brief-grid .main-news{
		min-height: 200px;
		margin-bottom: 40px;
		padding: 45px 32px 24px;
		}
	.news-in-brief-grid .main-news .title{
		font-size: 22px;
		}
	.news-in-brief-grid .main-news .arrow{
		right: 4px;
		bottom: 2px;
		}
	/*Main*/
	#main{
		margin-bottom: 54px;
		}
	/*Important text*/
	.important-text{
		font-size: 18px;
		padding: 24px 20px 24px 16px;
		margin: 32px 0;
		border-width: 4px;
		}
	/*Timeline*/
	.timeline-box{
		margin: 48px -16px;
		padding: 54px 0;
		}
	.years-slider .swiper-slide, .years-slider .swiper-slide-thumb-active{
		font-size: 19px;
		}
	.years-slider .pointer, .years-slider .swiper-slide-thumb-active .pointer{
		margin: 0;
		}
	.years-slider .year{
		margin-bottom: 28px;
		}
	.years-slider .swiper-slide-thumb-active .year{
		margin: 0 0 26px;
		}
	.years-slider:before{
		top: 51px;
		}
	.timeline-years .swiper-btn{
		margin: 28px 0 0;
		}
	.timeline-slider .year{
		font-size: 32px;
		}
	.timeline-slider .img-box{
		margin: 0 0 32px 14px;
		}
	.timeline-slider .skew-img{
		max-width: calc(100% - 28px);
		}
	/*In numbers box*/
	.in-numbers-box{
		margin: 48px -16px;
		padding: 64px 0 24px;
		}
	.in-numbers .item-box, .in-numbers .item-box:nth-child(even){
		margin-bottom: 40px;
		}
	.in-numbers .item{
		padding: 23px 0 19px 32px;
		}
	.in-numbers .num-box{
		margin: 0 0 11px;
		}
	.in-numbers .num{
		font-size: 50px;
		line-height: .85em;
		}
	.in-numbers p{
		font-size: 18px;
		}
	/*Photo gallery*/
	.photo-gallery-box{
		margin: 36px auto;
		}
	.photo-gallery a:after{
		background-size: 48px auto;
		}
	/*Video*/
	.video-box{
		margin: 48px auto;
		}
	/*Electronic appeals box*/
	.electronic-appeals-box{
		margin: 40px 0 0;
		}
    .electronic-appeals-box .tabs-nav{
	    display: none;
	    }
	.electronic-appeals-box .tabs-content .tab{
		display: block !important;
		margin: 0 0 40px;
		}
	.electronic-appeals-box .tabs-content .tab:last-child{
		margin-bottom: 0;
		}
	/*Download list*/
	.download-list{
		margin: 40px auto;
		}
	.download-list li{
		font-size: 16.5px;
		margin: 0 0 20px;
		padding: 0 0 0 32px;
		}
	.download-list li a:before{
		top: 2px;
		width: 32px;
		left: -32px;
		}
	.download-list li a svg{
		top: 2px;
		left: -32px;
		}
	/*News list*/
	.news-list .text{
		font-size: 21px;
		}
    /*Article footer*/
	.back-link svg{
		top:6px;
		}
	/*Icon text list*/
	.icon-text-list{
		margin: 64px auto;
		}
	/*Vacancy*/
	.vacancies-box{
		margin: 80px 0 54px;
		}
	.vacancies-box h2, .vacancies-box .h2{
		margin-bottom: 40px;
		}
	/*Accordion*/
	.accordion{
		margin: 28px auto;
		}
	.vacancies-box .accordion{
		margin: 24px auto 48px;
		}
	.accordion .opened{
		margin: 0 0 32px;
		}
	.accordion .title{
		font-size: 19px;
		line-height: 1.4em;
		padding: 16px 40px 18px 16px;
		}
	.accordion .title svg{
		right: 14px;
		}
	.accordion .dropdown{
		padding: 28px 16px 32px;
		}
	/*Resume box*/
	.resume-box{
		padding: 54px 0 0;
		}
	.resume-box .form-box{
		margin: 0 auto 32px;
		}
	.resume-box .employee-box{
		width: auto;
		padding: 32px 16px;
		margin: 0 -16px;
		}
	.employee-box .prompt{
		margin: 32px 0 0;
		}
	/*Contacts box*/
	.contacts-box .col, .contacts-box .col:nth-child(even){
		margin-bottom: 32px;
		}
	.contacts-box .h6{
		margin: 32px 0 25px;
		}
	.has-icon{
		padding-left: 30px;
		}
	.has-icon .icon{
		top: -1px;
		}

	.employee-item{
		padding: 22px 0;
		}
	.employees-list .employee-item{
		margin: 0 auto 24px;
		}
	.employee-item .skew-img{
		width: 26%;
		}
	.employee-item .skew-img div, .employee-box .employee-item .skew-img div{
		margin: 0 -6px;
		}
	.employee-item .text{
		align-self: flex-start;
		width: 74%;
		padding: 0 0 0 30px;
		}

	.departments-contacts{
		display: block;
		padding: 48px 0 16px;
		margin-bottom: 54px;
		}
	.departments-contacts .item{
		width: 100%;
		margin: 0 0 32px;
		}
	/*Feedback grid*/
	.feedback-grid .form-box{
		margin: 0 auto 54px;
		}
	/*Search results*/
	#main .container > .search-form-box:first-child{
		margin-top: 0;
		}
	.search-form{
		height: auto;
		padding: 0;
		box-shadow: none;
		}
	.search-form .form-control{
		font-size: 17px;
		}
	.search-form .search-btn{
		top: 7px;
		right: 0;
		}
	.results-count{
		margin: 20px 0 0 0;
		}
	.search-results-list{
		margin: 44px auto 40px;
		}
	.search-results-list li{
		margin-bottom: 32px;
		padding: 0 0 0 32px;
		}
	.search-results-list .num{
		top: 8.5px;
		font-size: 17px;
		}
	.no-results.h4{
		margin: 40px auto 0;
		padding-bottom: 24px;
		}
	/*Pager*/
	.pager{
		margin: 40px 0;
		}
	/*404*/
	.error-page-box .container{
		padding-top: 30px;
		padding-bottom: 60px;
		}
	.error-page-box .num{
		font-size: 120px;
		}
	/*Footer*/
	#footer .container{
		padding-top: 42px;
		}
	.footer-grid .reception-col p:not(.title){
		margin-bottom: 4px;
		}
	}
@media screen and (max-width: 430px){
	h1, .h1{
		font-size: 37px;
		line-height: 1em;
		}
	}
@media screen and (max-width: 420px){
	/*Form styles*/
	.form-box .h4{
		margin-bottom: 24px;
		}
	.btn, .btn-link{
		padding-left: 24px;
		padding-right: 24px;
		}
	/*Sections*/
	.about-section .h2, .we-produce-section .h2, .news-section .h2{
		font-size: 32px;
		}
	/*Flagship section*/
	.flagship-grid .item{
		padding: 0 0 0 56px;
		}
	.flagship-grid .item .icon{
		max-width: 40px;
		}
	/*About section*/
	.advantages-grid{
		display: block;
		margin: 0;
		}
	.advantages-grid .item{
		font-size: 18px;
		max-width: 220px;
		margin: 0 auto 40px;
		width: 100%;
		}
	.advantages-grid .item:nth-child(2){
		transition-delay: .9s;
		}
	.advantages-grid .item:nth-child(3){
		transition-delay: 1.05s;
		}
	.advantages-grid .item:nth-child(4){
		transition-delay: 1.2s;
		}
	.advantages-grid .item:nth-child(5){
		transition-delay: 1.35s;
		}
	.advantages-grid .item:nth-child(6){
		transition-delay: 1.5s;
		}
	.advantages-grid .num{
		font-size: 48px;
		margin: 0 0 4px;
		}
    /*News section*/
	.news-in-brief-grid .main-news .title{
		font-size: 20px;
		}
	/*Timeline*/
	.timeline-years{
		margin-bottom: 40px;
		}
	.years-slider{
		width: calc(100% - 72px);
		}
	.years-slider .swiper-slide, .years-slider .swiper-slide-thumb-active{
		font-size: 18px;
		}
	.years-slider .pointer, .years-slider .swiper-slide-thumb-active .pointer{
		margin: 0;
		}
	.years-slider .year{
		margin-bottom: 29px;
		}
	.years-slider .swiper-slide-thumb-active .year{
		margin: 0 0 26px;
		}
	.years-slider:before{
		left: -4px;
		right: -4px;
		}
	.timeline-years .swiper-btn{
		width: 36px;
		margin: 40px 0 0;
		}
	/*News list*/
	.news-list .text{
		font-size: 19px;
		}
	.news-list .time{
		font-size: 16px;
		}
	/*Vacancy*/
	.vacancies-box{
		margin-bottom: 40px;
		}
	.vacancies-box h2, .vacancies-box .h2{
		margin-bottom: 32px;
		}
    /*Tabs box*/
	.vacancies-box .tabs-nav{
		margin: 0 0 24px;
		}
	.vacancies-box .tabs-nav-grid{
		width: 100%;
		}
	.vacancies-box .tabs-nav-item{
		min-width: 0;
		width: 50%;
		}
	/*Accordion*/
	.accordion{
		margin: 28px auto;
		}
	.vacancies-box .accordion{
		margin: 24px auto 54px;
		}
	.accordion .opened{
		margin: 0 0 32px;
		}
	.accordion .title{
		font-size: 18px;
		}
	/*Resume box*/
	.resume-box{
		padding: 40px 0 0;
		}
	/*Prompt*/
	.prompt{
		padding: 10px 10px 10px 44px;
		}
	.prompt .icon{
		width: 24px;
		left: 10px;
		margin-top: -12px;
		}
    /*Contacts*/
	.employees-list{
		margin-bottom: 28px;
		}
	.employee-item .skew-img{
		width: 70px;
		margin-left: 2px;
		}
	.employee-item .text{
		align-self: flex-start;
		width: calc(100% - 70px);
		padding: 0 0 0 20px;
		}
	.employee-item .skew-img div, .employee-box .employee-item .skew-img div{
		margin: 0 -5px;
		}

	.departments-contacts{
		padding: 40px 0 8px;
		margin-bottom: 48px;
		}
	/*Feedback grid*/
	.feedback-grid .form-box{
		margin: 0 auto 48px;
		}
	/*Pager*/
	.pager li{
		font-size: 20px;
		}
	.pager .next{
		margin-left: auto;
		}
	.pager .prev{
		margin-right: auto;
		}
	/*Footer*/
	#footer{
		font-size: 14px;
		line-height: 20px;
		letter-spacing: .01em;
		}
	.footer-grid .title{
		margin: 0 0 10px;
		}
	.copy-box{
		margin-bottom: 28px;
		}
	.copy-box .copy{
		font-size: 12px;
		line-height: 16px;
		}
	.external-links-box{
		padding: 23px 0;
		}
	.external-links-slider{
		font-size: 14px;
		line-height: 16px;
		max-width: 304px;
		}
	}
@media screen and (max-width: 360px){
	/*Form styles*/
	.btn, .btn-link{
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
		min-width: 0;
		}
	/*Header*/
	#nav .dropdown{
		padding: 10px 25px 12px 26px;
		}

	.langs-dropdown{
		justify-content: space-between;
		}
	.langs-dropdown li{
		margin: 0;
		}
	/*Top page box*/
	.index-page .top-page-box .text-box{
		padding-left: 6%;
		}
    .js-scroll-section{
	    left: calc(6% + 16px);
	    }
	/*News list*/
	.news-list .text{
		font-size: 18px;
		}
	/*Pager*/
	.pager li{
		font-size: 20px;
		margin: 0 8px;
		}
    /*Footer*/
	.external-links-slider .prev-btn{
		margin-right: 40px;
		}
	.external-links-slider .next-btn{
		margin-left: 40px;
		}
	}
/*Foreign plugins*/
/*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-wrapper.disabled {
	transform: translate3d(0px, 0, 0) !important;
	}
.swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	}
.grab-cursor-activate .swiper-slide{
	user-select: none;
	}
.grab-cursor-activate .swiper-slide .img{
	pointer-events: 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;
	flex-wrap: wrap;
	line-height: 0;
	margin: 0;
	}
.swiper-pagination.centered{
	justify-content: center;
	}
.swiper-pagination.hidden{
	display: none;
	}
.swiper-pagination .swiper-pagination-bullet{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 24px;
	height: 24px;
	margin: 0 5px 6px;
	cursor: pointer;
	transform: rotate(-45deg);
	transform-style: preserve-3d;
	}
.swiper-pagination .swiper-pagination-bullet-active{
	cursor: default;
	}
.swiper-pagination .swiper-pagination-bullet:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: rgba(37, 43, 72, .5);
	transition: background .2s ease;
	}
.swiper-pagination .swiper-pagination-bullet-active:before{
	width: 10px;
	height: 10px;
	background: #252B48;
	}
.no-touchevents .swiper-pagination .swiper-pagination-bullet:hover:before{
	background: #252B48;
	}
.swiper-pagination .swiper-pagination-bullet-active:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid #252B48;
	}
.swiper-pagination-lock, .swiper-button-lock{
	display: none !important;
	}
.swiper-btns-box{
	display: flex;
	align-items: flex-start;
	}
.swiper-btn{
	display: flex;
	align-items: center;
	line-height: 0;
	width: 22px;
	height: 42px;
	margin: 0;
	transition: opacity .3s ease;
	cursor: pointer;
	}
.swiper-button-disabled{
	opacity: .4;
	cursor: default;
	}
/*File upload*/
.upload-box{
	position: relative;
	margin: 25px 0;
	padding: 0 0 20px;
	line-height: 0;
	border: 1px dashed #86868F;
	overflow: hidden;
	transition: background .2s ease;
	}
.upload-box.selected{
	padding: 5px;
	border: 1px solid #E6E6ED;
	}
.no-touchevents .upload-box:not(.selected):hover{
	background: #F7FFED;
	}
.fileinput-wrapper{
	display: block;
	margin: 0;
	line-height: 0;
	text-align: left;
	}
.fileinput{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	}
.fileinput input[type=file], .fileinput input[type=file]:focus, .fileinput input[type=file]:hover{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	padding: 0;
	-ms-filter: 'alpha(opacity=0)';
	direction: ltr;
	outline: 0 !important;
	cursor: pointer;
	}
.upload-btn, .fileinput-name{
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0;
	text-align: center;
	color: #6CA51E;
	margin: 0;
	padding: 16px 0 0;
	/*overflow: hidden;*/
	cursor: pointer;
	transition: opacity .2s ease;
	}
.fileinput-name{
	cursor: default;
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: .02em;
	text-align: left;
	color: #535760;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 27px 44px 26px 45px;
	background: url("../i/ok-icon.svg") no-repeat 15px 25.5px/20px auto;
	border: 1px solid #E6E6ED;
	}
.error-field .fileinput-name{
	color: #DA313B;
	background: url("../i/err-icon.svg") no-repeat 15px 25.5px/20px auto;
	}
.upload-btn{
	height: auto;
	min-height: 23px;
	}
.no-touchevents .upload-btn > span{
	display: block;
	cursor: pointer;
	}
.no-touchevents .upload-btn > span:after{
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}
.file-selected .upload-btn{
	display: none;
	}
.fileinput-name .close{
	position: absolute;
	top: 31px;
	right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: none;
	opacity: .6;
	transition: opacity .2s ease;
	}
.no-touchevents .fileinput-name .close:hover{
	opacity: 1;
	}
.no-touchevents .fileinput-name .close svg *{
	transition: fill .2s ease;
	}
.no-touchevents .fileinput-name .close:hover svg *{
	fill: #8ec640;
	}
.upload-box .formats{
	position: relative;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	letter-spacing: .02em;
	color: #86868F;
	margin: 0;
	pointer-events: none;
	}
.upload-box .file-selected + .formats, .upload-box .error-field-text + .formats{
	display: none;
	}
.upload-box .error-field-text{
	margin-bottom: 0;
	}
/*Select*/
.select2-container{
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	}
.select + .select2-container{
	width: 100% !important;
	}
.select2-container .select2-selection--single{
	cursor: pointer;
	display: block;
	height: 50px;
	background: #fff;
	border: 1px solid #D9DFE2;
	border-radius: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}
/*.select2-container.select2-container--open{
	z-index: 10000;
	}*/
.select2-container.select2-container--open.select2-container--below .select2-selection--single{
	border-bottom-color: #8EC640;
	}
.select2-container.select2-container--open.select2-container--above .select2-selection--single{
	border-top-color: #8EC640;
	}
.error-field .select2-container .select2-selection--single{
	border-color: #E12631;
	}
.select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: .02em;
	color: #535760;
	padding: 0 58px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-selection--single .select2-selection__clear{
	position: relative;
	}
.select2-container .select2-selection--multiple{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 39px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-search--inline{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	}
.select2-container .select2-search--inline .select2-search__field{
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0 13px;
	height: 39px;
	line-height: 39px;
	}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-dropdown{
	display: block;
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #D9DFE2;
	border-top-color: #8EC640;
	}
.select2-dropdown--above.select2-dropdown{
	border-top-color: #D9DFE2;
	border-bottom-color: #8EC640;
	}
.select2-results{
	display: block;
	}
.select2-results__options{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.select2-results__option{
	font-size: 16px;
	line-height: 22px;
	color: #535760;
	letter-spacing: .02em;
	padding: 13px 15px 14px;
	margin: 0;
	background: #fff;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	}
.select2-results__option:last-child{
	border: none;
	}
.no-touchevents .select2-results__option:not([aria-selected=true]):hover{
	color: #6CA51E;
	background: #F4FDE7;
	}
.select2-search--dropdown{
	display: block;
	padding: 4px 14px;
	margin: 6px 0;
	}
.select2-search--dropdown .select2-search__field{
	height: 32px;
	padding: 4px 34px 4px 14px;
	width: 100%;
	}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-search--dropdown.select2-search--hide{
	display: none;
	}
.select2-close-mask{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
	}
.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}
.select2-container--default .select2-selection--single .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	width: 48px;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: absolute;
	top: 21px;
	right: 26px;
	width: 18px;
	height: 11px;
	background: url("../i/select-arrow.svg") no-repeat 0 0/18px auto;
	}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	transform: scaleY(-1);
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float: left;
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: auto;
	}
.select2-container--default.select2-container--disabled .select2-selection--single{
	color: #35A3A7;
	background: #f9fbfd;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
	display: none;
	}
.select2-container--default .select2-selection--multiple{
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: text;
	}
.select2-container--focus.select2-container--default .select2-selection--multiple{
	border-color: #acacac;
	}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 3px;
	width: 100%;
	min-height: 39px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-selection__placeholder{
	position: relative;
	text-overflow: ellipsis;
	color: #86868F;
	margin: 0;
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	position: relative;
	font-size: 14px;
	background: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin: 4px;
	padding: 0 28px 0 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #999;
	cursor: pointer;
	position: absolute;
	font-size: 22px;
	top: 50%;
	width: 20px;
	height: 20px;
	line-height: 22px;
	right: 4px;
	font-weight: bold;
	margin: -10px 0 0;
	text-align: center;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color: #333;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
	float: right;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left: 5px;
	margin-right: auto;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 2px;
	margin-right: auto;
	}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	outline: 0;
	}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color: #eee;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
	display: none;
	}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #fff;
	}
.select2-container--default .select2-search--inline .select2-search__field{
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	}
.select2-container--default .select2-results > .select2-results__options{
	max-height: 196px;
	overflow-y: auto;
	}
.select2-container--default .select2-results__option[role=group]{
	padding: 0;
	}
.select2-container--default .select2-results__option[aria-disabled=true]{
	color: #999;
	}
.select2-container--default .select2-results__option[aria-selected=true]{
	color: #6CA51E;
	cursor: default;
	}
.select2-container--default .select2-results__option .select2-results__option{
	padding-left: 1em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
	padding-left: 0;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -1em;
	padding-left: 2em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -2em;
	padding-left: 3em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -3em;
	padding-left: 4em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -4em;
	padding-left: 5em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -5em;
	padding-left: 6em;
	}
.select2-container--default .select2-results__group{
	cursor: default;
	display: block;
	padding: 6px;
	}
/*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: rgba(0, 0, 0, .85);
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
	pointer-events: none;
	opacity: .5;
	}
.lg-actions .lg-next{
	right: 20px;
	}
.lg-actions .lg-next:before{
	content: "\e095";
	transition: all .2s ease;
	}
.lg-actions .lg-prev{
	left: 20px;
	}
.lg-actions .lg-prev:after{
	content: "\e094";
	transition: all .2s ease;
	}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
	opacity: .5;
	}
@-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;
		}
	}
@-ms-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@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;
		}
	}
@-ms-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@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: rgba(0, 0, 0, .85);
	min-width: 320px;
	}
.lg-toolbar .lg-icon{
	color: #fff;
	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: #fff !important;
	opacity: .5;
	}
.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: #fff;
	display: inline-block;
	font-size: 17px;
	padding: 9px 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: rgba(0, 0, 0, .85);
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	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;
	}
.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 #fff;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	}
.lg-outer .lg-thumb-item.active{
	border-color: rgba(255, 255, 255, .3);
	}
.lg-outer .lg-thumb-item img{
	min-width: 96px;
	min-height: 76px;
	max-width: 120%;
	opacity: 1;
	border-radius: 0;
	}
.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: rgba(0, 0, 0, .85);
	border-radius: 2px 2px 0 0;
	color: #fff;
	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{
	opacity: .5;
	}
.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;
	/*background: url("../i/play-icon.svg") no-repeat 0 0;*/
	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: 0.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: 1050;
	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{
	background: url("../i/loader.svg") no-repeat 50% 50%;
	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;
	padding: 55px 5px 8px;
	}
.lg-outer.lg-thumb-open .lg-img-wrap{
	padding-bottom: 108px;
	}
.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;
	}
.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: 1040;
	background: rgba(0, 0, 0, .8);
	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 (max-width: 480px){
	/*File upload*/
	.fileinput-name{
		padding: 27px 40px 26px 45px;
		}
	.fileinput-name .close{
		right: 16px;
		}
    /*Select*/
	.select2-container .select2-selection--single .select2-selection__rendered{
		padding-right: 48px;
		}
	.select2-container--default .select2-selection--single .select2-selection__arrow b{
		right: 16px;
		}
	}
@media screen and (max-width: 410px){
	/*LightGallery*/
	.lg-toolbar .lg-icon{
		width: 40px;
		}
	}
