section.section.section--bricks-lp-hero {
  padding: 200px 0 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 1367px) {
  section.section.section--bricks-lp-hero {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1000px) {
  section.section.section--bricks-lp-hero {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero {
    padding-top: 60px;
  }
}
section.section.section--bricks-lp-hero .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}
section.section.section--bricks-lp-hero .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section.section--bricks-lp-hero .container .inner .left-col {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero .container .inner .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  section.section.section--bricks-lp-hero .container .inner .left-col .af-h1 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 850px) {
  section.section.section--bricks-lp-hero .container .inner .left-col .af-h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero .container .inner .left-col .af-h1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  section.section.section--bricks-lp-hero .container .inner .left-col .af-h1 br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero .container .inner .left-col .af-h1 {
    font-size: 2.8rem;
    max-width: 450px;
  }
}
@media screen and (max-width: 340px) {
  section.section.section--bricks-lp-hero .container .inner .left-col .af-h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero .container .inner .left-col .hero-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.section.section--bricks-lp-hero .container .inner .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  position: relative;
  z-index: 1;
  height: 650px;
}
@media screen and (max-width: 1367px) {
  section.section.section--bricks-lp-hero .container .inner .right-col {
    height: 500px;
  }
}
@media screen and (max-width: 850px) {
  section.section.section--bricks-lp-hero .container .inner .right-col {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero .container .inner .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
    height: auto;
  }
}
section.section.section--bricks-lp-hero .container .inner .right-col img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 200%;
}
@media screen and (max-width: 1367px) {
  section.section.section--bricks-lp-hero .container .inner .right-col img {
    max-width: 150%;
  }
}
@media screen and (max-width: 700px) {
  section.section.section--bricks-lp-hero .container .inner .right-col img {
    position: relative;
    max-width: 150%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 0;
    margin-left: 50%;
    top: 0;
  }
}

.bricks-lp.cs-z-content {
  padding-top: 140px;
}
@media screen and (max-width: 1023px) {
  .bricks-lp.cs-z-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  #rychleji {
    padding-top: 155px !important;
    background: linear-gradient(to bottom, transparent 103px, rgba(39, 41, 50, 0.031372549) 50px);
  }
}

.js-bricks-dropdown-group--new {
  display: none;
}

.js-bricks-dropdown-open-new:hover {
  cursor: pointer;
}

.js-bricks-dropdown-open-new {
  margin-bottom: 32px;
}

.js-brick-dropdown-group--new {
  margin-top: 60px;
}

.bricks-lp-bg {
  background-position: left calc(50% + 45em) top 200px;
}

.bricks-usp-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px;
  max-width: 750px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 900px) {
  .bricks-usp-items {
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .bricks-usp-items {
    grid-template-columns: 1fr;
  }
}

.bricks-usp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
.bricks-usp-item__icon {
  margin: 0 auto;
}
.bricks-usp-item__title {
  margin-bottom: 18px;
  margin: 0 auto;
}
.bricks-usp-item__title.short {
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  .bricks-usp-item__title.short {
    max-width: 100%;
  }
}
.bricks-usp-item__title.middle {
  max-width: 250px;
}
@media screen and (max-width: 600px) {
  .bricks-usp-item__title.middle {
    max-width: 100%;
  }
}
.bricks-usp-item__title .feature-title {
  line-height: 1.3;
}
.bricks-usp-item__text {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .bricks-usp-item__text {
    max-width: 100%;
  }
}
/*# sourceMappingURL=custom-styles.css.map */
