@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.eot');
    src: url('../fonts/montserrat-bold.eot') format('embedded-opentype'),
         url('../fonts/montserrat-bold.woff') format('woff'),
         url('../fonts/montserrat-bold.ttf') format('truetype'),
         url('../fonts/montserrat-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular.eot');
    src: url('../fonts/montserrat-regular.eot') format('embedded-opentype'),
         url('../fonts/montserrat-regular.woff') format('woff'),
         url('../fonts/montserrat-regular.ttf') format('truetype'),
         url('../fonts/montserrat-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


div, section, body
{
    display: block;
    margin: 0;
    padding: 0;  
    width: 100%;
}
a 
{
    text-decoration: none;    
}
body
{
    height: 100vh;
    background: #000;
    width: 100%;
}
html
{      
    width: 100%;
    font-family: 'montserrat-regular', Verdana, Arial; 
    
}


img, p
{
    display: inline-block;
    border: none;
}
@media only screen and (min-width: 1216px) {
    .policy
    {
        width: 510px;
        height: 70px;
        background: rgba(255,255,255,0.76);
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -265px;
        z-index: 13;
    }
    .policy_down {
    bottom: -80px;
    
  }
    #policy_content
    {
        width: 465px;
        margin: 16px auto 0 auto;
        height: 53px;
        
    }
    #policy_left
    {
        width:320px;
        height: 53px;
        display: inline-block;
        float: left;        
    }
    #policy_right
    {
        width:130px;
        height: 53px;
        display: inline-block;
        float: right;
        
    }
    #policy_l1
    {
        width: 320px;
        height: 25px;
        display: block;
    }
    
    .policy_pink
    {
        margin: 0 0 0 10px;
        padding: 0;
        float: left;
        color: #6a1c7f;
        font-size: 20px;
        display: inline-block;
    }
    .policy_black
    {
        margin: 0;
        padding: 0;
        float: left;
        color: #000;
        font-size: 20px;
        display: inline-block;
    }
    #policy_l2
    {
        width: 320px;
        height: 30px;
        display: block;
        color: #828282;
        font-size: 12px;
    }
    #policy_button
    {
        width: 130px;
        height: 40px;
        background: #6a1c7f;
        text-align: center;
        font-size: 16px;
        display: block;
        line-height: 40px;
        color: #fff;
    }
    
    #top
{
    width: 100%;
    height: 78px;
    background-color: #363636;
    display: block;
    z-index: 6;
    position: relative;
}
#top_con
{
    width: 1174px;
    height: 78px;
    margin: 0 auto;
}
#top_logo
{
    margin: 0 0 0 0px;
    display: inline-block;
    float: left;
    width: 232px;
    
}
#top_menu
{
    display: inline-block;
    float: left;
    width: 925px;    
    margin: 0 0 0 0px;
    height: 78px;
}
.menu_button
{
    display: inline-block;
    float: left;
}

#but_career, #but_training, #but_service, #but_media, #but_company, #but_contact
{
    display: inline-block;
    float: left;
    width: 153px;
    text-align: center;    
    font-size: 16px;
    color: #fff;
    line-height: 78px;
    transition: transform 1.2s;
    
}
#but_career:hover, #but_training:hover, #but_service:hover, #but_media:hover, #but_company:hover, #but_contact:hover
{
    font-size: 17px; 
  
}
.menu_active
{
   background-color: #6a1c7f 
}

.submenu
{
    width: 1174px;
    height: 310px;
    background: #282828;
    margin: 0 auto;
    display: block; 
    border-bottom: 5px #6a1c7f solid;
    z-index: 5;
    position: relative;   
    top: -315px
}
.submenu_close
{
    top: 0;
}


#sub_content
{
    height: 270px;
    width: 100%;
    
}
#sub_bottom
{
    width: 1174px;
    height: 40px;
    
}
#sub_tel
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_tel.png') no-repeat;
    margin: 0 0 0 16px;   
}

#sub_mail
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_mail.png') no-repeat;
    margin: 0 0 0 16px;
}

#sub_tel a, #sub_mail a
{
    font-size: 12px;
    line-height: 35px;
    color: #626262;
    padding: 0 0 0 25px;
}
#sub_arrow
{
    display: inline-block;
    float: left;
    width: 21px;
    height: 40px;
    background: url('../img/ico_arrow.png') no-repeat;
    margin: 5px 0 0 120px;
}
#aog_1
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #451452;  
    text-align: center;
}
#aog_2
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #6a1c7f;  
    text-align: center;
}
#aog_3
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #451452;  
    text-align: center;
}
#aog_1 a, #aog_2 a, #aog_3 a
{
    color: #fff;
    font-size: 15px;
    line-height: 40px;  
}

.menu_company
{
    width: 885px;
    height: 178px;    
    display: none;
    margin: 72px 0 0 165px;
}
#company_intro,  #company_bases, #company_caa, #company_fin, #company_ue
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}


#company_intro:hover, #company_bases:hover, #company_caa:hover, #company_fin:hover, #company_ue:hover, #service_engine:hover, #service_aog:hover, #service_line:hover, #service_base:hover, #service_camo:hover, #training_gen:hover,  #training_adv:hover, #training_plan:hover, #elearning_icon:hover, #career_why:hover,  #career_job:hover, #media_news:hover,  #media_blog:hover, #media_press:hover  
{
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}

.menu_company a
{
    color: #fff;
    
}
#company_intro
{
    background: url('../img/com_intro.png') no-repeat;
    background-position: 50% 0;
}

#company_bases
{
    background: url('../img/com_bases.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#company_caa
{
    background: url('../img/com_caa.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#company_fin
{
    background: url('../img/com_fin.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#company_ue
{
    background: url('../img/com_ue.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}

.menu_service
{
    width: 1025px;
    height: 178px;    
    display: none;
    margin: 72px 0 0 75px;
}
#service_engine, #service_aog,  #service_line, #service_base, #service_camo
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
.menu_service a
{
    color: #fff;
    
}
#service_engine
{
    background: url('../img/ser_engine.png') no-repeat;
    margin: 0 0 0 0px;
    background-position: 50% 0;
}
#service_aog
{
    background: url('../img/ser_aog.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#service_line
{
    background: url('../img/ser_line.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#service_base
{
    background: url('../img/ser_base.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#service_camo
{
    background: url('../img/ser_camo.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}


.menu_training
{
    width: 890px;
    height: 178px;    
    display: none;
    margin: 72px 0 0 165px;
}
.menu_training a
{
    color: #fff;
    
}
#training_gen,  #training_adv, #training_plan, #elearning_icon
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
#training_gen
{
    background: url('../img/trai_gen.png') no-repeat;
    margin: 0 0 0 45px;
    background-position: 50% 0;
}
#training_adv
{
    background: url('../img/trai_adv.png') no-repeat;
    margin: 0 0 0 45px;
    background-position: 50% 0;
}
#training_plan
{
    background: url('../img/trai_plan.png') no-repeat;
    margin: 0 0 0 45px;
    background-position: 50% 0;
}
#elearning_icon
{
    background: url('../img/e_learning.png') no-repeat;
    margin: 0 0 0 45px;
    background-position: 50% 0;
}

.menu_career
{
    width: 1025px;
    height: 178px;    
    display: none;
    margin: 72px 0 0 75px;
}
.menu_career a
{
    color: #fff;
    
}
#career_why,  #career_job
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
#career_why
{
    background: url('../img/car_why.png') no-repeat;
    margin: 0 0 0 300px;
    background-position: 50% 0;
}
#career_job
{
    background: url('../img/car_job.png') no-repeat;
    margin: 0 0 0 150px;
    background-position: 50% 0;
}


.menu_media
{
    width: 1025px;
    height: 178px;    
    display: none;
    margin: 72px 0 0 75px;
}
.menu_media a
{
    color: #fff;
    
}
#media_news,  #media_blog, #media_press
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
#media_news
{
    background: url('../img/med_news.png') no-repeat;
    margin: 0 0 0 170px;
    background-position: 50% 0;
}
#media_blog
{
    background: url('../img/med_blog.png') no-repeat;
    margin: 0 0 0 105px;
    background-position: 50% 0;
}
#media_press
{
    background: url('../img/med_press.png') no-repeat;
    margin: 0 0 0 105px;
    background-position: 50% 0;
}
 #menu_shape_company
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 231px 0px;
     display: none;
 }
  #menu_shape_service
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 386px 0px;
     display: none;
 }
  #menu_shape_training
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 538px 0px;
     display: none;
 }
  #menu_shape_career
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 692px 0px;
     display: none;
 }
  #menu_shape_media
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 845px 0px;
     display: none;
 }
 #emergency
 {
     width: 616px;
     height: 40px;
     display: block;
     margin: 0 auto;
     position: relative;
     top: -315px;
     right: -275px;
     z-index: 3;
 }
 
 #container_body
 {
     width: 100%;
     height: 100%;  
     display: block;
     position: absolute;
     top: 0;
     background: url('../img/bg1.jpg');
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: cover;
        
 }
 #lang_cont
 {
     width: 78px;
     height: 78px;
     position: absolute;
     top: 0;
     right: 0;
     background: #6a1c7f;
     z-index: 12;
     color: #fff;
     line-height: 78px;
     text-align: center;
 }
 #social_cont
 {
     width: 165px;
     height: 120px;
     position: fixed;
     right: -125px;
     top: 42%;
     z-index: 12;
 }
 .social_open
 {
     right: 0 !important;
 }
 #social_left
 {
     width: 40px;
     height: 115px;
     display: inline-block;
     float: left;
     background: #363636;
     padding: 5px 0 0 0;
 }
 #social_right
 {
     width: 125px;
     height: 112px;
     display: inline-block;
     float: left;
     background: #fff;
     padding: 8px 0 0 0;
 }
 
 #ink_soc_linetech, #link_soc_adriatehnika, #link_soc_jattehnika
 {
     width: 125px;
     height: 31px;
     display: block;
     margin: 0;
     padding: 3px 0;
 }
 .social_ico_ln, .social_ico_tw, .social_ico_fb, .social_ico_in
 {
     width: 40px;
     height: 27px;
     display: block;   
     -webkit-filter: invert(50%);
    -moz-filter: invert(50%);
    -o-filter: invert(50%);
    -ms-filter: invert(50%);
 }
 .social_ico_ln
 {
     background: url('../img/ico_ln.png') no-repeat;
     background-position: 50%;
     
 }
.social_ico_tw
 {
     background: url('../img/ico_tw.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_in
 {
     background: url('../img/ico_in.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_fb
 {
     background: url('../img/ico_fb.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_ln:hover, .social_ico_tw:hover, .social_ico_fb:hover, .social_ico_in:hover
 {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
 }
 #unia_cont
 {
     width: 193px;
     height: 69px;
     position: fixed;
     display: block;
     bottom: 0; 
     right: 10px;
     z-index: 12;
     background: url('../img/unia_logo.png') no-repeat;
     
 }
 #watch_yt
 {
     width: 850px;
     height: 90px;     
     z-index: 1;
     display: block;
     margin: 0 auto;
     position: relative;
     top: 280px;
     left: -160px;
 }
 #container_body a 
 {
     color: #fff;
 }
 #container_body a:hover
 {
     color: #494949;
 }
 #yt_1
 {
     width: 100%;
     height: 50px;
     display: block;
     font-family: 'montserrat-bold', Verdana, Arial; 
     font-size: 38px;     
 }
 #yt_2
 {
     width: 100%;
     height: 40px;
     background: url('../img/ico_watch.png') no-repeat;
     display: block;
     background-position: -3px 3px;
     padding: 8px 0 0 49px;
     font-size: 19px;
 }
 #menu_close
 {
     width: 100%;
     height: 820px;  
     position: absolute;
     top: 0;
     background: url('../img/transp.png') repeat;
     z-index: 2;
     display: none;
 }
 #training_adv, #training_plan, #company_fin, #company_ue, #media_news, #media_blog, #career_job, #elearning_icon
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s; 
    color: #fff;
}
 #mobile_top
 {
     display: none;
 }
 #aog_index_container_mob
{ 
    display: none;
}
}



@media only screen and (min-width: 1023px) and (max-width: 1215px)  {
.policy
    {
        width: 510px;
        height: 70px;
        background: rgba(255,255,255,0.76);
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -265px;
        z-index: 13;
    }
    .policy_down {
    bottom: -80px;
    
  }
    #policy_content
    {
        width: 465px;
        margin: 16px auto 0 auto;
        height: 53px;
        
    }
    #policy_left
    {
        width:320px;
        height: 53px;
        display: inline-block;
        float: left;        
    }
    #policy_right
    {
        width:130px;
        height: 53px;
        display: inline-block;
        float: right;
        
    }
    #policy_l1
    {
        width: 320px;
        height: 25px;
        display: block;
    }
    
    .policy_pink
    {
        margin: 0 0 0 10px;
        padding: 0;
        float: left;
        color: #6a1c7f;
        font-size: 20px;
        display: inline-block;
    }
    .policy_black
    {
        margin: 0;
        padding: 0;
        float: left;
        color: #000;
        font-size: 20px;
        display: inline-block;
    }
    #policy_l2
    {
        width: 320px;
        height: 30px;
        display: block;
        color: #828282;
        font-size: 12px;
    }
    #policy_button
    {
        width: 130px;
        height: 40px;
        background: #6a1c7f;
        text-align: center;
        font-size: 16px;
        display: block;
        line-height: 40px;
        color: #fff;
    }
    #top
{
    width: 100%;
    height: 78px;
    background-color: #363636;
    display: block;
    z-index: 6;
    position: relative;
}
#top_con
{
    width: 1023px;
    height: 78px;
    margin: 0 auto;
}
#top_logo
{
    margin: 0 0 0 0px;
    display: inline-block;
    float: left;
    width: 232px;
    
}
#top_menu
{
    display: inline-block;
    float: left;
    width: 725px;    
    margin: 0 0 0 0px;
    height: 78px;
}
.menu_button
{
    display: inline-block;
    float: left;
}

#but_career, #but_training, #but_service, #but_media, #but_company, #but_contact
{
    display: inline-block;
    float: left;
    width: 118px;
    text-align: center;    
    font-size: 16px;
    color: #fff;
    line-height: 78px;
    transition: transform 1.2s;
    
}
#but_career:hover, #but_training:hover, #but_service:hover, #but_media:hover, #but_company:hover, #but_contact:hover
{
    font-size: 17px; 
  
}
.menu_active
{
   background-color: #6a1c7f 
}

.submenu
{
    width: 1024px;
    height: 250px;
    background: #282828;
    margin: 0 auto;
    display: block; 
    border-bottom: 5px #6a1c7f solid;
    z-index: 5;
    position: relative;   
    top: -315px
}
.submenu_close
{
    top: 0;
}
#sub_content
{
    height: 210px;
    width: 100%;
    
}
#sub_bottom
{
    width: 1024px;
    height: 40px;
    
}
#sub_tel
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_tel.png') no-repeat;
    margin: 0 0 0 16px;   
}

#sub_mail
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_mail.png') no-repeat;
    margin: 0 0 0 16px;
}

#sub_tel a, #sub_mail a
{
    font-size: 12px;
    line-height: 35px;
    color: #626262;
    padding: 0 0 0 25px;
}
#sub_arrow
{
    display: inline-block;
    float: left;
    width: 21px;
    height: 40px;
    background: url('../img/ico_arrow.png') no-repeat;
    margin: 5px 0 0 30px;
}
#aog_1
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #451452;  
    text-align: center;
}
#aog_2
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #6a1c7f;  
    text-align: center;
}
#aog_3
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #451452;  
    text-align: center;
}
#aog_1 a, #aog_2 a, #aog_3 a
{
    color: #fff;
    font-size: 15px;
    line-height: 40px;  
}

.menu_company
{
    width: 784px;
    height: 178px;    
    display: none;
    margin: 25px 0 0 135px
}
#company_intro,  #company_bases, #company_caa, #company_fin, #company_ue
{
    width: 125px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}


#company_intro:hover, #company_bases:hover, #company_caa:hover, #company_fin:hover, #company_ue:hover, #service_engine:hover, #service_aog:hover, #service_line:hover, #service_base:hover, #service_camo:hover, #training_gen:hover,  #training_adv:hover, #training_plan:hover, #elearning_icon:hover, #career_why:hover,  #career_job:hover, #media_news:hover,  #media_blog:hover, #media_press:hover  
{
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}

.menu_company a
{
    color: #fff;
    
}
#company_intro
{
    background: url('../img/com_intro.png') no-repeat;
    background-position: 50% 0;
}

#company_bases
{
    background: url('../img/com_bases.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#company_caa
{
    background: url('../img/com_caa.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#company_fin
{
    background: url('../img/com_fin.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#company_ue
{
    background: url('../img/com_ue.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}

.menu_service
{
    width: 982px;
    height: 178px;    
    display: none;
    margin: 25px 0 0 25px;
}
#service_engine, #service_aog,  #service_line, #service_base, #service_camo
{
    width: 135px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
.menu_service a
{
    color: #fff;
    
}
#service_engine
{
    background: url('../img/ser_engine.png') no-repeat;
    margin: 0 0 0 0px;
    background-position: 50% 0;
}
#service_aog
{
    background: url('../img/ser_aog.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#service_line
{
    background: url('../img/ser_line.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#service_base
{
    background: url('../img/ser_base.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#service_camo
{
    background: url('../img/ser_camo.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}


.menu_training
{
   width: 784px;
    height: 178px;    
    display: none;
    margin: 25px 0 0 135px
}
.menu_training a
{
    color: #fff;
    
}
#training_gen,  #training_adv, #training_plan, #elearning_icon
{
    width: 125px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
#training_gen
{
    background: url('../img/trai_gen.png') no-repeat;
    margin: 0 0 0 0px;
    background-position: 50% 0;
}
#training_adv
{
    background: url('../img/trai_adv.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#training_plan
{
    background: url('../img/trai_plan.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
#elearning_icon
{
    background: url('../img/e_learning.png') no-repeat;
    margin: 0 0 0 75px;
    background-position: 50% 0;
}
.menu_career
{
    width: 965px;
    height: 178px;    
    display: none;
    margin: 25px 0 0 5px;
}
.menu_career a
{
    color: #fff;
    
}
#career_why,  #career_job
{
    width: 125px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
#career_why
{
    background: url('../img/car_why.png') no-repeat;
    margin: 0 0 0 300px;
    background-position: 50% 0;
}
#career_job
{
    background: url('../img/car_job.png') no-repeat;
    margin: 0 0 0 150px;
    background-position: 50% 0;
}


.menu_media
{
    width: 905px;
    height: 178px;    
    display: none;
    margin: 25px 0 0 35px;
}
.menu_media a
{
    color: #fff;
    
}
#media_news,  #media_blog, #media_press
{
    width: 125px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
}
#media_news
{
    background: url('../img/med_news.png') no-repeat;
    margin: 0 0 0 170px;
    background-position: 50% 0;
}
#media_blog
{
    background: url('../img/med_blog.png') no-repeat;
    margin: 0 0 0 105px;
    background-position: 50% 0;
}
#media_press
{
    background: url('../img/med_press.png') no-repeat;
    margin: 0 0 0 105px;
    background-position: 50% 0;
}
 #menu_shape_company
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 215px -2px;
     display: none;
 }
  #menu_shape_service
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 334px -2px;
     display: none;
 }
  #menu_shape_training
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 451px -2px;
     display: none;
 }
  #menu_shape_career
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 571px -2px;
     display: none;
 }
  #menu_shape_media
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 688px -2px;
     display: none;
 }
 #emergency
 {
     width: 616px;
     height: 40px;
     display: block;
     margin: 0 auto;
     position: relative;
     top: -255px;
     right: -201px;
     z-index: 3;
 }
 
 #container_body
 {
     width: 100%;
     height: 820px;  
     display: block;
     position: absolute;
     top: 0;
     background: url('../img/bg1.jpg');
     background-repeat: no-repeat;
     background-position: 50% 0;
        
 }
 #lang_cont
 {
     width: 78px;
     height: 78px;
     position: absolute;
     top: 0;
     right: 0;
     background: #6a1c7f;
     z-index: 12;
     color: #fff;
     line-height: 78px;
     text-align: center;
 }
 #social_cont
 {
     width: 165px;
     height: 120px;
     position: fixed;
     right: -125px;
     top: 42%;
     z-index: 12;
 }
 .social_open
 {
     right: 0 !important;
 }
 #social_left
 {
     width: 40px;
     height: 115px;
     display: inline-block;
     float: left;
     background: #363636;
     padding: 5px 0 0 0;
 }
 #social_right
 {
     width: 125px;
     height: 112px;
     display: inline-block;
     float: left;
     background: #fff;
     padding: 8px 0 0 0;
 }
 
 #ink_soc_linetech, #link_soc_adriatehnika, #link_soc_jattehnika
 {
     width: 125px;
     height: 31px;
     display: block;
     margin: 0;
     padding: 3px 0;
 }
 .social_ico_ln, .social_ico_tw, .social_ico_fb, .social_ico_in
 {
     width: 40px;
     height: 27px;
     display: block;   
     -webkit-filter: invert(50%);
    -moz-filter: invert(50%);
    -o-filter: invert(50%);
    -ms-filter: invert(50%);
 }
 .social_ico_ln
 {
     background: url('../img/ico_ln.png') no-repeat;
     background-position: 50%;
     
 }
.social_ico_tw
 {
     background: url('../img/ico_tw.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_in
 {
     background: url('../img/ico_in.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_fb
 {
     background: url('../img/ico_fb.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_ln:hover, .social_ico_tw:hover, .social_ico_fb:hover, .social_ico_in:hover
 {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
 }
 #unia_cont
 {
     width: 233px;
     height: 69px;
     position: fixed;
     display: block;
     bottom: 0; 
     right: 10px;
     z-index: 12;
     background: url('../img/unia_logo.png') no-repeat;
     
 }
 #watch_yt
 {
     width: 760px;
     height: 90px;     
     z-index: 1;
     display: block;
     margin: 0 auto;
     position: relative;
     top: 280px;
     left: -110px;
 }
 #container_body a 
 {
     color: #000;
 }
 #container_body a:hover
 {
     color: #494949;
 }
 #yt_1
 {
     width: 100%;
     height: 50px;
     display: block;
     font-family: 'montserrat-bold', Verdana, Arial; 
     font-size: 38px;     
 }
 #yt_2
 {
     width: 100%;
     height: 40px;
     background: url('../img/ico_watch.png') no-repeat;
     display: block;
     background-position: -3px 3px;
     padding: 8px 0 0 49px;
     font-size: 19px;
 }
 #menu_close
 {
     width: 100%;
     height: 820px;  
     position: absolute;
     top: 0;
     background: url('../img/transp.png') repeat;
     z-index: 2;
     display: none;
 }
 #training_adv, #training_plan, #elearning_icon, #company_fin, #company_ue, #media_news, #media_blog, #career_job
{
    width: 125px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s; 
    color: #fff;
}
 #mobile_top
 {
     display: none;
 }
 #aog_index_container_mob
{ 
    display: none;
}
}
@media only screen and (min-width: 666px) and (max-width: 1022px)  {
 .policy
    {
        width: 510px;
        height: 70px;
        background: rgba(255,255,255,0.76);
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -265px;
        z-index: 13;
    }
    .policy_down {
    bottom: -80px;
    
  }
    #policy_content
    {
        width: 465px;
        margin: 16px auto 0 auto;
        height: 53px;
        
    }
    #policy_left
    {
        width:320px;
        height: 53px;
        display: inline-block;
        float: left;        
    }
    #policy_right
    {
        width:130px;
        height: 53px;
        display: inline-block;
        float: right;
        
    }
    #policy_l1
    {
        width: 320px;
        height: 25px;
        display: block;
    }
    
    .policy_pink
    {
        margin: 0 0 0 10px;
        padding: 0;
        float: left;
        color: #6a1c7f;
        font-size: 20px;
        display: inline-block;
    }
    .policy_black
    {
        margin: 0;
        padding: 0;
        float: left;
        color: #000;
        font-size: 20px;
        display: inline-block;
    }
    #policy_l2
    {
        width: 320px;
        height: 30px;
        display: block;
        color: #828282;
        font-size: 12px;
    }
    #policy_button
    {
        width: 130px;
        height: 40px;
        background: #6a1c7f;
        text-align: center;
        font-size: 16px;
        display: block;
        line-height: 40px;
        color: #fff;
    }
    #top
{
    width: 100%;
    height: 116px;
    background-color: #363636;
    display: block;
    z-index: 6;
    position: relative;    
}
#top_con
{
    width: 666px;
    height: 120px;
    margin: 0 auto;
}
#top_logo
{
    margin: -10px 0 0 0px;
    height:68px;
    width: 232px;
    display: block;
    
}
#top_menu
{
    display: inline-block;
    float: left;
    width: 666px;    
    margin: 0 0 0 0px;
    height: 48px;
}
.menu_button
{
    display: inline-block;
    float: left;
}

#but_career, #but_training, #but_service, #but_media, #but_company, #but_contact
{
    display: inline-block;
    float: left;
    width: 110px;
    text-align: center;    
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    transition: transform 1.2s;
    
}
#but_career:hover, #but_training:hover, #but_service:hover, #but_media:hover, #but_company:hover, #but_contact:hover
{
    font-size: 17px; 
  
}
.menu_active
{
   background-color: #6a1c7f 
}

.submenu
{
    width: 666px;
    height: 190px;
    background: #282828;
    margin: 0 auto;
    display: block; 
    border-bottom: 5px #6a1c7f solid;
    z-index: 5;
    position: relative;   
    top: -315px
}
.submenu_close
{
    top: 0;
}
#sub_content
{
    height: 150px;
    width: 100%;
    
}
#sub_bottom
{
    width: 666px;
    height: 40px;
    
}
#sub_tel
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_tel.png') no-repeat;
    margin: 0 0 0 16px;   
}

#sub_mail
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_mail.png') no-repeat;
    margin: 0 0 0 16px;
}

#sub_tel a, #sub_mail a
{
    font-size: 12px;
    line-height: 35px;
    color: #626262;
    padding: 0 0 0 25px;
}
#sub_arrow
{
    display: inline-block;
    float: left;
    width: 21px;
    height: 40px;
    background: url('../img/ico_arrow.png') no-repeat;
    margin: 5px 0 0 250px;
}
#aog_1
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #451452;  
    text-align: center;
}
#aog_2
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #6a1c7f;  
    text-align: center;
}
#aog_3
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 205px;
    background: #451452;  
    text-align: center;
}
#aog_1 a, #aog_2 a, #aog_3 a
{
    color: #fff;
    font-size: 15px;
    line-height: 40px;  
}

.menu_company
{
    width: 546px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 75px;
}
#company_intro,  #company_bases, #company_caa, #company_fin, #company_ue
{
    width: 120px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 85px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}

 #training_adv, #training_plan, #elearning_icon,  #media_news, #media_blog, #career_job
{
    width: 120px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 85px 0 0 0;
    transition: transform .2s; 
    color: #fff;
     -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}

#company_intro:hover, #company_bases:hover, #company_caa:hover, #company_fin:hover, #company_ue:hover, #service_aog:hover, #service_engine:hover, #service_line:hover, #service_base:hover, #service_camo:hover, #training_gen:hover,  #training_adv:hover, #training_plan:hover, #elearning_icon:hover, #career_why:hover,  #career_job:hover, #media_news:hover,  #media_blog:hover, #media_press:hover  
{
  -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari 3-8 */
  transform: scale(0.8); 
}

.menu_company a
{
    color: #fff;
    
}
#company_intro
{
    background: url('../img/com_intro.png') no-repeat;
    background-position: 50% 0;
}

#company_bases
{
    background: url('../img/com_bases.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#company_caa
{
    background: url('../img/com_caa.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#company_fin
{
    background: url('../img/com_fin.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#company_ue
{
    background: url('../img/com_ue.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}

.menu_service
{
    width: 666px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
#service_engine, #service_aog,  #service_line, #service_base, #service_camo
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
    transform: scale(0.9); 
}
.menu_service a
{
    color: #fff;
    
}
#service_engine
{
    background: url('../img/ser_engine.png') no-repeat;
    margin: 0 0 0 5px;
    background-position: 50% 0;
}
#service_aog
{
    background: url('../img/ser_aog.png') no-repeat;
    margin: 0 0 0 5px;
    background-position: 50% 0;
}
#service_line
{
    background: url('../img/ser_line.png') no-repeat;
    margin: 0 0 0 5px;
    background-position: 50% 0;
}
#service_base
{
    background: url('../img/ser_base.png') no-repeat;
    margin: 0 0 0 5px;
    background-position: 50% 0;
}
#service_camo
{
    background: url('../img/ser_camo.png') no-repeat;
    margin: 0 0 0 5px;
    background-position: 50% 0;
}


.menu_training
{
    width: 666px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
.menu_training a
{
    color: #fff;
    
}
#training_gen,  #training_adv, #training_plan, #elearning_icon
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
#training_gen
{
    background: url('../img/trai_gen.png') no-repeat;
    margin: 0 0 0 80px;
    background-position: 50% 0;
}
#training_adv
{
    background: url('../img/trai_adv.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#training_plan
{
    background: url('../img/trai_plan.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#elearning_icon
{
    background: url('../img/e_learning.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
.menu_career
{
    width: 666px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
.menu_career a
{
    color: #fff;
    
}
#career_why,  #career_job
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
#career_why
{
    background: url('../img/car_why.png') no-repeat;
    margin: 0 0 0 180px;
    background-position: 50% 0;
}
#career_job
{
    background: url('../img/car_job.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}


.menu_media
{
    width: 666px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
.menu_media a
{
    color: #fff;
    
}
#media_news,  #media_blog, #media_press
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 17px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
#media_news
{
    background: url('../img/med_news.png') no-repeat;
    margin: 0 0 0 90px;
    background-position: 50% 0;
}
#media_blog
{
    background: url('../img/med_blog.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#media_press
{
    background: url('../img/med_press.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
 #menu_shape_company
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: -28px -2px;
     display: none;
 }
  #menu_shape_service
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 87px -2px;
     display: none;
 }
  #menu_shape_training
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 196px -2px;
     display: none;
 }
  #menu_shape_career
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 308px -2px;
     display: none;
 }
  #menu_shape_media
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 419px -2px;
     display: none;
 }
 #emergency
 {
     width: 616px;
     height: 40px;
     display: flex;
     margin: 0 auto;
     position: relative;
     top: -236px;
     right: -25px;
     z-index: 3;
 }
 
 #container_body
 {
     width: 100%;
     height: 820px;  
     display: block;
     position: absolute;
     top: 0;
     background: url('../img/bg1.jpg');
     background-repeat: no-repeat;
     background-position: 50% 0;
        
 }
 #lang_cont
 {
     width: 58px;
     height: 58px;
     position: absolute;
     top: 0;
     right: 0;
     background: #6a1c7f;
     z-index: 12;
     color: #fff;
     line-height: 58px;
     text-align: center;
 }
 #social_cont
 {
     width: 165px;
     height: 120px;
     position: fixed;
     right: -125px;
     top: 42%;
     z-index: 12;
 }
 .social_open
 {
     right: 0 !important;
 }
 #social_left
 {
     width: 40px;
     height: 115px;
     display: inline-block;
     float: left;
     background: #363636;
     padding: 5px 0 0 0;
 }
 #social_right
 {
     width: 125px;
     height: 112px;
     display: inline-block;
     float: left;
     background: #fff;
     padding: 8px 0 0 0;
 }
 
 #ink_soc_linetech, #link_soc_adriatehnika, #link_soc_jattehnika
 {
     width: 125px;
     height: 31px;
     display: block;
     margin: 0;
     padding: 3px 0;
 }
 .social_ico_ln, .social_ico_tw, .social_ico_fb, .social_ico_in
 {
     width: 40px;
     height: 27px;
     display: block;   
     -webkit-filter: invert(50%);
    -moz-filter: invert(50%);
    -o-filter: invert(50%);
    -ms-filter: invert(50%);
 }
 .social_ico_ln
 {
     background: url('../img/ico_ln.png') no-repeat;
     background-position: 50%;
     
 }
.social_ico_tw
 {
     background: url('../img/ico_tw.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_in
 {
     background: url('../img/ico_in.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_fb
 {
     background: url('../img/ico_fb.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_ln:hover, .social_ico_tw:hover, .social_ico_fb:hover, .social_ico_in:hover
 {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
 }
 #unia_cont
 {
     width: 233px;
     height: 69px;
     position: fixed;
     display: block;
     bottom: 0; 
     right: 10px;
     z-index: 12;
     background: url('../img/unia_logo.png') no-repeat;
     
 }
 #watch_yt
 {
     width: 660px;
     height: 90px;     
     z-index: 1;
     display: block;
     margin: 0 auto;
     position: relative;
     top: 180px;
     left: 0px;
 }
 #container_body a 
 {
     color: #000;
 }
 #container_body a:hover
 {
     color: #494949;
 }
 #yt_1
 {
     width: 100%;
     height: 50px;
     display: block;
     font-family: 'montserrat-bold', Verdana, Arial; 
     font-size: 38px;     
 }
 #yt_2
 {
     width: 100%;
     height: 40px;
     background: url('../img/ico_watch.png') no-repeat;
     display: block;
     background-position: -3px 3px;
     padding: 8px 0 0 49px;
     font-size: 19px;
 }
 #menu_close
 {
     width: 100%;
     height: 820px;  
     position: absolute;
     top: 0;
     background: url('../img/transp.png') repeat;
     z-index: 2;
     display: none;
 }
 #mobile_top
 {
     display: none;
 }
 #aog_index_container_mob
{ 
    display: none;
}
    }

 @media only screen and (min-width: 200px) and (max-width: 665px)  
 {
 .policy
    {
        width: 375px;
        height: 120px;
        background: rgba(255,255,255,0.76);
        position: fixed;
        bottom: 40px;
        left: 50%;
        margin-left: -182px;
        z-index: 13;
    }
    .policy_down {
    bottom: -80px;
    
  }
    #policy_content
    {
        width: 375px;
        margin: 16px auto 0 auto;
        height: 53px;
        
    }
    #policy_left
    {
        width:320px;
        height: 53px;
        display: block;
        margin: 0 auto;
              
    }
    #policy_right
    {
        width:320px;
        height: 53px;
        display: block;
        margin: 0 auto;
        
    }
    #policy_l1
    {
        width: 320px;
        height: 25px;
        display: block;
        text-align: center;
    }
    
    .policy_pink
    {
        margin: 0 0 0 10px;
        padding: 0;
        float: left;
        color: #6a1c7f;
        font-size: 20px;
        display: inline-block;
    }
    .policy_black
    {
        margin: 0;
        padding: 0;
        float: left;
        color: #000;
        font-size: 20px;
        display: inline-block;
    }
    #policy_l2
    {
        width: 320px;
        height: 30px;
        display: block;
        color: #828282;
        font-size: 12px;
    }
    #policy_button
    {
        width: 130px;
        height: 40px;
        background: #6a1c7f;
        text-align: center;
        font-size: 16px;
        display: block;
        line-height: 40px;
        color: #fff;
    }
     #top
{
    width: 100%;
    height: 142px;
    background-color: #363636;
    display: block;
    z-index: 6;
    position: relative;    
}
#top_con
{
    width: 375px;
    height: 120px;
    margin: 0 auto;
}
#top_logo
{
    margin: -15px 0 0 0px;
    height:68px;
    width: 232px;
    display: block;
    
}
#top_menu
{
    display: inline-block;
    float: left;
    width: 375px;    
    margin: 5px 0 0 0px;
    height: 70px;
}
.menu_button
{
    display: inline-block;
    float: left;
}

#but_career, #but_training, #but_service, #but_media, #but_company, #but_contact
{
    display: inline-block;
    float: left;
    width: 120px;
    text-align: center;    
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    transition: transform 1.2s;
    
}
#but_career:hover, #but_training:hover, #but_service:hover, #but_media:hover, #but_company:hover, #but_contact:hover
{
    font-size: 17px; 
  
}
.menu_active
{
   background-color: #6a1c7f 
}

.submenu
{
    width: 375px;
    height: 310px;
    background: #282828;
    margin: 0 auto;
    display: block; 
    border-bottom: 5px #6a1c7f solid;
    z-index: 5;
    position: relative;   
    top: -315px
}
.submenu_close
{
    top: 0;
}
#sub_content
{
    height: 270px;
    width: 100%;
    
}
#sub_bottom
{
    width: 375px;
    height: 40px;
    
}
#sub_tel
{
    display: inline-block;
    float: left;
    width: 145px;
    height: 40px;
    background: url('../img/ico_tel.png') no-repeat;
    margin: 0 0 0 16px;   
}

#sub_mail
{
    display: inline-block;
    float: left;
    width: 155px;
    height: 40px;
    background: url('../img/ico_mail.png') no-repeat;
    margin: 0 0 0 16px;
}

#sub_tel a, #sub_mail a
{
    font-size: 12px;
    line-height: 35px;
    color: #626262;
    padding: 0 0 0 25px;
}
#sub_arrow
{
    display: inline-block;
    float: left;
    width: 21px;
    height: 40px;
    background: url('../img/ico_arrow.png') no-repeat;
    margin: 5px 0 0 10px;
}
#aog_1
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 187px;
    background: #451452;  
    text-align: center;
}
#aog_2
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 188px;
    background: #6a1c7f;  
    text-align: center;
}
#aog_3
{   
    display: inline-block;
    float: right;
    height: 41px;
    width: 187px;
    background: #451452;  
    text-align: center;
}
#aog_1 a, #aog_2 a, #aog_3 a
{
    color: #fff;
    font-size: 15px;
    line-height: 40px;  
}

.menu_company
{
    width: 375px;
    height: 235px;    
    display: none;
    margin: 5px 0 0 0px;
}
#company_intro,  #company_bases, #company_caa, #company_fin, #company_ue
{
    width: 110px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 85px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}

 #training_adv, #training_plan,  #media_news, #media_blog, #career_job, #elearning_icon
{
    width: 145px;
    height: 45px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 85px 0 0 0;
    transition: transform .2s; 
    color: #fff;
}

#company_intro:hover, #company_bases:hover, #company_caa:hover, #company_fin:hover, #company_ue:hover, #service_aog:hover, #service_line:hover, #service_base:hover, #service_camo:hover, #training_gen:hover,  #training_adv:hover, #training_plan:hover, #elearning_icon:hover, #career_why:hover,  #career_job:hover, #media_news:hover,  #media_blog:hover, #media_press:hover  
{
  -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari 3-8 */
  transform: scale(0.8); 
}

.menu_company a
{
    color: #fff;
    
}
#company_intro
{
    background: url('../img/com_intro.png') no-repeat;
    background-position: 50% 0;
}

#company_bases
{
    background: url('../img/com_bases.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#company_caa
{
    background: url('../img/com_caa.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#company_fin
{
    background: url('../img/com_fin.png') no-repeat;
    margin: 0 0 0 55px;
    background-position: 50% 0;
}
#company_ue
{
    background: url('../img/com_ue.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}

.menu_service
{
    width: 375px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
#service_aog,  #service_line, #service_base, #service_camo
{
    width: 145px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
    transform: scale(0.9); 
}
.menu_service a
{
    color: #fff;
    
}

#service_aog
{
    background: url('../img/ser_aog.png') no-repeat;
    margin: 0 0 0 20px;
    background-position: 50% 0;
}
#service_line
{
    background: url('../img/ser_line.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#service_base
{
    background: url('../img/ser_base.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#service_camo
{
    background: url('../img/ser_camo.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}


.menu_training
{
    width: 375px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
.menu_training a
{
    color: #fff;
    
}
#training_gen,  #training_adv, #training_plan, #elearning_icon
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
#training_gen
{
    background: url('../img/trai_gen.png') no-repeat;
    margin: 0 0 0 30px;
    background-position: 50% 0;
}
#training_adv
{
    background: url('../img/trai_adv.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}

#elearning_icon
{
    background: url('../img/e_learning.png') no-repeat;
    margin: 0 0 0 115px;
    background-position: 50% 0;
}
.menu_career
{
    width: 375px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
.menu_career a
{
    color: #fff;
    
}
#career_why,  #career_job
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
#career_why
{
    background: url('../img/car_why.png') no-repeat;
    margin: 60px 0 0 50px;
    background-position: 50% 0;
}
#career_job
{
    background: url('../img/car_job.png') no-repeat;
    margin: 60px 0 0 50px;
    background-position: 50% 0;
}


.menu_media
{
    width: 375px;
    height: 125px;    
    display: none;
    margin: 5px 0 0 0px;
}
.menu_media a
{
    color: #fff;
    
}
#media_news,  #media_blog, #media_press
{
    width: 125px;
    height: 35px;    
    display: inline-block;
    float: left;
    font-size: 13px;  
    text-align: center;
    padding: 90px 0 0 0;
    transition: transform .2s;
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}
#media_news
{
    background: url('../img/med_news.png') no-repeat;
    margin: 0 0 0 30px;
    background-position: 50% 0;
}
#media_blog
{
    background: url('../img/med_blog.png') no-repeat;
    margin: 0 0 0 15px;
    background-position: 50% 0;
}
#media_press
{
    background: url('../img/med_press.png') no-repeat;
    margin: 0 0 0 115px;
    background-position: 50% 0;
}
 #menu_shape_company
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: -28px -2px;
     display: none;
 }
  #menu_shape_service
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 101px -2px;
     display: none;
 }
  #menu_shape_training
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 222px -2px;
     display: none;
 }
  #menu_shape_career
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: -28px -2px;
     display: none;
 }
  #menu_shape_media
 {
     width: 100%;
     height: 12px;
     background: url('../img/menu_shape.png') no-repeat;
     background-position: 101px -2px;
     display: none;
 }
 #emergency
 {
     width: 375px;
     height: 40px;
     display: block;
     margin: 0 auto;
     position: relative;
     top: -399px;
     right: 0px;
     z-index: 3;
 }
 
 #container_body
 {
     width: 100%;
     height: 820px;  
     display: block;
     position: absolute;
     top: 0;
     background: url('../img/bg1.jpg');
     background-repeat: no-repeat;
     background-position: 50% 0;
        
 }
 #lang_cont
 {
     width: 48px;
     height: 48px;
     position: absolute;
     top: 0;
     right: 0;
     background: #6a1c7f;
     z-index: 12;
     color: #fff;
     line-height: 48px;
     text-align: center;
 }
 #social_cont
 {
     width: 165px;
     height: 120px;
     position: fixed;
     right: -125px;
     top: 42%;
     z-index: 12;
 }
 .social_open
 {
     right: 0 !important;
 }
 #social_left
 {
     width: 40px;
     height: 115px;
     display: inline-block;
     float: left;
     background: #363636;
     padding: 5px 0 0 0;
 }
 #social_right
 {
     width: 125px;
     height: 112px;
     display: inline-block;
     float: left;
     background: #fff;
     padding: 8px 0 0 0;
 }
 
 #ink_soc_linetech, #link_soc_adriatehnika, #link_soc_jattehnika
 {
     width: 125px;
     height: 31px;
     display: block;
     margin: 0;
     padding: 3px 0;
 }
 .social_ico_ln, .social_ico_tw, .social_ico_fb, .social_ico_in
 {
     width: 40px;
     height: 27px;
     display: block;   
     -webkit-filter: invert(50%);
    -moz-filter: invert(50%);
    -o-filter: invert(50%);
    -ms-filter: invert(50%);
 }
 .social_ico_ln
 {
     background: url('../img/ico_ln.png') no-repeat;
     background-position: 50%;
     
 }
.social_ico_tw
 {
     background: url('../img/ico_tw.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_in
 {
     background: url('../img/ico_in.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_fb
 {
     background: url('../img/ico_fb.png') no-repeat;
     background-position: 50%;
 }
 .social_ico_ln:hover, .social_ico_tw:hover, .social_ico_fb:hover, .social_ico_in:hover
 {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
 }
 #unia_cont
 {
     width: 233px;
     height: 69px;
     position: fixed;
     display: block;
     bottom: 0; 
     right: 10px;
     z-index: 4;
     background: url('../img/unia_logo.png') no-repeat;
     bottom: 50px;
     
 }
 #watch_yt
 {
     width: 300px;
     height: 90px;     
     z-index: 1;
     display: block;
     margin: 0 auto;
     position: relative;
     top: 240px;
     left: -20px;
 }
 #container_body a 
 {
     color: #000;
 }
 #container_body a:hover
 {
     color: #494949;
 }
 #yt_1
 {
     width: 100%;
     height: 90px;
     display: block;
     font-family: 'montserrat-bold', Verdana, Arial; 
     font-size: 28px;
    color: #fff;     
 }
 #yt_2
 {
     width: 100%;
     height: 40px;
     background: url('../img/ico_watch.png') no-repeat;
     display: block;
     background-position: -3px 3px;
     padding: 8px 0 0 49px;
     font-size: 19px;
     color: #fff;
 }
 #menu_close
 {
     width: 100%;
     height: 820px;  
     position: absolute;
     top: 0;
     background: url('../img/transp.png') repeat;
     z-index: 2;
     display: none;
 }
/*     nowe menu   */

 #top, .submenu, #lang_cont, #social_cont
 {
     display: none;
 }
 
 #mobile_top
 {
    width: 100%;
    height: 61px;
    background: #363636;
    display: block;
    z-index: 5;
    position: absolute
    
 }
 #top_mobile
{
    width: 375px;
    height: 61px;
    margin: 0 auto;
    
}
#mobile_logo
{
    margin: 0px 0 0 0px;
    height:61px;
    width: 213px;
    display: inline-block;
}
#mobile_menu_button
{
   width: 68px;
   height: 61px;
   display: inline-block;
   float: right;
   background: url('../img/mobile_button.png') no-repeat
}
#menu_mobile_content
{
    background: #fff;
    width: 100%;
    height: 667px;   
    position: relative;
    top: -61px;
    display: none;
}
#menu_mobile_content a
{
    color: #363636;
}
.menu_button
{
    display: block;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
}
.submenu_mobile
{
    width: 375px;
    display: block;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}
#menu_company_mobile, #menu_service_mobile, #menu_training_mobile, #menu_career_mobile, #menu_media_mobile
{
    display:none;
}
.m_gray
{
    color: #9a9a9a;
}

.m_black
{
    color: #363636;
}
#top_mobile_color
{
    width: 375px;
    height: 61px;
    margin: 0 auto;
    display: block;
}
#mobile_menu_close
{
   width: 68px;
   height: 61px;
   display: inline-block;
   float: right;
   background: url('../img/mobile_button_close.png') no-repeat
}
#social_cont_mob
 {
     width: 28px;
     height: 115px;
     position: fixed;
     left: 10px;
     top: 350px;
     z-index: 12;
     display:none;
 }
#aog_index_container_mob
{
    background: #6a1c7f;
    height: 45px;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 15;
}
#aog_2_mob
{
    float: left;
    display: inline-block;
    width: 33%;
    
    background: #6a1c7f;
    height: 45px;
    line-height: 45px;
    text-align: left;
    
}
#aog_1_mob
{
    float: left;
    display: inline-block;
    width: 34%;
    
    background: #451452;
    height: 45px;
    line-height: 45px;
    text-align: left;      
}
#aog_3_mob
{
    float: left;
    display: inline-block;
    width: 33%;
    background: #6a1c7f;
    height: 45px;
    line-height: 45px;
    text-align: left;        
}
#aog_1_mob a
{
    margin: 0 0 0 0px;
    color: #fff;
    font-size: 12px;
}

#aog_2_mob a
{
    margin: 0 0px 0 0px;
    color: #fff;
    font-size: 12px;
}
#aog_3_mob a
{
    margin: 0 0px 0 0px;
    color: #fff;
    font-size: 12px;
    
}
.aog_ico
{
    background: url('../img/aog_tel.png') no-repeat;
    width: 30px;
    display: inline-block;
    float: left;
    height: 50px;
    margin: 10px 0 0 40px;
}
}