@font-face {
  font-family: 'KlavikaMedium';
  src: url('../assets/frontend/fonts/klavika-medium-webfont.eot');
  src: url('../assets/frontend/fonts/klavika-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/frontend/fonts/klavika-medium-webfont.woff') format('woff'), url('../assets/frontend/fonts/klavika-medium-webfont.ttf') format('truetype'), url('../assets/frontend/fonts/klavika-medium-webfont.svg#klavika-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: url('fonts/FiraSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'FiraSansBold';
  src: url('fonts/FiraSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'FiraSansItalic';
  src: url('fonts/FiraSans-Italic.woff') format('woff');
}
[class*=icon-]:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../assets/frontend/img/sprite.png);
  vertical-align: middle;
  margin-right: 1em;
  margin-top: -0.3em;
}
.icon-person:before {
  background-position: 0 0;
}
.icon-suitcase:before {
  background-position: -20px 0;
}
.icon-star:before {
  background-position: -40px 0;
}
.icon-shopping-basket:before {
  background-position: -60px 0;
}
.icon-calendar:before {
  background-position: -80px 0;
}
.icon-bulb:before {
  background-position: -100px 0;
}
.icon-info:before {
  background-position: -120px 0;
}
.icon-flower:before {
  background-position: -140px 0;
}
.icon-clock:before {
  background-position: -160px 0;
}
.icon-globe:before {
  background-position: -180px 0;
}
.icon-cabinet:before {
  background-position: -200px 0;
}
.icon-note:before {
  background-position: -220px 0;
}
.current .icon-person:before {
  background-position: 0 -20px;
}
.current .icon-suitcase:before {
  background-position: -20px -20px;
}
.current .icon-star:before {
  background-position: -40px -20px;
}
.current .icon-shopping-basket:before {
  background-position: -60px -20px;
}
.current .icon-calendar:before {
  background-position: -80px -20px;
}
.current .icon-bulb:before {
  background-position: -100px -20px;
}
.current .icon-info:before {
  background-position: -120px -20px;
}
.current .icon-flower:before {
  background-position: -140px -20px;
}
.current .icon-clock:before {
  background-position: -160px -20px;
}
.current .icon-globe:before {
  background-position: -180px -20px;
}
.current .icon-cabinet:before {
  background-position: -200px -20px;
}
.items-wrapper {
  min-width: 280px;
  margin: 20px 0;
}
.items-wrapper .items-wrapper--grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.item-box {
  border-radius: 20px;
  padding: 20px;
  background-color: #f8f9fa;
  height: 100%;
  position: relative;
}
.item-box .item-favourite {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../assets/frontend/img/sprite.png) no-repeat -17px -200px;
}
.item-box ul {
  padding-left: 0;
}
.item-box h2.item-represented {
  margin: 0 0 5px;
}
.item-box h2 ~ div {
  padding-bottom: 5px;
}
.item-box .item-represented-title {
  color: #757575;
  font-size: 11px;
}
.item-box .company-logo-loc-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.item-box .company-logo-loc-wrapper .company-logo-wrapper {
  display: flex;
  justify-content: space-between;
}
.item-box .company-logo-loc-wrapper .company-logo {
  width: 142px;
  height: 102px;
  border-radius: 15px;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.item-box .company-logo-loc-wrapper .company-logo--empty {
  background: url(../assets/frontend/img/item-empty-person.png) no-repeat center center #ffffff;
}
.item-box .company-logo-loc-wrapper .company-location {
  padding-right: 5px;
  padding-left: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.item-box .company-logo-loc-wrapper .company-location .fa-solid {
  font-size: 12px;
  color: #6F6F6F;
}
.item-box--company h2 {
  margin-top: 0;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .items-wrapper .items-wrapper--grid {
    grid-template-columns: 1fr;
    grid-auto-rows: initial;
  }
}
@media screen and (max-width: 400px) {
  .item-box .company-logo-loc-wrapper .company-logo-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.company-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.company-header-wrapper .company-detail-name {
  border: 1px solid;
  display: inline-block;
  border-radius: 20px;
  padding: 6px 30px;
  background: #e5e5e5;
  margin: 15px 0 0;
  min-width: 50%;
  flex: 1 1 auto;
}
.company-header-wrapper .company-header-nav {
  margin: 15px 0 0;
  display: flex;
  z-index: 10;
}
.company-header-wrapper .company-header-nav .nav {
  display: none;
  border: 1px solid #B6B6B6;
  background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
  background-color: #F6F6F6;
  font-size: 11px;
  padding: 6px 11px 4px;
  vertical-align: middle;
  border-radius: 3px;
}
.company-header-wrapper .company-header-nav .nav span {
  width: 1.5em;
}
.company-header-wrapper .company-header-nav .nav span span {
  display: block;
  height: 3px;
  background-color: #757575;
  margin: 0 0 3px;
}
.company-header-wrapper .company-header-nav .sep {
  display: inline-block;
  width: 1px;
  height: 33px;
  margin: -15px 10px;
  background: url(../assets/frontend/img/sprite.png) no-repeat 0px -141px;
  overflow: hidden;
}
.company-detail-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.company-detail-wrapper .navigation-wrapper {
  position: sticky;
  top: 10px;
  align-self: flex-start;
}
.company-detail-wrapper .navigation-wrapper .company-navigation {
  min-width: 250px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.company-detail-wrapper .navigation-wrapper .company-navigation li {
  padding: 0;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
}
.company-detail-wrapper .navigation-wrapper .company-navigation li a {
  display: block;
  padding: 16px 16px 16px 25px;
  line-height: 1.2;
  text-decoration: none;
  color: #3B3B3B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-detail-wrapper .navigation-wrapper .company-navigation li a .item-count {
  background: #eb5b0e;
  padding: 3px 7px 3px 6px;
  border-radius: 15px;
  color: #FFF;
  font-size: 12px;
}
.company-detail-wrapper .navigation-wrapper .company-navigation li:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.company-detail-wrapper .navigation-wrapper .company-navigation li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}
.company-detail-wrapper .navigation-wrapper .company-navigation .current {
  text-indent: 0;
}
.company-detail-wrapper .navigation-wrapper .company-navigation .current a {
  color: #FFFFFF;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.41);
  box-shadow: inset 0px 1px 0px #F19462;
  margin: -1px;
  border: 1px solid #B54103;
  background: linear-gradient(to bottom, #ef7d40 0%, #eb5c0f 100%);
  background-color: #eb5c0f;
}
.company-detail-wrapper .company-info-wrapper {
  flex: 1 0 auto;
  max-width: calc(100% - 270px);
}
.company-detail-wrapper .company-info-wrapper > div {
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  overflow: hidden;
}
.company-detail-wrapper .company-info-wrapper > div h2 {
  margin: 0;
}
.company-detail-wrapper .company-info-wrapper > div h3 {
  margin-top: 0;
}
.company-detail-wrapper .company-info-wrapper > div ul {
  margin-bottom: 0;
}
.company-detail-wrapper .company-info-wrapper .standmap-wrapper {
  display: none;
  position: relative;
  padding: 0;
}
.company-detail-wrapper .company-info-wrapper .standmap-wrapper .standmap-wrapper-close {
  position: absolute;
  top: 0;
  z-index: 1;
  left: calc(50% - 5px);
  cursor: pointer;
}
.company-detail-wrapper .company-info-wrapper .standmap-wrapper .standmap-wrapper-close .standmap-wrapper-close--button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  background: #eb5b0e;
}
.company-detail-wrapper .company-info-wrapper .standmap-wrapper .standmap-wrapper-close .standmap-wrapper-close--button span.fa-solid {
  font-size: 20px;
  color: #FFF;
  margin: 5px 20px;
  border-radius: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding {
  padding: 0;
  min-width: 280px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding h2 {
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
  color: #636363;
  font-size: 15px;
  padding: 11px 16px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding > div {
  padding: 18px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding > div h3 {
  margin-bottom: 5px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding > div .infos-country {
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories {
  display: flex;
  flex-wrap: wrap;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories > div {
  width: 50%;
  min-width: 280px;
  display: flex;
  gap: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories > div .category-info {
  display: flex;
  flex-direction: column;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories > div .category-info a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper {
  border-bottom: 1px solid #dbdbdb;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper:last-child {
  border-bottom: 0;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products .block-products--info {
  max-width: calc(100% - 150px);
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products .block-products--info .block-products--web {
  display: inline-block;
  padding-right: 5px;
  color: #eb5b0e;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products--photo {
  padding-top: 15px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products--photo img {
  max-width: 100%;
  border: 1px solid #dbdbdb;
  margin: 0 auto;
  padding: 5px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-product-category {
  border-top: 1px solid #dbdbdb;
  display: inline-block;
  padding-top: 5px;
  margin: 0;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-product-category:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f126";
  font-size: 14px;
  padding-right: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-product-category a {
  text-decoration: none;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-represented {
  display: flex;
  flex-wrap: wrap;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-represented > div {
  flex-basis: 0;
  min-width: 30%;
  margin: 10px;
  /* Vertikální mezera */
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div {
  width: calc(50% - 10px);
  min-width: 280px;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div:last-child,
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div:nth-last-child(2) {
  border-bottom: 0;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div .brand-info {
  display: flex;
  flex-direction: column;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div .brand-info h3 {
  color: #eb5b0e;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div .brand-info a {
  text-decoration: none;
  color: #757575;
  margin-bottom: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div .brand-info a:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0c1";
  font-size: 14px;
  padding-right: 7px;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  display: grid;
  grid-template-areas: "company-logos company-profile";
  grid-template-columns: 1fr;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-name {
  grid-area: company-name;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-logos {
  grid-area: company-logos;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile {
  grid-area: company-profile;
  display: flex;
  flex-direction: column;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .profile-item {
  display: flex;
  justify-content: space-between;
  min-width: 300px;
  padding-top: 5px;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .profile-item:first-child {
  padding-top: 0;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .profile-item .profile-label {
  font-weight: bold;
  white-space: nowrap;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .profile-item .profile-value {
  text-align: right;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .profile-item .profile-value a {
  color: #424242;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .company-placement {
  border-top: 1px solid silver;
  margin-top: 5px;
  padding-top: 5px;
  line-height: 1.6;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .company-second-title {
  border-top: 1px solid silver;
  margin-top: 10px;
  padding-top: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper h2 {
  font-size: 1.077em;
  font-weight: bold;
  color: #eb5c10;
  text-align: left;
  display: block;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .profile-map {
  border-radius: 10px;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .profile-map .profile-map-content {
  border-radius: 10px;
  overflow: hidden;
}
.company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .profile-map .profile-map-content .googlemap {
  width: 260px;
  height: 210px;
  border: 1px solid #CACACA;
  border-radius: 10px;
}
.company-detail-wrapper .company-info-wrapper .block-map {
  padding: 0;
}
.company-detail-wrapper .company-info-wrapper .block-map .block-content {
  text-align: center;
}
.company-detail-wrapper .company-info-wrapper .block-map .map-wrapper {
  display: block;
  position: relative;
  width: 558px;
  max-width: 100%;
  margin: 0 auto;
}
.company-overview-wrapper .company-overview {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #AEAEAE;
  display: flex;
}
.company-overview-wrapper .company-overview .company-overview-button {
  padding: 10px 15px;
  background-color: #FFF;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}
.company-overview-wrapper .company-overview .company-overview-button-act {
  padding: 10px 15px;
  background-color: #EF5000;
  border-top: 1px solid #AEAEAE;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.41);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ef7d40 0%, #eb5c0f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef7d40), color-stop(100%, #eb5c0f));
  background: -webkit-linear-gradient(top, #ef7d40 0%, #eb5c0f 100%);
  background: -o-linear-gradient(top, #ef7d40 0%, #eb5c0f 100%);
  background: linear-gradient(to bottom, #ef7d40 0%, #eb5c0f 100%);
  background-color: #eb5c0f;
  cursor: pointer;
}
#nahledtisteny {
  display: none;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #AEAEAE;
}
#nahledonline {
  display: block;
}
@media screen and (max-width: 1200px) {
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper {
    gap: 40px;
  }
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories {
    flex-direction: column;
    gap: 15px;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .company-detail-wrapper .company-info-wrapper .block-map .map-wrapper {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .company-detail-wrapper {
    flex-direction: column;
  }
  .company-detail-wrapper .navigation-wrapper {
    top: 0;
    background: #FFF;
    z-index: 10;
    margin-bottom: 10px;
    position: relative;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li {
    min-width: 200px;
    flex-basis: 0;
    flex-grow: 1;
    border: 0;
    text-align: center;
    text-indent: 0;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li:first-child,
  .company-detail-wrapper .navigation-wrapper .company-navigation li:last-child {
    border-radius: 0;
    border: 0;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li a {
    border: 1px solid #dbdbdb;
    border-radius: 20px;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation .current a {
    margin: 0;
    border: 1px solid #eb5b0e;
  }
  .company-detail-wrapper .company-info-wrapper {
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper {
    flex-direction: column;
  }
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .profile-map .profile-map-content .googlemap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .company-header-wrapper {
    gap: 0;
  }
  .company-header-wrapper .company-header-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .company-header-wrapper .company-header-nav .nav {
    display: inline-block;
    bottom: 1.3em;
    right: 0;
  }
  .company-detail-wrapper {
    gap: 0;
  }
  .company-detail-wrapper .navigation-wrapper {
    position: relative;
    align-self: auto;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation {
    display: block;
    margin-bottom: 10px;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li {
    width: 100%;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li a {
    border: 0;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation li:last-child a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .company-detail-wrapper .navigation-wrapper .company-navigation .current a {
    border: 0;
  }
  .company-detail-wrapper .company-info-wrapper {
    max-width: none;
  }
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper {
    padding: 15px;
    justify-content: center;
  }
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper {
    flex: auto;
  }
  .company-detail-wrapper .company-info-wrapper .company-detail-info-wrapper .company-basic-wrapper .company-profile .profile-item {
    min-width: auto;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products {
    flex-direction: column-reverse;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products .common-logo {
    margin: 0 auto;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-products-wrapper .block-products .block-products--info {
    max-width: none;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands {
    padding: 0;
    gap: 0;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-brands > div {
    flex-direction: column;
    padding: 18px;
  }
  .company-detail-wrapper .company-info-wrapper .company-block-without-padding .block-categories > div {
    min-width: auto;
  }
}
.overview-header-wrapper {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview-header-wrapper .overview-title-wrapper {
  flex: 1 1 auto;
}
.overview-header-wrapper .overview-title-wrapper p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
}
.overview-header-wrapper .overview-title-wrapper .overview-title-name {
  padding-top: 15px;
}
.overview-header-wrapper .overview-title-wrapper .overview-title-event {
  color: #eb5b0e;
  padding: 0px;
}
.overview-header-wrapper .overview-title-wrapper .overview-title-date {
  color: #eb5b0e;
  padding: 0px;
  font-size: 12px;
  margin: 5px 0px 10px 0px;
}
.overview-print-wrapper {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto 20px;
  border: 0 !important;
}
.overview-print-wrapper .overview-print-subwrapper {
  border: 1px solid #aeaeae;
  border-radius: 20px;
  padding: 20px;
}
.overview-print-wrapper .overview-print-subwrapper .overview-print-content {
  max-width: 900px;
  margin: 0 auto;
}
.overview-print-wrapper .overview-print-subwrapper .overview-print-content .overview-print-content-item-wrapper {
  border: 1px solid #aeaeae;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.overview-print-wrapper .overview-print-subwrapper .overview-print-content .overview-print-content-item-wrapper:last-child {
  margin-bottom: 0;
}
.overview-print-wrapper .overview-print-subwrapper .overview-print-content .overview-print-content-item-wrapper .item-title {
  background: #EAEAEA;
  border-bottom: 1px solid #aeaeae;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}
.overview-print-wrapper .overview-print-subwrapper .overview-print-content .overview-print-content-item-wrapper .item-content-wrapper {
  padding: 15px;
}
.overview-print-wrapper .overview-print-subwrapper .overview-print-content .overview-print-content-item-wrapper .item-content-wrapper > div {
  padding-bottom: 10px;
}
.header-line {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.header-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 4px;
  background: linear-gradient(90deg, #e74011 0%, #e74011 28.44%, #ee7203 28.45%, #ee7203 49.79%, #f39200 49.8%, #f39200 79.48%, #f9b000 79.49%, #f9b000 99.99%, #e74011 100%) 0% 0% repeat-x padding-box;
  background-size: 50% 100%;
  animation: line-slide 8s forwards infinite linear;
  z-index: 2;
}
@keyframes line-slide {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.header-wrapper {
  display: grid;
  grid-template-areas: "area-logo area-delimiter area-search area-lang";
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  /*
	.header-wrapper-equipment {
		display: flex;
		gap: 20px;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	*/
}
.header-wrapper > div {
  margin-top: 20px;
}
.header-wrapper .header-wrapper-logo {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  grid-area: area-logo;
  width: 240px;
}
.header-wrapper .header-wrapper-logo .company-logo {
  background: #FFF;
  height: 75px;
}
.header-wrapper .header-wrapper-logo .header-logo {
  padding: 15px 25px;
  border-radius: 25px;
  background: #f3f3f3;
}
.header-wrapper .header-wrapper-logo .header-logo img {
  height: 20px;
}
.header-wrapper .header-search-wrapper {
  grid-area: area-search;
}
.header-wrapper .header-delimiter {
  grid-area: area-delimiter;
}
.header-wrapper .header-lang-wrapper {
  grid-area: area-lang;
}
.header-wrapper .header-lang-wrapper .header-menu {
  position: relative;
  display: inline-block;
  border: 2px solid #DBDBDB;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  min-width: 100px;
  z-index: 10;
}
.header-wrapper .header-lang-wrapper .header-menu .item {
  padding: 10px;
  display: flex;
  align-items: center;
}
.header-wrapper .header-lang-wrapper .header-menu:hover {
  border: 2px solid #929292;
}
.header-wrapper .header-lang-wrapper .header-menu:hover .select-chevron {
  transform: rotate(180deg);
}
.header-wrapper .header-lang-wrapper .header-menu:active {
  border: 2px solid #929292;
}
.header-wrapper .header-lang-wrapper .header-menu:active .select-chevron {
  transform: rotate(180deg);
}
.header-wrapper .header-lang-wrapper .header-flag {
  width: 25px;
  height: 18px;
  margin-right: 10px;
  border-radius: 3px;
}
.header-wrapper .header-lang-wrapper .header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  padding: 10px 0 0;
  margin-top: 2px;
  border-radius: 20px;
  opacity: 0;
  animation: fade-in 0.3s ease-in-out forwards;
  z-index: 10;
}
.header-wrapper .header-lang-wrapper .header-submenu ul {
  box-shadow: 0px 4px 4px rgba(182, 39, 39, 0.16), 0px 4px 16px rgba(74, 72, 72, 0.16);
  border-radius: 20px;
  min-width: 100px;
  margin: 0;
  padding: 10px 10px;
}
.header-wrapper .header-lang-wrapper .header-submenu ul li {
  padding: 0;
  text-indent: 0%;
}
.header-wrapper .header-lang-wrapper .header-submenu ul li:before {
  content: none;
}
.header-wrapper .header-lang-wrapper .header-submenu ul li:last-child {
  padding-bottom: 0;
}
.header-wrapper .header-lang-wrapper .header-submenu ul li a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.header-wrapper .header-lang-wrapper .header-submenu ul li a:hover {
  background-color: #fcf3f3;
  border-radius: 10px;
}
.header-wrapper .header-lang-wrapper .header-menu:hover .header-submenu,
.header-wrapper .header-lang-wrapper .header-menu:focus-within .header-submenu {
  display: block;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-wrapper #form-search {
  position: relative;
  top: 0;
  border: 2px solid #dbdbdb;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 30px;
  padding: 5px;
}
.header-wrapper #form-search > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper #form-search .search-buttons-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.header-wrapper #form-search input {
  width: 220px;
  line-height: 19px;
  padding: 9px 0 9px 16px;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 16px;
  border-radius: 20px;
}
.header-wrapper #form-search input:focus {
  outline: none;
}
.header-wrapper #form-search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F0F0F0 inset;
  /* Nastavuje barvu pozadí na bílou */
}
.header-wrapper #form-search button {
  border-radius: 22px;
  padding: 6px 7px;
  background: #F39200;
  border: 0;
  cursor: pointer;
  z-index: 10;
}
.header-wrapper #form-search button:before {
  content: ' ';
}
.header-wrapper #form-search button span {
  color: #FFF;
  font-size: 22px;
}
.header-wrapper #form-search .select-wrapper ~ button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-wrapper #form-search select {
  cursor: pointer;
  border-radius: 20px;
  border: 0;
  height: 36px;
  vertical-align: top;
  width: 100px;
  position: relative;
}
.header-wrapper #form-search .select-wrapper {
  cursor: pointer;
  height: 36px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-wrapper #form-search .select-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 37px;
  padding: 0 30px 0 18px;
  color: #6A6563;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-touch-callout: none;
  user-select: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header-wrapper #form-search .select-overlay:after {
  width: 11px;
  height: 6px;
  background: url(../assets/frontend/img/sprite.png) no-repeat left -115px;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  content: '';
}
.select-chevron {
  margin-left: 10px;
  font-size: 12px;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .header-wrapper .header-wrapper-logo .header-logo {
    background: url('../images/dark-bg.png?=v=3') no-repeat center;
  }
  .header-wrapper .header-wrapper-logo .company-logo {
    content: url('../images/logobvv.png?v=3');
    border-radius: 5px;
    width: auto;
    min-width: 75px;
  }
}
@media screen and (max-width: 880px) {
  .header-wrapper {
    grid-template-areas: "area-logo area-lang" "area-search area-search";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 0;
    /*
		.header-wrapper-equipment {
			flex-direction: column-reverse;
			align-items: flex-end;
		}
		*/
  }
  .header-wrapper .header-wrapper-logo {
    align-items: flex-start;
  }
  .header-wrapper .header-search-wrapper {
    max-width: 450px;
    justify-self: end;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .header-wrapper .header-lang-wrapper {
    justify-self: end;
  }
  .header-wrapper .header-delimiter {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .header-wrapper .header-search-wrapper {
    max-width: none;
  }
  .header-wrapper #form-search input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .header-wrapper {
    /*.header-wrapper .header-lang-wrapper .header-menu*/
  }
  .header-wrapper .header-wrapper-logo {
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .header-wrapper .header-wrapper-logo a img {
    min-width: 60px;
  }
  .header-wrapper .header-wrapper-logo .header-logo {
    padding: 5px 10px;
  }
  .header-wrapper .header-wrapper-logo .header-logo img {
    height: auto;
  }
  .header-wrapper .header-search-wrapper {
    width: 212px;
    margin-top: -30px;
    margin-bottom: 0;
  }
  .header-wrapper #form-search {
    padding: 0 5px;
  }
  .header-wrapper #form-search select {
    height: 29px;
    width: 80px;
  }
  .header-wrapper #form-search .select-wrapper {
    height: 29px;
  }
  .header-wrapper #form-search .select-overlay {
    line-height: 29px;
  }
  .header-wrapper #form-search button {
    padding: 7px 8px;
  }
  .header-wrapper #form-search button .fa-search {
    font-size: 13px;
  }
  .header-wrapper #form-search input {
    font-size: 13px;
  }
  .header-wrapper .header-lang-wrapper {
    margin-top: 10px;
  }
  .header-wrapper .header-lang-wrapper .header-menu {
    min-width: 60px;
  }
  .header-wrapper .header-lang-wrapper .header-menu .item {
    padding: 5px 0;
  }
  .header-wrapper .header-lang-wrapper .header-menu .item img {
    margin-right: 5px;
    width: 20px;
  }
  .header-wrapper .header-lang-wrapper .header-menu .item .lang-name {
    display: none;
  }
  .header-wrapper .header-lang-wrapper .header-submenu ul {
    min-width: 50px;
  }
  .header-wrapper .header-lang-wrapper .header-submenu ul li a span {
    display: none;
  }
}
.footer-line {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 4px;
}
.footer-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 4px;
  background: linear-gradient(90deg, #e74011 0%, #e74011 28.44%, #ee7203 28.45%, #ee7203 49.79%, #f39200 49.8%, #f39200 79.48%, #f9b000 79.49%, #f9b000 99.99%, #e74011 100%) 0% 0% repeat-x padding-box;
  background-size: 50% 100%;
  z-index: 2;
}
.footer-main-wrapper {
  padding-bottom: 20px;
  padding-top: 0;
}
.footer-wrapper {
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 30px;
  min-width: 280px;
}
.footer-wrapper .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  justify-content: space-between;
  max-width: none;
}
.footer-wrapper .footer-content .footer-item {
  min-width: 220px;
}
.footer-wrapper .footer-content .footer-content-address {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-wrapper .footer-content .footer-content-address > div {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-wrapper .footer-content h3 {
  margin-top: 0;
  padding-top: 0;
}
.footer-wrapper .footer-content ul {
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-content ul li {
  padding: 10px 0 5px;
  text-indent: inherit;
}
.footer-wrapper .footer-content ul li span.fas {
  color: #757575;
  margin-right: 10px;
}
.footer-wrapper .footer-content ul li a {
  color: #757575;
  text-decoration: none;
}
.footer-wrapper .footer-content ul li a:hover {
  color: #eb5b0e;
}
.footer-info {
  border: 0;
  padding: 10px 10px 0;
  color: #757575;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-info a {
  color: #757575;
  text-decoration: none;
}
.footer-info a:hover {
  color: #eb5b0e;
}
@media screen and (max-width: 800px) {
  .footer-wrapper .footer-content {
    gap: 10px;
  }
  .footer-wrapper .footer-content .footer-item ul li {
    padding-top: 5px;
  }
  .footer-wrapper .footer-content .footer-content-address {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
    width: 80%;
  }
  .footer-wrapper .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .footer-wrapper .footer-content .footer-content-address {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
    width: 100%;
  }
}
a:link,
a:visited {
  color: #EB5B0E;
}
a:hover {
  color: #000;
}
ul {
  padding-left: 20px;
}
ul li {
  list-style: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.block-content {
  padding: 20px;
}
.block-content + .block-content {
  border-top: 1px solid #CCCCCC;
}
.block-content.no-padding {
  padding: 0;
}
/* FORM: FILTER */
/****************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.block {
  border: 1px solid #AEAEAE;
  background-color: #FFFFFF;
  margin: 0 0 1.538em 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.block h2[class*=icon-]:before {
  margin-right: 1em;
  margin-top: -0.3em;
}
.block h3 {
  color: #EB6118;
  font-size: 1.167em;
  margin-bottom: 0.4em;
}
.block p:first-child {
  margin-top: 0;
}
.block ul {
  margin-top: 0.4em;
}
.block .list {
  margin-top: 0;
}
.block .more {
  margin-bottom: 0;
  text-align: right;
}
.block .back {
  margin-bottom: 0;
}
.form-filter {
  font-size: 0.923em;
  position: relative;
}
.form-filter h2 {
  margin: 0;
  float: left;
  font-size: 1em;
  white-space: nowrap;
  font-size: 1.083em;
  padding: 0.185em 0 0.185em 21px;
  height: 2.3em;
  line-height: 2.3em;
}
.form-filter h2 .caret {
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../assets/frontend/img/sprite.png) no-repeat -63px -99px;
  vertical-align: middle;
  margin-left: 1em;
  position: relative;
  top: -2px;
  transition: transform 0.2s ease;
}
.form-filter h2.open .caret {
  width: 14px;
  height: 9px;
  background-position: -49px -100px;
}
.form-filter .buttons {
  text-align: center;
  padding: 0.5em 1em;
  margin: 0;
  border-top: 1px solid #CCCCCC;
}
.form-filter .cancel {
  position: absolute;
  top: 1em;
  right: 1.417em;
  color: #737373;
  text-decoration: none;
}
.form-filter .cancel:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  content: '';
  background: url(../assets/frontend/img/sprite.png) no-repeat -60px -80px;
  margin-right: 5px;
  margin-top: -2px;
}
.form-filter .cancel:hover {
  color: #EB5C10;
}
.form-filter .cancel:hover:before {
  background-position: -40px -80px;
}
.form-filter fieldset {
  display: block;
}
.form-filter .fieldset-content {
  padding: 0.7em 0 0.7em 1em;
  border-top: 1px solid #CCCCCC;
}
.form-filter legend {
  display: none;
}
.form-filter label {
  display: inline-block;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  height: 2.2em;
  line-height: 2.28em;
  padding: 1px 8px;
  margin: 0.3em 0.8em 0.3em 0;
  cursor: pointer;
  /* background: gradient */
}
.form-filter label.checked {
  padding: 0px 7px;
  border-width: 2px;
  border-color: #F08548;
  background: #FFFFFF;
}
.form-filter input[type=checkbox] {
  vertical-align: middle;
}
.svg .form-filter h2 .caret {
  background-image: url(../assets/frontend/img/sprite.svg);
}
.svg .form-filter .cancel:before {
  background-image: url(../assets/frontend/img/sprite.svg);
}
.csstransforms .form-filter h2.open .caret {
  width: 9px;
  height: 14px;
  background-position: -63px -99px;
  transform: rotate(90deg);
}
.form-filter.ready h2 {
  cursor: pointer;
}
/* FILTER INFO */
.filter-info {
  padding: 0.4em 0 0.3em 0;
}
.filter-info .button {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
/* ACTIVE FILTERS */
.active-filters {
  margin-left: 15px;
  padding-right: 7.167em;
}
/* změna margin-left z 99px na 15px Frank 22.4.2015*/
/* FILTER TABS */
.filter-tabs {
  padding: 0;
  margin: 0;
  display: block;
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
}
.block .filter-tabs {
  margin-top: 0;
}
.filter-tabs li {
  padding: 0;
  margin: 0;
  float: left;
  text-indent: 0;
  border-right: 1px solid #CCCCCC;
}
.filter-tabs a:hover {
  background-color: #EEEEEE;
}
.filter-tabs .current a {
  border: 1px solid #C34400;
  margin: -1px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px #CC4E0B;
  cursor: default;
  /* background: gradient; */
}
.filter-tabs .current a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  border: 5px solid transparent;
  border-bottom: none;
  border-top-color: #C34400;
  margin: 0 0 0 -5px;
}
.filter-tabs .current a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  border: 5px solid transparent;
  border-bottom: none;
  border-top-color: #ED6E29;
  margin: 0 0 0 -5px;
}
.filter-tabs a {
  display: block;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  color: #5E5E5E;
  height: 3.25em;
  line-height: 3.25em;
  text-decoration: none;
}
.filter-tabs li:before {
  display: none;
}
.filter-tabs .current a {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNWMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZkMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #eb5c0f 0%, #ed6d28 100%);
  background-color: #eb5c0f;
}
.button.removable {
  color: #76402B;
  border-color: #D89A7A;
  padding: 0.6em 32px 0.45em 1em;
  position: relative;
  box-shadow: inset 0 1px 1px #FFFBF9;
  text-shadow: none;
  /* background: gradient */
}
.button.removable a {
  color: #76402B;
  text-decoration: none;
}
/* .button.removable:hover { background: gradient; } */
.button.removable .remove {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  background: url(../assets/frontend/img/sprite.png) no-repeat 0 -80px;
  margin: -9px 0 0 0;
  padding: 0;
  text-indent: -20em;
  overflow: hidden;
}
.svg .button.removable .remove {
  background-image: url(../assets/frontend/img/sprite.svg);
}
.button.removable:hover .remove {
  background-position: -20px -80px;
}
.button.removable .remove:hover {
  background-position: -40px -80px;
}
.button {
  color: #FFF;
  font-size: 12px;
  font-size: 0.923rem;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.42);
  line-height: 1.2;
  padding: 0.5em 1em 0.5em 1em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #BB4100;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.32), 0px 1px 1px rgba(0, 0, 0, 0.22);
  font-weight: bold;
  /* background: gradient */
}
/*
.button:link,
.button:visited { color: #FFF; }
*/
.list {
  padding-left: 0;
  margin: 0;
}
.list li {
  text-indent: 0;
  padding: 0;
  margin: 0;
}
.list li:before {
  display: none;
}
.button-list .button {
  display: block;
}
.button-list li + li {
  padding-top: 0.583em;
}
.button,
.button-small {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkOGM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTVmMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ed8c63 0%, #e55f26 100%);
  background-color: #E55D23;
}
.button.light {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
  background-color: #F6F6F6;
  color: #5F5F5F;
  text-shadow: 0px 1px 0px #FFFFFF;
  border-color: #B6B6B6;
}
.button.removable {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmU0ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ffefe8 0%, #ffe4d9 100%);
  background-color: #ffefe8;
}
.button.removable:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZTBkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWNhYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #fde0d4 0%, #facab7 100%);
  background-color: #fde0d4;
}
.block > h2 {
  color: #636363;
  font-size: 1.15em;
  margin: 0;
  padding: 0.8em 2em 0.8em 1em;
  box-shadow: inset 0px 1px 0px #FFFFFF;
  border-bottom: 1px solid #BEBEBE;
  line-height: 1.2;
  display: block;
  /* background: gradient */
}
.block > h2 {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
}
.section {
  width: 70.4%;
  float: left;
  margin-bottom: 1.538em;
}
.aside {
  margin-left: 72.7%;
}
.simple-list li {
  color: #eb5b0e;
  font-size: 18px;
  font-weight: bold;
}
.simple-list ul li {
  color: #3e3e3e;
  font-size: 14px;
}
.simple-list ul ul li {
  font-weight: normal;
}
.simple-list ul ul ul li {
  font-size: 12px;
}
.block-about-expo h3 {
  font-size: 1.583em;
  color: #656565;
  text-align: center;
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.21em 0;
  padding: 0 0 0.8em 0;
  font-weight: normal;
}
.block-about-expo h3 small {
  font-size: 0.789em;
  color: #EF7C3E;
  display: block;
  line-height: 1;
  padding-bottom: 0.3em;
}
.block-about-expo h3:after {
  display: block;
  content: '';
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background-color: #999999;
  position: relative;
  top: 0.5em;
}
.grid-1-1 .cell,
.framed-grid .cell {
  width: 50%;
  float: left;
}
.block-discipline .block-content {
  font-size: 12px;
  font-size: 0.923rem;
  line-height: 1.4;
}
.block-discipline h3 {
  color: #333333;
  font-weight: bold;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}
.block-discipline ul {
  padding-right: 1em;
}
.block-discipline .cell + .cell ul {
  padding-left: 1em;
  padding-right: 0;
}
.block-discipline li + li {
  padding-top: 0.45em;
}
.block-discipline .number {
  float: left;
  font-weight: bold;
  text-align: right;
  color: #eb5d11;
  padding: 0 1em 0 0;
}
.block-discipline .label {
  display: block;
  text-decoration: underline;
  padding: 0;
  overflow: hidden;
}
.block-discipline ul a {
  text-decoration: none;
  color: #333;
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  padding: 0.416em 0;
}
.block-discipline ul a:hover {
  border-color: #CDCDCD;
  background-color: #F8F8F8;
}
#form-search .select-overlay {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGUwZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #fcf5f2 0%, #f4e0d5 100%);
  background-color: #fcf5f2;
}
.block-content.no-padding {
  padding: 0;
}
.action-info {
  position: relative;
  padding: 15px;
}
.action-info img {
  display: inline-block;
}
.action-info h3 {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: normal;
}
.action-info .mdate {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  font-size: 26px;
  color: #a0a0a0;
}
.msg {
  border-bottom: 1px solid #cecece;
}
.msg .title {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  /*    max-width: 970px; - změna ORAX rem Frank 13.7.23*/
  /*    height: 90px;
    line-height: 90px;*/
  font-size: 30px;
  font-weight: bold;
}
.msg .title span {
  white-space: nowrap;
}
.cwh {
  overflow: hidden;
}
.cwh hr {
  display: block;
  height: 1px;
  font-size: 0;
  border: none;
  background: #cecece;
}
.cwh .nob-block {
  position: relative;
  margin: 0 auto;
  /*    max-width: 990px; - změna ORAX rem Frank 13.7.23*/
  height: 90px;
}
.top-content {
  /*    background:pink;    - změna ORAX rem Frank 9.4.14*/
  margin: 0 auto;
  /*    max-width: 990px; - změna ORAX rem Frank 13.7.23*/
}
.cwh h1 {
  margin: 0;
  padding: 0 10px;
  height: 90px;
  line-height: 90px;
}
.cwh h1 {
  margin-right: 200px;
  font-size: 26px;
  font-weight: normal;
  color: #3a3a3a;
}
.cwh .nob-block ul {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.cwh .nob-block ul li {
  display: inline-block;
  margin: 0;
  padding: 0 9px;
  text-indent: 0;
  text-align: center;
}
.cwh .nob-block ul li:before {
  display: none;
}
.cwh .nob-block ul li > * {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  color: #797979;
}
.cwh .nob-block ul li > * span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #E5E5E5;
  background-image: url(../img/sprite.png);
}
.svg .cwh .nob-block ul li > * span {
  background-image: url(../img/sprite.svg?x=1239);
}
.cwh .nob-block ul li .ibvv span {
  background-position: -280px 0;
}
.cwh .nob-block ul li .star span {
  background-position: -240px 0;
}
.cwh .nob-block ul li .flag span {
  background-position: -260px 0;
}
.cwh .nob-block ul li .house span {
  background-position: -300px 0;
}
.cwh .nob-block ul li > *:hover {
  color: #565656;
}
.cwh .nob-block ul li .ibvv:hover span {
  background-position: -280px -20px;
}
.cwh .nob-block ul li .star:hover span {
  background-position: -240px -20px;
}
.cwh .nob-block ul li .flag:hover span {
  background-position: -260px -20px;
}
.cwh .nob-block ul li .house:hover span {
  background-position: -300px -20px;
}
.msg .prevact {
  display: block;
  /*    max-width:970px;  - změna ORAX rem Frank 13.7.23*/
  margin: 0px auto;
  height: 40px;
  font-size: 18px;
  color: #eb5b0e;
  font-weight: bold;
  /*    position:absolute;
    right: 15px;
    top: 95%;
    margin-top: -20px;*/
}
@media (max-width: 480px) {
  .filter-tabs {
    display: none;
  }
  .form-filter fieldset {
    position: relative;
    padding-top: 3.25em;
    border-top: 1px solid #CCCCCC;
  }
  .form-filter fieldset.filtr-staty {
    border-top: 0;
  }
  .form-filter legend {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.25em;
    line-height: 3.25em;
    margin: 0;
    padding: 0 0 0 1.384em;
    font-weight: bold;
  }
  .form-filter .fieldset-content {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
  }
  .form-filter .current legend {
    border: 1px solid #C34400;
    z-index: 1;
    color: #ffffff;
    top: -1px;
    left: -1px;
    right: -1px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #CC4E0B;
    cursor: default;
    background: #eb5c0f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNWMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZkMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #eb5c0f 0%, #ed6d28 100%);
    background-color: #eb5c0f;
  }
  .form-filter .current legend:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border: 5px solid transparent;
    border-bottom: none;
    border-top-color: #C34400;
    margin: 0 0 0 -5px;
  }
  .form-filter .current legend:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    border: 5px solid transparent;
    border-bottom: none;
    border-top-color: #ED6E29;
    margin: 0 0 0 -5px;
  }
  .form-filter label {
    display: block;
  }
}
a {
  outline: 0;
}
div.dark-layer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 899;
  background: url(../images/ajax-loader.gif) no-repeat #a6a6a6 50%;
}
div.dark-layer-background p.info {
  text-align: center;
  font-weight: bold;
  color: #FFFF00;
  background: #000;
  font-size: 20px;
  padding-top: 20px;
  margin: 0;
}
div.dark-layer-background p.info1 {
  padding: 20px;
}
div.favourite-visited-comp-box {
  display: inline-block;
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
  margin-bottom: -6px;
}
div.favourite-visited-comp-box div.fvc-one-box {
  width: 50%;
  float: left;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 2px solid transparent;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
}
div.favourite-visited-comp-box div.fvc-one-box div.fvc-icon {
  position: absolute;
  margin-top: 15px;
  margin-left: 7%;
  width: 20px;
  height: 20px;
}
div.favourite-visited-comp-box div.fvc-one-box div.visited-icon {
  background: url('../assets/frontend/img/sprite.png') -180px -40px no-repeat;
}
div.favourite-visited-comp-box div.fvc-one-box div.favourite-icon {
  background: url('../assets/frontend/img/sprite.png') -240px -42px no-repeat;
}
div.favourite-visited-comp-box div.fvc-one-box h2 {
  padding-left: 27%;
  text-align: left;
  font-size: 1.25em;
  color: #636363;
}
div.favourite-visited-comp-box div.fvc-one-box:first-child {
  border-right: 1px solid #BEBEBE;
}
div.favourite-visited-comp-box div.fvc-one-box:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #e8e8e8 0%, #dfdfdf 100%);
  background-color: #e8e8e8;
}
div.favourite-visited-comp-box div.active-box {
  background: #FFFFFF;
  border-top: 2px solid #E7632B;
}
div.favourite-visited-comp-box div.active-box:hover {
  background: #FFFFFF;
}
#box_visited_comp {
  display: none;
}
#box_favourite_comp,
#box_visited_comp {
  border-top: 0;
}
a.firm_detail_star_favourite {
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../assets/frontend/img/sprite.png) no-repeat 0 -200px;
}
a.firm_detail_star_non_favourite {
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../assets/frontend/img/sprite.png) no-repeat -17px -200px;
}
div.cookie-agreement-wrapper {
  display: flex;
  justify-content: end;
  margin-right: -28px;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper {
  font-size: 12px;
  max-width: 500px;
  min-width: 320px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: transparent;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-agreement-head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e24f1e;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-agreement-head h2 {
  position: relative;
  color: white;
  padding: 9px 25px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 1px solid #e65d23;
  margin-bottom: 0;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-panel-body {
  background: #FFF;
  padding: 0 25px 20px;
  border-left: 1px solid #e65d23;
  border-right: 1px solid #e65d23;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-panel-body p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 15px;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-panel-body .cookie-agreement-button {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-panel-body div.cookie-agreement-button-agree {
  cursor: pointer;
  background-color: #e65d23;
  margin-right: 10px;
}
div.cookie-agreement-wrapper div.cookie-agreement-inner-wrapper div.cookie-panel-body a.cookie-agreement-button-next {
  background-color: #ec8d0b;
  color: #FFF !important;
}
div.map-wrapper-notice {
  padding: 3px 10px;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (prefers-color-scheme: dark) {
  div.map-wrapper {
    background: url('../images/dark-bg-fff-big.png?=v=3') no-repeat center;
  }
}
@media screen and (min-width: 400px) and (prefers-color-scheme: dark) {
  div.map-wrapper-notice {
    filter: invert(100%) !important;
  }
}
@media screen and (max-width: 400px) and (prefers-color-scheme: dark) {
  div.map-wrapper-notice {
    background: url('../images/dark-bg-fff-big.png?=v=3') no-repeat center;
    color: #f39200;
    filter: none;
  }
}
@media screen and (max-width: 558px) {
  div.map-wraper img {
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  div.map-wrapper-notice {
    position: relative;
    border-top: 1px solid #CCCCCC;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
  }
  div.box-cert-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  div.map-wrapper-notice {
    max-width: none;
  }
}
html {
  font-family: FiraSans;
  font-size: 13px;
}
body {
  margin: 0;
  line-height: 1.6;
  background: #FFF;
  display: grid;
  grid-template-columns: auto 0px;
  min-width: 320px;
}
div,
img {
  box-sizing: border-box;
}
#main-content {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
div.demo-indicator {
  padding: 7px 0;
  text-align: center;
  color: #FFCE44;
  font-size: 14px;
  font-weight: bold;
  background-color: #FF0000;
}
.container-top {
  --offset: 100px;
  --fade: 120px;
  display: flex;
  align-items: flex-end;
  width: 60px;
  justify-self: end;
  justify-content: flex-end;
  -webkit-mask: linear-gradient(#0000 calc(100vh + var(--offset)), #000 calc(100vh + var(--offset) + var(--fade)));
  mask: linear-gradient(#0000 calc(100vh + var(--offset)), #000 calc(100vh + var(--offset) + var(--fade)));
}
.top {
  position: sticky;
  bottom: 20px;
  margin-right: 10px;
  /* visual styling */
  width: 100%;
  aspect-ratio: 1;
  background: #eb5b0e;
  border-radius: 25px;
}
.top:before {
  content: "";
  position: absolute;
  inset: 30%;
  transform: translateY(20%) rotate(-45deg);
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
.main-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px 30px;
  position: relative;
}
.main-wrapper .main-header-delimiter {
  height: 2px;
  background-color: #ededed;
}
.main-wrapper .main-content-wrapper {
  display: flex;
  gap: 30px;
}
.main-wrapper .main-content-wrapper .main-content {
  flex: 1 0 auto;
  max-width: calc(100% - 320px);
}
.main-wrapper .main-content-wrapper .main-content .overview-menu {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border: 1px solid #aeaeae;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .main-content-wrapper .main-content .overview-menu > div {
  flex: 1 0;
  text-align: center;
  border-right: 1px solid #aeaeae;
}
.main-wrapper .main-content-wrapper .main-content .overview-menu > div a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #757575;
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
  font-size: 16px;
  border-top: 2px solid #f7f7f7;
  height: 100%;
}
.main-wrapper .main-content-wrapper .main-content .overview-menu > div:last-child {
  border-right: 0;
  border-top-right-radius: 21px;
}
.main-wrapper .main-content-wrapper .main-content .overview-menu .current a {
  background: #FFF;
  border-top: 2px solid #E7632B;
}
.main-wrapper .main-content-wrapper .main-aside {
  width: 280px;
  margin: 0 auto;
}
.error-404-wrapper h1 {
  font-size: 52px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2;
}
.error-404-wrapper h2 {
  font-size: 48px;
  font-weight: normal;
  padding-top: 0;
  margin-top: 15px;
  color: #eb5b0e;
}
.error-404-wrapper p {
  font-size: 18px;
}
.error-404-wrapper .error-404-content {
  font-size: 20px;
  font-weight: bold;
}
.main-wrapper--header {
  padding: 0 20px 20px;
}
.main-wrapper--padding {
  padding-top: 20px;
}
.main-wrapper--overview .main-content-wrapper .main-content {
  max-width: calc(100% - 310px);
}
.common-logo {
  width: 142px;
  height: 102px;
  border-radius: 15px;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.common-logo--empty {
  background: url(../assets/frontend/img/item-empty-person.png) no-repeat center center #ffffff;
}
.section {
  margin-bottom: 0;
}
.block-aside {
  border: 1px solid #dbdbdb;
  background-color: #FFFFFF;
  margin: 0 0 20px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  font-size: 12px;
}
.block-aside h2 {
  font-size: 15px;
  color: #636363;
  margin: 0;
  padding: 0.8em 2em 0.8em 1em;
  box-shadow: inset 0px 1px 0px #FFFFFF;
  border-bottom: 1px solid #BEBEBE;
  line-height: 1.2;
  display: block;
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
}
.block-aside h3 {
  color: #eb5b0e;
}
.block-aside .ico-bulb:before {
  content: "\f0eb";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: 0 10px;
}
.block-aside .ico-info:before {
  content: "\f05a";
  font-size: 15px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: 0 10px;
}
.block-aside img {
  border-radius: 15px;
}
.block-list-links {
  background-color: #f8f9fa;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #C1C1C1;
  margin: 0;
}
.block-list-links li:first-child {
  padding-top: 0.6em;
}
.block-list-links li:last-child {
  padding-bottom: 0.6em;
}
.block-list-links a {
  color: #757575;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}
.block-list-links a:before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
}
.block-list-links a:hover {
  color: #eb5b0e;
}
.block-about li {
  text-indent: -20px;
}
.block-about li:before {
  content: "\f068";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
}
.fair-menu {
  min-width: 250px;
}
.fair-menu > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 0;
  padding-left: 0;
}
.fair-menu > div > div {
  text-align: center;
  border-left: 2px solid #dbdbdb;
}
.fair-menu > div > div:first-child {
  border: 0;
}
.fair-menu > div > div a {
  color: #757575;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 10px;
}
.fair-menu > div > div a:hover {
  color: #eb5b0e;
}
.fair-menu > div > div.current + div {
  border: 0;
}
.fair-menu > div > div.current {
  background: #f39200;
  border-left: 2px solid #f39200;
  outline: none;
}
.fair-menu > div > div.current a {
  color: #FFF;
  cursor: initial;
}
.fair-menu > div > div.current:first-child {
  border: 0;
}
.fair-wrapper {
  background-color: #f8f9fa;
  margin: 20px 0 0 0;
  padding: 20px;
  width: 250px;
  min-height: 250px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .5s ease;
}
.fair-wrapper:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.fair-wrapper .fair-text {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.fair-wrapper .fair-text .fair-text-main {
  flex: 1 0 auto;
  display: flex;
}
.fair-wrapper .fair-text .fair-text-main a {
  color: #000;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
.fair-wrapper .fair-text .fair-text-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #eb5b0e;
}
.fair-wrapper .fair-text .fair-text-contact {
  display: flex;
}
.fair-wrapper .fair-text .fair-text-contact a {
  color: #000;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #eb5b0e;
  border-radius: 25px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
}
.fair-wrapper .fair-text .fair-text-contact a:hover {
  background-color: #b12e0d;
  border-color: #b12e0d;
  color: #FFF;
}
.fair-wrapper .fair-text .fair-no-catalogue {
  padding: 40px 0px;
  text-align: center;
  font-weight: bold;
  color: #eb5b0e;
}
.fair-wrapper .fair-logo {
  margin: 0 auto;
  width: 210px;
  height: auto;
  border: 1px solid #e4e4e4;
  background-color: #FFF;
  padding: 5px;
  border-radius: 15px;
}
.fair-wrapper .fair-logo a {
  display: flex;
  width: 160px;
  height: 160px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.fair-wrapper .fair-logo img {
  display: block;
  max-width: 100%;
  max-width: 160px;
  border-radius: 15px;
  background: #FFF;
}
.fair-wrapper .fair-contact {
  padding-top: 5px;
}
.fair-wrapper .fair-contact span.fas {
  font-size: 20px;
  color: #757575;
}
.fair-wrapper .fair-contact span.fas:hover {
  color: #eb5b0e;
}
.fairs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
.fair-hide {
  display: none;
}
.breadcrumb-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb-content a {
  color: #757575;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb-content a:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 10px;
  padding: 0 5px;
  color: #eb5b0e;
  content: "\f054";
}
.breadcrumb-wrapper .breadcrumb-content span {
  color: #eb5b0e;
  font-weight: bold;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb-branch {
  margin-top: 5px;
  padding: 10px 20px 10px 46px;
  background-color: #f0f0f0;
  border-radius: 20px;
  text-indent: -26px;
}
.breadcrumb-wrapper .breadcrumb-branch:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f126";
  color: #eb5b0e;
  font-size: 14px;
  padding-right: 10px;
}
.breadcrumb-wrapper .breadcrumb-branch a {
  white-space: nowrap;
}
.breadcrumb-wrapper .breadcrumb-branch a:last-child {
  color: #eb5b0e;
  cursor: initial;
}
.breadcrumb-wrapper .breadcrumb-branch a:last-child:after {
  content: none;
}
.sorting-wrapper {
  margin: 0;
  border: 0;
}
.sorting-wrapper .sorting-options {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.sorting-wrapper .sorting-options a {
  display: block;
  height: 40px;
  line-height: 42px;
  padding: 0 1.5em;
  font-weight: bold;
  border: 1px solid #aeaeae;
  border-left: 0;
  border-bottom: 0;
  text-shadow: 0 1px 0 #FFFFFF;
  color: #6D6D6D;
  text-decoration: none;
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
}
.sorting-wrapper .sorting-options li:first-child a {
  border-top-left-radius: 15px;
  overflow: hidden;
  border-left: 1px solid #aeaeae;
}
.sorting-wrapper .sorting-options li:last-child a {
  border-top-right-radius: 15px;
  overflow: hidden;
}
.sorting-wrapper .sorting-options .current a {
  background: #f39200;
  border-color: #f39200;
  color: #FFF;
  text-shadow: none;
}
.letters-wrapper {
  border: 1px solid #aeaeae;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0;
}
.letters-wrapper li {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
}
.letters-wrapper li a {
  font-weight: bold;
  text-decoration: none;
  color: #757575;
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  font-size: 14px;
}
.letters-wrapper .current {
  background: linear-gradient(to bottom, #ed8c63 0%, #e55f26 100%);
  background-color: #E55D23;
  border-color: #BB4100;
  text-shadow: 0 -1px 0 #95512d;
}
.letters-wrapper .current a {
  color: #FFF;
}
.letters-wrapper .all a {
  align-items: center;
}
.letters-wrapper--plane {
  border: 0;
  justify-content: flex-start;
}
.branches-wrapper {
  border: 1px solid #aeaeae;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 15px;
  margin: 0;
}
.branches-wrapper .branches-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.branches-wrapper .branches-content ul {
  padding-left: 0;
  width: calc(50% - 5px);
  margin-top: 0;
}
.branches-wrapper .branches-content ul li a {
  display: flex;
  padding: 5px 0;
  text-decoration: none;
}
.branches-wrapper .branches-content ul li a .number {
  font-weight: bold;
  color: #eb5b0e;
  padding-right: 10px;
  font-family: sans-serif;
}
.branches-wrapper .branches-content ul li a .label {
  color: #000;
  text-decoration: underline;
}
.branches-wrapper-bottom {
  margin-top: 20px;
  border-top-right-radius: 20px;
}
.pagination {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  min-width: 250px;
}
.pagination .pagination-content {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
}
.pagination .pagination-content a {
  border: 0;
  border-right: 1px solid #dbdbdb;
  width: 50px;
  box-shadow: inset 0px 1px 0px #FFF;
  text-shadow: 0 1px 0 #FFFFFF;
}
.pagination .pagination-content a.last {
  border-right: 0;
}
.pagination .pagination-content a.next {
  border-left: 1px solid #dbdbdb;
}
.pagination .pagination-content .pagination-pages a {
  width: 40px;
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-color: #f7f7f7;
  display: inline-block;
  height: 100%;
  line-height: 3.6;
  color: #939393;
  text-decoration: none;
}
.pagination .pagination-content .pagination-pages a:first-child {
  border-left: 1px solid #dbdbdb;
}
.pagination .pagination-content .pagination-pages .current {
  background: #FFFFFF;
  border-top: 2px solid #E86A34;
  margin-top: -1px;
  height: 3.5em;
  line-height: 3.5;
}
.pagination .pagination-content a.first,
.pagination .pagination-content a.previous,
.pagination .pagination-content a.last,
.pagination .pagination-content a.next {
  overflow: hidden;
  display: inline-block;
  line-height: 3.6;
  vertical-align: top;
  color: #939393;
  font-weight: bold;
  text-decoration: none;
  float: none;
}
.pagination .pagination-content a.first span,
.pagination .pagination-content a.previous span,
.pagination .pagination-content a.last span,
.pagination .pagination-content a.next span {
  font-weight: bold;
  color: #7F7F7F;
}
.pagination .page-number {
  margin-top: 15px;
  font-size: 11px;
  color: #6d6d6d;
  font-weight: normal;
}
.section-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #aeaeae;
  border-radius: 20px;
  padding: 15px;
}
.section-menu a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #dbdbdb;
  color: #494949;
  border-radius: 15px;
}
.section-menu .current {
  border: 1px solid #eb5b0e;
  color: #eb5b0e;
}
.search-block-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 15px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  overflow: hidden;
}
.search-block-categories h3 {
  margin: 0;
}
.search-block-categories > div {
  width: 50%;
  min-width: 255px;
  display: flex;
  gap: 10px;
}
.search-block-categories > div .category-info {
  display: flex;
  flex-direction: column;
}
.search-block-categories > div .category-info a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#box_hledani_produkty {
  display: none;
}
#box_hledani_znacky {
  display: none;
}
#box_hledani_firmy {
  display: none;
}
#box_hledani_obory {
  display: none;
}
#box_hledani_stanky {
  display: none;
}
p.nenalezeno {
  padding: 25px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  color: #eb5b0e;
}
.search-wrapper {
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 25px;
  color: #6B6B6B;
  background-color: #EDEDED;
  border: 1px solid #aeaeae;
}
.search-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.search-wrapper > div input[type=text] {
  color: #999999;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 9px;
  border-radius: 10px;
  border: 1px solid #aeaeae;
  outline: none;
}
.search-wrapper > div .button {
  padding: 11px 18px;
  cursor: pointer;
  border-radius: 10px;
}
.search-other-cat {
  margin-top: 40px;
  border: 1px solid #AEAEAE;
  border-radius: 20px;
  overflow: hidden;
}
.search-other-cat .catalogues-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.search-other-cat .catalogues-wrapper .catalogue-item-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 160px;
}
.search-other-cat .catalogues-wrapper .catalogue-item-wrapper .common-logo {
  width: 152px;
  height: 152px;
}
.search-other-cat .catalogues-wrapper .catalogue-item-wrapper .common-logo img {
  width: 140px;
}
.search-other-cat .catalogues-wrapper .catalogue-item-wrapper .other-cat-link {
  text-align: center;
}
.search-other-cat .catalogues-wrapper .catalogue-item-wrapper .other-cat-link a {
  display: block;
}
.error-wrapper {
  display: flex;
}
.error-wrapper > div {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: #eb5b0e;
  padding: 20px;
  border: 1px solid #eb5b0e;
  border-radius: 20px;
}
.branches-list li {
  color: #3e3e3e;
  font-weight: normal;
  font-size: 12px;
}
.branches-list .level0 {
  color: #eb5b0e;
  font-size: 18px;
  font-weight: bold;
}
.branches-list .level1 {
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
}
.branches-list .level2 {
  font-size: 14px;
  padding-left: 40px;
}
.branches-list .level3 {
  padding-left: 60px;
}
.branches-list .level4 {
  padding-left: 80px;
}
@media (prefers-color-scheme: dark) {
  .fair-wrapper .fair-logo {
    background: url('../images/dark-bg-fff.png?=v=3') no-repeat center;
  }
  .fair-wrapper .fair-logo img {
    background: url('../images/dark-bg-fff.png?=v=3') no-repeat center;
  }
}
@media screen and (max-width: 880px) {
  .main-wrapper--header {
    padding-bottom: 0;
  }
  .block-map .map-wrapper {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper .main-content-wrapper {
    flex-direction: column;
  }
  .main-wrapper .main-content-wrapper .main-content {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .search-block-categories > div {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .fair-menu > div {
    grid-template-columns: 1fr;
  }
  .fair-menu > div > div {
    text-align: center;
    border: 0;
    border-top: 1px solid #dbdbdb;
  }
  .fair-menu > div > div:first-child {
    border: 0;
  }
  .fair-menu > div div.current + div {
    border: 0;
  }
  .fair-menu > div div.current {
    background: #f39200;
    border-top: 1px solid #f39200;
    outline: none;
  }
  .fair-menu > div div.current:first-child {
    border: 0;
  }
  .fairs-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .fair-wrapper {
    min-height: 0;
  }
  .pagination .pagination-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "pagleft pagright" "pagpages pagpages";
    max-width: 226px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
  }
  .pagination .pagination-content .pagination-left {
    grid-area: pagleft;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .pagination .pagination-content .pagination-left .previous {
    border: 0;
  }
  .pagination .pagination-content .pagination-pages {
    grid-area: pagpages;
    margin-top: 10px;
  }
  .pagination .pagination-content .pagination-pages a {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .pagination .pagination-content .pagination-right {
    grid-area: pagright;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .error-404-wrapper h1,
  .error-404-wrapper h2 {
    font-size: 30px;
  }
  .error-404-wrapper p {
    font-size: 14px;
  }
  .error-404-wrapper .error-404-content {
    font-size: 16px;
  }
  .branches-wrapper .branches-content {
    display: block;
  }
  .branches-wrapper .branches-content ul {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .error-404-wrapper h1,
  .error-404-wrapper h2 {
    font-size: 25px;
  }
  .error-404-wrapper p {
    font-size: 14px;
  }
  .error-404-wrapper .error-404-content {
    font-size: 16px;
  }
  #main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
  
  @media (min-width: 768px) {
    width: 70%;
  }
  
  @media (min-width: 992px) {
    width: 50%;
  }
  
  @media (min-width: 1200px) {
    width: 30%;
  }
  
  &__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    outline: none;
    
    &:focus {
      & + .select-box__list {
				z-index: 30;
        opacity: 1;
				li {
					&:before {
						content: none;
					}
				}

        // We have to set "animation-name: none;" to make the list visible (read below how it works)

        animation-name: none;
        
        .select-box__option {
          cursor: pointer;
        }
      }
      
      .select-box__icon {
        transform: translateY(-50%) rotate(180deg);
      }
    }
  }
  
  &__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease;
  }
  
  &__value {
    display: flex;
  }
  
  &__input {
    display: none;
    
    &:checked + .select-box__input-text {
      display: block;
    }
  }
  
  &__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
  }
  
  &__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    
    // We need to use animation with delay.
    // Otherwise the click event will not have time to run on label, because this element disapears immediately when .select-box__current element loses the focus.
    // This delay will not be noticed because we set "opacity" to "0".
    // We also use "animation-fill-mode: forwards" to make the list stay hidden.
    
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.9);
  }
  
  &__option {
    display: block;
    padding: 15px;
    background-color: #fff;
    
    &:hover,
    &:focus {
      color: #546c84;
      background-color: #fbfbfb;
    }
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
*/
