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

#li_dates_cal
{
      position:absolute;
      background:#fff;
      padding:20px;   
      border:solid 1px #ccc;
      display:none;
}
#dates_cal
{
      position:absolute;
      background:#fff;
      padding:20px;   
      border:solid 1px #ccc;
      display:none;
      z-index:50;
      right:0;
      top:50px;
      border-radius: 4px;
}

img 
{ 
      max-width: 100%; 
      height:auto; 
}

html
{
      color:#000;
      font-family: 'Inter', sans-serif;
      font-weight:400;
      margin:0px;
      font-size:16px;
      width:100%;
      background:#F0F0F0; 
}

body
{
      margin:0px;
      text-align:center;
      position:relative;
}

#war_google
{
      width:100%;
      height:100%;
}

.main_w
{
      width:1050px;
      margin:0 auto;
}

.div_text
{
      padding-left:30px;
      padding-right:30px;
}

#bo_up
{
      height:80px;
      background:#fff;
}

.logo_bo
{
      width:190px;
      height:67px;
      margin-top:6px;
      background:url('images/img/logo_bo.svg') no-repeat 0 0; 
}

#bo_res
{
      padding:25px 0;;
      background:#B0BE16;
}

.b_label
{
      margin-bottom:40px;
}

#main
{
      margin:60px auto;
      padding:0;
      text-align:left;
      z-index:10;
      min-height:50px;
      background: #F8F8F8;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
      position:relative;
}


#main_left
{
      width:320px;
      padding:30px;
      box-sizing:border-box;
      position:relative;
}

#main_right
{
      width:730px;
      border-radius: 20px 0px 0px 20px;
      background: #FFF;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
      min-height:500px;
      box-sizing:border-box;
      
      padding:30px 0 20px;
      position:relative;
}

#basket_rozw
{

}

.b_line
{
      padding:0 0 15px;
      border-bottom:solid #D1D0D0 1px;
      margin-bottom:20px;
}

.basket_no
{
      padding:0 25px 30px;
}

.blue_cat
{
      margin:0 0 30px 30px;
      width:calc(50% - 45px);
      background: #3F7CC2;
      border-radius:6px;
}

.blue_cat:hover
{
      background:#366CA9;
}

.blue_cat a
{
      display:inline-block;
      padding:25px;
      box-sizing:border-box;
      width:100%;
}

.blue_cat_rental a
{
      padding:12px 25px 12px 75px;
      background-image:url('images/img/b_ico_rental.svg'); 
      background-repeat:no-repeat;
      background-position:20px 50%;  
}

.b_ico_back
{
      width:24px;
      height:24px;
      position:absolute;
}

.b_ico_back a
{
      display:inline-block;
      background:url('images/img/b_ico_back.svg') no-repeat 50% 50%;
      width:100%;
      height:100%;
      margin-left:30px;
}

.b_i
{
      background:url('images/img/b_ico_i.svg') no-repeat 0 0;
      padding:2px 0 2px 30px;
      margin:30px;
}

.b_i a
{
      display:inline-block;
      background:url('images/img/b_ico_i_rozw.svg') no-repeat 100% 50%;
      padding:0 30px 0 0;
}

.b_i_reserve, .reserve_pay_text
{
      margin:0 30px 50px;
}

.basket_panel
{
      width:calc(50% - 45px);
      margin:0 0 20px 30px;
}

.basket_panel_no_param
{
      width:calc(100% - 60px);
      margin:0 30px 20px;
}

.basket_label
{
      border-bottom: 1px solid #E0E0E0;
      background: #F5F5F5;
      padding:20px;
      margin-bottom:25px;
}

.basket_panel_long
{
      margin:0 30px 25px;
}

.basket_bottom
{
      border-top:solid #D1D0D0 1px;
      padding:20px 20px 0 ;
}

.submit_blue
{
      border-radius: 6px;
      background-color: #3F7CC2;
      padding: 13px 15px;
      cursor:pointer;
      border:none;
      color:#fff;
      line-height: 26px;
}

.finish_blue
{
      position:absolute;
      right:30px;
      bottom:30px;
      padding:13px 80px;
      background:#3F7CC2 url('images/img/b_ico_arrow_white.svg') no-repeat right 15px top 50%;
      border: 1px solid #3F7CC2;
}

.add_blue
{
      position:absolute;
      left:30px;
      bottom:30px;
      padding:13px 80px;      
      border: 1px solid rgba(63, 124, 194, 0.30);

      background:rgba(63, 124, 194, 0.10) url('images/img/b_ico_add.svg') no-repeat left 15px top 50%;
}

.submit_blue:hover
{
      background-color: #356BA8;
}

.add_blue:hover
{
      background-color:rgba(63, 124, 194, 0.20)
}

.basket_item_left
{
      width:140px;
      padding-top:14px;
      font-size:15px;
}

.basket_item_right
{
      width:170px;
      margin-bottom:20px;
      position:relative;
}

#div_reg, #div_privacy
{
      position:absolute;
      top:30px;
      left: 50%;
      transform: translateX(-50%);
      width:600px;
      background:#fff;
      padding:30px;
      box-sizing:border-box;
      max-width:90%;
      border-radius: 12px;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
      z-index:30;
}


.close_reg
{
      margin:-10px -10px 0 10px;
      width:24px;
      height:24px;
      background:url('images/img/close_m2.svg') no-repeat 50% 50%;
      cursor:pointer;
}


.lang_item_right
{
      width:170px;
      position:relative;
      padding:16px 0 0;
      margin:0 10px 0 0;
}

.sel_param, .sel_param_cal 
{
      border-radius: 4px;
      border: 1px solid #D1D0D0;
      background: #FFF;
      padding:13px 15px;
      font-size:15px;
      background:#fff url('images/img/arrow_down_m.svg') no-repeat right 8px top 50%;
      cursor:pointer;
}

.sel_param_lang
{
      border: 0px solid #D1D0D0;
      padding:0;
      background:#fff;
      cursor:pointer;
      height:47px;
      background-repeat:no-repeat;
      background-position:30px 50%;
      text-align:left;
      box-sizing:border-box;
      padding:12px 0 0 72px;
}

.sel_param_ro
{
      background-color:#F5F5F5;
      cursor:auto;
}

.param_div
{
      position:absolute;
      top:49px;
      left:0;
      border-radius:4px;
      width:100%;
      background:#fff;
      border:1px solid #D1D0D0;
      box-sizing:border-box;    
      z-index:21;  
}

.lang_item_right .param_div
{
      top:60px;
      border:0px solid #D1D0D0;
      border-radius: 6px;
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.param_item
{
      padding:13px 20px 12px;
      height:48px;
      background:#fff;      
      box-sizing:border-box;      
      border-bottom:0px solid #D1D0D0;
      cursor:pointer;
}

.param_item_lang
{
      height:48px;
      background-repeat:no-repeat;
      background-position:30px 50%;
      text-align:left;
      box-sizing:border-box;
      padding:12px 0 0 72px;
      cursor:pointer;
}

.param_item_lang:hover, .param_item:hover
{
      background-color:#fafafa;      
}

.param_item.c_sel, .param_item_lang.c_sel
{
      background-color:#f1f1f1;      
}

.param_div .param_item:last-of-type
{     
      border-bottom:0px solid #D1D0D0;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
}

.param_div .param_item:first-of-type
{     
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
}

.check
{
      width:28px;
      height:26px;
      border-radius: 3px;
}

.check_no
{
      background:url('images/img/b_ico_check_no.svg') no-repeat 50% 50%;
}

.check_yes
{
      background:url('images/img/b_ico_check2.svg') no-repeat 50% 50%;
      cursor:pointer;
}

.check_un
{
      background:#fff;
      border:solid 1px #3F7CC2;
      box-sizing:border-box;
      cursor:pointer;
}

.check_div
{
      margin:0 40px 15px 0;
}

.check_div_last, .basket_panel_long .check_div:last-of-type
{
      margin-right:0px;
}

.check_text
{
      padding:2px 0 0 10px;
}

.inp_error_rental
{
      padding:0 30px;
}

.div_add
{
      margin-top:150px;
      background:url('images/img/b_ico_ok.svg') no-repeat 50% 0%;
      padding-top:50px;
}

.basket_row
{
      border-bottom:solid 1px #D1D0D0;
      padding-bottom:20px;
      margin-bottom:20px;
}

.n_next
{
      display:inline-block;
      width:25px;
}

.n_next_mar
{
      margin-left:25px;
}

.basket_row:last-of-type
{
      border-bottom:solid 0px #D1D0D0;
}

.bar_c_more
{
      background:url('images/img/c_more.svg') no-repeat 50% 50%;      
}

.bar_icons
{
      width:34px;
}

.bar_icon
{
      width:24px;
      height:24px;
      margin-left:10px;
      cursor:pointer;
}

.input_form 
{
      border:none;
      background:#fff;
      width:100%;
      
      font-family:Inter;
      font-size:15px;
      font-weight:400;
      line-height:normal;
      color:#283D5A;
      margin-top:2px;
}

.input_form_focus
{
      color:#B8B8B8;      
} 

.input_form:focus
{
      border: 0px solid #5FB992;
      outline: 0px solid #5FB992;
}


.input_form::selection
{
      border: 1px solid #5FB992;
      background:#ddd;
}

.login_input
{
      border-radius: 4px;
      border: 1px solid #E0E3E8;
      padding:13px 0px;
      height:22px;
      margin-bottom:18px;
}

.login_input_check
{
      margin-top:-13px;
      margin-right:15px;
      padding:13px;
      height:auto;
}

.login_input_textarea
{
      height:310px;
}


.login_input_focus
{
      border: 1px solid #5FB992;
}

.login_input_false
{
      border: 1px solid #FF0303;
}

.login_input_false:focus
{
      border: 1px solid #FF0303;
}

.input_form_log
{
      border:none;
      width:calc(100% - 80px);
      
      font-family:Inter;
      font-size:15px;
      font-weight:400;
      line-height:normal;
      color:#283D5A;
      margin-top:2px;
}

.input_form_log:focus
{
      outline:none;
}

.input_form_panel
{
      width:100%;
      padding:0 20px;
      box-sizing:border-box;
}

.input_form_log_textarea
{
      height:100%;
      margin:0 20px;
      padding:0px;
      width:calc(100% - 40px);
      box-sizing:border-box;
}

.popup_p
{
      position:absolute;
      right:0;
      left:auto;
      top:0;
      /*transform: translate(0,0);*/
      padding:20px;
      max-width:90%;
      border-radius: 12px;
      background: #FFF;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
      width:200px;
      z-index:30;
}

.close_m_p
{
      position:absolute;
      right:20px;
      top:21px;
      width:24px;
      height:24px;
      background:url('images/img/close_m2.svg') no-repeat 50% 50%;
      cursor:pointer;
}

.close_b
{
      position:relative;
      right:auto;
      top:auto;
      margin:28px 18px 0 0;
}


.popup_p ul
{
      padding:0;
      margin:0 0px 0 0;  
}

.popup_p ul li
{
      list-style-type:none;
      display:block;
      margin:0;
      padding:0;
      font-size:15px;
      color: #283D5A;     
      font-family: 'Inter', sans-serif;
      font-weight:500;
      text-decoration:none;
      background:#fff;
      cursor:pointer;
}

.popup_p ul li a
{
      color: #283D5A; 
      display:block;    
      padding:15px 40px 15px 12px;
}

.popup_p ul .p_sel
{
      color: #5FB992;      
      background:url('images/img/ul_zak_sel.svg') no-repeat top 50% right 10px;
      background-color:rgba(95, 185, 146, 0.10);
}

.popup_p ul #del
{
      color:#B43E3E;      
      background-image:url('images/img/code_del.svg');
      background-repeat:no-repeat;
      background-position:top 50% left 10px;
      padding-left:45px;
}

.popup_p ul #edit
{      
      color:#283D5A;      
      background-image:url('images/img/code_edit.svg');
      background-repeat:no-repeat;
      background-position:top 50% left 10px;
      padding-left:45px;
}

.popup_p ul #detail
{      
      color:#283D5A;      
      background-image:url('images/img/code_detail.svg');
      background-repeat:no-repeat;
      background-position:top 50% left 10px;
      padding-left:45px;
}

.popup_p ul li:hover
{
      color:#5FB992;      
      background-color:rgba(95, 185, 146, 0.10);
}




































.b_button
{
      border-radius:6px;
      cursor:pointer;
      border:none;
      padding:14px 20px 12px;
      line-height:normal;
      color:#fff;
      font-size:16px;
      background:none;
      border:solid 1px transparent;
}

.b_button a
{
      color:#fff;
}

.b_green
{
      background-color:#C3D303;
      color:#283D5A;
}

.b_green_wide
{
      padding-left:60px;
      padding-right:60px;
}

.b_white
{
      background-color:#fff;
      color:#283D5A;
}

.b_white:hover
{
      background: #5FB992;
}

.b_transparent
{
      border: 1px solid rgba(255, 255, 255, 0.50);
}

.b_transparent:hover
{
      border: 1px solid rgba(95, 185, 146, 0.50);
      background: rgba(95, 185, 146, 0.20);
}

#b_package
{
      padding:14px 25px 12px;
      margin-left:15px;
}

#b_package:hover
{
      border: 1px solid rgba(40, 61, 90, 0.50);      
      background: rgba(40, 61, 90, 0.20);
}

#b_client
{
      margin:17px 0 0 5px;      
      background-image:url('images/img/img_login.svg'); 
      background-repeat:no-repeat;
      background-position:20px 50%;
      padding-left:50px;
      
}

.b_downl
{
      margin:10px 20px 30px 0;      
      padding:0px;     
}

.b_downl a
{
      display:inline-block;
      background-image:url('images/img/download.svg'); 
      background-repeat:no-repeat;
      background-position:20px 50%;  
      padding:14px 20px 12px 50px;
}

#b_account
{
      padding:14px 25px 12px;
      background-image:url('images/img/arrow_green.svg'); 
      background-repeat:no-repeat;
      background-position: right 20px top 50%;
      padding-right:50px;
      color:#5FB992;
}

#b_account:hover
{
      background-color:#283D5A;
}

#b_login
{
      padding:14px 25px 12px;
      background-image:url('images/img/arrow_foot.svg'); 
      background-repeat:no-repeat;
      background-position: right 20px top 50%;
      padding-right:50px;
      
}

#b_generator
{
      padding:14px 20px 12px;
      background-image:url('images/img/arrow_white.svg'); 
      background-repeat:no-repeat;
      background-position: right 20px top 50%;
      padding-right:50px;
}

.b_green:hover
{
      background-color:#AEBC03;
}

#slider
{
      background: linear-gradient(180deg, #283D5A 0%, #3C5F8F 100%);
      padding:80px 0;
}

#slider_gen_kod
{
      background: linear-gradient(180deg, #283D5A 0%, #3C5F8F 100%);
      padding:75px 0 100px;
      height:auto;
      box-sizing:border-box;
}

#slider_div
{
      background:url('images/img/slider.svg') no-repeat 90% 0;
      height:475px;
}

#slider_dyn_div
{
      background:url('images/img/slider_dyn_code.svg') no-repeat 90% 0;
      height:475px;
}

#slider_cennik
{
      background:url('images/img/slider_cennik.svg') no-repeat 90% 0;
      height:475px;
}


#slider_text
{
      padding-top:60px;
      width:440px;
}

#slider_text .b_button
{
      margin-right:15px;
}

.section_main
{
      padding:64px 0;      
      background:#fff;      
}

.section_main_sub
{
      padding:0;      
}

.section_gray
{
      background:#F4F4F4;      
}

.section_main_lab
{
      margin-bottom:50px;      
}

.section_green
{
      background:#5FB992;      
      padding:90px 0 108px;      
}

.section_hor
{
      padding:25px 70px;
}

.section_box3
{
      width:280px;
      height:280px;
      border-radius: 12px;
      border: 1px solid rgba(40, 61, 90, 0.20);
      margin-bottom:30px;
}

.section_box3_text
{
      width:805px;
      margin:65px 0 0;
}

.section_box3.img_url
{
      background:url('images/img/img_url.svg') no-repeat 50% 50%;
}

.section_box3.img_wykres_b
{
      background:url('images/img/img_wykres_b.svg') no-repeat 50% 50%;
}

.section_box3.img_shield
{
      background:url('images/img/img_shield.svg') no-repeat 50% 50%;
      margin-bottom:0;
}

.main_faq
{
      padding:0 235px;
}

.faq_row
{
      border-bottom: 1px solid rgba(40, 61, 90, 0.20);
}

.faq_row_quest
{
      background:url('images/img/img_arrow_down.svg') no-repeat 100% 50%;      
      font-weight:400;
      cursor:pointer;
      padding:20px 40px 20px 0;
}

.faq_row_quest_sel
{
      font-weight:700;
}

.faq_row_answ
{
      line-height:26px;      
      padding:0 0 20px;
}

#foot
{
      background:#283D5A;
      padding-bottom:20px;
}

#foot_top
{
      border-bottom: 1px solid rgba(255, 255, 255, 0.50);
      padding:62px 185px 62px 110px;
}

#foot_top div
{
      padding-top:4px;
}

#foot_bottom
{
      padding:62px 0 80px 110px;
}

#foot_logo
{
      width:120px;
      margin-right:305px;
}

#logo_foot
{
      width:120px;
      height:43px;
      background:url('images/img/logo_foot.svg') no-repeat 0 0;
      margin-bottom:36px;
}

#foot_usl
{
      width:444px;
}

#foot .fast4net
{
     color: rgba(255, 255, 255, 0.30);
}

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

#foot ul li a,#foot ul li span 
{
      display:block;
      padding:0px 0 15px 17px;
      margin:0;
      font-size:15px;
      color: rgba(255, 255, 255, 0.60);      
      font-family: 'Inter', sans-serif;
      font-weight:400;
      text-decoration:none;
      background:url('images/img/foot_ico_ul.svg') no-repeat 0 4px;
}

#foot ul li a:hover
{
      color:#5FB992;      
      background:url('images/img/arrow_foot_green.svg') no-repeat 0 4px;
}

.foot_lab
{
      margin-bottom:20px;
}

.section_text
{
      margin-bottom:55px;
}

.section_box
{
      border-radius: 12px;
      border: 1px solid rgba(40, 61, 90, 0.20);      
      padding:122px 42px 42px;
      width:306px;
      box-sizing:border-box;
      margin:0 30px 60px 0;
      /*background:#FFF url('images/img/globe.svg') no-repeat 50% 42px;*/
      cursor:pointer;
}

.sb1
{
      background:#FFF url('images/img/ikona_url.svg') no-repeat 50% 42px;
      background-size:40px;
}

.sb2
{
      background:#FFF url('images/img/ikona_ecard.svg') no-repeat 50% 42px;
      background-size:40px;
}

.sb3
{
      background:#FFF url('images/img/ikona_email.svg') no-repeat 50% 42px;
      background-size:40px;
}

.sb4
{
      background:#FFF url('images/img/ikona_sms.svg') no-repeat 50% 42px;
      background-size:40px;
}

.section_box:hover
{
      border: 1px solid rgba(95, 185, 146, 0.50);      
      background-color: rgba(95, 185, 146, 0.20);
}

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

.section_box_url
{
}

.section_box_url a
{
      text-decoration:none;
      display:inline-block;
      width:19px;
      height:17px;
      background:url('images/img/arrow.svg') no-repeat 0 0;
}

.section_box2
{
      border-radius: 12px;
      background: #FFF;      
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
      padding:172px 32px 80px;
      width:418px;
      box-sizing:border-box;
      margin:0 30px 0px 0;
      cursor:pointer;
}

.section_box2:hover .sec_title, .sec_title:hover
{
      color:#5FB992;
}

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

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

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

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

#main .text_title_w h2, #main .text_title_w span
{  
      font-size:32px;
      font-weight:800;
      line-height:normal;
      margin-bottom:65px;
}

.sub_content
{
      padding:75px 0 90px;
}

.sub_content_login
{
      padding:100px 0;
      
}

.login_pass_div
{
      width:500px;
      margin:0 auto;
      border-radius: 12px;
      background: #FFF;
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
      padding:35px 40px 30px;
      box-sizing:border-box;
}

.login_div
{
      width:500px;
      margin:0 auto;
      border-radius: 12px;
      background: #FFF;
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
      padding:35px 40px 30px;
      box-sizing:border-box;
}

.login_pass_div
{
      background:#5FB992;
      box-shadow:none;
      padding:25px;
}


.login_ico
{
      height:100%;
      width:48px;
      margin:0 15px 0 0;
      border-right:solid 1px #E0E3E8;
}

#login_name
{
      background:url('images/img/imie_ico.svg') no-repeat 50% 50%;
}

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

.login_pass
{
      background:url('images/img/login_pass.svg') no-repeat 50% 50%;
}

.login_no_look
{
      background:url('images/img/login_no_look.svg') no-repeat 50% 50%;
      margin:0 0 0 0px;
      border-right:none;
      cursor:pointer;
}

.login_no_look.login_look
{
      background:url('images/img/login_look.svg') no-repeat 50% 50%;
}




.login_foot
{
      border-top:solid 1px #E0E3E8;
      padding:25px 0 0;
}


.kontakt_div
{
      border-radius: 12px;
      border: 1px solid rgba(40, 61, 90, 0.20);      
      background: #fff;
      padding:25px;
      width:306px;
      height:215px;
      box-sizing:border-box;
      margin:0 30px 0 0;
}

#kontakt_div_map
{
      background:#fff url('images/img/kontakt_map.svg') no-repeat right 20px bottom 20px;
}

#kontakt_div_email
{
      background:#fff url('images/img/kontakt_email.svg') no-repeat right 20px bottom 20px;
}

#kontakt_div_phone
{
      background:#fff url('images/img/kontakt_phone.svg') no-repeat right 20px bottom 20px;
}

#kontakt_div_clock
{
      background:#fff url('images/img/kontakt_clock.svg') no-repeat right 20px bottom 20px;
}

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

.sub_cennik
{
      width: 418px;
      height: 638px;
      border-radius: 12px;
      background: #fff;     
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
      margin:10px 30px 50px 0;  
}

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

span.sub_cennik_lab
{
      display:inline-block;
}

.sub_cennik_top
{
      height: 200px;      
      border-radius: 12px 12px 0px 0px;
      background: var(--Gradient-Pion, linear-gradient(180deg, #283D5A 0%, #3C5F8F 100%));
      padding:35px 42px;
      box-sizing:border-box;
}

.sub_cennik_text
{
      border-top:solid 8px rgba(95, 185, 146, 0.30);
      padding:35px 42px;
      box-sizing:border-box;
}

.sub_cennik_price
{
      padding-bottom:3px;
      border-bottom:solid 1px rgba(255, 255, 255, 0.50);
}

.sub_cennik_price span
{
      padding-left:5px;
}

#gen_kod_div_uber
{
      margin:50px auto 0;
      width:750px;
}

#gen_kod_div_downl
{
      padding:32px 50px 22px;
      border-radius:12px;
      background:#fff;
      width:100%;
      box-sizing:border-box;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
      margin-bottom:20px;
}

#gen_kod_img_div
{
      margin:27px 0 22px;
      border-bottom:solid 1px rgba(40, 61, 90, 0.15);
      border-top:solid 1px rgba(40, 61, 90, 0.15);
      padding:35px 0;
}

#qr_img
{
      width:185px;
}

#gen_kod_div
{
      padding:45px 50px;
      border-radius:12px;
      background:#F5F5F5;
      width:100%;
      box-sizing:border-box;
}

#gen_kod_div_right
{
      width:445px;
}

#gen_kod_tabs
{
      margin-bottom:25px;
      border-bottom:solid 1px rgba(40, 61, 90, 0.15);
}

.gen_kod_line
{
      margin:25px 0;
      border-bottom:solid 1px rgba(40, 61, 90, 0.15);
}

.gen_kod_tab
{
      padding:14px 20px;
      color:#283D5A;
      background:none;
      cursor:pointer;
      margin-right:14px;
      font-weight:400;
}

.gen_kod_tab_sel
{
      font-weight:400;
      background:#283D5A;
      color:#fff;
}

.gen_kod_tab:hover
{
      background:rgba(40, 61, 90, 0.20);
}



.tab_text
{
      margin-bottom:14px;
}

#tab_foot
{
      height:115px;
      position:relative;
}

#tab_gen
{
      position:absolute;
      right:0;
      bottom:0;
}

.tab_more
{
      padding:0 30px 0 0;
      background:url('images/img/arrow_down_m.svg') no-repeat 100% 50%;
      cursor:pointer;
      height:26px;
}

.tab_more_code
{

}

.code_details
{
      margin:10px 0 0;
      line-height:26px;
      word-wrap: break-word;
}

.tab_more_sel
{
      background:url('images/img/arrow_up_m.svg') no-repeat 100% 50%;
}

#tab_more_div
{
      position:absolute;
      top:36px;
      left:0;
      height:79px;
}

.tab_i a, .tab_ii a, .tab_length a
{
      padding:0 27px 0 0;
      background:url('images/img/i.svg') no-repeat 100% 50%;
      cursor:pointer;
      height:26px;
      display:inline-block;
      margin:0 auto;
}

.tab_i_pass a
{
      padding:0 24px 0 0;
      background-size:16px;
      height:18px;
}

.kod_downl_i
{
}



























.cookie_style
{
      position:fixed;
      right:0px;
      bottom:0px;
      width:100%;
      padding:20px 30px 20px;
      background:#B0BE16;
      text-align:center;
      z-index:99;
      box-sizing:border-box;
}

.cookie_style a
{
      color:#fff;
}


.cookie_style_div
{
      width:100%;
      margin:0 auto;
}

.cookie_style_button
{
      background:#fff;
      border:#2b5606 solid 0px;
      height:40px;
      width:120px ;
      cursor:pointer;
      color:#B0BE16;
      font-family:'Roboto',Arial, Verdana, sans-serif;
      font-size:14px;
      font-weight:500;
      -webkit-border-radius: 25px; 
      -moz-border-radius: 25px; 
      border-radius: 25px;
      margin:10px 0 0 0px;
      text-transform:uppercase;
}















.scale
{
      padding:0; 
      height:42px;
      margin:30px 0 0;
}

.scale li
{
      padding:0;
      list-style-type:none;
      font-family: 'Inter', sans-serif;
      font-size:15px;
      display:inline-block;
      margin:0;
}

.scale li a, .scale li span
{
      display:inline-block;
      padding:0 0 0;
      color:#283D5A;
      text-align:center;
      text-decoration:none;
      width: 42px;
      height: 42px;
      padding: 12px 17px;
      box-sizing:border-box;
      border-bottom: 1px solid #E0E0E0;
      border-radius: 6px;
      margin:0 5px;
      font-weight:500;
      background-color:#fff;
      border-top: 1px solid #fff;
}

.scale li span
{
      border-top: 1px solid #E0E0E0;
      background-color:#F4F4F4;
      font-weight:700;
}

.scale li a:hover
{
      border-top: 1px solid #E0E0E0;
      background-color:#F4F4F4;
}

.scale li .scale_arrow_left
{
      background-image:url('images/img/cal_left.svg');
      background-repeat:no-repeat;
      background-position:50% 50%;
}

.scale li .scale_arrow_right
{
      background-image:url('images/img/cal_right.svg');
      background-repeat:no-repeat;
      background-position:50% 50%;
}

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

.upper
{
      text-transform:uppercase;
}

.capital
{
      text-transform:capitalize;
}

.lower
{
      text-transform:lowercase;
}

.text
{
}


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

.photo_bckg_rep
{
      border:solid #eee 1px;
      padding:3px;
}

.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_arial
{
      font-family:Arial, sans-serif;
}

.f_inter
{
      font-family: 'Inter', sans-serif;
      font-weight:400;
}

.f_inter_light
{
      font-family: 'Inter', sans-serif;
      font-weight:300;
}

.f_inter_bold
{
      font-family: 'Inter', sans-serif;
      font-weight:700;
}

.f_inter_xbold
{
      font-family: 'Inter', sans-serif;
      font-weight:800;
}

.f_inter_semibold
{
      font-family: 'Inter', sans-serif;
      font-weight:600;
}

.f_inter_medium
{
      font-family: 'Inter', sans-serif;
      font-weight:500;
}


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

.f50
{
      font-size:50px;
      line-height:normal;
}

.f48
{
      font-size:48px;
      line-height:normal;
}

.f45
{
      font-size:45px;
      line-height:54px;
}

.f40
{
      font-size:40px;
      line-height:normal;
}

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

.f34
{
      font-size:34px;
      line-height:normal;
}

.f32
{
      font-size:32px;
      line-height:normal;
}

.f30
{
      font-size:30px;
      line-height:normal;
}

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

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

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

.f24
{
      font-size:24px;
      line-height:normal;
}

.f23
{
      font-size:23px;
}

.f22
{
      font-size:22px;
}

.f20
{
      font-size:20px;
      line-height:24px;
}

.f19
{
      font-size:19px;
      line-height:24px;
}

.f18
{
      font-size:18px;
      line-height:26px;
}

.f17
{
      font-size:17px;
      line-height:24px;
}

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

.f15
{
      font-size:15px;
      line-height:22px;
}

.lh_normal
{
      line-height:normal;     
}

.f14
{
      font-size:14px;
      line-height:20px;
}

.f13
{
      font-size:13px;
}

.f12
{
      font-size:12px;
}

.f11
{
      font-size:11px;
}

.f10
{
      font-size:10px;
}

.col_text
{
      color:#283D5A;
}

.col_link
{
      /*color:#5191F1;*/
      color:#D57C11;
      
}

.col_purple
{
      color:#421152;
}

.col_orange
{
      color:#E98713;
}

.col_red
{
      color:#FF0303;
}

.col_green
{
      color:#5FB992;
}

.col_dark_green
{
      color:#498A00;
}

.col_green2
{
      color:#BFE741;
}

.col_blue
{
      color:#3F7CC2;
}

.col_light_blue
{
      color:#6FCCFF;
}

.col_darkblue
{
      color:#0B2947;
}

.col_white
{
      color:#fff;
}

.col_brown
{
      color:#7B2B00;
}

.col_gold
{
      color:#9D6D3B;
}

.col_gray
{
      color:#797979;
}


.col_black
{
      color:#000000;
}

.col_yellow
{
      color:#F5CE04;
}

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
{
}

h3
{
      font-size:18px;
      font-weight:500;
}

h4
{
      font-size:16px;
      font-weight:400;
}

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

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

.table_form td
{
      padding:0px;
      border-bottom:solid transparent 8px;
}

.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:120px;
      text-align:right;
      font-size:12px;
}

.table_form .td_left
{
      padding:6px 10px 6px 2px; 
      width:120px;
      text-align:right;
      font-size:12px;
}

.table_form .td_file
{
      width:300px; 
}


.opacity_0
{
      opacity:0;
}

.opacity_1
{
      opacity:1;
}

.d_none
{
      display:none;
}

.d_block
{
      display:block;
}

.f_right
{
      float:right;
}

.f_left
{
      float:left;
}

.center
{
      text-align:center;
}

.justify
{
      text-align:justify;
}

.right
{
      text-align:right;
}

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

.mar7
{
      margin-bottom:7px;
}

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

.mar40
{
      margin-bottom:40px;
}

.marup40
{
      margin-top:40px;
}

.mar44
{
      margin-bottom:44px;
}

.mar50
{
      margin-bottom:50px;
}

.mar60
{
      margin-bottom:60px;
}

.mar90
{
      margin-bottom:90px;
}

.marup30
{
      margin-top:30px;
}

.pad10
{
      padding-bottom:10px;
}

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

.no_underline
{
      text-decoration:none;
}

.ul_
{
      margin:0 0 30px;
      padding:0;
}

.ul_ li
{
      display:block;
      padding:0 0 0px 30px;
      margin:0 0 19px;
      list-style-type:none;
      background:url('images/img/ico_ul.svg') no-repeat 0 2px;
      text-decoration:none;
      font-size:16px;
      font-weight:400;
      line-height:normal;
      color:#283D5A;
}

.ul_ li ._sel
{
}

.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, .tabelka
{
      border-collapse: collapse;
      margin:0 auto 20px;
      text-align:left;
      width:100%;
}

.table_border th, .tabelka th
{
      text-align:center;
}

.table_border td, .table_border th, .tabelka td, .tabelka th
{
      border:1px #EAE6E1 solid;
      padding:10px;
      background:#fff;
      color:#5f5f5f;
      font-size:16px;
}

.table_border td a
{
}

.table_border .label, .table_border th, .tabelka .label, .tabelka th
{
      background:#0B2947;
      font-weight:500;
      color:#fff;
      font-size:16px;
}



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

.relative
{
      position:relative;
}

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

.spacer
{
      width:100%;
      height:100%;           
}

.center_d
{
      margin:0 auto;
}

a
{
      color:#5FB992;
      /*text-decoration:none;*/
      text-decoration: none;
}

a:hover
{     /*
      color:#5FB992;
      text-decoration: underline;   */
}

a:focus, .search_button:focus, .search_input:focus, .submit_button:focus, .search_input_cal:focus, .search_button_cal:focus, #logo img:focus 
{
      
      /*outline: 2px solid #E98713;*/
}
        
