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

.g_maps
{
      width:650px;
      height:350px;
}

html
{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size:16px;
      color:#231F20;
      font-weight:400;
      margin:0px;
      width:100%;
}

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

.cookie_style
{
      position:fixed;
      right:0px;
      bottom:0px;
      width:100%;
      padding:25px 30px;
      background:#040D1C;
      text-align:left;
      z-index:99;
      color:#fff;
      font-size:16px;
      font-weight:300;
      box-sizing:border-box;
      border:none;
      line-height:23px;
}

.cookie_style img
{
      margin-left:20px;
}

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

#top
{
      background:url('images/img/bckg_.jpg') no-repeat 50% 0%;
      height:860px;
}

#top_sub
{
      background:url('images/img/bckg_sub.jpg') no-repeat 50% 0%;
      height:380px;
}

#up
{
      height:90px;
      padding:20px 0px;
      position:relative;
      box-sizing:border-box;
}

.logo
{
      width:151px;
      height:48px;
      margin:0 0;
      background:url('images/img/logo.png') no-repeat 0 0;    
}

.logo_foot
{
      background:url('images/img/logo_foot.png') no-repeat 0 0;    
}

#menu_hor_rwd
{
      display:none;
}

#menu_hor
{
      margin:15px 0 0;
      padding:0 0 0;
}

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

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

#menu_hor ul li a, #menu_hor ul li span
{
      height:auto;
      margin:0 0 0 0;
      padding:0 0 15px;
      display:block;
      font-size:14px;
      font-weight:700;
      color:#fff;
      font-family: 'Plus Jakarta Sans', sans-serif;
      position:relative;   
      text-transform:uppercase;
}

#menu_hor ul li:first-child a
{
      padding:0 27px 15px 0;
      background:url('images/img/menu_arrow.png') no-repeat 100% -1px;    
}

#menu_hor ul li a:after 
{    
      bottom:0;
      content:"";
      display:block;
      height:2px;
      left:0%;
      position:absolute;
      background:#BB2034;
      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; 
}

#menu_hor li ul
{
      position:absolute;
      z-index:90;
      top:33px;
      left:0;
      padding:10px 24px;
      margin:0; 
      height:auto;
      width:auto;
      background:#fff;
      border:solid 1px #D6DCE9;
      border-radius:4px;
}

#menu_hor li ul li
{
      padding:0;
      margin:0;  
      list-style-type:none;
      float:none;
      position:relative;
      border:none;
}

#menu_hor li ul li a, #menu_hor .m_sel ul li a, #menu_hor ul li:first-child ul li a
{
      width:265px;
      text-align:left;
      display:block;
      height:auto;
      padding:15px 0;
      margin:0;
      border:none;
      color:#051A36;
      background:none;
      border-bottom:solid 1px #D6DCE9;
      line-height:21px;      
}

#menu_hor li ul li:last-child a, #menu_hor .m_sel ul li:last-child a, #menu_hor ul li:first-child ul li:last-child a
{
      border-bottom:solid 0px #D6DCE9;
}

#menu_hor li:hover ul li:hover a 
{
      color:#BB2034;
}



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








#act_lang
{
      background:url('images/img/menu_arrow.png') no-repeat 100% 50%;    
      height:auto;
      border:solid 0px #F85166;
      padding:15px 27px 15px 0;
      margin:0 25px 0 60px;
      box-sizing:border-box;
      position:relative;
      cursor:pointer;
}

#pl
{
      background:url('images/img/pl_.png') no-repeat 0% 50%;    
      padding:0 0 0 30px;
}

#en
{
      background:url('images/img/en_.png') no-repeat 0% 50%;    
      padding:0 0 0 30px;
}

#langs
{
      position:absolute;
      top:0px;
      left:0;
      padding:2px 12px; 
      margin:0;
      background:#fff;
      border-radius:4px;
      border:solid 1px #D6DCE9;
}

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

#langs li a
{
      display:block;
      list-style-type:none;
      float:left;
      margin:0;
      padding:10px 0 10px 30px;

      width:auto;
      font-size:15px;
      font-weight:700;
      color:#00223B;
      font-family: 'Plus Jakarta Sans', sans-serif; 
      text-transform:uppercase;
      background:url('images/img/pl_.png') no-repeat 0% 50%;  
      border-bottom:solid 1px #D6DCE9;  
}

#langs .li_en a
{
      background:url('images/img/en_.png') no-repeat 0% 50%;    
      border-bottom:solid 0px #D6DCE9;  
}

#langs li:hover a
{
      color:#BB2034;
}




.button_seled a, input.button_seled 
{
      display:inline-block;
      padding:13px 27px;
      min-width:100px;
      background:#BB2034;
      border-radius:4px;
      border:solid 1px #F85166;
      text-transform:uppercase;
      cursor:pointer;
}

.button_seled_tel a
{
      margin:0 0 0;
      padding:13px 27px 13px 54px;
      background:#BB2034 url('images/img/phone.png') no-repeat 25px 50%;
}

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

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

.button_black a:hover
{
      background-color:#0F1929;
}

#slider
{
      height:770px;
}

.slider_text
{
      margin:380px 0 0;
      width:720px;
}

#main_offer
{

}

#main_offer .offer_box
{
      width:432px;
      height:460px;
      margin:0 32px 32px 0;
      border-radius:4px;
      position:relative;
      background-size:100%;
      transition: all 0.3s ease-in-out;
}

#main_offer .offer_box:hover
{
      background-size: 105%;
      transition: all 0.3s ease-in-out;
}

#main_offer .offer_box:nth-of-type(3n)
{
      margin-right:0px;
}

.offer_box_bottom
{
      position:absolute;
      height:40px;
      width:100%;
      background:rgba(0, 0, 0, 0.8);
      bottom:0px;
      border-radius:0 0 4px 4px;
}

.offer_box_over
{
      position:relative;
      height:420px;
      overflow:hidden;
}


/*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.87%, rgba(0, 0, 0, 0.8) 54.78%); */

.offer_box_shad
{
      position:absolute;
      bottom:-150px;
      padding:70px 32px 0px;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8) 35%);
      border-radius:4px;
      animation: 0.5s animation2;
      transition: 0.3s ease-in-out;
}

.offer_box_shad div:first-child
{
      min-height:56px;
}

.offer_box_shad div:nth-child(2)
{
      min-height:110px;
}

.offer_box:hover .offer_box_shad
{
      transition: 0.4s ease-in-out;
      bottom:0px;
}

.offer_box_shad .f15:not(.mier_more)
{
      line-height:22px;
}


#offer_box1
{
      background:url('/images/img/offer1.jpg') no-repeat 50% 50%;
}

#offer_box2
{
      background:url('/images/img/offer2.jpg') no-repeat 50% 50%;
}

#offer_box3
{
      background:url('/images/img/offer3.jpg') no-repeat 50% 50%;
}

#offer_box4
{
      background:url('/images/img/offer4.jpg') no-repeat 50% 50%;
}

#offer_box5
{
      background:url('/images/img/offer5.jpg') no-repeat 50% 50%;
}

#offer_box6
{
      background:url('/images/img/offer6.jpg') no-repeat 50% 50%;
}

#main_about
{
      background:url('/images/img/about_.jpg') no-repeat 50% 0%;
      height:777px;
}

.main_about_in
{
      padding-top:100px;
      width:700px;
      margin:0;
}

#about_boxes
{
      margin:-110px 0 100px;
}

.about_box
{
      width:432px;
      min-height:228px;
      background:#051A36;
      padding:32px;
      box-sizing:border-box;
      border-radius:4px;
      border:solid 1px #082852;
      margin-right:32px;
}

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

.about_box_title
{
      width:220px;
      padding:0 0 0 72px;
      box-sizing:border-box;
}

#about1
{
      background:url('/images/img/about1.png') no-repeat 0% 50%;
}

#about2
{
      background:url('/images/img/about2.png') no-repeat 0% 50%;
}

#about3
{
      width:250px;
      background:url('/images/img/about3.png') no-repeat 0% 50%;
}

#mier_boxes
{

}

.mier_box
{
      width:664px;
      background:#F6F6F6;
      border-radius:4px;
      border:solid 1px #D6DCE9;
      margin-right:32px;
      padding:28px 24px;
      box-sizing:border-box;
      -webkit-transition:border-color 0.5s linear;
      transition:border-color 0.5s linear;
      -moz-transition:border-color 0.5s linear;
      -o-transition:border-color 0.5s linear;
}

.mier_box:hover
{
      border:solid 1px #BB2034;
      -webkit-transition:border-color 0.5s linear;
      transition:border-color 0.5s linear;
      -moz-transition:border-color 0.5s linear;
      -o-transition:border-color 0.5s linear;
}

.mier_img
{
      width:220px;
      border-radius:4px;
      border:solid 1px #D6DCE9;
      margin-right:32px;
      box-sizing:border-box;
}

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

.mier_more a
{
      display:block;
      background:url('/images/img/mier_arrow.png') no-repeat 95% 30%;
      padding:0 35px 6px 0;
      -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;
      position:relative;
}

.mier_more a:after 
{    
      bottom:0;
      content:"";
      display:block;
      height:2px;
      left:0%;
      position:absolute;
      background:#BB2034;
      transition:width 0.3s ease 0s, left 0.3s ease 0s;
      width:0%;
}

.mier_more a:hover
{
      background:url('images/img/mier_arrow.png') no-repeat 100% 30%;    
      -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;
}

.mier_more a:hover:after
{
      width:100%; 
}


#main_foot_up
{
      background:url('/images/img/foot_.jpg') no-repeat 50% 0%;
      height:440px;
}

.main_foot_up_in
{
      padding:100px 220px 0;
}

#foot
{
      background:#fafafa;    
      padding:65px 0 0px;
}

#foot .f16
{
      line-height:31px;
}


.foot_lab
{
      padding:10px 0 0;
}


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

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

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

.ul_foot li a:hover
{
      text-decoration:underline;  
}

#foot2
{
      margin-left:110px;
}

#fast4net
{
      border-top:solid 1px #E7ECF6;
      padding:25px 0;
      margin:25px 0 0;
}





















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


#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; 
}












#text_title
{
      padding-top:70px;
}

#ul_text_path
{
      padding:0;
      margin:15px 0 0px; 
}

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

#ul_text_path li a
{
      padding:0px 21px 0 0;
      display:inline-block;
      margin:0 9px 0 0;
      font-size:17px;
      color:#fff;
      background:url('/images/img/n_arrow_white.png') no-repeat 100% 6px;   
      font-family: 'Plus Jakarta Sans', sans-serif;      
      font-weight:300;
}

#ul_text_path li a:hover
{
      text-decoration:underline;
}

#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
{
      line-height:28px;
}

#text_content h2
{
     font-size:22px;
}

















#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_jakarta
{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight:400;
}

.f_jakarta_light
{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight:300;
}

.f_jakarta_med
{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight:500;
}

.f_jakarta_semi_bold
{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight:600;
}

.f_jakarta_bold
{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight:800;
}

.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:55px;
}

.lh_text
{
      line-height:31px;
}

.f48
{
      font-size:40px;
}

.f40
{
      font-size:40px;
}

.f36
{
      font-size:36px;
      line-height:44px;
}

.f34
{
      font-size:34px;
}

.f32
{
      font-size:32px;
}

.f30
{
      font-size:28px;
}

.f31
{
      font-size:30px;
}

.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;
      line-height:26px;
}

.f17
{
      font-size:17px;
}

.f16
{
      font-size:16px;
      line-height:24px;
}

.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:#231F20;
}

.col_link
{
      color:#BB2034;
}

.col_purple
{
      color:#421152;
}

.col_orange
{
      color:#F85166;
}

.col_orangedark
{
      color:#C3512B;
}

.col_red
{
      color:#BB2034;
}

.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:#aaa;
}

.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, #serwis_more h3, #text_content .main_width2.mar40  h3, #text_content .main_width2.mar60  h3
{
      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:120px;
      padding:10px 15px;
      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
{
      margin:5px 0 0;
      padding:0;
}


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

.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;
}

.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:left;
}

.table_border td, .table_border th
{
      border:0px #F3F3F3 solid;
      padding:10px 20px;
      font-weight:400;
      color:#313131;
      font-family: 'Plus Jakarta Sans', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;   
      font-size:16px;
}

.table_border td a
{
}

.table_border tr:nth-child(odd) 
{
      background: #F6F6F6;
}

.table_border tr:nth-child(even) 
{
      background: #FFF;
}

.table_border .label, .table_border th
{
      background:#051A36;
      font-weight:700;
      color:#fff;
      font-family: 'Plus Jakarta Sans', Arial, Georgia, Trebuchet MS, Verdana, sans-serif;   
      font-size:16px;
}

.table_border tr td:first-child
{
}


/*
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:#BB2034;
}

a:hover
{
      text-decoration:none;
}


.form_d_none
{
      display:block;
}

#dane_tech_div
{
      overflow-x:auto;
}

