html, body{
  height: 100%;
  margin: 0px; 
  font-family: 'PTRootUIWeb','Arial',sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
}

body{	
}

input,textarea{
  font-family: 'PTRootUIWeb','Arial',sans-serif;  
}

a{
  color: #000000;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h1{
  padding: 15px 0px;
  margin: 0 0 20px 0; 
  color: #000000;
  text-align: left;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
}

h1:first-letter{
  text-transform: uppercase;  
}

h2{
  color: #000000;
  display: block;
  font-size: 28px;  
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px 0px 10px 0px;
  text-align: left;
  font-weight: bold;
}

h2:first-letter{
  text-transform: uppercase;  
}

h3,h4,h5,h6{
  color: #000000;
  text-align: left;
  padding: 0px 0 0 0px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  color: #000000;
  text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
  text-decoration: underline;
}

.mobileBlock{
  display: none;  
}

div.okno{
	height: auto;
	min-height: 100%;
	_height: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
}

div.top_padding{
  height: 101px;  
}

div.top{
  padding: 0px 0;
  position: fixed;  
  z-index: 1000;
  height: 100px;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  line-height: 100px;
  border-bottom: solid 2px #000000;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: #ECBD1A;
}

div.top img.logo{
  width: 120px;
  height: 60px; 
  margin: 20px 0 0px 0; 
}

a.top_banner, div.top_banner{
  display: block;
  text-align: center;
  padding: 17px 27px;
  background: #000000;
  line-height: 16px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;  
}

div.top_banner a{
  color: #ECBD1A;  
  text-decoration: underline;
}

div.banner_garancia{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;  
  line-height: 40px;
  font-size: 24px;
}

div.center_content{
	width: 1200px;
	margin: 0 auto;
}

div.lang_box{
  width: 50px;
  height: 100px;
  margin-left: 40px;  
  position: relative;
  float: right;
}

div.lang{  
  position: absolute;
  z-index: 3;
  color: #ffffff;
  
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  
  width: 50px;
  margin: 32px 0;
  border-radius: 15.5px;
  border: solid 1px #000000;
  background-color: #000000;
  overflow: hidden;
}

div.lang_select{
  overflow: hidden;
  height: 34px;
}

div.lang div.lang_select_over a{
}

div.lang div.lang_select_over a:hover{
  color: #ECBD1A;
}

div.lang a{
  display: block;
  color: #ffffff;
  padding-right: 10px;
  margin: 0 3px;
  text-transform: uppercase;
  text-decoration: none;
}

div.lang a.selected{
  background: url('../img/dropdown_select.png') right center no-repeat #000000;
  color: #ffffff;
  border-bottom: solid 1px #ECBD1A;
}

div.lang_box_mobil{
  display: none;  
  text-align: center;
  margin-top: 20px;
}

div.lang_mobil{
  display: inline-block;
  margin: 0 auto; 
  line-height: 44px;
  overflow: hidden;
}

div.lang_mobil_select{
  display: flex;  
}

div.lang_mobil_select a{
  flex: 1;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 16px;
  background: #cccccc;
  color: #888888;
  border: solid 1px #e5e5e5;
  border-left: 0px none;
  text-transform: uppercase;
}

div.lang_mobil_select a.selected{
  background: #ffffff;
  color: #000000;
}

div.lang_mobil_select a:first-of-type{
  border-radius: 23px 0 0 23px;
  -moz-border-radius: 23px 0 0 23px;
  -webkit-border-radius: 23px 0 0 23px;
  border-left: solid 1px #e5e5e5;;
  padding-left: 10px;
}

div.lang_mobil_select a:last-of-type{
  border-radius: 0 23px 23px 0;
  -moz-border-radius: 0 23px 23px 0;
  -webkit-border-radius: 0 23px 23px 0;
  padding-right: 10px;
}

a.user_top{
  float: right;
  display: block;
  position: relative;
  margin: 24px 20px 24px 0;
  background: url('../img/user.svg') center center no-repeat #000000;
  background-size: 20px 20px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s;
}

a.user_top_a{
  background-image: url('../img/user_a.svg');
}


a.user_top:hover{ 
  filter: invert(1);
}

div.kosik_ikona:hover{ 
  filter: invert(1);
}

div.top_menu{
  float: none;
  margin: 0 220px 0 120px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}

div.top_menu_icon{
  display: none;
  border: 0px none;
  background: url('../img/menu_mobil.png') center top no-repeat #000000;
  background-size: 26px 108px;
  margin: 0;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;

  width: 54px;
  right: 18px;
  top: 24px;
  position: absolute;
  z-index: 20; 
}

div.top_menu_box{
  white-space: nowrap; 
  text-align: right;
}

div.top_menu_box div.menu_polozka{
  display: inline-block;  
  font-size: 16px;
  margin-right: 40px;
  position: relative;
}

div.top_menu_box div.menu_polozka a{
  transition: all 0.3s;
  color: #000000;
}

div.top_menu_box div.menu_polozka a:hover{
  color: #ffffff;
  text-decoration: none;
}

div.top_helpline{
  float: left; 
  width: 300px;
  margin-left: 50px;
  line-height: 20px;
  padding: 15px 0 50px 0;
  text-align: left;
}

div.top_helpline_title{
  color: #738299;
  font-size: 12px;
  padding-top: 5px;
  margin-left: 66px;
}

div.top_helpline_kontakt{
  color: #1e2024; 
  font-size: 16px; 
  padding-bottom: 5px;
  margin-left: 66px;
}

div.top_helpline_icon{
  float: left;
  width: 50px;
  height: 50px;  
  margin-top: 15px;
  background: url('../img/helpline.svg') center center no-repeat #e5e5e5;
  background-size: 21px 22px;
}

div.top_helpline_kontakt a{
  color: #1e2024;  
  font-weight: bold;
}

div.top_spokojnost{
  padding-top: 6px;
  float: right;
  width: 300px;  
}

div.header{
  background: url('../img/header.png') center center no-repeat;
  background-size: contain;
  height: 100px;  
  margin: 0 200px;
}

div.kosik_top{
  float: right;  
  width: 54px;
  height: 100px;
  position: relative;
}


div.kosik_ikona{
  margin: 24px 0 24px 0;
  background: url('../img/kosik.svg') 14px center no-repeat #000000;
  background-size: 21px 20px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  
  cursor: hand; cursor: pointer;
  transition: all 0.3s;
}

div.kosik_ikona_a{
}

div.kosik_pocet{
  display: none;
  position: absolute;
  z-index: 20;
  top: 22px;
  right: -2px;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  background: #dd2200;
  color: #ffffff;
  
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

div.kosik_pocet_a{
  display: block !important;  
}

div.kosik_suma_box{
  padding: 27px 10px;
  border-top: solid 1px #e5e5e5;  
  text-align: left;
}

div.kosik_suma{
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: right;
}

div.kosik_top_info{
  display: none;
  position: absolute;
  top: 102px;
  right: -90px;
  z-index: 25;
  width: 250px;
  
  padding: 17px 16px 24px 16px;
  box-shadow: 0 5px 15px 0 rgba(229, 229, 229, 0.5), inset 0 5px 0 0 rgba(204, 204, 204, 0.1);
  border: solid 1px #e5e5e5;
  border-top: 0px none;
  background-color: #fff;
  
  line-height: 20px;
  font-size: 14px;
  
  overflow: hidden;
}

div.kosik_top_title{
  background: #FC586A;  
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 60px 5px 20px;
  line-height: 50px;
  font-size: 16px;
}

div.kosik_top_nahlad{
  padding: 0px 0;  
}

div.kosik_top_info div.nahlad_polozka{
  color: #000000;  
  text-align: left;
  font-size: 10px;
  padding: 15px 10px;
  line-height: 20px;
  border-top: solid 1px #e5e5e5;
  
  font-size: 16px;
  font-weight: normal;
}

div.nahlad_polozka_suma{
  float: right;  
  font-size: 12px;
  font-weight: bold;
  color: #1e2024;
}

div.nahlad_polozka_pocet{
  float: left;  
  font-size: 12px;
  color: #738299;
}

div.kosik_top_info a.tlacitko_pokracovat{
  color: #ffffff;  
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  padding: 16px 24px 16px 30px;
  border-radius: 5px;
  background: #000000;
  transition: all 0.3s;
}

div.kosik_top_info a.tlacitko_pokracovat:hover{
  text-decoration: none;
  background: #ECBD1A;
  color: #000000;
}

div.content_text{
  margin-bottom: 40px;
  text-align: left;
  color: #000000; 
}

div.content{
  padding: 10px 0 50px 0;  
}

div.error_404{
  text-align: center;  
}

div.footer_fotky{
  height: 250px; 
}

div.footer_fotka{
  width: 200px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.footer{
  padding: 20px;
  min-height: 250px;
  _height: 250px;
  padding: 50px 20px 20px 20px;
  color: #000000;
  background: #ECBD1A;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

div.logo_footer{
  float: left;
  padding-top: 20px;
  width: 230px;  
  text-align: center;
}

div.logo_footer img.logo{
  width: 100%;
  max-width: 100px;
}

div.social_box{
  padding: 30px 0;  
  display: flex;
  align-items: center;
  justify-content: center;
}
 
div.social_box a{
  display: block;
  width: 50px;
  height: 50px; 
  margin: 0 10px 0 0;
  float: left; 
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s;
}
 
div.social_box a:hover{
  filter: invert(1);
}
  
div.menu_footer{
  margin-left: 300px;
  margin-bottom: 50px;
  text-align: left; 
  font-size: 16px; 
  color: #1e2024;
  line-height: 1.3;
}

div.menu_footer_stlpec{
  float: left; 
}

div.menu_footer_stlpec_padding{
  padding-left: 50px; 
}

div.menu_footer a{
  color: #1e2024;
  display: block;
  text-decoration: none;
}

div.menu_footer a:hover{
  color: #ffffff;  
  text-decoration: underline;
}

div.menu_footer div.menu_footer_text a{
  display: inline;  
}

div.menu_footer a.mf_kat_polozka{
  font-size: 24px;
  margin-bottom: 20px;  
  text-decoration: none;
}

div.menu_footer a.mf_kat_polozka:hover{
  color: #000000;
}

div.menu_footer img{
  max-width: 100%;  
}

div.copyright{
  padding-top: 20px;
  text-align: center;  
  
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: rgba(0,0,0,0.3);
  
}

div.cookies_info{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 500;
  background: #eeeeee;  
}

div.cookies_info_text{
  color: #444444;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 50px;  
}

div.cookie_info_text_box{
  margin-right: 200px;  
}

a.cookie_info_suhlas{
  float: right;  
  padding: 8px 8px 8px 40px;
  line-height: 20px;
  border: solid 1px #888888;
  color: #888888;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  
  background: url('../img/cookie_suhlas.png') 8px center no-repeat;
  
  cursor: hand;
  cursor: pointer;
}

a.cookie_info_suhlas:hover{
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.objednavka_polozky div{
  line-height: 32px;  
}

.objednavka_polozky a{
  display: block;
  line-height: 32px;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.objednavka_polozky a:hover{
}


div.kategorie_top{
  text-align: left;
  line-height: 50px;
  font-size: 18px;
}

div.kategorie_top a{
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 30px;
  font-weight: bold;
}

div.kategorie_top a.polozka_a{
  color: #3870fa;
  text-decoration: none;
}

div.kategorie_top span.kategorie_top_spacer{
  margin-left: 30px;
  color: #aaaaaa;
}

h2.center_title{
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div.center_title_info{
  text-align: center;
  color: #676c74;
  line-height: 36px;
  font-size: 20px;
  margin: 0 200px;
  padding: 30px 0 60px 0;
}

div.center_title_info b{
  color: #000000;
  font-weight: normal;
}

div.content_kontakt{
  padding-right: 460px;
  position: relative;  
  margin-bottom: 100px;
}

div.content_kontakt_text{
  text-align: left;  
  padding: 0;
  min-height: 500px;  
  _height: 500px;
  font-size: 16px;
  line-height: 30px;
  color: #676c74;
  background: url('../img/bg_content_kontakt.png') right bottom no-repeat;
}

div.content_kontakt_text_inner{
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  padding: 100px 0;
}

div.content_kontakt_text h2{
  margin-bottom: 30px;
}

div.content_kontakt_text b{
  color: #000000;
}

div.content_kontakt_text a{
  color: #ee5976;
  text-decoration: underline;
}

div.content_kontakt_form{
  position: absolute;
  right: 0px;
  top: 100px;
  width: 460px;
  min-height: 700px;  
  _height: 700px;
  background: #3870fa;
  color: #ffffff;
}

div.content_kontakt_form h2{
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 24px;
}

div.content_kontakt_form_padding{
  padding: 55px 60px;
}

div.content_kontakt_form div.popisok{
  text-align: left;  
  color: #ffffff;
  font-size: 13px;
  padding: 14px 0;
}

div.content_kontakt_form div.input_box{
  border-color: #ffffff;
  padding: 10px 10px;
  margin-bottom: 0px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

div.content_kontakt_form div.input_box input{
  height: 16px;
  padding: 5px 0;
}

div.content_kontakt_form input.submit{
  margin-top: 10px;
  width: 100%;
  text-align: left;
  background: url('../moduly/Content/img/submit_btn.svg') no-repeat transparent;
  background-position: right 0px top 14px;
  background-size: 24px 24px;
  padding: 12px 0;
  border: 0px none;
  border-bottom: solid 1px #ffffff;
  font-size: 20px;
  color: #ffffff;
  cursor: hand; cursor: pointer;
  transition: padding 1s, color 1s, background-color 1s, background-position 1s;
}

div.content_kontakt_form input.submit:hover{
  background-color: rgba(255,255,255,0.1);
  background-position: right 10px top 14px;
  padding-left: 10px;
}

div.content_kontakt_form div.suhlas_checkbox_box{
  padding: 15px 0;
  text-align: left;
  color: #ffffff;
}

div.content_kontakt_form div.suhlas_checkbox_box a{
  color: #ffffff;
  text-decoration: underline;
}

div.content_kontakt_form div.suhlas_checkbox_box div.suhlas_checkbox{
  float: left;
  width: 16px;
  height: 16px;
  margin: 3px 10px 0 0;
  border: solid 1px #ffffff;
}

div.content_kontakt_form div.suhlas_checkbox_box div.suhlas_checkbox_active{
  background: url('../moduly/Content/img/checked.svg') center center no-repeat #ffffff;  
  background-size: 20px 20px;
}

div.intro_recenzie{
  padding: 50px 0;  
  min-height: 100px;
  _height: 100px;
}


div.intro_recenzie h3{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

div.intro_recenzia{
  padding: 10px 0;
  text-align: left;  
  font-size: 15px;
  position: relative;
}

div.intro_recenzia_foto_box{
  position: absolute;
  top: 20px;
  left: 0px;
  width: 56px;  
  height: 56px;  
  border: solid 1px #3870fa;
}

div.intro_recenzia_foto{
  background: #eeeeee;  
  background-position: center center;
  background: url('../img/ikonky/avatar.svg') center center no-repeat;
  background-size: cover;
  margin: 3px;
  height: 50px;
}

div.intro_recenzia_meno{
  font-weight: normal;
  font-size: 16px;
  padding-left: 90px;
  color: #1e2024;
}

div.intro_recenzia_pozicia{
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
  color: #738299;
  padding-left: 90px;
}

div.intro_recenzia_text{
  text-align: left;
  font-size: 24px;
  line-height: 34px;
  padding: 0 50px 0 90px;
  margin-bottom: 20px;
  color: #000000;
}



ul.slick-dots{
  display: flex !important;
   border-radius: 2.5px;
}

ul.slick-dots li{
  float: left;
  flex: 1;
  background: #E6E6E6;
  margin: 0; 
  padding: 0;
  height: 5px;
}

ul.slick-dots li button{
  display: block;
  width: 100%;
  height: 5px;
  padding: 0px;
}

ul.slick-dots li button:before{
  content: "";
}

ul.slick-dots  li.slick-active button{
  background: #ee5976; 
  border-radius: 2.5px; 
}

img{
  max-width: 100%;  
}
  
div.top_menu_hidden{
  display: none;  
}

.tlacitko_clicked{
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;  
  background-image: url('../img/preloader_w.gif');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
  
@media screen and (min-width: 900px){
  .pcHidden{
    display: none !important;  
  }
  
  div.top_menu_box{
    display: block !important;
  }
}
  
@media screen and (max-width: 1240px){
  div.center_content{
    margin: 0 20px;
    width: auto;
  }
  
  img{
    max-width: 100%;  
  }
  
  div.top_helpline{
    display: none;  
  }
}


@media screen and (max-width: 900px){
  .tabletHidden{
    display: none;  
  }
  
  div.lang{
    display: none;  
  }  
  
  div.lang_box{
    margin-left: 20px;  
  }

  div.lang_box_mobil{
    display: block;  
  }
  
  div.top_menu{
    width: 0;
  }
  
  div.top_menu_hidden{
    display: block;  
  }
  
  div.top_menu_icon{
    display: block;
  }
  
  div.top_menu_box{
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    display: none;
    padding: 20px 0;
    text-align: left;
    line-height: 50px;
    box-shadow: inset 0 5px 20px 0 rgba(103, 108, 116, 0.19);
  }
  
  div.top_menu_box div.menu_polozka{
    display: block;
    margin: 0 0 20px 0;
  }
  
  div.top_menu_box div.menu_polozka a{
    display: block;
    padding: 0 20px;
    font-size: 26px;
  }
  
  div.top_menu_box div.menu_polozka a:hover{
    color: #ECBD1A;
  }
  
  div.logo_footer{
    float: none;
    width: auto;  
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  
  div.menu_footer{
    margin-left: 0;  
  }
  
  div.logo_footer img.logo{
    max-width: 200px;
    margin: 0 auto;  
  }
  
  div.menu_footer_stlpec{
    border-top: solid 1px #e6e6e6;
    float: none;
    width: auto !important;
  }
  
  div.menu_footer_stlpec_padding{
    padding: 25px 0 25px 0;  
  }
  
  div.center_title_info{
    text-align: center;
    margin: 0 auto;
    
    line-height: 28px;
    font-size: 18px;
    padding-bottom: 30px;
  }
    
  div.faq_label{
    font-size: 15px;
    padding: 15px 20px;
    line-height: 25px;
  }
    
  
  div.faq_label div.faq_label_more{
    margin-left: 20px;
  }

  div.faq_text{
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  
  div.content_kontakt_form{
    position: static;
    width: auto;
  }  
  
  div.content_kontakt{
    padding-right: 0px;
  }
  
  div.top_spokojnost{
    display: none;  
  }
}
  
@media screen and (max-width: 600px){
  div.content {
    padding: 20px 0;
}

  div.top{
    height: 80px;
  }
  
  div.top img.logo {
    width: 97px;
    height: 46px;
    margin: 22px 0 12px 0;
  }
  
  div.top_padding{
    height: 80px;  
  }
  
  div.top_menu_icon{
    top: 14px;  
  }
  
  div.top_menu_box{
    top: 80px;  
  }
  
  div.kosik_top_info{
    top: 81px;
  }
  
  a.code_top{
    margin: 14px 20px 14px 0;
  }
  
  a.user_top{
    margin: 14px 20px 14px 0;
  }
  
  div.lang_box {
    height: 80px;
  }
  
  div.lang_box::after{
    height: 80px;
  }
  
  div.kosik_top{
    height: 80px;  
  }
  
  div.kosik_ikona {
    margin: 14px 0 14px 0;
  }
  
  div.kosik_pocet{
    top: 14px;  
  }
  
  .mobileBlock{
    display: block;  
  }
  
  .mobileHidden{
    display: none; 
  }
  
  div.menu_footer a{
    display: block; 
  }
  
  div.cookies_info{
    width: calc(100% - 20px);
    top: 150px;
    left: 10px;
    right: 10px;
    bottom: auto;
    padding: 30px 0;
    box-shadow: 0 0 100px #000000;
  }
  
  div.cookies_info_text{
    padding: 20px;
  }  
  
  a.cookie_info_suhlas{
    display: block;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  
  div.cookie_info_text_box{
    margin: 0;   
  }
  
  div.kategorie_top{
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px;  
  }
  
  div.kategorie_top a{
    margin-left: 15px;  
  }

  div.kategorie_top span.kategorie_top_spacer{
    margin-left: 15px;
  }
  
  div.content_kontakt_text{
    background-size: 287px 400px;  
  }
  
  div.content_kontakt_form_padding{
    padding: 30px;  
  }
  
  div.content_kontakt_text_inner{
    padding-top: 30px;  
  }
  
  div.content_kontakt{
    margin-bottom: 0;  
  }
  
  div.intro_recenzia_foto_box {
    left: 10px;
    top: 10px;
  }
  
  div.intro_recenzia_text{
    padding-right: 10px;
  }
  

  div.banner_garancia{
    font-size: 18px;
    line-height: 24px;
  }
}
 
@media screen and (max-width: 500px){    
  div.lang_box{
    margin-left: 10px;  
  }
  
  a.code_top{
    margin-right: 20px;  
  }
  
  a.user_top{
    margin-right: 20px;  
  }
}
  
@media screen and (max-width: 400px){  
 
  div.center_content{
    margin: 0 10px;
  }
  
  div.top_menu{
    margin: 0px;
  }
  
  div.top_menu_icon{
    right: 6px;  
  }
  
  a.user_top{
    display: none;  
  }
}