/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.12.2016, 22:36:20
    Author     : IW Chiller
*/

@font-face {
    font-family: 'Helios Cond Light';
    font-style: normal;
    font-weight: 400;
    src: local('Helios Cond Light'), local('Helios-Cond-Light-Regular'),
        url('helios-cond-light.woff') format('woff'),
        url('helios-cond-light.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 14px;
    font-family: "Helios Cond Light";
    color: #000;
    font-weight: normal;
}
html {border: none;}
html {/*overflow-y: scroll;*/ /* always force a scrollbar in non-IE */}
form, input {margin: 0; padding: 0; outline: none;}
p, ul {margin: 0; padding: 0;}
a {}
img {border: none;}
h1, h2, h3 {margin: 0; padding: 0;}
h1 {font-size: 30px;}
.clear {clear: both;}
/*html, body {height: 100%;}*/
html>body #wrapper {
    min-height: 100%;
/*    height: auto;*/
    
}

#info_panel {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 200px;
    height: 20px;
    border: #000 solid 1px;
    background: #fff;
    display: none;
    display: block;   
}

#wrapper {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
        
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

#top_fon_image {
    background: url('../images/top_fon.jpg') 50% 0 no-repeat;
    width: 100%;
    height: 580px; 
    position: relative;
}

#top_fon_image_inside {
    background: url('../images/top_fon_inside.jpg') 50% 0 no-repeat;
    width: 100%;
    height: 240px; 
    position: relative;
}

#top_fon {
    background: url('../images/top_fon_100_percents.png') repeat-x;
    width: 100%;
    height: 580px;  
    position: relative;
}

#top_fon_inside {
    background: url('../images/top_fon_inside_100_percents.png') repeat-x;
    width: 100%;
    height: 240px; 
    position: relative;
}


#main_menu_fon {
   width: 100%;
   height: 142px;/*92px*/
   position: fixed;
   z-index: 10;/*
   background-image:  url('../images/top_nenu_fon.png');
   background-repeat: repeat-x;*/ 
}

#main_menu_1024 {
    max-width: 1024px;
    min-width: 320px;
    height: 92px;/*
   background-color: #EBC2C0;*/

    position: relative;
    margin: 0 auto;
}

#div1024 {
    max-width: 1024px;
    min-width: 320px;
    height: 580px;
    color: #fff;/*
    border: #19a319 solid 1px;/*
    opacity: 0.2;
    background: #0000A0;*/
    position: relative;
    margin: 0 auto;
}

.phone_href:hover {
    text-decoration: none;
}

.phone_href_white {
    color: #FFF;
}

.phone_href_white:hover {
    text-decoration: none;
}


#title_phone {
    position: absolute;
    top: 186px;
    left: 210px;
    font-size: 38px;
    width: 250px;
    color: #FFF;
}

#title_adress {
    position: absolute;
    top: 233px;
    left: 210px;
    font-size: 20px;
    
}

#call_back_button {
    position: absolute;
    top: 281px;
    left: 210px;
    font-size: 18px;
    width: 236px;
    height: 42px;
    border: #fff solid 2px;
    padding: 10px 0px 10px 80px;
    color: #FFF;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
    background: transparent url("../images/mail_icon1.png") no-repeat 58px 50%;    

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color, background-image;
}

#call_back_button:hover, #call_back_button:focus, #call_back_button:active {
    background-color: #FFF;
    color: #3e2724;
    background-image: url("../images/mail_icon2.png");
    
    text-decoration: none; 
}


.more_info_button {
    position: absolute;
    bottom: 10px;
    
    font-size: 14px;
    height: 30px;
    border: #283891 solid 1px;
    padding-top: 8px;
    color: #283891;
    text-align: center;
    width: 145px;
    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
    
    display: none;
}

.more_info_button:hover, .more_info_button:focus, .more_info_button:active {
    background-color: #FFF;
    color: #FFF;
    background: #283891;
    text-decoration: none;  
}


#top_menu {
    width: 850px;
    height: 92px;
    position: relative;
    left: 200px;/*
    top: 92px;
    border: #19a319 solid 1px;*/    
}

#logotip {
    display: inline-block;
    position: absolute;
    left: 24px;
    width: 145px;
    height: 225px;
    /*
    background: #4DC7A0;
    opacity: 0.7;
    */
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

#small_menu1 {
    position: absolute;
    right: 20px;
    top: 50px;
    min-width: 30px;
    min-height: 30px;
    z-index: 5;
    padding-top: 35px;
    
    background: url('../images/menu.png') 100% 0 no-repeat;
    display: none;
}
#small_menu_control {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}


#top_menu1 {
    position: absolute;
    top: 0px;
    }

#top_menu2 {
    position: absolute;
    top: 92px;
    }
   

.black_menu_divider {
    width: 1px;
    height: 15px;
    background-color: #283891;
    float: left;
    margin-top: 60px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

.white_menu_divider {
    width: 1px;
    height: 25px;
    background-color: #FFFFFF;
    float: left;
    margin-top: 25px;
    position: relative;
    bottom: 10px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

#main_menu {
    position: absolute;
    max-width: 1024px;
    height: 150px;
    bottom: 0px;
    
    }
    
.main_menu_item {
    position: absolute;
    bottom: 10px;
    padding-top: 105px;
    padding-left: 15px;
    padding-right: 15px;
    
    width: 175px;
    height: 150px;
    
    font-size: 19px;
    
    background-repeat: no-repeat;
    background-position: 50% 10px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    float: left;/*
    margin-right: 10px;*/
    }

div.icon_text {
    text-align: center;
    position: absolute;
    bottom: 2px;
    text-transform: uppercase;
}

.icon_subpunkt {
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
    color: #283891;
    display: none;
    border-bottom: #c8c7c7 solid 1px;
  

    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

.icon_subpunkt:hover, .icon_subpunkt:focus, .icon_subpunkt:active {
    background-color: #dadef1;
    text-decoration: none; 
}

.icon_subpunkt a {
    color: #283891;
    text-decoration: none;
}

.icon_subpunkt a:hover {
    background-color: #dadef1;
    color: #283891;
    text-decoration: none;
}

.block_title {    
    font-size: 30px;
    color: #3e2724;
    max-width: 915px;    
  /*  height: 110px;*/
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 55px;
    padding-bottom: 25px;
    text-transform: uppercase;
    
    border-bottom: #000 solid 1px;
   /* 
    background: #EBC2C0;
   */
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;    
}

.block_title span {
    font-family: Arial;
    font-size: 14px
}    


.block1024 {
    position: relative;
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0px 25px 25px 25px;
   
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box; 

}


/*############################################################################################*/
#content_page {
    position: relative;
    font-family: Arial;
    padding-top: 50px;
    /*
    background: #EBC2C0;
    */
    margin-left: 45px;
    margin-right: 45px;
    font-size: 16px;

    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;        
}

/*############################################################################################*/
#news_block {
    height: 470px;    
   /* 
    background: #78a5df;    
    opacity: 0.9;*/   
}

#news {
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;    

    margin-left: 45px;
    margin-right: 45px;
}

.news_date {
    color: #707070;
    
}

.news_title {
    padding-top: 20px;
    color: #283891;
    padding-bottom: 15px;
    font-weight: bold;    
}

.news_read_more {
    position: absolute;
    bottom: 20px;
    color: #9ea5cf;
}

/*############################################################################################*/

#bread_crumb {
    font-family: Arial;
    position: absolute;
    left: 210px;
    top: -69px;
}

#new_title {
    margin-bottom: 35px;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #283891;
}

#new_date {
    font-family: Arial;
    font-size: 14px;
    color: #707070;
    margin-bottom: 30px;
}

#news_content {
    font-family: Arial;
    position: relative;
    padding-top: 50px;
    padding-right: 150px;
    min-height: 150px;
    /*
    background: #EBC2C0;
    */
    margin-left: 45px;
    margin-right: 45px;

    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;        
}

#news_navigation_prev {
    position: relative;
    font-family: Arial;
    font-size: 14px;
    color: #9ea5cf;
    margin-top: 50px;
}
#news_navigation_next {
    position: absolute;
    font-family: Arial;
    font-size: 14px;
    color: #9ea5cf;
    bottom: 0px;
    right: 0px;
}

.news_column_date {
    vertical-align: top;
    color: #707070;
    width: 145px;
}

.news_column_content {
    vertical-align: top;
    max-width: 580px;
    min-width: 120px;
    font-family: Arial;
    padding-bottom: 65px;
}

#news_calendar {
    position: absolute;
    margin-top: 50px;
    padding-left: 20px;
    top: 0px;
    right: 0px;
    
    width: 125px;
    height: 90%;
    color: #283891;
    border-left: #283891 solid 1px; 
    
    line-height: 1.5em;
    /*
    background: #4DC7A0;
    */
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;      
}



/*############################################################################################*/
#iconographics_textura {
    background: url('../images/oblaka_textura.jpg') 0 0 repeat-x;
}

#iconographics_100 {
    width: 100%;
    height: 380px;
    
    background: url('../images/oblaka_fon.jpg') 50% 0 no-repeat;
    position: relative;    
}

#iconographics_block {
    padding-top: 45px;
    height: 370px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}
    
#iconographics {
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;    

    margin-left: 45px;
}
        


.ring {
  position: relative;
  width: 184px;
  height: 184px;
  border-radius: 50%;/*
  display: table-cell;
  vertical-align: middle;*/
  border: 6px solid #FFF;
  margin: 0 auto;
  padding: 6px;
  
  -moz-box-sizing: border-box; 
  -opera-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  -khtml-box-sizing: border-box; 
  box-sizing: border-box;   
  }


.circle {
    position: relative;
    
    width: 160px;
    height: 160px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 60px;
    color: #283891;
    margin: 0 auto;  
}        

div.circle {
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;;
    transition: all 0.5s ease-in-out;
}
 

     
.circle:hover {    
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);

    cursor: pointer;
}   

.circle_content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}

.icon_description {
    margin: 0 auto;
    color: #283891;
    height: 100px;
    font-size: 18px;
    margin-top: 25px;
    text-align: center;
    width: 85%;
    
}

.icon_column {
    position: relative;
    width: 228px;
    float: left;
    
}


/*############################################################################################*/
#our_command_block1, #iconographics_block1, #news_block1, #partners_block1 {
    position: absolute;
    top: -142px;   
}
 
#our_command {
    position: relative;/*
    background: url('../images/command_fon.jpg') no-repeat;*/
    max-width: 912px;
    height: 455px;
    
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 45px;

    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;

}

#command_vertical_carousel {
    position: relative;
    /*
    background: #EBC2C0;
    opacity: 0.7;*/
    width: 157px;
    height: 455px;
    
    float: left;    
        
}

.jcarousel_btn {
    display: none;
}

#my-prev {
    position: relative;
    left: 35px;    
    top: 15px;
    opacity: 0.5;
}

#my-prev:hover {
    opacity: 1;
} 

.small_photo {
    border: #e5e7f3 3px solid;
    border-radius: 4px;
    margin: 4px;
    width: 100px;
    cursor: pointer;
   /*
    box-shadow: 2px 2px 2px #888;
    */
}

#command_parallax {
    width: 725px;
    height: 455px;        
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;

    float: left;/*
    background: #EBE4C0;    
    opacity: 0.7; */   
}

.person_left_column {
    width: 50px;
    color: #283891;
    text-align: right;
    padding-right: 10px;
    min-height: 60px; 
}

.person_right_column {
    width: 260px;
    font-family: Arial;
    font-size: 13px; 
    color: #000;
}

.mobile_block {
    display: none;
}

.coworkers {
    width: 100%;
    min-height: 370px;
    font-family: Helios Cond Light;;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;    
}

.coworkers .da-img {
    float: left;
    margin-bottom: 20px;
    
    background: #b0b5d8;
}

.coworkers .info {
    margin-left: 20px;
    float: left;   
}
.title_h2{
	color: #283891;
	font-size: 30px;
	top: 33px;
        min-width: 290px; 
	white-space: nowrap;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-weight: normal;
        margin-bottom: 10px;
        display: block;
}

.coworkers table {
    width: 100%;
    margin-bottom: 80px;
}

.coworkers .da-profession {
    margin-bottom: 20px;
    
}

.coworkers .right_column {
    font-family: Arial;
    font-size: 13px; 
    color: #000;
    max-width: 450px;    
}

.right_column a {
    background: url("../images/mail_icon_b.png") 0px 2px no-repeat;
    padding-left: 20px;
    
}


/*############################################################################################*/
#partners_100 {
    width: 100%;
    height: 375px;
    
    background: url('../images/partners_fon.png');
    position: relative;
}

#partners_block {
    height: 375px; 
}
#partners {
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;    

    margin-left: 35px;
    margin-right: 35px;
}

.owl_prev, .owl_next {
    width: 22px;
    height: 43px;
    position: absolute;
    top: 50%;
    opacity: 0.5;
}

.owl_prev:hover, .owl_next:hover {
    color: #000000;
    cursor: pointer;
    opacity: 1;
}


.owl_prev {
    left: 15px;
    background: url('../images/prev.png') no-repeat;
    
}

.owl_next {
    right: 22px;
    background: url('../images/next.png') no-repeat;
}

.partner_category {
    color: #283891;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 55px;
    margin-top: 30px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box; 
}

.partner_picture {
    min-width: 250px;
    text-align: center;
    vertical-align: middle;
    height: 140px;
    border-right: #979ec9 1px solid;
    border-bottom: #979ec9 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;

    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box; 
    
}

.partner_name {
    position: relative;
    min-width: 270px;
    text-align: left;
    vertical-align: top;
    border-right: #979ec9 1px solid;
    border-bottom: #979ec9 1px solid;
    padding: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #283891;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box; 
    
}

.partner_url {
    position: absolute;
    bottom: 20px;
    font-family: Helios Cond Light;
    font-size: 14px;
    font-weight: initial;
    width: 100%;
}
    

.partner_description {
    width: 460px;
    text-align: left;
    vertical-align: top;
    border-bottom: #979ec9 1px solid;
    padding: 20px;
    font-size: 14px;
    font-family: Arial;
}

.more_then_800 {
     position: relative;
     text-align: center;
     display: none;
     width: 100%;
    }

            
/*############################################################################################*/
#call_back_block {
    height: 410px;
}

/*############################################################################################*/
#yandex_map_100 {
    width: 100%;
    height: 395px;

}

/*############################################################################################*/
#footer_100 {
    width: 100%;
  /*  height: 212px;*/
    background: #dadef1;
}

#footer_block {
    
    color: #283891;/*
    background: #dadef1 url('../images/footer_fon.png') no-repeat; */
    padding-top: 25px;
    height: auto;
    overflow: hidden;

}

#footer_logo_block {
    width: 225px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    line-height: 1.6em;
    margin-left: 40px;
    
    background: url('../images/footer_logo.png') 50% 0px no-repeat;
    text-align: center;
    border-right: #b0b5d8 solid 1px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;

    float: left;    
}

#footer_menu2_block {
    position: relative;
    width: 221px;
    height: 165px;/*
    background: #ff9;
    opacity: 0.5;*/
    float: left;
    
    margin-left: 34px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;      
}

.footer_menu2_column {
    width: 110px;
    float: left;
    
}

.footer_menu2_column p {
    line-height: 1.2em
}

#footer_menu1_block {
    width: 220px;
    height: 165px;
    float: left;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box; 
}

#footer_menu1_block p {
    line-height: 1.55em
}

#menu1_hidden {
    display: none;
}

#footer_socseti {
    position: absolute;
    bottom: 18px;
    left: 322px;
    
    height: 27px;
    width: 190px;
}
/*
#footer_right_block {
    width: 220px;
    height: 165px;
    float: left;
    position: relative;
}
*/
#footer_right_counter {
    position: absolute;
    right: 54px;
    top: 54px;
}

#footer_right_info {
    position: absolute;
    right: 45px;
    top: 105px;
    color: #979ec9;
    
    padding-left: 90px;
    font-size: 0.9em;
    
    background: url('../images/torg_ryad.png') 0px 2px no-repeat;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;       
}

a {
    color: #283891;
    text-decoration: none;
 }
 
a:hover {  
    text-decoration: underline;
 }
 
 a.light {
    color: #9ea5cf;
    text-decoration: none;   
 }
 
a.light:hover {
    color: #283891;
    text-decoration: underline;
 }

.facebook {
    background: url('../images/socseti/facebook.png') no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    margin-right: 5px;
}
   
.facebook:hover {
    background-position: 0 -27px; 
}

.vkontakte {
    background: url('../images/socseti/vkontakte.png') no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    margin-right: 5px;
}
   
.vkontakte:hover {
    background-position: 0 -27px; 
}

.instagram {
    background: url('../images/socseti/instagram.png') no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    margin-right: 5px;
}
   
.instagram:hover {
    background-position: 0 -27px; 
}

#overlay {
    z-index: 11;
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

#call_back {
    max-width: 400px;
    min-width: 320px;
        
    border: 1px #283891 solid;
    color: #283891;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 29999;
    padding: 20px 45px;    
}

#call_back #call_back_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
    display: block;
}

.call_back_title {
    font-size: 30px;
    color: #3e2724;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    text-transform: uppercase;
}

.call_back_field {
    position: relative;
    width: 100%;
    height: 1.5em;
    border-bottom: #9ea5cf solid 1px;
    margin-bottom: 20px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

.call_back_field input, .call_back_area {
    border: 0;
    float: left;
    margin-bottom: 2px;
    font-family: "Helios Cond Light";
    font-size: 14px;
    min-width: 73%;
}
 
.call_back_area {
    width: 100%;
    border-bottom: #9ea5cf solid 1px;
    resize: none;
    outline: none;
     
}

.call_back_field_title {
    float: left;
    margin-right: 20px;
    width: 50px;
}

.send_button {
    display: inline-block;
    font-size: 14px;
    height: 34px;
    border: #283891 solid 1px;
    color: #283891;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-family: Helios Cond Light;
    background: #fff;
    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
    cursor: pointer;
}

.send_button:hover, .send_button:focus, .send_button:active {
    background-color: #FFF;
    color: #FFF;
    background: #283891;
    text-decoration: none;  
}

#write_us_block {
    position: relative;
    margin-left: 45px;
    margin-top: 60px;
    color: #9ea5cf;    
}

#email_result, #email_result_window, #email_anketa_result {
    position: absolute;
    top: -60px;
    width: 95%;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    background: #e0ffd1;
    color: #283891;
    padding: 10px 0px;
    display: none;
}

#email_result_window, #email_anketa_result {
    margin-top: 10px;
    width: 100%;
    position: relative;
    top: 0px;
    display: none;
}

.write_us_column {
    width: 50%;
    height: 100%;
    float: left;
    padding-right: 100px;    
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

#anketa_block {
    margin-left: 45px;
    margin-top: 60px;
    color: #000;
    font-size: 14px;
    
}

.text-error {
    position: absolute;
    left: 0px;
    color: #FF0000;
    width: 90%;
}

.anketa_paragraf {
    margin-top: 55px;
    margin-bottom: 30px;    
}

.anketa_field, .anketa_field_50 {
    position: relative;
    color: #979ec9;
    width: 100%;
    height: 1.5em;
    border-bottom: #979ec9 solid 1px;
    margin-bottom: 20px;
    margin-bottom: 35px;
    
    -moz-box-sizing: border-box; 
    -opera-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -khtml-box-sizing: border-box; 
    box-sizing: border-box;
}

.anketa_field_50 {
    width: 48%;
    float: left;
    margin-right: 10px;
}

.anketa_area {
    width: 100%;
    border: 0px;
    border-bottom: #9ea5cf solid 1px;
   /* background: #e5e7f3; */
}

.anketa_field_title {
    float: left;
    min-width: 110px;
}

.anketa_field input, .anketa_field_50 input {
    border: 0;
    float: left;
    margin-bottom: 2px;
    font-family: "Helios Cond Light";
    font-size: 14px;
    width: 60%;
/*    background: #e5e7f3;*/
 }

.anketa_field_50 input {
  /*  min-width: 180px;*/
 }
 
 #last_company {
     clear: both;
     margin-bottom: 20px;
 }
 
 #add_company {
     cursor: pointer;
 }
 
 #anketa_send_button {
     position: relative;
     margin: 0 33%;
     width: 33%;
 }
 
 .for-anketa_organization1 {
     left: 70px;
 }
