@font-face {
	font-family: 'DIN Pro Light';
	src: url('../font/DINPro-Medium.eot');
	src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('../font/DINPro-Medium.woff') format('woff'),
	url('../font/DINPro-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'DIN Pro Bold';
	src: url('../font/DINPro-Bold.eot');
	src: url('../font/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/DINPro-Bold.woff') format('woff'),
	url('../font/DINPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro Light';
	src: url('../font/DINPro-Light.eot');
	src: url('../font/DINPro-Light.eot?#iefix') format('embedded-opentype'),
	url('../font/DINPro-Light.woff') format('woff'),
	url('../font/DINPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*/
@font-face {
	font-family: 'DIN Pro Bold';
	src: url('../font/DINPro-Bold.eot');
	src: url('../font/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/DINPro-Bold.woff') format('woff'),
	url('../font/DINPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Pro Black';
	src: url('../font/DINPro-Black.eot');
	src: url('../font/DINPro-Black.eot?#iefix') format('embedded-opentype'),
	url('../font/DINPro-Black.woff') format('woff'),
	url('../font/DINPro-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* !RESET */
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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,h1,h2,h3,h4,h5,h6,p{box-sizing:border-box;margin:0;padding:0;border:0;outline:0;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
td { vertical-align: top; } 

html, body{ height: 100%; }

body 
{
  font-family: 'DIN Pro Light', Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  /*min-height: 100vh;*/
  margin: 0 auto;
  background: #fff;
  font-size: 14px;
}

a 
{
	transition: all .5s;
	color: #333;
	outline: none !important;
	outline-offset: 0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent;
}
a:focus,
a:active
{
	outline: none;
	outline-offset: 0;
}
a:hover 
{
	outline: none;
	text-decoration: none;
	color: #555;
}

a.blue
{
	font-size: 16px;
	line-height: 1.63;
	color: #1732ff;
	text-decoration: underline;
}
a.blue:hover
{
	text-decoration: none;
}
a.text
{
	text-decoration: none !important;
}

b, strong
{
	font-family: 'DIN Pro Bold', Helvetica, sans-serif;
}

.preh1
{
	float: left;
	padding: 0 0 40px;
}

h1, .h1
{
	color: #1732ff;	
	font-family: 'DIN Pro Black', Helvetica, sans-serif;	
	font-size: 42px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;	
	background-clip: text;
	
	background-image: radial-gradient(circle at 11% -30%, #1732ff, #7c9eff 54%, #bdcfff);	
	background-image: -webkit-linear-gradient(left, #1732ff 0%, #7c9eff 54%, #bdcfff 100%);
	/*-webkit-mask-image: linear-gradient(#1732ff, #bdcfff);*/
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;

}
h1:after, .h1:after
{
	content: "";
	display: table;
	clear: both;
	background: transparent;
}

h1.block, .h1.block
{
	display: block;
}

.cls,
.clearfix:after 
{
	content: "";
	display: table;
	clear: both;
}

.w
{
	margin: 0 auto;
	padding: 0 80px;
	min-width: 320px;
	max-width: 1440px;
	position: relative;
}

.w50
{
	width: 50%;
	float: left;
}

header
{
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99;
}
.page-home header
{
	position: absolute;
	height: 80px;
}

.page-home #footer
{
	position: fixed;
	bottom: 30px;
	width: 100%;
}

.logo
{
	background: url(../img/logo.svg) 50% 50% no-repeat;
	background-size: auto 100%;
	width: 195px;
	height: 65px;
	display: block;
	margin: 10px auto;
}
.logo-small
{
	background: url(../img/favicon.png) 50% 50% no-repeat;
	background-size: auto 100%;
	width: 50px;
	height: 50px;
	display: block;
	margin: 16px 35px 0 0;
	float: left;
	display: none;
}

.burger
{
	height: 34px;
	width: 34px;
	position: absolute;
	top: 8px;
	left: 80px;
	opacity: 1;
	transition: all .5s;
	cursor: pointer;
}
.burger:hover
{
	opacity: .7;
}

.burger i,
.burger i:after,
.burger i:before
{
	content: "";
	position: absolute;
	top: 18px;
	left: 0px;
	width: 34px;
	height: 0;
	border-bottom: 1px solid #212121;
	opacity: 1;
	transition: all .5s;
}
.burger i:before
{
	top: -11px;
	width: 26px;
	left: 4px;
}
.burger i:after
{
	top: 12px;
	width: 26px;
	left: 4px;
}
.open .burger i:before,
.open .burger i:after
{
	top: 0px;
	opacity: 0;
}

body.open
{
	overflow: hidden;
}


.top-menu li
{
	position: absolute;
	top: 0;
	right: 80px;
	list-style: none;
}
.top-menu li a
{
	display: block;
	font-size: 14px;
	color: #212121;
	padding: 14px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
.top-menu li a:hover
{
	text-decoration: underline;
}

.menu-wrapper
{
	width: 100%;
	height: 1px;
	position: fixed;
	top: -1000px;
	left: 0;
	z-index: 9;
	transition: all .8s;
	overflow: hidden;
}
.open .menu-wrapper
{
	top: 0;
	height: 100vh;
	overflow: auto;
}

.menu-wrapper > .w
{
	padding: 0 40px;	
}

#menu .language
{
	display: block;
	padding-top: 100px;
	
}

#menu .language a
{
	text-decoration: none;
	padding-right: 15px;
	font-size: 26px;
	font-family: 'DIN Pro Light', Helvetica, sans-serif;
	color: #989898;	
	transition: all .5s;
	text-decoration: none;
}
#menu .language a:hover
{
	color: #343434;
}
#menu .language a.select
{
	font-family: 'DIN Pro Bold', Helvetica, sans-serif;
	color: #343434;
}

#menu > nav
{
	padding: 240px 0 150px 120px; 
	background-color: #F1F1F1;
	overflow: auto;
}

#menu li
{
	list-style: none;
}

#menu li a,
#menu li .a
{
	font-size: 42px;
	font-family: 'DIN Pro Bold', Helvetica, sans-serif;
	color: #989898;
	text-decoration: none;
	padding: 10px 0;
	transition: all .5s;
	position: relative;
	display: block;
}
#menu li.active > a,
#menu li.active > .a,
#menu li a:hover
{
	color: #343434;
}
#menu li .sub a
{
	padding-left: 42px;
}
#menu li .sub a:after
{
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 30px;
	height: 2px;
	background: #989898;	
	transition: all .5s;
}
#menu li .sub a:hover:after,
#menu li .sub li.active a:after
{
	background: #343434	
}

.home-menu .a
{
	cursor: default;
	z-index: 9;
}
.home-menu .submenu .sub
{
	position: absolute;
	top: 25px;
	left: -20px;
	display: block;
	width: 100%;
	padding-top: 35px;
	border-left: 3px solid #1732ff;
	border-bottom: 3px solid #1732ff;
	z-index: 1;	
	padding-bottom: 10px;
	background: rgba(255, 255, 255, .95);
	
	opacity: 0;
	top: 0px;
	transition: all .5s;
}
.home-menu .submenu:hover .sub
{
	display: block;
	top: 25px;
	opacity: 1;
}
.home-menu .submenu .sub li
{
	float: none;
	padding: 5px 5px 5px 17px;	
}

.wrapper
{
	padding-top: 0;
	min-height: 500px;
}
.page-gallery .wrapper,
.page-projects .wrapper
{
	min-height: 0;
}

.social a
{
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: 50% 50% no-repeat;
	background-size: contain;
	float: left;
	opacity: 1;
	transition: all .5s;
}
.social a.fb
{
	background-image: url(../img/facebook.svg);
}
.social a.tw
{
	background-image: url(../img/twitter.svg);
}
.social a.yt
{
	background-image: url(../img/youtube.svg);
}
.social a:hover
{
	opacity: .7;
}

.roter-wrapper
{
	position: fixed;
	top: 210px;
	top: 145px;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 1px;
}

.page-gallery .roter-wrapper,
.header-off .roter-wrapper
{
	display: none !important;
}

#roter-wrapper
{
	display: none;
}
#roter-wrapper.stick
{
	position: absolute;
}
.roter-wrapper .w
{
	height: 1px;
}
#roter 
{
	float: right;
	width: 460px;
	height: 291px;
	overflow: hidden;
	position: relative;
}
#roter .table
{
	width: 460px;
	height: 291px;
	display: table;
	vertical-align: middle;
}
#radial 
{
	background-image: radial-gradient(circle at -19% -23%, #3d6aff, #7c9eff 42%, #bdcfff);
	height: 600px;
	width: 600px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
	z-index: -1;
	transition: all .1s;
}
#roter b {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-size: 36px;
	font-size: 28px;
	padding: 0 20px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}
#roter b span
{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

.box
{
  padding-right: 500px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  padding-bottom: 120px;
}
.box.box-b40
{
	padding-bottom: 40px;
}

.box .date
{
	display: block;
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 0 10px;
}

.box ul li,
.text ul li
{
	list-style-type: none;
	list-style-position: outside;	
	position: relative;
	display: block;
	margin-left: 25px;
}
.box ul li:before,
.text ul li:before
{
	content: "— ";
	position: absolute;
	left: -25px;
	top: 0;
}
.box ul.ok li:before 
{
	content: "✓ ";
}

.box ul.box-list li
{
	list-style: none;
	margin: 0;
}
.box ul.box-list li:before
{
	display: none;
}


.copyright
{
	font-size: 14px;
	text-align: right;
	color: #8a8a8a;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -100px;
}
#wrapper #container {
  padding: 130px 0 100px 0;
}

footer
{
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
	height: 20px;
}

.box-list
{
	padding: 40px 0;
	display: block;
}

.box-list li
{
	list-style: none;
	height: 200px;
	width: 320px;
	float: left;
	padding: 25px;
	border2: solid 0.5px #bdcfff;
	font-size: 16px;
	line-height: 1.44;
	text-align: center;
	color: #212121;
	box-shadow: 
	1px 0 0 0 #bdcfff, 
	0 1px 0 0 #bdcfff, 
	1px 1px 0 0 #bdcfff,
	1px 0 0 0 #bdcfff inset, 
	0 1px 0 0 #bdcfff inset;
}
.box-list.project-list li
{
	height: 270px;
}
.box-list.project-list li a
{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.box-list.project-list li a:hover
{
	text-decoration: underline;
}

.box-list li .img
{
	background: 50% 50% no-repeat;
	background-size: contain;
	height: 150px;
	width: 270px;
}

.box-list li b
{
	font-size: 36px;
	padding: 0px 0 20px;
	display: block;
	text-align: center;
	color: rgba(33, 33, 33, 0.65);
	line-height: 100%;
}
.box-list li p
{
	display: block;
/*	height: 109px;
	overflow: hidden;*/
	position: relative;
	line-height: 110%;
}
.box-list li p2:after
{
	content: "";
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.wrapper.project-img
{
	min-height: 1px;
}

.certificate-list
{
	padding: 40px 0;
	margin-left: -25px;
	display: block;
}

.certificate-list li
{
	list-style: none;
	float: left;
	width: 410px;
	border: solid 0px #bdcfff;
	margin: 0 0 25px 25px;
	margin: 0;
}

.certificate-list li img
{
	display: block;
	width: 100%;
	text-decoration: none;
}

.cerificates
{
	margin-bottom: 30px;
}

.cerificates,
.cerificates li
{
	height: 320px !important;
}

.cerificates img
{
	height: 300px !important;
}

.news-list a
{
	text-decoration: none;
	display: block;
	padding-bottom: 40px;
	color: #212121;
}

.news-list a b
{
	line-height: 1.5;
	text-align: left;	
	text-decoration: underline;
	display: block;
	padding-bottom: 15px;
	font-size: 20px;
}
.news-list a:hover b
{
	text-decoration: none;
}

.news-list a p
{
	font-size: 16px;
	line-height: 1.44;
	position: relative;
}

.news-list a .arrow
{
	font-family:  Helvetica, Arial, sans-serif;
	color: #0033ff;
	padding-left: 10px;
	transition: all .5s;
	font-weight: bold;
}
.news-list a:hover .arrow
{
	padding-left: 15px;
}

.news-list a .date
{
	font-size: 14px;
	color: #8a8a8a;
	position: absolute;
	left: 0;
	bottom: -30px;
}


.slider,
.gallery-wrapper,
.gallery-box,
.gallery-box .align
{
	height: 422px;	
}
.gallery-box .align
{
	position: relative;
}

.gallery-wrapper
{
	padding-left: 300px;
	position: relative;
}

.gallery-box
{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.gallery-box .align
{
	width: 500px;
	padding-right: 150px;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	z-index: 1;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 58%, rgba(255,255,255,0.54) 84%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 58%,rgba(255,255,255,0.54) 84%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 58%, rgba(255,255,255,0.54) 84%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.gallery-box b
{
	font-size: 38px;
	color: #212121;
	vertical-align: middle;
	display: table-cell;
}
.project-img .gallery-box b
{
	font-family: 'DIN Pro Light', Helvetica, sans-serif;
	line-height: 100%;
	z-index: 1;
	position: relative;
}

.project-img .gallery-wrapper
{
	padding-left: 400px;
}

.slider
{
	z-index: 0;
}

.slider li
{
	float: left;
	list-style: none;
}

.slider li img
{
	height: 422px;
	width: auto;
	display: block;
	margin: 0 12.5px;
}




/* Frame */
.frame {
	height: 422px;	
	line-height: 250px;
	overflow: hidden;
	padding-top: 20px;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
	display: table;
}
.frame ul li {
	float: left;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	display: table-cell;
	float: none !important;
}

/* Scrollbar */
.scrollbar 
{
	margin: 10px 0 10px;
	height: 5px;
	background: #fcfcfc;
	line-height: 0;
}
.scrollbar .handle 
{
	width: 100px;
	height: 100%;
	background: #cfcfcf;
	cursor: pointer;
}
.scrollbar .handle .mousearea 
{
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.function
{
	margin-bottom: 20px;
}



.bx-wrapper 
{
    box-shadow: 0 0 0 transparent !important;
    border: 0 !important;
    background: transparent !important;
}

.bx-controls
{
	display: none;
}


.map
{
/*	background: url(../img/map.jpg) 50% 50% no-repeat;*/
	width: 555px;
	height: 550px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

b.h2
{
	font-size: 20px;
	line-height: 1.5;
	color: #212121;
	display: block;
	padding-bottom: 15px;
}

.contacts
{
	float: left;
	width: 210px;
	min-height: 650px;
	margin-top: 5px;
}

.contacts p
{
	font-size: 16px;
 	line-height: 1.63;
 	color: #212121;
 	display: block;
 	padding-bottom: 40px;
}


.ani-box
{
	position: relative;
/*	overflow: hidden;*/
}

.page-home .burger,
.page-home .logo,
.page-home .w50,
.page-home .home-menu
{
	opacity: 0;
	transition: all 2s;
	
	opacity: 1;
}
.page-home.animate .burger,
.page-home.animate .logo,
.page-home.animate .w50,
.page-home.animate .home-menu
{
	opacity: 1;
}

.ani-line
{
	background: #fff;
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	width: 0;
	height: 125%;
	z-index: 9;
	transition: all 1.5s;
}
.page-home.animate .ani-line
{
	width: 0;
}

.home-box .hdr:before
{
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 120%;
	height: 100%;
	z-index: 1;
	background: #616160;
	transition: all 1s;
	display: none;
}
.page-home.animate2 .home-box .hdr:before
{
	width: 0;
}
.home-box .line:before
{
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 120%;
	height: 100%;
	z-index: 1;
	background: #bdcfff;
	transition: all 1s;
	display: none;
}
.page-home.animate2 .home-box .line:before
{
	width: 0;
}
.home-box .home-box-logo:before
{
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 180%;
	height: 110%;
	z-index: 1;
	background: #000;
	transition: all 1s;
	display: none;
}
.page-home.animate2 .home-box .home-box-logo:before
{
	width: 0;
}

.page-home #wrapper #container {
  padding-top: 0;
  padding-bottom: 0;
}

.page-home .top-menu,
.page-home .burger,
.page-home .logo
{
	display: none;
}

.page-home .wrapper
{
	min-height: 0;
	padding-top: 145px;
}

.page-home #container .w
{
	/*height: 780px;*/
}


.page-home .w
{
	max-width: 1280px;
	padding: 0;
}

.page-home .logo-small
{
	display: none;
}

.page-home .home-menu
{
	display: block;
}
.home-menu li
{  
  font-size: 14px;  
  padding: 32px 0;
  float: left;  
  list-style: none;
  text-transform: uppercase;
  padding-right: 40px;
  position: relative;
}
/*.page-home .home-menu .menu > li:first-child
{
	display: none;
}*/
.home-menu li:last-child
{
	padding-right: 0;
}

.home-menu a,
.home-menu .a
{
	text-decoration: none;
	color: #8a8a8a;
	position: relative;
	z-index: 9;
}
.home-menu a:hover,
.home-menu li:hover .a
{
	transition: all .5s;
	color: #212121;
}

.home-menu .language
{
	float: right;
}

.home-menu .language a
{
  font-size: 14px;  
  padding: 32px 0;
  float: left;  
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 10px;
}
.home-menu .language a.select
{
	font-family: 'DIN Pro Bold', Helvetica, sans-serif;
	color: #212121;
}

.home-box
{
	width: 856px;
	height: 525px;
	border: solid 10px #1732ff;
	position: relative;
	margin-bottom: 15px;
	padding: 340px 370px 0 35px;
}
.home-box:after
{
	content: "";
	width: 815px;
	height: 500px;
	background-color: #ffffff;
	position: absolute;
	left: 120px;
	top: -25px;
	z-index: 0;
}
.home-box .home-box-logo
{
	content: "";
	width: 330px;
	height: 110px;
	left: 170px;
	top: -65px;
	background: url(../img/logo.svg) 50% 50% no-repeat;
	background-size: auto 100%;
	position: absolute;
	z-index: 1;
}

.page-home footer 
{
	padding: 0;
   padding-top: 10px !important;
}

/* 	width: 265px;
   height: 88px;
   left: 170px;
	top: -45px; */
	
.home-box > *
{
	z-index: 1;
	position: relative;
}

.home-box .hdr
{
	font-size: 32px;
	line-height: 120%;
	color: #212121;
	position: relative;
	display: block;
}

.home-box b.line
{
	font-size: 16px;
	text-align: right;
	color: #212121;
	display: block;
	position: relative;
	margin: 30px 0 0 0;
}
.home-box b.line:after
{
	content: "";
	width: 200px;
	height: 2px;
	background: #0033ff;
	position: absolute;
	right: 120px;
	top: 10px;
}

.pre-shadow-img
{
	position: absolute;
	left: 545px;
	top: -65px;
}
.shadow-img
{
	box-shadow: 20px 20px 0px #bdcfff;
	width: 700px;
	display: block;
}

.project-one
{
	position: relative;
	padding-top: 50px;
}

.page-press .text,
.page-projects .text
{
	margin-left: 410px;
	float: right;
	float: none;
	
	font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  
}
.page-press .header,
.page-projects .header
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 360px;
	font-family: 'DIN Pro Light', Helvetica, sans-serif;
	font-size: 22px;	
}	

.text .list
{
	margin-bottom: 20px;
	border-bottom: 1px solid #616160;
}
.text .list > div
{
	float: left;
	width: 33.33%;
	padding-left: 30px;
	padding-bottom: 20px;
}
.text .list.list2 > div
{
	width: 50%;
}
.text .list.list1 > div
{
	width: 100%;
}
.text .list > div.lst1,
.text .list > div.lst4,
.text .list > div.lst7
{
	padding-left: 0;
}
.text .list > div p
{
	border-top: 1px solid #616160;
	padding-top: 20px;
}
.text .list > div b
{
	font-family: 'DIN Pro Light', Helvetica, sans-serif;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.project-img.gallery-box .align:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	border-radius: 400px;
	-moz-box-shadow: 90px 0px 150px #fff;
	-webkit-box-shadow: 90px 0x 150px #fff;
	box-shadow: 90px 0px 150px #fff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project-box li
{
	width: 33.33%;	
	float: left;
	list-style: none;
}

.project-box li .a
{
	display: block;
	margin: 10px;
	border: 0px solid #eaeaea;
	border-radius: 4px;
	height: 320px;
	transition: all .5s;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .15);
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.project-box li a.a:hover
{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .3);
}
.project-box li a.a:after
{
	content: "→";
	color: #cccc;
	position: absolute;
	bottom: 5px;
	right: 10px;
	transition: all .5s;
	font-size: 22px;
	opacity: .8;
}
.project-box li a.a:hover:after
{
	right: 5px;
	color: #1732ff;
	opacity: 1;
}

.project-box li .a .img
{
	display: block;
	background: 0% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 170px;
	border-radius: 4px 4px 0 0;
	
}
.project-box li .a p
{
	padding: 15px;
}



.page-home.anion #zoom
{
	 opacity: 0;
    transform:  scaleX(0.50) scaleY(0.50);
    transition: all 1s;
}
.page-home.anion.animate23 #zoom
{
	opacity: 1;
	transform:  scaleX(1) scaleY(1);
	min-height: 100vh;
}




#logocub
{
	display: none;
}

#logocub .w
{
	height: 100%;
}

.page-home.anion .home-box .home-box-logo
{
	opacity: 0;
}

.page-home.anion #logocub
{
	display: block;
	height: 380px;
	width: 380px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -190px 0 0 -190px;
	
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

#cube
{
	height: 380px;
	width: 380px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -190px 0 0 -190px;
	transform:  scaleX(0) scaleY(0);
	opacity: 0;
   transition: all .5s;
   transition-timing-function: ease-in-out;
   overflow: hidden;
}
#cube:before
{
	content: "";
	display: block;
	background: #fff;
	height: 360px;
	width: 360px;
	margin: 10px;
	transition: all .5s;
	transition-timing-function: ease-in-out;
}

#logocub .home-box-logo 
{
	height: 360px;
	width: 360px;
	
	height: 110px;
	width: 330px;
	
    background: url(../img/logo.svg) 50% 50% no-repeat;
    background-size: auto 88px;
    position: absolute;
    left: 15px;
    top: 125px;
    
   left: 50%;
	top: 50%;
	margin: -55px 0 0 -165px;
	
    z-index: 1;
	transform:  scaleX(0) scaleY(0);
	opacity: 0;
	transition: all .5s;
	transition-timing-function: ease-in-out;
}
#logocub .home-box-logo.logofix
{
	transition: all 1s; 
	transition-timing-function: ease-in-out;
	margin: 0;
	height: 88px;
	width: 265px;
	background-size: auto 100%;
}
#logocub .home-box-logo.zmm
{
	background-size: auto 100%;
}

.page-home.anion.animate22 #logocub .home-box-logo
{
	transition: all 1.5s;
}

.page-home.anion.animate22go #logocub .home-box-logo
{
	top: 89.5px;
	left: 300px;
	
	top: 90px;
	left: 176px;

	margin: 0px;
	background-size: auto 100%;
}

.page-home.anion.animate21 #logocub .home-box-logo,
.page-home.anion.animate22 #logocub #cube
{
	transform:  scaleX(1) scaleY(1);
	opacity: 1;
}
.page-home.anion.animate22off #logocub #cube
{
	transform:  scaleX(0) scaleY(0);
	opacity: 0;
}
.page-home.anion.animate22off #logocub #cube:before
{
	opacity: 0;
}
.page-home.anion.animate25 #logocub,
.page-home.anion.animate25 #logocub .w
{
	height: 0;
}






#rotate 
{
	background-image: radial-gradient(circle at -19% -23%, #3d6aff, #7c9eff 42%, #bdcfff);
	height: 600px;
	width: 600px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
	z-index: -1;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	}
	
	/* start spin animation */
	@-webkit-keyframes spin{
		100% {
			-webkit-transform: rotate(360deg);
		}
	}
	@-moz-keyframes spin{
		100% {
			-moz-transform: rotate(360deg);
		}
	}
	@-o-keyframes spin{
		100% {
			-o-transform: rotate(360deg);
		}
	}
	@-ms-keyframes spin{
		100% {
			-ms-transform: rotate(360deg);
		}
	}
	@keyframes spin{
		100% {
			transform: rotate(360deg);
		}
	}

@media (max-width: 1280px)
{

	#wrapper #container
	{
		padding-top: 0;
	}
	
	.top-menu,
	.burger,
	.logo
	{
		display: block;
	}
	.logo-small,
	.home-menu,
	.page-home .home-menu
	{
		display: none;
	}
	
	.page-home .top-menu,
	.page-home .burger,
	.page-home .logo
	{
		display: block;
	}
	
	.page-home.anion .logo
	{
		display: none;
	}
	.page-home.anion.animate22go #logocub
	{
		top: 0;
		left: 0;
		width: 100%;
	}
	.page-home.anion.animate22go #logocub .home-box-logo
	{
		top: 10px;
		left: 50%;
		width: 195px;
		height: 65px;
		margin: 0 0 0 -97px;
		background-size: auto 100%;
	}
	.page-home.anion header
	{
		padding-top: 15px;
	}
	#parent 
	{
		padding-top: 120px;
	}

	.home-box
	{
		border: 0;
		margin: 0 auto;
		max-width: 740px;
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.home-box:after,
	.home-box .home-box-logo
	{
		display: none;
	}
	
	.shadow-img
	{
		box-shadow: 8px 8px 0px #bdcfff;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 40px;
		max-width: 740px;
		width: 100%;
	}
	
	.pre-shadow-img 
	{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	
	.w50
	{
		padding: 0 10px;
	}
	
	.home-box b.line > b
	{
		background: #fff;
		padding: 0 10px 0 15px;
		position: relative;
		z-index: 1;
	}
	.home-box b.line:after
	{
		right: auto;
		left: -10px;
		width: 100%;
	}
	
	.text .list
	{
		padding: 0;
	}
	.text .list > div
	{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
	}
	
	.box
	{
		padding-right: 320px;
	}
	#roter,
	#roter .table 
	{
    width: 300px;
    height: 200px;
    }
    
    #roter b
    {
    	font-size: 20px;
    }
    
    h1,
    .h1
	{
		font-size: 32px;		
	}

}


@media (max-width: 980px)
{

	.slider,
	.gallery-wrapper,
	.gallery-box,
	.gallery-box .align,
	.slider li .img,
	.slider li img
	{
		height: 160px;
	}
	
	.gallery-box b 
	{
    	font-size: 24px;
	}
	
	.gallery-wrapper,
	.project-img .gallery-wrapper
	{
    	padding-left: 35px;
    	padding: 0;
	}
	
	.gallery-list
	{
		padding-top: 10px;
	}
	
	.project-img .gallery-box .align
	{
		position: relative;
		top: auto;
		left: auto;
		width: auto !important;
		height: auto;
	}
	
	.gallery-box 
	{
  	  margin-bottom: 16px;
    }
    
    .project-img .gallery-box,
    .project-img .gallery-wrapper
    {
    	height: auto !important;
    }
	
	.slider li 
	{
    	float: left;
	}
	
	.slider li img
	{
		margin: 0 4px;
	}

	.gallery-box .align 
	{
    	width: 160px;
    }
   .project-img .gallery-box .align 
	{
    	width: 240px;
    }
    
    .project-img .gallery-box .align:after
    {
    	display: none;
    }
     
	.pre-shadow-img
	{
		padding: 0 8px 28px 0px;
	}
	.shadow-img
	{
		margin: 0;
	}
	
	header
	{
		height: 70px;		
	}
	
	.wrapper
	{
		padding-top: 70px !important;
	}
	.page-press .wrapper.clearfix,
	.page-projects .wrapper.clearfix
	{
		padding-top: 0 !important;
	}
	
	.page-press .header,
	.page-projects .header
	{
		display: none;
	}
	.page-press .text,
	.page-projects .text
	{
		margin: 0;
		float: none;
	}
		
	#parent 
	{
    	padding-top: 0;
	}

	.logo
	{
		height: 35px;
		width: 105px;
		margin: 16px 8px;
		float: left;
	}
	
	.page-home.anion header 
	{
    	padding-top: 0px;
	}
	.page-home.anion.animate22go #logocub .home-box-logo
	{
		top: 16px;
		left: 17px;
		height: 35px;
		width: 105px;
		margin: 0;
		background-position: 0 50%;
		background-size: auto 35px;
	}
	
	
	.burger
	{
		left: auto;
		right: 20px;
		top: 20px;
		height: 24px;
		width: 24px;
	}
	.burger i,
	.burger i:after,
	.burger i:before
	{
		top: 12px;
		width: 24px;
	}
	.burger i:before
	{
		top: -8px;
		width: 18px;
		left: 3px;
	}
	.burger i:after
	{
		top: 9px;
		width: 18px;
		left: 3px;
	}
	
	.box
	{
		padding: 0 0 30px;
		font-size: 14px;
	}
	
	.home-box
	{
		padding: 8px;
	}
	
	.top-menu
	{
		display: none !important;
	}
	
	.w,
	.menu-wrapper > .w
	{
		padding: 0 8px;
	}

	#menu > nav 
	{
		padding: 125px 0 60px 32px;
   }
   
	#menu li a,
	#menu li .a
	{
		font-size: 24px;
	}	

	#menu .language
	{
		padding-top: 40px;
	}
	
	#menu .language a
	{
		font-size: 18px;
	}
		
	#menu li a::after 
	{
   	top: 25px !important;
   }
	
   .preh1
   {
   	padding: 0 0 10px;
   }
	.h1
	{
		font-size: 22px;		
	}
	
	.roter-wrapper
	{
		background-image: radial-gradient(circle at -19% -23%, #3d6aff, #7c9eff 42%, #bdcfff);
		position: relative !important;
		display: block;
		top: auto !important;
		right: auto !important;
		min-height: 10px;
		width: 100%;
		height: auto !important;
		margin-bottom: 15px;		
	}
	
	.roter-wrapper .w
	{
		padding: 0;
		height: auto;
	}
	
	#roter
	{
		float: none;
		width: 100%;
		height: auto;
	}
	
	#roter .table 
	{
		width: 100%;
		padding: 15px 0;
		height: auto;
   }
   
   #radial
   {
   	transform: rotate(0rad) !important;
		height: 100px;
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
		display: none;
    }
    
    #roter b
    {
    	font-size: 22px;
    }
    
    .certificate-list
    {
    	margin-left: -8px;
    	margin-top: -14px;
    	padding: 0 0 30px;
    }
    .certificate-list li,
    .certificate-list li img
    {
		width: 288px;
		margin: 0 0 8px 8px;
    }
    .certificate-list li img
    {
    	margin: 0;
    }
    
    .box-list 
    {
		margin-top: -14px;
		padding: 0 8px 30px;
	}
   .box .box-list 
	{
  		margin-top: 16px;
	}
    .box-list li
    {
		width: 144px;
		height: 90px;
		padding: 10px;
    }
    .box-list li .img
    {
    	width: 124px;
		height: 70px;
    }	
    .box-list.project-list li
    {
		width: 288px;
		font-size: 13px;
		padding: 24px 12px;
    }
    .box-list li b 
    {
    	font-size: 24px;
    	padding: 0 0 24px;
    }
    
   .news-list a
   {
   	padding-bottom: 24px;
   }
   .news-list a b 
   {
		font-size: 17px;
		padding-bottom: 8px;
	}
	
	.contacts 
	{
    	float: none;
    	width: 100%;
    	padding-left: 16px;
    	min-height: 1px;
	}
	
	.map
	{
		width: 100%;
		margin: 0;
	}

	.project-box li
	{
		width: 50%;
	}
}

@media (max-width: 420px)
{
	.project-box li
	{
		width: 100%;
		float: none;
	}
	.home-box .hdr
	{
		font-size: 24px;
		padding: 0 16px;
		display: block;
	}

	.pre-shadow-img
	{
		padding: 0 14px 28px 4px;
	}
	
	.w50
	{
		float: none;
		width: 100%;
		text-align: center;
	}
	.social a 
	{
    	float: none;
    	display: inline-block;
    	margin-bottom: 18px;
	}

	.certificate-list
	{
		margin-left: 0;
	}
	.certificate-list li
	{
		float: none;
		margin: 0 auto 8px;
	}
	
	.home-box
	{
		padding: 0;
	}
	
	.box-list
	{
		width: 288px;
		padding: 0 0 30px;
		margin: 0 auto;
	}
    .box-list.project-list li
    {
		width: 288px;
		height: auto;
    }
}