/* -- start setup -- */
/*
font-family: 'Exo', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

* {
  font-family: "Lexend", serif, Arial, Verdana, Trebuchet MS, Helvetica,
    sans-serif;
  font-size: 16px;
  color: #9c9c9c;
}

.exo {
  font-family: "Exo", sans-serif;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

.fw300 {
  font-weight: 300;
}

.white {
  color: White;
}

.black {
  color: Black;
}

.darkText {
  color: #1d1d1d;
}

.relative {
  position: relative;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentCenter {
  margin-left: auto;
  margin-right: auto;
}

.maxW436 {
  max-width: 436px;
}

.maxW540 {
  max-width: 540px;
}

.maxW670 {
  max-width: 670px;
}

.maxW736 {
  max-width: 736px;
}

.maxW1120 {
  max-width: 1120px;
}

.minH159 {
  min-height: 159px !important;
}

.minH170 {
  min-height: 170px !important;
}

.minH233 {
  min-height: 233px !important;
}

.minH900 {
  min-height: 900px;
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

body {
  background-color: White;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contentSmaller {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contentSmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .contentSmall {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .contentSmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .contentSmall {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .contentSmall {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

h2 {
  color: #282828;
  font-size: 28px;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 31px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 37px;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

/*
.topNavig {
    position:fixed;
    z-index:999;
    top:0;
    width:100%;
}
*/

.top {
  background-color: #000000;
  background: #383838;

  min-height: 40px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .top {
    padding-right: 50px;
  }
}

.topInfo a {
  font-size: 12px;
  line-height: 40px;
  display: block;
  margin-left: 24px;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .topInfo a {
    font-size: 13px;
    margin-left: 24px;
  }
}

.topInfo div a {
  color: #b6b6b6;
  font-weight: 400;
  font-size: 14px;
}

.header {
  background-image: url(../pcs/pcs_layout/header-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}

.headerContinue {
  min-height: 115px;
}

.headerContinueDark {
  background-color: #383838;
  border-top: 1px solid #4a4a4a;
}

@media only screen and (min-width: 1400px) {
  .topLogo,
  .topSearchForm,
  .topPhones {
    width: 450px;
  }
}

.topMenuBox {
  padding: 10px 10px 0 10px;
}

@media (min-width: 1200px) {
  .topMenuBox {
    padding: 33px 10px 0 10px;
  }
}

@media (min-width: 1600px) {
  .topMenuBox {
    padding: 33px 43px 0 43px;
  }
}

.topMenuBoxContinue {
  padding: 10px 10px 0 10px;
}

@media (min-width: 1200px) {
  .topMenuBoxContinue {
    padding: 20px 10px 0 10px;
  }
}

@media (min-width: 1600px) {
  .topMenuBoxContinue {
    padding: 20px 43px 0 43px;
  }
}

.topLogo {
  margin-bottom: 0;
  margin-top: 7px;
}

.topMenuIco {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.topMenuPhone {
  background-image: url(../pcs/pcs_layout/top-ico-phone.svg);
}

.topMenuEmail {
  background-image: url(../pcs/pcs_layout/top-ico-email.svg);
}

.topMenuIco a {
  color: White;
  font-size: 14px;
  font-weight: 600;
}

.topMenuIco a span {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 400;
}

.topMenu {
  margin: 7px 20px 0 0;
}

.topMenu li {
  list-style-type: none;
  text-align: center;
}

.topMenu li a {
  color: White;
  line-height: 31px;
  line-height: 20px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .topMenu li a {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 31px;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .topMenu li a {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .topMenu li a {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
  }
}

.searchForm {
  height: 45px;
  margin-right: 55px;
}

@media (min-width: 992px) {
  .searchForm {
    margin-right: 0;
    width: 370px;
  }
}

.searchFormInput {
  margin: 0;
  height: 45px;
  border: none;
  width: 200px;
  background-color: #6d6d6d;
  color: White !;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  padding-left: 3px;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (min-width: 1200px) {
  .searchFormInput {
    width: 202px;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .searchFormInput {
    max-width: 332px;
    width: 332px;
    font-size: 15px;
  }
}

.headerContinueDark .searchFormInput {
  background-color: White;
  color: #747474;
}

.searchFormInput::placeholder {
  color: White;
  /* Změň barvu na požadovanou */
}

.searchFormInput[type="text"] {
  color: white;
  /* Barva vstupního textu */
}

.headerContinueDark .searchFormInput::placeholder {
  color: #747474;
  /* Změň barvu na požadovanou */
}

.headerContinueDark .searchFormInput[type="text"] {
  color: #747474;
  /* Barva vstupního textu */
}

/* */

.searchFormSubmit {
  margin: 0;
  background-image: url(../pcs/pcs_layout/search-submit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-color: #b5df4f;
  border: none;
  padding: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*
.headerContinueDark .searchFormSubmit {
    background-color: #9ec73d;
    background-image: url(../pcs/pcs_layout/search-submit-white.svg);
}
*/
.headerContent {
  min-height: 573px;
}

.headerTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: White;
  margin-bottom: 20px;
  text-align: center;
}

.headerTitle {
  font-size: 40px;
  line-height: 60px;
}

@media only screen and (min-width: 480px) {
  .headerTitle {
    font-size: 44px;
    line-height: 63px;
  }
}

@media only screen and (min-width: 768px) {
  .headerTitle {
    font-size: 48px;
    line-height: 66px;
  }
}

@media only screen and (min-width: 992px) {
  .headerTitle {
    font-size: 52px;
    line-height: 69px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .headerTitle {
    font-size: 56px;
    line-height: 72px;
  }
}

.headerText {
  color: #d6d5d5;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .headerText {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 520px;
  }
}

.button {
  font-weight: 500;
  border: none;
  display: block;
  color: #000000;
  font-size: 14px;
  width: 178px;
  height: 52px;
  font-weight: 700;
  line-height: 52px;
  background-color: #b5df4f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.5s;
}

/*.buttonWhite {
    color: White;
}*/

.path {
  /*background-color: #f6faec; */
  color: #747474;
  min-height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.pathGrey {
  background-color: #f2f2f2;
}

.path a {
  color: #282828;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .path,
  .path a {
    font-size: 16px;
  }
}

.button205 {
  width: 205px;
}

.button223 {
  width: 223px;
}

.button236 {
  width: 236px;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.button:hover {
  color: Black;
  text-decoration: none;
  background-color: #84ac24;
}

.buttonWhite:hover {
  color: White;
}

.oddLine {
  margin-top: 50px;
  margin-bottom: 25px;
  height: 1px;
  background-color: White;
  opacity: 0.5;
}

.galleryImg {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 236px;
  margin-top: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 256px;
  margin: 15px auto 15px auto;
}

.galleryImg1 {
  background-image: url(../pcs/pcs_layout/gravirovani1.jpg);
}

.galleryImg2 {
  background-image: url(../pcs/pcs_layout/gravirovani2.jpg);
}

.galleryImg3 {
  background-image: url(../pcs/pcs_layout/gravirovani3.jpg);
}

.galleryImg4 {
  background-image: url(../pcs/pcs_layout/gravirovani4.jpg);
}

.galleryImg5 {
  background-image: url(../pcs/pcs_layout/gravirovani5.jpg);
}

.galleryImg6 {
  background-image: url(../pcs/pcs_layout/gravirovani6.jpg);
}

.galleryImg7 {
  background-image: url(../pcs/pcs_layout/gravirovani7.jpg);
}

.galleryImg8 {
  background-image: url(../pcs/pcs_layout/gravirovani8.jpg);
}

.galleryImg9 {
  background-image: url(../pcs/pcs_layout/gravirovani9.jpg);
}

.galleryImg10 {
  background-image: url(../pcs/pcs_layout/gravirovani10.jpg);
}

.galleryImg11 {
  background-image: url(../pcs/pcs_layout/gravirovani11.jpg);
}

.galleryImg12 {
  background-image: url(../pcs/pcs_layout/gravirovani12.jpg);
}

.produktyImg1 {
  background-image: url(../pcs/pcs_layout/produkty1.jpg);
}

.produktyImg2 {
  background-image: url(../pcs/pcs_layout/produkty2.jpg);
}

.produktyImg3 {
  background-image: url(../pcs/pcs_layout/produkty3.jpg);
}

.produktyImg4 {
  background-image: url(../pcs/pcs_layout/produkty4.jpg);
}

.technologieImg1 {
  background-image: url(../pcs/pcs_layout/technologie1.jpg);
}

.technologieImg2 {
  background-image: url(../pcs/pcs_layout/technologie2.jpg);
}

.technologieImg3 {
  background-image: url(../pcs/pcs_layout/technologie3.jpg);
}

.technologieImg4 {
  background-image: url(../pcs/pcs_layout/technologie4.jpg);
}

.galleryTitle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: White;
  font-size: 20px;
  line-height: 26px;
  z-index: 99;
  transition: all 0.5s;
}

.linkSluzba:hover .galleryTitle,
.linkSluzba:hover .galleryTitle strong {
  color: #84ac24;
}

.galleryMask {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.5s;
}

.linkSluzba:hover .galleryMask {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.galleryTitle strong {
  color: White;
  font-size: 20px;
  transition: all 0.5s;
}

.shiftBottom {
  position: relative;
  margin-bottom: -60px;
  z-index: 2;
}

.shiftTop {
  position: relative;
  padding-top: 60px;
  z-index: 1;
}

.poradit {
  background-color: #f6faec;
}

.poptavkaGrey {
  background-color: #f2f2f2;
}

.pribeh {
  background-color: #9ec73d;
  background-image: url(../pcs/pcs_layout/green-mask.png);
  background-position: 40% 100%;
  background-repeat: no-repeat;
  position: relative;
  /*    margin-bottom: -470px; */
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .pribeh {
    margin-bottom: -300px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1600px) {
  .pribeh {
    margin-bottom: -400px;
  }
}

.pribehBoxy {
  position: relative;
  padding-top: 10px;
  z-index: 3;
}

@media only screen and (max-width: 992px) {
  .pribehBoxy {
    background-color: #9ec73d;
  }
}

h3 {
  color: #1d1d1d;

  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
}

.contactIco {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 88px;
  min-height: 98px;
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  margin-left: 1px;
  margin-right: 1px;
}

@media only screen and (min-width: 992px) {
  .contactIco {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 95px;
  }
}

.contactIcoShift {
  margin-left: -20px !important;
}

.contactIco strong,
.contactIco a {
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #1d1d1d;
}

@media only screen and (min-width: 992px) {
  .contactIco strong,
  .contactIco a {
    font-size: 20px;
  }
}

.contactIcoPhone {
  background-image: url(../pcs/pcs_layout/rada-ico1.png);
}

.contactIcoMail {
  background-image: url(../pcs/pcs_layout/rada-ico2.png);
}

.contactIcoPlace {
  background-image: url(../pcs/pcs_layout/rada-ico3.png);
}

.contactIcoSmallPhone {
  background-image: url(../pcs/pcs_layout/contact-ico-small1.svg);
  padding-left: 50px;
}

.contactIcoSmallMail {
  background-image: url(../pcs/pcs_layout/contact-ico-small2.svg);
  padding-left: 50px;
}

/* pribehy */
.pribehBox,
.kontaktyBox,
.shadowBox {
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 0px #0000001a;
  min-height: 153px;
  min-height: 220px;
  margin-bottom: 20px;
  padding: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.kontaktyBox {
  min-height: 135px;
}

.faqBox {
  min-height: 80px;
}

.pribehBox {
  min-height: 153px;
  padding: 18px 28px 24px 28px;
}

.pribehBoxYear,
.kontaktyBoxTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #1d1d1d;
}

.pribehBoxOdd,
.kontaktyBoxOdd {
  background-color: #9ec73d;
  width: 46px;
  height: 4px;
  margin: 15px 0;
}

.pribehBoxText,
.kontaktyBoxText,
.kontaktyBoxText a {
  color: #9c9c9c;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.reklama {
  background-color: #f6faec;
}

.technologie {
  background-image: url(../pcs/pcs_layout/technologie-bcg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}

.reference {
  background-color: #f6faec;
}

.referenceBox {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  max-width: 500px;
  min-height: 247px;
}

@media only screen and (min-width: 768px) {
  .referenceBox {
    max-width: 544px;
  }
}

.referenceBoxImg {
  min-width: 60px;
  margin-right: 14px;
}

.referenceBoxImg img {
  width: 60px !important;
}

.referenceBoxTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1d1d1d;
  /* margin-left: 12px; */
}

.referenceBoxTitle strong {
  font-weight: 700;
  color: #1d1d1d;
}

.referenceBoxItem {
  margin-bottom: 10px;
}

.referenceBoxText {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6a6c6d;
  background-image: url(../pcs/pcs_layout/uvozovky.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

.owl-carousel .owl-dot span {
  background-color: #005c9a !important;
}

.owl-carousel .owl-dot.active span {
  background-color: #fed125 !important;
  border: 3px solid #8dd4ef;
}

.owl-carousel .owl-nav .owl-prev {
  width: 74px !important;
  height: 74px !important;
  background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.owl-carousel .owl-nav .owl-next {
  width: 74px !important;
  height: 74px !important;
  background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  outline: 0;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  margin-top: -30px !important;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  margin-top: -30px !important;
}

@media only screen and (min-width: 1400px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -100px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -100px;
  }
}

.newsImage img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px #00000026;
}

.newsImage {
  margin-bottom: 25px;
}

.newsTitle {
  margin-bottom: 15px;
}

.newsTitle a {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #9ec73d;
  text-decoration: underline;
}

.newsText {
  color: #747474;
  font-size: 15px;
  font-weight: 300;
}

.footer {
  background-color: #000000;
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url(../pcs/pcs_layout/footer-bcg.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bottomLogo {
  margin-bottom: 44px;
}

.columText {
  font-size: 14px;
  color: #e2e2e2;
  font-weight: 300;
}

.columText a {
  font-size: 14px;
  color: #9ec73d;
  font-weight: 300;
}

.columLinks ul {
  padding-left: 0;
  margin-bottom: 0;
}

.columLinks ul li {
  list-style-type: none;
  padding-left: 16px;
  background-image: url(../pcs/pcs_layout/footer-dot.svg);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.columLinks ul li a {
  font-size: 14px;
  color: #e2e2e2;
  font-weight: 400;
}

.footerIco {
  padding-left: 56px;
  background-image: url(../pcs/pcs_layout/footer-dot.svg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.footerIco a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.footerIcoMail {
  background-image: url(../pcs/pcs_layout/footer-ico-mail.svg);
}

.footerIcoPhone {
  background-image: url(../pcs/pcs_layout/footer-ico-phone.svg);
}

.socialIcons {
  padding-left: 56px;
}

.social {
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-color: #9ec73d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.socialFb {
  background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialInsta {
  background-image: url(../pcs/pcs_layout/instagram.svg);
}

.oddFooterLine {
  margin-top: 50px;
  margin-bottom: 25px;
  height: 1px;
  background-color: White;
  opacity: 0.1;
}

.copy {
  color: #e2e2e2;
  font-size: 13px;
  font-weight: 300;
  line-height: 43px;
  margin-bottom: 0;
}

.imgProdukt {
    aspect-ratio: 1/1;
    overflow: hidden; }

.imgProdukt img {
    object-position: center;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.imgDesc {
  text-align: center;
  color: #282828;
  font-size: 16px;
  min-height: 70px;
  margin-top: 10px;
}

.sideMenu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.sideMenuGrey {
  background-color: #f2f2f2;
}

.sideMenuGreen {
  background-color: #f5f9ec;
}

.sideMenuBlack {
  background-color: Black;
}

.sideMenuCat a {
    position: relative;
    color: black;
    font-size: 15px;
    font-weight: 700;
}

.sideMenuCatSub a {
    text-decoration: none;
    color: #7E7E7E;
    font-weight: 300;
}


.sideMenuCat {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
.sideMenuCatSub:hover {
background-color: #d2d2d2; }
*/


.sideMenuBlack .sideMenuCat a,
.sideMenuBlack .sideMenuShowMore a {
    color: White;
}

.sideMenuCatSel a {
color: #9ec73d !important; }


.sideMenuOdd {
  height: 1px;
  background-color: #dddddd;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sideMenu ul {
  margin: 0;
  padding: 0;
}

.sideMenu ul li {
  background-image: url(../pcs/pcs_layout/path-arrow.svg);
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sideMenu ul li a {
    color: #5E5E5E;
}

.sideMenuShowMore a {
  color: black;
  font-size: 15px;
  font-weight: 300;
}

.form {
  background-color: White;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form label {
  color: #1d1d1d;
  font-size: 15px;
  margin-top: 15px;
}

.form label span {
  color: #b5df4f;
}

.form input,
.form textarea {
  border: 1px solid #dedede;
}

.form textarea {
  min-height: 87px;
}

.form a {
  color: #353535;
  text-decoration: underline;
}

.submitForm {
  margin-top: 15px;
  font-weight: 500;
  border: none;
  display: block;
  color: #000000;
  font-size: 14px;
  width: 178px;
  height: 52px;
  font-weight: 700;
  line-height: 52px;
  background-color: #b5df4f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.5s;
  padding: 0;
  float: right;
}

.submitForm:hover {
  color: Black;
  text-decoration: none;
  background-color: #84ac24;
}

/* 5colums */
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .w-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .w-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .w-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .w-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.kontaktBox {
  padding: 30px 0 25px 30px;
  background-color: #f2f2f2;
  background-image: url(../pcs/pcs_layout/kontakt-box-background.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* blog*/
.blogCard {
  box-shadow: 0px 7px 20px 0px #0000001a;
  background-color: White;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blogCardImage img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blogTextContent {
  padding: 24px;
}

.blogCardTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #282828;
}

.blogCardOdd {
  background-color: #9ec73d;
  width: 46px;
  height: 4px;
  margin: 15px 0;
}

.blogCardText {
  margin-bottom: 24px;
  min-height: 70p;
}

.blogCardLink a {
  color: #1d1d1d;
  background-image: url(../pcs/pcs_layout/blog-button.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 32px;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
}

.blogCardLink a:hover {
  text-decoration: none;
}

.textIntro {
  font-size: 20px;
  line-height: 150%;
}

/* inspirace */
.inspiraceFiltr a {
  color: #000000;
  height: 47px;
  line-height: 47px;
  border: 1px solid #9ec73d;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  display: block;
  max-width: 200px;
  margin-bottom: 5px;
}

.inspiraceFiltr a.active {
  background-color: #9ec73d;
}

/* faq */
.faqOpen {
  background-image: url(../pcs/pcs_layout/faq-close.png);
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
}

.faqClose {
  background-image: url(../pcs/pcs_layout/faq-open.png);
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
}

.faqTitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 130%;
  color: #1d1d1d;
  cursor: pointer;
}

.faqText {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
}

/* doprava */
.dopravaImg {
  height: 40px;
}

/* pribeh */
.pribehBcg {
  background-image: url(../pcs/pcs_layout/pribeh-bcg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #9ec73d;
  min-height: 900px;
}

@media only screen and (min-width: 1200px) {
  .pribehBoxy {
    position: relative;
    top: -90px;
  }
}

.history-timeline {
  position: relative;
}

/* svislá linka uprostřed */
.history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}

/* rok */

.historyYear {
  width: 100%;
  height: 60px;
  max-width: 100px;
  line-height: 60px;
  background-color: White;
  text-align: center;
  color: #1d1d1d;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto 10px auto;
}

@media (min-width: 992px) {
  .historyYear {
    width: 96px;
    height: 74px;
    line-height: 74px;
    margin: 10px auto 10px auto;
  }
}

.historyBubble {
  background-color: #7ba31d;
  padding: 20px;
  color: White;
  font-size: 15px;
  line-height: 115%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.historyBubbleLeft .arrow,
.historyBubbleRight .arrow {
  width: 20px;
  height: 11px;
  background-image: url(../pcs/pcs_layout/bubble-up-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -10px;
}

@media (min-width: 992px) {
  .historyBubbleLeft .arrow,
  .historyBubbleRight .arrow {
    width: 11px;
    height: 20px;
    background-image: url(../pcs/pcs_layout/bubble-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: auto;
    margin-left: 0;
    margin-top: -10px;
  }

  .historyBubbleLeft .arrow {
    right: -11px;
  }

  .historyBubbleRight .arrow {
    background-image: url(../pcs/pcs_layout/bubble-right-arrow.png);
    left: -11px;
  }
}

@media only screen and (max-width: 992px) {
  .menuSwitcher {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../pcs/pcs_layout/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
  }

  .openMenu {
    background-color: black;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    height: 100vh;
    z-index: 999;
    display: none;
  }

  .mobileMenu {
    margin-top: 100px;
    padding-left: 0;
  }

  .mobileMenu li {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .mobileMenu li a {
    display: block;
    text-align: center;
    color: White;
    text-transform: uppercase;
  }

  .menuOdd {
    border: 1px solid #336f9d;
  }

  .closeMenu {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 10;
    width: 45px;
    height: 45px;
    background-color: White;
    background-image: url(../pcs/pcs_layout/menu-close-black.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}

@media only screen and (min-width: 992px) {
  /* schovat */
  .openMenu,
  .mobileMenu {
    display: none !important;
  }
}


#products_less,
.gallery_more,
.products_top_more,
.offers_more,
.products_more {
display: none; }


.remove-file {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
color: #c00;
cursor: pointer;
z-index: 10; }

.attach_plus{
cposition: absolute;
cright: 10px;
ctop: 50%;
ctransform: translateY(-50%);
font-size: 30px;
color: green !important;
cursor: pointer;
text-decoration: none  !important;
z-index: 10; }


.kontaktForm input[type="file"] {
    max-width: 290px !important;
    overflow: hidden;
    white-space: nowrap;
}

.blogCardImage {
overflow: hidden;
box-sizing: border-box;
flex-grow: 1;
transition-duration: 0.5s;
aspect-ratio: 2/1; }

.blogCardImage:hover {
filter: brightness(1.2); }

.blogCardImage img {
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
object-fit: cover; }

#product * {
font-weight: 400;
color: #3b3b3b; }

#reference {
display: grid;
gap: 10px;
grid-template-columns: 1fr 1fr; }

.refer {
aspect-ratio: 1/1;
overflow: hidden; }

.refer img {
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
object-fit: cover; }


@media only screen and (min-width: 992px) {
    #reference {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}