.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;
}

body {
  font-family: brandon-grotesque, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-size: 1.4vw;
  line-height: 1.8vw;
}

a {
  color: #000;
  text-decoration: underline;
}

.section-all {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
}

.section-all.selection-hp {
  height: 100vh;
}

.section-all.section-onas {
  background-color: #f2f2f2;
}

.div-hp-yellow-bg {
  position: relative;
  width: 100%;
  padding-left: 23%;
}

.div-left-white-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 23%;
  height: 100vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.image {
  width: 300px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-vizitka-container-bottom {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-phone-main {
  display: block;
  margin-bottom: 15px;
  border-bottom: 4px solid #ffd500;
  font-size: 1.2vw;
  font-weight: 500;
  text-decoration: none;
}

.text-vizitka {
  margin-bottom: 15px;
  color: #666;
  font-size: 1.3vw;
  font-weight: 500;
  white-space: nowrap;
}

.div-left-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-navigation-main {
  -webkit-transition: color 700ms cubic-bezier(.645, .045, .355, 1);
  transition: color 700ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-navigation-main:hover {
  color: #000;
}

.link-hp-nav-main {
  text-decoration: none;
}

.link-hp-nav-main.link-aboutus {
  position: relative;
  z-index: 50;
  margin-left: -40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.link-hp-nav-main.link-partners {
  position: relative;
  z-index: 50;
  margin-right: -70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-links-main {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 70px;
  -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;
}

.div-links-hp-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-links-hp-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-links-hp-bottom {
  display: none;
  width: 100%;
  height: 33%;
}

.div-hp-headline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  width: 77%;
  margin-left: 23%;
  padding: 10%;
}

.text-wedeveloping {
  color: #000;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 500;
}

.text-ios {
  display: none;
  color: #fff;
  font-size: 9vw;
  line-height: 9vw;
  font-weight: 900;
}

.div-boreder-hp-headline {
  width: 90%;
  height: 10px;
  margin-top: 50px;
  background-color: #fff;
}

.div-hp-image-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  padding-right: 16%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-hp-mobile {
  display: block;
  margin-bottom: -267px;
}

.section {
  width: 100vw;
  height: 100vh;
}

.div-gray-bg {
  width: 100%;
  margin-right: 100px;
  margin-left: 23%;
  padding: 5%;
  background-color: #f2f2f2;
}

.div-side-menu-bg {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100vh;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd500;
}

.div-side-menu-bg.side-project-widther {
  position: fixed;
  z-index: 99;
  width: 130px;
}

.link-block-side-menu-back {
  padding-top: 200px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  text-decoration: none;
}

.text-main-sidemenu {
  width: 300px;
  color: #fff;
  font-size: 3vw;
  line-height: 60px;
  text-align: right;
  text-transform: uppercase;
}

.h1-black {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 7vw;
  line-height: 6vw;
}

.h1-yellow-big {
  margin-top: 0px;
  margin-bottom: 65px;
  color: #ffd500;
  font-size: 9vw;
  line-height: 8vw;
  font-weight: 900;
}

.div-benefit-aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-benefit-number {
  padding: 22px;
  border-style: solid;
  border-width: 15px;
  border-color: #ffd500;
  font-size: 3vw;
  line-height: 2vw;
  font-weight: 900;
}

.text-benefit {
  margin-left: 16px;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 900;
}

.div-members {
  margin-top: 35px;
}

.div-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-member-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-member-pic-face {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 150px;
  background-color: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.37);
}

.text-member {
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 900;
}

.text-member.text-member-pozice {
  color: #ffd500;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-partners-logo-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
  -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;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
}

.div-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  -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;
}

.text-name-company {
  font-size: 18px;
}

.div-project-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 130px;
  -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;
  background-color: #f2f2f2;
}

.section-project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  min-height: 100vh;
  margin-left: 23%;
}

.div-project-color-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px;
  -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;
  background-color: #4fb94f;
}

.div-project-color-bg.bluebg {
  background-color: #6893d2;
}

.div-project-color-bg.bg-color-osobnivaha {
  background-color: #23b286;
}

.div-project-gray-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 90px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-project-gray-bg.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-project-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-project-text.padding-right {
  padding-right: 70px;
  padding-left: 0px;
}

.div-project-text.left {
  padding-right: 5vw;
  padding-left: 0vw;
}

.div-project-text.middle-top {
  width: 95%;
  padding-bottom: 5vw;
  padding-left: 0vw;
}

.div-project-pic-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.h1-project {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4vw;
  line-height: 4vw;
}

.h1-project.project-black {
  font-weight: 900;
}

.h1-project.white {
  color: #fff;
}

.h1-project.h-color-exekuce {
  color: #1a5dbf;
}

.richtext {
  margin-top: 2vw;
}

.richtext.white {
  color: #fff;
}

.image-2 {
  max-width: none;
  border-radius: 33px;
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.34);
}

.link-projects-menu {
  z-index: 1;
  width: 90px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.text-link-project-menu {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.text-link-project-menu:hover {
  color: #fff;
}

.div-link-project-menu {
  position: relative;
  margin-top: 60px;
}

.div-linka-project-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -18px;
  width: 150px;
  height: 10px;
  background-color: #fff;
}

.div-mobile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 1vw 1vh;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3vw;
  background-color: #fff;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.23);
}

.div-screen {
  z-index: 1;
  overflow: hidden;
  border-radius: 2vw;
}

.image-3 {
  background-image: url('../images/Jidelnicek_1.png');
  background-position: 50% 0%;
  background-size: auto;
}

.div-mask-screen-nock {
  position: absolute;
  left: 5vw;
  top: 1vw;
  right: 5vw;
  bottom: auto;
  z-index: 2;
  height: 1.5vh;
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
  background-color: #fff;
}

.image-4 {
  background-image: url('../images/Jidelnicek_1.png');
  background-position: 50% 0%;
  background-size: auto;
}

.div-mobile-container {
  display: block;
  width: 40%;
}

.div-mobile-container.minus-x {
  margin-top: -127px;
}

.image-6 {
  border-radius: 30px;
  box-shadow: 0 50px 70px 0 rgba(0, 0, 0, 0.36);
}

.div-pics-png.posun-nahoru {
  margin-top: -170px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-7 {
  width: 40%;
  border-radius: 3vw;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
}

.div-main-link-sidemenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 161px;
  margin-bottom: 99px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.text-main-sidemenu-2 {
  color: #fff;
  font-size: 40px;
  text-align: right;
  text-transform: uppercase;
}

.image-arrow-back-2 {
  margin-left: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-text-main-sidemenu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  text-decoration: none;
}

.link-text-main-sidemenu-2:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.link-text-main-sidemenu-2.mobile {
  display: none;
}

.navbar {
  display: none;
}

.div-menu-open {
  display: none;
}

.button-next-project {
  display: none;
}

.h2-project {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 400;
}

.h2-project.project-black {
  font-weight: 900;
}

.h2-project.white {
  color: #fff;
}

.image_bezdluhu {
  border-radius: 28px;
  box-shadow: 0 11px 40px 10px rgba(0, 0, 0, 0.16);
}

.transition {
  position: fixed;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
}

.transition-trigger {
  display: none;
}

.transition-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.transition-bg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lottie-animation {
  position: absolute;
}

.lottie-animation-2 {
  position: absolute;
  width: 10%;
}

.transition-bg-animation {
  width: 100%;
  height: 100%;
  background-color: #ffd500;
}

.logo-fast {
  mix-blend-mode: multiply;
}

.logo-ek {
  mix-blend-mode: multiply;
}

.typed-text {
  height: 9vw;
  color: #fff;
  font-size: 9vw;
  line-height: 9vw;
  font-weight: 900;
}

.link---logo {
  width: 100%;
  height: 100%;
}

.div-menu-hamburger {
  display: none;
}

.div-yellow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ffd500;
}

.image-9 {
  z-index: 1;
  height: 800px;
  margin-bottom: -230px;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .div-hp-yellow-bg {
    padding-left: 20%;
  }

  .div-left-white-bg {
    width: 20%;
  }

  .link-phone-main {
    font-size: 0.9vw;
  }

  .text-vizitka {
    font-size: 0.9vw;
  }

  .div-left-inner {
    padding: 60px;
  }

  .text-navigation-main {
    font-size: 40px;
    line-height: 40px;
  }

  .div-links-hp-middle {
    position: relative;
    z-index: 50;
  }

  .div-hp-headline {
    width: 80%;
    margin-left: 20%;
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .text-wedeveloping {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-ios {
    font-size: 8vw;
    line-height: 8vw;
  }

  .div-gray-bg {
    margin-left: 20%;
  }

  .link-block-side-menu-back.widther {
    margin-right: auto;
    margin-left: auto;
  }

  .text-main-sidemenu {
    font-size: 2vw;
  }

  .h1-black {
    font-size: 5vw;
    line-height: 4vw;
  }

  .h1-yellow-big {
    font-size: 7vw;
    line-height: 6vw;
  }

  .div-benefit-aboutus {
    margin-bottom: 55px;
  }

  .text-benefit-number {
    font-size: 2.5vw;
    line-height: 1.5vw;
  }

  .text-benefit {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .text-member {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .text-member.text-member-pozice {
    font-size: 1vw;
    line-height: 1vw;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-project {
    width: 80%;
    margin-left: 20%;
  }

  .div-project-gray-bg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1-project {
    font-size: 3vw;
    line-height: 3vw;
  }

  .image-2 {
    border-radius: 40px;
  }

  .div-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-mobile-container {
    width: 25%;
  }

  .image-7 {
    width: 25%;
    border-radius: 2vw;
  }

  .h2-project {
    font-size: 2.3vw;
    line-height: 2.3vw;
  }

  .image_bezdluhu {
    border-radius: 50px;
  }

  .typed-text {
    height: 8vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .image-9 {
    height: 1000px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .section-all {
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-all.selection-hp {
    position: relative;
    height: 100vh;
    padding-top: 120px;
  }

  .div-hp-yellow-bg {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    padding-left: 0%;
  }

  .div-left-white-bg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 100vw;
    height: auto;
  }

  .image {
    width: auto;
    height: 100%;
  }

  .div-logo-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .div-vizitka-container-bottom {
    display: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-vizitka-container-bottom.menu {
    display: block;
  }

  .div-vizitka-container-bottom.menu.vizitka-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -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;
  }

  .link-phone-main {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 1em;
  }

  .link-phone-main.mobil-menu {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .text-vizitka {
    margin-bottom: 0px;
    font-size: 1.1em;
  }

  .text-vizitka.mobil-menu {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .div-left-inner {
    width: 100vw;
    height: 120px;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-navigation-main.nav-mobile-text {
    margin-bottom: 30%;
    -webkit-transition: color 700ms ease;
    transition: color 700ms ease;
    color: #ffd500;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-navigation-main.nav-mobile-text:hover {
    color: #000;
  }

  .div-links-main {
    padding-top: 70px;
  }

  .div-hp-headline {
    width: 100%;
    margin-left: 0px;
  }

  .text-wedeveloping {
    font-size: 7vw;
    line-height: 7vw;
  }

  .text-ios {
    font-size: 13vw;
    line-height: 13vw;
  }

  .div-boreder-hp-headline {
    width: 90%;
  }

  .div-hp-image-bg {
    padding-top: 0px;
    padding-left: 0px;
  }

  .image-hp-mobile {
    width: 400px;
  }

  .div-gray-bg {
    margin-left: 0%;
  }

  .div-side-menu-bg {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-side-menu-bg.side-project-widther {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 100vw;
    padding: 33px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-arrow-back {
    margin-left: 25px;
  }

  .link-block-side-menu-back {
    padding-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-main-sidemenu {
    margin-left: 20px;
    font-size: 4vw;
    text-align: left;
  }

  .h1-black {
    font-size: 9vw;
    line-height: 8vw;
  }

  .h1-yellow-big {
    margin-bottom: 50px;
    font-size: 10vw;
    line-height: 9vw;
  }

  .text-benefit-number {
    font-size: 4vw;
    line-height: 3vw;
  }

  .text-benefit {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-member {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .text-member.text-member-pozice {
    font-size: 3vw;
    line-height: 3vw;
  }

  .grid {
    grid-auto-columns: minmax(200px, 0.25fr);
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-project {
    width: 100vw;
    margin-left: 0%;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-project-gray-bg {
    padding: 70px;
  }

  .h1-project {
    font-size: 5vw;
    line-height: 5vw;
  }

  .richtext {
    margin-top: 5vw;
  }

  .div-link-project-menu {
    display: none;
  }

  .div-mobile {
    padding: 1.5vw;
    border-radius: 5vw;
  }

  .div-screen {
    border-radius: 4vw;
  }

  .div-mask-screen-nock {
    left: 6vw;
    right: 6vw;
    height: 1.5vw;
  }

  .div-mobile-container {
    width: 35%;
  }

  .div-main-link-sidemenu {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-main-link-sidemenu.mobile {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .text-main-sidemenu-2 {
    margin-left: 20px;
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 3px;
  }

  .image-arrow-back-2 {
    width: 5vw;
    margin-left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .link-text-main-sidemenu-2 {
    display: none;
  }

  .link-text-main-sidemenu-2.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .icon {
    font-size: 50px;
  }

  .menu-button {
    padding: 0px;
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .text-block {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }

  .navbar {
    display: none;
  }

  .div-menu-open {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    display: none;
    width: 100vw;
    margin-top: 120px;
    padding: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 40px;
    border-color: #ffd500;
    background-color: #fff;
  }

  .container {
    position: relative;
  }

  .div-container-linky-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .button-next-project {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    color: #000;
    font-size: 2vw;
    line-height: 2vw;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .h2-project {
    font-size: 4vw;
    line-height: 4vw;
  }

  .image_bezdluhu {
    border-radius: 19px;
  }

  .typed-text {
    height: 13vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .link---logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link---logo.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-menu-hamburger {
    display: block;
    cursor: pointer;
  }

  .image-9 {
    margin-bottom: 156px;
  }

  .div-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .div-hp-yellow-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-left-inner {
    padding: 33px;
  }

  .text-navigation-main.nav-mobile-text {
    margin-bottom: 30px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-links-main {
    display: none;
  }

  .div-hp-headline {
    position: relative;
    bottom: 20%;
  }

  .div-hp-image-bg {
    padding: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-hp-mobile {
    bottom: auto;
  }

  .div-gray-bg {
    margin-right: 0px;
  }

  .div-side-menu-bg {
    height: 80px;
  }

  .h1-black {
    font-size: 10vw;
    line-height: 9vw;
  }

  .h1-yellow-big {
    margin-bottom: 20px;
    font-size: 11vw;
    line-height: 10vw;
  }

  .text-benefit-number {
    padding: 14px;
    border-width: 10px;
    font-size: 5vw;
    line-height: 4vw;
  }

  .text-benefit {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-member {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-member.text-member-pozice {
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-project-color-bg {
    padding: 30px;
  }

  .div-project-gray-bg {
    padding: 30px;
  }

  .div-project-text {
    padding-left: 50px;
  }

  .h1-project {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-main-sidemenu-2 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-menu-open {
    padding: 20px;
    border-width: 20px;
  }

  .div-container-linky-menu {
    margin-bottom: 25px;
  }

  .h2-project {
    font-size: 4vw;
    line-height: 4vw;
  }

  .image_bezdluhu {
    border-radius: 14px;
  }

  .image-9 {
    height: 600px;
    margin-top: 75px;
  }

  .div-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 5vw;
    line-height: 7vw;
  }

  .section-all {
    padding-top: 100px;
  }

  .section-all.selection-hp {
    height: 100vh;
    padding-top: 100px;
  }

  .div-hp-yellow-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-vizitka-container-bottom {
    display: none;
  }

  .div-vizitka-container-bottom.menu.vizitka-menu-mobile {
    height: auto;
  }

  .link-phone-main.mobil-menu {
    margin-top: 0px;
    margin-bottom: 10%;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-vizitka.mobil-menu {
    margin-bottom: 10%;
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-left-inner {
    height: 100px;
    padding: 20px;
  }

  .text-navigation-main.nav-mobile-text {
    margin-bottom: 45px;
    font-size: 7vw;
    line-height: 7vw;
  }

  .div-hp-headline {
    position: relative;
    bottom: 20%;
    height: auto;
  }

  .div-boreder-hp-headline {
    height: 5px;
    margin-top: 20px;
  }

  .div-hp-image-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 70%;
  }

  .image-hp-mobile {
    width: auto;
  }

  .div-side-menu-bg {
    height: 60px;
  }

  .div-side-menu-bg.side-project-widther {
    padding: 20px;
  }

  .image-arrow-back {
    margin-left: 14px;
  }

  .text-main-sidemenu {
    font-size: 6vw;
  }

  .h1-black {
    font-size: 13vw;
    line-height: 12vw;
  }

  .h1-yellow-big {
    margin-bottom: 41px;
    font-size: 14vw;
    line-height: 12vw;
  }

  .text-benefit-number {
    font-size: 6vw;
    line-height: 5vw;
  }

  .text-benefit {
    font-size: 6vw;
    line-height: 6vw;
  }

  .text-member {
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-member.text-member-pozice {
    font-size: 5vw;
    line-height: 6vw;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-project {
    padding-top: 100px;
  }

  .div-project-color-bg {
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-project-color-bg.bluebg {
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-project-color-bg.bg-color-osobnivaha {
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-project-gray-bg {
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-project-text {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }

  .div-project-text.left {
    padding-right: 0vw;
  }

  .h1-project {
    font-size: 8vw;
    line-height: 8vw;
  }

  .richtext {
    margin-top: 46px;
  }

  .div-mobile {
    padding: 2.5vw;
    border-radius: 10vw;
  }

  .div-screen {
    border-radius: 8vw;
  }

  .div-mask-screen-nock {
    left: 12vw;
    top: 2.5vw;
    right: 12vw;
    height: 3vw;
    border-bottom-left-radius: 6vw;
    border-bottom-right-radius: 6vw;
  }

  .div-mobile-container {
    width: 85%;
  }

  .div-mobile-container.minus-x {
    margin-top: 35px;
  }

  .text-main-sidemenu-2 {
    margin-left: 20px;
    letter-spacing: 2px;
  }

  .image-arrow-back-2 {
    width: 7vw;
  }

  .link-text-main-sidemenu-2.mobile {
    margin-left: 0px;
  }

  .div-menu-open {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-top: 100px;
    padding: 39px;
    border-width: 20px;
  }

  .div-container-linky-menu {
    margin-bottom: 44px;
  }

  .button-next-project {
    padding: 13px 15px;
    font-size: 3vw;
    letter-spacing: 1px;
  }

  .h2-project {
    font-size: 6vw;
    line-height: 6vw;
  }

  .image_bezdluhu {
    border-radius: 7px;
  }

  .logo-fast {
    mix-blend-mode: multiply;
  }

  .logo-ek {
    mix-blend-mode: multiply;
  }

  .typed-text {
    height: 11vw;
    font-size: 11vw;
    line-height: 11vw;
  }

  .image-9 {
    height: 400px;
    margin-top: 20%;
  }
}

#w-node-_61cc688a-b3fd-5802-7d79-cee1477334c6-c56d1e92 {
  -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;
}

