.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.page-template-template-akce .showcase__lp__wrap {
  max-width: 100%;
  padding: 20px;
}
.page-template-template-akce .showcase__lp__wrap h1,
.page-template-template-akce .showcase__lp__wrap h2 {
  font-size: 60px;
  line-height: 66px;
  text-align: center;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px) {
  .page-template-template-akce .showcase__lp__wrap h1,
  .page-template-template-akce .showcase__lp__wrap h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media all and (max-width: 768px) {
  .page-template-template-akce .showcase__lp__wrap h1,
  .page-template-template-akce .showcase__lp__wrap h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.page-template-template-akce .showcase__lp__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 8000px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .page-template-template-akce .showcase__lp__wrap:after {
    display: none;
  }
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .header .wrap {
    padding-right: 200px !important;
  }
}
@media all and (max-width: 600px) {
  .header .wrap {
    padding-right: 50px !important;
  }
}
.header__phone {
  right: 74px;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .header__phone {
    right: 109px;
  }
}
@media all and (max-width: 450px) {
  a#toogle-menu {
    margin-right: 30px;
  }
}
