/* Normalize */
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*/
/*
// Zkouseno na nadpisy nepovolili
Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=
*/

/* Default & normalize setter */
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
article,aside,footer,header,nav,section,figcaption,figure,blockquote,main,details,menu,picture,video{display:block;box-sizing:border-box;padding:0;margin:0;}
template,[hidden]{display:none;}
audio,video,canvas{display:inline-block;}
audio:not([controls]){display:none;height:0;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{margin:0;}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:0.35em 0.75em 0.625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
textarea{overflow:auto;}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}


/* Normalize - Comerto specific 1  */
body,html,div,img,svg,figure,form,iframe{padding:0px;border:0px;margin:0px;box-sizing:border-box;border-style:none;}
ul,ol,li,a,span{box-sizing:border-box;}
div{position:relative;max-height:9999999px;}
main,footer,header,section{width:100%;}

/* Normalize - Comerto specific 2 */
body{min-height:101vh;}
.form,.form_submit,div{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;box-sizing:border-box;}
img, picture {max-width:100%;height:auto;display:block;}
iframe {max-width: 100%;}
a,.form_submit{cursor: pointer;}


















/* Main settings */
:root{
  --font-size-normal: 18px;
  /*
  --font-size-h1: calc(var(--font-size-normal) * 3.5);
  --font-size-h2: calc(var(--font-size-normal) * 2.5);
  --font-size-h3: calc(var(--font-size-normal) * 1.75);
  --font-size-h4: calc(var(--font-size-normal) * 1.25);
  --font-size-h5: calc(var(--font-size-normal) * 1.05);
  */
  --font-size-h1: calc(var(--font-size-normal) * 2.50); /* 3 */
  --font-size-h2: calc(var(--font-size-normal) * 2.00); /* 2.25*/
  --font-size-h3: calc(var(--font-size-normal) * 1.65);
  --font-size-h4: calc(var(--font-size-normal) * 1.25);
  --font-size-h5: calc(var(--font-size-normal) * 1.05);
  --font-size-h6: calc(var(--font-size-normal) * 1.00);
  --font-size-bigger: var(--font-size-h4);
  --font-size-small: calc(var(--font-size-normal) * 0.85);
  
  --font-weight-h1: 400; /* 600 - 500 | pak 400 ale dano 500 */
  --font-weight-h2: 400; /* 600 */
  --font-weight-h3: 400; /* 500 */
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 800;
  --font-weight-button: 500;
  
  
  --font-family-normal: 'Roboto', sans-serif;
  /*  --font-family-fancy: 'Montserrat', sans-serif; */
  --font-family-fancy: var(--font-family-normal);
  
  
  --font-line-normal: 1.38;
   /* --font-line-fancy: 1.1;  */
  --font-line-fancy: 1.25;
  
  
  
  --space-normal: 20px;
  --space-double: calc(var(--space-normal) * 2);
  --space-half: calc(var(--space-normal) / 2);
  --space-triple: calc(var(--space-normal) * 3);
  
  --width-textmax: 1200px;
  --width-pagepercent: 80%;
  
  --color-txt-white: #FFFFFF;
  --color-txt-black: #333333;
  --color-txt-darker: #858588;
  --color-txt-blue: rgb(0,162,177);
  --color-txt-silver: #aaaaaa;
  
  --color-bcg-white: #FFFFFF;
  --color-bcg-blue: rgb(0,162,177);
  --color-bcg-bluedark: rgb(0,90,98); 
  --color-bcg-greydark: #b0b0b0;
  --color-bcg-greylight: rgb(244,244,244);
  
  --color-border-greylight: rgb(238, 238, 238);
  
  --transition-normal: 0.25s ease-in-out;
}



/* Style */

html, body{
  font-family: var(--font-family-normal);
  font-size: var(--font-size-normal);
  line-height: var(--font-line-normal);
  color: var(--color-txt-black);
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}






h1, h2, h3, h4, h5, h6{
  font-family: var(--font-family-fancy);
  color: var(--color-txt-blue);
  
  font-weight:var(--font-weight-h1);
      
  margin: 1.25em 0 0.25em;
  line-height: var(--font-line-fancy);
  text-align: left;
  letter-spacing: 0.01em;
  
  /* text-wrap: balance; */
}
h4, h5, h6{
  color: var(--color-txt-black);
}


h1, .sizeh1{
  font-size: var(--font-size-h1);
}
h1{
  margin-top: 1em;
}

.page_name h1, h1.page_name{
  margin-top: 0;
  margin-bottom: 0;
}


h2, .sizeh2{
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
  color: var(--color-txt-black);
}

h3, .sizeh3{
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
}

h4, .sizeh4{
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5, .sizeh5{
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}
h6, .sizeh6{
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
  font-style: italic;
  color: var(--color-txt-darker);
}




a{
  color: var(--color-txt-blue);
  transition: color var(--transition-normal), background-color var(--transition-normal);
}
a:hover{
    text-decoration: none;
}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
  text-decoration: underline;
}




p{
  margin: 1em 0;
}


strong, b, bold{
  font-weight: 500;
}




.lzl{
  background-color: var(--color-bcg-greylight);
  font-size: 0.60rem;
  text-align: center;
  overflow:hidden;
}






/* Content main parts */ 
div.page_name + h2{
  margin-top: 0;
}


h1 ~ div, h2 ~ div, h3 ~ div, h4 ~ div, h5 ~ div{
  margin-top: 0;
}



.text_human > p{
  margin-top: 0;
}
.text_human p:last-of-type{
  margin-bottom: 0;
}

.text_human > h1, .text_human > h2, .text_human > h3, .text_human > h4, .text_human > h5{
  margin-top: 0;  
}


.cleaner {
  clear: both;
}










/* Header */
header{
    width: var(--width-pagepercent);
    position: relative;
    margin: var(--space-normal) auto 0px auto;
    height: 100px; /* bylo 115 */
    overflow: visible;
    
    font-family:var(--font-family-fancy);
    line-height:var(--font-family-fancy);
}






























/* Footer */
.footer_logos_wrapper.before_footer{
  margin-bottom: 0;
}



footer{
  width: 100%;
  background-color: var(--color-bcg-greylight);
  position: relative;
}
footer ul, footer li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_content{
  height: 100%;
  width: var(--width-pagepercent);
  margin: auto;
  position: relative;
  
  display:flex;
  flex-wrap:wrap;
  gap: var(--space-normal);
  padding: var(--space-double) 0;
  padding-bottom: 80px;
}

.footer_col_wrapper{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  gap: var(--space-normal);
}

.footer_col{
  flex-basis: calc(25% - var(--space-normal));
  flex-shrink: 1;
  flex-grow: 1;
  text-align: left;
}
.footer_col h3{
  margin-top: 0;
  margin-bottom: var(--space-normal);
}

.footer_col ul a{
    text-decoration: none;
    color: var(--color-txt-black);
    margin-bottom: var(--space-half);
    display: inline-block;
}
.footer_col ul a:hover{
   text-decoration: underline;
}


.footer_menu{
  width: 100%;
  margin: 0;
  text-align: left;
}

#footer_menu{
  width: 100%;
}

#footer_menu li{
    display: inline-block;
    padding-right: var(--space-half);
}

.contact_row{
    margin-bottom: var(--space-half);
}

.contact_tel_footer{
    padding-left: 20px;
    background: url("/gfx/phone_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.contact_fax{
    padding-left: 20px;
    background: url("/gfx/fax_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.footer_under_line{
    width: 100%;
    border-top: 1px solid var(--color-txt-blue);
    
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-normal);
    
    padding-top: var(--space-normal);
    
}

.footer_social{
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    gap: var(--space-half);
}

.facebook, .youtube, .linked-in{
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--color-txt-blue);
    display: block;
}

.facebook{
    background: url("/gfx/facebook.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

.youtube{
    background: url("/gfx/youtube.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

.linked-in{
  background: url("/gfx/linked-in.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60%;
}

.footer_comerto{
    color: var(--color-txt-blue);
    margin-left: auto;
}

.footer_comerto a{
    color: var(--color-txt-blue);
}

.footer_comerto a:hover{
    text-decoration: none;
}


.newsletter_btn{
  
  font-family:var(--font-family-fancy);
  line-height:var(--font-line-fancy);
  font-weight:var(--font-weight-button);
  
  padding: var(--space-half) var(--space-normal);

  display: inline-block;
  width: auto;
  cursor: pointer;
  background-color: var(--color-txt-blue);
  border: 1px solid var(--color-txt-blue);
  color: var(--color-txt-white);
  
  transition: background-color var(--transition-normal), color var(--transition-normal);
  
  margin-top: var(--space-normal);
}

.newsletter_btn:hover{
    background-color: #05b6c6;
}













































/* Slider HP */
#hp_slider{
    width: 100%;
    position: relative;
    height: 400px;
    border-top: 1px solid var(--color-txt-blue);
    border-bottom: 1px solid var(--color-txt-blue);
    margin-bottom: 0 auto var(--space-normal) auto;
    opacity: 0;
    transition: all 1s ease;
}

#hp_slider.visible{
    opacity: 1;
}

.sliderbx_container, .bx-wrapper, .bx-viewport, .sliderbx_data, .sliderbx_data_li, .sliderbx_data_li_sizer{
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
}

.sliderbx_data_li{
    background-size: cover;
    background-position: center center;
    list-style: none;
}


.bx-pager-item a{
    border-radius: 50%;
    background-color: var(--color-bcg-bluedark);
    color: var(--color-bcg-bluedark);
    width: var(--font-size-normal);
    height: var(--font-size-normal);
    display: inline-block;
    overflow: hidden;
    margin-right: var(--space-half);
    float: left;
}

.bx-pager-item a.active{
  background-color: #fff;
  color: #fff;
}

.bx-controls{
    position: absolute;
    bottom: var(--space-normal);
    left: 10%;
    z-index: 999;
    width: 50%;
}


.slide_cover, .sliderbx_data_li_sizer{
    width: 64% !important;
    height: 400px  !important;
    float: left;
    border-right: 345px solid transparent;
    border-top: 400px solid rgba(0,162,177, 0.7);

}

.slide_text_wrapper, .sliderbx_data_li_container{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 33%;*/
    width: 46%;
    height: 400px;
    color: #fff;
    padding: 0 0 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sliderbx_data_li_text, .sliderbx_data_li_link, .sliderbx_data_li_header{
  margin: 0;
}
.sliderbx_data_li_text{
  margin-top: var(--space-normal);   
}
.sliderbx_data_li_link{
   margin-top: var(--space-normal);  
}


.sliderbx_data_li_header .sliderbx_data_li_header_name{
  font-family: var(--font-family-fancy);
  font-size: var(--font-size-h2);
  line-height:var(--font-line-fancy);

  display: table-cell;
  vertical-align: middle;
}



.slide_text, .sliderbx_data_li_text_container{
    position: relative;
    text-align: left;
}

.slide_text .more, .sliderbx_data_li_link_a{
  font-family:var(--font-family-fancy);
  line-height:var(--font-line-fancy);
  font-weight:var(--font-weight-button);

  float: right;
  display: inline-block;
  color: var(--color-txt-white);
  text-decoration: none;
  padding: var(--space-half) var(--space-double) var(--space-half) var(--space-normal);
  border: 1px solid var(--color-txt-white);
  background: url("/gfx/arrow_right_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  transition: all var(--transition-normal);

  position: relative;
  right: 10%;
}


.slide_text .more:hover, .sliderbx_data_li_link_a:hover{
    background-color: var(--color-bcg-blue);
}



/* Boxy HP kategorie */


.hp_box_wrapper{
    width: var(--width-pagepercent);
    position: relative;
    margin: var(--space-double) auto var(--space-double) auto;
    overflow: hidden;
    
    display:flex;
    flex-wrap:wrap;

}

.hp_box{
  height: inherit;
  padding: var(--space-normal);
  
  position: relative;
  
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: flex;
  flex-direction:column;
  
  min-height: 120px;
  
  border-right: 1px solid #b0b0b0;
}
.hp_box_last, .hp_box:nth-child(3){
    border-right: 0px solid transparent;
}



.hp_box .box_img{
    width: 100%;
    text-align: center;
    margin-bottom: var(--space-half);
}

.hp_box .box_img img{
    width: 100%;
    height: auto;
    max-width: 105px;
    margin: 0px auto;
}

.hp_box .box_header{
    width: 100%;
    text-align: center;
    flex-grow: 1;
}
.box_header h2, .box_header h2 a{
  display:block;
  height:100%;
  width: 100%;
}
.box_header h2{
  font-size:var(--font-size-h3);
  font-weight:var(--font-weight-h3);
  
  color: var(--color-txt-blue);
  margin: 0;
  text-align:center;
}
.box_header h2 a:hover{
  text-decoration: none;
}

.hp_box:after{
    content: "";
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 1px;
    position: absolute;
    background-color: var(--color-txt-blue);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
}

.hp_box:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hp_box .box_link{
    display: inline-block;
    border: 1px solid var(--color-txt-blue);
    color: var(--color-txt-blue);
    transition: background-color var(--transition-normal), color var(--transition-normal);
    text-decoration: none;
}

.hp_box .box_link:hover{
    background-color: var(--color-bcg-blue);
    color: var(--color-txt-white);
}











/* HP Sekce a cast about*/

.hp_section{
  width: var(--width-pagepercent);
  margin: var(--space-double) auto;
  
  position: relative;
  overflow: hidden;
}
h2.hp_header_2{
    width: var(--width-pagepercent);
    margin-left: auto;
    margin-right: auto;
    
    margin-top: var(--space-double);
    margin-bottom: 0;
    

    position: relative;
    
    overflow: hidden;
    text-align: center;
    color: var(--color-txt-blue);
}

h2.hp_header_2:before, 
h2.hp_header_2:after{
  content: " ";
  display:block;
  position: absolute;
    
  width: 41%;
  border-top: 1px solid var(--color-txt-blue);
  bottom: 50%;
  left: 0px;
}

h2.hp_header_2:after{
  right: 0px;
  left: unset;
}

.hp_references h2.hp_header_2{
  width: 100%;
}

.hp_references .cleaner + h2.hp_header_2 {
  margin-top: 100px;
}

.hp_references h2.hp_header_2 span {
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  display: inline-block;
}

.about{
  display:flex;
  gap: var(--space-normal);
}

.about .section_photo_wrapper{
  flex-basis: 35%;
  flex-shrink: 0;
}
.about .section_text_wrapper{
  flex-grow:1;
  flex-shrink:1;
}
.about .section_photo img{
  width: 100%;
  height:auto;
}
.about h2{
  margin-top:0px;
  padding-top:0px;
}

.show-btn {
  font-family: var(--font-family-fancy);
  line-height: var(--font-family-fancy);
  font-weight: var(--font-weight-button);
  border: 1px solid var(--color-txt-blue);
  color: var(--color-txt-blue);
  text-decoration: none;
  padding: var(--space-half) var(--space-normal);
  display: inline-block;
  transition: color var(--transition-normal),background-color var(--transition-normal);
}

.show-btn:hover {
  background-color: var(--color-txt-blue);
  color: var(--color-bcg-white);
}

.references-fp-text {
  clear: both;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.references-fp-text.top {
  margin-bottom: 60px;
}

.references-fp-text.bottom h3 {
  margin-top: 0;
  text-align: center;
}

.references_text{
    text-align: center;
    width: var(--width-pagepercent);
    overflow: hidden;
    position: relative;
    margin: auto;
    font-style: italic;
    clear: both;
}

.sign_wrapper{
    max-width: 600px;
    position: relative;
    margin: auto;
    overflow: hidden;
    
    display:flex;
    gap: var(--space-normal);
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin-top: var(--space-normal);
    margin-bottom: var(--space-normal);
}

.sign_text{
}

.sign_img{
  max-width: 80px;
  max-height: 80px;
}
.sign_img img{
  max-width: 100%;
  max-height: 100%;
}




.news_header{
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
  
  width: 100%;
  float: left;
  color: #fff;
  
  background-color: var(--color-txt-blue);
  text-align: center;
  padding: var(--space-half) var(--space-normal);
  margin-bottom: var(--space-normal);
  margin-top: var(--space-normal);
}

.show_all{
  
  width: 100%;
  text-align: center;
  float: left;
  overflow: hidden;
}

.show_all a{
  font-family:var(--font-family-fancy);
  line-height:var(--font-family-fancy);
  font-weight:var(--font-weight-button);
  
  border: 1px solid var(--color-txt-blue);
  color: var(--color-txt-blue);
  text-decoration: none;
  padding: var(--space-half) var(--space-normal);
  display: inline-block;
  transition: color var(--transition-normal), background-color var(--transition-normal);
}

.show_all a:hover{
    background-color: var(--color-txt-blue);
    color: var(--color-bcg-white);
}




.show_all:before{
  content: " ";
  width: 41%;
  border-top: 1px solid var(--color-txt-blue);
  float: left;
  position: relative;
  top: 20px;
}

.show_all:after{
  content: " ";
  width: 41%;
  border-top: 1px solid var(--color-txt-blue);
  float: right;
  position: relative;
  top: 20px;
}

.show_all.noline:before, 
.show_all.noline:after{
  display: none;  
}













/* Footer logos & HP logos */

.footer_logos_wrapper{
  width: var(--width-pagepercent);
  position: relative;
  margin: auto;
  overflow: hidden;
}


.footer_logos, .references_logos{
    width: 100%;
    height: 100%;
    display: table;
}
.references_logos{
  width: auto;
  margin: 0px auto;
  display:flex;
  flex-wrap:wrap;
  gap: var(--space-normal);
  justify-content: center;
}

.footer_logos_wrapper{
  width: 100%;
  
  background: var(--color-bcg-greydark);
  margin: var(--space-double) auto;
  display: flex;
  justify-content: space-between;
  
  padding: var(--space-normal) 10%;
}

.footer_logos{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-double);
}

.footer_logo, .product_tab.references_logo{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.product_tab.references_logo{
  width:auto;
  border-bottom: 2px solid transparent;
  transition: border var(--transition-normal);

}
.product_tab.references_logo.active,
.product_tab.references_logo:hover{
  background-color: transparent;
  border-color: var(--color-txt-blue);
}

.footer_logo{
    width: 16.66666%;
    padding: 0 var(--space-normal);
}

.footer_logo img, .references_logo img{
    max-width: 90%;
    height:auto;
}

.footer_logo img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all var(--transition-normal);
}

.footer_logo:hover img{
    -webkit-filter: none;
    filter: none;
}


















/* Articles - system and module */
.articles_list_container{
    width: 100%;
    max-width: var(--width-textmax);
    margin: 0 auto;
}

.articles_list_item{
    float: left;
    width: 100%;
    margin-bottom: var(--space-double);
}

.articles_list_thumb{
    width: 34%;
    height: auto;
    float: left;
    padding: 0 var(--space-normal) 0 0;
}

.articles_list_thumb img{
    width: 100%;
    height: auto;
    display: block;
    
    border: 1px solid var(--color-border-greylight);
}

.articles_list_title, .articles_list_title h3{
    width: 66%;
    float: left;
    
    margin-top: 0px;
    margin-bottom: 0px;
}
.articles_list_title h3{
  width: 100%;
}

.articles_list_date{
    width: 66%;
    float: left;
    font-style: italic;
    color: var(--color-txt-silver);
    margin-top: var(--space-half);
    margin-bottom: var(--space-half);
}

.articles_list_date:before{
    content: '';
    height: 1em;
    width: 1em;
    float: left;
    background: url("/gfx/calendar_icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 0.5em;
}

.articles_list_text{
    width: 66%;
    float: left;
    margin-top: var(--space-half);
    margin-bottom: var(--space-normal);
}


.articles_list_link{
    float: right;
    display: inline-block;
}

.articles_list_link a{
  font-family: var(--font-family-fancy);
  line-height: var(--font-family-fancy);
  font-weight: var(--font-weight-button);
  border: 1px solid var(--color-txt-blue);
  color: var(--color-txt-blue);
  text-decoration: none;
  padding: var(--space-half) var(--space-normal);
  display: inline-block;
  transition: color var(--transition-normal),background-color var(--transition-normal);
}

.articles_list_link a:hover{
    background-color: var(--color-bcg-blue);
    color: var(--color-txt-white);
}

.articles_list_text p{
    margin: 0;
}



.articles_name, .articles_art_title h2{
    color: var(--color-txt-blue);
    font-weight: normal;
    font-size: 30px;
    margin: 40px 0;
    margin-top: 0;
}

.articles_art_title h2 a{
    color: var(--color-txt-blue);
    text-decoration: none;
}

.articles_art_img_orig{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.articles_art_img_orig img{
    max-width: 100%;
}








/* Modul catalog - categories listing */


.header_category{
  position: relative;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: var(--space-double);
  
}

.header_category .img_header {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  
  background-color: var(--color-bcg-greylight);
}




.header_category .img_header .fimg_wrp,
.header_category .img_header .fimg_pic{
  width: 100%;
  height: 100%;
}
.header_category .img_header .fimg_img {
  width: 100%  !important;
  height: 100% !important;
  max-width: unset !important;
  max-height:unset !important;
  object-fit: cover;
  object-position: center bottom;
}

.header_content{
  max-width: 650px;
  width: 50%;
  margin: var(--space-double);
  padding: var(--space-double);
  z-index: 55;
  background-color: #FFFFFF;
}
.header_content .page_name h1{
  line-height: 1.1;
}
.header_content .page_name{
  margin-bottom: var(--space-normal);
}


@media screen and (max-width: 1000px){
  .header_category{
    min-height: unset;
    flex-wrap:wrap;
  }  
  .header_content{
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header_category .img_header{
    position: relative;
    aspect-ratio: 152 / 49;
    height: auto;
    margin-bottom: var(--space-half)
  }
}


.text_main > h2, 
.text_main > h3, 
.text_main > h4, 
.text_main > p{
  margin-top: 0;
}
.text_main p:last-of-type{
  margin-bottom: 0;
}


.categories_wrapper, .categories{
    width: 100%;
}
.categories{
    list-style: none;
    padding: 0;
    margin: 0;
    /*outline: 1px dashed blue;*/
}

.category{
    float: left;
    width: 33.3333%;
    margin-bottom: 5%;
    margin-bottom: 1%;
    position: relative;
    /*padding-bottom: 65px; */

}
.category .sub_categories{
  padding-bottom: var(--space-double);
}
.categories .category:nth-child(3n+1){
    clear:both;
}


.category_head_wrapper{
    width: 100%;
    display: table;
    float: left;
}

.category_head{
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}


.category_header{
  border-bottom: 1px solid var(--color-txt-blue);
  /*outline: 1px dotted Red;*/
  display: block;
}

.category_img{
    width: 100%;
    text-align: center;
}



.category_name{
  font-family:var(--font-family-fancy);
  line-height:var(--font-line-fancy);
  
  font-size:var(--font-size-h3);
  font-weight:var(--font-weight-h3);

  width: 100%;
  text-align: center;

  color: var(--color-txt-blue);
  
  padding-bottom: var(--space-normal);
  padding-top: var(--space-half);
  padding-left: 1%;
  padding-right: 1%;
}
.category_name a{
  color: inherit;
  text-decoration: none;
}

.category_text{
  width: 100%;
  padding: var(--space-normal);
  color: var(--color-txt-darker);
}

.sub_categories{
  padding: var(--space-normal);
}

.sub_category_name img{
vertical-align: middle;
}

.sub_categories{
    list-style: none;
    width: 100%;
    float: left;
    padding: 0 var(--space-normal);
    margin: 0;
}
.sub_category{
  padding-top: var(--space-half);
  padding-bottom: var(--space-half);
  margin-top: var(--space-half);
  margin-bottom: var(--space-half);
  border-bottom: 1px solid var(--color-bcg-greylight);
}


.sub_category_name a{
  
  font-family:var(--font-family-fancy);
  line-height:var(--font-line-fancy);
  
  font-size:var(--font-size-h4);
  font-weight:var(--font-weight-h4);
  

  width: 100%;
  display:flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items:center;
  gap: var(--space-half);
  
  color: var(--color-txt-blue);
  text-decoration: none;
}
.category_ico{
  max-height: 80px;
  margin-right: var(--space-half);
}

.sub_category_name a:hover{
    text-decoration: underline;
}

.sub_category_imgs{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: var(--space-half);
}

.sub_category_img{
    display: inline-block;
    margin-right: var(--space-half);
    height: 20px;
}

.sub_category_img img{
    width: auto;
    height: 100%;
}







/* Module articles - detail */


.art_wrapper{
  gap: var(--space-normal);
}
.art_content{
    width: 100%;
}

#art_header_content{
  width: 100%;
  max-width: var(--width-textmax);
  margin: 0 auto var(--space-normal) auto;
  
  display:flex;
  flex-wrap:nowrap;
  gap: var(--space-normal) var(--space-double);
  
  align-items: center;
  
  display: none !important; /* @TODO - Klienta chce Zrusit perexy */
}

#art_header_content .text_short{
  font-size:var(--font-size-bigger);
}
#art_header_content .product_image_wrapper{
  flex-shrink: 1;
  flex-grow: 0;
  order: 2;
  padding: 0;
  max-width: unset;
}

#info_normal_content{
  width: 100%;
  max-width: var(--width-textmax);
  margin: 0 auto;  
}

.art_content .text_tab{
  width: 100%;
  max-width: var(--width-textmax);  
  margin: 0 auto;
}

.art_wrapper .video{
  border: 1px solid var(--color-border-greylight);
}

.art_wrapper img{
  height: auto;
}

.art_wrapper .item_gallery{
  font-size: var(--font-size-small);
  color: var(--color-txt-darker);

}
.art_wrapper .figcaption{
  width: 100%;
  display:inline-block;
  max-width: var(--width-textmax);  
  margin: 0 auto;
  text-align: center;
  
}


.art_wrapper li::marker {
  color: var(--color-txt-blue);
}








/* Module persons - contact cards */

.helps_wrapper{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    gap: var(--space-normal);

    max-width: var(--width-textmax);
    margin: 0 0 var(--space-normal) 0;
    
    float: unset;
}




.helps_wrapper > h3{
  width: 100%;
}

.help_wrapper{
  flex-basis: calc(50% - var(--space-half));

  background-color: var(--color-bcg-greylight);
  border-left: 2px solid var(--color-bcg-blue);
  
  padding: var(--space-normal);

  
  display: flex;
  gap: var(--space-normal);
  
  flex-wrap: nowrap;
  

}

.help_wrapper .help_photo{
  height: 10rem;
  width: auto;
  flex-shrink: 0;
  
}

.help_photo .fimg_wrp , .help_photo .fimg_pic{
  width:auto;
  height:inherit;
  display:block;
  padding: 0;
  margin: 0;
}
.help_photo .fimg_wrp{
  aspect-ratio: 1 / 1;  
}

#page_text .help_wrapper .help_photo .fimg_img{
  display: block;
  
  width: 100%;
  height: 100%;
  
  border-radius: 50%;
  max-width: unset;
  aspect-ratio: 1 / 1;
}










.help_wrapper .help_content_wrapper{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.help_wrapper .help_name{
  font-size: var(--font-size-h3);
  font-weight:var(--font-weight-h3);
  font-family:var(--font-family-fancy);
  line-height:var(--font-line-fancy);
  
  color: var(--color-txt-blue);
  margin-bottom: var(--space-half);
}

.help_wrapper .help_spacer {
  flex-grow: 1;
  margin-bottom: var(--space-half);
}

.help_wrapper .help_person, .help_wrapper .help_info, .help_wrapper .help_phone, .help_wrapper .help_mail{
  width: 100%;
  display:flex;
  align-content: center;
  align-items: center;
}
.help_wrapper .help_person, .help_wrapper .help_spacer{
  font-size: var(--font-size-small); 
}
.help_wrapper .help_person{
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.help_wrapper a{
  text-decoration: none;
}




.help_wrapper.with_claim{
  width: 100%;
}



.help_phone:before{
    content: "";
    width: 1em;
    height: 0.8em;
    margin-right: 10px;
    background: url("/gfx/phone_icon_green.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}


.help_mail:before{
    content: "";
    width: 1em;
    height: 0.7em;
    margin-right: 10px;
    margin-bottom: 2px;
    background: url("/gfx/paper_icon_green.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    top: 2px;
}



.help_contacts{
  display:flex;
  flex-wrap:nowrap;
  gap: 10px;
  width: 100%;
  align-items: flex-start;
}

.help_contacts_e{
  flex-grow: 1;
  align-items: flex-start;
  display:flex;
  flex-direction:column;
}

.fimg.img_qrcontact{
  width: 25%;
  max-width: 200px;
  flex-shrink: 0;
  line-height: 0;
  
  text-align: right;
  
}
.fimg.img_qrcontact .fimg_img {
  background-color: #FFFFFF;
  border: 1px solid var(--color-txt-blue);
  
  max-height: 100px;
}



.helps_wrapper.column , .helps_wrapper.column .help_wrapper{
  flex-direction: column;
  max-width: 100%;
  
  font-size: var(--font-size-small);
}
.helps_wrapper.column{
  gap: 0;
  margin-bottom: 0;
}
.helps_wrapper.column .help_wrapper{
  border-left-width: 0px;
}
.helps_wrapper.column  > h3{
  background-color: var(--color-bcg-blue);  
  color: #FFFFFF;
  text-align: center;
  padding: 0.15em 0.5em;
  margin: 0;
  
  
  box-sizing:border-box;
}
.helps_wrapper.column .help_photo{
  height: 10em;
}

.helps_wrapper.column .help_photo .fimg_wrp{
  margin: 0 auto;
}

.helps_wrapper.column  > h3, 
.help_wrapper .help_name{
  font-size: var(--font-size-bigger); 
}
































/* ************************************************************************* OLD ******************************************************************* */





/* More - olders */







.breadcrumbs{
    width: var(--width-pagepercent);
    position: relative;
    margin: auto;
    
    border-top: 1px solid var(--color-txt-blue);
    
    padding-top: var(--space-normal);
    padding-bottom: var(--space-normal);

    color: var(--color-txt-darker);
    font-size: var(--font-size-small);
}

.breadcrumbs a{
    color: var(--color-txt-darker);
}

.breadcrumbs a:hover{
    color: var(--color-txt-blue);
}



.page_name{
    display: inline-block;
    margin-bottom: var(--space-normal);
}







/*

.group:before,
.group:after{
    content: " ";
    display: table;
}

.group:after{
    clear: both;
}

.group{
    *zoom: 1;
}

*/


.text_tab, .gallery_container, .text_normal{
    /*edit 13/02/2023*/
    max-width: 1300px;
    margin: auto;
}


/*
#page_text ul{
  display:inline-block;
  margin: 5px 0px;
  padding-left: 20px;
}
*/

#page_text img{
  display: inline-block;
}

.product_tabs_wrapper h3{
    margin-top: 20px;
    margin-bottom: 20px;
    clear:both;
}

.product_tabs_wrapper .products_list_wrapper{
    margin-top: 20px;


}
#page_text .product_tabs_wrapper .products_list_wrapper table{
  min-width: 400px;
  max-width: 100%;
  width: 100%;
}

#page_text .products_list_wrapper table{
  width: 100%;
}


.product_tabs_wrapper dd{
    margin: 0;
}

.product_tabs_wrapper dl{
    width: 100%;
    float: left;
}


.page_wrapper{
    width: 100%;
    float: left;
    position: relative;
}




#logo{
    width: 27%;
    float: left;
    display: block;
}





#logo img{
   width: 210px;
    width: 340px;
    width: 400px;
    width: 350px;
    max-width: 100%;
    height: auto;
    display: block;
}



#header_search, #header_contact{
    width: 33.3%;
    float: right;
    height: 30%;
    padding: 0 5%;
    position: relative;
}

#header_search{
width: 20%;
padding: 0 1%;
}

#header_contact{
width: 46%;
}

#header_contact{
    padding: 0 0 0 5%;
}

#header_menu{
    width: 70.3%;
    float: right;
    height: 70%;
}


.page_content img, .page_content table, .page_content iframe{
  max-width: 100%;
}









.box_logos_wrapper{
    display: table;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.box_logos{
    display: table-cell;
    vertical-align: middle;
}

.box_logo{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}





.news_preview{
  float: left;
  width: 100%;
  padding: 20px;
}

























#cform_1 .cform_item{
    width: 50%;
    /* height: 30px;  */
    padding: 0 5px 0 0;
    float: left;

}

#cform_1 #form_ffcf1_1{
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin: 0px;
}
#cform_1 .cform_item .cform_form_submit{
  width:auto;
  display: block;
}

#cform_1 .cform_text_id_1{
    display: none;
}

#cform_1 #form_ffcf1_1::-webkit-input-placeholder{
    text-align: center;
    font-style: italic;
    color: var(--color-txt-blue);
}

#cform_1 #form_ffcf1_1:-ms-input-placeholder{
    text-align: center;
    font-style: italic;
    color: var(--color-txt-blue);
}

#cform_1 #form_ffcf1_1::placeholder{
    text-align: center;
    font-style: italic;
    color: var(--color-txt-blue);
}

#cform_1{
    margin-top: 20px;
}

#cform_1 .cform_item_type_submit{
    width: 50%;

    float: left;

}

#cform_1 .cform_form_submit{
    height: 100%;
}

#form_ffcf1_{
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
}

#form_ffcf1_:hover{
    color: rgb(255,255,255);
    background-color: var(--color-txt-blue);
}

#menu{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    height: 100%;
    width: 100%;
    padding-left: 7.5%;
    justify-content: space-between;
    align-items: center;
    
    font-size: var(--font-size-h5);
}

#menu li{
    display: block;
    text-align: left;
}

/*#menu li:nth-child(2){
padding-left: 3%;
}

#menu li:nth-child(3){
padding-left: 3.5%;
}

#menu li:nth-child(4){
text-align: right;
    padding-right: 4.5%;
}

#menu li:nth-child(5){
    text-align: right;
    padding-right: 1.5%;
}

#menu li:nth-child(6){
    text-align: right;
    padding-right: 1.5%;
}

#menu li:last-child{
text-align: right;
}*/
#menu li a{
    color: var(--color-txt-blue);
    
    font-weight: 500;
    
    text-decoration: none;
    display: inline-block;
    position: relative;
}

#menu li a::after {
    content: "";
    width: 100%;
    left: 0;
    bottom: -3px;
    height: 1px;
    position: absolute;
    background-color: var(--color-txt-blue); /*farba podciarknutia menu*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform var(--transition-normal);
}

#menu li a.active:after, #menu li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#contact_order,
#contact_form{
    background-color: var(--color-txt-blue);
    height: 100%;
    width: 33%;
    float: right;
    color: #fff;
    display: table;
    text-align: center;
}

#contact_form{
cursor: pointer;
}

.cform_infotext{
margin: 20px 0;
}

.form_content h2{
    color: var(--color-txt-blue);
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

.form_content form{
clear: both;
}

.form_content .cform_item .cform_form input.form,
.form_content  .cform_item .cform_form textarea.form,
.form_content .cform_item .cform_form_submit{
max-width: 100%;
}

.cform_infotext img{
max-width: 65%;
}

#contact_tel{
    border: 1px solid var(--color-txt-blue);
    height: 100%;
    width: 33%;
    float: right;
    text-align: center;
    color: var(--color-txt-blue);
    display: table;
    text-decoration: none;
}

#contact_tel:hover {
  text-decoration: underline;
}

.contact_tel_wrapper, .contact_tel_img_wrapper, .contact_order_img_wrapper, .contact_order_wrapper{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#contact_order{
    color: #fff;
    text-decoration: none;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
}

#contact_order:hover,
#contact_form:hover{
    background-color: #05b6c6;
}

.contact_tel_img_wrapper img, .contact_order_img_wrapper img{
    display: block;
    margin-left: 10px;
}

.search_box{
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #eee;
    margin: auto;
}



































.articles_small_item{
    width: 100%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 4%;
}

.articles_small_container{
    float: left;
    padding: 2% 4%;
    display: table;
}

.articles_small_thumb{
    width: 30%;
    float: left;
    padding-right: 2%;
    padding-bottom: 20px;
}

.articles_small_thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.articles_small_title{
    float: left;
    width: 70%;
    margin-top: 1%;
}
.articles_small_title h2, .articles_small_title h3, .articles_small_title h1{
  padding-top:0;
  margin-top: 0;
}

.articles_small_title a{
    font-size: 18px;
}

.articles_small_more{
    clear: both;
    width: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.articles_small_more a{
    border: 1px solid var(--color-txt-blue);
    color: var(--color-txt-blue);
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
}

.articles_small_more a:hover{
    background-color: var(--color-txt-blue);
    color: #fff;
}

.articles_small_more:before{
    content: " ";
    width: 41%;
    border-top: 1px solid var(--color-txt-blue);
    float: left;
    position: relative;
    top: 20px;
}

.articles_small_more:after{
    content: " ";
    width: 41%;
    border-top: 1px solid var(--color-txt-blue);
    float: right;
    position: relative;
    top: 20px;
}

.articles_small_date, .articles_small_text{
    width: 70%;
    float: left;
}

.articles_art_date{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.articles_small_link{
    float: right;
    display: inline-block;
}

.articles_small_link a{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid var(--color-txt-blue);
    text-decoration: none;
    color: var(--color-txt-blue);
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
}

.articles_small_link a:hover{
    background-color: var(--color-txt-blue);
    color: #fff;
}

.articles_art_item img{
  max-width: 100%;
  height:auto;
  display: inline-block;
}

.articles_art_item table{
  max-width: 100%;
}



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

#header_search .search_form, #header_search .search_container, #header_search .search_container form, #header_search .search_form input{
    width: 100%;
    height: 100%;
}

#header_search .search_form input{
    border: none;
    /*background-color: #efefef; */
    border-radius: 2px;
    padding: 5px 10px;
    border-color: var(--color-txt-blue);
    border-style: solid;
    border-width: 1px;
}

header .search_form_submit{
    position: absolute;
    top: 0;
    right: 5%;
    height: 100%;
}



.articles_small_date, .articles_art_date{
    font-style: italic;
    color: #aaa;
}

.articles_art_date:before, .articles_small_date:before{
    content: '';
    height: 16px;
    width: 16px;
    float: left;
    background: url("/gfx/calendar_icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.articles_art_perex{
    width: 100%;
    float:left;
}

.articles_art_text{
    width: 100%;
    float:left;
}

.search_form_submit input{
    height: 100%;
    background-color: transparent;
    border: none;
    z-index: 100;
    cursor: pointer;
    color: transparent;
    background: url("/gfx/search_icon.png");
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center center;
    display: inline-block;
    font-size: 0;
    width: 50px;
}

.contact_tel_wrapper img, .contact_order_wrapper img{
    float: left;
    margin-left: 10px;
}

#page_text{
  width: var(--width-pagepercent);
  
  position: relative;
  margin: 0 auto;
  padding-bottom: var(--space-double);
}

/*
body.id_template_2 #page_text{
  max-width: var(--width-textmax);
}
*/

body.id_template_2 .page_width{
  max-width: var(--width-textmax);
  margin: 0px auto;
}


body.id_page_2 #page_text,
body.id_page_6 #page_text, 
body.mod_ajpcat #page_text,
body.mod_ajpart_item #page_text{
  max-width: unset;
}

#page_text img, #page_text table{
  max-width: 100%;
  width:auto;
}
#page_text iframe{
  max-width: 100%;  
}













.paging{
    float: left;
    width: 100%;
    display: inline-block;
}

.nav_first, .nav_next, .nav_prev, .nav_last{
    display: none;
}

.paging_numbers{
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
}

.paging_numbers a{
    color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 5px;
    display: inline-block;
}

.paging_numbers a.active{
    background-color: var(--color-txt-blue);
    color: #fff;
}

.paging_numbers a:hover{
    background-color: var(--color-txt-blue);
    color: #fff;
}

#hamburger_wrapper{
    width: 50px;
    position: absolute;
    bottom: 20px;
    right: 0;
    display: none;
    cursor: pointer;
}

.hamburger_bar{
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    background-color: var(--color-txt-blue);
}


.text_bottom{
  clear:both;
}







.category_btn{
    width: 100%;
    text-align: right;
    float: left;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.category_btn a{
    color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    padding: 10px 20px;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
    text-decoration: none;
    display: inline-block;
}

.category_btn a:hover{
    color: #fff;
    background-color: var(--color-txt-blue);
}

.products_wrapper, .filter, .filter_header, .filter_radios, .filter_radio{
    width: 100%;
    float: left;
}

.logos_wrapper{
  display: inline-block;
  height: 2.5em;
  text-align: left;
}

.logos_wrapper.inheader{
  float:right;
}

.logos_wrapper .fimg *{
  height: 2.5em;
}




.logos_wrapper img{
  height: 100%;
  width: auto;
  /* margin-left: 20px; */
  margin: 0;
}












.products_wrapper{
  display:flex;
  flex-wrap:nowrap;
  gap: var(--space-normal);
  float: unset;
  align-items: flex-start;
  width: 100%;
}

.products_content_wrapper{
  flex-grow: 1;
}



.filter_wrapper{
    width: 20%;
    max-width: 20rem;
    padding: var(--space-normal);
    border: 1px solid var(--color-txt-blue);
    
    flex-grow: 0;
    flex-shrink: 0;
}



.filter_header{
  font-family:var(--font-family-fancy);
  font-size:var(--font-size-h3);
  font-weight:var(--font-weight-h3);
  line-height:var(--font-line-fancy);
  
  width: 100%;
  color: var(--color-txt-blue);
}

.filter_name{
  font-weight: 500;
  margin-top: var(--space-normal);
  margin-bottom: 0;
}


.filter_set_to_del a{
  display: block;
  margin: 5px 5px 0px 0px;
  clear:both;
  text-decoration: none;
  /*padding: 0px 5px; */
  -webkit-transition: all var(--transition-normal);
  transition: all var(--transition-normal);

}
.filter_set_to_del a span{
  background-color: #B0B0B0;
  color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;

  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
  margin-left: 5px;
  -webkit-transition: all var(--transition-normal);
  transition: all var(--transition-normal);
}
.filter_set_to_del a:hover{
  text-decoration: underline;
}
.filter_set_to_del a:hover span{
  background-color: var(--color-txt-blue);
}



.filter_radio{
    margin: 5px 0;
}

.filter_radio a{
  color:inherit;
  text-decoration: none;
}
.filter_radio .checkbox{
  height: 0.8em;
  width: 0.8em;
  border: 1px solid var(--color-txt-blue);
  display: inline-block;
  -webkit-transition: all var(--transition-normal);
  transition: all var(--transition-normal);
  border-radius: 100%;
  border-radius: 2px;
  margin-right: 0.3em;
  margin-left: 0.1em;
}
.filter_radio .text{
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
}


.filter_radio .items_count{
    display: inline-block;
    font-weight: 300;
    color: #B0B0B0;
}
.filter_radio.active{
  font-weight: 600;
}
.filter_radio.active .checkbox{
  background-color: var(--color-txt-blue);
}
.filter_radio.disabled{
  color: #B0B0B0;
}
.filter_radio.disabled .checkbox{
  border-color: #B0B0B0;
}

.filter_radio:hover .checkbox{
  border-width: 5px;
}


.filter_not_found{
  font-size: 1.5rem;
  width: 100%;
  
  background-color: var(--color-bcg-greylight);
  
  border: 1px dashed var(--color-txt-blue);
  padding: var(--space-normal) var(--space-normal);
  
  text-align: center;
}


.people_category{
  clear:both;
  padding-top: 2%;
}
.people_category h2{
  font-size: 1.5rem;
  font-weight: 600;
  
  text-align: center;
}

.people_category .helps_wrapper{
  margin: 0 auto var(--space-normal) auto;
}


#regions_map{
  position: relative;
  display: inline-block;
  transform-origin: left top;
  position: relative;
  text-align: center;
}
#regions_map #pers_mapa{
  position: absolute;
  top:10%;
  right: 0px;
  max-width: 500px;
}


#regions_map img{
  width: auto;
  height: auto;
  position: relative;
  display: block;

  padding: 0px;
  margin: 0px;
}
/*
.people_category .map_regions{
  padding-bottom: 2%;
  max-width: 100%;
  height:auto;
  margin: 0px auto;
  display: block;
}
*/


.products_list_wrapper{
    width: 100%;
}

.products_list_wrapper table{
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
}

.products_list_wrapper table thead, .products_list_wrapper table tbody{
    width: 100%;
    box-sizing: border-box;
}

.products_list_wrapper table thead th{
    font-weight: normal;
    background-color: var(--color-txt-blue);
    color: #FFFFFF;
    box-sizing: border-box;
}

.products_list_wrapper th, .products_list_wrapper td{
    padding: 10px;
    box-sizing: border-box;
}

.products_list_wrapper table ul{
  max-width: 100%;
  margin-left: 1em;
  box-sizing: border-box;
}

.products_list_wrapper td{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;


    border-top: 0px solid #fff;
    border-bottom: 1px solid  var(--color-txt-blue);
    vertical-align: middle;

}
.products_list_wrapper td.image{
  text-align: center;
}
.products_list_wrapper td.name{
  text-align: left;
}

.products_list_wrapper a.list_name{
  font-weight: 500;
  font-size: var(--font-size-h5);
}

.products_list_wrapper em.list_code{
  color:#B0B0B0;
}

.products_list_wrapper td.name ul{
  margin: 0px;
}

.products_list_wrapper td.name .description{
  margin-top: var(--space-half);
}

.products_list_wrapper td.description{
  text-align: left;
}

.name_description{
  font-weight: 400;
}


.products_list_wrapper td a{
  color:inherit;
  text-decoration: none;
}

#page_text  .products_list_wrapper table img{
  background-color:#FFFFFF;
  border-radius: 2px;
  display: inline-block;
  padding: 4px;
  width: auto;
  max-width: 80px;
  height:auto;
}

.products_list_wrapper table tbody{
   /* background-color: #eee; */
}

.products_list_wrapper table tbody tr{
    /* cursor: pointer; */
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
}

.products_list_wrapper table tbody tr:hover{
    background-color: var(--color-txt-blue);
    background-color: #eee;
    /* color: #fff; */
}

.filter_radio input:checked + label{
    font-weight: bold;
}

.product_wrapper{
    /* width: 100%;
    float: left; */
    display:flex;
    flex-wrap:wrap;
    margin: 0;
}
.product_head_wrapper{
  width: 100%;
  display:flex;
 /* flex-wrap:wrap;  */
}




.product_wrapper .product_image_wrapper{
    max-width: 40%;
    /* padding-right: 5%;
    */
    margin-right: var(--space-normal);
    padding: 0;
    flex-shrink: 0;
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    
    gap: 20px;
    
    /* border: 1px solid var(--color-border-greylight); */
}

.product_wrapper .product_image_wrapper img.product_image{
    max-width: 100%;
    height: auto;
    display: block !important;
    position: relative;
    margin: 0px auto;
}



.product_wrapper .helps_wrapper, .product_wrapper .helps_wrapper_product{
    /* width: 60%; edit 13/02/2023 */
    flex-grow: 1;
}
.product_wrapper .helps_wrapper_product{
  display:flex;
  flex-wrap:nowrap;
  justify-content: space-between;
  gap: var(--space-normal);
}
.product_wrapper .helps_wrapper_product .product_basic{
  flex-grow: 1;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.product_wrapper .help_right{
  max-width: 270px;  
}


.product_wrapper .text_top{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product_wrapper .spacer{
  flex-grow: 1;
}

.product_tabs_wrapper{
    width: 100%;
    float: left;
}
/*
.product_wrapper .helps_wrapper_product .product_basic_box{
    margin: 0 auto 24px auto;
}
*/





@media screen and (max-width: 1200px){
  .product_head_wrapper, 
  .product_wrapper .helps_wrapper_product {
    flex-wrap:wrap;
  }
  
  .product_head_wrapper > div,
  .product_wrapper .product_image_wrapper,
  .product_head_wrapper .helps_wrapper_product > div {
    width: 100%;
    max-width: 100%;
  }
}




.stock.query{
  /* color: #0900b1; */
}
.stock.avail{
  color: #00b10f;
  font-weight: 600;
}

.stock_info{
  font-size: 0.85rem;
  line-height: 1.25;
  color: #757575;
}
#page_text .stock_info p{
  margin: 0.25em 0;
  line-height: inherit;
}


.product_wrapper .text_short, 
.product_wrapper .text_tags{
  width: 100%;
  text-align:left;
}

.product_wrapper .text_short > h1, 
.product_wrapper .text_short > h2,
.product_wrapper .text_short > h3,
.product_wrapper .text_short > p,
.product_wrapper .text_short > ul,
.product_wrapper .text_short > ol{
  margin-top: 0;
}












.product_tabs{
    width: 100%;
    clear:both;
    display:block;
    float:left;
    
    border-top: 1px solid var(--color-txt-blue);
    border-bottom: 1px solid var(--color-txt-blue);
    
    margin-top: var(--space-normal);
    margin-bottom: var(--space-double);
}

.product_tab{
    padding: var(--space-half) var(--space-normal);
    color: var(--color-txt-blue);
    transition: all var(--transition-normal);
    display: inline-block;
    float: left;
    cursor: pointer;
}

.product_tab:hover, .product_tab.active{
    background-color: var(--color-bcg-blue);
    color: var(--color-txt-white);
}

.product_tab_content{
    width: 100%;
    /* display: none; */
    
    margin: var(--space-triple) 0;
    padding: 0 var(--space-normal) var(--space-triple) var(--space-double);
    transition: all var(--transition-normal);
    border-bottom: 1px solid var(--color-bcg-blue);
}

.product_tab_content > h2{
  margin-top: 0;
}


.text_tab.vyhody ul{
  list-style-image: url(arrow_right_white.png);
}


.product_tabs_wrapper #accessories_content .products_list_wrapper{
   margin-bottom: 60px;
   margin-top: 0px;
   clear:both;
}
.product_tabs_wrapper #accessories_content .products_list_wrapper table{
   width: 100% !important;
}



.product_tab_subtabmenu{
   display:flex;
   gap: 0.5rem;
   flex-wrap:wrap;
   margin-bottom: 40px;
}


#params_content table td, table.technical_clean_table td{
  vertical-align: top;
  padding-bottom: 10px;
}
#params_content table td p, table.technical_clean_table td p{
  margin-top:0px;
  margin-bottom: 0px;
}
#params_content table td.label, table.technical_clean_table tr td:first-of-type{
  font-weight: 500;
  padding-right: 20px;
}
#params_content table td ul, table.technical_clean_table td ul{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
}


.product_tab_content ul.drawings,
.product_tab_content ul.diagrams{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
margin-left: 0;
list-style: none;

clear:both;
width: 100%;
}

.product_tab_content ul.drawings li,
.product_tab_content ul.diagrams li{
  display:block;

  text-align: center;
  padding: 20px;
}


.product_tab_content ul.drawings .image,
.product_tab_content ul.diagrams .image{
  display: block;
  overflow: auto;
  line-height: 0;

}

.product_tab_content ul.drawings .name,
.product_tab_content ul.diagrams .name{
  display: block;
  clear:both;
}


.info_ks{
    width: 100%;
    text-align: right;
    float: left;
    margin-top: 40px;
}


.add_btn_wrapper{
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.add_btn{
    display: inline-block;
    float: right;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--color-txt-blue);
    margin-top: 40px;
    text-decoration: none;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
    cursor: pointer;
}

.product_basic .add_btn{
  margin-top: 0px;
  margin-left:auto;
}

.add_btn:hover{
    background-color: #05b6c6;
}

.add_btn strong{
    margin-right: 10px;
}

.order_wrapper{
    width: 100%;
    float: left;
}

.order_list_wrapper{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.order_list_wrapper table{
    width: 100%;
    float: left;
    border-collapse: collapse;
}

.order_list_wrapper table th, .order_list_wrapper table td {

    padding: 10px 20px;
    font-weight: normal;
    border: none;
    text-align: center;

}

.order_list_wrapper table td input{
    max-width: 40px;
    text-align: center;
}

.order_list_wrapper thead tr{
    background-color: var(--color-txt-blue);
    color: #fff;
}

.order_list_wrapper tbody tr{
    border-top: 1px solid #fff;
    background-color: #eee;
}

.order_list_wrapper a{
  color: inherit;
  font-weight:inherit;
  -webkit-transition: all var(--transition-normal);
  transition: all var(--transition-normal);
}
.order_list_wrapper a:hover{
  text-decoration: none;
}

.cancel_line{

}
.cancel_line a{
  cursor: pointer;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
}
.cancel_line a:hover{
  color:#FFFFFF;
  background-color: var(--color-txt-blue);
}

.order_wrapper .helps_wrapper{
    width: 70%;
    float: left;
}

.order_controls_wrapper{
    width:100%;
   float: left;
}

.order_control_back_wrapper, .order_control_send_wrapper{
   float: left;
    width: 100%;
}

.order_wrapper .no-items{
  clear:both; 
}

.order_control_back, .order_control_send{
    display: inline-block;
    text-align: center;
    float: right;
    padding: 10px 0;
    width: 200px;
    /*margin-bottom: 40px;*/
    text-decoration: none;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
    cursor: pointer;
}

.order_control_back{
    border: 1px solid var(--color-txt-blue);
    color: var(--color-txt-blue);
}

.order_control_back:hover{
    background-color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    color: #fff;
}

.order_control_send{
    background-color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    color: #fff;
}

.order_control_send:hover{
    background-color: #05b6c6;
    border-color: #05b6c6;
}

.order_contact{
    width: 100%;
    float: left;
    position: relative;
}

#form_ffrequest_form{
    width: 600px;
    max-width: 100%;
    position: relative;
    margin: auto;
}

.order_contact h3{
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

.item{
    display: inline-block;
    width: 50%;
    padding: 10px;
}

.item input{
    width: 100%;
    line-height: 25px;
    border: none;
    border: 1px solid #ccc;
}

.item.textarea{
    width: 100%;
}

.item textarea{
    width: 100%;
    border: none;
    border: 1px solid #ccc;
}

.item_name{
    margin-bottom: 5px;
}

.item.submit{
    width: 100%;
    text-align: right;
}

.item.submit .form_submit{
    display: inline-block;
    width: auto;
    cursor: pointer;
    background-color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    color: #fff;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
    padding: 5px 20px;
}

.item.submit .form_submit:hover{
    background-color: #05b6c6;
    border-color: #05b6c6;
}




.form_overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1001;
    display: none;
}

.form_wrapper{
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px;
    z-index: 1002;
    max-height: 100vh;
    overflow: auto;
    display: none;
}

.form_window{
    width: 100%;
    position: relative;
    margin: auto;
    max-width: 500px;
    /* min-height: 100px; */
    padding: 30px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);


}

.form_content{
    width: 100%;
}

.form_content input[type="text"]{
    width: 100% !important;
    height: 30px !important;
}

.form_content .se-body ul{
    margin: 0 !important;
}

.form_content .se-webform-primary-purpose span{
    display: inline-block !important;
    margin-bottom: 25px !important;
}

.form_content .se-webform-primary-purpose {
    padding-bottom: 0 !important;
}

.form_content button{
    display: inline-block;
    width: auto;
    cursor: pointer;
    background-color: var(--color-txt-blue);
    border: 1px solid var(--color-txt-blue);
    color: #fff;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
    padding: 5px 20px;
    transition: all var(--transition-normal);
    margin-top: 20px;
}

.form_content button:hover{
    background-color: #05b6c6;
}

.form_content .g-recaptcha{
    margin-top: 20px !important;
}

.form_content .se-submit{
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

.form_content form{
    width: 100% !important;
}

.form_content h3{
    padding: 0 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}

.popup_close_btn{
    background: #fff url(/gfx/icon-close.png) no-repeat center center;
    background-size: 50% 50%;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: -50px;
    margin-top: -50px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.35);
    cursor: pointer;
}

.closer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


#ico_top{
	width: 50px;
    height: 50px;
    background-color: #b0b0b0;
	background-image: url('ico-up-w.svg');
	background-repeat: no-repeat;
	background-size: 45% auto;
	background-position: center center;
    text-align: center;
    cursor: pointer;
	display: none;
    position: fixed;
    right: calc(5vw - 25px);
    bottom: calc(5vw - 25px);
    border-radius: 2px;
	cursor: pointer;
}
#ico_top:hover{
	background-color: rgba(0,0,0,1);
}



/* Search */
.search_results_item{
  clear:both;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 1px solid var(--color-txt-blue);
  display: flex;
  flex-wrap: nowrap;
}
.search_results_title a{
  font-size: 140%;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}
.search_results_title a strong{
  font-weight: 600;
}
.search_results_text{
  flex-grow: 1;
}
.search_results_link{
  padding-top: 10px;
  font-size: 80%;
}

.search_results_cimage{
  width: 150px;
  padding-right: 20px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.search_results_cimage div, .search_results_cimage a{
  max-width: 100%;
  display: block;
  text-align: center;
}
.search_results_cimage img{
  max-width: 100%;
  max-height: 200px;
  width:auto;
  height:auto;
}
.search_results_cinfo{
  display: flex;
  flex-direction: column;
}






/* Speciality */
/* Responsivni specificka tabulka v produktu pro inkostovy tisk */
.responsivni_inkoustovy_tisk{
  max-width: 100%;
  /*outline: 1px solid Red; */
}
.product_tab_content table{
  max-width: 100% !important;
  width:auto !important;
  height:auto !important;
}

.map-mobile {
  display: none;
}




@media screen and (max-width: 1400px){
  .responsivni_inkoustovy_tisk{
    /* outline: 1px solid Orange; */
    display: block;
    position: relative;
    height:auto !important;
  }

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

  .responsivni_inkoustovy_tisk tr{
    padding-bottom: 0.25rem;
  }

  .responsivni_inkoustovy_tisk tr, .responsivni_inkoustovy_tisk td{
    display:inline-block;
    position: relative;
    width: 100% !important;
    height:auto;
    text-align: center;
  }
}


/* Tabulka technicke udaje */

table.technical_data_table{

  border: 1px solid var(--color-txt-blue);
  border-collapse: collapse;
}
table.technical_data_table tr:hover {
  -webkit-transition: all var(--transition-normal);
  transition: all var(--transition-normal);
}
table.technical_data_table th, table.technical_data_table td{
  padding: 0.25rem 0.2rem;
  border-top: 1px solid var(--color-txt-blue) !important;
  height:auto;
  width:auto;
}
table.technical_data_table td p{
  margin-top: 0px;
  margin-bottom: 0px;
}

table.technical_data_table tr:hover {
  background-color: rgb(244,244,244);
}

table.technical_data_table th{
  color: var(--color-txt-blue) !important;
  text-align: center !important;
  font-weight: 500;
  vertical-align: middle;
}

table.technical_data_table td p, table.technical_data_table th p{
  margin: 0.5rem 0;
}






/* Tabulka onas*/
table.border_bottom_table, table.border_bottom_table td{

  padding: 0px;
  border: 0;
  margin: 0;
  border-collapse: collapse;

  max-width: 100% !important;
  height: auto !important;

}
table.border_bottom_table td{
   border-bottom: 1px solid var(--color-txt-blue);
}

#page_text table.border_bottom_table tr td img{
  padding: 0px 1rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: unset;

}
table.border_bottom_table tr td:first-of-type{
  line-height: 0px;
}
table.border_bottom_table tr td:first-of-type img{
  padding-left: 0px;
}
table.border_bottom_table tr td p:first-of-type{
  padding-top: 0px;
}
table.border_bottom_table tr td p:last-of-type{
  padding-bottom: 0px;
}

table.border_bottom_table tr td em{
  font-size: 1em;
  /*color: #868688;*/
  font-weight: 500;
}





#page_7 #page_text table{
    width: 100% !important;
    overflow: auto;
    max-width: 1000px;
}

#page_7 #page_text table td img{
    width: 90%;
    height: auto;
}

#page_7 #page_text table td{
    padding: 10px;
}






.cform_item .cform_form input.form, .cform_item .cform_form textarea.form {
  width: 100%;
  max-width: 30em;
  margin: 5px auto;
  padding: 1px var(--space-half);
}

#form_ffcf2_6{
  height: 60px;
}

.cform_item .cform_form input.form {
    height: 2em;
}

.cform_item .cform_form textarea.form {
    height: 10em;
    padding-top: 10px;
}

.cform_item .cform_form_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 30em;
}

.cform_item .cform_form_submit input.form_submit {
    width: 40%;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--color-txt-blue);
    text-decoration: none;
    -webkit-transition: all var(--transition-normal);
    transition: all var(--transition-normal);
    cursor: pointer;
    border: 0;
}

.cform_item .cform_form_submit input.form_submit:hover {
    background-color: #05b6c6;
}

.item_section .item_gallery {
    display: inline-block;
    margin: 1% 0.5%;
    width: 32%;
    height: auto;
}


.item_gallery img{
  max-width: 100%;
}















.gallery_container, .videos_container{
  /*outline: 1px solid Red;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*flex-wrap: wrap; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  margin: 0 -1rem;


    margin: 0 auto;
  width: calc(100% + 2rem);
}

.gallery_container{
    margin: 2em auto;
}

.gallery_container .item_gallery{
  width: calc(33%);
  /*outline: 1px solid Orange;*/
  text-align: center;
  padding: var(--space-half);
  font-style: italic;
}


.gallery_container img{
    display: block;
    position: relative;
}

#gallery_id_5 .gallery_name{
    font-size: 1.125rem;
}


.product_tab_content iframe {
    display: inline-block;
    width: 46%;
    margin: 1% 2%;
}




    /* Blocks images */

.text_tab {
  clear:both;
  display:block;
}
.text_tab ul, .text_tab ol{
  padding-left: var(--space-normal);
  margin: var(--space-half) 0;
  clear: both;
}

.text_tab .helps_wrapper{
  width: 100%;
}

.blimg{
  padding-bottom: 1rem;
  text-align: center;
  font-style: italic;
}

.blimg.r1, .blimg.l1{
  max-width: 33%;
}
.blimg img{
  border-radius: 1px;
}


.blimg.r1{
  float:right;
  padding-left: 2rem;
}
.blimg.l1{
  float:left;
  padding-right: 2rem;

}

@media screen and (max-width: 700px){
  .blimg.r1, .blimg.l1{
    max-width: 100%;
    margin-right: auto;
    margin-left:auto;
  }
}




body.not_mobile #cookie_eu_bar #cookie_eu_bar_primary_container{

   background-image:url('/gfx/cookie_icon.png');
   background-repeat: no-repeat;
   background-position: 0 top;
   background-size: 6vw;
   padding-left: 8vw;
}


@media screen and (min-width: 900px){


  body.id_page_21 .text_tab ol,
  body.id_page_21 .text_tab ul {
    column-count: 2;
    gap: 2rem;
    width: 100%;
  }

  body.id_page_21 .text_tab ol ol, body.id_page_21 .text_tab ol ul,
  body.id_page_21 .text_tab ul ol, body.id_page_21 .text_tab ul ul {
    column-count: 1;
  }

}


@media screen and (min-width: 1200px){
    .product_wrapper .helps_wrapper_product {
        min-width: 600px;
    }
}





.warning-msg-wrap .hp_section {
  min-height: unset;
  text-align: center;
  padding: 10px 0;
  background-color: #B10F00;
  color: #fff;
  font-weight: 600;
}

.manufactory-process {
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  width: 100%;
}

.manufactory-process .gallery_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 30px;
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
}

.manufactory-process .gallery_item .gallery_name {
  color: var(--color-txt-blue);
  font-weight: 500;
  margin-top: 10px;
}

.manufactory-process .gallery_item .gallery_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

.manufactory-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1124px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.manufactory-wrap .manufactory-col {
  background-color: #f4f4f4;
  padding: 50px;
}

.manufactory-wrap .manufactory-col h2 {
  margin-top: 0;
  color: var(--color-txt-blue);
  font-weight: 500;
  margin-bottom: 20px;
}

.manufactory-wrap .manufactory-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.manufactory-wrap .manufactory-col li {
  margin-bottom: 10px;
  display: flex;
}

.manufactory-wrap .manufactory-col li::before {
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  content: " ";
  background-color: var(--color-txt-blue);
  position: relative;
  top: 7px;
}

.manufactory-examples {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 50px auto 15px auto;
  width: 100%;
  max-width: 1300px;
}
.gallery-hidden-wrap{
    margin: 15px auto;
}

.manufactory-examples figure {
  margin: 0;
}

.manufactory-examples figure img {
  width: 100%;
  height: auto;
}

.manufactory-examples .gallery_header {
  grid-column: span 4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}

.manufactory-examples .gallery_item {
  position: relative;
}

.manufactory-examples .gallery_img {
  position: relative;
}

.manufactory-examples .gallery_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%);
  content: " ";
  opacity: 0;
  transition: ease-in-out .3s;
  pointer-events: none;
}

.manufactory-examples .gallery_item:hover .gallery_img::after {
  opacity: 1;
}

.manufactory-examples .gallery_item .gallery_name {
  position: absolute;
  left: 20px;
  top: 45px;
  font-weight: 500;
  color: #fff;
  width: calc(100% - 40px);
  transition: ease-in-out .3s;
  opacity: 0;
  pointer-events: none;
}

.manufactory-examples .gallery_item:hover .gallery_name {
  top: 20px;
  opacity: 1;
}

.manufactory-examples figcaption {
  font-size: .9rem;
  text-align: center;
  font-style: italic;
}

.manufactory-examples figcaption p {
  margin: 0;
}

.manufactory-clients {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.manufactory-clients img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 90px;
}

.manufactory-clients .gallery_header {
  flex: 0 0 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.id_page_581 img {
  width: auto;
  height: auto;
}

.id_page_581 h2 {
  font-size: 24px;
  font-weight: 400;
}

.gallery-hidden-wrap{
    display: none;
}

.gallery-hidden{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.btn-wrap{
    display: flex;
    justify-content: center;
}
.btn{
  font-family:var(--font-family-fancy);
  line-height:var(--font-line-fancy);
  font-weight:var(--font-weight-button);
  
  padding: var(--space-half) var(--space-normal);


  border: 1px solid var(--color-txt-blue);
  color: var(--color-txt-blue);
  transition: color var(--transition-normal), background-color var(--transition-normal);
  
  text-decoration: none;
  display: inline-block;
  
}
.btn:hover{
    background-color: var(--color-txt-blue);
    color: var(--color-txt-white);
}


.manufactory-contact-wrap {
 /* display: grid;
  grid-template-columns: 1fr;
  max-width: 800px; */
  margin: 0 auto;
  margin-top: 60px;
}

.manufactory-contact-wrap .top-col {
  display: flex;
  align-items: center;
  justify-content: center;
    margin: 0 0 60px 0;
}

.manufactory-contact-heading{
    text-align: center;
    margin: 60px 0;
}

.contact-btn {
  cursor: pointer;
  background-color: var(--color-txt-blue);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 15px 30px;
  display: flex;
}

@media(max-width: 1024px) {
  .manufactory-process {
    grid-template-columns: 1fr 1fr;
  }

    /*
  .manufactory-examples, .gallery-hidden {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .manufactory-examples .gallery_header {
    grid-column: span 3;
  }
     */

    .manufactory-examples, .gallery-hidden {
        grid-template-columns: 1fr 1fr;
    }
    .manufactory-examples .gallery_header {
        grid-column: span 2;
    }

  .manufactory-wrap {
    display: flex;
    flex-direction: column;
  }

  .manufactory-examples .gallery_item .gallery_name,
  .manufactory-examples .gallery_item:hover .gallery_name {
    position: relative;
    top: 0;
      margin-top: 10px;
    left: 0;
    color: #000;
    opacity: 1;
    text-align: center;
    width: 100%;
  }

  .manufactory-examples .gallery_img::after {
    display: none;
  }
/*
  .manufactory-contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

 */
    .id_page_581 h2{
        font-size: 20px;
    }
    .manufactory-contact-wrap .top-col{
        margin-bottom: 45px;
    }
    .manufactory-contact-wrap, .manufactory-contact-heading{
        margin: 45px 0;
    }
}

@media(max-width: 700px) {
    /*
  .manufactory-examples, .gallery-hidden {
    grid-template-columns: 1fr 1fr;
  }

  .manufactory-examples .gallery_header {
    grid-column: span 2;
  }

     */

  .manufactory-process {
    display: flex;
    flex-direction: column;
  }

  .manufactory-wrap .manufactory-col {
    padding: 40px 25px;
  }
}

@media(max-width: 500px) {
  .manufactory-examples, .gallery-hidden {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

    .gallery-hidden-wrap{
        margin: 30px auto;
    }

}



.filter_container{
  margin: 0em auto 2em auto;
  width: 100%;
  max-width:var(--width-textmax);
  
}
.filter_chooser, .filter_selected{
  display:none;
}
.filter_groups, .filter_group_focus,  .filter_group, .filter_group_items {
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  align-items:center;
  gap: 0.5em;
}

.filter_item {
  text-decoration: none;
  border: 1px solid transparent;
  padding: 0.25em 0.5em;
}
.filter_item:hover {
  border-color: var(--color-txt-blue);
}
.filter_item.selected{
  background-color: var(--color-txt-blue);
  color: #FFFFFF;
}

.filter_item_count{
  margin-left: 5px;
  color: #B0B0B0;
  font-weight: 400;
}

.filter_item.unavailable{
  color: #B0B0B0;
}














body.id_page_3 .technical_clean_table{
  max-width: 50%;  
}







/* GALERIE_SEM */



.gallery_container.gallery-logos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gallery-logos .gallery_item{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.gallery-logos .gallery_img{
    width: 25%;
    display: flex;
    align-items: center;
}
.gallery-logos .gallery_img img{
    object-fit: contain;
}
.gallery-logos .gallery_info{
    width: 75%;
    /*
    display: flex;
    justify-content: center;
    flex-direction: column;

     */
}
.gallery-logos .gallery_img a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.gallery-icons .gallery_img{
    width: 15%;
}
.gallery-icons .gallery_info{
    width: 85%;
}

.gallery-icons .gallery_info h3{
    margin-top: 1rem;
}






















/* ************************************************************************** Mobile and respo styless   */


/* First only root settings changes*/
@media screen and (max-width: 1400px){
    :root{
      --font-size-normal: 16px;
      --width-pagepercent: calc(100% - 2rem);
    }
}


@media screen and (max-width: 1200px){
    :root{
      --space-normal: 10px;
      --font-size-normal: 15px;
    }
}






@media screen and (min-width: 1600px){
  .contact_tel_wrapper, .contact_tel_img_wrapper, .contact_order_img_wrapper, .contact_order_wrapper{
      /*edit 13/02/2023*/
  }
}



@media screen and (max-width: 1600px){


    .box_img img{
    max-width: 85px;
    }


    

    .box_logos_wrapper{
        left: 10px;
        bottom: 10px;
    }

    .box_link{
        bottom: 10px;
        right: 10px;
    }

    .box_img{
        padding: 10px;
    }
                

}



@media screen and (max-width: 1400px){



    #header_contact{
        padding: 0 5%;
    }

    #header_contact{
        padding: 0 0 0 0;
    }

    

    .box_header h2{
        font-size: 20px;
    }



    .box_img img{
    max-width: 65px;
    }

    .box_link{
        font-size: 14px;
    }

    .box_logo img.small{
        width: 80px;
        height: auto;
    }

    .show_all:before,.show_all:after,.articles_small_more:before, .articles_small_more:after{
        width: 38%;
    }

    .info_ks{
        margin-bottom: 0;
    }

}

@media screen and (max-width: 1200px){
    .art_content{
        padding: 12px 0;
    }



    .contact_tel_img_wrapper img, .contact_order_img_wrapper img{
        margin-left: 5px;
    }

   

    .slide_cover{
        width: 70%;
    }

   

    .box_logo img.small{
        width: 60px;
        height: auto;
    }

    .box_logo img.medium{
        width: 120px;
        height: auto;
    }

    

    #cform_1 .cform_form_id_1, #cform_1 .cform_item_type_submit{
        width: 100%;
        padding: 0;
    }

    #cform_1 .cform_form_id_1{
        margin-bottom: 5px;
    }

    .category{
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .category:nth-of-type(3n){
        margin-right: 5%;
    }

    .category:nth-of-type(2n){
        margin-right: 0;
    }
                  /*
    .category_img{
        width: 45%;
    }

    .category_name{
        width: 55%;
        font-size: 30px;
    }               */

  /*
    .filter_wrapper, .products_content_wrapper{
        margin: 0;
        width: 100%;
    }
*/

    .product_wrapper .product_image_wrapper img.product_image{
        max-width: 500px;
    }

    .product_wrapper .helps_wrapper, .product_wrapper .helps_wrapper_product{
        width: 100%;
    }
    
    .product_wrapper, .product_head_wrapper{
      gap: var(--space-normal);
    }

    .order_wrapper .helps_wrapper{
        width: 100%;
    }

    .order_controls_wrapper{
        width: 100%;
        margin-top: 40px;
    }

    #art_header_content .text_short{
      width: 100%;
    }


}


@media screen and (max-width: 1000px){

    #header_search, #header_contact .contact_tel_wrapper, #header_contact .contact_order_wrapper{
        /*edit 13/02/2023*/
        font-size: 14px;
    }
    .slide_text .more, .sliderbx_data_li_link_a{
        /*edit 13/02/2023*/
        margin-top: 20px;
    }
    header{
      height: 165px
    }

    .footer_logos{
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_logo{
      flex-basis: calc(50% - var(--space-normal)); 
    }

    .about{
      flex-wrap:wrap;
    }
    .about .section_photo_wrapper{
      flex-basis:100%;
    }


    #menu{
        display: block;
        padding: 0;
        width: 100%;
    }

    .slide_cover, .sliderbx_data_li_sizer{
        width: 100% !important;
        border-right: 255px solid transparent;
    }

    .slide_text_wrapper, .sliderbx_data_li_container{
        width: 60%;
    }



    #header_menu{
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        top: 90px;
        z-index: 1000;
        background-color: #fff;
        height: auto;
        border: 1px solid var(--color-txt-blue);
        max-height: calc(100vh - 115px);
        overflow: auto;
    }

    #header_contact{
        display: none;
    }

    #header_search, #logo{
        width: calc(100% - 70px);

    }

    #logo img {
      width: 140px;
      /* width: 240px; */
      top: 0;
    }

    #header_search{
            margin: 10px 0;
    width: 100%;
    padding-left: 0;
    height: 20%;
    }

    .search_form_submit{
        right: 0%;
    }

    #hamburger_wrapper{
        display: block;
            bottom: auto;
    top: 10px;

    }

    #menu li{
        width: 100%;
        display: block;
        text-align: center;
        line-height: 50px;
    }

    #menu li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all var(--transition-normal);
        transition: all var(--transition-normal);
    }

    #menu li a.active:after, #menu li a:hover:after {
        visibility: hidden;
    }

    #menu li a:hover, #menu li a.active{
        background-color: var(--color-txt-blue);
        color: #fff;
    }

    .slide_cover{
        width: 100%;
        height: 400px;
        border: none;
        background-color: rgba(0,162,177,0.5);
    }

    .slide_text_wrapper{
        width: 100%;
        padding: 40px;
    }

    .slide_text .more{
        margin-top: 20px;
    }


    .logos_wrapper.inheader{
      float: unset;
      text-align: right;
      display: flex;
      justify-content: flex-end;
    }



    .products_wrapper{
      flex-wrap:wrap;
    }
    .products_wrapper .filter_wrapper{
      order:66;
      max-width: unset;
    }
    .products_content_wrapper{
      width: 100%;
    }
    .products_list_wrapper table,
    .products_list_wrapper tbody,
    .products_list_wrapper thead,
    .products_list_wrapper tr{
      display:flex;
      flex-direction:column;
    }
    .products_list_wrapper tbody,
    .products_list_wrapper thead{
      gap: var(--space-double);
    }
    .products_list_wrapper th,
    .products_list_wrapper td{
      padding: 0;
      border-bottom: 0px solid transparent;
    }
    .products_list_wrapper table thead th{
      background-color: transparent;
      color: inherit;
    }
    .products_list_wrapper tr{
      border-top: 1px solid var(--color-txt-blue);
      padding-top: var(--space-half);
      gap: var(--space-half);
    }
    
    #page_text .products_list_wrapper table img{
      max-width: 80%;
    }
    
    
    .product_tab_content{
      padding-left: 0;
      padding-right: 0;
    }
    
    .help_wrapper{
        flex-basis: 100%;
        margin-bottom: var(--space-double);
    }
    .help_wrapper .help_photo,
    .helps_wrapper.column .help_photo{
      max-width: 5em;
      width: 30%;
      height: auto;
      flex-shrink: 1;
    }
    
    .helps_wrapper.column .help_photo{
      max-width: 10em;
      width: 50%;
    }
    
    .helps_wrapper.column .help_wrapper,
    .helps_wrapper.column .help_content_wrapper div{
      text-align: center;
      align-items: center;
    }
    .helps_wrapper.column .help_content_wrapper{
      align-items: center;
    }
    
    
    .helps_wrapper.column .help_content_wrapper div{
      width: auto;
    }
    
    
    .box_logo img.small{
        width: auto;
        height: auto;
    }

    .box_logo img.medium{
        width: auto;
        height: auto;
    }



    .box_header h2{
        padding-right: 10px;
    }

    .section_photo_wrapper, .section_text_wrapper{
        width: 100%;
        padding: 0;
    }

    .section_photo{
        padding: 0;
        padding-right: 0 !important;
        padding-bottom: var(--space-double);
    }

    .section_text{
        padding: 0;
    }

    .photo_wrapper img {
        width: 200px;
    }

    .about{
        height: auto;
        margin: var(--space-double) auto;
    }


    #hp_slider{
        margin-bottom: var(--space-double);
    }

    h2.hp_header_2:before, h2.hp_header_2:after{
        width: 35%;
    }

    .show_all:before, .show_all:after, .articles_small_more:before, .articles_small_more:after{
        width: 32%;
    }




    .articles_small_thumb, .articles_small_title, .articles_small_date, .articles_small_text, .articles_list_thumb, .articles_list_title, .articles_list_date, .articles_list_text{
        width: 100%;
    }

    .articles_list_thumb{
        padding: 0;
    }

    .articles_small_item{
        margin-bottom: var(--space-double);
    }

    .articles_name, .articles_art_title h2{
        margin-top: 0;
    }
    
    .articles_list_item{
      margin-bottom: var(--space-triple);
    }


    
    .logos_wrapper{
      text-align: center;
    }

    .videos_container{
      width: 100%;
    }


    .references_logo{
        width: 100%;
    }

    .footer_logos_wrapper, .references_logos_wrapper{
      padding-top: var(--space-double);
      padding-bottom: var(--space-double);
        height: auto;
        margin-top: var(--space-double);
        overflow: visible;
    }

    .footer_col{
        flex-basis: calc(50% - var(--space-normal));
        margin-bottom: var(--space-double);
    }

    .footer_col_wrapper{
        padding-bottom: var(--space-double);
    }

    #cform_1 .cform_form_id_1, #cform_1 .cform_item_type_submit{
        width: 50%;
        padding: 0;
    }

    #cform_1 .cform_item_type_submit{
        padding-left: 10px;
    }

    #cform_1 .cform_form_id_1{
        padding-right: 10px;
    }

    #cform_1 .cform_form_id_1{
        margin-bottom: 0;
    }


    .category{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .category:nth-of-type(3n){
        margin-right: 0;
    }

    .category:nth-of-type(2n){
        margin-right: 0;
    }
               

    .products_list_wrapper{
        margin: 0;
    }

    .product_tabs{
        margin-top: 0;
    }

    .info_ks{
        margin-top: 0;
    }

    .add_btn{
        margin-bottom: 20px;
    }

    .order_controls_wrapper{
        margin-top: 0;
    }

    .articles_small_container{
        margin-bottom: 60px;
    }

    #header_contact{
    display: block;
    width: 100%;
        margin-top: 15px;
    }

    
    #contact_order, #contact_form{
      width: 45%;
    }
    #usec_menu{
      width: 10%;
    }
    

    #header_contact{
    height: 20%;
    }

    #contact_form{
    float: left;
    }

    #contact_tel{
    display: none;
    }

    #page_content{
    clear: both;
    }


}

@media screen and (max-width: 700px){
    .product_tab{
        width: 50%;
        float: left;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    #page_7 #page_text table td:first-of-type{
        width: 30% !important;
    }

    #page_text iframe{
        width: 100% !important;
        max-width: 100% !important;
    }

    .product_wrapper .helps_wrapper_product .product_basic.has_contacts{
      width: 100%;
      max-width: 100%;
    }

    .help_photo{
        /* width: 5em !important; */
      width: 30%;
    }


    .map-desktop {
      display: none;
    }

    .map-mobile {
      display: block;
    }


    .add_btn_wrapper{
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 600px){
    .gallery_container.gallery-logos{
        gap: 30px;
    }
    .gallery-logos .gallery_item{
        flex-direction: column;
        gap: 0;
    }
    .gallery-logos .gallery_img,
    .gallery-logos .gallery_info{
        width: 100%;
    }
    .gallery-logos .gallery_img{
        max-width: 50%;
        margin: 0 auto;
    }


    .gallery-icons .gallery_img{
        max-width: 30%;
    }


    .slide_text .more, .sliderbx_data_li_link_a{
        /*edit 13/02/2023*/
        margin-top: 0px;
    }

    .slide_text_wrapper, .sliderbx_data_li_container{
        width: 90%;
    }

    
    #header_search, #logo{
        width: calc(100% - 70px);

    }

    #logo{
        margin-top: 15px;
    }

    #header_search{
        padding: 0;
        margin-top: 15px;
        width: 100%;
    }

    #logo img{
        width: 130px;
        /* width: 240px; */
    }

    header{
        margin-top: 10px;
    }

    #hamburger_wrapper{
        bottom: auto;
        top: 20px;
    }

    .box_logo img.small{
        width: 65px;
        height: auto;
    }

    .box_logo img.medium{
        width: 130px;
        height: auto;
    }

  

    h2.hp_header_2:before, h2.hp_header_2:after{
        width: 30%;
    }

    .show_all:before, .show_all:after, .articles_small_more:before, .articles_small_more:after{
        width: 25%;
    }

    #cform_1 .cform_form_id_1, #cform_1 .cform_item_type_submit{
        width: 100%;
        padding: 0;
    }

    #cform_1 .cform_form_id_1{
        margin-bottom: 5px;
    }

    .footer_comerto{
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer_social{
        height: auto;
    }

    .facebook, .youtube, .linked-in{
        margin-top: 20px;
    }

    .footer_social{
        margin-left: 0;
    }

    .item{
        width: 100%;
    }

    .slide_cover, .sliderbx_data_li_sizer{
        border-right: none;
        width: 100% !important;
        border-top: 400px solid rgba(0,162,177,0.5);
    }

}

@media screen and (max-width: 400px){

    h2.hp_header_2:before, h2.hp_header_2:after{
        width: 23%;
    }

    .show_all:before, .show_all:after, .articles_small_more:before, .articles_small_more:after{
        width: 18%;
    }


    .category_img{
        width: 100%;
        text-align: center;
    }

    .category_img img{
        display: inline-block;
        padding: 0;
    }

    .category_name{
        width: 100%;
    }
}






@media screen and (min-width: 700px){
    /*edit 14/02/2023*/
    .product_basic_box .help_content_wrapper{
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1000px){
    .product_basic_box .help_content_wrapper{
        /*edit 14/02/2023*/
        font-size: 1em;
    }
}


@media screen and (max-width: 700px){
  .gallery_container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery_container .item_gallery{
    min-width: 50%;
  }
}





/* form default */

.form{
  border-radius: 2px;
  padding: 5px 10px;
  border-color: var(--color-txt-blue);
  border-style: solid;
  border-width: 1px;
  
  width: 100%;
}
.form_checkbox{
  width:auto;
}


.form_submit{
  min-width: 40%;
  width: max-content;
  
  padding: 10px 20px;
  color: #fff;
  background-color: var(--color-txt-blue);
  border: 0;
  
  
  text-decoration: none;
  -webkit-transition: all var(--transition-normal);
  transition: all var(--transition-normal);
  cursor: pointer;
  
}
.form_submit:hover {
  background-color: #05b6c6;
}



/* User section */

.product_logged_into_top{
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px dashed var(--color-txt-blue); 
  
  font-size: var(--font-size-small);
  
  position: relative;
}


.product_logged_into_top th, .product_logged_into_top td{
  padding: 0.05em 0.25em;
}
.product_logged_into_top th{
  font-weight: 400;
  text-align: left;
  color: var(--color-txt-darker);
}
.product_logged_into_top td{
}


.product_logged_into_top::after{
  position: absolute;
  display:block;
  content: 'Obchodní informace'; 
  right: 0px;
  top: 0px;
  opacity: 0.65; 
  
  padding: 0.15em 0.25em;
  pointer-events:none;
  user-select: none;
  
  color: #FFFFFF;
  background-color: var(--color-txt-blue);
}

.product_logged_into_top.shortinfo{
  padding-top: 1em;
}
.product_logged_into_top.shortinfo::after{
  font-size: 0.5rem; 
}


.usec_menu{
  display:inline-flex;
  height: 100%;
  width: 33%;
  float:right;
  border: 1px solid var(--color-bcg-blue);
  
  border-left-width: 0px;
}

.usec_menu a{
  display:flex;
  gap: 0.25em;
  justify-content: center;
  align-items:center;
  
  text-decoration: none;
  padding: 0 0.5em;
  width: 100%;
  
  color: rgb(169, 16, 57);;
  
  transition: background-color var(--transition-normal);
}

.usec_menu a:hover {
  color: #FFFFFF;
  background-color: #05b6c6;
}
.usec_menu a:hover svg{
  fill:#FFFFFF;
}

.usec_menu svg{
  width:auto;
  height: 1em;
  fill: rgb(169, 16, 57);
  display:inline-block;
}

.card.login{
  max-width: 600px;
  margin: 2rem auto;
  
  padding: 1rem;
  text-align: center;
  
  background-color: var(--color-bcg-greylight);
}


.card_header{
  margin-top: 0px;
  text-align: center;
  width: 100%;
}









.blocks_inside{
  width: 100%;
  display:flex;
  flex-wrap: no-wrap;
  gap: var(--space-double);
  align-items: center;
  
}
.blocks_inside .gallery_container {
  max-width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}
.blocks_inside .gallery_container .item_gallery{
  border: 1px solid (--color-txt-darker);
  width: 100%;
  padding: 0;
}


@media screen and (max-width: 700px){
  .blocks_inside{
    flex-direction: column;
  }  
  .blocks_inside .gallery_container{
    max-width: 100%;
    order: 22;
  }
}



/* GRID CATEGORIES */
.categories_grid .cgh1 {
  grid-area: cgh1;
}

.categories_grid .cgh2 {
  grid-area: cgh2;
}

.categories_grid .cgh3 {
  grid-area: cgh3;
}

.categories_grid .cgh4 {
  grid-area: cgh4;
}

.categories_grid .cgh5 {
  grid-area: cgh5;
}

.categories_grid .cgh6 {
  grid-area: cgh6;
}

.categories_grid .cgh7 {
  grid-area: cgh7;
}

.categories_grid .cgh8 {
  grid-area: cgh8;
}

.categories_grid .cgh9 {
  grid-area: cgh9;
}

.categories_grid .cgh10 {
  grid-area: cgh10;
}

.categories_grid .cgh11 {
  grid-area: cgh11;
}

.categories_grid .cgh12 {
  grid-area: cgh12;
}

.categories_grid .cgt1 {
  grid-area: cgt1;
}

.categories_grid .cgt2 {
  grid-area: cgt2;
}

.categories_grid .cgt3 {
  grid-area: cgt3;
}

.categories_grid .cgt4 {
  grid-area: cgt4;
}

.categories_grid .cgt5 {
  grid-area: cgt5;
}

.categories_grid .cgt6 {
  grid-area: cgt6;
}

.categories_grid .cgt7 {
  grid-area: cgt7;
}

.categories_grid .cgt8 {
  grid-area: cgt8;
}

.categories_grid .cgt9 {
  grid-area: cgt9;
}

.categories_grid .cgt10 {
  grid-area: cgt10;
}

.categories_grid .cgt11 {
  grid-area: cgt11;
}

.categories_grid .cgt12 {
  grid-area: cgt12;
}

.categories_grid .sub_category_name .category_ico {
  margin-right: 0;
}

.categories_grid .sub_category_name figure.img_ico {
  margin-right: var(--space-half);
  width: 80px;
  flex: 0 0 80px;
  aspect-ratio: 1 / 1;
}

.categories_grid .sub_category_name figure.img_ico .fimg_wrp,
.categories_grid .sub_category_name figure.img_ico .fimg_pic {
  width: 100%;
  height: 100%;
}

.categories_grid .sub_category_name figure.img_ico .fimg_pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories_grid .sub_category_name figure.img_ico .fimg_pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media(max-width: 767px) {
  .categories_grid {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .categories_grid .sub_categories {
    padding: 0;
  }

  .categories_grid .category_text {
    padding: var(--space-normal) 0;
  }

  .categories_grid .sub_category_name figure.img_ico {
    width: 60px;
    flex: 0 0 60px;
  }
}

@media(min-width: 768px) {
  .categories_grid {
    display: grid;
    width: 100%;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "cgh1 cgh2"
    "cgt1 cgt2"
    "cgh3 cgh4"
    "cgt3 cgt4"
    "cgh5 cgh6"
    "cgt5 cgt6"
    "cgh7 cgh8"
    "cgt7 cgt8"
    "cgh9 cgh10"
    "cgt9 cgt10"
    "cgh11 cgh12"
    "cgt11 cgt12";
  }
}

@media(min-width: 1200px) {
  .categories_grid {
    display: grid;
    width: 100%;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
    "cgh1 cgh2 cgh3"
    "cgt1 cgt2 cgt3"
    "cgh4 cgh5 cgh6"
    "cgt4 cgt5 cgt6"
    "cgh7 cgh8 cgh9"
    "cgt7 cgt8 cgt9"
    "cgh10 cgh11 cgh12"
    "cgt10 cgt11 cgt12";
  }
}