:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.button {
  color: #1d1c1c;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 17px;
  display: block;
  overflow: visible;
}

.image {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.text-block {
  padding: 20px 40px 20px 37px;
  font-size: 20px;
  line-height: 25px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline;
  position: sticky;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-2 {
  max-width: 80%;
}

.navbar-logo-left {
  z-index: 99999999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: block;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-size: 20px;
  display: flex;
}

.navbar-brand {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-right: 0;
  display: block;
  position: static;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-3 {
  max-width: 70%;
  margin-left: 40px;
  padding-left: 0;
  display: block;
}

.html-embed {
  margin-top: 20px;
}

.image-4 {
  padding-bottom: 0;
}

.image-5 {
  margin-top: 20px;
}

.image-6, .image-7 {
  padding-top: 20px;
}

.text-block-2 {
  font-size: 20px;
}

.text-block-3 {
  font-size: 24px;
  line-height: 28px;
}

.text-block-4 {
  color: #1f4d5e;
  padding: 20px 20px 40px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-4.text-background {
  background-color: #f3f3f3;
  padding-bottom: 20px;
}

.text-block-4.background {
  background-color: #f3f3f3;
}

.text-block-4.hvcar-texty {
  padding-bottom: 25px;
}

.text-block-4.hvcar-texty.black {
  color: #000;
}

.text-block-4.black {
  color: #000;
  margin-right: 40px;
  padding-right: 20px;
}

.image-8 {
  width: 100%;
  margin-bottom: 40px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.class-columns {
  background-color: #dae4ea;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  font-size: 24px;
  line-height: 28px;
}

.heading {
  color: #1f4d5e;
  padding-right: 0;
  font-size: 30px;
}

.button-2 {
  text-align: center;
  background-color: #648798;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 20px 0 15px;
  font-size: 28px;
}

.paragraph-2 {
  color: #1f4d5e;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 28px;
}

.heading-2 {
  color: #1f4d5e;
  margin-top: 40px;
  padding-left: 20px;
}

.heading-3 {
  color: #1f4d5e;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 30px;
}

.heading-4 {
  color: #1f4d5e;
  font-size: 30px;
}

.column {
  padding-left: 20px;
}

.column-2 {
  background-color: #0000;
  padding-left: 20px;
}

.column-3 {
  background-color: #fff;
  padding-left: 20px;
}

.column-4 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 13px #333;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.column-4.test {
  padding-left: 10px;
  padding-right: 10px;
}

.image-9 {
  outline-offset: 0px;
  mix-blend-mode: darken;
  background-color: #0000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  outline: 3px #333;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  transform: translate(0);
}

.columns-2 {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 40px;
}

.columns-2.klima {
  padding-top: 0;
}

.heading-5 {
  padding-left: 20px;
  font-size: 20px;
}

.heading-6 {
  padding-left: 20px;
}

.heading-7 {
  font-size: 28px;
}

.bold-text {
  text-align: left;
  margin-left: 0;
  padding-left: 10px;
  font-size: 24px;
  position: relative;
  overflow: visible;
}

.heading-8 {
  font-size: 30px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.column-6, .column-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.text-block-5 {
  color: #1f4d5e;
  font-size: 20px;
}

.column-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.columns-3 {
  background-color: #dae4ea;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.heading-9, .heading-10, .heading-11 {
  color: #1f4d5e;
}

.slider {
  object-fit: contain;
  background-color: #0000;
  height: 450px;
  padding-left: 0;
  padding-right: 0;
}

.list {
  color: #1f4d5e;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 28px;
}

.text-a {
  color: #1f4d5e;
  font-size: 24px;
  line-height: 26px;
}

.seznamte {
  background-color: #dae4ea;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.column-13 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-down {
  background-color: #dae4ea;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.div-block-2 {
  background-color: #dae4ea;
  height: 500px;
  display: block;
}

.div-block-3, .div-block-4 {
  background-color: #dae4ea;
  height: 500px;
}

.list-2 {
  color: #1f4d5e;
  margin-bottom: 0;
  padding: 0 20px 20px 30px;
}

.list-3 {
  padding-left: 30px;
  padding-right: 20px;
}

.heading-12 {
  font-size: 30px;
  line-height: 30px;
}

.heading-produkty {
  color: #1f4d5e;
  text-align: left;
  text-transform: none;
  column-count: 0;
  white-space: normal;
  object-fit: contain;
  flex-wrap: nowrap;
  flex: 1;
  align-content: stretch;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  display: flex;
  position: static;
  left: auto;
  overflow: visible;
}

.div-block-5 {
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.column-14 {
  height: 600px;
}

.div-block-6 {
  background-color: #f8f8f8;
  height: 840px;
}

.div-block-7 {
  background-color: #fff;
  height: 840px;
}

.div-block-8 {
  height: 750px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #648798;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
}

.image-10, .image-11, .image-12 {
  width: 100%;
}

.colums-to-neni-vse {
  margin-top: 0;
}

.div-block-produkty {
  min-height: 900px;
  max-height: 1500px;
  box-shadow: 1px 1px 3px #000;
}

.heading-13 {
  color: #1f4d5e;
  padding-left: 20px;
}

.heading-13.black {
  color: #020202;
}

.ke-sta-en {
  margin-top: 0;
  padding-bottom: 40px;
}

.button-4 {
  color: #1f4d5e;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1f4d5e;
  width: 100%;
  font-size: 18px;
}

.image-13 {
  height: 100%;
  padding-left: 0;
}

.image-14 {
  min-height: 400px;
  display: block;
}

.text-head {
  color: #f68206;
  background-color: #dae4ea;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
}

.text-head._565i {
  color: #262625;
  text-align: center;
  background-color: #f4f2f0;
  padding-top: 20px;
}

.text-head._565i.hvcar {
  background-color: #f4f2f0;
  margin-top: 0;
  padding-right: 20px;
  font-size: 15px;
}

.text-head._565i.hvcar.white {
  background-color: #fff;
}

.text-head._565i.hvacr {
  font-size: 35px;
  line-height: 35px;
}

.text-head._565i.hvacr.white {
  background-color: #fff;
}

.text-2 {
  color: #f79307;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
}

.slider-2 {
  background-color: #0000;
  height: 420px;
}

.column-15 {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.column-16 {
  padding-right: 0;
}

.column-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: block;
}

.column-17._565i {
  padding-top: 20px;
}

.button-5 {
  width: 80%;
}

.button-6 {
  text-align: center;
  background-color: #16a541;
  width: 80%;
  margin: 40px auto 60px;
  font-size: 20px;
  display: block;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #648798;
  width: 100%;
  font-size: 20px;
}

.div-440 {
  box-shadow: 1px 1px 3px #000;
}

.text-block-6 {
  color: #1f4d5e;
  text-align: left;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  font-size: 34px;
}

.button-8 {
  text-align: center;
  background-color: #648798;
  width: 80%;
  margin-top: 40px;
  margin-left: 20px;
  padding-left: 0;
  font-size: 22px;
}

.list-4 {
  color: #1f4d5e;
}

.text-block-7 {
  color: #1f4d5e;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 17px;
}

.image-15 {
  width: 100%;
  max-width: 80%;
}

.div-testo-560 {
  background-color: #fff;
}

.testo-560 {
  margin-left: 0;
  margin-right: 0;
}

.test-block-snadne {
  color: #1f4d5e;
  background-color: #0000;
  padding-top: 20px;
  font-size: 22px;
  line-height: 24px;
}

.div-block-snadne {
  background-color: #dae4ea;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 60px;
}

.image-16 {
  padding-left: 40px;
  padding-right: 40px;
}

.button-9 {
  color: #1f4d5e;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 0;
  width: 600px;
  margin-top: 20px;
  margin-left: 40px;
}

.bold-text-2 {
  margin-left: 20px;
  padding-left: 0;
}

.bold-text-3 {
  margin-left: 0;
  padding-left: 30px;
}

.slider-home {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  max-height: 100%;
}

.slide-2, .slide-3, .slide-4, .mask {
  width: 100%;
  height: 100%;
}

.link-block {
  width: auto;
}

.list-cena-item {
  color: #f39908;
}

.list-cena-usetrite {
  color: #07812e;
}

.columns-4 {
  padding-top: 30px;
}

.text-block-8, .text-block-9 {
  font-size: 20px;
}

.div-block-9 {
  min-height: 470px;
  box-shadow: 1px 1px 3px #000;
}

.test-316 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.button-316 {
  text-align: center;
  background-color: #648798;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
}

.columns-5, .columns-6 {
  margin-top: 20px;
}

.div-300 {
  min-height: 1000px;
  box-shadow: 1px 1px 3px #000;
}

.div-300-produkty {
  min-height: 550px;
  max-height: 1000px;
  box-shadow: 1px 1px 3px #000;
}

.slider-3 {
  height: 100%;
}

.image-17 {
  max-height: 100%;
  overflow: visible;
}

.mask-2 {
  width: 100px;
  height: 100%;
}

.slider-4 {
  height: 100%;
  max-height: 100%;
  display: block;
}

.mask-3 {
  object-fit: fill;
  max-height: 100%;
  position: static;
  overflow: visible;
}

.image-18 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.image-19 {
  width: 100%;
  height: 100%;
}

.text-kontakty {
  margin-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
}

.logo {
  max-width: 30%;
  display: block;
}

.column-18 {
  padding-top: 44px;
  padding-left: 65px;
}

.column-19 {
  padding-top: 0;
  padding-left: 125px;
}

.columns-7 {
  padding-top: 40px;
}

.columns-7.bloky {
  background-color: #f3f3f3;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 20px;
}

.button-317 {
  text-align: center;
  background-color: #747474;
  min-width: 450px;
  margin-left: 20px;
  padding-left: 15px;
}

.button-317.green {
  background-color: #5cb436;
}

.button-318 {
  text-align: center;
  background-color: #747474;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-20, .image-21 {
  max-width: 50%;
}

.image-22 {
  padding-left: 220px;
  display: inline-block;
  overflow: visible;
}

.image-icon {
  box-sizing: border-box;
  clear: none;
  width: 25%;
  max-width: 30%;
  margin-left: -41px;
  position: static;
}

.image-icon.icon {
  vertical-align: baseline;
  width: 30%;
  max-width: 20%;
  height: 100%;
  margin-left: 50px;
  padding-top: 5px;
  padding-left: 0;
}

.image-icon.icon.icon3 {
  max-width: 30%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 20px;
}

.icon {
  width: 100px;
  max-width: 40%;
  height: 100px;
  margin-left: 0;
  padding-left: 0;
}

.button-319 {
  text-align: center;
  background-color: #13a538;
  width: 90%;
  margin-left: 20px;
  margin-right: 20px;
}

.button-319.button-320 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  background-color: #ec7205;
  max-width: 100%;
  min-height: 55px;
  max-height: 60px;
  margin-top: 20px;
  margin-bottom: auto;
}

.down {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
}

.column-20 {
  padding-top: 5px;
}

.text-compact {
  color: #1f4d5e;
  padding: 20px;
}

.column-compact {
  background-color: #1f4d5e;
  padding-left: 10px;
  padding-right: 0;
}

.column-compact-1 {
  background-color: #0000;
  margin-top: 40px;
  margin-left: 0;
}

.compact {
  background-color: #fff;
  min-height: 500px;
  max-height: 800px;
  box-shadow: 1px 1px 3px #000;
}

.section {
  background-color: #1f4d5e;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.heading-14 {
  color: #fff;
  padding-left: 20px;
}

.app {
  background-color: #dae4ea;
  padding-bottom: 60px;
}

.div-app {
  background-color: #fff;
  padding-bottom: 0;
}

.div-app2 {
  padding-bottom: 3px;
}

.heading-compact {
  color: #ff8400;
  text-align: center;
}

.bold-text-4 {
  text-align: center;
}

.image-top {
  height: 80%;
  display: block;
}

.termokamery-foto {
  background-color: #dae4ea;
}

.column-foto {
  padding-left: 0;
  padding-right: 0;
}

.div-block_6 {
  background-color: #fff;
  margin-top: 76px;
  padding-top: 0;
  padding-bottom: 0;
}

.co {
  height: 100%;
  padding-bottom: 20px;
}

.button-321 {
  text-align: center;
  background-color: #48ad11;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.bold-text-5 {
  height: 100%;
}

.list-5 {
  margin-bottom: 10px;
}

.navbar {
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.image-23 {
  margin-left: 0;
  margin-right: 60px;
}

.nav-link-2, .nav-link-3, .bold-text-6, .bold-text-7, .nav-link-4 {
  font-size: 20px;
}

.bold-text-8 {
  font-size: 16px;
}

.menu-vyprodej {
  background-color: #fffefe;
}

.vyprodej-objd {
  color: #1f4d5e;
  text-align: center;
}

.vyprodej-p-vodn-cena {
  color: red;
  text-align: center;
}

.vyprodejova-cena {
  color: #f39908;
  text-align: center;
}

.u-et-te {
  color: #07812e;
  text-align: center;
  margin-bottom: 15px;
}

.z-ruka {
  color: #1f4d5e;
  text-align: center;
}

.bold-text-9, .bold-text-10 {
  text-align: left;
}

.button-3-copy {
  color: #fff;
  text-align: center;
  background-color: #177f31;
  border-radius: 1px 1px 15px 15px;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
}

.div-300-copy {
  background-color: #ffffff3d;
  border-radius: 15px;
  min-height: 400px;
  box-shadow: 1px 2px 6px -1px #000;
}

.button-3-copy-copy {
  color: #fff;
  text-align: center;
  background-color: #ff8307;
  border-radius: 0 0 15px 15px;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
}

.button-3-copy-copy-copy {
  color: #fff;
  text-align: center;
  background-color: red;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.columns-9 {
  background-color: #f4f2f0;
  margin-top: 0;
  padding-bottom: 20px;
}

.image-24 {
  height: 650px;
  margin-bottom: 0;
}

.image-25 {
  height: 650px;
}

.image-26 {
  width: 100%;
  height: 650px;
}

.image-27 {
  height: 650px;
}

.image-28 {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 1460px;
  height: 535px;
  max-height: 535px;
  padding-left: 200px;
  padding-right: 220px;
}

.bold-text-11 {
  padding-right: 20px;
}

.slider-5 {
  height: 100%;
  max-height: 100%;
  display: block;
}

.slide-5 {
  max-height: 100%;
}

.image-29 {
  max-height: 100%;
  overflow: visible;
}

.image-30 {
  max-width: 70%;
  margin-left: 40px;
  padding-left: 0;
  display: block;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.container-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-size: 20px;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline;
  position: sticky;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navbar-brand-3 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-right: 0;
  display: block;
  position: static;
}

.link-block-2 {
  position: absolute;
}

.div-block-10 {
  width: 90%;
  margin-left: 40px;
  padding-left: 66px;
  padding-right: 0;
}

.image-hvacr {
  width: 100%;
  min-width: 90%;
  max-width: 400px;
}

.hvacr {
  background-color: #f4f2f0;
}

.hvacr-3 {
  max-width: 1200px;
}

.container-6 {
  max-width: 1920px;
}

.cont-hvcar {
  max-width: 1200px;
}

.hvacr-cont {
  padding-top: 20px;
}

.hvacr-list {
  color: #000;
  padding-top: 5px;
  font-size: 20px;
}

.image-informace {
  margin-top: 10px;
}

.div-block-11 {
  background-color: #f4f2f0;
}

.bold-text-12 {
  line-height: 35px;
}

.image-shared {
  min-width: 100%;
}

.image-31 {
  width: 100%;
  min-width: 100%;
}

.container-7 {
  max-width: 1500px;
}

.div-shared {
  background-color: #f4f2f0;
}

.div-shared.white {
  background-color: #fff;
}

.image-32 {
  max-width: 90%;
}

.div-tri {
  background-color: #f4f2f0;
}

.columns-10, .columns-11, .columns-12, .columns-13 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .columns-2.klima {
    margin-top: 60px;
  }

  .div-block-5 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .slider-2 {
    height: 100%;
  }

  .button-8 {
    background-color: #648798;
  }

  .image-icon.icon {
    padding-top: 5px;
  }

  .container-2 {
    background-color: #ec7205;
    max-width: 100%;
    max-height: 60px;
    padding-bottom: 0;
  }

  .paragraph-3 {
    padding-top: 10px;
  }

  .down {
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .columns-8 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block_6 {
    margin-top: 76px;
  }

  .columns-9 {
    padding-bottom: 20px;
  }

  .image-24, .image-25, .image-26, .image-27 {
    height: 800px;
  }

  .image-hvacr {
    vertical-align: sub;
    width: 100%;
    min-width: 90%;
    max-width: 400px;
  }

  .image-hvacc {
    text-align: left;
  }

  .hvacr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .hvacr-3 {
    max-width: 1400px;
  }

  .image-shared {
    min-width: 1px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .image-icon {
    width: 30%;
    max-width: 30%;
    margin-left: 105px;
    padding-left: 0;
  }

  .image-icon.icon {
    width: 20%;
    max-width: 60%;
    height: auto;
    margin-left: -35px;
    padding-top: 0;
  }

  .image-icon.icon.icon3 {
    width: 23%;
    padding-top: 0;
  }

  .icon-2 {
    width: 100%;
  }

  .down {
    font-size: 9px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-24, .image-25, .image-26, .image-27 {
    height: 350px;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-5 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-icon {
    margin-left: 70px;
  }

  .image-icon.icon {
    width: 25%;
    max-width: 15%;
    height: 25%;
    margin-left: -29px;
  }

  .image-icon.icon.icon3 {
    width: 20%;
    margin-left: auto;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-300-copy {
    margin-top: 20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .link-block-2 {
    margin-left: 50px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .image-3 {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .image-icon {
    width: 38%;
    max-width: 38%;
    margin-left: 51px;
  }

  .image-icon.icon {
    margin-left: -23px;
  }

  .image-icon.icon.icon3 {
    width: 100%;
    max-width: 50%;
    margin-left: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .columns-8 {
    background-color: #ec7205;
  }

  .column-20 {
    padding-left: 20px;
  }

  .div-300-copy {
    margin-top: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image-24, .image-25 {
    width: 100%;
    height: 500px;
  }

  .image-26 {
    height: 500px;
  }

  .image-27 {
    width: 100%;
    height: 500px;
  }

  .image-30 {
    max-width: 80%;
  }

  .container-5 {
    max-width: none;
  }

  .link-block-2 {
    margin-left: 5px;
  }

  .div-block-10 {
    padding-left: 20px;
  }
}

#w-node-_308b44ec-2192-68cd-dc61-93ae64c0dce0-cbf76553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d93ee66d-6261-866b-a5b0-2c36ac021651-cbf76553, #w-node-_56037d15-8d0c-a1f6-fbcb-151f0c49c088-cbf76553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308b44ec-2192-68cd-dc61-93ae64c0dce0-cbf76554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d93ee66d-6261-866b-a5b0-2c36ac021651-cbf76554, #w-node-_56037d15-8d0c-a1f6-fbcb-151f0c49c088-cbf76554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308b44ec-2192-68cd-dc61-93ae64c0dce0-cbf76566 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d93ee66d-6261-866b-a5b0-2c36ac021651-cbf76566, #w-node-_56037d15-8d0c-a1f6-fbcb-151f0c49c088-cbf76566 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


