:root {
  --black: #333;
  --gray: #f6f6f6;
  --orange: #ff910a;
  --dark-gray: #231f20;
  --separator: #dbdbdb;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: var(--black);
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

label {
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.napsali-o-nas {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.carousel-icons {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-button {
  grid-column-gap: 16px;
  border: 1px solid #ededed;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.icon-button:hover {
  background-color: var(--gray);
  transform: scale(1.1);
}

.icon-button:active {
  background-color: var(--orange);
  transform: scale(.92);
}

.icon {
  object-fit: cover;
  overflow: hidden;
}

.reference-items-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.reference-item {
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.reference-item.hidden {
  display: none;
}

.reference-text {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.reference-podpis {
  opacity: .4;
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.div-block {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  width: 100%;
  margin-bottom: 32px;
}

.project-item {
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-item.hidden {
  display: none;
}

.project-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-image.hidden {
  display: none;
}

.project-name {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: auto auto 16px 16px;
}

.gradient {
  z-index: 0;
  background-image: linear-gradient(0deg, #0003, #0000);
  position: absolute;
  inset: 80% 0% 0;
}

.project-item-wrapper {
  width: 100%;
  position: relative;
}

.projekty-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading {
  font-weight: 500;
}

.heading-2 {
  font-size: 44px;
  font-weight: 500;
}

.h2-decorated {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.bar {
  background-color: var(--orange);
  width: 6px;
  height: 39px;
  display: inline-flex;
}

.sluzby-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sluzba-item-large {
  background-color: #fff;
  border: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px 38px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sluzba-item-large-title {
  grid-column-gap: 24px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.sluzba-item-large-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-16 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.body.secondary {
  opacity: .5;
}

.body.footer {
  color: var(--black);
  text-align: center;
}

.body.small {
  font-size: 13px;
}

.frame-12 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 575px;
  text-decoration: none;
  display: flex;
}

.others {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sluzba-item {
  grid-row-gap: 22px;
  background-color: #fff;
  border: 1px solid #ededed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.sluzba-item:hover {
  transform: scale(1.06);
}

.sluzba-item.sluzba-item-large {
  grid-row-gap: 20px;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.sluzba-item.sluzba-item-large:hover {
  border-style: solid;
  transform: scale(1.02);
}

.sluzba-item.mid {
  border-style: solid none;
}

.sluzba-item.mid:hover {
  border-style: solid;
}

.sluzba-item-title {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.sluzba-item-content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 291px;
  text-decoration: none;
  display: flex;
}

.sluzba-item-2 {
  grid-row-gap: 22px;
  background-color: #fff;
  border: 1px solid #ededed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 249px;
  padding: 29px 35px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sluzba-item-title-2 {
  grid-column-gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-17 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 307px;
  text-decoration: none;
  display: flex;
}

.sluzba-item-3 {
  grid-row-gap: 22px;
  background-color: #fff;
  border: 1px solid #ededed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 249px;
  padding: 29px 28px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sluzba-item-title-3 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 296px;
  text-decoration: none;
  display: flex;
}

.stylesheet {
  padding-top: 60px;
  padding-bottom: 60px;
}

.stylesheet.hidden {
  display: none;
}

.sluzby-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  color: var(--black);
  padding: 16px 20px;
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button:hover {
  background-color: #ffb356;
  transform: scale(1.05);
}

.button.phonebutton {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-section {
  background-color: var(--dark-gray);
  padding-top: 60px;
  padding-bottom: 60px;
}

.code-embed {
  width: 167px;
  height: 70px;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 280px;
  display: flex;
}

.link-large {
  font-size: 32px;
  line-height: 90%;
  text-decoration: none;
}

.link-large:hover {
  color: var(--orange);
}

.contact-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  display: flex;
}

.contact-and-footer-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--gray);
  background-image: url('../images/Footer-Bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 630px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-field {
  border: 1px solid var(--gray);
  background-color: var(--gray);
  height: 44px;
  margin-bottom: 0;
  padding: 16px;
}

.text-field:focus {
  border: 1px solid var(--orange);
}

.form-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.space {
  width: 8px;
  height: 8px;
}

.embed-icon {
  width: 60px;
  height: 60px;
}

.embed-icon.large {
  width: 100px;
  height: 100px;
}

.flex-block-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.usp-title {
  margin-bottom: -4px;
  font-family: Teko, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
}

.usp-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90px;
  display: flex;
}

.text-block-2 {
  color: var(--orange);
  font-family: Teko, sans-serif;
  font-size: 24px;
}

.usp-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.div-block-6 {
  background-color: #e0e0e0;
  width: 1px;
  height: 63px;
}

.flex-block-9 {
  flex-flow: row;
}

.container-2 {
  width: 90%;
  display: none;
}

.menulink {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 22px;
  font-weight: 400;
}

.menulink:hover {
  background-color: #fff;
}

.menulink.phone {
  background-color: var(--orange);
}

.menulink.phone:hover {
  background-color: #ffb150;
}

.menulink.phone.hideondesktop {
  display: none;
}

.navbar {
  background-color: #fff0;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -50px;
  display: flex;
}

.section {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 160px;
  display: flex;
}

.hero-image {
  width: 580px;
  max-width: none;
  display: inline-flex;
  position: absolute;
  inset: -320px -6% auto auto;
}

.hero-image.mobile {
  display: none;
}

.text-block-3 {
  width: 100%;
  max-width: 39vw;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.div-block-8 {
  width: 100%;
  position: relative;
}

.hero-heading {
  margin-right: -26px;
  font-size: 6vw;
}

.checkbox-label {
  font-size: 20px;
  font-weight: 400;
}

.nav-menu-text {
  display: none;
}

.popover {
  background-color: #fff0;
  border: 0 #000;
  width: 90%;
  max-width: 900px;
  max-height: 90%;
  padding: 0;
}

.popover-image {
  object-fit: cover;
  border-radius: 8px;
  max-height: 88vh;
  overflow: hidden;
}

.popover-image.hidden {
  display: none;
}

.popover-image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.popover-close-button {
  background-color: #f6f6f633;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.popover-close-button:hover {
  background-color: #f6f6f69c;
}

.code-embed-2 {
  height: 1px;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.field-label {
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
}

.checkbox {
  background-color: #ebebeb;
  border: 0 #000;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--orange);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 18px;
}

.heading-3 {
  font-size: 48px;
}

.header-grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(10%, auto) minmax(50%, 1200px) minmax(10%, auto);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-block-10 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
}

.div-block-11 {
  width: 100%;
  min-width: 5vw;
  max-width: 394px;
}

.div-block-12 {
  width: 100%;
  position: absolute;
}

.div-block-13 {
  width: 90%;
  max-width: 1200px;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.contact-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.code-embed-5 {
  width: 40px;
  height: 40px;
}

.container-no-anim {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-no-anim.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.success-message {
  background-color: #ff910a45;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .container.hero {
    grid-template-columns: 1.25fr 1fr;
    place-items: center stretch;
  }

  .reference-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sluzba-item-large-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sluzba-item {
    padding: 24px;
  }

  .sluzba-item-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .link-large {
    font-size: 28px;
  }

  .flex-block-3 {
    justify-content: space-between;
    width: 100%;
  }

  .flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-form {
    padding: 32px;
  }

  .contact-and-footer-section {
    background-position: 35% 100%;
    background-size: auto 490px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .usp-item {
    width: 80px;
  }

  .usp-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-2 {
    width: 100%;
    padding: 8px 8px 8px 20px;
  }

  .menulink {
    background-color: var(--orange);
    text-align: center;
    font-size: 30px;
    font-weight: 400;
  }

  .menulink:hover {
    background-color: #ffb65d;
  }

  .menulink.phone {
    background-color: var(--gray);
    margin: 16px 8px 8px;
  }

  .menulink.phone.hideondesktop {
    display: flex;
  }

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

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

  .div-block-7 {
    max-width: none;
  }

  .hero-image {
    width: 590px;
    margin-top: 10%;
    top: -395px;
    left: -26%;
    right: auto;
  }

  .text-block-3 {
    max-width: 60vw;
  }

  .hero-heading {
    font-size: 60px;
  }

  .nav-menu {
    background-color: var(--orange);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    font-size: 42px;
  }

  .header-grid {
    grid-template-columns: minmax(10%, auto) minmax(50%, 1200px) minmax(0%, auto);
  }

  .code-embed-4 {
    margin-top: -13px;
  }

  .container-no-anim.hero {
    grid-template-columns: 1.25fr 1fr;
    place-items: center stretch;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }

  .container.hero {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .reference-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bar {
    height: 35px;
  }

  .sluzba-item-large-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .body.secondary {
    display: block;
  }

  .others {
    flex-flow: column;
  }

  .sluzba-item.sluzba-item-large {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
  }

  .sluzba-item.mid {
    border-style: none solid;
  }

  .sluzba-item-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block {
    width: 100%;
  }

  .button {
    text-align: center;
  }

  .flex-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-and-footer-section {
    background-position: 29% 100%;
    background-size: auto 370px;
  }

  .flex-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .usp-title {
    font-size: 44px;
  }

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

  .usp-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .menulink {
    font-size: 30px;
  }

  .div-block-7 {
    z-index: 1;
    width: 80%;
    margin-top: 0;
    position: relative;
  }

  .section {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero-image {
    z-index: 0;
    opacity: .46;
    width: 330px;
    display: none;
    top: -397px;
    left: 52%;
    right: auto;
  }

  .hero-image.mobile {
    opacity: 100;
    width: 420px;
    display: inline-flex;
    top: -412px;
    left: 40%;
  }

  .text-block-3 {
    max-width: 340px;
    font-size: 17px;
    line-height: 160%;
  }

  .hero-heading {
    max-width: 460px;
    font-size: 50px;
  }

  .heading-3 {
    font-size: 38px;
  }

  .container-no-anim.hero {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .napsali-o-nas.swiper.reference-swiper {
    grid-row-gap: 20px;
  }

  .reference-items-wrapper {
    grid-template-columns: 1fr;
  }

  .sluzba-item-large-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body.secondary {
    opacity: .4;
  }

  .body.white {
    color: #fff;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-and-footer-section {
    background-position: 28% 100%;
    background-size: auto 370px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .usp-title {
    font-size: 40px;
  }

  .usp-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .usp-item.first {
    border-right: 1px solid var(--separator);
    border-bottom: 1px solid var(--separator);
  }

  .usp-item.last {
    border-top: 1px solid var(--separator);
    border-left: 1px solid var(--separator);
    margin-top: -1px;
    margin-left: -1px;
  }

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

  .usp-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    display: grid;
  }

  .div-block-6 {
    display: none;
  }

  .container-2 {
    padding-left: 16px;
  }

  .menulink {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 27px;
  }

  .menulink.phone {
    background-color: var(--gray);
    margin: 8px;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-image {
    opacity: .41;
    top: -401px;
  }

  .hero-image.mobile {
    width: 300px;
    margin-top: 13%;
    top: -239px;
    left: 34%;
  }

  .text-block-3 {
    max-width: 270px;
    font-size: 15px;
    line-height: 160%;
  }

  .hero-heading {
    max-width: none;
    font-size: 44px;
  }

  .nav-menu {
    background-color: var(--orange);
  }

  .text-block-4 {
    display: none;
  }
}

#w-node-_38e2c504-8865-9839-8457-7661da88a930-b8d31289 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-caa203f0-c12a-5982-0945-4963932d2777-b8d31289 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_38e2c504-8865-9839-8457-7661da88a930-b8d31289 {
    grid-column: 3 / 4;
  }

  #w-node-caa203f0-c12a-5982-0945-4963932d2777-b8d31289 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a664117-4bb4-0493-8d03-16521afaf92f-b8d31289 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


