/* Normalizer part */
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
blockquote,
main,
details,
menu,
picture,
video {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
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,
ul,
input,
textarea,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
}
div,
ul,
input,
textarea {
  position: relative;
}
div,
input,
textarea,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
/* Nove */
.fimg,
.fimg_wrp,
.fimg_pic {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}
.fimg {
  flex-direction: column;
}
.fimg_wrp,
.fimg_pic {
  width: 100%;
  height: 100%;
}
.fimg_pic {
  justify-content: center;
  align-items: center;
}
.fimg_pic,
.fimg_img {
  text-align: center;
  vertical-align: middle;
}
.fimg_img {
  max-height: 100%;
  max-width: 100%;
  font-size: 0.85em;
  line-height: 1;
  overflow: hidden;
}
.fimg_pic.lzl {
  background-color: #F8F8F8;
  color: #000000;
  opacity: 0.5;
}
.fimg_cap {
  text-align: center;
  font-size: 0.85em;
  line-height: 1.1;
}
.lzl .fimg_img:not([src]),
img.lzl:not([src]) {
  opacity: 0;
  /*


  max-width: 100%;
  max-height: 100%;
  */

}
img.lzl:not([src]) {
  width: auto;
  height: auto;
}
/* ******************* DEFAULT ****************************************** */
/* !!!!!!!!!!!! ADD MORE STUFF TO PRESETS by VARS !!!!!!!!!! */
:root {
  --font-size-normal: 18px;
  --font-size-h2: 2.5rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --color-bcg-white: #FFFFFF;
  --color-bcg-silverdark: #737477;
  --color-bcg-silverlight: #f2f2f2;
  --color-bcg-orange: #ed8106;
  --color-bcg-green: #0e9607;
}
body,
html {
  font-family: 'Roboto', sans-serif;
  font-size: var(--font-size-normal);
  font-weight: 300;
  line-height: 1.4;
  background-color: var(--color-bcg-white);
  font-optical-sizing: auto;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
  overflow: auto;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  margin-top: 1.25em;
  margin-bottom: 0.15em;
}
h1 {
  font-size: 3.5rem;
  /* 50px */

  font-weight: 500;
  text-transform: uppercase;
}
h2 {
  font-size: var(--font-size-h2);
  font-weight: 700;
}
h3 {
  font-size: var(--font-size-h3);
}
h4 {
  font-size: var(--font-size-h4);
  font-style: italic;
}
h2 + h3 {
  margin-top: 0px;
}
h3 + h4 {
  margin-top: 0px;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* Stare */
#small_menu {
  display: none;
}
@media screen and (max-width: 1250px) {
  
}
img,
iframe,
table {
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: #ed8106;
}
a:hover {
  text-decoration: none;
}
.articles_list_thumb,
.articles_small_thumb,
.articles_art_thumb {
  float: left;
  margin-right: 1.5%;
}
.articles_list_thumb img,
.articles_small_thumb img,
.articles_art_thumb img {
  border-radius: 2px;
}
.gallery_container {
  clear: both;
  overflow: auto;
  background-color: #737477;
  border-radius: 2px;
  text-align: center;
}
.gallery_container .gallery_item {
  display: inline-block;
  margin: 1.5%;
  width: 30%;
}
.gallery_container .gallery_item img {
  border: 1px solid white;
  border-radius: 2px;
  height: auto;
  display: block;
}
a img {
  border: none;
}
#header {
  color: #737477;
  font-weight: 300;
  float: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: 'Exo', sans-serif;
}
.header_block {
  float: right;
  /*width: @blok*1.5;*/

  width: 20.625%;
  line-height: 200%;
  margin-top: 0.5%;
  text-align: left;
}
ul#menu_lang {
  clear: both;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
}
ul#menu_lang li {
  display: inline;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
ul#menu_lang li a {
  color: transparent;
  display: inline-block;
  width: 27px;
  height: 18px;
  margin: 0% 2%;
  vertical-align: middle;
  opacity: 0.6;
  border-radius: 2px;
}
ul#menu_lang li a.active,
ul#menu_lang li a:hover {
  opacity: 1;
}
ul#menu_lang li a.lang_1 {
  background: url('https://www.robur.cz/gfx/ico_lang_cz.jpg');
}
ul#menu_lang li a.lang_7 {
  background: url('https://www.robur.cz/gfx/ico_lang_sk.jpg');
}
#header_block_phone,
#header_block_contacter {
  clear: both;
  margin-top: 15px;
}
.header_block img,
#header_block_phone img,
#header_block_contacter img {
  vertical-align: middle;
}
/*#header_block_phone a, #header_block_contacter a{
color: #737477;
text-decoration: none;
}*/
#logo_claim {
  width: 25%;
  margin: 1.6% auto;
  text-align: center;
}
a#logo {
  display: block;
}
ul#menu {
  text-align: center;
  background: #ed8106;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul#menu li {
  display: inline;
}
ul#menu li a {
  display: block;
  /* width: @blok; */

  /* TOHLE BYLO ZAKOMENTOVANO PROTOZE JE BLBE ROZPADNE MENICKO JINAK */

  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  padding: 1% 0;
  font-weight: 400;
}
ul#menu li a.sub_0_a {
  /* DOCASNA NOUZOVA UPRAVA */

  min-width: 10%;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 500;
}
ul#menu li .sub_1 {
  position: absolute;
  z-index: 950;
  width: 100%;
  background: #f2f2f2;
  display: none;
  text-align: center;
  padding: 1% 0;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
}
ul#menu li:hover .sub_1 {
  display: flex;
  border-bottom: 1px solid #000000;
}
ul#menu li li {
  display: inline-flex;
  width: 21.875%;
  margin: 1.5625%;
}
ul#menu li .sub_1 li a {
  width: auto;
  padding: 9% 5%;
  background: #ffffff;
  color: #000000;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}
ul#menu li .sub_1 li a:hover {
  background: #ed8106;
  color: #ffffff;
}
ul#menu li a:hover {
  background: #737477;
}
ul#menu li a.first {
  border-left: 1px solid #ffffff;
}
#main_slider {
  clear: both;
  border-bottom: 12px solid #ffffff;
}
#main_slider .bx-controls {
  position: absolute;
  bottom: 2%;
  z-index: 999;
  width: 100%;
  text-align: center;
}
#main_slider #main_slider_controls {
  top: 40%;
  position: absolute;
  z-index: 949;
  width: 100%;
}
#main_slider #main_slider_controls span a {
  position: absolute;
  width: 74px;
  height: 84px;
  display: block;
  opacity: 0.5;
}
#main_slider #main_slider_controls span a:hover {
  opacity: 1;
}
#main_slider #main_slider_controls span#slider-prev a {
  left: 2.5%;
  background: url('https://www.robur.cz/gfx/ico_slider_prev.png');
}
#main_slider #main_slider_controls span#slider-next a {
  right: 2.5%;
  background: url('https://www.robur.cz/gfx/ico_slider_next.png');
}
#main_slider .bx-controls .bx-pager-item {
  display: inline-block;
}
#main_slider .bx-controls .bx-pager-item a {
  width: 17px;
  height: 17px;
  background: #737477;
  font-size: 0;
  color: transparent;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0 10%;
  margin: 0 8px;
}
#main_slider .bx-controls .bx-pager-item a.active,
#main_slider .bx-controls .bx-pager-item a:hover {
  background: #ed8106;
}
#homepage_offer_block {
  background: #f2f2f2;
  float: left;
  width: 100%;
  text-align: center;
  padding: 3% 0;
}
#page_id_1 #homepage_offer_block,
#page_id_3 #homepage_offer_block {
  padding: 6% 0;
}
#homepage_offer_block p {
  color: #ed8106;
  font-size: 53px;
  margin-bottom: 1.5%;
}
#page_id_1 #homepage_offer_block p,
#page_id_3 #homepage_offer_block p {
  margin-bottom: 3%;
}
#homepage_offer_block_blocks,
#product_submenu {
  --loc-col-number: 3;
  --loc-col-gap: 20px;
 
  display: flex;
  flex-wrap: wrap;
  gap: var(--loc-col-gap);

  margin: 0px auto;
  max-width: 1200px;
}

@media(max-width: 1024px) {
  #homepage_offer_block_blocks,
  #product_submenu {
    --loc-col-number: 2;
  }
}

@media(max-width: 550px) {
  #homepage_offer_block_blocks,
  #product_submenu {
    --loc-col-number: 1;
  }
}

#product_submenu {
  overflow: auto;
}
#homepage_offer_block a,
#product_submenu li {
  flex: 0 0 calc((100% / var(--loc-col-number)) - (((var(--loc-col-number) - 1) * var(--loc-col-gap)) / var(--loc-col-number)));

  display: block;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
  padding: 5px;

  box-sizing: border-box;
  display: table;
  overflow: hidden;
  border-radius: 2px;
  font-weight: 400;
}
#homepage_offer_block a .link_insider {
  display: table-cell;
  vertical-align: middle;
  overflow: visible;
}
#homepage_offer_block a .link_insider .cat_subcat_category_item_photo {
  margin-bottom: .75rem;
}
#homepage_offer_block a .link_insider .cat_subcat_category_item_photo .fimg_wrp {
  width: 100%;
  aspect-ratio: 1.5;
}
#homepage_offer_block a .link_insider .cat_subcat_category_item_photo .fimg_pic {
  width: 100%;
  height: 100%;
}
#homepage_offer_block a .link_insider .cat_subcat_category_item_photo .fimg_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homepage_offer_block a:hover {
  background: #ed8106;
  color: #ffffff;
}
#homepage_offer_block a span {
  display: block;
}
#homepage_offer_block a img {
  height: 35px;
}
#homepage_selector {
  width: 100%;
  background: #ed8106;
  color: #ffffff;
  float: left;
  text-align: center;
  font-size: 32px;
}
.cat_text_top + #homepage_selector {
  margin-top: 40px;
}
#homepage_selector .insider {
  display: block;
  margin: 1.5625% auto;
  width: auto;
  text-align: center;
  max-width: 1200px;
}
#homepage_selector form {
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
#homepage_selector .cform_item {
  width: 20%;
  width: 34%;
  /*float: left; */

  display: inline-block;
  margin: 0px 0px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
#homepage_selector .cform_item.first {
  text-align: right;
  /*padding: 0.5% 0; */

  padding: 5px 15px;
  width: 30%;
}
#homepage_selector .cform_item input,
#homepage_selector .cform_item select {
  width: 100%;
  padding: 15px 15px;
  /*font-size: 22px;*/

  font-size: 14px;
  color: #737477;
  /*text-align: center;*/

  font-style: normal;
}
#homepage_selector .cform_item select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */

  -webkit-appearance: none;
  /* Safari and Chrome */

  border: none;
  background: #ffffff url('/gfx/ico_select_arrow_2.png') no-repeat 95% center;
  cursor: pointer;
  border-radius: 2px;
}
#homepage_selector .cform_item select.selected {
  background: #ffffff url('/gfx/ico_select_arrow_changed.png') no-repeat 95% center;
}
#homepage_selector .cform_item select:hover {
  background-position: 95% 70%;
}
#homepage_selector .cform_item.item_submit {
  text-align: left;
  width: 6.25%;
}
#homepage_selector .cform_item.item_submit input {
  background: #0e9607;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-size: 39px;
  font-weight: 900;
  padding: 5% 0;
  font-style: normal;
}
#homepage_selector .cform_item.item_submit input:hover {
  background: #737477;
}
#homepage_about {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 6%;
}
.homepage-text {
  float: left;
  width: 100%;
  padding: 6%;
}
#homepage_about_content {
  width: 75%;
  margin: 0 12.5%;
}
#homepage_about_content_text {
  width: 46.5625%;
  margin: 0.78125% 1.5625%;
  text-align: justify;
}
#homepage_about img {
  float: right;
  width: 46.5625%;
  margin: 0.78125% 1.7857142857142858%;
}
#homepage_about h1 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
.cat_items {
  clear: both;
  display: block;
  overflow: auto;
  position: relative;
}
.references_items_wrapper {
  /* margin-bottom: 80px; */

  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem auto;
  justify-content: center;
}
.references_items {
  clear: both;
  background: #f2f2f2;
  text-align: center;
  color: #ffffff;
  padding: 6% 0;
  float: left;
  width: 100%;
}
.references_items h3 {
  color: #ed8106;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5%;
}
.references_items_wrapper a {
  color: #000000;
  text-decoration: none;
}
.references_items .ref_client_type {
  text-transform: none;
}
.references_items_wrapper a h4 {
  font-size: 1rem;
  font-style: normal;
  margin: 10px 0;
  text-align: center;
}
.references_items_wrapper .item {
  flex: 0 0 20%;
  max-width: 20%;
  display: block;
  color: #737477;
  text-transform: uppercase;
  text-decoration: none;
  margin: 1rem;
  text-align: justify;
  position: relative;
}
.references_items_wrapper .item:nth-child(4n-7) {
  clear: both;
}
.references_items_wrapper .item:hover img {
  opacity: 0.2;
}
.references_items_wrapper .cat_item_photo img {
  display: block;
  border-radius: 2px;
  width: 100%;
  object-fit: cover;
}
.references_items_wrapper .cat_item_photo {
  background: #ed8106;
}
.references_items_wrapper .show_more_ref {
  position: absolute;
  top: 40%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
  left: 10%;
  text-align: center;
  text-transform: none;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.references_items_wrapper .item:hover .show_more_ref {
  display: block;
}
/*
.references_items_wrapper .item:nth-child(4n+1){
margin-left: 4.5%;
}
*/
#homepage_aktuality {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 6% 0;
}
#homepage_aktuality .articles_small_container {
  width: 50%;
  margin: 0 auto;
  /*text-align: center; */

  color: #737477;
}
#homepage_aktuality h3 {
  margin-bottom: 3%;
  color: #000000;
  text-align: center;
}
#homepage_aktuality .articles_small_item {
  width: 100%;
  float: left;
  margin: 3% 0;
}
#homepage_aktuality .articles_small_date {
  margin: 0.5% 0;
}
#homepage_aktuality .articles_small_text {
  margin: 0.5% 0;
}
#homepage_aktuality .articles_small_title a {
  color: #ed8106;
  text-decoration: none;
  text-transform: uppercase;
}
#homepage_aktuality .articles_small_link a {
  color: #000000;
}
#homepage_aktuality .articles_small_more a {
  background: #0e9607;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  clear: both;
}
#homepage_aktuality .articles_small_more a:hover {
  background: #ed8106;
}
.articles_small_more {
  clear: both;
  text-align: center;
}
#footer {
  clear: both;
  background: var(--color-bcg-silverlight);
  width: 100%;
  float: left;
  color: #000000;
  margin-top: 3rem;
}
#footer a {
  color: #000000;
}
#footer p {
  margin: 0;
  padding: 1% 0px;
}
#footer li,
#footer ul {
  margin: 0;
  padding: 0px 0px;
}
ul#footer_menu li {
  display: block;
}
.footer_block,
ul#footer_menu li a {
  display: block;
  width: calc(10.5%);
  text-align: center;
  float: left;
  padding: 1% 0;
  font-weight: 100;
}
#subpage_content {
  clear: both;
  background-position: center bottom;
  background-attachment: fixed;
}
#breadcrumbs {
  text-align: center;
  margin: 1% 0 0 0;
  float: left;
  width: 100%;
  padding: 0 10%;
  z-index: 9;
}
#subpage_content h1 {
  width: 80%;
  text-align: center;
  margin: 2% 10%;
  float: left;
}
#subpage_content_text,
.items_items_wrapper,
.content,
.content_width {
  width: 62.5%;
  margin: 0 auto 0 auto;
}
#subpage_content_text,
.items_items_wrapper,
.content {
  clear: both;
  margin: 0 auto 30px auto;
  text-align: justify;
}
/* pro vice viditelny vypis produktu */
.id_page_15 .cat_text_top .content {
  margin: 0 auto;
}
.main_photo_page {
  text-align: center;
}
.main_photo_page_ref {
  margin-bottom: 2.5%;
  clear: both;
}
.articles_list_item,
.items_items_wrapper .item {
  width: 100%;
  float: left;
  border: 1px solid #737477;
  padding: 4% 10%;
  margin: 3% 0;
  background: #ffffff;
  border-radius: 2px;
}
.items_items_wrapper.accessories {
  margin: 0px;
  overflow: auto;
}
.items_items_wrapper .item.accessories {
  /* Added test */

  width: 48%;
  padding: 2% 2%;
  margin: 1% 1%;
  float: left;
  box-sizing: border-box;
  /*height:400px;*/

}
.items_items_wrapper .item.accessories:nth-child(odd) {
  clear: both;
}
.items_items_wrapper .item.accessories .cat_item_photo {
  width: 100%;
  text-align: center;
  cursor: default;
}
.items_items_wrapper .item.accessories .cat_item_photo img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
/*
.items_items_wrapper .item.accessories a.item_image{
vertical-align: top;
max-width:50%;
display: block;
margin-bottom:10px;
} */
.items_items_wrapper .item {
  display: table;
  float: none;
}
.items_items_wrapper .item .item_image {
  width: 37.5%;
  display: table-cell;
  vertical-align: middle;
}
.items_items_wrapper .item .item_image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.items_item_right {
  padding-left: 30px;
}
/* Added test */
.items_items_wrapper .item.accessories .item_image {
  max-width: 300px !important;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.item_energy_cons,
a.item_more_link {
  color: green;
  font-weight: 500;
  width: 40%;
  float: left;
  margin: 2% 0;
}
.items_items_wrapper a.item_more_link {
  box-sizing: border-box;
  background: #0e9607;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  float: right;
  border-radius: 2px;
}
.btn {
  box-sizing: border-box;
  background: #0e9607;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.id_page_15 .btn {
  margin: 32px auto;
}
.items_items_wrapper a.item_more_link:hover,
.btn:hover {
  background: #ed8106;
  text-decoration: none;
}
.items_items_wrapper .item .cat_item_photo {
  width: 100;
  float: left;
  margin-right: 12.5%;
}
.articles_list_item:first-child {
  margin-top: 0;
}
.articles_list_title h2 a,
.items_items_wrapper a h2,
.items_items_wrapper a {
  font-size: 32px;
  text-decoration: none;
}
.articles_list_title h2 a:hover,
.items_items_wrapper a:hover {
  text-decoration: underline;
}
.articles_list_link a {
  background: #0e9607;
  float: right;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 10px;
}
.articles_list_link a:hover {
  background: orange;
}
.articles_art_date {
  text-align: center;
  margin-bottom: 2%;
}
.grid.filtry {
  width: 100%;
  float: left;
  background: #737477;
  padding: 3% 12.5%;
  color: white;
  font-size: 22px;
}
.grid.filtry h3 {
  text-align: center;
}
#filtry_open,
#filtry_close {
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin: 2% 0;
  clear: both;
  float: left;
  width: 100%;
}
.grid.filtry .unit {
  float: left;
  width: 100%;
  /*font-size: 14px;*/

  padding: 1% 0;
  border-top: 1px solid darkorange;
}
.grid.filtry .unit:first-of-type {
  border-top: 0px solid darkorange;
}
.grid.filtry .submenu_parent_name_div {
  float: left;
  margin-right: 15px;
  font-weight: 500;
  line-height: 36px;
  display: none;
}
.info {
  width: 100%;
  float: left;
  text-align: center;
}
/* .grid.filtry .submenu_parent_name_div:after{
  content: ':';
} */
.grid.filtry .number_results {
  font-style: italic;
}
.filtry .main_submenu {
  width: 100%;
  text-align: center;
}
.grid.filtry .unit ul {
  margin: 0px auto;
  width: auto;
}
.grid.filtry .unit ul li {
  list-style-type: none;
  display: inline;
  margin-right: 10px;
}
.grid.filtry .unit ul li a {
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border-radius: 2px;
  margin: 5px 0;
}
.grid.filtry .unit ul li a.active,
.grid.filtry .unit ul li a:hover {
  color: #ed8106;
  background: #ffffff;
  text-decoration: none;
}
.grid.filtry .unit ul li.cancel a {
  background: rgba(255, 255, 255, 0.1);
}
.detail_item {
  clear: both;
  float: left;
  width: 100%;
}
.detail_item_inner {
  width: 75%;
  margin: 3% auto;
  overflow: auto;
}
.item-header-photo {
  float: left;
  width: 46.875%;
  text-align: center;
  width: 40%;
}
.detail_item_inner #item-header #foto_slider li a {
  display: block;
  padding: 15%;
  padding: 10%;
}
.detail_item_inner #item-header #foto_slider li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.robur_references_item .detail_item_inner #item-header #foto_slider li a {
  padding: 0;
  height: 100%;
  width: 100%;
}
.robur_references_item .detail_item_inner #item-header #foto_slider li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-header-photo .bx-viewport {
  border: 1px solid #000000;
  border-radius: 2px;
}
.item-header-right {
  float: right;
  width: 46.875%;
  width: 56%;
}
#subpage_content .detail_item h1 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.25em;
  width: auto;
}
.detail_pagemenu {
  background-color: var(--color-bcg-silverlight);
  padding: 2rem 0;
}
.detail_pagemenu .detail_item_inner {
  margin: 0 auto;
}
.pagemenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
}
.section {
  clear: both;
}
.item-header-text-short {
  clear: both;
  text-align: justify;
}
.item-header-photo .bx-controls {
  width: 100%;
  margin-bottom: 5%;
}
.item-header-photo .bx-controls .bx-pager-item {
  display: inline-block;
}
.item-header-photo .bx-controls .bx-pager-item a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
  display: block;
  font-size: 0;
  text-indent: -999px;
  color: transparent;
  margin: 0 4px;
}
.item-header-photo .bx-controls .bx-pager-item a.active {
  background: #ed8106;
}
#item-vyhody {
  width: 100%;
  clear: both;
  margin-bottom: 4%;
  margin-left: 0px;
  padding-left: 0px;
}
#item-vyhody li {
  list-style-type: none;
  background: #ed8106;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid white;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#item-vyhody li:nth-child(even) {
  background: #f6a74d;
}
#item-vyhody li p:first-of-type {
  margin-top: 0px;
}
#item-vyhody li p:last-of-type {
  margin-bottom: 0px;
}
.item-header-right .poptavka-button {
  clear: both;
}
.item-header-right .poptavka-button a {
  display: block;
  width: 37.5%;
  margin: 3% auto;
  background: #0e9607;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 2px;
}
.presenter_main_img {
  width: auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.item-header-right .poptavka-button a:hover {
  background: #ed8106;
}
.detail_item .section {
  padding: 3% 0;
  background: #e5e5e5;
  text-align: justify;
}
.detail_item .section-text {
  padding-top: 3%;
  clear: both;
  overflow: auto;
}
.detail_item .section:first-child {
  margin-top: 3%;
}
.detail_item .section:nth-child(even) {
  background: #f2f2f2;
}
.detail_item .section_inside {
  width: 75%;
  margin: 0 auto;
}
.detail_item .section h2 {
  color: #ed8106;
  /* font-size: 32px; */

  font-size: var(--font-size-h3);
  margin-top: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  /* line-height: 120%; */

  min-height: 35px;
  text-decoration: underline;
  text-decoration: none;
  color: #000;
  cursor: auto;
}
.detail_item .section h2:hover,
.detail_item .section.open h2 {
  text-decoration: none;
}
.detail_item .section h2::before {
  display: block;
  float: left;
  margin-right: 10px;
}
.detail_item #item-technical.section_inside table {
  width: 100%;
  background: red;
  border: 2px solid #aaaaaa;
  background: #c5c5c5;
  border-spacing: inherit;
  margin: 5% 0;
}
.detail_item #item-technical.section_inside table tr td:last-child {
  background: #adadad;
}
.detail_item #item-technical.section_inside table tr td {
  padding: 2% 4%;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.detail_item #item-technical.section_inside table tr:last-child td {
  border-bottom: 0;
}
.detail_item #item-technical.section_inside table tr td:last-child {
  border-right: 0;
}
.detail_item .section_inside h2#item-longtext-h2::before {
  content: url('/gfx/detail/ico_tek.png');
}
.detail_item .section_inside h2#item-technical-h2::before {
  content: url('/gfx/detail/ico_dok.png');
}
.detail_item .section_inside h2#item-accessories-h2::before {
  content: url('/gfx/detail/ico_pri.png');
}
.detail_item .section_inside h2#item-documents-h2::before {
  content: url('/gfx/detail/ico_ref.png');
}
.detail_item .section_inside h2#item-videos-h2::before {
  content: url('/gfx/detail/ico_dok.png');
}
.detail_item .section_inside h2#item-question-h2::before {
  content: url('/gfx/detail/ico_dot.png');
}
.detail_item .section_inside h2#item-services-h2::before {
  content: url('/gfx/detail/ico_dot.png');
}
.detail_item .section_inside h2#item-references-h2::before {
  content: url('/gfx/detail/ico_ref.png');
}
.detail_item .section_inside h2#item-products-h2::before {
  content: url('/gfx/detail/ico_ref.png');
}
.detail_item .section_inside h2#item-additional-h2::before {
  content: url('/gfx/detail/ico_tek.png');
}
.detail_item .section_inside h2#item-text_1-h2::before {
  content: url('/gfx/detail/ico_dok.png');
}
.detail_item .section_inside h2#item-text_2-h2::before {
  content: url('/gfx/detail/ico_dok.png');
}
.detail_item .section_inside h2#item-text_3-h2::before {
  content: url('/gfx/detail/ico_dok.png');
}
.downdir_list_item {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-image: url('https://www.robur.cz/gfx/ico_default.png');
  background-position: 3px 5px;
}
.icon_pdf {
  background-image: url('https://www.robur.cz/gfx/ico_pdf.png');
}
.icon_jpg,
.icon_png,
.icon_gif {
  background-image: url('https://www.robur.cz/gfx/ico_img.png');
}
.icon_doc,
.icon_docx {
  background-image: url('https://www.robur.cz/gfx/ico_doc.png');
}
.icon_xls,
.icon_xlsx {
  background-image: url('https://www.robur.cz/gfx/ico_xls.png');
}
.icon_rar,
.icon_zip {
  background-image: url('https://www.robur.cz/gfx/ico_rar.png');
}
.detail_item .section_inside .cform_container {
  width: 50%;
}
.detail_item .section_inside .cform_container .cform_item {
  float: left;
  width: 100%;
  margin: 1.5% 0;
}
.detail_item .section_inside .cform_container input,
.detail_item .section_inside .cform_container textarea {
  width: 100%;
  height: 35px;
  padding-left: 5%;
}
.detail_item .section_inside .cform_container textarea {
  height: 100px;
  padding-top: 2%;
}
.detail_item .section_inside .cform_container input.form_submit {
  background: #0e9607;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
.detail_item .section_inside .cform_container input.form_submit:hover {
  background: #ed8106;
}
.detail_item .section_inside .items_items_wrapper {
  width: 100%;
}
.detail_item {
  margin-bottom: 45px;
}
.downdir_list {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.downdir_list li {
  padding: 5px 0px;
  margin-left: 0px;
}
.downdir_list span.icon {
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin-right: 5px;
}
.filename_name {
  font-weight: bold;
}
#order_wrapper {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.81);
  color: #ffffff;
  z-index: 999;
  max-width: 100%;
  display: none;
}
#order_wrapper_outline {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#order_slide {
  position: relative;
}
#main_slider {
  padding: 0px;
  margin: 0px;
  height: 75vh;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #main_slider {
    height: unset;
    width: 100%;
    aspect-ratio: 1.25;
  }
  #main_slider .sliderbx_container {
    height: 100%;
  }
  #main_slider #main_slider_controls span a {
    width: 27px;
    height: 30px;
    background-size: contain !important;
  }
}
.sliderbx_data,
.sliderbx_data li,
.sliderbx_container,
.bx-wrapper,
.bx-viewport {
  height: inherit;
}
.sliderbx_data_li_container {
  position: absolute;
  top: 5%;
  left: 5%;
  max-width: 80%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 150%;
  border-radius: 2px;
  padding: 1% 1.5%;
}
.vpravo .sliderbx_data_li_container {
  right: 5%;
  left: auto;
}
.dole .sliderbx_data_li_container {
  top: auto;
  bottom: 10%;
}
.sliderbx_data_li_container_id_2,
.sliderbx_data_li_container_id_3 {
  background-color: red;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 0px;
  background-color: inherit;
  max-width: 100%;
}
#slider_pozor {
  color: #ffffff;
  font-size: 150%;
  height: 100%;
  overflow: auto;
  width: 100%;
}
#slider_pozor .container {
  /*background-color: #ed8106;*/

  /*border: 2px solid #ffffff;*/

  border-radius: 2px;
  box-sizing: content-box;
  color: #ffffff;
  margin: 5% 0 0 10%;
  overflow: visible;
  padding: 0px;
  width: 25%;
}
#slider_pozor .i {
  color: #FFFFFF;
  float: left;
  font-size: 250px;
  font-weight: bold;
  line-height: 200px;
  margin-right: 50px;
  margin-top: 0;
}
#slider_pozor .text {
  min-height: 200px;
  overflow: visible;
  vertical-align: middle;
}
#slider_pozor .text em {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.items-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.show-products {
  background-color: #ddd;
  color: #000;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 16px;
  transition: ease-in-out 0.3s;
}
.show-products:hover {
  background-color: #bbb;
}
.sliderbx_container ul,
.sliderbx_container ul li {
  margin: 0;
  padding: 0;
  height: inherit;
}
#main_slider .sliderbx_container ul li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/data/sliders/slider_cz_1.jpg');
  height: inherit;
  /*height:800px !important;*/

  width: 100%;
}
#main_slider .sliderbx_container ul li.dolu {
  background-position: center bottom;
}
/* CZ */
/*
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_2{
  background-image: url('/data/sliders/slider_cz_pozor.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_9{
  background-image: url('/data/sliders/slider_cz_1.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_1{
  background-image: url('/data/sliders/slider_cz_2.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_8{
  background-image: url('/data/sliders/slider_cz_3.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_10{
  background-image: url('/data/sliders/slider_cz_4.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_12{
  background-image: url('/data/sliders/slider_cz_5.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_13{
  background-image: url('/data/sliders/slider_cz_6.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_1_li_id_14{
  background-image: url('/data/sliders/slider_cz_7.jpg');
}
*/
/* SK */
/*
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_3{
  background-image: url('/data/sliders/slider_sk_pozor.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_4{
  background-image: url('/data/sliders/slider_sk_1.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_5{
  background-image: url('/data/sliders/slider_sk_2.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_6{
  background-image: url('/data/sliders/slider_sk_3.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_7{
  background-image: url('/data/sliders/slider_sk_4.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_15{
  background-image: url('/data/sliders/slider_sk_5.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_16{
  background-image: url('/data/sliders/slider_sk_6.jpg');
}
#main_slider .sliderbx_container ul li.sliderbx_data_2_li_id_17{
  background-image: url('/data/sliders/slider_sk_7.jpg');
}
*/
#order_wrapper_container {
  display: table;
  width: 25%;
  height: 100%;
  margin: 0 auto;
  z-index: 1111;
}
#order_wrapper #order_wrapper_inner {
  display: table-cell;
  vertical-align: middle;
}
#order_wrapper #order_wrapper_inner_top {
  background: #ffffff;
  padding: 5% 10%;
}
#order_wrapper #order_wrapper_inner_top img {
  max-width: 60%;
  margin: 0px auto;
  display: block;
}
.cform_container {
  clear: both;
  background: #ed8106;
  color: #FFFFFF;
}
.cform_container form {
  padding: 1rem 1rem;
  max-width: 450px;
  margin: 0 auto;
}
.cform_name {
  text-align: center;
  padding: 1rem 0px 0px 0px;
}
#order_wrapper .cform_container form {
  padding: 1rem 1rem;
  overflow-y: auto;
}
/*
#order_wrapper .cform_name{
display: none;
}
*/
#subpage_content_text .cform_container form {
  padding: 40px 20px;
  max-width: 800px;
  width: 100%;
}
.cform_item {
  margin: 1rem 0;
  font-weight: 500;
  text-align: center;
}
.form,
.form_submit,
.form_select {
  border-radius: 2px;
  box-sizing: border-box;
}
.form,
.form_text,
.form_textarea,
.form_select {
  width: 100%;
  line-height: inherit;
  padding: 0.5em 1em;
  background: white;
  background-color: rgba(255, 255, 255, 0.89);
  color: #000000;
  border: 0;
  font-size: inherit;
  font-family: inherit;
}
.form_submit {
  background: #0e9607;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-align: center;
  border: 0;
  height: auto;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.05em;
  font-size: inherit;
  line-height: inherit;
  padding: 0.5em 1em;
  font-weight: 600;
  display: inline-block;
}
.form_submit:hover {
  background: #ffffff;
  color: #ed8106;
}
.form_textarea {
  height: 70px;
}
.form_textarea.extra_height_textarea {
  height: 100px;
}
#item-question-text .cform_container {
  background-color: transparent !important;
  color: #000000;
}
#item-question-text .cform_container form {
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 0px;
}
#order_wrapper_close {
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  background: #737477;
}
#order_wrapper_close:hover {
  background: #ffffff;
  color: #ed8106;
}
@media (max-width: 767px) {
  #subpage_content_text > .table_scroll > table > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  #subpage_content_text table {
    width: unset !important;
  }
  .id_page_551 #subpage_content_text table {
    width: 100% !important;
  }
  #subpage_content_text table td {
    width: unset !important;
    padding: 5px;
  }
}
#dwn_login {
  background-color: #737477;
  border-radius: 2px;
  overflow: auto;
  padding: 20px;
  color: #FFFFFF;
  max-width: 550px;
  margin: 20px auto;
}
#dwn_login .cell {
  width: 50%;
  float: left;
  padding-top: 20px;
}
#dwn_login .cell:first-child {
  padding-right: 20px;
}
.faq-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.faq-cont .news_item {
  border: 1px solid #ddd;
}
.faq-cont .news_title {
  padding: 15px;
  background-color: #ddd;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
}
.faq-cont .news_title::before {
  width: 28px;
  height: 28px;
  right: 15px;
  top: 15px;
  background-color: #ed8106;
  position: absolute;
  content: " ";
}
.faq-cont .news_title h3 {
  font-size: 20px;
  font-weight: 600;
}
.faq-cont .news_title h3::before {
  width: 18px;
  top: 27px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 19px;
  content: " ";
}
.faq-cont .news_title h3::after {
  width: 18px;
  top: 27px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 19px;
  content: " ";
  transition: ease-in-out 0.3s;
  transform: rotate(90deg);
  opacity: 1;
}
.faq-cont .news_title.opened h3::after {
  transform: rotate(0);
  opacity: 0;
}
.faq-cont .news_text_answer {
  padding: 15px;
}
.faq-cont .news_text_answer > *:first-child {
  margin-top: 0;
}
.faq-cont .news_text_answer > *:last-child {
  margin-bottom: 0;
}
.faq-cont .news_text {
  display: none;
}

/* css.less can't calculate */

.gallery_container.usertext-gallery .gallery_item{
  width: calc(33.333% - 10px) !important;
}



@media(max-width: 1400px) {
  .gallery_container.usertext-gallery .gallery_item{
    width: calc(50% - 8px) !important;
  }
}


@media(max-width: 600px) {
  .gallery_container.usertext-gallery .gallery_item{
    width: 100% !important;
  }
}

li#menu_559_li > a:after{
  content: "";
  display: block;
  position: absolute;
  margin-left: 95px;
  margin-top: -40px;
  height: 86px;
  width: 101px;
  background-image: url('/gfx/robur-menu-label-2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  z-index: 998;
}
li#menu_559_li > a{
  padding-right: 72px !important;
}
ul#menu li a.sub_0_a{
  box-sizing: border-box;
}
ul#menu > li{

}

@media only screen and (max-width: 1380px){
  li#menu_559_li > a:after{
    margin-left: 70px;
  }
}

@media only screen and (max-width: 1000px){
  li#menu_559_li > a:after{
    background-size: 50% auto;
    margin-left: 0px;
    margin-top: -46px;
    right: 20px;
  }
  li#menu_559_li > a{
    padding-right: 10px !important;
  }
}

ul#menu{
  clear: both;
}
ul#menu li{
  display: inline-block;
  box-sizing: border-box;
}
ul#menu li .sub_1{
  left: 0px;
}
ul#menu li a.sub_0_a{
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1000px){
  ul#menu li{
    display: inline;
    box-sizing: border-box;
  }
  ul#menu li a.sub_0_a{
  }
}

@media only screen and (max-width: 1400px) {
  .header_block {
    font-size: 14px;
  }
  .header_block img,
  #header_block_phone img,
  #header_block_contacter img {
    width: 16px;
  }
  #order_wrapper_container {
    width: 50%;
  }
  h1,
  #homepage_offer_block p,
  #homepage_about h1 {
    font-size: 40px;
  }
  h2,
  .articles_list_title h2 a,
  .items_items_wrapper a h2,
  .items_items_wrapper a,
  .detail_item .section_inside h2 {
    font-size: 32px;
  }
  h3,
  .references_items h3 {
    font-size: 24px;
  }
  #homepage_selector {
    font-size: 22px;
  }
  #homepage_selector .cform_item.item_submit input {
    font-size: 26px;
    font-weight: 400;
    padding: 14% 0;
  }
  #homepage_selector .cform_item.first {
    padding: 1% 0;
  }
}
@media only screen and (max-width: 1380px) {
  ul#menu li a.sub_0_a {
    font-size: 14px;
  }
  /*li#menu_559_li > a:after {
          margin-left: 112px !important;
      }*/
  .references_items_wrapper .item,
  .references_items_wrapper .item:nth-child(4n+1) {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 10px 1.5%;
  }
}
@media only screen and (max-width: 1200px) {
  ul#menu li a.sub_0_a {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /*li#menu_559_li > a:after {
          margin-left: 15px !important;
          margin-top: -5px !important;
      }*/
  ul#menu li a#menu_559_a {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 1000px) {
  #fixed_footer {
    display: none;
  }
  h1,
  #homepage_offer_block p,
  #homepage_about h1 {
    font-size: 32px;
  }
  #order_wrapper_container {
    width: 80%;
  }
  .cform_container form {
    max-width: 100%;
  }
  h2,
  .articles_list_title h2 a,
  .items_items_wrapper a h2,
  .items_items_wrapper a,
  .detail_item .section_inside h2 {
    font-size: 24px;
  }
  h3,
  .references_items h3 {
    font-size: 18px;
  }
  .header_block {
    width: 100%;
    text-align: center;
  }
  .gallery_container .gallery_item {
    width: 97%;
  }
  .item_energy_cons,
  a.item_more_link,
  .item-header-photo,
  .item-header-right,
  .grid.filtry .submenu_parent_name_div {
    width: 100%;
  }
  #main_slider #arrow_down {
    display: none;
  }
  .item-header-right {
    margin-top: 5%;
  }
  #subpage_content_text {
    width: 90%;
  }
  #logo_claim {
    width: 75%;
    clear: both;
    margin: 5% auto;
    float: left;
  }
  #small_menu {
    display: block;
    width: 18.75%;
    height: 60px;
    float: left;
    text-align: right;
    cursor: pointer;
    margin: 5%;
    margin-left: 0;
  }
  #small_menu img {
    min-height: 60px !important;
  }
  #menu {
    display: none;
  }
  .detail_item .section_inside .cform_container {
    width: 100%;
  }
  .item-header-right .poptavka-button a {
    width: 75%;
    margin: 10% auto;
  }
  #subpage_content_text,
  .items_items_wrapper {
    width: 87.5%;
  }
  .mobile #logo_claim img {
    width: 80%;
  }
  ul#menu {
    clear: both;
  }
  ul#menu li a {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 2% 0;
  }
  ul#menu li .sub_1,
  ul#menu li:hover .sub_1 {
    display: none;
  }
  ul#menu li a.first {
    border-left: 0;
  }
  #homepage_offer_block_blocks {
    margin: 0;
  }
  .references_items_wrapper .item,
  .references_items_wrapper .item:nth-child(4n+1) {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 10px 2.5%;
  }
  .references_items_wrapper .item:nth-child(4n-7) {
    clear: none;
  }
  .references_items_wrapper .item:nth-child(odd) {
    clear: both;
  }
  #homepage_selector .cform_item {
    width: 75%;
    margin: 5% auto;
    float: none;
  }
  #homepage_selector .cform_item.first {
    text-align: center;
  }
  #homepage_selector .cform_item.item_submit {
    width: 25%;
  }
  #homepage_selector .cform_item.item_submit input {
    font-size: 25px;
  }
  .footer_block,
  ul#footer_menu li a {
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid #ffffff;
  }
  #homepage_about_content_text,
  #homepage_about img {
    width: 100%;
    clear: both;
  }
  #homepage_aktuality .articles_small_container {
    width: 75%;
  }
  #homepage_aktuality .articles_small_item {
    margin: 6% 0;
  }
  .articles_list_link a {
    width: 90%;
    text-align: center;
    clear: both;
    margin: 6% 0;
  }
}
@media only screen and (max-width: 600px) {
  .references_items_wrapper .item,
  .references_items_wrapper .item:nth-child(4n+1) {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 10px 5%;
    width: 90%;
  }
  .items_items_wrapper .item {
    overflow: auto;
    height: auto !important;
    width: 96%;
    text-align: left;
  }
  .items_items_wrapper .item,
  .items_items_wrapper a h2 {
    display: block;
    text-align: center;
  }
  .items_items_wrapper .item a.item_image {
    display: block;
    width: 100%;
    text-align: center;
  }
  .items_items_wrapper .item .cat_item_photo {
    width: 100%;
    margin: 0;
  }
  .items_items_wrapper .item.accessories {
    overflow: auto;
    height: auto !important;
    width: 96%;
    text-align: left;
  }
  .items_item_right {
    padding-left: 0;
  }
}
#homepage_offer_block a,
#logo_claim,
.header_block,
ul#menu li a,
.footer_block,
ul#footer_menu li a,
#homepage_selector .cform_item,
#homepage_about_content_text,
#homepage_about img,
#homepage_selector .cform_item select {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#order_wrapper {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
input.form,
textarea.form {
  /* -webkit-appearance: none; */

  max-width: 100%;
}
.form {
  max-width: 100%;
}
.form_checkbox {
  font-size: 1em;
  width: 1em;
  height: 1em;
}
#page_id_1.mobile #homepage_offer_block p,
#page_id_1.tablet #homepage_offer_block p {
  margin-top: 0;
}
#main_slider #arrow_down {
  position: absolute;
  bottom: 10%;
  content: ' ';
  background-image: url('https://www.robur.cz/gfx/ico_arrow_down.png');
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 70px;
  height: 40px;
  z-index: 999;
  left: 48%;
  cursor: pointer;
  animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  display: none;
}
.detail_item .section table td {
  padding: 5px;
}
/* GALERIE KONTAKTY */
.gs_table {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  table-layout: fixed;
}
.gs_table td {
  width: 20%;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
.ie .gs_table {
  table-layout: fixed;
}
@media only screen and (max-width: 800px) {
  .gs_table td,
  .gs_table tr {
    display: block;
    width: 100%;
  }
}
div.table_scroll:has(#gal_con) {
  overflow: auto;
}
#gal_con {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0px;
  padding: 0px;
  aspect-ratio: 744 / 488;
  overflow: hidden;
}
#gal_con .gallery_item {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  margin: 0px;
  overflow: hidden;
  aspect-ratio: 744 / 488;
}
#gal_con .gallery_item .gallery_img {
  display: block;
  width: 100%;
}
#gal_con .gallery_item .gallery_img a,
#gal_con .gallery_item .gallery_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
#gal_con .gallery_item .gallery_img {
  overflow: hidden;
}
#gal_con .gallery_item .gallery_img img {
  max-width: 100%;
  height: auto;
}
#gal_con .gallery_item img {
  margin: -5px 0px;
}
#gal_con.two .gallery_item img {
  margin: 0px 0px;
}
#gal_con .gallery_item .gallery_name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  text-align: center;
  /*display:none;*/

  vertical-align: center;
  display: none;
  pointer-events: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
#gal_con .gallery_item:hover .gallery_name {
  display: block;
  display: table-cell;
}
/* Service form - form_service*/
.cform_text_type_cleartext,
.cform_form_type_cleartext {
  text-align: center;
  font-style: italic;
}
.cform_text_required_asterisk {
  opacity: 0.75;
}
.cform_text .cform_text_required_asterisk {
  padding: 0px 0.25em;
}
.form_checkbox {
  margin: 0px 5px;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: auto;
}
.form_service {
  width: 48%;
  margin: 0px 1%;
  float: left;
  background-color: #737477;
  border-radius: 2px;
  text-align: left;
  box-sizing: border-box;
  clear: none;
}
.id_page_598 .form_service {
  margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 1000px) {
  .form_service {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/*
.form_service .cform_item{
clear:both;
}  */
.cform_container h2 {
  margin-top: 0;
}
.form_service h1 {
  font-size: 175%;
  text-align: center;
}
.form_service h2 {
  font-size: 150%;
  text-align: center;
}
.form_service .cform_item_type_h2 {
  margin-top: 80px;
  clear: both;
}
.form_service .cform_item_type_h3 {
  margin-top: 40px;
  clear: both;
}
.form_service h3 {
  font-size: 125%;
  text-align: center;
}
.cform_form_type_checkbox {
  text-align: left;
}
.form_service.cform_container form {
  max-width: 95%;
}
p#footer_socials {
  padding: 0;
  padding-top: 0.6%;
}
#footer_socials img {
  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
#footer_socials img:hover {
  filter: none;
  /* IE6-9 */

  -webkit-filter: grayscale(0%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
select::-ms-expand {
  display: none;
}
/*
Because mobile
*/
div.table_scroll {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
body.mobile div.table_scroll {
  overflow: scroll;
}
body.mobile div.table_scroll {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.mobile div.table_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}
body.mobile div.table_scroll::-webkit-scrollbar:horizontal {
  height: 12px;
}
body.mobile div.table_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
body.mobile div.table_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
body.mobile table {
  max-width: 100% !important;
}
#footer_block_contacts {
  line-height: 250%;
}
#footer_block_contacts img {
  vertical-align: middle;
}
#lightbox img {
  max-width: none;
}
.sliderbx_data_li_link {
  text-align: right;
  margin: 15px 0;
}
#fixed_footer {
  position: fixed;
  bottom: 0;
  background: #666668;
  width: 100%;
  text-align: center;
  padding: .5% 0;
  z-index: 777;
  color: white;
}
#fixed_footer.unfixed {
  position: absolute;
  bottom: 100%;
}
#fixed_footer a {
  color: white;
  text-decoration: none;
}
.fixed_footer_button {
  background: #ed8106;
  border: 2px solid white;
  color: white;
  padding: 5px 10px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}
.fixed_footer_button:hover {
  background: white;
  color: #ed8106;
}
#fixed_footer a:hover {
  color: #ed8106;
}
#page_id_61 #subpage_content_text,
#page_id_109 #subpage_content_text {
  width: 100%;
}
#page_id_61 .main_photo_page,
#page_id_109 .main_photo_page {
  width: 62.5%;
  margin: 0 auto;
}
#page_id_61 #subpage_content_text h2,
#page_id_109 #subpage_content_text h2 {
  background: #9a9a9a;
  color: white;
  padding: 2.5% 18.85%;
}
#page_id_61 .main_photo_page,
#page_id_109 .main_photo_page {
  margin-bottom: 60px;
}
#page_id_61 h3,
#page_id_109 h3 {
  cursor: pointer;
  padding: 3% 0;
  background: #e5e5e5;
  color: #ed8106;
  text-decoration: underline;
  font-size: 28px;
  padding: 2% 18.75%;
  padding-left: 23%;
}
#page_id_61 h3:nth-of-type(even),
#page_id_109 h3:nth-of-type(even) {
  background: var(--color-bcg-silverlight);
}
#page_id_61 h3:hover,
#page_id_109 h3:hover {
  text-decoration: none;
}
#page_id_61 .downdir_list,
#page_id_109 .downdir_list {
  padding: 3% 18.75%;
  display: none;
  padding-left: 23%;
}
#page_id_61 .downdir_list.opened,
#page_id_109 .downdir_list.opened {
  display: block;
}
#page_id_61 h2,
#page_id_109 h2 {
  background: #9a9a9a;
  color: white;
  padding: 2.5% 18.85%;
}
#page_id_61 .downdir_list_item,
#page_id_109 .downdir_list_item {
  background-image: none;
  clear: both;
  padding: 10px 0;
}
#page_id_61 .downdir_list span.icon,
#page_id_109 .downdir_list span.icon {
  margin-bottom: 16px;
}
.id_template_4 #subpage_content {
  /* background: @oranzova;  */

  /* color: white;  */

  border-top: 1px solid white;
  padding-bottom: 4rem;
}
/* .id_template_4 a{
  color: white;
} */
.id_template_4 #subpage_content_text {
  width: 80%;
}
.freservice_circle_name {
  text-align: left;
  background: white;
  position: absolute;
  color: #ed8106;
  padding: 20px;
  z-index: 950;
  font-weight: bold;
  left: 0%;
  top: 2.5%;
  max-width: 80%;
  font-size: 22px;
}
.freservice_circle:last-child:before {
  left: 15%;
}
.freeservice_blocks {
  display: flex;
  flex-wrap: wrap;
}
.freeservice_block:nth-child(2) {
  align-self: center;
  text-align: center;
}
.freeservice_block:nth-child(2) img {
  max-width: 80%;
}
.freeservice_block.orange_bcg {
  background: #ed8106;
  padding: 2%;
}
.freeservice_block.orange_bcg img {
  max-width: 100%;
}
.freservice_circle {
  width: 70%;
  background: white;
  float: left;
  padding-bottom: 70%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 15%;
  line-height: 150%;
}
.freservice_circle:first-child {
  margin-bottom: 25%;
}
.freeservice_block:last-child {
  align-self: center;
}
.freeservice_block:last-child .freservice_circle:first-child {
  margin-top: 35%;
}
.freeservice_block:last-child .freservice_circle:last-child {
  background: #0e9607;
  background-color: #535c66;
  transition: all 0.5s ease-out;
}
.freeservice_block:last-child:hover .freservice_circle:last-child {
  background-color: #ed8106;
}
.freeservice_block:last-child .freservice_circle:last-child .freservice_circle_content {
  color: white;
  cursor: pointer;
  font-weight: bold;
}
/*.freeservice_block:last-child .freservice_circle:last-child .freservice_circle_name{
  color: #0e9607;
}*/
.freservice_circle_content:after,
.freservice_circle_content:before {
  width: 100%;
  height: 100%;
  border: 1px solid #ed8106;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
}
.freservice_circle_content:before {
  right: 5px;
  left: auto;
  top: -5px;
  border-color: #535c66;
}
.freservice_circle_content {
  position: absolute;
  align-self: center;
  color: #666769;
  padding: 5%;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
}
.freservice_circle_content span {
  align-self: center;
  width: 100%;
}
.freeservice_block {
  width: 33%;
}
.freeservice_order_form {
  display: none;
}
.freeservice_order_form .cform_container {
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}
.freeservice_order_form .cform_container h2,
.freeservice_order_form .cform_container h3 {
  text-align: center;
}
.cform_form_id_139 {
  display: block;
  overflow: auto;
  background-color: #FFFFFF;
  height: 200px;
  padding: 0 5%;
  color: #000000;
  font-size: 80%;
  border-radius: 2px;
}
.cform_subsection_id_127 .cform_text_type_text {
  position: absolute;
  z-index: 5;
  background-color: #535c66;
  padding: 5px;
  border-radius: 100%;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  margin: 0.2rem;
  overflow: hidden;
  pointer-events: none;
}
.cform_subsection_id_127 .form_text {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 1000px) {
  #page_id_61 h3,
  #page_id_109 h3 {
    font-size: 18px;
  }
}
.price-table {
  width: 100%;
}
.price-table th {
  background-color: #ed8106;
  padding: 10px;
}
.price-table td,
.detail_item .section .price-table td {
  background-color: #ccc;
  padding: 10px;
}
.specs-table {
  display: none;
  font-size: 14px;
  width: 100%;
}
.specs-table.active,
.table_scroll .specs-table.active {
  display: table;
}
.specs-table tr {
  background-color: #ccc;
}
.specs-table tr:first-child {
  color: white;
  background-color: #353E45;
  font-weight: bold;
}
.specs-table th {
  background-color: #ed8106;
  padding: 5px;
}
.table-tab {
  background-color: #353E45;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  transition-duration: .3s;
}
.table-tab.active,
.table-tab:hover {
  background-color: #ed8106;
}
#page_id_559 #subpage_content_text {
  padding-top: 20px;
}
.form_genius a {
  color: #fff;
}
.team-grid > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.team-grid #gallery_item_253,
.team-grid #gallery_item_245,
.team-grid #gallery_item_244 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.team-grid #gallery_item_253 {
  grid-column-start: 1;
  grid-row-start: 1;
}
.team-grid #gallery_item_245 {
  grid-column-start: 4;
  grid-row-start: 2;
}
.team-grid #gallery_item_244 {
  grid-column-start: 2;
  grid-row-start: 3;
}
#item-services-text table {
  width: 100% !important;
}
#item-services-text table td:nth-child(n + 2) {
  text-align: center !important;
  width: 90px !important;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .team-grid > div {
    display: block;
  }
  .content {
    width: 94%;
  }
  .faq-cont .news_title h3 {
    font-size: 17px;
  }
}
.detail_item #item-videos .section-text {
  padding-top: 0;
}
.videos-wrap .d-item .d-upper-wrap {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
}
.videos-wrap .d-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #737477;
  background: #ffffff;
  border-radius: 2px;
}
.videos-wrap {
  display: grid;
  margin: 0px;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.videos-wrap {
  margin-top: 0px;
}
.d-video-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 10px;
}
.d-video-bottom .d-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.d-video-bottom .d-file {
  opacity: .6;
}
.videos-wrap .d-item .d-upper-wrap {
  height: auto;
}
.videos-wrap .d-item .d-ani-img-wrap {
  border-bottom: none;
}
.videos-wrap .d-item .d-ani-img-wrap img {
  top: 0;
  left: -2px;
}
.videos-wrap .d-item:hover .d-ani-img-wrap img {
  position: relative;
  animation-duration: 1s;
  animation-name: swayRight;
  animation-iteration-count: infinite;
}
.fvideo {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.fvideo_wrp {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #F5F5F5;
}
.fvideo_wrp iframe,
.fvideo_wrp video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page_id_596 .cform_container form {
  padding: 20px 0;
  padding-bottom: 150px;
}
.fixed_footer_button_order {
  /* background-color: #06ed81;
     color: #000;
    */

  background-color: #0e9607;
  color: #fff;
  font-weight: 500;
}
.fixed_footer_button_order:hover {
  /* color: #000; */

  color: #fff;
  background-color: #ed8106;
}
.link_more_big {
  font-size: 1.25rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 1rem auto;
  background: #0e9607;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 1em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  width: fit-content;
  transition: 0.25s background ease;
}
.link_more_big:hover {
  background: #ed8106;
}
.general-text-cont {
  padding: 80px 20px;
  padding-top: 0;
  margin: 0 auto;
  background-color: var(--color-bcg-silverlight);
  width: 100%;
  clear: both;
}
.general-text-cont .text-inner,
.references_items .text-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gallery_container.robur-scheme {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: rgba(0, 0, 0, 0);
  gap: 25px;
  margin-bottom: 30px;
}
.gallery_container.robur-scheme .gallery_item {
  width: 100%;
  margin: 0;
}
.gallery_container.robur-scheme .gallery_item .gallery_info {
  background-color: #fff;
  padding: 20px;
}
.gallery_container.robur-scheme .gallery_item .gallery_name {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
}
#item-accessories-text .poptavka-button a {
  display: block;
  width: 37.5%;
  margin: 3% auto;
  background: #0e9607;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 2px;
}
.product-text-img {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.references_items .text-inner {
  color: #000;
  text-align: left;
}
.references_items .text-inner h3 {
  color: #000;
  text-align: left;
}
#homepage_offer_block .text_button {
  margin: 0 auto;
  margin-top: 20px;
  background-color: #ed8106;
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
}
#homepage_offer_block .text_listing p {
  font-size: 16px;
  color: #000;
  text-transform: none;
  transition: all 0.5s ease-out;
}
#homepage_offer_block a:hover .text_listing p {
  color: #fff;
}
#homepage_offer_block a span {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .gallery_container.robur-scheme {
    display: flex;
    flex-direction: column;
  }
  .product-text-img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.gallery_container.usertext-gallery,
.gallery_container.gallery-fw {
  display: flex;
  gap: 15px;
  /* justify-content: center; */

  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: unset;
  background: transparent;
}
.gallery_container.usertext-gallery .gallery_img,
.gallery_container.gallery-fw .gallery_img {
  padding: 10px;
  box-shadow: 0px 15px 50px #e8e9ed;
  flex-grow: 1;
}
.gallery_container.usertext-gallery .gallery_item,
.gallery_container.gallery-fw .gallery_item {
  display: flex;
  flex-direction: column;
  margin: 0px;
}
.gallery_container.usertext-gallery picture,
.gallery_container.gallery-fw picture {
  height: 100%;
}
.gallery_container.usertext-gallery img,
.gallery_container.gallery-fw img {
  height: 100%;
  display: block;
  object-fit: contain;
  border: unset;
  border-radius: 0px;
}
.gallery_container.usertext-gallery .gallery_item .gallery_info,
.gallery_container.gallery-fw .gallery_item .gallery_info {
  text-wrap: balance;
  font-style: italic;
  padding: 20px;
}
.gallery_container.gallery-fw {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}
.articles_art_thumb,
.gallery_container.gallery-fw {
  /* grid-template-columns: 1fr; */

  width: auto;
  max-width: 100%;
  height: 100%;
}
.gallery_container.gallery-fw .gallery_img,
.gallery_container.gallery-fw .gallery_img a,
.gallery_container.gallery-fw .gallery_img picture {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery_container.gallery-fw .gallery_item {
  width: 100%;
}
.gallery_container.gallery-fw img,
.articles_art_thumb img {
  max-width: 100%;
  position: relative;
  max-height: unset;
  line-height: 0.8;
  width: 100%;
  object-fit: cover;
  display: block;
}
.articles_art_thumb img {
  background: var(--color-bcg-silverlight);
}
/*
.gallery_container.gallery-fw img{
  height: 410px;
}

@media(max-width: 1300px) {
  .gallery_container.gallery-fw img {
    height: 350px;
  }
}

@media (max-width: 1023px) {
  .gallery_container.gallery-fw,
  .gallery_container.usertext-gallery
  {
    flex-direction: initial;
  }
}

@media(max-width: 900px) {
  .gallery_container.gallery-fw img {
    height: 250px;
  }
}

@media(max-width: 700px) {
  .gallery_container.gallery-fw img{
    height: 180px;
  }
}

@media(max-width: 450px) {
  .gallery_container.gallery-fw img{
    height: 140px;
  }
}

 */
.cat_text_bottom {
  background-color: var(--color-bcg-silverlight);
  padding: 4rem 0;
}
.cat_text_bottom .content {
  background-color: var(--color-bcg-white);
  padding: 4rem;
}
.cat_text_bottom .content h1:first-child,
.cat_text_bottom .content h2:first-child,
.cat_text_bottom .content h3:first-child {
  margin-top: 0;
}
.cat_image_right {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .cat_image_right {
    float: unset;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.articles_art_thumb {
  float: none;
  margin: 30px auto;
}
.articles_thumb {
  float: none;
  margin: -20px;
  margin-bottom: 20px;
  width: calc(100% + 40px);
  max-width: unset;
}
.articles_art_perex {
  margin: 0 auto;
  max-width: 800px;
  font-size: 20px;
  text-align: center;
}
.articles_container {
  display: grid;
  grid-template-columns: calc(33.333% -  13.333333333333334px) calc(33.333% -  13.333333333333334px) calc(33.333% -  13.333333333333334px);
  gap: 20px;
}
@media (max-width: 768px) {
  .articles_container {
    grid-template-columns: calc(50% -  10px) calc(50% -  10px);
  }
}
@media (max-width: 500px) {
  .articles_container {
    display: flex;
    flex-direction: column;
  }
}
.articles_item {
  margin: 0;
  padding: 20px;
}
.articles_list_title h2 a,
.articles_list_title h2 {
  margin-top: 0;
  font-size: 24px;
}
.articles_perex {
  font-size: 16px;
  margin-top: 20px;
}
.articles_link {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.articles_link a {
  float: none;
}
