@font-face {
	font-family: MyriadProLight;
	src: url('fonts/myriadpro-light.eot?') format('eot'),
		 url('fonts/myriadpro-light.woff') format('woff'),
		 url('fonts/myriadpro-light.ttf') format('truetype'),
		 url('fonts/myriadpro-light.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    overflow-y: scroll;
}

html.index {
    overflow: auto;
}
html,
body {
	width: 100%;
	height: 100%;
}

body {
	font: normal 90%/125% "Microsoft Sans Serif", Arial, sans-serif;
	color: #000;
}
body.index {
	overflow-y: scroll;
}

a {
	text-decoration: underline;
	color: #60462a;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: MyriadProLight, Arial;
	font-weight: normal;
	line-height: 1.2em;
}
h1 {
	font-size: 165%;
}
h2 {
	font-size: 140%;
}

.wysiwyg {
	padding: 1.25em 55px 0;
}
.wysiwyg h1 {
	margin-bottom: .65em;
}
.wysiwyg h2 {
	margin-bottom: .5em;
}
.wysiwyg div,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
	padding-bottom: 1.25em;
    font-size: 90%;
}
.wysiwyg ul {
	margin-left: 16px;
	list-style: url('/img/bullet.png') outside none;
}
.wysiwyg hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #D2D7D9;
    border-bottom: 1px solid #F4F4F7;
}









/*
	.layouts
	Navigation
	Menu
	Logo
	Languages
	Facebook and Twitter
	Dego

	Pages:
	 - News
     - Partners
	 - Contacts
     - Projects
*/










/* layouts */
.l-body {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.l-body_company {
	background: #f0d9c0;
}
.l-body_contacts {
	background: #e5f0c0;
}
.l-image {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-image img {
	position: absolute;
	bottom: 0;
}
.l-container {
	position: relative;
	z-index: 1;
	padding-top: 1px;
}
.l-top {
	position: absolute;
	top: 60px;
	left: 0;
	height: 147px;
}
.l-left {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #ccc;
}
.l-content {
	width: 50%;
	margin-left: 50%;
}


/* navigation */
.navigation {
	list-style: none;
	margin-top:179px;
	z-index:0;
}
.navigation__item {
	overflow: hidden;
	display: block;

}
.navigation__item.hovered {
	background: url('../img/navigation-bg.png');
}
.navigation__item__inner {
	float: right;
	width: 320px;
	margin-right: 28%;
	padding: 38px 0;
}
.navigation__item__link_wrap{
	padding:0 18px;
}
.navigation__item__link {
	position: relative;
	font: normal 350%/1em MyriadProLight;
	text-decoration: none;
	color: #fff;
		padding: 10px 10px;
		display: block;
}
.navigation__item__link span{
	float: left;
}
.navigation__item__link:hover {
	color: #ccc;
}
.navigation__item__description {
	overflow: hidden;
	width: 150%;
	height: 0;
}
.navigation__item__description p {
	padding: 25px 0 0 66px;
	font-family: MyriadProLight;
	color: #fff;
	font-size: 14.5px;
	line-height: 14px;
	width:auto;
}
.navigation__item__icon {
	position:relative;
	display: block;
	width: 51px;
	height: 50px;;
	background: url('../img/navigation-icons.png') no-repeat;
	float:left;
}
.navigation__item__icon_company {
	background-position: 0 0;
}
.navigation__item__icon_technology {
	background-position: 0 -50px;
}
.navigation__item__icon_products {
	background-position: 0 -100px;
}
.navigation__item__icon_projects {
	background-position: 0 -150px;
}

.navigation__item__icon_contacts {
	background-position: 0 -200px;
}









/* menu */
.menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 100%;
	background: url('../img/menu-bg.png');
}
.menu ul {
	list-style: none;
}
.menu a {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	font-family: MyriadProLight;
	line-height: 1em;
	text-decoration: none;
}
.menu a:hover {
	background: url('../img/menu-link-bg.png');
}
.menu__list {
	padding: 15px 0 25px;
	list-style: none;
}
.menu__list__item {
	/*padding: 13px 0 3px 0;*/
	padding: 8px 0 0px 0;
}
.menu__list__item__link {
	padding: 6px 0;
	font-size: 200%;
	color: #fff;
}
.menu__list__item__link.active {
	color: #f0d9c0;
}
.menu__list__item__link.active2 {
    background: url('../img/menu-link-bg.png');
}

.menu__list__item__link.active:hover {
	color: #f0d9c0;
}
.menu__list__item__link.expanded {
	background: none;
}
.menu__list__item__link:hover {
	color: #fff;
}
.submenu__list {
	overflow: hidden;
	padding: 10px 0 5px;
}
.submenu__list__item {}
.submenu__list__item.active {
	background: url('../img/menu-link-bg.png');
}
.submenu__list__item__link {
	padding: 10px 0;
	/*font-size: 140%;*/
    /*font-size: 125%;*/
    font-size: 110%;
	color: #f0d9c0;
}
.submenu__list__item__link:hover {
	color: #f0d9c0;
}










/* logo */
.logo {
	position: relative;
	float: left;
	width: 100px;
	height: 147px;
}
.logo img {
	display: block;
}
.logo__slogan {
	position: absolute;
	top: 75px;
	left: 125px;
	margin-top: -10px;
	/*font-size: 130%;*/
	font-size: 140%;
	font-family: MyriadProLight;
	white-space: nowrap;
	color: #fff;
}





/* languages */
.languages {
	float: left;
	width: 60px;
}
.languages ul {
	padding: 40px 0 0 23px;
	list-style: none;
}
.languages li {
	display: block;
	margin-bottom: .5em;
}
.languages a,
.languages span {
    width: 19px;
    height: 19px;
    display: block;
    padding-top: 4px;
    padding-left: 4px;
	font-size: 80%;
	font-family: MyriadProLight;
	text-transform: uppercase;
	color: #fff;
}
.languages a {
	text-decoration: none;
	color: #fff;
}
.languages span {
    background: url('/img/lang-bg.png');
}





/* social */
.social {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
}
.social ul {
	padding-right: 5px;
	list-style: none;
}
.social li {
	float: left;
	padding: 5px 0 5px 5px;
}
.social__link {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img/icons-social.png') no-repeat;
}
.social__link_facebook {
	background-position: 0 0;
}
.social__link_twitter {
	background-position: 0 -16px;
}





/* dego */
.dego {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 36px;
}
.dego img {
	display: block;
}



/* sticky menu */

.sticky_buttons_wrapper {
    width: 28px; /* same as sticky_menu_caller */
    position: fixed;
    top: 8px;

}

.sticky_buttons_wrapper.openned {
    width: auto;
    z-index: 200;
}

.sticky_menu_wrapper {
    /*left: 60%;*/
    clear: left;
}

#sticky_menu {
    /*width: 270px;*/
    width: 0;
    overflow: hidden;
    float: left;
    display: block;
    list-style-type: none;
}

.sticky_menu_wrapper.openned {
    width: auto;
    z-index: 200;
}
#sticky_menu.openned {
    width: auto;
}

#sticky_menu_caller {
    width: 28px;
    padding: 12px 0;
    display: block;
    float: left;
    position: relative;
    z-index: 100;
    background-color: #2b3485;
    text-align: center;
}

#sticky_menu_caller.feedback {
    background-color: #1d3f0c;
}

#sticky_menu_caller i {
    width: 6px;
    height: 7px;
    display: block;
    margin-left: 10px;
    margin-bottom: 8px;
    background: url('/img/sticky-menu-arrows.png') no-repeat top left;
}

#sticky_menu_caller.openned i {
    background: url('/img/sticky-menu-arrows.png') no-repeat top right;
}

#sticky_menu a {
    display: block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 12px;
    color: #FFF;
    text-decoration: none;
}

#sticky_menu a:hover {
    background: url('/img/1px-transparent-white.png');
}

#sticky_menu ul {
    width: 270px;
    padding: 10px 0;
    list-style-type: none;
    background: url('/img/strechy-menu-bg.png');
}

#sticky_menu.feedback {
    background-color: #1d3f0c;
    position: relative;
    z-index: 110;
}

#sticky_menu.feedback ul {
    width: auto;
    background: none;
}

#sticky_menu.feedback ul li {
    padding-left: 7px;
}
#sticky_menu.feedback ul label {
    color: #FFF;
}

form.ul.feedback {
    width: 350px;
    padding-right: 30px;
    padding-left: 20px;
}


form.ul.feedback .form_message.form_error {
    background-color: #478728;
}

form.ul.feedback .form_message.form_success {
    background-color: #396921;
}

#sticky_menu li {

}

#sticky_menu_caller.vertical-text {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
    /* IE-only DX filter */
    writing-mode: tb-rl;
    /*writing-mode: tb-lr;*/
    filter: flipv fliph;
   /*display: block;*/

    width: 91px;
    height: 18px;
    padding-bottom: 10px;
    display: block;
    padding-top: 12px;
    text-align: center;
    float: left;
    /*position: fixed;*/
    /*top: 116px;*/
    /*right: 0;*/
    background-color: #334250;
   color: #FFF;
}






/* maintenance form */

.form_wrapper {
    padding: 0 54px 20px 54px;
}

.form_wrapper p.form_notice {
    padding: 20px 0;
    color: #959595;
}

.form_wrapper p.form_notice b{
    color: #000;
}
.requisites-wrap{
	width: 350px;
	margin-top: 30px;
}

form.ul {
    /*width: 396px;*/
    width: 349px; /* -47px*/
    font-size: 90%;
}

form.ul li {
    clear: both;
}


form.ul ul {
    list-style: none;
}

form.ul input[type="text"] {
    /*width: 382px;*/
    width: 335px; /* -47px */
    height: 24px;
    padding: 0 7px;
    line-height: 24px;
    border: 0;
    background: url('/img/form-sprite.png') no-repeat 0 0;
}

form.ul input[type="text"]:focus {
    outline: 0;
    background: url('/img/form-sprite.png') no-repeat 0 -27px;
}

form.ul button[type="submit"] {
    margin-top: 13px;
    float: right;
}

form.ul label {
    /*margin-top: 23px;*/
    margin-top: 17px;
    cursor: pointer;
    display: block;
    float: left;
    color: #000;
}

form.ul textarea {
    /*width: 386px;*/
    width: 339px; /* -47px */
    height: 123px;
    padding: 7px;
    border: 0;
    outline: 0;
    resize: none;
    overflow: auto;
    background: url('/img/form-sprite.png') no-repeat 0 -81px;
}

form.ul .form_message {
    padding: 20px 0;
    text-align: center;
    color: #FFF;
	display: none;
}

form.ul .form_message.form_error {
    background-color: #2A3384;
}

form.ul .form_message.form_success {
    background-color: #676E7A;
}

/* custom select */

.custom-select {
    cursor: pointer;
    float: left;
    height: 24px;
    color: #000;
}

.custom-select .custom-select-caller {
    /*width: 390px;*/
    width: 343px;
    padding-left: 10px;
    height: 24px;
    position: absolute;
    color: #FFF;
    line-height: 27px;
    overflow: hidden;
    background: url('/img/form-sprite.png') no-repeat 0 -54px;
}

.custom-select .dropdown-value {
    /*width: 180px;*/
    text-align: left;
        color: #000;
}

.custom-select select {
    /*width: 396px;*/
    width: 349px;
    height: 24px;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 5;
}














/* text buttons */

.text-button {
    height: 27px;
    /*width: auto;*/
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: "Trebuchet MS";
    font-size: 11px;
    line-height: 26px;
    color: #FFF;
    cursor: pointer;
}


button.text-button span {
    width: auto;
    padding: 0 0 0 3px;
    margin: 0;
    border:none;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #FFF;
    cursor: pointer;
}

button.text-button span {
    border: none;
    padding: 0 0 0 3px;
    margin: 0;
    cursor: pointer;
    width: auto;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url('/img/form-sprite.png') no-repeat 0 -248px;
    /*background-repeat: no-repeat;*/
}

button.text-button span span {
    height: 26px;
    padding: 0 25px 0 22px;
    margin: 0;
    line-height: 26px;
    display: block;
    white-space: nowrap;
    background: url('/img/form-sprite.png') no-repeat  100% -222px;
}


button.text-button.feedback span {
    border: none;
    padding: 0 0 0 3px;
    margin: 0;
    cursor: pointer;
    width: auto;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url('/img/form-sprite.png') no-repeat 0 -300px;
}

button.text-button.feedback span span {
    height: 26px;
    padding: 0 25px 0 22px;
    margin: 0;
    line-height: 26px;
    display: block;
    white-space: nowrap;
    background: url('/img/form-sprite.png') no-repeat  100% -274px;
}



/* news */

.news {
	padding: 20px 40px 0 90px;
}
.news__list {
	list-style: none;
}
.news__list__item {
	padding-bottom: 20px;
}
.news__list__item .pdf-link-wrapper {
    text-align: right;
}
.news__list__item .pdf-link-wrapper a {
    color: #929292;
    font-size: 10px;
    text-decoration: none;
}
.news__list__item .pdf-link-wrapper a span {
    text-decoration: underline;
}
.news__list__item .pdf-link-wrapper a:hover span {
    text-decoration: none;
}
.news__list__item__title {
	position: relative;
}
.news__list__item__title p,
.news__list__item__title a {
	text-decoration: none;
	color: #000;
	display: block;
    cursor: pointer;
}
.news__list__item__title p.active,
.news__list__item__title a.active {
	color: #60462a;
}
.news__list__item__title span {
	font: normal 10px/1.1em "Microsoft Sans Serif", Arial, sans-serif;
	position: absolute;
	top: 50%;
	left: -70px;
	display: block;
	margin-top: -12px;
	color: #929292;
}
.news__list__item__title b {
	position: absolute;
	top: 50%;
	right: -30px;
	display: none;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	background: url('../img/news-expander.png') no-repeat;
}
.news__list__item__text {
	display: none;
	padding: 1px 0 4px;
	font-size: 80%;
	color: #685034;
}
.news__list__item__text p {
	margin-top: 1.4em;
	line-height: 1.5em;
}


/* news archive */

.news .link-wrapper {
    text-align: right;
}
.news .link-wrapper a {
    text-decoration: none;
    font-size: 10px;
    color: #929292;
}

/* partners */


.partners_list {
    list-style: none;
    margin-top: 40px;
    margin-left: 48px;
}

.partners_list a {
    width:128px;
    height:128px;
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgb(42, 51, 132);
    background-color: rgba(42, 51, 132, 0.85);
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
}

.partners_list li {
    width: 128px;
    height: 128px;
    margin-left: 6px;
    margin-bottom: 5px;
    position: relative;
    float: left;
}

.partners_list li:hover a {
    display: block;
}

.partners_list li img {
    position: absolute;
    top: 0;
    left: 0;
}

.partners_list_text {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    width:110px;
    zoom:1; //display:inline
}

.partners_list_pusher {
    display:-moz-inline-box;
    display:inline-block;
    height:100%;
    width:0px;
    vertical-align:middle;
    zoom:1; //display:inline
 }







/* contacts */
.contacts {

}
.contacts dl {
	padding-top: 45px;
}
.contacts dt {
	font: normal 165%/1em MyriadProLight;
	padding: 0 55px;
}
.contacts dd {
	padding-bottom: 45px;
}
.contacts__data {
	padding: 10px 55px 15px;
}
.contacts__data table {
	width: 100%;
	border-collapse: collapse;
}
.contacts__data td {
	font-size: 80%;
	vertical-align: top;
}
.contacts__map {
	position: relative;
	width: 100%;
	min-height: 10px;
}
.contacts__map__link {
	font-size: 70%;
	position: absolute;
	top: 0;
	left: 55px;
	display: block;
	line-height: 1em;
	text-decoration: underline;
	color: #969c81;
}
.contacts__map__link:hover {
	cursor: pointer;
	color: #60462a;
}
.contacts__map__holder {
	width: 100%;
	height: 200px;
	display: none;
}

/* contacts_popup */

.contacts_popup_wrapper {
    display: none;
}

.contacts_popup {
    width: 800px;
    background: url('/img/contacts-bg.jpg') no-repeat top left;
}

.contacts_popup_sidebar {
    width: 180px;
    float: left;
}

.contacts_popup_sidebar .logo {
    padding-top: 36px;
    margin-left: 42px;
    margin-top: 36px;
}

.contacts_popup_content {
    width: 588px;
    float: left;
    padding-left: 32px;
    padding-top: 30px;
    background-color: #E5F0C0;
}

.contacts_popup_content h2 {
    padding-left: 20px;
}

.contacts_popup_person_list {
    padding-top: 35px;
}

.contacts_popup_person_list li {
    width: 130px;
    padding: 0 5px;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.contacts_popup_person_list img {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
    border: 2px solid #FFF;
}

.contacts_popup_person_list p {
    padding: 2px 0;
}

.contacts_popup_person_list b {
    color: #2B3485;
    font-weight: normal;
}

.contacts_popup_caller {
    width: 21px;
    background-color: #1D3F0C;
    /*position: fixed;*/
    /*top: 230px;*/
    padding: 20px 0 20px 7px;
    cursor: pointer;
    z-index: 100;

    /* todo: try */
    float: left;
    clear: right;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* projects */

.l-body_projects{
	background: #F3F6DE;
}
.projects__entry {
    margin: 0 53px;
    border-top: 1px solid #DDE1C4;
    font-family: Sans-serif;
	padding: 11px 0;
}
.projects__entry h1 {
    font-size: 15px;
    color: #000;
}
.projects__entry p {
    font-size: 12px;
    color: #7D7D7D;
}
.projects__entry a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    cursor: pointer;
}
.projects__entry:first-child {
    border: 0
}
.projects table {
    width: 100%;
    border-collapse: collapse;
}
.projects__entry__info {
    font-size: 14px;
    color: #54587F;
	font-family: MyriadProLight;
}
.projects__entry:hover .projects__entry__info {
    color: #647c66;
}
.projects__entry__info .text{
	overflow: hidden;
}
.projects__entry__img {
    width: 27px;
    height: 27px;
    float: left;
    margin-right: 9px;
    background: url('../img/project-icon.png') no-repeat top left;
}


/* video experiments */

#video-container {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}



.video__play__button{
	border:none;
	display:block;
	margin: 0 auto 10px;
	background-color: transparent;
	background-image: url('../img/play-button-sprite.png');
	background-position: -159px 0;;
	width: 142px;
	height: 126px;
	cursor:pointer;
}
.video__play__button:hover{
	background-position: 0 0;
}
.video__play__button__wrap{
	width: 200px;
	position: absolute;
	left: 12%;
	top:350px;
	color:#fff;
	font:22px MyriadProLight;
	z-index: 100;
}
#fancybox-close{
	right: 0;
}



/* Hacks ;) */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
