/*
    Základní proměnné
*/
/* Jeko ExtraBold */
@font-face {
  font-family: 'Jeko';
  src: url('/fonts/JekoExtraBold/font.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
/* Jeko Medium */
@font-face {
  font-family: 'Jeko';
  src: url('/fonts/JekoMedium/font.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
/* Jeko Regular */
@font-face {
  font-family: 'Jeko';
  src: url('/fonts/JekoRegular/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
/* Funkce */
.f {
  float: left;
}
.fl {
  float: left;
  width: 100%;
}
.r {
  position: relative;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/* Základní reset a nastavení stránek */
body,
html {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  font-family: 'Jeko', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  background: #fff;
}
html {
  transition: 0.3s all;
  height: -webkit-fill-available;
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-top: 149px;
}
@media (max-width: 880px) {
  body {
    padding-top: 85px;
  }
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
input,
select,
textarea,
button {
  font-family: 'Jeko', sans-serif;
}
a:not(.gallery-item),
button,
.a,
.button,
input[type=submit],
.transition,
textarea,
select {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  font-family: 'Jeko', sans-serif;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1196px;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
adress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
a:focus {
  text-decoration: none;
  background: none;
}
b,
strong {
  font-weight: 800;
}
a,
.btn {
  cursor: pointer;
}
h1 {
  float: left;
  width: 100%;
  text-align: left;
  color: #000000;
  font-size: 42.5px;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 990px) {
  h1 {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 460px) {
  h1 {
    line-height: 46px;
    font-size: 34.5px;
  }
}
h2 {
  float: left;
  width: 100%;
  text-align: left;
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}
h3 {
  float: left;
  width: 100%;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
}
p {
  float: left;
  width: 100%;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.blue {
  color: #29abe2;
}
.lightgreen {
  color: #F79A3E;
}
.green {
  color: #5C9433;
}
.button {
  padding: 18px 37px 14px;
  margin: 0px;
  display: inline-block;
  box-shadow: none;
  background-color: #F79A3E;
  color: #ffffff;
  border-radius: 32px;
  font-size: 24px;
  line-height: 28px;
  border: 1px solid #F79A3E;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-weight: 800;
}
.button i {
  margin-right: 15px;
}
.button svg path,
.button svg line {
  transition: 0.3s;
}
.button:hover,
.button:active {
  background: #ffffff;
  color: #F79A3E;
}
.button:hover svg path,
.button:active svg path,
.button:hover svg line,
.button:active svg line {
  stroke: #F79A3E;
}
.logo {
  float: left;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.logo img {
  float: left;
  height: 85px;
  margin-right: auto;
}
@media (max-width: 880px) {
  .logo img {
    height: 50px;
    position: relative;
    top: -2px;
  }
}
.logo span {
  position: absolute;
  left: 0px;
  bottom: -4px;
}
@media (max-width: 880px) {
  .logo span {
    font-size: 10px;
  }
}
header {
  float: left;
  width: 100%;
  z-index: 50;
  text-align: center;
  position: fixed;
  top: 0px;
  transition: 0.3s all;
  left: 0px;
  background: white;
  border-radius: 0px;
}
header:before {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background: white;
  z-index: 2;
}
header .wrap {
  padding: 32px 15px;
  margin-top: 0px;
  transition: 0.3s all ease-out;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 880px) {
  header .wrap {
    padding: 10px 15px;
  }
}
header .buy-btn {
  display: none;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  float: right;
  font-size: 24px;
  padding: 0px;
  position: relative;
  width: 85px;
  z-index: 10;
  margin-left: auto;
  margin-right: 0px;
}
header .buy-btn img {
  height: 26px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 7px;
}
header .buy-btn p {
  font-size: 12px;
  float: left;
  width: 100%;
  position: absolute;
  bottom: -10px;
  text-align: center;
}
@media (max-width: 880px) {
  header .buy-btn {
    display: flex;
    width: 70px;
    height: 50px;
    margin-right: 0px;
  }
}
@media (max-width: 330px) {
  header .buy-btn {
    width: 60px;
  }
}
header .menu-btn {
  display: none;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  float: right;
  font-size: 24px;
  padding: 0px;
  position: relative;
  width: 85px;
  z-index: 10;
}
header .menu-btn span {
  width: 40px;
  height: 3px;
  background: #F79A3E;
  position: absolute;
  left: 15px;
  transition: 0.3s all;
  top: 8px;
}
header .menu-btn span:nth-of-type(2) {
  top: 19px;
}
header .menu-btn span:last-of-type {
  top: auto;
  bottom: 18px;
}
header .menu-btn p {
  font-size: 12px;
  float: left;
  width: 100%;
  position: absolute;
  bottom: -10px;
  text-align: center;
}
@media (max-width: 880px) {
  header .menu-btn {
    display: flex;
    width: 70px;
    height: 50px;
    margin-right: -15px;
  }
}
@media (max-width: 330px) {
  header .menu-btn {
    width: 60px;
  }
  header .menu-btn span {
    left: 10px;
  }
}
header nav {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-left: auto;
  position: relative;
  z-index: 3;
  margin-right: auto;
}
header nav ul {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
}
header nav ul li {
  padding: 0px;
  margin: 0px 85px 0px 0px;
  float: left;
}
header nav ul li:last-of-type {
  margin-right: 0px;
}
header nav ul li a {
  padding: 0px;
  font-size: 16px;
  color: #5C9433;
  font-weight: 800;
  text-decoration: underline;
}
header nav ul li a img {
  width: 22px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 4px;
}
@media (max-width: 1100px) {
  header nav ul li a {
    padding: 15px 8px;
  }
}
header nav ul li a.active,
header nav ul li a:hover {
  text-decoration: underline;
  color: #ce4363;
}
@media (max-width: 1050px) {
  header nav ul li {
    margin: 0px 40px 0px 0px;
  }
}
@media (max-width: 990px) {
  header nav ul li {
    margin: 0px 20px 0px 0px;
  }
}
header nav ul li.active a {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 880px) {
  header nav {
    display: none;
    position: absolute;
    left: 0;
    top: -1000px;
    transition: 0.5s all;
    left: 0px;
    background: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    align-content: center;
    align-items: center;
    min-height: calc(100dvh - 70px);
  }
  header nav ul {
    width: 100%;
    opacity: 0;
    transition: 1s all;
  }
  header nav ul li {
    width: 100%;
    text-align: center;
  }
  header nav ul li a {
    display: inline-block;
    margin: auto;
  }
}
header.scrolled {
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
header.scrolled .wrap {
  padding: 10px 15px;
}
@media (max-width: 880px) {
  header.open-menu nav {
    top: 100%;
    display: block;
  }
  header.open-menu nav ul {
    opacity: 1;
  }
  header.open-menu .menu-btn span {
    left: 15px;
    transform-origin: center center;
    transform: rotate(45deg);
    top: 19px;
    background: #5C9433;
  }
  header.open-menu .menu-btn span:nth-of-type(2) {
    opacity: 0;
    top: 19px;
  }
  header.open-menu .menu-btn span:last-of-type {
    top: auto;
    bottom: 28px;
    transform: rotate(-45deg);
  }
}
.main {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 45px;
}
@media (max-width: 880px) {
  .main {
    margin-top: 20px;
  }
}
.main-wrap {
  float: left;
  width: 100%;
}
.main-wrap .img-wrap {
  width: 399px;
  float: left;
}
.main-wrap .img-wrap img {
  width: 100%;
  height: auto;
  float: left;
}
@media (max-width: 990px) {
  .main-wrap .img-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-wrap .img-wrap img {
    width: auto;
    margin: auto;
    float: none;
  }
}
.main-wrap .content {
  width: calc(100% - 399px);
  float: left;
  padding-left: 65px;
}
@media (max-width: 520px) {
  .main-wrap .content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
.main-wrap .content h1 {
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .main-wrap .content {
    padding-left: 35px;
  }
}
@media (max-width: 990px) {
  .main-wrap .content {
    padding-left: 0px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-wrap .content .happy-customers {
  float: left;
  width: auto;
  border-radius: 21px;
  display: flex;
  flex-wrap: wrap;
  background: #F2F2F2;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px 3px 10px;
  margin-bottom: 20px;
  justify-content: flex-start;
  padding-left: 42.5px;
  min-height: 42px;
  position: relative;
}
@media (max-width: 990px) {
  .main-wrap .content .happy-customers {
    margin-left: 0px;
    margin-right: auto;
  }
}
.main-wrap .content .happy-customers img {
  width: 21.5px;
  height: 20px;
  margin-left: 0px;
  position: relative;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.main-wrap .content .happy-customers > span {
  width: auto;
  margin: 0px auto;
  font-size: 28px;
  line-height: 32px;
  display: none;
}
.main-wrap .content .happy-customers p {
  width: auto;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  font-weight: 800;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  display: inline-block;
  top: -2px;
}
.main-wrap .content .happy-customers p span {
  display: inline-block;
}
@media (max-width: 520px) {
  .main-wrap .content .happy-customers p {
    font-size: 17px;
    line-height: 21px;
    position: relative;
    top: -2px;
    font-weight: 800;
    margin: 0px 0px 0px 4px;
    display: inline-block;
  }
  .main-wrap .content .happy-customers p span {
    display: inline-block;
  }
}
.main-wrap .content .description {
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .main-wrap .content .description {
    text-align: left;
  }
}
.main-wrap .content .bottom {
  float: left;
  width: 100%;
}
@media (max-width: 990px) {
  .main-wrap .content .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.main-wrap .content .bottom .button-wrap {
  float: left;
  width: auto;
}
@media (max-width: 520px) {
  .main-wrap .content .bottom .button-wrap {
    width: 100%;
    text-align: center;
    order: 2;
    margin-top: 20px;
  }
}
.main-wrap .content .bottom .button-wrap .button {
  margin-bottom: 5px;
}
.main-wrap .content .bottom .button-wrap .button svg {
  width: 26px;
  height: 22.36px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: -10px;
}
.main-wrap .content .bottom .button-wrap .link {
  display: block;
  float: none;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.main-wrap .content .bottom .info {
  display: inline-block;
  padding-left: 30px;
  width: auto;
}
@media (max-width: 990px) {
  .main-wrap .content .bottom .info {
    padding-left: 0px;
  }
}
.main-wrap .content .bottom .info p {
  float: none;
  display: block;
  width: auto;
  font-size: 14px;
  line-height: 21.4533px;
  font-weight: 500;
}
.main-wrap .content .bottom .info p img {
  display: inline-block;
  height: 12px;
  width: 36px;
}
.main-wrap .content .bottom .info p.blue img {
  position: relative;
  top: 1px;
}
.main-wrap .content .bottom .info p.lightgreen img {
  height: 9px;
  position: relative;
  top: 0px;
}
.main-wrap .content .bottom .info p.green img {
  height: 9px;
  position: relative;
  top: 0px;
}
.contractors {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.contractors h1 {
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .contractors h1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
.contractors .places {
  float: left;
  width: 100%;
}
@media (max-width: 520px) {
  .contractors .places {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
.contractors .places .place {
  float: left;
  width: 33.3333%;
  vertical-align: top;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 990px) {
  .contractors .places .place {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .contractors .places .place {
    width: 100%;
  }
}
.contractors .places .place .map {
  float: left;
  width: 130px;
}
.contractors .places .place .map iframe {
  width: 100% !important;
}
.contractors .places .place .content {
  float: left;
  width: calc(100% - 130px);
  padding-left: 30px;
  padding-right: 15px;
}
.contractors .places .place .content h2 {
  margin-bottom: 10px;
}
.cooperation {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.cooperation h1 {
  margin-bottom: 15px;
  max-width: 510px;
}
@media (max-width: 990px) {
  .cooperation h1 {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .cooperation h1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 990px) {
  .cooperation .line {
    text-align: left;
  }
}
@media (max-width: 520px) {
  .cooperation .line {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
.cooperation p {
  max-width: 690px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .cooperation p {
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 520px) {
  .cooperation p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
footer {
  float: left;
  width: 100%;
  padding-bottom: 250px;
}
footer h1 {
  margin-bottom: 35px;
}
@media (max-width: 520px) {
  footer h1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
footer a {
  font-size: 16px;
  line-height: 28px;
  color: #5C9433;
  display: inline-block;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
@media (max-width: 520px) {
  footer a {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
footer address {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  margin-top: 35px;
  color: #000000;
  font-style: normal;
}
@media (max-width: 520px) {
  footer address {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}
/*# sourceMappingURL=main.css.map */