.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.bcg-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-width: 1440px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bcg-line {
  max-width: 240px;
  min-width: 16%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #ededed;
}

.bcg-line.first {
  border-left-style: solid;
}

.navbar {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.section.plus-margin {
  margin-top: 60px;
}

.section.blog {
  display: block;
}

.base-container {
  position: relative;
  z-index: 99;
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 60px;
}

.base-container.grey {
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
  background-color: #faf9f9;
}

.base-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}

.base-container.narrow {
  max-width: 1000px;
}

.body {
  font-family: 'Fira Sans', sans-serif;
  color: #262624;
  font-size: 20px;
  line-height: 24px;
}

.heading {
  max-width: 50%;
  margin-top: 60px;
  font-family: Arimo, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.heading-2 {
  position: relative;
  z-index: 999;
  margin-bottom: 25px;
  font-family: Arimo, sans-serif;
  color: #e6332a;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block {
  max-width: 50%;
  margin-bottom: 40px;
  font-size: 19px;
}

.text-block.fullwidth {
  max-width: 100%;
  line-height: 26px;
}

.text-block.fullwidth.top-border {
  margin-bottom: 100px;
  padding-top: 20px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e6332a #000 #000;
}

.grid {
  margin-right: 34px;
  margin-left: 34px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262624;
  text-decoration: none;
}

.icon-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon {
  margin-bottom: 20px;
}

.text-block-2 {
  font-family: Arimo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-7 {
  width: 48%;
}

.text-field-2 {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 51, 42, 0.5);
  border-radius: 0px;
}

.form-label {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 51, 42, 0.5);
  border-radius: 0px;
}

.div-block-5 {
  max-width: 50%;
}

.contact-wrap {
  width: 100%;
  max-width: 100%;
  margin-left: 16px;
}

.form {
  max-width: 100%;
}

.form-block {
  max-width: 100%;
  margin-top: -24px;
}

.button {
  width: 175px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #b02b11;
  border-radius: 5px;
  background-color: #b02b11;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.textarea {
  min-height: 100px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 51, 42, 0.5);
  border-radius: 0px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.horizont-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background-color: #000;
  -webkit-transform: scale3d(0.15, 1, 1);
  transform: scale3d(0.15, 1, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizont-line.thin {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 1px;
  -webkit-transform: scale3d(0.1, 1, 1);
  transform: scale3d(0.1, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizont-line.thin.bott-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.horizont-line.thin.bott-l {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.horizont-line.thin.top-r {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.horizont-line.thin {
  height: 1px;
  -webkit-transform: scale3d(0.1, 1, 1);
  transform: scale3d(0.1, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-3 {
  position: relative;
}

.button-light {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.vert-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background-color: #000;
  -webkit-transform: scale3d(1, 0.35, 1);
  transform: scale3d(1, 0.35, 1);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vert-line.thin {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  -webkit-transform: scale3d(1, 0.25, 1);
  transform: scale3d(1, 0.25, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vert-line.thin.top-r {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.vert-line.thin.bott-l {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.vert-line.thin.bott-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.vert-line.thin {
  width: 1px;
  -webkit-transform: scale3d(1, 0.25, 1);
  transform: scale3d(1, 0.25, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.corner-bottom-right-b13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 18px;
}

.button-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.text-button-b13 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.top-border-b13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 0px;
  height: 4px;
  background-color: #000;
}

.left-border-b13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 0px;
  background-color: #000;
}

.corner-top-left-b13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 18px;
}

.corner-bottom-left-b13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 18px;
}

.corner-top-right-b13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
}

.right-border-b13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 4px;
  height: 0px;
  background-color: #000;
}

.bottom-border-b13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0px;
  height: 4px;
  background-color: #000;
}

.kontakt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link {
  border-bottom: 1px solid rgba(230, 51, 42, 0);
  font-family: Arimo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6332a;
}

.nav-link.w--current {
  color: #262624;
}

.nav-link.hidden {
  display: inline-block;
}

.btn-2-w {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 182px;
  height: 50px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-left: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262624;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #e6332a;
}

.image {
  position: absolute;
}

.image-3 {
  overflow: visible;
  width: 55vw;
  max-width: 55%;
  min-width: 55vw;
  margin: -107px -157px -100px -40px;
  mix-blend-mode: darken;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._45-block {
  width: 45%;
  max-width: 45%;
  min-width: 45%;
}

._45-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 40%;
  height: 320px;
  min-width: 40%;
  margin-top: 20px;
  margin-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6332a;
  border-bottom: 1px solid #e6332a;
}

.text-block-4 {
  font-family: Arimo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.stavba-polozka-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.wide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doubleimage-box {
  position: relative;
  width: 100%;
  margin-top: -60px;
  margin-bottom: -60px;
  margin-left: 60px;
}

.doubleimage-box._2 {
  margin-top: -107px;
  margin-bottom: -60px;
}

.image-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75%;
  max-width: 75%;
  min-width: 75%;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 191px;
  right: 0%;
  bottom: 0%;
  max-width: 60%;
}

.image-5-copy {
  position: absolute;
  left: auto;
  top: 125px;
  right: 0%;
  bottom: 0%;
  max-width: 60%;
}

.indent {
  margin-right: 3px;
}

.image-4-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75%;
  max-width: 75%;
  min-width: 75%;
}

.read-more {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arimo, sans-serif;
  color: #e6332a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.read-more:hover {
  color: #262624;
  text-decoration: underline;
}

.blog-nazev {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.image-9 {
  position: relative;
  z-index: 999;
  overflow: hidden;
  width: 320px;
  height: 220px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9:hover {
  overflow: hidden;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blogpost-wrap {
  margin-right: 60px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.blogpost-wrap.last {
  margin-right: 0px;
  padding-right: 0px;
}

.blog-posts {
  position: relative;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit-button {
  padding: 11px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6332a;
  background-color: #e6332a;
  font-family: Arimo, sans-serif;
}

.submit-button:hover {
  background-color: #faf9f9;
  color: #262624;
  font-weight: 700;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-link {
  margin-right: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arimo, sans-serif;
  color: #262624;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #e6332a;
}

.footer-link.last {
  margin-right: 0px;
}

.footer-link.hidden {
  display: none;
}

.company-info {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #262624;
}

.footer-text {
  margin-right: 60px;
  color: #262624;
  font-size: 18px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99999;
  display: block;
  padding-bottom: 0px;
  background-color: #faf9f9;
  mix-blend-mode: normal;
}

.image-10 {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-10:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.image-10.last {
  margin-top: -3px;
}

.image-10.middle {
  margin-top: 3px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
}

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

.list-item-2 {
  margin-bottom: 5px;
}

.link-2 {
  color: #e6332a;
  text-decoration: none;
}

.link-3 {
  color: #e6332a;
  font-weight: 700;
  text-decoration: none;
}

.text-block-5 {
  margin-bottom: 10px;
}

.list {
  margin-bottom: 20px;
}

.vypomoc-wrap {
  margin-bottom: 100px;
}

.vypomoc-all {
  margin-right: 0px;
}

.social-icon {
  max-height: 36px;
  padding-left: 15px;
  -webkit-filter: brightness(55%) saturate(0%);
  filter: brightness(55%) saturate(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  -webkit-filter: brightness(100%) saturate(100%);
  filter: brightness(100%) saturate(100%);
}

.footer.plus-margin {
  margin-top: 60px;
}

._w-form-done {
  background-color: rgba(95, 255, 2, 0.19);
}

.blog-image {
  margin-bottom: 40px;
}

.blog-main {
  color: #262624;
}

.blogo-image-wrap {
  overflow: hidden;
  width: 320px;
  height: 220px;
}

.blog-page-post {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.5fr 40px 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e6332a;
  color: #262624;
  text-decoration: none;
}

.blog-heading {
  margin-top: 0px;
  font-family: Arimo, sans-serif;
  color: #e6332a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-6 {
  margin-bottom: 20px;
  font-size: 18px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 1280px) {
  .bcg-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section {
    margin-bottom: 40px;
  }

  .section.plus-margin {
    margin-top: 60px;
  }

  .base-container.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading {
    position: relative;
    z-index: 999;
    margin-top: 126px;
    padding-right: 50px;
  }

  .text-block {
    letter-spacing: 0px;
  }

  .text-block.compact {
    letter-spacing: -0.5px;
  }

  .contact-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-block {
    max-width: 100%;
  }

  .kontakt-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link:hover {
    color: #e6332a;
  }

  .halfblock {
    max-width: 50%;
  }

  .image-3 {
    width: auto;
    max-width: 60%;
    min-width: auto;
    margin: -97px -80px -100px -69px;
    mix-blend-mode: darken;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._45-block {
    max-width: 45%;
  }

  ._45-block.sticky {
    height: 300px;
    margin-top: 0px;
  }

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

  .doubleimage-box._2 {
    margin-top: -123px;
  }

  .image-4 {
    width: 75%;
    min-width: 75%;
  }

  .image-5-copy {
    top: 93px;
  }

  .image-4-copy {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .read-more {
    color: #e6332a;
    font-weight: 600;
    text-decoration: none;
  }

  .company-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-text {
    margin-right: 60px;
    color: #262624;
    font-size: 18px;
  }

  .vypomoc-all {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    margin-bottom: 40px;
  }

  .footer.plus-margin {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .bcg-wrap {
    min-width: 768px;
  }

  .section.plus-margin {
    margin-top: 0px;
  }

  .base-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .base-container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    max-width: 100%;
    font-size: 34px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .form {
    margin-left: 20px;
  }

  .nav-link {
    font-size: 20px;
  }

  .halfblock {
    width: 50%;
    min-width: 280px;
  }

  .image-3 {
    width: 80vw;
    max-width: 80%;
    margin: -78px auto -40px;
    padding-right: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-10 {
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  ._45-block {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  ._45-block.sticky {
    width: auto;
    height: 250px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doubleimage-box {
    margin-top: 25px;
    margin-bottom: 76px;
    margin-left: 0px;
  }

  .doubleimage-box._2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-button {
    margin-top: -11px;
    font-size: 34px;
  }

  .menu-button.w--open {
    z-index: 99999;
    background-color: #e6332a;
  }

  .blog-nazev {
    font-size: 18px;
    line-height: 22px;
  }

  .blogpost-wrap {
    margin-bottom: 35px;
    padding-right: 0px;
  }

  .blog-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 40px;
  }

  .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    margin-bottom: 20px;
  }

  .brand {
    margin-right: 40px;
  }

  .nav-menu {
    z-index: 9999;
    margin-top: 18px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #faf9f9;
    box-shadow: 3px 20px 20px 6px hsla(0, 0%, 64.7%, 0.58);
  }

  .social-wrap {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vypomoc-all {
    margin-right: 0px;
  }

  .social-icon {
    padding-right: 15px;
  }

  .footer.plus-margin {
    margin-top: 0px;
  }

  .blog-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .bold-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .base-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading {
    max-width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block.fullwidth {
    font-size: 18px;
    line-height: 23px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .contact-wrap {
    margin-left: 0px;
  }

  .form {
    margin-left: 0px;
  }

  .form-block {
    margin-top: 40px;
  }

  .kontakt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    max-height: 45px;
  }

  .halfblock {
    width: 100%;
  }

  .image-3 {
    margin-top: -66px;
    margin-bottom: -46px;
    padding-right: 0px;
  }

  .div-block-10 {
    max-height: 6vw;
    max-width: 100%;
  }

  ._45-block {
    max-width: 100%;
  }

  ._45-block.sticky {
    height: auto;
    padding-bottom: 0px;
  }

  .menu-button {
    margin-top: -8px;
    font-size: 34px;
  }

  .div-block-13 {
    max-width: 80%;
  }

  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .company-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-text {
    margin-right: 0px;
    text-align: center;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .div-block-16 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-item {
    font-size: 18px;
  }

  .list-item-2 {
    font-size: 18px;
  }

  .list-item-3 {
    font-size: 18px;
  }

  .blog-page-post {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .base-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-block.fullwidth {
    font-size: 17px;
    line-height: 23px;
  }

  .grid {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }

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

  .div-block-7 {
    width: 100%;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-2 {
    max-height: 40px;
  }

  .image-3 {
    max-width: 120%;
    min-width: 100vw;
    margin: -42px 0px -49px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-10 {
    position: relative;
    max-height: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .image-5 {
    top: 108px;
  }

  .indent {
    width: 30px;
    max-width: 100%;
    margin-right: 5px;
  }

  .image-7 {
    margin-right: 5px;
  }

  .image-8 {
    margin-right: 5px;
  }

  .icon-2 {
    font-size: 38px;
  }

  .menu-button {
    margin-top: -16px;
  }

  .image-9 {
    overflow: visible;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .footer-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-link:hover {
    color: #262624;
  }

  .image-10 {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .image-11 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .image-12 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .nav-menu {
    margin-top: 0px;
  }
}

#w-node-c0d85433-f4ff-639c-0df7-40cc378d28ef-00d28e22 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-c0d85433-f4ff-639c-0df7-40cc378d28f0-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0d85433-f4ff-639c-0df7-40cc378d28f1-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0d85433-f4ff-639c-0df7-40cc378d28f3-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d365bd0-98bc-ec73-1c8b-da986a7e7c0d-00d28e22 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_0d365bd0-98bc-ec73-1c8b-da986a7e7c0e-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d365bd0-98bc-ec73-1c8b-da986a7e7c0f-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d365bd0-98bc-ec73-1c8b-da986a7e7c11-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f1dbb64-8175-8b29-0de4-8295be8a46de-00d28e22 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_2f1dbb64-8175-8b29-0de4-8295be8a46df-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f1dbb64-8175-8b29-0de4-8295be8a46e0-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f1dbb64-8175-8b29-0de4-8295be8a46e2-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e7f33bd-d481-d534-97ec-4ea931d023fd-00d28e22 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_9e7f33bd-d481-d534-97ec-4ea931d023fe-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e7f33bd-d481-d534-97ec-4ea931d023ff-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e7f33bd-d481-d534-97ec-4ea931d02401-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f8e8ba9-274a-7535-3a8a-7fb285ecb5ee-00d28e22 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_9f8e8ba9-274a-7535-3a8a-7fb285ecb5ef-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f8e8ba9-274a-7535-3a8a-7fb285ecb5f0-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f8e8ba9-274a-7535-3a8a-7fb285ecb5f2-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9434c0d5-9d55-2c63-49da-19830b266067-00d28e22 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_9434c0d5-9d55-2c63-49da-19830b266068-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9434c0d5-9d55-2c63-49da-19830b266069-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9434c0d5-9d55-2c63-49da-19830b26606b-00d28e22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

