@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Frutiger';
  src: url('/fonts/Frutiger.otf');
}

@font-face {
  font-family: 'FrutigerB';
  src: url('/fonts/FrutigerBold.otf');
}

body {
  font-family: 'Frutiger', sans-serif;
  transition: all 0.6s ease;
}

body p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #000;
}

.big_img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar.fixed-top {
  flex-direction: column;
  align-items: stretch;
}

.lista-top {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.fixed-top {
  position: sticky;
  background-color: #fff;
  top: 0;
  border-top: 1px solid #ddd;
}

.lista-top ul {
  width: 100%;
  text-align: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.lista-top ul li {
  display: inline-block;
}

.lista-top ul li a {
  padding: 10px 4px;
  color: #000;
  font-size: 11px;
  line-height: 17px;
  display: inline-block;
  font-weight: bold;
}

.lista-top ul li a i {
  font-size: 8px;
}

.header-left p {
  max-width: 500px;
}

.header-left ul {
  margin-top: 50px;
  padding: 0px;
  list-style: none;
}

.header-left li {
  margin-bottom: 33px;
}

.header-left ul a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 43px;
  display: flex;
  text-transform: uppercase;
}

.header-left ul li:first-child a {
  font-size: 42px;
}

.icon-square {
  margin-right: 35px;
  display: inline-block;
  width: 43px;
  height: 43px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 43px;
  font-size: 21px;
  border-radius: 4px;
}

.icon-square-small {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 15px;
  float: left;
  border-radius: 4px;
}

.columns {
  margin: 25px auto;
  display: inline-block;
  width: 100%;
}

.columns ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.columns li {
  position: relative;
  line-height: 23px;
  margin-bottom: 35px;
  padding-left: 35px;
}

.columns li::before {
  font-size: 24px;
  content: '\f0c8';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.columns h3 {
  margin-bottom: 35px;
  color: #000;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
}

.flex-menu {
  display: flex;
  width: 100%;
  align-content: space-between;
  align-items: center;
  justify-content: center;
}

.menu-gallery {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: auto;
  gap: 15px;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-gallery .btn {
  min-width: 150px;
  color: #2b375b;
  font-size: 14px;
  letter-spacing: 0.14px;
  padding: 0.575rem 1.45rem;
}

.menu-gallery .btn:hover {
  color: #fff;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin: 35px auto;
}

.gallery-images a {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

.gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1240px) {
  .navbar-nav>li>a {
    font-size: 14px !important;
  }

  .index_nav .fa {
    font-size: 21px !important;
  }
}

.white_bg h1,
.white_bg p,
.white_bg .btn-default {
  color: #000;
}

.white_bg .btn-default {
  border-color: #000;
  background-color: transparent;
}

.black_bg h1,
.black_bg p,
.black_bg .btn-default {
  color: #fff;
}

.black_bg .btn-default {
  border-color: #fff;
  background-color: transparent;
}

.carousel-caption {
  max-width: 700px;
  width: 100%;
  padding: 40px;
  color: #fff;
}

.carousel-caption p {
  line-height: 31px;
}

@media (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 68px;
    line-height: 68px;
    text-align: left;
    font-weight: bold;
    width: 300px;
    text-transform: uppercase;
  }
}

@media (max-width: 1160px) {
  .carousel-caption h1 {
    font-size: 33px;
    line-height: 37px;
  }

  .contact-items {
    display: none;
  }
}

@media (max-width: 1024px) {
  .gallery-images a {
    width: 31.3%;
  }
}

@media (max-width: 479px) {
  .gallery-images a {
    margin: 2% 0;
    width: 100%;
  }
}

.index_nav .fa {
  font-size: 24px;
}

.icons {
  text-align: center;
}

.icons p {
  margin-top: 10px;
}

.text-left h2 {
  text-align: left !important;
}

.getIn {
  padding: 40px 0px;
  text-align: left;
  display: flex;
  position: relative;
}

.getIn h2 {
  color: #000000;
  margin: 0px;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 0.76px;
  font-weight: 400;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: 'FrutigerB', sans-serif;
}

.getIn h2 strong {
  font-weight: 700 !important;
}

.getIn h2 b {
  display: block;
  font-weight: 700 !important;
}

.category h2 {
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: 'FrutigerB', sans-serif;
}

.contact_soc_icons {
  max-width: 215px;
}

.contact_soc_icons p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.email a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #4e4e4e;
}

.email .cdx-fontawesome {
  font-size: 50px;
  margin-right: 40px;
  color: #c4c0ae;
}

.contact_soc_icons a {
  display: inline-block;
  text-align: center;
  font-size: 35px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #c4c0ae;
  border-radius: 50%;
  color: #fff;
}

.contact_soc_icons i {
  line-height: 55px;
}

.item_getin930 h2 {
  font-family: 'edosz', sans-serif;
}

.item_getin945 h2 {
  margin: 40px 0px 0px 0px;
}

.item_getin930 span {
  display: block;
}

.benefity {
  margin: 35px auto;
}

.benefity .box {
  border: 1px solid #000;
  padding: 30px 20px 15px 20px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.box h3 {
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold;
}

.box img {
  margin-bottom: 25px;
  max-height: 70px;
}

.box p {
  line-height: 25px;
}

.item_getin955::before,
.item_getin908::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aplikace .category {
  background-color: transparent;
}

.subpage h2,
.item_getin953 h2,
.item_getin954 h2,
.products h2,
.position_6 .item_getin967 h2,
.textProductBottom h2 {
  font-size: 43px;
  line-height: 48px;
  margin: 0px 0px 20px 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.subpage h2 b {
  font-weight: bold;
  display: block;
}

.subpage p {
  line-height: 23px;
  margin-bottom: 25px;
}

.adressess p {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.21px;
  line-height: 30px;
}

.adressess .cdx-fontawesome {
  font-size: 50px;
  margin-right: 40px;
  color: #c4c0ae;
}

.item_getin929 h3 {
  font-size: 26px;
  letter-spacing: 0.26px;
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.item_getin908,
.item_getin955 {
  background-color: #000;
  padding-bottom: 22px;
}

.item_getin926 {
  padding: 165px 0px !important;
}

.item_getin926 .container,
.item_getin927 .container,
.item_getin905 .container,
.item_getin934 .container {
  display: flex;
  align-items: center;
}

.item_getin934 .container {
  height: 1050px;
}

.item_getin927 {
  padding: 85px 0px;
}

.item_getin927 h4 {
  max-width: 465px;
  font-size: 25px;
  letter-spacing: 0.25px;
  line-height: 41px;
  color: #4e4e4e;
}

.item_getin927 h5 a {
  font-size: 26px;
  line-height: 76px;
  letter-spacing: 0.26px;
  color: #c4c0ae;
  font-weight: bold;
}

.logo-mojo a {
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.26px;
  color: #c4c0ae;
}

.item_getin927 h5 .cdx-fontawesome {
  font-size: 26px;
  width: 55px;
  text-align: center;
  margin-right: 15px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  color: #fff;
  background-color: #c4c0ae !important;
}

.item_getin905 .obal_bg {
  width: 100%;
}

.item_getin926 ul {
  padding: 0px;
  margin: 0px;
}

.item_getin926 li {
  margin: 20px auto;
  list-style: none;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  line-height: 40px;
}

.item_getin926 li::before {
  content: '';
  background-image: url('/jpg/ikonka-kolo.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.space {
  margin: 30px auto;
  border-color: transparent;
}

.item_getin905 {
  margin: 45px auto;
  padding: 85px 0px;
  height: 995px;
}

.item_getin905 h2 {
  color: #fff;
}

.events ul {
  padding: 0px 15px;
  list-style: none;
  color: #fff;
}

.events li::before {
  content: '\2013';
  /* Unicode character for an em dash */
  position: absolute;
  left: 15px;
  color: #fff;
  /* Set the color you want */
}

.max-img-width {
  max-height: 570px;
}

.item_getin903 {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_getin931 {
  align-items: center;
}

.item_getin931 .columns {
  margin-top: 80px;
}

.item_getin931 ul {
  margin-top: 45px;
}

.item_getin931 li {
  padding-left: 0px;
}

.item_getin931 li::before {
  content: '';
}

.item_getin931 h3 {
  max-width: 150px;
  font-size: 29px;
  line-height: 31px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  margin-bottom: 25px;
}

.header-left h3::before {
  content: '01';
  font-size: 68px;
  font-weight: 600;
  line-height: 60px;
  margin-right: 25px;
}

.header-right h3::before {
  content: '02';
  font-size: 68px;
  font-weight: 600;
  line-height: 60px;
  margin-right: 25px;
}

.bg-black {
  background-color: #000;
}

.btn {
  border-radius: 0px;
  font-size: 15px;
  font-weight: 600;
}

.btn-default {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  max-width: 220px;
  width: 100%;
}

.btn-default:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}

.btn-primary {
  border: 2px solid #000;
  background-color: #fff;
  padding: 12px 16px;
  max-width: 220px;
  width: 100%;
}

.btn-primary:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

.item_getin949 .columns {
  padding: 50px;
  z-index: 1;
  position: relative;
}

.item_getin949 {
  padding: 80px 0px;
  position: relative;
}

.item_getin949::before {
  content: '';
  background-color: #137858;
  position: absolute;
  width: calc(50% - 500px);
  right: 0px;
  height: calc(100% - 160px);
  z-index: 0;
}

.item_getin963::before {
  content: '';
  background-color: #137858;
  position: absolute;
  width: calc(50% - 500px);
  right: 0px;
  height: calc(100% - 55px);
  z-index: 0;
}

.color-white {
  color: #fff;
}

.flex-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 550px;
}

.flex-div-full {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#message_kontakt {
  margin: 25px auto;
  display: inline-block;
  width: 100%;
}

.item_getin903 .btn,
.item_getin904 .btn,
.formular_sign .btn {
  width: 100%;
  max-width: 320px;
  padding: 0.8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}

.formular_kontakt p {
  font-size: 11px;
  line-height: 13px;
  max-width: 550px;
}

.formular_kontakt a {
  color: #fff;
}

.formular_kontakt a:hover {
  color: #fff;
}

.item_getin924 img {
  max-width: 184px;
}

.item_getin904 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: 0px -94px;
}

.item_getin904 .btn::before {
  border-color: #aaa27a;
}

.max-width {
  max-width: 500px;
}

.max-width550 {
  padding-top: 20px;
  max-width: 550px;
}

.max-width700 {
  max-width: 700px;
}

.max-width-right p {
  max-width: 525px;
  display: flex;
  margin: auto 0px 35px auto;
}

.color-white p {
  color: #fff;
}

.item_getin913 {
  margin-top: 40px;
}

.category {
  min-height: 290px;
}

.color-white h2,
.color-white h4 {
  color: #fff;
}

.product {
  padding: 45px 0px;
}

.pneu-icons {
  margin-bottom: 45px;
}

.pneu-icons .col-xs-12 {
  width: auto;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pneu-icons p {
  margin: 0px 15px;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.color-white .pneu-icons p {
  color: #fff;
}

.pneu-icons img {
  display: flex;
}

.item_getin934 {
  padding: 145px 0px;
}

.item_getin934 h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.event .date {
  color: #63b59c;
  font-size: 35px;
  letter-spacing: 0.35px;
  line-height: 35px;
  font-weight: bold;
}

.event h2 {
  font-size: 76px;
  letter-spacing: 0.76px;
  line-height: 115px;
  color: #0f1012;
}

.event h3 {
  color: #63b59c;
}

.event {
  margin-top: 50px;
}

.prod-bottom {
  margin: 35px auto 55px auto;
  display: flex;
  align-items: center;
}

.prod-bottom .content {
  max-width: 470px;
  margin-right: 25px;
}

.prod-bottom h3 {
  color: #2b375b;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.25px;
  line-height: 27px;
}

.checked_true::before {
  content: '\f14a';
  width: 1.28571429em;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 400;
  color: #2b375b;
}

.checked_false::before {
  content: '\f0c8';
  width: 1.28571429em;
  font-weight: 400;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  color: #2b375b;
}

.linkTool {
  background: #fff;
  border: 1px solid rgba(201, 201, 204, 0.48);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  will-change: filter;
  animation: link-in 450ms 1 cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  margin-bottom: 15px;
  padding: 25px;
  color: initial !important;
  text-decoration: none !important;
}

.link-tool__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 30px;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  float: right;
}

.link-tool__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

.link-tool__description {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.55em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.link-tool__anchor {
  display: block;
  font-size: 15px;
  line-height: 1em;
  color: #888 !important;
  border: 0 !important;
  padding: 0 !important;
}

.youtube-video,
.embed {
  float: none;
  clear: left;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 1em;
}

.embed {
  padding-bottom: 43.1%;
}

.open_embed {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}

.open_embed a {
  color: #fff;
}

.file {
  margin: 15px auto;
}

.file a {
  display: flex;
  font-weight: 600;
  position: relative;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #2a3047;
  border-radius: 7px;
  background: #fff;
  color: #2a3047;
  text-decoration: none;
}

.file a:hover {
  background-color: #2a3047;
  color: #fff;
}

.file a:hover .fas {
  color: #fff;
}

.file a .far {
  margin-right: 15px;
  font-size: 30px;
}

.file a .fas {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #2a3047;
  font-size: 30px;
}

.productGallery {
  margin: 15px auto;
}

.img-border {
  padding: 2px;
  border: 1px solid #2a3047;
  border-radius: 4px;
}

.img-background {
  padding: 10px;
  background-color: #2a3047;
}

.youtube-video iframe,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px none;
}

.imgGall {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 415px;
  border-radius: 5px;
  display: block;
}

.imgGallSingle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 165px;
  border-radius: 5px;
  display: block;
}

.options {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 35px auto;
}

.option {
  margin: auto;
  display: inline-grid;
  justify-items: center;
}

.option img {
  display: block;
  margin-bottom: 15px;
}

ol[class^='listJS_'] {
  list-style-type: none;
  counter-reset: section;
  margin: 0;
  padding: 0;
}

ul.listJS {
  margin: 0;
  padding: 0px 0px 0px 15px;
}

ol[class^='listJS_']>li {
  display: table;
  counter-increment: section;
  margin-bottom: 0.6em;
}

ol[class^='listJS_']>li::before {
  content: counters(section, '.') '. ';
  display: table-cell;
  padding-right: 0.6em;
}

li ol[class^='listJS_']>li,
li ul.listJS>li {
  margin: 0;
}

li ol[class^='listJS_']>li::before {
  content: counters(section, '.') ' ';
}

.contact_box li::before {
  content: '';
}

.category {
  transition: all 0.6s ease;
  height: 100%;
  text-align: left;
  border: 1px solid #fff;
  padding: 40px;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  background-color: #000;
}

.item_getin908 .col-xs-12,
.aplikace .col-xs-12 {
  margin-bottom: 30px;
}

.category:hover {
  text-decoration: none;
  transition: all 0.6s ease;
  background-color: #fff;
}

.category:hover h2,
.category:hover p {
  color: #000;
}

.category:hover .triangle::before,
.category:hover .triangle {
  border-color: transparent transparent #137858 transparent;
}

.nadpisFont h2 {
  font-size: 150px;
  color: #fff;
  text-align: right;
  line-height: 119px;
  letter-spacing: 1.5px;
  font-family: 'FrutigerB', sans-serif;
}

.cat_img {
  border-radius: 10px 10px 0px 0px;
  min-height: 185px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.item_content_896 .cat_img {
  min-height: 285px;
}

.item_content_896 .item_getin908 {
  background-color: #fff;
}

.item_content_896 #product_907 {
  padding-top: 235px;
  padding-bottom: 150px;
}

.item_content_896 #product_910 {
  padding-top: 235px;
  padding-bottom: 150px;
}

.category .context {
  margin: auto;
}

.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #fff transparent;
  position: relative;
}

.triangle::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 22px 21.5px;
  border-color: transparent transparent #000 transparent;
  top: 19px;
  left: -22px;
}

.item_getin955 .triangle::before {
  border-color: transparent transparent #fff transparent;
}

.category h2 strong {
  display: block;
  font-weight: 700;
}

.category .btn-link {
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.category .btn-link .fa {
  position: relative;
  top: 1.1px;
  left: 5px;
  font-size: 17px;
}

.btn-light::before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
}

.category p {
  color: #fff;
  line-height: 19px;
  font-size: 15px;
}

.img-main {
  height: 390px;
  width: 100%;
  position: relative;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainArticle {
  margin-bottom: 105px;
}

.article .img-article {
  height: 290px;
  width: 100%;
  position: relative;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}

.item_content_896 .article .img-article {
  height: 220px;
}

.img-article::before,
.img-main::before {
  content: '';
  background-color: #000;
  width: 65%;
  height: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -30px;
  left: 50%;
}

.item_content_896 .img-article::before {
  bottom: -18px;
  height: 12px;
}

.article h3 {
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
}

.item_content_896 .article h3 {
  font-size: 26px;
}

.mainArticle h3 {
  font-size: 32px !important;
}

.mainArticle .btn {
  max-width: 160px;
}

.articlesList {
  margin-bottom: 55px;
}

.date-article {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
}

.article h3 a {
  color: #000;
}

.thumbup {
  display: block;
}

.item_getin904 .thumbup:first-child {
  margin-bottom: 10px;
}

.thumbup img {
  display: block;
  background-color: #fff;
}

.gallery-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.item_getin928 .gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(205px, 0fr));
  margin: 0 auto;
  display: grid;
  grid-gap: 16px;
}

.thumbupSmall {
  width: 210px;
  height: 210px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote {
  text-align: center;
  position: relative;
  max-width: 500px;
  margin: 55px auto 0px auto;
}

.quote p {
  margin-top: 20px;
  font-size: 15px;
  color: #2b375b;
}

.quote p b {
  display: block;
}

.quote q::before {
  font-size: 104px;
  line-height: 52px;
  font-weight: 700;
  position: absolute;
  left: -30px;
  font-family: 'Roboto', sans-serif;
}

.quote q::after {
  font-size: 104px;
  line-height: 52px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  bottom: 0px;
  font-family: 'Roboto', sans-serif;
}

.quote q {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 29px;
  font-style: italic;
  color: #2b375b;
  max-width: 435px;
  display: inline-block;
}

.banner {
  margin-top: 25px;
  padding: 52px 30px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #000;
}

.banner.bg-primary {
  background-color: #2a3047 !important;
}

.banner.bg-dark {
  background-color: #000 !important;
}

.banner .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .btn {
  width: 100%;
  max-width: 220px;
  max-height: 65px;
  height: max-content;
  color: #fff !important;
  border-color: #fff !important;
  padding: 12px;
  border-width: 2px;
}

.banner .btn:hover {
  color: #fff !important;
  background-color: #63b59c !important;
  border-color: #63b59c !important;
}

.banner h3 {
  color: #fff;
  font-size: 52px;
  max-width: 300px;
  margin: 0px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: bold;
}

.banner p {
  max-width: 405px;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
  color: #fff;
}

.text_bottom {
  padding-bottom: 120px;
}

.text_bottom p {
  font-weight: 400;
  max-width: 690px;
}

.text_bottom h2 {
  text-align: left;
  font-size: 50px;
  color: #131d3b;
  line-height: 66px;
}

.text_bottom h3 {
  margin-top: 45px;
  font-size: 33px;
  color: #131d3b;
  line-height: 44px;
}

.text_home {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text_home .container {
  min-height: 800px;
  display: flex;
}

.home_product {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text_home p {
  color: #23233c;
  line-height: 27px;
  font-size: 13px;
  text-align: right;
  margin: 0px;
}

.bg_blue {
  background-color: #f5f8ff;
}

.kde_nas_najdete h5 {
  margin-bottom: 25px;
}

.kontakt_block {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.kontakt_block strong {
  color: #98c64f;
  font-size: 15px;
}

.kontakt_block a {
  color: #131d3b;
  font-size: 15px;
  font-weight: 600;
}

.prace_list h3 {
  color: #131d3b;
}

.prace_list ul {
  margin-top: 0px !important;
}

.empty_prace {
  padding: 85px 0px 45px 0px;
  text-align: center;
}

.empty_prace p {
  margin: 45px auto;
  font-weight: 400;
}

#map_canvas {
  width: 100%;
  min-height: 500px;
  margin-bottom: 15px;
}

.mapa_kontakt #map_canvas {
  min-height: 680px;
}

.checkbox label {
  font-weight: normal;
  font-size: 10px;
}

.gallerie_bottom .btn {
  font-size: 22px;
  padding: 10px 30px;
  margin-top: 20px;
}

.table td:first-child {
  font-weight: bold;
}

.table th:nth-child(2) {
  font-weight: normal;
}

.table-striped a {
  color: #131d3b;
}

.stahnout {
  font-weight: 400;
}

.stahnout .fa {
  font-size: 28px;
}

.bg-red li,
.bg-red p {
  color: #fff;
}

.bg-red h2 {
  margin-top: 32px;
}

.bg-gray p {
  color: #000000;
}

.bg-gray h2 {
  color: #000000;
  text-align: center;
}

.bg-black h2 {
  margin-top: 32px;
}

.item_getin949 h2 {
  font-size: 52px;
  line-height: 52px;
  max-width: 210px;
  margin-bottom: 25px;
  margin-top: 55px;
}

.img-klient {
  padding: 30px;
  background-color: #000;
  display: inline-block;
}

.box_pribeh p {
  margin-top: 5px;
  padding: 55px 55px 35px 0px;
  color: #000000;
  position: relative;
}

.box_pribeh a {
  color: #137858;
  text-transform: uppercase;
  text-decoration: underline;
}

.box_pribeh p::before {
  content: '“';
  font-family: 'Roboto';
  color: #7f7f7f;
  position: absolute;
  top: 0px;
  font-size: 117px;
  line-height: 109px;
}

.box_pribeh p::after {
  content: '”';
  font-family: 'Roboto';
  color: #7f7f7f;
  position: absolute;
  bottom: -90px;
  right: 95px;
  font-size: 117px;
  line-height: 109px;
}

.formular_kon {
  width: 100%;
  margin: auto;
  max-width: 880px;
}

.form-control {
  background-color: #000;
  color: #fff;
  font-family: 'Roboto';
  border-bottom: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  padding-left: 0px;
  font-weight: 300;
  height: calc(2.2em);
}

input:focus,
input:active,
textarea:focus {
  background-color: #000 !important;
  color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
  background: transparent !important;
  color: #000000 !important;
}

.contact-items a {
  display: inline-block;
  padding: 4px 6px;
}

.icon {
  background-color: #2a3047;
  border-radius: 6px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-right: 6px;
}

.navbar-brand {
  margin-top: -50px;
}

.navbar-fixed-top .navbar-brand {
  margin-top: 0px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-brand,
.navbar {
  padding: 0px;
  z-index: 2;
}

.navbar-fixed-top {
  background-color: #fff;
}

.navbar-brand img {
  max-width: 116px;
  max-height: 116px;
  transition: max-height 0.15s ease-in;
}

.navbar-fixed-top .navbar-brand img {
  max-width: 75px;
  max-height: 75px;
  transition: max-height 0.15s ease-out;
}

.navbar-fixed-top .navbar-collapse {
  margin: 0px;
}

.navbar-nav>li>a {
  color: #000;
  font-size: 17px;
  padding: 29px 10px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  color: #63b59c;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
  color: #63b59c;
}

.navbar-nav>.disabled>a,
.navbar-nav>.disabled>a:hover,
.navbar-nav>.disabled>a:focus {
  color: #63b59c;
}

h1 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 39px;
  line-height: 50px;
}

.img_main img {
  display: inline-block;
  max-height: 380px;
}

.mapa {
  margin: 35px auto;
}

.mapa .container {
  position: relative;
}

.contact_box {
  position: absolute;
  top: 80px;
  right: 65px;
  background-color: rgba(43, 55, 91, 0.89);
  border-radius: 4px;
  padding: 15px 27px;
  color: #fff;
  width: 100%;
  height: calc(100% - 175px);
  max-width: 280px;
}

.contact_box .icon {
  background-color: #fff;
  color: #2a3047;
  font-size: 17px;
}

.icon i {
  line-height: 26px;
}

.social_icons i {
  line-height: 35px;
}

.contact_box h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0.45px;
  margin-bottom: 30px;
}

.contact_box h2 b {
  display: block;
}

.contact_box ul {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 19px;
  list-style: none;
}

.contact_box li {
  margin-bottom: 20px;
}

.contact_box a {
  color: #fff;
}

#map {
  width: 100%;
  min-height: 500px;
  margin-bottom: 15px;
}

.ui-widget.ui-widget-content {
  width: 100%;
  margin: auto;
  max-width: 850px;
  border: 0px solid #000;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 39px;
  line-height: 53px;
  color: #c4c0ae;
  margin: 0px 40px;
}

.ui-widget-content .ui-state-default {
  background-color: transparent;
  border: 0px solid #000;
  text-align: center;
  width: 61px;
  height: 61px;
  line-height: 55px;
  font-size: 19px;
  color: #fff;
  border-radius: 50%;
  margin: auto;
}

.obsazeno .ui-state-default {
  background-color: #63b59c;
}

.ui-widget-header .ui-state-hover {
  background-color: transparent;
  border: 0px solid #fff;
}

.ui-widget-header .ui-state-hover .ui-datepicker-next {
  position: absolute;
}

.ui-datepicker .ui-datepicker-next {
  border: 0px solid #fff;
  right: 0px;
  top: 0px;
}

.ui-datepicker .ui-datepicker-prev {
  border: 0px solid #fff;
  left: 0px;
  top: 0px;
}

.ui-datepicker td {
  padding: 10px 0px;
}

.ui-widget-header .ui-datepicker-prev:before {
  background-color: #c4c0ae;
  border-radius: 50%;
  content: '\f053';
  line-height: 32px;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 700 !important;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin-left: -16.5px;
  margin-top: 0px;
  color: #171717;
  font-size: 20px;
}

.ui-widget-header .ui-datepicker-next:before {
  content: '\f054';
  background-color: #c4c0ae;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 700 !important;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin-left: -16.5px;
  margin-top: 0px;
  color: #171717;
  font-size: 20px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: 0px solid #000;
}

.ui-datepicker-calendar th {
  background-color: #c4c0ae;
}

.ui-datepicker-calendar th:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ui-datepicker-calendar th:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ui-datepicker-calendar th {
  color: #171717;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding: 0.5em 0.3em;
}

.ui-datepicker-current-day .ui-state-default {
  border: 1px solid #c4c0ae;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  line-height: 55px;
  font-size: 19px;
  margin: auto;
}

.subpageTitle {
  display: inline-block;
  width: 100%;
  margin: 170px 0px 40px 0px;
}

.imgCategory {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 430px;
  margin-bottom: 60px;
}

.imgProduct {
  margin-bottom: 40px;
}

.subpageTitle h1 {
  color: #000;
  font-size: 60px;
  text-align: left;
  line-height: 95px;
  font-weight: bold;
  text-transform: uppercase;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}

.subpageTitle p {
  font-size: 16px;
  line-height: 31px;
  margin: 15px 0px 0px 0px;
}

.subpageTitle h1 b {
  display: block;
}

.img-right {
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-nav {
  position: relative;
  width: 100%;
  justify-content: end;
}

.line_green {
  padding-left: 25px;
  border-left: 6px solid #98c64f;
}

.margin-top {
  margin: 60px auto 0px auto;
  max-width: 585px;
}

.margin-top p {
  font-weight: 400;
}

.bottom-logo {
  display: inline-block;
  margin: 0px 0px 25px 0px;
  max-height: 73px;
}

.bottom-logo img {
  max-height: 175px;
  max-width: 100%;
}

.text-copy p,
.copy_text p {
  font-size: 14px;
}

.menu_buttom {
  margin: 50px 0px 0px 0px;
}

.menu_buttom li {
  display: inline-block;
}

.menu_buttom a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 10px 4px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
}

.carousel-item,
.main-carousel .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-carousel .item {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.main-carousel {
  position: relative;
}

.main-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.main-carousel .owl-nav button.owl-prev,
.main-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 0;
  font-size: 36px;
  line-height: 1;
  pointer-events: auto;
}

.main-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.main-carousel .owl-nav button.owl-next {
  right: 20px;
}

.main-carousel .owl-nav button.owl-prev:hover,
.main-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.main-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.main-carousel .owl-dots button.owl-dot span {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: 5px;
}

.main-carousel .owl-dots button.owl-dot.active span,
.main-carousel .owl-dots button.owl-dot:hover span {
  background: #fff;
}

.copyright_bottom {
  margin-top: 75px;
}

.copyright_bottom .container {
  padding: 20px 15px 25px 15px;
}

.copyright_bottom h2 {
  color: #5b6ba2;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  margin-top: 130px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  line-height: 28px;
}

.copyright_bottom ul {
  padding: 0px;
  list-style: none;
}

.text-copy-right h2 {
  margin-bottom: 55px;
}

.copy_text {
  padding: 15px 0px;
}

.social_icons {
  text-align: center;
  margin: auto;
  padding: 15px 0px 35px 0px;
  border-bottom: 1px solid #fff;
}

.social_icons a {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

.social_icons a:hover {
  background-color: #2a3047;
}

#back-top {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 999;
  display: none;
}

#back-top img {
  max-width: 65px;
}

#back-top a {
  display: inline-block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top em {
  display: table-column-group;
  text-indent: -9999px;
}

.text-indent {
  display: table-column-group;
  text-indent: -9999px;
}

.loader_popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  z-index: 9999999;
  display: none;
}

.loader_bg {
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader span {
  display: none;
}

.loader {
  font-size: 10px;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5em;
  margin-left: -5em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.7);
  border-right: 1.1em solid rgba(255, 255, 255, 0.7);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
  border-left: 1.1em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.produkt_inner {
  width: 100%;
  padding-bottom: 15px;
  display: inline-block;
}

.produkt_detail {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 15px 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 100%;
  overflow: auto;
}

.produkt_popis {
  padding: 5px 15px 5px 15px;
  text-align: justify;
  overflow-x: hidden;
}

.close_detail_produkt {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  font-size: 22px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000;
}

.popup_okno {
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999992;
  width: 100%;
  display: none;
  height: 100%;
}

.popup_obal {
  max-width: 850px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-height: 600px !important;
  position: relative;
  text-align: center;
  width: calc(100% - 30px);
  box-shadow: 0 15px 20px #7682b72d;
  border: 3px solid #131d3b;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.message_page {
  display: none;
  position: fixed;
  top: 50%;
  width: 320px;
  height: 50px;
  z-index: 999999;
  left: 50%;
  margin-left: -160px;
  margin-top: -25px;
}

.list_historie {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 15px 0px 0px;
  margin: 0px !important;
  z-index: 9;
  overflow-y: scroll;
  height: 100%;
}

.cdx-fontawesome {
  background: none !important;
}

.prod-faq {
  margin: 45px auto;
}

.call-out {
  border: 1px solid rgb(255, 135, 135);
  padding: 8px 16px;
  border-radius: 6px;
  box-shadow: 0 0 0 5px rgba(255, 120, 84, 0.16);
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.citation p {
  font-style: italic;
}

.details p {
  font-size: 0.84em;
}

.faq-text {
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 19px;
  margin: 15px auto 40px auto;
}

.btn-outline-faq {
  padding: 0.375rem 1.45rem;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 29px;
  color: #2b375b;
  border-color: #2b375b;
  position: relative;
}

.btn-outline-faq::after {
  position: absolute;
  right: 20px;
  top: 15px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #2b375b transparent transparent transparent;
}

.btn-outline-faq.open::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #fff transparent !important;
}

.btn-outline-faq:hover::after,
.btn-outline-faq:focus::after {
  border-color: #fff transparent transparent transparent;
}

.btn-outline-faq:hover,
.btn-outline-faq.open {
  color: #fff;
  background-color: #2b375b;
  border-color: #2b375b;
}

.div-flex-carousel {
  display: flex;
  align-items: center;
}

.image-carousel img {
  max-width: 200%;
}

.gallerie_footer,
.carousel-main {
  margin: 25px auto;
}

.carousel-main img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 250px;
  order: 1;
  border-radius: 4px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar:hover {
  visibility: visible;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  visibility: visible;
}

@media (max-width: 991.98px) {

  .quote q::before,
  .quote q::after {
    font-size: 70px;
  }

  .banner h3 {
    font-size: 39px;
    line-height: 42px;
  }

  .subpageTitle h1 {
    font-size: 54px;
    line-height: 71px;
  }

  .getIn h2 {
    font-size: 56px;
    line-height: 62px;
  }

  .category h2 {
    font-size: 43px;
    line-height: 43px;
  }

  .navbar-nav>li>a {
    font-size: 11px !important;
    padding: 29px 3px;
  }
}

@media (max-width: 767.98px) {
  .gallery-logos img {
    width: 100%;
    max-width: 165px;
    height: auto;
  }

  .div-flex-carousel {
    flex-direction: column;
  }

  .category {
    padding: 20px;
  }

  .carousel-inner {
    align-items: flex-start;
  }

  .bottom-logo {
    display: inline-block;
    width: 100%;
    margin: 0px auto 25px auto;
    text-align: center;
  }

  .header-left ul li:first-child a {
    font-size: 28px;
  }

  .header-left ul a {
    font-size: 12px;
  }

  .navbar-brand img {
    max-width: 80px;
    max-height: 80px;
  }

  .navbar-brand {
    margin-top: -37px;
  }

  .carousel {
    margin-top: 100px;
  }

  .contact_box {
    position: relative;
    max-width: initial;
    top: 0;
    left: 0;
  }

  .flex-div {
    margin-bottom: 45px;
  }

  .events li::before {
    left: 60px;
  }

  .subpageTitle h1 {
    padding: 35px 0 15px;
    font-size: 34px;
    line-height: 49px;
  }

  .subpageTitle {
    margin: 80px 0 20px 0;
  }

  .item_getin953 h2,
  .item_getin954 h2,
  .position_6 .item_getin967 h2,
  .products h2,
  .subpage h2,
  .textProductBottom h2 {
    font-size: 34px;
  }

  .benefity .box {
    margin-bottom: 15px;
  }

  .banner .content {
    display: block;
  }

  .text-copy {
    padding: 0px;
    text-align: center;
  }

  .banner {
    display: block;
  }

  .banner .content,
  .formular_kontakt .btn {
    margin-bottom: 15px;
  }

  .copyright_bottom h2 {
    margin-top: 20px;
    text-align: center;
  }

  .formular_kon {
    margin-top: 5px;
  }

  .quote {
    margin: 10px auto 30px auto;
  }

  .social_icons {
    text-align: center;
  }

  .quote q {
    font-size: 15px;
    line-height: 25px;
  }

  .quote q::before {
    font-size: 60px;
    left: -20px;
  }

  .quote q::after {
    font-size: 60px;
    right: 10px;
    bottom: 15px;
  }

  .copyright_bottom ul {
    text-align: center;
  }

  .getIn {
    padding: 20px 0 10px 0px;
  }

  .getIn h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .navbar-nav>li>a {
    display: block;
    padding: 15px 3px;
  }

  .carousel-item h1 {
    font-size: 38px;
    line-height: 36px;
  }

  .carousel-item {
    background-position: bottom;
  }

  .copyright_bottom p {
    text-align: center !important;
  }

  .copyright p {
    margin-top: 20px;
    text-align: center !important;
  }

  .social_icons a {
    margin: 0px 5px;
  }

  .subpage h1 {
    font-size: 35px;
    line-height: 36px;
  }

  .item_getin913 {
    margin: 0px;
  }

  .prod-bottom {
    display: block;
  }

  .prod-bottom .content {
    margin: auto;
  }

  .product {
    margin-bottom: 45px;
  }
}

@media (max-width: 575.98px) {
  .carousel-item h1 {
    font-size: 30px;
    text-align: left;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .search-box {
    display: none;
  }

  .navbar-nav {
    background-color: #fff;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 30px;
  }

  .ui-datepicker td {
    padding: 4px 0;
  }

  .contact_soc_icons {
    margin: 20px 0;
  }

  .ui-widget-content .ui-state-default {
    width: 40px;
    height: 40px;
    line-height: 34px;
  }

  .ui-datepicker-current-day .ui-state-default {
    width: 40px;
    height: 40px;
    line-height: 34px;
  }

  .event h2 {
    font-size: 55px;
    line-height: 56px;
  }

  .event .date {
    font-size: 15px;
    letter-spacing: 0.05px;
  }

  .eventsList {
    padding: 60px 0;
  }

  .gallery-images a {
    width: 48%;
  }

  .thumbupSmall {
    width: 150px;
    height: 140px;
  }

  .product h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .item_getin949 h2 {
    margin-top: 0px;
  }

  .item_getin931 .columns {
    margin-top: 20px;
  }

  .menu_buttom a {
    padding: 10px 5px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .item_getin928 .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 0fr));
  }

  .product h3 {
    line-height: 27px;
  }

  .item_content_896 #product_910 {
    padding-top: 125px;
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

html {
  scroll-behavior: smooth;
}

.center {
  position: relative;
  margin: auto;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* searchbar */

.search-box {
  position: relative;
  z-index: 1;
  width: 300px;
}

#search {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

#suggestions {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
}

.suggestion {
  padding: 8px 10px;
  cursor: pointer;
}

.suggestion:hover,
.suggestion.active {
  background: #f0f0f0;
}

.highlight {
  font-weight: bold;
  color: #2a7ae2;
}

/* modal */

#modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#modal-box {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  max-width: 600px;
  width: 100%;
  position: relative;
}

#modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}

#modal-content h2 {
  margin: 0 0 0.5rem;
}

#modal-content p {
  margin: 0 0 1rem;
  color: #555;
}

#modal-content img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 1rem;
}

#modal-content a {
  display: inline-block;
  padding: 8px 16px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .carousel-caption {
    margin-top: 230px;
  }

  .product .row .col-xs-12:first-child,
  .mobileLeft .row .col-xs-12:first-child {
    order: 2;
  }

  .product .row .col-xs-12:last-child,
  .mobileLeft .row .col-xs-12:last-child {
    order: 1;
  }
}