/* common border radius */
/* disable text selection */
/*	Defined widths
--------------------------------------- */
/*	Import components
--------------------------------------- */
.service-detail {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .service-detail {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 500px) {
  .service-detail {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
.service-detail::after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120.2%;
  height: 109%;
  background: transparent radial-gradient(closest-side at 50% 50%, #D7420D 0%, white 100%) 0% 0%;
  -webkit-transform: translate(50%, 40%);
          transform: translate(50%, 40%);
  opacity: 0.05;
}
.service-detail > * {
  position: relative;
  z-index: 1;
}
.service-detail__hero {
  padding-bottom: 18rem;
}
@media screen and (max-width: 700px) {
  .service-detail__hero {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 500px) {
  .service-detail__hero {
    padding-bottom: 8rem;
  }
}
.service-detail__hero .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service-detail__hero .col.left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 700px) {
  .service-detail__hero .col.left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.service-detail__hero .col.right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-left: var(--zakladniSpacingREM);
  min-height: 270px;
  max-height: 320px;
}
@media screen and (max-width: 700px) {
  .service-detail__hero .col.right {
    display: none;
  }
}
.service-detail__title {
  margin-bottom: 2.6rem;
}
.service-detail__title strong {
  color: var(--sekundarniBarva);
}
.service-detail__content {
  max-width: 68.8rem;
}
.service-detail__content p {
  margin-bottom: 2.8rem;
}
.service-detail__signpost {
  display: block;
}
.service-detail__signpost a {
  display: inline;
  margin-right: 1.3rem;
  text-decoration: underline;
}
.service-detail__signpost a:hover, .service-detail__signpost a:focus {
  text-decoration: none;
}

.service-section {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  /*	Sections
  --------------------------------------- */
}
@media screen and (max-width: 500px) {
  .service-section {
    margin-bottom: 5rem;
    padding-bottom: 3rem;
  }
}
.service-section:not(:last-child) {
  border-bottom: 1px solid var(--sekundarniBarva);
}
.service-section__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 700px) {
  .service-section__title {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .service-section__title {
    margin-bottom: 4rem;
  }
}
.service-section__col-title {
  font-size: 2.2rem;
  line-height: 1.27;
}
.service-section .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 700px) {
  .service-section .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-section .cols .left {
  width: 33.45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 6%;
}
@media screen and (max-width: 700px) {
  .service-section .cols .left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.service-section .cols .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*	UL wrap
--------------------------------------- */
.ul-wrap ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
}
@media screen and (max-width: 450px) {
  .ul-wrap ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.ul-wrap li {
  position: relative;
  margin-bottom: 1.6rem;
}
.ul-wrap li::marker {
  opacity: 0;
  color: transparent;
}
.ul-wrap li::before {
  content: "";
  position: absolute;
  left: -2.8rem;
  top: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--sekundarniBarva)), to(#E76E04));
  background: transparent linear-gradient(180deg, var(--sekundarniBarva) 0%, #E76E04 100%);
  border-radius: 50%;
}

/*	CTA section
--------------------------------------- */
.cta {
  padding-top: 4rem;
}
.cta__title {
  color: var(--primarniBarva);
  font-size: 5.4rem;
  line-height: 1.111;
  max-width: 75rem;
  margin: 0 auto 5.8rem;
}
@media screen and (max-width: 700px) {
  .cta__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .cta__title {
    font-size: 3rem;
  }
}
.cta__title strong {
  color: var(--sekundarniBarva);
}
.cta .btn {
  margin: 0;
}

/*	Shields
--------------------------------------- */
.shields {
  position: initial;
}

.shield-opacity {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(45%, -30%) scale(1.3);
          transform: translate(45%, -30%) scale(1.3);
}

.shield {
  position: absolute;
  bottom: -9rem;
  left: 0;
  -webkit-transform: translate(-55%, 0);
          transform: translate(-55%, 0);
}
@media screen and (max-width: 1024px) {
  .shield {
    display: none;
  }
}