body.index {
  /*
	#wtf
	{
		position: fixed;
		z-index: 99999;
		width: 100%;
		height: 100%;
		overflow: hidden;

		video
		{
			position: absolute;
			right: 0;
			top: 0;
		}

		img
		{
			display: none;
			//visibility: hidden;
			//width: 100%;
			height: 200%;
			position: absolute;
			right: -100px;
			top: -100%;
		}

	}
*/

  background: #f3cf01;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
	#holder
	{
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100%;
		border: 3px solid #f00;
	}


	#scroller
	{
		border: 3px solid #00f;
	}
*/

  /*
	a.menu-button
	{
		display: block;
		color: @dark-blue;
		border: none;
		background: none;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		font-size: 24px;
		text-align: center;

		&:before
		{
			content: "";
			.inline-block();
			width: 24px;
			height: 15px;
			background: url(../../img/menu_button.png) left top no-repeat;
			margin-right: 8px;
		}

		&:hover
		{
			color: @blue;

			&:before
			{
				background-position: right top;
			}
		}
	}
*/

}
body.index .body {
  background: #f3cf01;
}
body.index header {
  height: 0;
  overflow: visible;
}
body.index header .logo-sieve {
  display: block;
  height: 41px;
}
body.index header .wrapper {
  position: relative;
  height: 41px;
}
body.index header .wrapper .menu-button {
  float: none;
  margin-right: 0;
  right: 0;
  position: absolute;
}
body.index header.locked {
  position: relative;
  z-index:10;
}
body.index header.locked .logo-sieve {
  display: none;
}
body.index header.locked .wrapper {
  margin-left: 0;
  text-align: center;
}
body.index header.locked .wrapper .menu-button {
  left: 50%;
  margin-left: -50px;
}
body.index nav .wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
body.index nav .wrapper .logo {
  display: none;
}
body.index .works {
  background: #ffde21;
  padding-top: 60px;
}
body.index .works .carousel {
  max-width: 480px;
  margin: auto;
  height: 250px;
  overflow: hidden;
  position: relative;
}
body.index .works .carousel .controls {
  line-height: 30px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.index .works .carousel .controls > * {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
body.index .works .carousel .controls .meter {
  font-size: 14px;
  margin: 0 10px;
  color: #888888;
}
body.index .works .carousel .controls .next,
body.index .works .carousel .controls .prev {
  font-size: 50px;
  color: #282c68;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.index .works .carousel .controls .next.disabled,
body.index .works .carousel .controls .prev.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
}
body.index .blog {
  background: #ffde21;
  padding: 40px 0;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  overflow: hidden;
}
body.index .blog ul {
  max-width: 480px;
  margin: auto;
  white-space: nowrap;
  font-size: 0;
}
body.index .blog ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
body.index .blog ul > li p {
  color: #424468;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
body.index .blog ul > li p span.more {
  white-space: nowrap;
}
body.index .blog ul > li p span.more time {
  color: #888888;
  vertical-align: bottom;
  display: block;
}
body.index .blog ul > li p span.more a {
  display: inline-block;
  vertical-align: auto;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 18px;
  height: 19px;
  overflow: hidden;
  text-indent: 100%;
  background: url(../../img/blog_read_more.png) center center no-repeat;
}
body.index .video {
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
}
body.index .video .video-carousel {
  max-width: 300px;
  margin: auto;
  position: relative;
}
body.index .video .video-carousel .controls {
  display: none !important;
  line-height: 30px;
  text-align: right;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.index .video .video-carousel .controls > * {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
body.index .video .video-carousel .controls .meter {
  font-size: 14px;
  margin: 0 10px;
  color: #888888;
}
body.index .video .video-carousel .controls .next,
body.index .video .video-carousel .controls .prev {
  font-size: 50px;
  color: #282c68;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.index .video .video-carousel .controls .next.disabled,
body.index .video .video-carousel .controls .prev.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
}
body.index .video ul {
  text-align: center;
  overflow: hidden;
}
body.index .video ul > li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  max-width: 320px;
  background: white;
  margin: 10px 0;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
body.index .video ul > li figure {
  margin: 0;
}
body.index .video ul > li .img {
  display: block;
  width: 100%;
  height: 170px;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
}
body.index .video ul > li .img img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
}
body.index .video ul > li h2 {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #0054bc;
  text-align: left;
  -webkit-transition: padding 0.5s, color 0.3s;
  -moz-transition: padding 0.5s, color 0.3s;
  -ms-transition: padding 0.5s, color 0.3s;
  -o-transition: padding 0.5s, color 0.3s;
  transition: padding 0.5s, color 0.3s;
}
body.index .video ul > li a:hover h2 {
  color: #2780f6;
}
body.index .video ul > li .meter {
  display: none;
  float: right;
  font-size: 13px;
  color: #424468;
  padding: 0 14px 11px 0;
}
body.index .video .more {
  text-align: center;
  color: #424468;
  font-size: 18px;
  padding: 20px 0 40px;
}
body.index .video .more a:hover {
  color: #2780f6;
}
body.index .pdf {
  display: block;
}
body.index .pdf .icon {
  background: #dd1d4c;
}
body.index .pdf .icon:after {
  border-top-color: #dd1d4c;
}
body.index footer {
  padding-top: 100px;
}
body.index footer .next,
body.index footer .next i {
  background: #0154bc;
  color: white;
}
.video-big {
  position:   relative;
  background: #413f4a;
  height:250px;

}

.video-big .desktop-popup {
  display:  none;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  background:  rgba(0,0,0,0)

}
.video-big .desktop-popup .open-ico {
  height:318px;
  width:300px;
  background: url(/bitrix/templates/main/img/index/open-ico.png) center center no-repeat;
  background-size: 275px 180px;
  margin:0 auto;
  -webkit-transition: background-size 0.2s ease-in;
  -moz-transition: background-size 0.2s ease-in;
  -o-transition: background-size 0.2s ease-in;
  transition: background-size 0.2s ease-in;
}
.video-big .desktop-popup:hover {
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  background:  rgba(0,0,0,0.1)

}
.video-big .desktop-popup:hover .open-ico {
  background-size: 250px 164px;
  -webkit-transition: background-size 0.2s ease-in;
  -moz-transition: background-size 0.2s ease-in;
  -o-transition: background-size 0.2s ease-in;
  transition: background-size 0.2s ease-in;
  
}
.video-big .video-back {
  background: url(/bitrix/templates/main/img/index/bg.jpg) center center no-repeat;
  background-size:  cover;
  max-width:1200px;
  height:250px;
  margin:0 auto;      

}

.video-big .desktop-popup,.video-big .mobile-link {
  position:   absolute; 
  top:0; 
  left:0;
  display: none;
  height:100%;
  width:100%;
  
}
.video-big .mobile-link {
  display:block;


}
.video-big .mobile-link .open-ico {
  height:250px;
  width:300px;
  background: url(/bitrix/templates/main/img/index/open-ico.png) center center no-repeat;
  background-size: 200px 131px;
  margin:0 auto;
}
.video-big .video-popup {display:none;}
.video-big .video-popup .popup-bg {
  background: rgba(0,0,0,0.7);
  position:   fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 999;
}
.video-big .video-popup .popup-content {
  position: fixed;
  background:   #000;
  top:50%;
  left:50%;
  width:750px;
  height:422px;
  margin:-211px 0 0 -375px;
  z-index: 1000;
}
.video-big.video-big-eng { border-top:20px solid #ffde21;}
.video-big.video-big-eng .desktop-popup .open-ico,
.video-big.video-big-eng .mobile-link .open-ico  {background-image: url(/bitrix/templates/main/img/index/open-ico-eng.png);}


@media screen and (min-width: 1000px) {
  .video-big .video-popup .popup-content {
    width:1000px;
    height:562px;
    margin:-281px 0 0 -500px;
  }
}
@media screen and (min-width: 480px) {
  body.index .blog{
  
    padding-top:40px;
  
  }
  body.index .blog ul > li p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 30px;
  }
  body.index .video {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
    .video-big .video-back,
    .video-big {height: 318px}
    .video-big  .desktop-popup {display:  block;}
    .video-big .mobile-link {display:none;}
    
body.index .blog{
  
    padding-top:40px;
  
  }
  body.index a.menu-button {
    display: none;
  }

  body.index .motto.hide {
    bottom: -0;
    color: white;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  body.index .motto.hide.adaptoz {
    bottom:-600px;
  }
  body.index nav {
    position: absolute;
    top: 570px;
  }
  body.index nav .wrapper {
    padding-left: 10px;
  }
  body.index nav .wrapper ul.menu {
    background: #f0cb00;
  }
  body.index nav.fixed {
    position: fixed;
    top: 0;
  }
  body.index nav.fixed .old a {
    top: -70px;
  }
  body.index .works .carousel {
    max-width: 100%;
  }
  body.index .works .carousel ul {
    width: auto !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: static !important;
    cursor: auto !important;
  }
  body.index .works .carousel ul li {
    width: 50% !important;
  }
  body.index .works .carousel .controls {
    display: none;
  }
  body.index .blog ul {
    max-width: 1200px;
    text-align: center;
  }
  body.index .blog ul > li {
    width: 33.3%;
    display: inline-block;
    vertical-align: auto;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  body.index .blog ul > li p {
    padding-right: 25px;
    padding-bottom: 15px;
    text-align: left;
  }
  body.index .video .video-carousel {
    max-width: none;
  }
  body.index .video ul {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: static !important;
    cursor: auto !important;
  }
  body.index .video ul > li {
    margin: 10px;
    max-width: 330px;
    background: transparent;
    float: none !important;
  }
  body.index .video ul > li h2 {
    padding-left: 0;
  }
  body.index .video ul > li .meter {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  html.safari body.index .menu a.eng {
    right: 13px;
  }
  body.index nav .wrapper {
    padding-right: 130px;
  }
  body.index nav .wrapper ul.menu > li a {
    padding: 0 20px;
  }
  body.index .works .carousel ul li {
    width: 33.3% !important;
  }
  body.index .blog {
    padding: 40px 0 20px;
  }
  body.index .blog ul > li {
    width: 25%;
  }
  body.index .video ul > li {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  /*
  	.main-promo
  	{
  		.sieve
  		{
  			background: url(../../img/sieve_high.png) 49% center no-repeat;
  			.background-size(150%);
  			//.background-size(2000px 1000px);
  		}
  	}
  	*/
  body.index {
    /*
  		.main-promo
  		{
  			.sieve
  			{
  				background: url(../../img/sieve_high.png) 49% center no-repeat;
  				.background-size(150%);
  				//.background-size(2000px 1000px);
  			}
  		}
  		*/
  
  }
  body.index nav .wrapper {
    padding-right: 150px;
  }
  body.index nav .wrapper ul.menu > li a {
    padding: 0 30px;
  }
  body.index .blog ul {
    width: 1200px;
  }
  body.index .blog ul > li {
    width: 25%;
  }
  body.index .video ul > li {
    max-width: 300px;
  }
}
html.svg .main-promo .logo:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjA5cHgiIGhlaWdodD0iNDNweCIgdmlld0JveD0iMCAwIDIwOSA0MyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjA5IDQzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiMyNjU5QTgiIHBvaW50cz0iMTMzLjkzMiwyMi45OTggMTI1LjMyOCwwLjMxIDExNC4zMzYsMC4zMSAxMDcuMTE1LDQyLjkyNiAxMTguMTcsNDIuOTI2IDEyMS44MTIsMTguMzkyIA0KCQkxMjguNzg3LDM2LjA1MyAJIi8+DQoJPHBvbHlnb24gZmlsbD0iIzNDQjI0QSIgcG9pbnRzPSIxNTMuOTIsMC4wNjMgMTQyLjk2MSwwLjA2MyAxMzMuOTMyLDIyLjk5OCAxMjguNzg3LDM2LjA1MyAxMzEuNDMsNDIuOTYzIDEzNS44NCw0Mi45NjMgDQoJCTE0Ni4xMjUsMTguMTQ1IDE0OS4yNTYsNDIuOTYzIDE2MC4zMDcsNDIuOTYzIAkiLz4NCgk8cGF0aCBmaWxsPSIjMjY1OUE4IiBkPSJNOTYuNjk2LDAuMTY0Yy0zLjYxNSwwLTYuNTQ2LDIuNzg3LTYuNTQ2LDYuMjIzdjE0LjkyM3YtMC4yMzJWMzYuNThjMCwzLjQzNiwyLjkzMiw2LjIyMiw2LjU0Niw2LjIyMg0KCQlzNi41NDUtMi43ODYsNi41NDUtNi4yMjJWMjEuMDc3djAuMjMyVjYuMzg2QzEwMy4yNDIsMi45NTEsMTAwLjMxMSwwLjE2NCw5Ni42OTYsMC4xNjR6Ii8+DQoJPHBvbHlsaW5lIGZpbGw9IiMzQ0IyNEEiIHBvaW50cz0iMTkwLjgyNiwwLjI2NSAxNzguNzQ0LDAuMjc1IDE3OC45NDksMC4yNzUgMTc4Ljc0MiwwLjI3NSAxNzguNzQyLDAuMjc1IDE3OC43NCwwLjI3NSANCgkJMTYyLjM4Nyw0Mi44OTMgMTc0LjA3Niw0Mi44OTMgMTc2Ljk4NiwzNS40OCAxOTAuODIsMC4yODIgCSIvPg0KCTxwb2x5Z29uIGZpbGw9IiNDQzFCNkUiIHBvaW50cz0iMTkwLjgyLDAuMjgyIDE3Ni45ODYsMzUuNDggMTkyLjI4NywzNS40OCAxOTUuMDM1LDQyLjg5MyAyMDYuODU1LDQyLjg5MyAJIi8+DQoJPHBvbHlnb24gZmlsbD0iI0YwQ0MxNiIgcG9pbnRzPSIyOC44ODcsMC4zODMgMjguODkzLDAuMzY4IDE2LjgxLDAuMzc2IDAuNDU0LDQyLjk5NCAwLjQ1NCw0Mi45OTQgMC40NTQsNDIuOTk0IDEyLjE0Niw0Mi45OTQgDQoJCTEyLjE0Niw0Mi45OTIgMTIuMTQ1LDQyLjk5NCAxNS4wNTcsMzUuNTgzIAkiLz4NCgk8cG9seWdvbiBmaWxsPSIjREUxQjRGIiBwb2ludHM9IjI4Ljg4NywwLjM4MyAxNS4wNTcsMzUuNTgzIDMwLjM1NSwzNS41ODMgMzMuMTAyLDQyLjk5NCA0NC45MjIsNDIuOTk0IAkiLz4NCgk8cGF0aCBmaWxsPSIjMjY1OUE4IiBkPSJNNzkuNDk4LDE5LjIzbC04LjkzNiwyMy4yMDhjMC4wMDMsMCwwLjAwNSwwLjAwMiwwLjAwOCwwbDAuMDAyLTAuMDA0YzIuMzg2LTAuNTMsNC41NjMtMS40MzYsNi41My0yLjcyMg0KCQljMy40NjItMi4yNTUsNS45NTYtNS41MzIsNy40NzgtOS43MjhjMC45NzUtMi43OTgsMS40NTgtNi4zODIsMS40NTgtMTAuNzZMNzkuNDk4LDE5LjIzeiIvPg0KCTxwYXRoIGZpbGw9IiNERTFCNEYiIGQ9Ik03OS40NzYsMTkuMjNoLTE0LjM1djguMDI0aDguNjk0Yy0wLjMwMywyLjAwNS0wLjk3MiwzLjUyMy0yLjAwNSw0LjU1NQ0KCQljLTEuNTgxLDEuNTIzLTMuNzEzLDIuMzEyLTYuMzg2LDIuMzEyYy0zLjAzOSwwLTUuNDEtMC45NzMtNy4yMjktMi44NTVjLTIuNDM0LTIuNTU0LTMuNjQ4LTUuNzc4LTMuNjQ4LTkuNjA0DQoJCWMwLTEuODI1LDAuMzY1LTMuNjQ1LDEuMDM0LTUuMzUzYzEuNzYxLTQuNjc3LDQuOTgxLTcuMDQ3LDkuNTQxLTcuMDQ3YzIuMjQ5LDAsNC4xMzYsMC42NjcsNS43NzQsMS45NDUNCgkJYzEuMTU2LDAuOTcxLDIuMTI3LDIuMzcxLDIuOTgxLDQuMTk1bDkuOTY2LTQuMDc3Yy0xLjY5OS0zLjQtMy43MDgtNS45NTEtNi4wNzgtNy43MTdjLTMuMzQyLTIuNDI4LTcuMzU2LTMuNjQ4LTEyLjE1Ni0zLjY0OA0KCQljLTcuMTczLDAtMTIuNzA0LDIuMzExLTE2LjcxOSw2Ljg2OGMtMy41MjMsNC4wMTMtNS4yODIsOC45MzYtNS4yODIsMTQuODMzYzAsNS4zNSwxLjUxNiw5LjkwNSw0LjQ5NiwxMy43NDENCgkJYzQuMDExLDUuMDQzLDkuNjYzLDcuNTk2LDE3LjE0MSw3LjU5NmMxLjg3MywwLDMuNjQ2LTAuMTgzLDUuMzIxLTAuNTU4Yy0wLjAwMywwLTAuMDA1LDAtMC4wMDgsMGw4LjkzNi0yMy4yMDkiLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.main-promo {
  background: #f0f0f0;
  margin-top: 6px;
  padding-top: 35px;
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  /*
	.sieve
	{
		//display: none !important;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 450px; //75%; //80%;
		background: url(../../img/sieve_final.png) 49% center no-repeat;
		.background-size(150%);
		//.background-size(2000px 1000px);
		//.background-size(3000px 1500px);
		.opacity(1.0);
		.transition(all @zoom-time @cubic-out);
		cursor: pointer;

		&.zoom-in
		{
			.opacity(0.0);
			.background-size(2000%);
			.transition(all @zoom-time @cubic-in);
		}
	}
*/

}
.main-promo.adaptoz {
  height: 320px;
}
.main-promo .logo {
  display: block;
  margin: auto;
  width: 206px;
  height: 43px;
  position: relative;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-promo .logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../../img/logo_small.png") left top no-repeat;
}
.main-promo .logo:after {
  background-color: #f0f0f0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.main-promo .motto {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #282c68;
  padding: 15px 0;
  -webkit-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.main-promo .motto.adaptoz {height:460px; display: block; padding:0;}
.main-promo .motto.adaptoz a {
  height:460px;
  display: block;
  max-width: 886px;
  margin: 0 auto;
  text-align: left;
  position: relative; 
  top: 0;
  transform: scale(1.0, 1.0);
  -webkit-transform: scale(1.0, 1.0);
  -moz-transform: scale(1.0, 1.0);
  -o-transform: scale(1.0, 1.0);
  -ms-transform: scale(1.0, 1.0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-promo .motto.adaptoz a:hover  {
  top: 10px;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
}
.main-promo .motto.adaptoz .adaptoz-title {
  display: block;
  font-weight: bold;
  position: absolute;
  top:318px;
  left:50%;
  margin-left:-375px;
  width:750px;
  height:51px;
  background: url(../../img/pages/adaptoz/adaptoz-title.png) no-repeat left top;

}
.main-promo .motto.adaptoz .adaptoz-hand {
  position:absolute;
  top:395px;
  left: 810px;
  width:47px;
  height:33px;
  background: url(../../img/pages/adaptoz/adaptoz-hand.png) no-repeat 0 0;
}

.main-promo .motto.adaptoz .adaptoz-descr{
  display: block;
  font-size:  20px;
  font-weight:  bold;
  line-height:  1.2;
  text-transform:   none; 
  position: absolute;
  top:388px;
  left:15px;
  color:#004bbf;
 
}
.main-promo .motto.adaptoz .adaptoz-date{
  font-size:  29px;
  position: absolute;
  top:404px;
  left:546px;
  color:#004bbf;
  position: relative;
}
.main-promo .motto.adaptoz .adaptoz-date:after,
.main-promo .motto.adaptoz .adaptoz-date:before {
  content:"";
  position: absolute;
  margin:0 0 0 -18px;
  left:0px;
  top:3px;
  width:18px;
  height:32px;
  background: url(../../img/pages/adaptoz/adaptoz-slash.png) 0 0 no-repeat;
}
.main-promo .motto.adaptoz .adaptoz-date:after {
  left:100%;
  margin:0 0 0 5px ;
} 

.main-promo .sieve {
  display: none;
}
.main-promo .promoblock.eng .collage #item_text_adaptive {
  background-image: url(../../img/collage/text_adaptive_en.png) !important;
}
.main-promo .promoblock.eng .collage #item_text_finance {
  background-image: url(../../img/collage/text_finance_en.png) !important;
}
.main-promo .promoblock.eng .collage #item_text_support {
  background-image: url(../../img/collage/text_support_en.png) !important;
}
.main-promo .promoblock.eng .collage #item_text_analytics {
  background-image: url(../../img/collage/text_analytics_en.png) !important;
}
.main-promo .promoblock.eng ul.banners > li.adaptive {
  background: url(../../img/promo/en/adaptive_small_en.png) center top no-repeat;
}
.main-promo .promoblock.eng ul.banners > li.finance {
  background: url(../../img/promo/en/finance_small_en.jpg) center top no-repeat;
}
.main-promo .promoblock.eng ul.banners > li.support {
  background: url(../../img/promo/en/support_small_en.jpg) center top no-repeat;
}
.main-promo .promoblock.eng ul.banners > li.analytics {
  background: url(../../img/promo/en/analytics_small_en.png) center top no-repeat;
/*  background: url(../../img/promo/en/analytics_small_en.jpg) center 20% no-repeat;
    background-size: contain;*/
}
.main-promo .promoblock .container {
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.main-promo .promoblock ul.banners > li {
  width: 100%;
  height: 300px;
  position: relative;
}
.main-promo .promoblock ul.banners > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-promo .promoblock ul.banners > li.adaptive {
  background: url(../../img/promo/adaptive_small.png) center top no-repeat;
}
.main-promo .promoblock ul.banners > li.finance {
  background: url(../../img/promo/finance_small.png) center top no-repeat;
}
.main-promo .promoblock ul.banners > li.support {
  background: url(../../img/promo/support_small.png) center top no-repeat;
}
.main-promo .promoblock ul.banners > li.analytics {
  background: url(../../img/promo/analytics_small.png) center top no-repeat;
}
.main-promo .promoblock .collage {
  width: 100%;
  height: 450px;
  overflow: hidden;
  display: none;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  /*
			&.eng
			{
				#item_text_adaptive { background-image: url(../../img/collage/text_adaptive_en.png) !important }
				#item_text_finance  { background-image: url(../../img/collage/text_finance_en.png) !important }
				#item_text_support  { background-image: url(../../img/collage/text_support_en.png) !important }
			}
			*/

}
.main-promo .promoblock .collage .kineticjs-content {
  display: none !important;
}
.main-promo .promoblock .collage .collage-sprites,
.main-promo .promoblock .collage .kineticjs-content {
  width: 1400px;
  height: 450px;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  overflow: hidden;
}
.main-promo .promoblock .collage #item_bottom {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.main-promo .promoblock .collage .collage-item {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.main-promo .promoblock .collage .collage-item.rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main-promo .promoblock .collage .collage-item .landing {
  display: block;
  width: 473px;
  height: 102px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.main-promo .promoblock .collage .collage-item .landing:hover {
  background: rgba(255, 255, 255, 0.1);
}
.main-promo .promoblock .collage .collage-sprites.allow-transition .collage-item {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.main-promo .promoblock.static-banners .collage {
  display: none;
}
.main-promo .promoblock.static-banners .container {
  display: block;
}
.main-promo ul.icons {
  background: #f0f0f0;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 20px 0;
  -webkit-transition: padding 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: padding 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: padding 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: padding 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}
.main-promo ul.icons > li {
  display: inline-block;
  vertical-align: auto;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: middle;
  white-space: normal;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  cursor: pointer;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  color: #0054bc;
}
.main-promo ul.icons > li:first-child {
  margin-left: 0;
}
.main-promo ul.icons > li:hover {
  color: #2780f6;
}
.main-promo ul.icons > li.current {
  color: #282c68;
  background: #f3cf01;
}
.main-promo ul.icons > li span {
  display: inline-block;
  vertical-align: auto;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  overflow: hidden;
  width: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  max-height: 34px;
  -webkit-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s;
  -moz-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s;
  -ms-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s;
  -o-transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s;
}
.main-promo ul.icons > li:before {
  content: "";
  display: inline-block;
  vertical-align: auto;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #e1e1e1;
  background: url(../../img/promo_icons.png?1);
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  -ms-transition: background-position 0.5s;
  -o-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.main-promo ul.icons > li.adaptive:before {
  background-position: 0px -40px;
}
.main-promo ul.icons > li.adaptive.current:before {
  background-position: 0px 0px;
}
.main-promo ul.icons > li.finance:before {
  background-position: -40px -40px;
  background-position: -41px -40px;
}
.main-promo ul.icons > li.finance.current:before {
  background-position: -40px 0px;
  background-position: -41px 0;
}
.main-promo ul.icons > li.support:before {
  background-position: -80px -40px;
}
.main-promo ul.icons > li.support.current:before {
  background-position: -80px 0px;
}
.main-promo ul.icons > li.analytics:before {
  background-position: -120px -40px;
}
.main-promo ul.icons > li.analytics.current:before {
  background-position: -120px 0px;
}

@media screen and (min-width: 480px) {
  .main-promo,.main-promo.adaptoz {
    padding-top: 60px;
    height: 280px;
  }
  .main-promo .logo {
    width: 130px;
    height: 27px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .main-promo .logo:after {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .main-promo .motto {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .main-promo .motto.adaptoz {
    display:none;

  }
}
@media screen and (min-width: 768px) {
  header.locked {
    display: none;
  }
  .msie8 .main-promo .promoblock .collage {
    display: none;
  }
  .msie8 .main-promo .promoblock .container {
    display: block;
  }
  .main-promo .promoblock .collage {
    display: block;
  }
  .main-promo .promoblock .container {
    display: none;
  }
  .main-promo ul.icons > li.adaptive:before {
    margin-right: 5px;
    margin-left: 5px;
  }
  .main-promo, .main-promo.adaptoz {
    height: 600px;
    padding-top: 0;
  }
  .main-promo .logo {
    display: none;
  }
  .main-promo .motto, .main-promo .motto.adaptoz  {
    position: absolute;
    top: 66%;
    right: 0;
    text-align: center;
    width: 100%;
    font-size: 26px;
    color: #0054bc;
  }
  .main-promo .motto.adaptoz  {
     bottom: 140px;
  }
    
  .main-promo .sieve {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 460px;
    background: url(../../img/sieve_low.png) 49% center no-repeat;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
  }
.main-promo .sieve.adaptoz {
  background:  url(../../img/pages/adaptoz/sieve_high.png) center top no-repeat;
  -webkit-background-size: 1177px;
  -moz-background-size: 1177px;
  -o-background-size: 1177px;
  background-size: 1177px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-promo .sieve.zoom-in {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-background-size: 2000%;
    -moz-background-size: 2000%;
    -o-background-size: 2000%;
    background-size: 2000%;
    -webkit-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .main-promo .promoblock.eng ul.banners > li.adaptive {
    background: url(../../img/promo/en/adaptive_big_en.jpg) center top no-repeat;
  }
  .main-promo .promoblock.eng ul.banners > li.finance {
    background: url(../../img/promo/en/finance_big_en.jpg) center top no-repeat;
  }
  .main-promo .promoblock.eng ul.banners > li.support {
    background: url(../../img/promo/en/support_big_en.jpg) center top no-repeat;
  }
  .main-promo .promoblock.eng ul.banners > li.analytics {
    background: url(../../img/promo/en/analytics_big_en.jpg) center top no-repeat;
  }
  .main-promo .promoblock ul.banners {
    position: relative;
  }
  .main-promo .promoblock ul.banners > li {
    height: 600px;
  }
  .main-promo .promoblock ul.banners > li.adaptive {
    background: url(../../img/promo/adaptive_big.jpg) center top no-repeat;
  }
  .main-promo .promoblock ul.banners > li.finance {
    background: url(../../img/promo/finance_big.jpg) center top no-repeat;
  }
  .main-promo .promoblock ul.banners > li.support {
    background: url(../../img/promo/support_big.jpg) center top no-repeat;
  }
  .main-promo .promoblock ul.banners > li.analytics {
    background: url(../../img/promo/analytics_big.jpg) center top no-repeat;
  }
  .main-promo .promoblock ul.icons {
    padding: 10px 0 80px;
  }
  .main-promo .promoblock ul.icons > li {
    margin-left: 0;
    padding-right: 0;
    width: auto;
  }
  .main-promo .promoblock ul.icons > li span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    margin-left: 5px;
  }
  .main-promo .promoblock ul.icons > li.adaptive span {
    width: 100px;
  }
  .main-promo .promoblock ul.icons > li.finance span {
    width: 130px;
  }
  .main-promo .promoblock ul.icons > li.support span {
    width: 100px;
  }
  .main-promo .promoblock ul.icons > li.analytics span {
    width: 100px;
  }
    .main-promo .motto.adaptoz {
    display:block;

  }
}
@media screen and (min-width: 1200px) {
  .main-promo .sieve {
    background: url(../../img/sieve_high.png) 49% center no-repeat;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 885px),
only screen and (min-device-width : 768px) and (max-device-width : 885px){ 
  
.main-promo .motto.adaptoz a {
  max-width: 768px;
  
}


.main-promo .motto.adaptoz .adaptoz-hand {
  position:absolute;
  left: 615px;
  width:47px;
  height:33px;
  background: url(../../img/pages/adaptoz/adaptoz-hand.png) no-repeat 0 0;
}

.main-promo .motto.adaptoz .adaptoz-descr{
  display: block;
  font-size:  20px;
  font-weight:  bold;
  line-height:  1.2;
  text-transform:   none; 
  position: absolute;
  left:75px;
  color:#004bbf;
 
}
  .main-promo .motto.adaptoz .adaptoz-date {display:none;}

}

@media only screen and (min-width : 0) and (max-width :480px),
only screen and (min-device-width : 0) and (max-device-width : 480px){ 
  .main-promo .motto.adaptoz {display:none;}
}