@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

* {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding-top: 130px;
}

.container-fluid {
  padding: 0 80px;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  font-family: 'Manrope', sans-serif;
}

h1.line:before,
h2.line:before,
h3.line:before,
h4.line:before,
h5.line:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #05796C;
  display: block;
}

h1.line:before,
h2.line:before {
  margin-bottom: 30px;
}

h3.line:before {
  margin-bottom: 25px;
}

h4.line:before,
h5.line:before {
  margin-bottom: 20px;
}

h1.line-60:before,
h2.line-60:before,
h3.line-60:before,
h4.line-60:before,
h5.line-60:before {
  width: 60px;
}

h1.line-center,
h2.line-center,
h3.line-center,
h4.line-center,
h5.line-center {
  text-align: center;
}


h1.line-center:before,
h2.line-center:before,
h3.line-center:before,
h4.line-center:before,
h5.line-center:before {
  margin: auto;
}

h1.line-center:before,
h2.line-center:before {
  margin-bottom: 30px;
}

h3.line-center:before {
  margin-bottom: 25px;
}

h4.line-center:before,
h5.line-center:before {
  margin-bottom: 20px;
}

.nadpis-h1 {
  padding-top: 80px;
}

.banner.subpage .breadcrumbs {
  text-align: center !important;
  margin-bottom: 0 !important;
}

.breadcrumbs {
  font-size: 0.8em;
  color: #878F9D;
  margin-top: 25px;
  margin-bottom: -44px;
  text-align: right;
}

.breadcrumbs>a {
  color: #878F9D;
}

.breadcrumbs>a:hover {
  text-decoration: none;
}

.breadcrumbs>i {
  padding: 0 5px 0 5px;
}

a,
button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

html,
body {
  overflow-x: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  main {
    padding-top: 98px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }

  .container {
    /*padding: 0 20px;*/
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs {
    text-align: center;
  }
}

.btn-my {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 8px;
  background-color: transparent;
  padding: 0 30px;
  font-family: 'Manrope', sans-serif;
  text-align: center;
}

@media (max-width: 575px) {
  .btn-my {
    font-size: 16px !important;
  }

  .services h2,
  .process-section h2,
  .sekce-12 .text-center h2 {
    font-size: 30px !important;
  }

  .btn-my.lh-60 {
    line-height: 50px !important;
  }
}

.btn-my:hover {
  text-decoration: none !important;
}

.btn-my.lh-60 {
  line-height: 68px;
}

.btn-my.lh-50 {
  line-height: 50px;
}

.btn-my.lh-40 {
  line-height: 40px;
}

.btn-my.w-160 {
  width: 160px;
}

.btn-my i {
  padding-left: 30px;
  font-size: 15px;
  transition: all 0.3s;
}

.btn-my.w-270 {
  width: 270px;
}

.btn-my.w-240 {
  width: 240px;
}

.btn-my-blue {
  background: transparent linear-gradient(76deg, #8F1347 0%, #C11F63 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF !important;
}

.btn-my-blue:hover {
  background: transparent linear-gradient(76deg, #C11F63 0%, #8F1347 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.btn-my-dark {
  color: #FFFFFF;
  background: transparent linear-gradient(72deg, #2C2C2C 0%, #5A5A5A 100%) 0% 0% no-repeat padding-box;
}

.btn-my-dark:hover {
  background: transparent linear-gradient(72deg, #5A5A5A 0%, #2C2C2C 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.btn-my-green {
  color: #FFFFFF;
  background: transparent linear-gradient(74deg, #05796C 0%, #07A08F 100%) 0% 0% no-repeat padding-box;
}

.btn-my-green:hover {
  background: transparent linear-gradient(72deg, #07A08F 0%, #05796C 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.error label {
  color: red !important;
}

.error input[type='text'],
.error input[type='email'],
.error textarea {
  border: 1px solid red !important;
}

.nav-item.poptavka .count {
  color: white;
  display: inline-block;
  background-color: #002f4c;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-left: 10px;
}

.banner.subpage {
  color: #fff;
  background-size: cover;
  min-height: 250px;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/template/img/sekce-3/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
}

.banner.subpage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: transparent linear-gradient(90deg, #080F1D 0%, #080F1D 100%) 0% 0% no-repeat padding-box;
}

.banner.subpage h1 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
}

.banner.subpage .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
}

span.green {
  color: #05796C;
  font-family: 'Manrope', sans-serif;
}

.services {
  background: transparent linear-gradient(90deg, #F0FDF9 0%, #F7FAFC 50%, #FDF0F5 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
}

.services h2 {
  color: #080F1D;
  font-size: 40px;
  margin-bottom: 80px;
}

.services .service {
  position: relative;
}

.services.sub .service {
  margin-bottom: 0;
  text-decoration: none;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
}

@property --border-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.services.sub .service:hover {
  transform: translateY(-5px);
  box-shadow: 10px 15px 25px 0px rgba(5, 121, 108, 0.2);
}

.services.sub .service::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 17px;
  padding: 2px;
  background: conic-gradient(from var(--border-angle), transparent 0%, transparent 75%, #05796C 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.services.sub .service:hover::before {
  opacity: 1;
  animation: border-rotate 3.5s linear infinite;
}

@keyframes border-rotate {
  to {
    --border-angle: 360deg;
  }
}

.services:not(.sub) .col {
  padding: 0 10px;
}

.services.sub .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.services .service-image {
  position: relative;
  height: 540px;
}

.services.sub .service-image {
  aspect-ratio: 1/1;
  height: auto;
}

.services .service-image .bg {
  border-radius: 15px;
}

.services .service-content .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  align-content: center;
}

.services .service-content .icon img {
  display: block;
  margin: auto;
  align-content: center;
}

.services:not(.sub) .service-image .bg:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.2) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.services .service-content span {
  position: absolute;
  bottom: 30px;
  left: 80px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Manrope', sans-serif;
}

.services.sub .service-content span {
  position: initial !important;
  color: #080F1D;
}

.services.sub .service-content {
  position: initial;
  padding: 20px;
  flex-grow: 1;
  bottom: 0;
  left: 0;
}

.services.sub .service-content p {
  color: #696969;
  font-size: 16px;
  margin-bottom: 0;
}

.services.sub .service-content::before {
  display: none;
}

.services .service-content::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #05796C;
  bottom: 45px;
  left: 20px;
}

.services:not(.sub) .service:hover .service-image .bg:after {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.1) 100%);
}

.services .btn-my {
  margin: auto;
  display: block;
  width: fit-content;
  margin-top: 80px !important;
}

.process-section {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

/* Heading with small line above */
.process-heading {
  text-align: center;
  margin-bottom: 40px;
}

.heading-line {
  width: 40px;
  height: 2px;
  background: #00b97f;
  margin: 0 auto 24px auto;
}

.process-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.5px;
}

.process-title .highlight {
  color: #00b97f;
}

/* Steps container */
.steps-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
}

/* The gradient line connecting the steps */
.steps-line {
  position: absolute;
  top: 20px;
  left: 12.5%;
  right: 12.5%;
  height: 4px;
  background: transparent linear-gradient(90deg, #F0FDF9 0%, #F6FBFC 34%, #F9F8FA 67%, #FDF0F5 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}

.step {
  position: relative;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 28px;
  font-family: 'Manrope', sans-serif;
  position: relative;
  background: #ffffff;
}

.step-1 .step-number {
  background: #F0FDF9;
  color: #05796C;
}

.step-2 .step-number {
  background: #F6FBFC;
  color: #2D2D2D;
}

.step-3 .step-number {
  background: #F9F8FA;
  color: #2D2D2D;
}

.step-4 .step-number {
  background: #FDF0F5;
  color: #911448;
}

.step-title {
  font-size: 22px;
  font-weight: 800;
  color: #080F1D;
  margin-bottom: 30px;
  font-family: 'Manrope', sans-serif;
}

.step-description {
  font-size: 16px;
  line-height: 30px;
  color: #696969;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 900px) {
  .steps-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .steps-line {
    display: none;
  }

  .process-section {
    padding: 60px 20px;
  }

  .process-title {
    font-size: 28px;
  }

  .process-heading {
    margin-bottom: 48px;
  }
}

.process-section h2 {
  font-size: 40px;
  color: #080F1D;
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .services .col {
    width: 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .services .col {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services .col {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .services .service-image {
    height: 400px;
  }
}

.rkalk {
  --rkalk-text: #696969;
  --rkalk-accent: #05796C;
  --rkalk-accentt: transparent linear-gradient(76deg, #8F1347 0%, #C11F63 100%) 0% 0% no-repeat padding-box;
  --rkalk-accent-d: transparent linear-gradient(76deg, #C11F63 0%, #8F1347 100%) 0% 0% no-repeat padding-box;
  --rkalk-bg: #f7fafc;
  --rkalk-line: #d9dde1;
  --rkalk-white: #fff;
  --rkalk-muted: #9aa1a8;
}

.rkalk,
.rkalk * {
  box-sizing: border-box
}

.rkalk {
  max-width: 760px;
  margin: 40px auto;
  padding: 0 18px;
  color: var(--rkalk-text);
  line-height: 1.5;
}

.rkalk__box {
  background: var(--rkalk-bg);
  border-radius: 14px;
  padding: 34px 28px 40px
}

/* kroky */
.rkalk__steps {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px
}

.rkalk__step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 9px 18px;
  border-radius: 30px;
  background: #e7ebef;
  color: var(--rkalk-muted);
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.rkalk__step.is-active {
  background: var(--rkalk-white);
  color: var(--rkalk-text);
  border-color: var(--rkalk-line)
}

.rkalk__step b {
  color: var(--rkalk-accent)
}

.rkalk__title {
  text-align: center;
  font-size: 24px;
  margin: 0 0 28px;
  color: #080F1D;
  font-weight: 700
}

.rkalk__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px
}

.rkalk__field {
  margin-bottom: 2px
}

.rkalk__field--full {
  grid-column: 1 / -1
}

.rkalk__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px
}

.rkalk__icon {
  width: 30px;
  height: 22px;
  flex: none;
  color: var(--rkalk-accent)
}

.rkalk__label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}

/* tooltip */
.rkalk__tip {
  position: relative;
  display: inline-flex;
  cursor: help
}

.rkalk__tip-i {
  width: 18px;
  height: 18px
}

.rkalk__tip-box {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  padding: 7px 11px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: .15s;
  pointer-events: none;
  z-index: 5;
}

.rkalk__tip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333
}

.rkalk__tip:hover .rkalk__tip-box {
  opacity: 1;
  visibility: visible
}

/* selecty */
.rkalk__select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--rkalk-white);
  border: 1px solid var(--rkalk-line);
  border-radius: 8px;
  padding: 13px 40px 13px 15px;
  font-size: 15px;
  color: var(--rkalk-text);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M3 5l4 4 4-4' stroke='%2305796C' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.rkalk__select:focus {
  outline: none;
  border-color: var(--rkalk-accent)
}

/* slider */
.rkalk__slider-wrap {
  margin-top: 4px
}

.rkalk__slider-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--rkalk-muted);
  margin-bottom: 6px
}

.rkalk__slider-val {
  display: inline-block;
  background: var(--rkalk-accent);
  color: #fff;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.rkalk__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(to right, var(--rkalk-accent) 0%, var(--rkalk-accent) var(--p, 42%), #d9dde1 var(--p, 42%), #d9dde1 100%);
  outline: none;
  margin: 10px 0;
}

.rkalk__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--rkalk-accent);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.rkalk__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--rkalk-accent);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
  cursor: pointer;
}

/* tlačítko */
.rkalk__actions {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 14px
}

.rkalk__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rkalk-accentt);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  cursor: pointer;
  transition: background .15s;
}

.rkalk__btn:hover {
  background: var(--rkalk-accent-d)
}

.rkalk__btn svg {
  transition: transform .15s
}

.rkalk__btn:hover svg {
  transform: translateX(3px)
}

/* krok 2 - výsledek */
.rkalk__result {
  display: none;
  text-align: center
}

.rkalk__result.is-visible {
  display: block
}

.rkalk__result-lead {
  font-size: 15px;
  margin: 0 0 6px
}

.rkalk__result-price {
  font-size: 42px;
  font-weight: 800;
  color: var(--rkalk-accent);
  margin: 6px 0
}

.rkalk__result-note {
  font-size: 13px;
  color: var(--rkalk-muted);
  max-width: 440px;
  margin: 14px auto 28px
}

.rkalk__summary {
  display: inline-block;
  text-align: left;
  background: #fff;
  border: 1px solid var(--rkalk-line);
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 28px;
  font-size: 14px;
}

.rkalk__summary div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 4px 0
}

.rkalk__summary span {
  color: var(--rkalk-muted)
}

.rkalk__back {
  background: none;
  border: none;
  color: var(--rkalk-accent);
  font-weight: 600;
  cursor: pointer;
  font-size: 14px
}

.rkalk__back:hover {
  text-decoration: underline
}

/* krok 2 - kontaktni formular */
.rkalk__contact {
  margin: 4px 0 26px;
  padding-top: 26px;
  border-top: 1px solid var(--rkalk-line);
  text-align: left;
}

.rkalk__contact .rkalk__title {
  font-size: 20px;
  margin-bottom: 6px;
}

.rkalk__contact-lead {
  text-align: center;
  font-size: 14px;
  color: var(--rkalk-muted);
  margin: 0 0 24px;
}

.rkalk__contact .alert {
  margin-bottom: 22px;
}

.rkalk__input {
  width: 100%;
  background: var(--rkalk-white);
  border: 1px solid var(--rkalk-line);
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  color: var(--rkalk-text);
}

.rkalk__input:focus {
  outline: none;
  border-color: var(--rkalk-accent);
}

.rkalk__textarea {
  min-height: 96px;
  resize: vertical;
}

.rkalk__field.error .rkalk__input {
  border-color: #c0392b;
}

.rkalk__field.error .rkalk__label {
  color: #c0392b;
}

.rkalk__consent {
  font-size: 13px;
  margin: 0 0 14px;
}

.rkalk__consent a {
  color: var(--rkalk-muted);
  text-decoration: underline;
}

.rkalk__consent a:hover {
  color: var(--rkalk-accent);
}

@media(max-width:640px) {
  .rkalk__grid {
    grid-template-columns: 1fr
  }

  .rkalk__box {
    padding: 26px 18px 32px
  }

  .rkalk__result-price {
    font-size: 34px
  }
}