.element-invisible {height:0;margin-left:-3000px;margin-top:-3000px;position:absolute;}

html
{
      color:#4D4D4D;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      margin:0px;
      font-size:18px;
      width:100%;
}

body
{
      margin:0px;
      width:100%;
      position:relative;
}

.cookie_style
{
      position:fixed;
      right:0px;
      bottom:0px;
      width:100%;
      padding:40px;
      background:#1F2939;
      text-align:left;
      z-index:99;
      color:#fff;
      font-size:16px;
      font-weight:300;
      box-sizing:border-box;
      border:none;
}

#newsletter_b
{
      position:fixed;
      top:114px;
      left:0;
      z-index:50;
}

#newsletter_b a
{
      display:inline-block;
      padding:55px 15px 22px;
      writing-mode:vertical-rl;
      letter-spacing: 1px;
      background:#01D1B5 url('images/img/newsletter_ico.png') no-repeat 50% 18px;
}

#newsletter_b a:hover
{
      background-color:#00dbbf;
}

#unia1
{
      position:absolute;
      top:114px;
      right:0;
}

#unia_home
{
      padding:15px 0;
}

#unia_home img
{
      max-width:100%;
}

.main_width
{
      width:1360px;
      margin-left:auto;
      margin-right:auto;
}

.main_width2
{
      width:1240px;
      margin-left:auto;
      margin-right:auto;
}

#top
{
      background:#1B4B6C url('images/img/n_bckg.jpg') no-repeat 50% 100%;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50% 0%; 
}

#top_sub
{
      background:#1B4B6C url('images/img/n_bckg_sub.jpg') no-repeat 50% 100%;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50% 0%; 
      height:390px;
}


#up
{
      height:92px;
      border-bottom:solid 1px #496F8A;
      padding:21px 60px 0;
      position:relative;
}

#slider
{
      height:570px;
      padding:80px 60px;
}

.slider_text_div
{
      padding-top:50px;
      position:relative;
}

.slider_text
{
      position:absolute;
      width:580px;
}

#dotes
{
      position:absolute;  
      width:250px;   
      top:450px; 
}

.dot
{
      padding:10px 10px 10px 0; 
      cursor:pointer;
}

.dot a
{
      display:block;
      height:4px;
      margin-right:10px;
      
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;      
      -moz-transition:background-color 0.3s linear;
      -o-transition:background-color 0.3s linear;
      background:#fff;
      
      -webkit-transition: width 0.3s linear;
      transition: width 0.3s linear;      
      -moz-transition: width 0.3s linear;      
      -o-transition: width 0.3s linear;      
      width:40px;
}

.dot:hover a
{
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;      
      -moz-transition:background-color 0.3s linear;
      -o-transition:background-color 0.3s linear;
      background:#01D1B5;
      
      -webkit-transition: width 0.3s linear;
      transition: width 0.3s linear;      
      -moz-transition: width 0.3s linear;      
      -o-transition: width 0.3s linear;      
      width:60px;
}

.dot_sel a
{
      display:block;
      height:4px;
      margin-right:10px;
      
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;      
      -moz-transition:background-color 0.3s linear;
      -o-transition:background-color 0.3s linear;
      background:#01D1B5;
      
      transition: width 0.3s linear;      
      -webkit-transition: width 0.3s linear;
      -moz-transition: width 0.3s linear;      
      -o-transition: width 0.3s linear;      
      width:60px;
}

.slider_hexs
{
      width:623px;
      position:relative;
}

.hex
{
      width:330px;
      height:338px;
      cursor:pointer;   
      position:absolute;   
}

.hex:before, .hex_sel:before
{
      position:absolute;  
      top:0;
      left:0; 
      content: "";
      width:330px;
      height:338px;
      background:url('images/img/n_hex.png') no-repeat 0 0;    
      filter: brightness(75%);
      -ms-filter: brightness(0.75);
      -webkit-filter: brightness(0.75);
      transition: 1s ease;
      -webkit-transition: 1s ease;
      -moz-transition: 1s ease;      
      -o-transition: 1s ease;      
      cursor:pointer;   
}

.hex_sel:before
{
      position:absolute;  
      top:0;
      left:0; 
      content: "";
      width:330px;
      height:338px;
      background:url('images/img/n_hex.png') no-repeat 0 0;    
      filter: brightness(100%);
      -ms-filter: brightness(1);
      -webkit-filter: brightness(1);
      transition: 1s ease;
      -webkit-transition: 1s ease;
      -moz-transition: 1s ease;      
      -o-transition: 1s ease;      
      cursor:pointer;   
}

.hex:hover:before
{
      filter: brightness(100%);
      -ms-filter: brightness(1);
      -webkit-filter: brightness(1);
      transition: 1s ease;
      -webkit-transition: 1s ease;
      -moz-transition: 1s ease;      
      -o-transition: 1s ease;      
}

#slider_hex1
{
      top:-11px;
      left:calc(50% - 165px);      
}

.hex_in
{
      position:absolute;
      width:100%;
      height:100%;
      padding:210px 0 0;
      box-sizing:border-box;          
}

#slider_hex2
{
      top:240px;
      left:-11px;      
}


#slider_hex3
{
      top:240px;
      right:-11px;      
}


#slider_hex1 .hex_in
{
      background:url('images/img/s1.svg') no-repeat 50% 45%;    
      background-size:70px 70px; 
}

#slider_hex2 .hex_in
{
      background:url('images/img/s2.svg') no-repeat 50% 45%;    
      background-size:67px 70px; 
}


#slider_hex3 .hex_in
{
      background:url('images/img/s3.svg') no-repeat 50% 45%;    
      background-size:58px 70px; 
}

.logo
{
      width:138px;
      height:71px;
      margin:0 0;
      background:url('images/img/n_logo.svg') no-repeat 0 0;    
      background-size:138px 71px;           
}

/* https://codepen.io/sosuke/pen/Pjoqqp */
#n_1
{
      width:42px;
      height:50px;
      background:url('images/img/n_1.svg') no-repeat 0 0;    
      filter: invert(17%) sepia(100%) saturate(7132%) hue-rotate(6deg) brightness(107%) contrast(118%);
      filter: invert(56%) sepia(91%) saturate(2167%) hue-rotate(132deg) brightness(103%) contrast(99%);
      background-size:42px 50px;           
}

.button_seled_opr
{
      margin:5px 0 0;
}

.send_form
{
      display:inline-block;
      padding:16px 27px 14px;
      min-width:120px;
      background:#01D1B5;   
      cursor:pointer;
      border:none;   
}

.button_seled a
{
      display:inline-block;
      padding:16px 27px 14px;
      min-width:100px;
      background:#01D1B5;
}

.button_seled_tel a
{
      margin:8px 0 0;
      padding:16px 27px 14px 54px;
      background:#01D1B5 url('images/img/n_phone.svg') no-repeat 25px 50%;
      background-size:18px 18px;           
}

.button_seled_search
{
      position:relative;
}

.button_seled_search a
{
      display:inline-block;
      margin:8px 0 0 15px;
      padding:0;
      background:#01D1B5 url('images/img/n_search.png') no-repeat 50% 50%;
      width:55px;
      height:55px;
      cursor:pointer;
      min-width:48px;
}

#search_div
{
      position:absolute;
      background:#1F2C3C;
      padding:20px;
      top:78px;
      right:0;
      display:none;
      width:327px;
      z-index:99;
}

.search_input
{
      width:220px;
      height:45px;
      padding:0 10px;
      margin:0;
      background:none;
      color:#fff;
      border:none;
      border:solid 1px #496F8A;
      box-sizing:border-box;
}

.search_button
{
      height:45px;
      padding:0 20px;
      border:none;
      cursor:pointer;
      background:#01D1B5;
}



.button_black a
{
      background:#1F2939;
      margin:0 0 0 25px;
}

.button_seled a:hover, .search_button:hover, .send_form:hover
{
      background-color:#00dbbf;
}

.button_black a:hover
{
      background-color:#27354c;
}

#div_news
{
      position:fixed;
      bottom:0;
      left:0;
      width:100%;
      background:#01D1B5;
      padding:25px 0 23px;
      margin:0;
      height:20px;
      overflow:hidden;
}

#div_news_cont
{
      height:20px;
      overflow:hidden;
      width:10000px;
}

#div_news div
{
}

#div_news .div_news
{
      padding:0 38px 0 25px;
      background:url('images/img/n_ico_ul_white.png') no-repeat 100% 50%;
}

#div_news #news_close
{
      position:absolute;
      width:65px;
      height:100%;
      top:0px;
      right:0px;
      padding:0;
      margin:0;
      background:#01D1B5 url('images/img/n_cookie_close_white.png') no-repeat 50% 50%;     
      cursor:pointer; 
}


#menu_hor_rwd
{
      display:none;
}

#menu_hor
{
      margin:8px 0 0;
      padding:0 0 0;
      height:84px;
}

#menu_hor ul
{
      padding:0; 
      margin:0;
}

#menu_hor ul li
{
      padding:0;
      list-style-type:none;
      float:left;
      margin:0;
      margin:0 35px 0 0;
}

#menu_hor ul li a, #main #menu_hor ul li span
{
      height:68px;
      padding:16px 5px 0;
      margin:0 0 0 0;
      display:block;
      font-size:16px;
      font-weight:500;
      color:#fff;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;   
      position:relative;   
}

#menu_hor ul li a:after 
{    
      bottom:0;
      content:"";
      display:block;
      height:2px;
      left:0%;
      position:absolute;
      background:#01D1B6;
      transition:width 0.3s ease 0s, left 0.3s ease 0s;
      width:0%;
}

#menu_hor ul li a:hover:after, #menu_hor ul .m_sel a:after, #menu_hor ul .m_sel_drop a:after
{ 
      width:100%; 
      left:0; 
}


#main #menu_hor ul li
{
}

#menu_hor ul li .menu_roz
{
      display:none;
      position:absolute;
      z-index:90;
      top:113px;
      left:0px;
      padding:40px 60px 10px;
      margin:0; 
      height:auto;
      width:100%;
      box-sizing:border-box;
      background:#1F2B3B;
      border-top:solid 1px #496F8A;
      filter: opacity(0.98);
      -webkit-filter: opacity(0.98);
      -ms-filter: opacity(0.98);
}

#menu_hor ul li .menu_roz li a
{
      display:block;
      width:300px;
      padding:7px 0 0 85px;
      height:50px;
      margin:0 0 30px;
      font-size:22px;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;  
      color:#fff;
      font-weight:600; 
      box-sizing:border-box;

}

#menu_hor ul li #menu_roz1 li a
{
      width:350px;
      padding:7px 0 0 85px;
      margin:0 60px 30px 0;
}

#menu_hor ul li .menu_roz li
{
      margin:0 0;
}

#menu_hor ul li .menu_roz li a:hover
{
      color:#01D1B5;
}

#menu_hor ul li .menu_roz .main_roz_sys_ico a:before
{
      bottom:0;
      content:"";
      display:block;
      width:60px;
      height:50px;
      left:0%;
      top:0;
      position:absolute;      
      filter:invert(60%) sepia(58%) saturate(2483%) hue-rotate(129deg) brightness(99%) contrast(99%);
      -webkit-filter:invert(60%) sepia(58%) saturate(2483%) hue-rotate(129deg) brightness(99%) contrast(99%);
      -ms-filter:invert(60%) sepia(58%) saturate(2483%) hue-rotate(129deg) brightness(99%) contrast(99%);
}

#menu_hor ul li .menu_roz #main_roz_sys1 a:before
{    
      background:url('images/img/n_1.svg') no-repeat 50% 50%;    
      background-size:41px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys2 a:before
{    
      background:url('images/img/n_2.svg') no-repeat 50% 50%;    
      background-size:59px 46px;           
}

#menu_hor ul li .menu_roz #main_roz_sys3 a:before
{    
      background:url('images/img/n_3.svg') no-repeat 50% 50%;    
      background-size:60px 46px;           
}

#menu_hor ul li .menu_roz #main_roz_sys4 a:before
{    
      background:url('images/img/n_4.svg') no-repeat 50% 50%;    
      background-size:51px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys5 a:before
{    
      background:url('images/img/n_5.svg') no-repeat 50% 50%;    
      background-size:33px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys6 a:before
{    
      background:url('images/img/n_6.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys7 a:before
{    
      background:url('images/img/n_7.svg') no-repeat 50% 50%;    
      background-size:51px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys8 a:before
{    
      background:url('images/img/n_8.svg') no-repeat 50% 50%;    
      background-size:44px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys9 a:before
{    
      background:url('images/img/icon1.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys10 a:before
{    
      background:url('images/img/icon2.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_sys11 a:before
{    
      background:url('images/img/icon3.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz .main_roz_urz_ico a:before
{
      bottom:0;
      content:"";
      display:block;
      width:60px;
      height:50px;
      left:0%;
      top:0;
      position:absolute;      
}

#menu_hor ul li .menu_roz #main_roz_urz1 a:before
{    
      background:url('images/photo/u_1.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz2 a:before
{    
      background:url('images/photo/u_3.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz3 a:before
{    
      background:url('images/photo/u_2.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz4 a:before
{    
      background:url('images/photo/u_6.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz5 a:before
{    
      background:url('images/photo/u_4.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz6 a:before
{    
      background:url('images/photo/u_5.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz153 a:before
{    
      background:url('images/photo/u_7.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz #main_roz_urz222 a:before
{    
      background:url('images/photo/weight.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

#menu_hor ul li .menu_roz li a:after
{
      display:none;
}

#menu_hor ul li #menu_roz2 li:last-child a
{
      width:450px;
}

.main_lab
{
      border-bottom:solid 2px #01D1B6;
}

#text_content #opr_div
{
      padding:0 0 0 40px;  
      box-sizing:border-box;
}

#opr_div_bckg
{
      background:url('images/img/n_bckg2.png') no-repeat 50% 40px;  
}

#opr_div_left
{
      width:980px;
}

.main_square
{
      display:inline-block;
      background:#fff;
      width:200px;
      height:260px;
      margin:0 18px 40px;
      padding:0 40px;
      -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.05);
      -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.05);
      box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.05);
      cursor:pointer;
      vertical-align:top;
}

.main_square:last-of-type
{
      display:none;
}

#text_content .main_square:last-of-type
{
      display:inline-block;
}

.main_square:hover
{
      -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.12);
      -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.12);
      box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.12);
}

/* https://codepen.io/sosuke/pen/Pjoqqp */
.hexagon
{
      margin:35px 0 22px 0px;
      width:96px;
      height:100px;
      background:url('images/img/n_hex_blue.svg') no-repeat 0 0;    
      /*filter: invert(22%) sepia(62%) saturate(566%) hue-rotate(162deg) brightness(100%) contrast(93%);*/
      background-size:96px 100px;           
}

.main_square .main_square_ico
{
      width:100%;
      height:100%;
      filter:invert(99%) sepia(90%) saturate(3%) hue-rotate(193deg) brightness(107%) contrast(100%);
      -webkit-filter:invert(99%) sepia(90%) saturate(3%) hue-rotate(193deg) brightness(107%) contrast(100%);
      -ms-filter:invert(99%) sepia(90%) saturate(3%) hue-rotate(193deg) brightness(107%) contrast(100%);
}      

.main_square .main_sq_title
{
      min-height:55px;
      width:auto;
}      


.main_square .main_square_ico#sq_1
{
      background:url('images/img/n_1.svg') no-repeat 50% 50%;    
      background-size:41px 50px;           
}

.main_square .main_square_ico#sq_2
{
      background:url('images/img/n_2.svg') no-repeat 50% 50%;    
      background-size:57px 54px;           
}

.main_square .main_square_ico#sq_3
{
      background:url('images/img/n_3.svg') no-repeat 50% 50%;    
      background-size:58px 44px;           
}

.main_square .main_square_ico#sq_4
{
      background:url('images/img/n_4.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

.main_square .main_square_ico#sq_5
{
      background:url('images/img/n_5.svg') no-repeat 50% 50%;    
      background-size:34px 50px;           
}

.main_square .main_square_ico#sq_6
{
      background:url('images/img/n_6.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

.main_square .main_square_ico#sq_7
{
      background:url('images/img/n_7.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

.main_square .main_square_ico#sq_8
{
      background:url('images/img/n_8.svg') no-repeat 50% 50%;    
      background-size:45px 50px;           
}

.main_square .main_square_ico#sq_9
{
      background:url('images/img/icon1.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

.main_square .main_square_ico#sq_10
{
      background:url('images/img/icon2.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

.main_square .main_square_ico#sq_11
{
      background:url('images/img/icon3.svg') no-repeat 50% 50%;    
      background-size:50px 50px;           
}

.main_square:hover .main_square_ico
{
      /*filter: invert(93%) sepia(15%) saturate(674%) hue-rotate(98deg) brightness(104%) contrast(105%);
      filter: invert(56%) sepia(91%) saturate(2167%) hue-rotate(132deg) brightness(103%) contrast(99%);*/
}

.main_sq_more a
{
      display:inline-block;
      background:url('images/img/n_arrow.png') no-repeat 90% 50%;    
      width:100%;
      -webkit-transition:background-position 0.2s linear;
      transition:background-position 0.2s linear;
      -moz-transition:background-position 0.2s linear;
      -o-transition:background-position 0.2s linear;
}

.main_sq_more_opr a
{
      width:87%;
}

.main_square:hover .main_sq_more a, .urz_div_row:hover .main_sq_more a
{
      background:url('images/img/n_arrow.png') no-repeat 100% 50%;    
      -webkit-transition:background-position 0.2s linear;
      transition:background-position 0.2s linear;
      -moz-transition:background-position 0.2s linear;
      -o-transition:background-position 0.2s linear;
}

.urz_div_row
{
      display:inline-block;
      background:#fff;
      width:610px;
      height:300px;
      margin:0 8px 20px;
      padding:0 0;
      cursor:pointer;
      vertical-align:top;
      position:relative;
      overflow:hidden;
}

.urz_div_row_main
{
      cursor:auto;
}

.urz_div_row_text
{
}

.urz_div_abs
{
      bottom:0;
      left:0;
      position:absolute;
      padding:25px 30px 25px 40px;
      background:#2C394C;
      width:200px;
}

.urz_div_abs_right
{
      bottom:0;
      right:0;
      position:absolute;
      padding:25px 30px 25px 40px;
      width:230px;
}

.urz_div_row img
{
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width:610px;
      height:300px;
      -webkit-transition:all 0.3s linear;
      transition:all 0.3s linear;
      -moz-transition:all 0.3s linear;
      -o-transition:all 0.3s linear;
}

.urz_div_row:hover img
{
      width:630px;
      height:310px;
      -webkit-transition:all 0.3s linear;
      transition:all 0.3s linear;
      -moz-transition:all 0.3s linear;
      -o-transition:all 0.3s linear;
}

#srw_div
{
      background:url('images/img/n_bckg_serwis.jpg') no-repeat 50% 0%;
      padding:0 0 100px;    
}


#srw_div_left
{
      width:600px;
      padding:70px 0 0;
}

#about_div
{
      background:url('images/img/n_bckg_about.jpg') no-repeat 50% 0%;    
      padding:0 0 100px;    
      min-height:830px;
}

#about_div_right
{
      width:600px;
      padding:70px 0 0;
}

.zaufali_div
{
      background:#F8F8F8;
      padding:70px 0;
}

.main_lab_z
{
      display:inline-block;
}

#n_logos
{
      overflow:hidden;
      height:62px;
}

#n_logos_roll
{
      width:10000px;
      height:62px;
}

#n_logos_roll img
{
      max-height:62px;
      margin:0 70px 0 0;
      filter: grayscale(100%) opacity(0.4);
      -webkit-filter: grayscale(100%) opacity(0.4);
      -ms-filter: grayscale(100%) opacity(0.4);
      transition: 1s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;      
      -o-transition: 0.3s ease; 
}

#n_logos_roll img:hover
{
      filter: grayscale(0%) opacity(1);
      -webkit-filter: grayscale(0%) opacity(1);
      -ms-filter: grayscale(0%) opacity(1);
      transition: 1s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;      
      -o-transition: 0.3s ease;  
}

#ul_text_path
{
      padding:0;
      margin:25px 0 50px; 
}

#ul_text_path li
{
      padding:0;
      margin:0;  
      list-style-type:none;
      display:inline;
}


#ul_text_path li a
{
      padding:0px 15px 0 0;
      display:inline-block;
      margin:0 9px 0 0;
      font-size:17px;
      color:#fff;
      background:url('images/img/n_arrow_blue.png') no-repeat 100% 8px;   
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;      
      font-weight:300;
}

#ul_text_path li span 
{
      font-size:17px;
      color:#fff;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;      
      font-weight:300;
}

#ul_text_path li:last-child a, #ul_text_path li:last-child span
{
      background:none;   
      padding:0px 0 0 0;
}

#text_content
{
      margin:70px 0 0;
      background:#fff url('images/img/n_bckg2.png') no-repeat 50% 100px;    

}

.about_right_div
{
      background:#fff url('images/img/n_about_right.jpg') no-repeat 50% 10px;    
}

.about_right
{
      width:600px;
      padding:0 60px 0 0;
      min-height:335px;
}

.about_left_div
{
      background:#fff url('images/img/n_about_left.jpg') no-repeat 50% 0px;    
}

.about_left
{
      width:600px;
      padding:0 0 0 60px;
      min-height:585px;
}

.n_about_bottom
{
      background:url('images/img/n_about_bottom.jpg') no-repeat 50% 0px;    
      padding:70px 0 70px;
}

.n_about_row
{
      width:280px;
      margin:0 10px;
      display:inline-block;
      height:225px;
      background:url('images/img/n_hex_dblue.svg') no-repeat 50% 0;    
      background-size:154px 160px;  
}

.n_about_row_ico
{
      display:inline-block;
      width:154px;
      height:160px;
      margin:0 0 30px;
      position:relative;
}

#n_about1
{
      background:url('images/img/n_about1.svg') no-repeat 50% 50%;    
      background-size:60px 60px;  
}

#n_about2
{
      background:url('images/img/n_about2.svg') no-repeat 50% 50%;    
      background-size:60px 60px;  
}

#n_about3
{
      background:url('images/img/n_about3.svg') no-repeat 50% 50%;    
      background-size:57px 60px;  
}

#n_about4
{
      background:url('images/img/n_about4.svg') no-repeat 50% 50%;    
      background-size:52px 60px;  
}

#main_serwis_logos img
{
      margin:0 12px 40px;
}

.div_gray
{
      background:#F7F7F7;
      padding:70px 0;
}

.div_lightgray
{
      background:#F1F1F1;
      padding:40px 0;
}

.div_white
{
      background:#fff;
      padding:0 0 30px;
}

.s_fast_left
{
      display:inline-block;
      height:70px;
      padding:8px 0 0 64px;
      background:url('images/img/n_phone_s.svg') no-repeat 0% 0%;    
      background-size:40px 70px;  
      margin:0 40px;
}

.s_fast_right
{
      display:inline-block;
      height:70px;
      padding:8px 0 0 93px;
      margin:0 40px;
      background:url('images/img/n_mail_s.svg') no-repeat 0% 0%;    
      background-size:70px 70px;  
}

.div_white_block
{
      padding:75px 0 80px;
}

.n_serwis_row
{
      width:380px;
      margin:0 25px;
      display:inline-block;
      height:280px;
      background:url('images/img/n_hex_dblue.svg') no-repeat 50% 0;    
      background-size:154px 160px;  
      vertical-align:top;
}

#n_serwiswag1
{
      background:url('images/img/nswag1.svg') no-repeat 55% 50%;    
      background-size:57px 61px;  
      cursor:pointer;
}

#n_serwiswag2
{
      background:url('images/img/nswag2.svg') no-repeat 55% 50%;    
      background-size:57px 61px;  
      cursor:pointer;
}

#n_serwis1
{
      background:url('images/img/ns1.svg') no-repeat 50% 50%;    
      background-size:57px 61px;  
}

#n_serwis2
{
      background:url('images/img/ns2.svg') no-repeat 50% 50%;    
      background-size:60px 60px;  
}

#n_serwis3
{
      background:url('images/img/ns3.svg') no-repeat 50% 50%;    
      background-size:60px 60px;  
}

.n_serwis2_row
{
      width:380px;
      margin:0 25px 30px;
      display:inline-block;
      height:280px;
      background:url('images/img/n_hex_blue.svg') no-repeat 50% 0;    
      background-size:154px 160px;  
      vertical-align:top;
      position:relative;
}

.n_serwiswag_row
{
      width:380px;
      margin:0 25px 30px;
      display:inline-block;
      height:auto;
      background:url('images/img/n_hex_blue.svg') no-repeat 50% 0;    
      background-size:154px 160px;  
      vertical-align:top;
      position:relative;
}

.n_hex_nr
{
      width:48px;
      height:41px;
      padding:8px 0 0;
      top:16px;
      left:-24px;
      position:absolute;
      background:url('images/img/n_hex_green.svg') no-repeat 50% 50%;    
      background-size:48px 49px;  
}

#n2_serwis1
{
      background:url('images/img/ns4.svg') no-repeat 50% 50%;    
      background-size:58px 60px;  
}

#n2_serwis2
{
      background:url('images/img/ns5.svg') no-repeat 50% 50%;    
      background-size:61px 60px;  
}

#n2_serwis3
{
      background:url('images/img/ns6.svg') no-repeat 50% 50%;    
      background-size:46px 60px;  
}

#n2_serwis4
{
      background:url('images/img/ns7.svg') no-repeat 50% 50%;    
      background-size:56px 60px;  
}

#n2_serwis5
{
      background:url('images/img/ns8.svg') no-repeat 50% 50%;    
      background-size:54px 60px;  
}

#n2_serwis6
{
      background:url('images/img/ns9.svg') no-repeat 50% 50%;    
      background-size:67px 61px;  
}

.top_phone
{
      padding:0 0 0 27px;
      background:url('images/img/n_phone.svg') no-repeat 0 50%;
      background-size:18px 18px;     
      margin:0 0 0 20px;      
}

.top_email
{
      padding:0 0 0 30px;
      background:url('images/img/n_mail.svg') no-repeat 0 50%;
      background-size:18px 18px;           
      margin:0 0 0 20px;      
}

.top_serwis
{
      padding-top:25px;
}

.opr_hex1
{
      min-height:104px;
      background:url('images/img/pixel_gr.png') repeat-y 0 0;
      width:50%;
      float:right;
      padding:30px 0 0 90px;
      box-sizing:border-box;
      position:relative;
}

#opr_hexes .opr_hex1:nth-of-type(odd)
{
}

#opr_hexes .opr_hex1:nth-of-type(even)
{
      background:url('images/img/pixel_gr.png') repeat-y 100% 0;
      float:left;
      padding:30px 90px 0 0;
      width:calc(50% + 1px);   
      text-align:right;
}

#opr_hexes .opr_hex1:nth-of-type(even) ul
{
      float:right;
}

#opr_hexes .opr_hex1:nth-of-type(even) ul li
{
      text-align:right;
      float:right;
      clear:both;
      background:url('images/img/n_ico_ul.png') no-repeat 100% 10px;
      padding-right:20px;
}

#opr_hexes .opr_hex1:last-of-type
{
      background:none;
}

.opr_hex_box
{
      position:absolute;
      height:104px;
      width:101px;
      background:url('images/img/n_opr_hex1.png') no-repeat 50% 50%;
      top:0;
      left:-50.5px;
      padding:25px 0 0;
      box-sizing:border-box;
}

#opr_hexes .opr_hex1:nth-of-type(even) .opr_hex_box
{
      background:url('images/img/n_opr_hex2.png') no-repeat 50% 50%;
      left:auto;
      right:-50px;
}

















#foot
{
      background:#163D5E url('images/img/n_foot2.jpg') no-repeat 50% 100%;    
      padding:60px 0 70px;
}

#foot1
{
      width:270px;
}

#foot2
{
      width:250px;
}

#foot3
{
      width:400px;
}

#foot4
{
      width:420px;
}


.foot_phone a
{
      padding:0 0 0 27px;
      background:url('images/img/n_phone.svg') no-repeat 0 50%;
      background-size:18px 18px;           
}

.foot_email a
{
      padding:0 0 0 30px;
      background:url('images/img/n_mail.svg') no-repeat 0 50%;
      background-size:18px 18px;           
}

.foot_fb a
{
      padding:0 0 0 30px;
      background:url('images/img/fb_aplok.png') no-repeat 0 50%;
      background-size:19px 19px;           
}

.foot_lab
{
      padding:20px 0 0;
      height:45px;
      width:100%;
      position:relative;
}

.foot_lab::after 
{    
      bottom:0;
      content:"";
      display:block;
      height:2px;
      left:0;
      position:absolute;
      background:#01D1B6;
      width:46px;
      transition:width 0.3s ease;
}

.ul_foot
{
      padding:0; 
      margin:0;
}

.ul_foot li
{
      padding:0;
      list-style-type:none;
      float:left;
      margin:2px 0 0;
}

.ul_foot li a, .ul_foot li span
{
      padding:0 0 0;
      width:165px;
      margin:0 0 7px 0;
      display:block;
      font-size:16px;
      font-weight:300;
      color:#fff;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;      
}

.ul_foot li a:hover
{
      color:#01D1B5;   
}

#foot3 .ul_foot li a, #foot4 .ul_foot li a
{
      width:200px;
}

#map
{
      height:550px;
}

#n_bckg_contact
{
      background:url('images/img/n_bckg_contact.jpg') no-repeat 100% 0;
      min-height:700px;
      padding:0 780px 0 60px;
      box-sizing:border-box;
}

#n_bckg_form
{
      background:url('images/img/n_bckg_form2.jpg') no-repeat 100% 0;
      min-height:520px;
      padding:0 565px 0 60px;
      box-sizing:border-box;
}

#n_contact_phone
{
      min-height:60px;
      background:url('images/img/n_contact_phone.svg') no-repeat 0 0;
      background-size:60px 60px;      
      padding:0 0 30px 85px;  
      border-bottom:solid 1px #E4E4E4;   
      margin:0 0 30px;
}

.class_row
{
      min-height:6px;
      padding:0 0 30px 90px;  
      border-bottom:solid 1px #E4E4E4;   
      margin:0 0 30px;
}

.class_row_m
{
      min-height:6px;
      padding:0 0 30px 70px;  
      border-bottom:solid 1px #E4E4E4;   
      margin:0 0 30px;
}

#n_contact_phone
{
      background:url('images/img/n_contact_phone.svg') no-repeat 0 0;
      background-size:60px 60px;      
}

#n_contact_phone_m
{
      background:url('images/img/n_contact_phone.svg') no-repeat 0 0;
      background-size:60px 35px;      
}

#n_contact_mail_m
{
      background:url('images/img/n_contact_mail.svg') no-repeat 0 0;
      background-size:60px 35px;      
}

#n_contact_mail
{
      background:url('images/img/n_contact_mail.svg') no-repeat 0 0;
      background-size:61px 60px;      
}

#n_contact_map
{
      background:url('images/img/n_contact_map.svg') no-repeat 0 0;
      background-size:61px 60px;      
}

.class_row_no
{
      border-bottom:solid 0px #E4E4E4;   
      margin:0 0 0px;
}


#n_main_urz
{
      background:#1D4D6F;
      background:url('images/img/n_bckg_txt.png') repeat-y 0 0;
}

.urz_div_left
{
      width:360px;
      background:#1D4D6F;
      padding:30px;
      box-sizing:border-box;
}

.urz_div_right
{
      width:880px;
      background:#F3F3F3;
      padding:30px 20px 10px;
      box-sizing:border-box;
}


#ul_main_tech
{
      padding:0; 
      margin:0;
}

#ul_main_tech li
{
      padding:0;
      list-style-type:none;
      margin:0;
}

#ul_main_tech li a
{
      padding:15px 20px;
      margin:0 0 0;
      display:block;
      font-size:14px;
      font-weight:700;
      color:#fff;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;   
      text-transform:uppercase;
      border-bottom:solid 1px #316A91;
      /*background:url('images/img/n_sub_menu_ico.png') no-repeat 95% 21px;*/
      position:relative;
}

#ul_main_tech li a:after
{
      content: "";
      position: absolute;
      width: 16px;
      height: 10px;
      top:20px;
      right:20px;
      background:url('images/img/n_sub_menu_ico.png') no-repeat 50% 50%;
      transform:rotate(0deg);
      -ms-transform:rotate(0deg);
      -webkit-transform:rotate(0deg);
      transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;      
      -o-transition: 0.3s ease;  
}



#ul_main_tech li a:hover:after, #ul_main_tech .m_sel a:after
{
      transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;      
      -o-transition: 0.3s ease;  
      transform:rotate(90deg);
      -ms-transform:rotate(90deg);
      -webkit-transform:rotate(90deg);
}

#ul_main_tech li a:hover, #ul_main_tech .m_sel a
{
      /*color:#01D1B5;*/
      background:#316A91;
}

#ul_main_tech li:first-child a
{
}

#ul_main_tech li:last-child a
{
      border-bottom:solid 0px #316A91;
}

#ul_main_tech li ul
{
      padding:0 0 10px;
      margin:-10px 0 0; 
      background:#316A91;

}

#ul_main_tech li ul li a
{
      background:url('images/img/n_sub_menu_ico2.png') no-repeat 20px 50%;
      text-transform:none;
      padding:10px 0 10px 37px;
      margin:0 0;
      font-size:15px;  
      font-weight:400; 
      box-sizing:border-box;
      border:none;
}

#ul_main_tech .m_sel ul li a
{
      background:url('images/img/n_sub_menu_ico2.png') no-repeat 20px 50%;
}

#ul_main_tech li ul li a:hover, #ul_main_tech li ul .m_sel a
{
      background:url('images/img/n_sub_menu_ico2.png') no-repeat 20px 50%;
      color:#01D1B5;
}

#ul_main_tech li ul li a:after
{
      display:none;
}

#ul_main_tech li ul li
{
      margin:0 0;
}

#ul_main_tech li ul li:last-child a
{
      border-bottom:solid 0px #316A91;
      padding:10px 0 10px 37px;
}

.n_main_product_t
{
      width:260px;
      height:350px;
      margin:0 10px 20px;
      background:#fff;
      cursor:pointer;
}

.n_main_product_t_also
{
      width:280px;
      height:350px;
      margin:0 40px 0px 0;
      background:#fff;
      cursor:pointer;
}

.n_main_product_t_also:last-of-type
{
      margin:0 0px 0px 0;
}

.n_photo_bckg_div_t
{
      height:200px;
      padding:25px 0 0;
}

.n_main_product_text
{
      padding:0 25px;
}

#n_main_urz_idd
{
      padding:30px;
      background:#F3F3F3;
}

.urz_photo
{
      margin:0 30px 10px 0;
      background:#fff;
      text-align:center;
}

.urz_photo img
{
      max-width:330px;
      padding:15px;
}

.opr_idd_left
{
      width:610px;
      padding:30px 0 0 60px;
      box-sizing:border-box;
}











.scale
{
      font-size:16px;
      color:#9D9D9D;
      font-weight:500;      
}

.scale a
{
      display:inline;
      padding:2px 7px;   
      color:#9D9D9D;
      line-height:20px;
}

.scale .scale_arrow
{
      width:30px;
      height:30px;
      display:inline-block;
      padding:0 0 0;
      margin:0 0 0 10px;
      background:#01D0B5 url('images/img/arrow_right.png') no-repeat 50% 50%;   
      vertical-align:middle;
}

.scale .scale_arrow2
{
      width:30px;
      height:30px;
      display:inline-block;
      padding:0 0 0;
      margin:0 10px 0 0;
      background:#01D0B5 url('images/img/arrow_left.png') no-repeat 50% 50%;   
      vertical-align:middle;
}

.scale .scale_arrow:hover, .scale .scale_arrow2:hover
{
      background-color:#00dbbf;
}

.scale span
{
      display:inline-block;
      padding:2px 7px;  
      color:#1b1b1b;
      font-weight:500;      
}

#no_exist
{
      font-weight:bold;
      color:#f00;
      text-align:center;
}

.upper
{
      text-transform:uppercase;
}

.capital
{
      text-transform:capitalize;
}

.lower
{
      text-transform:lowercase;
}

.text
{
      line-height:18px;
      text-align:justify;
}

.table_photo2
{
      margin:0px 20px 20px 0;
}

.main_news_left
{
      float:left;
      width:calc(100% - 205px);
}

.main_news_right
{
      float:right;
      width:185px;
}

.photo_gallery a
{
      width:185px;
      box-sizing:border-box;
}

.photo_bckg2
{
      width:auto;

}

.photo_bckg_post
{
      width:210px;
}

.table_photo3
{
      margin:15px;
}

.photo_bckg_main
{
      width:100px;
      -moz-box-shadow: 0 0 3px #ddd;
      -webkit-box-shadow: 0 0 3px #ddd;
      box-shadow: 0 0 3px #ddd;
}

.photo_bckg_main_gal
{
      width:332px;
      height:220px;
}

.photo_bckg
{
      width:185px;
      height:185px;
}

.photo_bckg_div
{
      width:185px;
      height:185px;
      -moz-box-shadow: inset 0 0 12px #aaa;
      -webkit-box-shadow: inset 0 0 12px #aaa;
      box-shadow: inset 0 0 12px #aaa;
}

.photo_bckg_div2
{
      height:300px;
      -moz-box-shadow: inset 0 0 12px #aaa;
      -webkit-box-shadow: inset 0 0 12px #aaa;
      box-shadow: inset 0 0 12px #aaa;
      padding:15px;
}

.f_poppins
{
      font-family:'Poppins', Arial, Verdana, sans-serif;
      font-weight:400;
}

.f_poppins_light
{
      font-family:'Poppins', Arial, Verdana, sans-serif;
      font-weight:300;
}

.f_poppins_med
{
      font-family:'Poppins', Arial, Verdana, sans-serif;
      font-weight:500;
}

.f_poppins_semi_bold
{
      font-family:'Poppins', Arial, Verdana, sans-serif;
      font-weight:600;
}

.f_poppins_bold
{
      font-family:'Poppins', Arial, Verdana, sans-serif;
      font-weight:700;
}

.f_roboto
{
      font-family:'Roboto', Arial, Verdana, sans-serif;
}

.f_roboto_med
{
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-weight:500;
}

.f_roboto_light
{
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-weight:300;
}

.f_roboto_bold
{
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-weight:700;
}

.f_arial
{
      font-family:Arial, sans-serif;
}

.f_tahoma
{
      font-family:Tahoma, Arial, sans-serif;
}

.f_trebuchet
{
      font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
}

.f_times
{
      font-family:Times New Roman, Arial, sans-serif;
}

.f_georgia
{
      font-family:Georgia, Times New Roman, Arial, sans-serif;
}

.f46
{
      font-size:46px;
      line-height:63px;
}

.lh_text
{
      line-height:31px;
}

.f48
{
      font-size:40px;
}

.f40
{
      font-size:40px;
}

.f36
{
      font-size:36px;
}

.f32
{
      font-size:32px;
}

.f30
{
      font-size:28px;
}

.lh32
{
      line-height:47px;      
}

.lh30
{
      line-height:33px;      
}

.lh22
{
      line-height:26px;      
}

.lh24
{
      line-height:30px;      
}

.lh17
{
      line-height:20px;      
}

.f28
{
      font-size:28px;
      line-height:normal;
}

.f27
{
      font-size:27px;
      line-height:normal;
}

.f26
{
      font-size:26px;
      line-height:normal;
}

.f25
{
      font-size:25px;
      line-height:normal;
}

.f24
{
      font-size:24px;
}

.f23
{
      font-size:23px;
}

.f22
{
      font-size:22px;
}

.f21
{
      font-size:21px;
}

.f20
{
      font-size:20px;
}

.f19
{
      font-size:19px;
}

.f18
{
      font-size:18px;
}

.f17
{
      font-size:17px;
}

.f16
{
      font-size:16px;
}

.f15
{
      font-size:15px;
}

.f14
{
      font-size:12px;
}

.f13
{
      font-size:13px;
}

.f12
{
      font-size:12px;
}

.f11
{
      font-size:11px;
}

.f10
{
      font-size:10px;
}

.col_text
{
      color:#333;
}

.col_link
{
      color:#01D1B5;
}

.col_purple
{
      color:#421152;
}

.col_orange
{
      color:#E15F35;
}

.col_orangedark
{
      color:#C3512B;
}

.col_red
{
      color:#D50000;
}

.col_green
{
      color:#ABE041;
}

.col_dark_green
{
      color:#498A00;
}

.col_green2
{
      color:#BFE741;
}

.col_blue
{
      color:#007ABE;
}

.col_light_blue
{
      color:#6FCCFF;
}

.col_darkblue
{
      color:#005878;
}

.col_white
{
      color:#fff;
}

.col_brown
{
      color:#7B2B00;
}

.col_gold
{
      color:#9D6D3B;
}

.col_gray
{
      color:#CBCDCF;
}

.col_darkgray
{
      color:#313131;
}

.col_light_gray
{
      color:#ccc;
}

.col_black
{
      color:#1B1B1B;
}

.col_yellow
{
      color:#FFF100;
}

h1,h2,h3,h4,h5,h6,form,div,img
{
      padding:0;
      margin:0;
      border:0;
      border:none;
      font-weight:normal;
}

input, select, button, textarea
{
      padding:0;
      margin:0;
      font-size:11px;
      color:#666;
      font-family:Tahoma, Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
      font-size:11px;
}

#text_content .main_width2.mar40  h2, #text_content .main_width2.mar60  h2, #serwis_more h2
{
      font-size:18px;
      font-weight:600;
}

#text_content img
{
      max-width:100%;
}

h3
{

}

ul, ol
{
      margin:0px;
      padding:3px 0 10px 25px;
}

ul li
{
      list-style-type:square;
      padding:0px;
      margin:0px;
      text-align:left;
}

ol li
{
      padding:0 0 3px 0;
      margin:0px;
      text-align:left;
      background:none;
}

.button_back
{
      padding:0;
      border:none;
      background:url('images/img/label_back2.png') no-repeat 0 0;
      width:106px;
      height:27px;
      cursor:pointer;
      text-align:center;
}


.button_add
{
      padding:0;
      border:none;
      background:url('images/img/label_add2.png') no-repeat 0 0;
      width:105px;
      height:27px;
      cursor:pointer;
      text-align:center;
}



.button_search
{
      padding:0;
      border:none;
      background:url('images/img/label_search2.png') no-repeat 0 0;
      width:105px;
      height:27px;
      cursor:pointer;
      text-align:center;
}

.button_logout
{
      padding:0;
      border:none;
      background:url('images/img/label_logout2.png') no-repeat 0 0;
      width:105px;
      height:27px;
      cursor:pointer;
      text-align:center;
}

.submit_form
{
      padding:0;
      border:none;
      background:#fff url('pl/images/search.gif') repeat-x 0 0;
      width:65px;
      height:19px;
      cursor:pointer;
      margin:5px 0 10px;
}

.submit_form2
{
      padding:0;
      border:none;
      background:url('pl/images/input_tlo.jpg') no-repeat 0 0;
      width:143px;
      height:20px;
      margin:0px;
      color:#fff;
      cursor:pointer;
      text-align:center;
}

#form_div
{

}

.inp_pay
{
      background:url('images/img/button_pay.png') no-repeat 0 0;
      border:none;
      width:85px;
      height:30px;
      margin:0;
      cursor:pointer;
}

.inp_search_send
{
      width:98px;
      height:39px;
      margin:0;
      border:solid #036A8B 1px;
      cursor:pointer;
      font-size:14px;
      padding:0 0;
      color:#fff;
      text-align:center;
      text-transform:uppercase;
      background:#fff;
      color:#006E82;
}

.inp_search_send2
{
      width:128px;
      height:40px;
      margin:0;
      border:solid #A4A4A4 2px;
      cursor:pointer;
      font-size:16px;
      padding:2px 12px;
      color:#fff;
      text-align:center;
      background:#fff;
      color:#8B8F95;
      font-family:'Roboto', Arial, Verdana, sans-serif;
}

.inp_search_send2:hover
{
      border:solid #A0A0A0 2px;
      color:#fff;
      background:#A0A0A0;
}

#form_sys_left
{
      float:left;
}

#form_sys_right
{
      float:left;
      margin:0 0 0 10px;
}

.form_d_none
{
      display:block;
}

.inp_search_send_en
{
      background:url('images/img/inp_search_send_en.png') no-repeat 0 0;
      border:none;
      width:99px;
      height:32px;
      margin:0;
      cursor:pointer;
}

.inp_search_save
{
      background:url('images/img/inp_search_save.png') no-repeat 0 0;
      border:none;
      width:85px;
      height:30px;
      margin:0;
      cursor:pointer;
}

.inp_search_add
{
      background:url('images/img/inp_search_add.png') no-repeat 0 0;
      border:none;
      width:85px;
      height:30px;
      margin:0;
      cursor:pointer;
}



.inp_search
{
      height:47px;
      width:164px;
      cursor:pointer;
      border:none;
}

.inp_search2
{
      height:21px;
      text-align:center;
      color:#fff;    
      cursor:pointer;
      border:none;
      background:#00266C;
      font-size:11px;
      padding:0 10px 2px;
      border-radius:3px;
      -moz-border-radius:3px;
      -webkit-border-radius:3px;
}

.inp_button
{
      height:24px;
      width:65px;
      text-align:center;
      color:#fff;    
      cursor:pointer;
      padding-bottom:2px;
      font-size:12px;
      border:none;
      background:url('images/img/button.png') no-repeat 0 0;
}

.inp_button2
{
      height:20px;
      width:60px;
      text-align:center;
      color:#fff;    
      cursor:pointer;
      padding-bottom:4px;
      font-size:11px;
      border:none;
      background:url('images/img/button2.png') no-repeat 0 0;
}




.f_label_class
{
      padding:3px 10px; 
      width:270px;
      text-align:right;
      font-size:12px;
      float:left;
}

.f_label_diet
{
      width:150px;
}

.f_input_class
{
      width:255px;
      float:left;
      margin:0 0 15px;
}

.input_form
{
      border:solid #CBCBCB 1px;
      width:100%;
      padding:13px 20px;
      background:#fff;
      box-sizing:border-box;
}

.input_form_spam
{
      border:solid #CBCBCB 1px;
      width:70px;
      padding:7px 20px 6px;
      margin:0 0 0 20px;
      box-sizing:border-box;
}

.input_form_textarea
{
      border:solid #CBCBCB 1px;
      width:100%;
      height:200px;
      padding:13px 20px;
      box-sizing:border-box;
}



.up_buttons
{
      margin-bottom:20px;
}

.input_label
{
      margin-bottom:5px;
}

.input_spam
{
      margin-top:0px;
      width:100px;
      height:32px;
}

.form_lab
{
      float:left;
      text-align:left;
      width:100%;
      font-size:16px;
      color:#8B8F95;
      padding:5px 0;
      font-weight:300;
}

.form_lab_area
{
      width:100%;
      padding:5px 0;
}

.form_inp
{
      float:left;
      margin:0 0 25px 0;
}


.input_form2
{
      padding:0 8px 2px;
      margin:0; 
      width:160px;
      height:22px;
      background:#fff;
      border:solid #d4d4d4 1px;
      -webkit-border-radius: 3px; 
      -moz-border-radius: 3px; 
      border-radius: 3px;
      font-size:12px;
      margin:0 0 10px 0;
}

.input_select
{
      border:solid #d4d4d4 1px;
      width:178px;
      padding:3px 4px 3px;
      font-size:12px;
      background:#fff;
      -webkit-border-radius: 3px; 
      -moz-border-radius: 3px; 
      border-radius: 3px;
      margin:0 0 5px 0;
}


.input_select_offer
{
      border:solid #E25F35 3px;
      height:46px;
      width:506px;
      padding:5px 15px;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-size:17px;
      background:#fff;
      color:#E25F35;
      margin:0 0 0;
}

#id_category > option
{
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-size:17px;
}

.input_form_offer
{
      margin:0 20px 0 0; 
      height:30px;
      width:350px;
      padding:5px 15px;
      background:#fff;
      border:solid #E25F35 3px;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-size:17px;
      background:#fff;
      color:#E25F35;
}

.inp_search_send_offer
{
      width:100px;
      height:46px;
      padding:5px 15px;
      background:#fff;
      border:solid #E25F35 3px;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-size:17px;
      background:#fff;
      color:#E25F35;

      cursor:pointer;
      text-align:center;
}

.input_form_gray
{
      padding:0 10px 2px;
      margin:0; 
      width:285px;
      height:25px;
      background:#eee;
      border:solid #d4d4d4 1px;
      -webkit-border-radius: 3px; 
      -moz-border-radius: 3px; 
      border-radius: 3px;
      font-size:12px;
}

.check_form
{
      margin:7px 0 0;
}

.file_form
{
      margin:4px 0 0;
}

.input_form_textarea_gray
{
      border:solid #d4d4d4 1px;
      width:285px;
      height:150px;
      font-size:12px;
      padding:8px 10px;
      background:#eee;
      -webkit-border-radius: 3px; 
      -moz-border-radius: 3px; 
      border-radius: 3px;
}


.input_file
{
      border:solid #fff 1px;
      width:225px;
      padding:10px;
      background:#fff;
}

.input_select_gray
{
      border:solid #d4d4d4 1px;
      width:306px;
      padding:5px 5px 6px;
      font-size:12px;
      background:#eee;
      -webkit-border-radius: 3px; 
      -moz-border-radius: 3px; 
      border-radius: 3px;
}

.select_form
{
      border:none;
      width:178px;
      padding:2px 2px 2px 0;
      margin:10px 10px 0 0;
      font-size:12px;
      background:#fff;
}




.table_form .radio_tabx
{
      padding-top:4px;
}

.table_form
{
      border-collapse: collapse;
      padding: 0px;
}

.table_form td
{
      padding:0px;
      zoom:1;
}

.table_form .label
{
      padding:3px 6px;
      background:#ebebeb; 
      font-weight:bold;
      color:#f00;
}

.table_form .td_white
{
      background:transparent; 
}

.table_form .td_white2
{
      background:transparent; 
      font-size:12px;
}

.table_form .td_left2
{
      padding:2px 10px 10px 2px; 
      width:140px;
      text-align:right;
      font-size:12px;
}

.table_form .td_left
{
      padding:7px 10px 2px 2px; 
      width:180px;
      text-align:left;
      font-size:13px;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-weight:300;
      text-transform:uppercase;
}

.table_form .td_file
{
      width:300px; 
}

.text_label
{
      font-weight:bold;
      margin:0 5px 3px 0;
}

.text
{
}

.text_head
{
      font-weight:bold;
      font-size:12px;
      color:#803E2B;
      margin:5px 0 3px 0;
}

.opacity_0
{
      opacity:0;
      filter:alpha(opacity=0);
}

.opacity_1
{
      opacity:1;
      filter:alpha(opacity=100);
}

.d_none
{
      display:none;
}

.d_block
{
      display:block;
}

.span_struct
{
      padding:10px 0 0;
}

.f_right
{
      float:right;
}

.f_left
{
      float:left;
}

.center
{
      text-align:center;
}

.justify
{
      text-align:justify;
}

.right
{
      text-align:right;
}

.underline
{
      text-decoration:underline;
}

.italic
{
      font-style:italic;
}

.bold
{
      font-weight:bold;
}

.left
{
      text-align:left;
}

.hide
{
      visibility:hidden;
}

.show
{
      visibility:visible;
}

.mar0
{
      margin:0px;
}

.marright0
{
      margin-right:0px;
}

.mar2
{
      margin-bottom:2px;
}

.marup3
{
      margin-top:3px;
}

.mar3
{
      margin-bottom:3px;
}

.mar5
{
      margin-bottom:5px;
}

.marup5
{
      margin-top:5px;
}

.mar10
{
      margin-bottom:10px;
}

.mar15
{
      margin-bottom:15px;
}

.marup10
{
      margin-top:10px;
}

.mar20
{
      margin-bottom:20px;
}

.mar25
{
      margin-bottom:25px;
}

.marup20
{
      margin-top:20px;
}

.mar30
{
      margin-bottom:30px;
}

.mar35
{
      margin-bottom:35px;
}

.marup40
{
      margin-top:40px;
}

.mar40
{
      margin-bottom:40px;
}

.mar60
{
      margin-bottom:60px;
}

.marup60
{
      margin-top:60px;
}

.mar50
{
      margin-bottom:50px;
}

.mar70
{
      margin-bottom:70px;
}

.mar80
{
      margin-bottom:80px;
}

.mar90
{
      margin-bottom:90px;
}

.mar100
{
      margin-bottom:100px;
}

.marup30
{
      margin-top:30px;
}

.marup50
{
      margin-top:50px;
}

.pad10
{
      padding-bottom:10px;
}

.pad50
{
      padding-bottom:50px;
}

.crossed
{
      text-decoration: line-through; 
}

.ul__
{
      margin:0px;
      padding:5px 0 10px 0px;
}

.ul__ li
{
      display:block;
      padding:1px 0 5px 13px;
      margin:0px;
      list-style-type:none;
      text-align:justify;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-size:18px;
      font-weight:400;
}

.ul__ li span
{
      min-width:27px;
      display:inline-block;
}


/*
.ul_
{
      margin:0px;
      padding:5px 0 5px 18px;
}

.ul_ li
{
      padding:0 0 3px;
      margin:0px;
      list-style-type:square;
      text-align:left;
      font-size:12px;
}
*/
.ul_ico, .ul_, ul_video, .opr_hex1 ul
{
      margin:0px;
      padding:0;
}

#n_main_urz_idd .ul_
{
      overflow: hidden;
}

.ul_ico li, .ul_ li, .ul_video li, .opr_hex1 ul li
{
      display:block;
      padding:1px 0 5px 25px;
      margin:0px;
      list-style-type:none;
      background:url('images/img/n_ico_ul.png') no-repeat 0px 10px;
}

.ul_ico_right
{
      float:right;
}

.ul_ico_right li
{
      text-align:right;
      float:right;
      clear:both;
}

.ul_ li ._sel
{
      color:#00A334;
}

.ul_vert
{
      margin:0;
      padding:15px 0;
      border:solid #83B4C3 1px;
      border-left:none;
      border-right:none;
}

.ul_vert li
{
      display:block;
      padding:1px 0 5px 19px;
      margin:0px;
      list-style-type:none;
      background:url('images/img/ap_ico_ul.png') no-repeat 2px 9px;
}

.ul_offer
{
      margin:20px 0 0;
      padding:0 0;
}

.ul_offer li
{
      display:block;
      padding:0 0 10px 65px;
      margin:0 40px 25px 0;
      min-height:60px;
      width:160px;
      list-style-type:none;
      background:url('images/img/file_sys.png') no-repeat 0 0;
      border-bottom:solid 4px #595959;
      color:#474747;
      font-size:18px;
      font-family:'Roboto', Arial, Verdana, sans-serif;
      font-weight:500;
      float:left;
}

.ul_offer li._img
{
      background:url('images/img/img_sys.png') no-repeat 0 0;
}

.ul_offer li:nth-child(4) 
{
      margin:0 40px 0 0;
}

.ul_offer li:nth-child(5) 
{
      margin:0 40px 0 0;
}

.ul_offer li:nth-child(6) 
{
      margin:0 40px 0 0;
}


.ul_offer li a
{
      color:#474747;
}

/*
.ul_ico li a, .ul_ li a
{
      color:#7b7b7b;
}
*/
.label
{
      margin-top:10px;
      font-size:11px;
}

table td
{
      vertical-align: top;
}

.tab_space
{
      border-collapse: collapse;
      padding: 0px;
}
.tab_space td
{
     padding: 0px;
}

.tab_space
{
      border-collapse: collapse;
      padding: 0px;
}
.tab_space td
{
     padding: 0px;
}

.table_border
{
      border-collapse: collapse;
      margin:0 auto;
      text-align:left;
      width:100%;
}

.table_border th
{
      text-align:center;
}

.table_border td, .table_border th
{
      border:1px #F3F3F3 solid;
      padding:5px;
      font-weight:300;
      color:#313131;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;   
      font-size:12px;
      background:#fff;
}

.table_border td a
{
}

.table_border .label, .table_border th
{
      background:#1D4D6F;
      font-weight:400;
      color:#fff;
      font-family: 'Poppins', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;   
      font-size:12px;
}

.table_border tr td:first-child
{
      font-weight:400;
}


/*
old versja bez absolute
.cal_up
{
      padding:2px 0 0;
      height:25px;
      margin:0;
      background:#4D4D4D url('images/cal_up.jpg') no-repeat 0 0;
      position:relative;
}

.cal_select
{
      border:solid #8B8B8B 1px;
      font-size:10px;
      font-family:Tahoma, Verdana, Arial, sans-serif;
      padding:0;
}

.cal_close
{
      width:15px;
      height:15px;
      padding:0;
      margin:5px 0 0 18px;
      border:none;
      background:url('images/cal_close.gif') no-repeat 0 0;
      cursor:pointer;
}

.cal_left
{
      width:15px;
      height:15px;
      padding:0;
      margin:5px 2px 0 6px;
      border:none;
      background:url('images/cal_left.gif') no-repeat 0 0;
      cursor:pointer;
}

.cal_right
{
      width:15px;
      height:15px;
      padding:0;
      margin:5px 0 0 2px;
      border:none;
      background:url('images/cal_right.gif') no-repeat 0 0;
      cursor:pointer;
}
*/

.cal_up
{
      padding:0 0 0;
      height:25px;
      margin:0;
      background:#4D4D4D url('images/cal_up.jpg') no-repeat 0 0;
      position:relative;
}

.cal_select
{
      border:solid #8B8B8B 1px;
      font-size:10px;
      font-family:Tahoma, Verdana, Arial, sans-serif;
      padding:0;
      position:absolute;
}

.cal_select1
{
      top:5px;
      left:23px;
      width:76px;
}

.cal_select2
{
      top:5px;
      left:139px;
      width:46px;
}


.cal_close
{
      width:15px;
      height:15px;
      top:6px;
      right:6px;
      border:none;
      background:url('images/cal_close.gif') no-repeat 0 0;
      cursor:pointer;
      position:absolute;
}

.cal_left
{
      width:15px;
      height:15px;
      padding:0;
      margin:0;
      border:none;
      background:url('images/cal_left.gif') no-repeat 0 0;
      cursor:pointer;
      position:absolute;
}

.cal_left1
{
      top:6px;
      left:6px;
}

.cal_left2
{
      top:6px;
      left:122px;
}
.cal_right
{
      width:15px;
      height:15px;
      padding:0;
      margin:0;
      border:none;
      background:url('images/cal_right.gif') no-repeat 0 0;
      cursor:pointer;
      position:absolute;
}

.cal_right1
{
      top:6px;
      left:101px;
}

.cal_right2
{
      top:6px;
      left:187px;
}




.cal_div_table
{
      border:solid #4D4D4D 1px;
      width:238px;
}

.cal_table
{
      border-collapse: collapse;
      padding:0;
      margin:0;
      width:238px;
}

.cal_table td, .cal_table th
{
      text-align:center;
      border:1px #fff solid;
      padding:2px 3px;
      background:#EAE9ED;
      color:#4D4D4D;
      font-size:9px;
      font-family:Tahoma, Verdana, Arial, sans-serif;
}

.cal_table .cal_head
{
      color:#fff;
      font-weight:normal;
      background:#AFAFAF;
}

.cal_table td a
{
      font-size:9px;
      color:#4D4D4D;
      font-family:Tahoma, Verdana, Arial, sans-serif;
}



.warstwa_war
{
      position: absolute;
      visibility: visible;
}

.warstwa
{
      position: absolute;
      visibility: hidden;
      text-align:center;
      z-index:98;
      left:0;
      top:0;
}

.warstwa_new
{
      z-index:99;
}

#warstwa_gray
{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:url('images/png_gray.png') repeat 0 0;
      visibility:hidden;
      z-index:98;
}

.clear, .clear2
{
      clear:both;
      font-size:0;
      line-height:0;
      height:0;
}

.clear_left
{
      clear:left;
      font-size:0;
      line-height:0;
      height:0;
}

.clear_right
{
      clear:right;
      font-size:0;
      line-height:0;
      height:0;
}

.line_heigh25
{
      line-height:35px;
}
.spacer
{
      width:100%;
      height:100%;           
}

.center_d
{
      margin:0 auto;
}

a
{
      text-decoration: none;
      color:#01D1B5;
}

a:hover
{
      text-decoration:none;
}


.form_d_none
{
      display:block;
}

#dane_tech_div
{
      overflow-x:auto;
}

