*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.is-search-open, body.lock-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1450px;
  }
}

::-moz-selection {
  color: #fff;
  background: #1AE5BE;
}

::selection {
  color: #fff;
  background: #1AE5BE;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left;
}

.btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(15px * 1);
  line-height: 1.6428571429;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0.6rem 2.1rem;
  text-align: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #1AE5BE;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .btn-primary {
    padding: 1.1rem 3.8rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-primary {
    font-size: calc(18px * 1);
  }
}
.btn-primary:hover {
  background: #0635C9;
  color: #fff;
}

.btn-secondary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(15px * 1);
  line-height: 1.6428571429;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0.6rem 2.1rem;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #0635C9;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .btn-secondary {
    padding: 1.1rem 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-secondary {
    font-size: calc(18px * 1);
  }
}
.btn-secondary:hover {
  background: #1AE5BE;
  color: #000;
}

.btn-subtle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(15px * 1);
  line-height: 1.6428571429;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0.6rem 2.1rem;
  text-align: center;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #eee;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .btn-subtle {
    padding: 1.1rem 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-subtle {
    font-size: calc(18px * 1);
  }
}
.btn-subtle:hover {
  background: #222;
  color: #fff;
}

.color-secondary {
  color: #0635C9;
}

.btn-delete {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(15px * 1);
  line-height: 1.6428571429;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0.6rem 2.1rem;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #ec1341;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .btn-delete {
    padding: 1.1rem 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-delete {
    font-size: calc(18px * 1);
  }
}
.btn-delete:hover {
  background: red;
  color: #fff;
}

.underline-title u, .order-step-2__title u, .order-step-3__title u, .order-step-4__title u, .order-step-5__title u, .order-step-6__title u {
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.underline-title u::before, .order-step-2__title u::before, .order-step-3__title u::before, .order-step-4__title u::before, .order-step-5__title u::before, .order-step-6__title u::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 50%;
  width: 103%;
  height: 15px;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #1AE5BE;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  height: 4.8rem;
  padding: 0 1.5rem;
  margin: 0;
  border: none;
  border-radius: 10px;
  text-decoration: none !important;
  background: #1AE5BE;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .header-toggle {
    padding: 0 2.5rem;
    height: 5.2rem;
  }
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2rem;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  display: none;
}
.header-mobile__content {
  height: 100vh;
  overflow-y: auto;
  position: relative;
  padding: 12rem 0 0 0;
}
.header-mobile__menu > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.5rem;
  margin: 0;
  padding: 0;
}
.header-mobile__menu > ul > li {
  margin: 0;
  padding: 0;
}
.header-mobile__menu > ul > li > a {
  font-size: calc(20px * 1);
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.header-mobile__menu > ul > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.header-mobile__menu > ul > li.selected > a {
  color: #0635C9;
}

.header {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 9999;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.header__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .header__controls .btn-secondary {
    min-width: 12rem !important;
    padding: 1.1rem 2rem;
  }
}
.header__controls .btn-secondary {
  min-width: 19rem;
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 18rem;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    width: 22rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo img {
    width: 24.9rem;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header__nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 4.8rem;
  margin: 0;
  padding: 0;
}
.header__nav ul > li {
  position: relative;
  margin: 0;
  padding: 1.6rem 0;
}
.header__nav ul > li > a {
  font-size: calc(18px * 1);
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  line-height: normal;
}
.header__nav ul > li > a:hover {
  color: #0635C9;
}
.header__nav ul > li.selected > a {
  font-weight: 600;
  color: #0635C9;
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}

.footer {
  padding: 4rem 0 0 0;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 5.5rem 0 0 0;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 0 4.4rem 0;
  }
}
.footer__logo img {
  display: block;
  width: 18rem;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    width: 22rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__logo img {
    width: 24.9rem;
  }
}
.footer__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 4rem 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .footer__button-container {
    padding: 0 0 5.5rem 0;
    flex-direction: row;
  }
}
.footer__bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(26, 229, 190, 0.3);
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    font-size: 16px;
  }
}
.footer__bottom a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.footer__bottom a:hover {
  color: #1AE5BE;
}
.footer__bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .footer__bottom-row {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.footer__nav {
  display: flex;
  column-gap: 2.6rem;
}

.section-home-land-size-selector,
.section-home-reference {
  background: #FAFBFE;
}

.base-section-title, .order-page__title, .sluzby-page__title, .contact-page__title, .home-reference__title, .home-packages__title, .home-land-size-selector__title, .home-intro__heading-title {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 991px) {
  .base-section-title, .order-page__title, .sluzby-page__title, .contact-page__title, .home-reference__title, .home-packages__title, .home-land-size-selector__title, .home-intro__heading-title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .base-section-title, .order-page__title, .sluzby-page__title, .contact-page__title, .home-reference__title, .home-packages__title, .home-land-size-selector__title, .home-intro__heading-title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .base-section-title, .order-page__title, .sluzby-page__title, .contact-page__title, .home-reference__title, .home-packages__title, .home-land-size-selector__title, .home-intro__heading-title {
    font-size: 5rem;
  }
}
.base-section-title u, .order-page__title u, .sluzby-page__title u, .contact-page__title u, .home-reference__title u, .home-packages__title u, .home-land-size-selector__title u, .home-intro__heading-title u {
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.base-section-title u::before, .order-page__title u::before, .sluzby-page__title u::before, .contact-page__title u::before, .home-reference__title u::before, .home-packages__title u::before, .home-land-size-selector__title u::before, .home-intro__heading-title u::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 7px;
  left: 50%;
  width: 103%;
  height: 15px;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #1AE5BE;
}
@media only screen and (min-width: 1200px) {
  .base-section-title u::before, .order-page__title u::before, .sluzby-page__title u::before, .contact-page__title u::before, .home-reference__title u::before, .home-packages__title u::before, .home-land-size-selector__title u::before, .home-intro__heading-title u::before {
    height: 19px;
    bottom: 8px;
  }
}
@media only screen and (min-width: 1500px) {
  .base-section-title u::before, .order-page__title u::before, .sluzby-page__title u::before, .contact-page__title u::before, .home-reference__title u::before, .home-packages__title u::before, .home-land-size-selector__title u::before, .home-intro__heading-title u::before {
    height: 24px;
    bottom: 10px;
  }
}

.ul, .default-step-text ul, .sluzby-page__content ul, .home-packages__texts ul {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul li, .default-step-text ul li, .sluzby-page__content ul li, .home-packages__texts ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
.ul li::before, .default-step-text ul li::before, .sluzby-page__content ul li::before, .home-packages__texts ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #1AE5BE;
}

.home-intro__row {
  display: flex;
}
.home-intro__row--top {
  column-gap: 40px;
  align-items: flex-end;
}
@media only screen and (min-width: 1200px) {
  .home-intro__row--top {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .home-intro__row--top {
    column-gap: 96px;
  }
}
.home-intro__row--bottom {
  margin: 30px 0 40px 0;
  column-gap: 53px;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .home-intro__row--bottom {
    margin: 40px 0 50px 0;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__row--bottom {
    margin: 50px 0 50px 0;
  }
}
@media only screen and (min-width: 1500px) {
  .home-intro__row--bottom {
    margin: 80px 0 100px 0;
  }
}
.home-intro__heading-wrapper {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .home-intro__heading-wrapper {
    flex: 1 0 316px;
    max-width: 316px;
  }
}
@media only screen and (min-width: 991px) {
  .home-intro__heading-wrapper {
    flex: 1 0 362px;
    max-width: 362px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__heading-wrapper {
    flex: 1 0 402px;
    max-width: 402px;
  }
}
@media only screen and (min-width: 1500px) {
  .home-intro__heading-wrapper {
    flex: 1 0 502px;
    max-width: 502px;
  }
}
.home-intro__heading-title {
  margin: 0;
}
.home-intro__image {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .home-intro__image {
    display: none;
  }
}
.home-intro__image img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.home-intro__content {
  line-height: 1.5555555556;
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
.home-intro__content-title {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  margin: 0 0 1.6rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .home-intro__content-title {
    font-size: 2.4rem;
  }
}
.home-intro__content-title svg, .home-intro__content-title img {
  width: 3.5rem;
  height: 3.5rem;
}
@media only screen and (min-width: 991px) {
  .home-intro__content-title svg, .home-intro__content-title img {
    width: 5rem;
    height: 5rem;
  }
}
.home-intro__content-title img {
  position: relative;
  bottom: 6px;
}
.home-intro__faq {
  flex: 1;
}

.home-land-size-selector {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .home-land-size-selector {
    padding: 5rem 0 8rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .home-land-size-selector {
    padding: 8.5rem 0 14rem 0;
  }
}
.home-land-size-selector__title {
  text-align: center;
}

.land-size-cards {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  column-gap: 2rem;
  max-width: 916px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .land-size-cards {
    flex-direction: row;
  }
}

.land-size-card {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .land-size-card {
    min-height: 297px;
  }
}
.land-size-card:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .land-size-card:hover {
    transform: scale(1.1);
  }
}
.land-size-card:hover .land-size-card__footer,
.land-size-card:hover .land-size-card__content {
  background: transparent;
}
.land-size-card:hover .land-size-card__content {
  justify-content: center;
}
.land-size-card:hover .land-size-card__title {
  color: #fff;
}
.land-size-card:hover .land-size-card__controls {
  display: block;
}
.land-size-card:hover .land-size-card__img,
.land-size-card:hover .land-size-card__footer {
  display: none;
}
.land-size-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem;
  transition: 0.3s;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .land-size-card__content {
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .land-size-card__content {
    padding: 3rem;
  }
}
.land-size-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .land-size-card__title {
    font-size: 2.4rem;
  }
}
.land-size-card__title strong, .land-size-card__title b {
  color: #1AE5BE;
}
.land-size-card__img {
  display: flex;
  justify-content: center;
}
.land-size-card__img img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .land-size-card__img img {
    max-height: 10rem;
  }
}
.land-size-card__controls {
  display: none;
}
.land-size-card__controls .btn-primary {
  width: 100%;
  border-radius: 0;
}
.land-size-card__controls .btn-primary:hover {
  background: #fff;
  color: #1AE5BE;
}
.land-size-card__footer {
  padding: 1.2rem;
  transition: 0.3s;
  background: #0635C9;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .land-size-card__footer {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .land-size-card__footer {
    font-size: 2.4rem;
  }
}

.home-packages {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  column-gap: 4rem;
  padding: 6rem 0;
}
@media only screen and (min-width: 991px) {
  .home-packages {
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .home-packages {
    padding: 8rem 0;
    column-gap: 6rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home-packages {
    padding: 14rem 0;
  }
}
.home-packages__title--left {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 991px) {
  .home-packages__title--left {
    margin: 0 0 3.5rem 0;
  }
}
.home-packages__title--right {
  margin: 0 0 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .home-packages__title--right {
    margin: 0 0 4.5rem 0;
  }
}
.home-packages__texts {
  line-height: 1.5555555556;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
.home-packages__left {
  flex: 1;
}
.home-packages__right {
  flex: 1;
}
.home-packages__selector {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.package-card {
  display: flex;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 1rem;
  padding: 1rem 2rem;
  background: rgba(26, 229, 190, 0.1019607843);
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .package-card {
    padding: 1rem 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .package-card {
    min-height: 14rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1500px) {
  .package-card {
    padding: 1rem 3rem 1rem 3.5rem;
    min-height: 17rem;
  }
}
.package-card__radio {
  flex-shrink: 0;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #0635C9;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .package-card__radio {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .package-card__radio {
    height: 35px;
    width: 35px;
  }
}
.package-card__radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0635C9;
}
@media only screen and (min-width: 768px) {
  .package-card__radio:after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .package-card__radio:after {
    width: 25px;
    height: 25px;
  }
}
.package-card__content {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .package-card__content {
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 1500px) {
  .package-card__content {
    column-gap: 3.5rem;
  }
}
.package-card__content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.package-card__content input:checked ~ .package-card__radio:after {
  display: block;
}
.package-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .package-card__title {
    font-size: 2.4rem;
  }
}
.package-card__desc {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .package-card__desc {
    font-size: 1.8rem;
  }
}
.package-card__desc strong, .package-card__desc b {
  font-weight: 600;
}
.package-card__controls {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.package-card__controls .btn-secondary {
  width: 100%;
}
.package-card__fee {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;
  color: #1AE5BE;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .package-card__fee {
    text-align: right;
  }
}
@media only screen and (min-width: 1500px) {
  .package-card__fee {
    font-size: 2.4rem;
  }
}

.home-reference {
  padding: 6rem 0;
}
@media only screen and (min-width: 1200px) {
  .home-reference {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .home-reference {
    padding: 8.5rem 0 12rem 0;
  }
}
.home-reference__title {
  margin: 0 0 3rem 0;
  text-align: center;
}
.home-reference__counter {
  margin: 0 0 3rem 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .home-reference__counter {
    font-size: 24px;
  }
}
.home-reference__counter span {
  color: #1AE5BE;
}
.home-reference__controls {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0 0;
  align-items: center;
}
.home-reference__controls-link {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0635C9;
  text-decoration: underline;
  transition: 0.3s;
}
.home-reference__controls-link:hover {
  color: #1AE5BE;
}

.home-reference-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .home-reference-slider {
    flex-direction: row;
    gap: 2.6rem;
  }
}
.home-reference-slider__item {
  flex: 1;
  flex-shrink: 0;
}

.home-reference-card {
  padding: 2rem 2.5rem;
  min-height: 100%;
  background: #fff;
  border-radius: 15px;
}
@media only screen and (min-width: 991px) {
  .home-reference-card {
    padding: 3rem 4rem;
  }
}
.home-reference-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 991px) {
  .home-reference-card__header {
    margin: 0 0 2.5rem 0;
  }
}
.home-reference-card__name {
  line-height: 1.5555555556;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .home-reference-card__name {
    gap: 2.5rem;
  }
}
.home-reference-card__name img, .home-reference-card__name svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .home-reference-card__name img, .home-reference-card__name svg {
    width: 47px;
    height: 47px;
  }
}
.home-reference-card__date {
  line-height: 1.5555555556;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
.home-reference-card__text {
  line-height: 1.5555555556;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}

.accordion-panel {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: 0;
}
.accordion-panel__item {
  padding: 0;
  border-radius: 15px;
  background: rgba(26, 229, 190, 0.1019607843);
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.375;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: left;
  background: transparent;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .accordion-panel__header {
    padding: 1.5rem 1.5rem 1.5rem 2.8rem;
  }
}
.accordion-panel__header:hover .accordion-panel__header-caption {
  color: #0635C9;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.accordion-panel__header-caption {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  transition: 0.3s;
}
.accordion-panel__header-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #0635C9;
}
@media only screen and (min-width: 768px) {
  .accordion-panel__header-button {
    font-size: 1.6rem;
  }
}
.accordion-panel__header-button svg, .accordion-panel__header-button img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.accordion-panel__texts {
  line-height: 1.5555555556;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  padding: 0 1.5rem 2.4rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .accordion-panel__texts {
    padding: 0 2.8rem 2.4rem 2.8rem;
  }
}
.accordion-panel__texts p {
  margin: 0 0 3rem 0;
}
.accordion-panel__texts > *:last-child {
  margin: 0;
}

.contact-page {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .contact-page {
    padding: 4rem 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page {
    padding: 5rem 0 10rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .contact-page {
    padding: 5rem 0 12rem 0;
  }
}
.contact-page__title {
  margin: 0 0 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .contact-page__title {
    margin: 0 0 4rem 0;
  }
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 3rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 991px) {
  .contact-box {
    flex-direction: row;
  }
}
.contact-box__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  padding: 3rem 2.4rem;
}
@media only screen and (min-width: 991px) {
  .contact-box__content {
    width: 50%;
    gap: 5rem;
    padding: 5rem 4rem 5rem 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-box__content {
    gap: 7rem;
    padding: 7rem 8rem 7.5rem 10rem;
  }
}
.contact-box__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  flex-direction: column;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .contact-box__contacts {
    flex-direction: row;
  }
}
.contact-box__contact-person {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contact-box__contact-person img {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .contact-box__contact-person img {
    width: 10rem;
    height: 10rem;
  }
}
.contact-box__contact-person-info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.contact-box__contact-person-caption {
  margin: 0;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .contact-box__contact-person-caption {
    font-size: 2.4rem;
  }
}
.contact-box__contact-person-text {
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  white-space: nowrap;
}
.contact-box__contact-person-text strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.contact-box__contacts-item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contact-box__contacts-item img {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
@media only screen and (min-width: 991px) {
  .contact-box__contacts-item img {
    width: 4rem;
    height: 4rem;
  }
}
.contact-box__contacts-item:hover .contact-box__contacts-item-text {
  color: #1AE5BE;
}
.contact-box__contacts-item:hover .contact-box__contacts-item-text strong {
  color: #0635C9;
}
.contact-box__contacts-item-text {
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}
.contact-box__contacts-item-text strong {
  font-weight: 700;
  color: #1AE5BE;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.contact-box__row {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .contact-box__row {
    flex-direction: row;
  }
}
.contact-box__col {
  flex: 1;
}
.contact-box__title {
  margin: 0 0 1rem 0;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .contact-box__title {
    font-size: 2.4rem;
  }
}
.contact-box__texts {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}
.contact-box__texts p {
  margin: 0 0 1.8rem 0;
}
.contact-box__texts > *:last-child {
  margin: 0;
}
.contact-box__texts h2 {
  margin: 0 0 1rem 0;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .contact-box__texts h2 {
    font-size: 2.4rem;
  }
}
.contact-box__form {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 2.5rem 2rem;
  background: rgba(26, 229, 190, 0.1019607843);
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media only screen and (min-width: 991px) {
  .contact-box__form {
    width: 50%;
    padding: 3.5rem 3rem;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-box__form {
    padding: 5rem 3.6rem 4.2rem 3.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-box__form {
    padding: 6rem 4.8rem 4.8rem 4.8rem;
  }
}

.contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.contact-form__title {
  margin: 0 0 3.4rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.contact-form__row {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  margin: 0 0 1.4rem 0;
}
@media only screen and (min-width: 768px) {
  .contact-form__row {
    flex-direction: row;
    gap: 1rem;
  }
}
.contact-form__text {
  margin: 2.4rem 0 3.4rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media only screen and (min-width: 1600px) {
  .contact-form__text {
    margin: 2.4rem 0 5rem 0;
  }
}
.contact-form__text a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.contact-form__text a:hover {
  text-decoration: none;
}
.contact-form__controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form__controls p {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 2rem;
}
.contact-form__controls p .wpcf7-spinner {
  margin: 0;
}

.form-field {
  flex: 1;
}
.form-field p {
  margin: 0;
}
.form-field__label {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.form-field__input, .form-field__text {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 30px;
  background: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.form-field__input::placeholder, .form-field__text::placeholder {
  color: #666;
}
.form-field__input {
  display: block;
  padding: 0 1.5rem;
  height: 5rem;
}
@media only screen and (min-width: 768px) {
  .form-field__input {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .form-field__input {
    height: 6rem;
  }
}
.form-field__text {
  resize: none;
  height: 13rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .form-field__text {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .form-field__text {
    padding: 2rem 4rem;
  }
}

.sluzby-spacer {
  height: 4rem;
}
@media only screen and (min-width: 768px) {
  .sluzby-spacer {
    height: 6rem;
  }
}
@media only screen and (min-width: 1500px) {
  .sluzby-spacer {
    height: 8rem;
  }
}

.sluzby-page {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .sluzby-page {
    padding: 4rem 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sluzby-page {
    padding: 5rem 0 10rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .sluzby-page {
    padding: 5rem 0 12rem 0;
  }
}
.sluzby-page__title {
  margin: 0 0 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .sluzby-page__title {
    margin: 0 0 4rem 0;
  }
}
.sluzby-page__subtitle {
  margin: 0 0 2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  line-height: normal;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sluzby-page__subtitle {
    font-size: 2.4rem;
  }
}
.sluzby-page__caption {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .sluzby-page__caption {
    font-size: 2rem;
  }
}
.sluzby-page__content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.36;
}
.sluzby-page__content ul {
  margin: 0 0 4rem 0;
}
.sluzby-page__content ul h4 {
  margin: 0.1rem 0 0.5rem 0;
}
.sluzby-page__content ul p {
  margin: 0;
}
.sluzby-page__content em {
  font-style: normal !important;
  color: #0635C9;
}
.sluzby-page__content a {
  color: #0635C9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.sluzby-page__content a:hover {
  color: #1AE5BE;
}

.sluzby-table-wrapper {
  overflow-x: auto;
}

.sluzby-tables-wrapper {
  margin: 0 auto;
  max-width: 90rem;
}

.sluzby-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .sluzby-table {
    min-width: 70rem;
  }
}
.sluzby-table tr td, .sluzby-table tr th {
  padding: 1.5rem;
}
.sluzby-table tr td.no-border, .sluzby-table tr th.no-border {
  border: none;
  background: none;
}
.sluzby-table thead tr td, .sluzby-table thead tr th {
  background: #1AE5BE;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.sluzby-table thead tr td:first-child, .sluzby-table thead tr td.first-child, .sluzby-table thead tr th:first-child, .sluzby-table thead tr th.first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.sluzby-table thead tr td:last-child, .sluzby-table thead tr th:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.sluzby-table tbody tr {
  background: rgba(26, 229, 190, 0.1019607843);
}
.sluzby-table tbody tr td:first-child, .sluzby-table tbody tr td.first-child, .sluzby-table tbody tr th:first-child, .sluzby-table tbody tr th.first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.sluzby-table tbody tr td:first-child, .sluzby-table tbody tr th:first-child {
  padding-left: 2.6rem;
}
.sluzby-table tbody tr td:last-child, .sluzby-table tbody tr th:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.sluzby-table tbody tr td b, .sluzby-table tbody tr th b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.sluzby-table tbody tr td small, .sluzby-table tbody tr th small {
  display: block;
  margin: 0.5rem 0 0 0;
}
.sluzby-table tbody tr td small b, .sluzby-table tbody tr th small b {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.order-page {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .order-page {
    padding: 4rem 0 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-page {
    padding: 5rem 0 10rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .order-page {
    padding: 5rem 0 12rem 0;
  }
}
.order-page__title {
  margin: 0 0 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .order-page__title {
    margin: 0 0 4rem 0;
  }
}

.order-wizard {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.order-wizard__separator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 991px) {
  .order-wizard__separator {
    padding: 0 20px;
  }
}
.order-wizard__separator img {
  width: 14px;
  height: 14px;
  display: block;
}
@media only screen and (min-width: 991px) {
  .order-wizard__separator img {
    width: 20px;
    height: 20px;
  }
}
.order-wizard__step {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px 0;
  text-decoration: none;
}
.order-wizard__step:hover .order-wizard__caption {
  color: #0635C9;
}
.order-wizard__step.done .order-wizard__caption {
  color: #1AE5BE;
}
.order-wizard__step.done:hover .order-wizard__caption {
  color: #0635C9;
}
.order-wizard__step.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
}
.order-wizard__step.disabled .order-wizard__caption {
  text-decoration: none;
}
.order-wizard__step.next {
  opacity: 0.5;
  filter: grayscale(100%);
}
.order-wizard__step.next .order-wizard__caption {
  text-decoration: none;
}
.order-wizard__step-number {
  white-space: nowrap;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1AE5BE;
}
@media only screen and (min-width: 768px) {
  .order-wizard__step-number {
    font-size: 28px;
  }
}
@media only screen and (min-width: 991px) {
  .order-wizard__step-number {
    font-size: 34px;
  }
}
.order-wizard__caption {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-decoration: underline;
  text-align: center;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .order-wizard__caption {
    display: none;
  }
}
.order-wizard__caption strong {
  display: block;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .order-wizard__caption strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 991px) {
  .order-wizard__caption strong {
    font-size: 20px;
  }
}

.order-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .order-button-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.order-intro-content {
  line-height: 1.5555555556;
  margin: 4rem 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .order-intro-content {
    margin: 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-intro-content {
    margin: 6rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .order-intro-content {
    margin: 8rem 0;
  }
}
.order-intro-content p {
  margin: 0 0 4rem 0;
}

.order-form--search-by-address {
  margin: 0 0 4rem 0;
}
.order-form--search-by-plot {
  margin: 0 0 4rem 0;
}
.order-form--custom {
  overflow-x: auto;
}
.order-form--custom .order-land-form-field {
  position: relative;
}
.order-form--custom .order-land-form-field__input, .order-form--custom .order-land-form-field__input-2, .order-form--custom .order-land-form-field__label, .order-form--custom .order-land-form-field__caption {
  min-width: 250px;
}

.order-step-2 {
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) {
  .order-step-2 {
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .order-step-2 {
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 1500px) {
  .order-step-2 {
    margin: 8rem auto;
  }
}
.order-step-2__title {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .order-step-2__title {
    font-size: 2.4rem;
  }
}
.order-step-2__frame {
  margin: 0 0 2rem 0;
}
.order-step-2__frame-text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: normal;
  color: #0635C9;
  margin: 0 0 4rem 0;
}

.order-search-form-field__label {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.order-search-form-field__inp-wrapper {
  display: flex;
  gap: 1rem;
}
.order-search-form-field__input {
  display: block;
  width: 100%;
  max-width: 50rem;
  padding: 0 1.5rem;
  height: 4rem;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  .order-search-form-field__input {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .order-search-form-field__input {
    height: 5.2rem;
  }
}
.order-search-form-field__input::placeholder {
  color: #666;
}

.order-address-form-field {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .order-address-form-field {
    align-items: center;
  }
}
.order-address-form-field__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50rem;
}
@media only screen and (min-width: 768px) {
  .order-address-form-field__container {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.order-address-form-field__container--custom {
  align-items: unset;
}
.order-address-form-field__container--custom .order-address-form-field__label {
  line-height: 21.5px;
}
.order-address-form-field__container--baseline {
  align-items: baseline;
}
.order-address-form-field__container--baseline .order-address-form-field__label {
  line-height: 21.5px;
}
.order-address-form-field__container--total {
  margin-top: 2rem;
  align-items: baseline;
}
.order-address-form-field__container--total .order-address-form-field__label {
  line-height: 21.5px;
  max-width: unset;
  width: auto;
  flex: unset;
}
.order-address-form-field__container--total .order-step-6__parcel--text {
  color: #0635C9;
  font-weight: 700;
}
.order-address-form-field__label {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) {
  .order-address-form-field__label {
    flex: 1 0 152px;
    max-width: 152px;
    text-align: right;
  }
}
.order-address-form-field__input {
  display: block;
  width: 100%;
  padding: 0 1.5rem;
  height: 4rem;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  .order-address-form-field__input {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .order-address-form-field__input {
    height: 5.2rem;
  }
}
.order-address-form-field__input::placeholder {
  color: #666;
}
.order-address-form-field__input[readonly] {
  height: unset;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
}

.order-land-form-field__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem 0;
  gap: 1.5rem;
}
.order-land-form-field__label {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.order-land-form-field__caption {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.order-land-form-field__space {
  width: 100px;
}
@media only screen and (min-width: 991px) {
  .order-land-form-field__space {
    width: 110px;
  }
}
.order-land-form-field__inputs-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 1rem 0;
}
.order-land-form-field__inputs-list-item--inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
.order-land-form-field__input {
  width: 100%;
}
.order-land-form-field__input-2 {
  width: 100%;
}
.order-land-form-field__input, .order-land-form-field__input-2 {
  display: block;
  padding: 0 20px;
  height: 4rem;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  .order-land-form-field__input, .order-land-form-field__input-2 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .order-land-form-field__input, .order-land-form-field__input-2 {
    height: 5.2rem;
  }
}
.order-land-form-field__input::placeholder, .order-land-form-field__input-2::placeholder {
  color: #666;
}
.order-land-form-field__footer {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.order-land-form-field__footer-label {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.order-land-form-field__footer-label strong {
  color: #0635C9;
}

.order-step-3 {
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) {
  .order-step-3 {
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .order-step-3 {
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 1500px) {
  .order-step-3 {
    margin: 8rem auto;
  }
}
.order-step-3__title {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .order-step-3__title {
    font-size: 3rem;
  }
}
.order-step-3__spacer {
  height: 4rem;
}

.order-packages-table-wrapper {
  overflow-x: auto;
}

.order-packages-selector {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .order-packages-selector {
    font-size: 1.8rem;
  }
}
.order-packages-selector__radio {
  display: block;
  flex-shrink: 0;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #0635C9;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .order-packages-selector__radio {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .order-packages-selector__radio {
    height: 35px;
    width: 35px;
  }
}
.order-packages-selector__radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0635C9;
}
@media only screen and (min-width: 768px) {
  .order-packages-selector__radio:after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .order-packages-selector__radio:after {
    width: 25px;
    height: 25px;
  }
}
.order-packages-selector__content {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.order-packages-selector__content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.order-packages-selector__content input:checked ~ .order-packages-selector__radio:after {
  display: block;
}
.order-packages-selector__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  line-height: normal;
  text-align: left;
}
.order-packages-selector__desc {
  margin: 0.5rem 0 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
}
.order-packages-selector__desc strong, .order-packages-selector__desc b {
  font-weight: 600;
}
.order-packages-selector tr td, .order-packages-selector tr th {
  padding: 1.5rem;
}
.order-packages-selector tr td.no-border, .order-packages-selector tr th.no-border {
  border: none;
  background: none;
}
.order-packages-selector thead tr td, .order-packages-selector thead tr th {
  background: #1AE5BE;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.order-packages-selector thead tr td:first-child, .order-packages-selector thead tr td.first-child, .order-packages-selector thead tr th:first-child, .order-packages-selector thead tr th.first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.order-packages-selector thead tr td:first-child, .order-packages-selector thead tr th:first-child {
  padding-left: 2.6rem;
}
.order-packages-selector thead tr td:last-child, .order-packages-selector thead tr td.last-child, .order-packages-selector thead tr th:last-child, .order-packages-selector thead tr th.last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.order-packages-selector tbody tr {
  background: rgba(26, 229, 190, 0.1019607843);
}
.order-packages-selector tbody tr td {
  text-align: center;
}
.order-packages-selector tbody tr td:first-child, .order-packages-selector tbody tr td.first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.order-packages-selector tbody tr td:first-child {
  padding-left: 2.6rem;
}
.order-packages-selector tbody tr td:last-child, .order-packages-selector tbody tr td.last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.order-packages-selector tfoot tr td, .order-packages-selector tfoot tr th {
  background: #0635C9;
  color: #fff;
}
.order-packages-selector tfoot tr td:first-child, .order-packages-selector tfoot tr td.first-child, .order-packages-selector tfoot tr th:first-child, .order-packages-selector tfoot tr th.first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.order-packages-selector tfoot tr td:first-child, .order-packages-selector tfoot tr th:first-child {
  padding-left: 2.6rem;
}
.order-packages-selector tfoot tr td:last-child, .order-packages-selector tfoot tr td.last-child, .order-packages-selector tfoot tr th:last-child, .order-packages-selector tfoot tr th.last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.order-step-4 {
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) {
  .order-step-4 {
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .order-step-4 {
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 1500px) {
  .order-step-4 {
    margin: 8rem auto;
  }
}
.order-step-4__title {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: normal;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .order-step-4__title {
    font-size: 3rem;
  }
}

.order-form-files {
  margin: 0 auto;
  max-width: 60rem;
}
.order-form-files--summary {
  margin: 0;
}
.order-form-files__item-uploader {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.order-form-files__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.order-form-files__item-name {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.order-form-files__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.order-form-files__item--center {
  justify-content: center;
}
.order-form-files__item .error-message {
  color: red;
  font-size: 1.6rem;
  width: 100%;
}
.order-form-files__item a {
  color: #1AE5BE;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.order-form-files__item a:hover {
  color: #0635C9;
}

.order-step-5 {
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) {
  .order-step-5 {
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .order-step-5 {
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 1500px) {
  .order-step-5 {
    margin: 8rem auto;
  }
}
.order-step-5__title {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .order-step-5__title {
    font-size: 3rem;
  }
}

.order-data-form-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.order-data-form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.order-data-form-check input:checked ~ .order-data-form-check__radio:after {
  display: block;
}
.order-data-form-check__radio {
  display: block;
  flex-shrink: 0;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #0635C9;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .order-data-form-check__radio {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .order-data-form-check__radio {
    height: 35px;
    width: 35px;
  }
}
.order-data-form-check__radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0635C9;
}
@media only screen and (min-width: 768px) {
  .order-data-form-check__radio:after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .order-data-form-check__radio:after {
    width: 25px;
    height: 25px;
  }
}
.order-data-form-check__label {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.order-data-form-check__label p {
  margin: 0;
}

.order-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 0 4rem 0;
}
.order-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .order-contact-form__field {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .order-contact-form__field {
    width: calc(50% - 8px);
  }
}
.order-contact-form__field-label {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 500px) {
  .order-contact-form__field-label {
    flex: 1 0 160px;
    max-width: 160px;
    text-align: right;
  }
}
.order-contact-form__field-input {
  display: block;
  padding: 0 1.5rem;
  height: 4rem;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 500px) {
  .order-contact-form__field-input {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .order-contact-form__field-input {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .order-contact-form__field-input {
    height: 5.2rem;
  }
}
.order-contact-form__field-input::placeholder {
  color: #666;
}

.order-data-form__header {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  row-gap: 1rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 500px) {
  .order-data-form__header {
    column-gap: 4rem;
  }
}

.order-data-form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.order-data-form-fields__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .order-data-form-fields__item {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .order-data-form-fields__item {
    width: calc(50% - 8px);
  }
}
.order-data-form-fields__item--full-w {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .order-data-form-fields__item--full-w {
    width: 100%;
  }
}
.order-data-form-fields__item-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #0635C9;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
}
.order-data-form-fields__item-link:hover {
  color: #1AE5BE;
}
.order-data-form-fields__item-label {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 500px) {
  .order-data-form-fields__item-label {
    flex: 1 0 160px;
    max-width: 160px;
    text-align: right;
  }
}
.order-data-form-fields__item-input {
  display: block;
  padding: 0 1.5rem;
  height: 4rem;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 500px) {
  .order-data-form-fields__item-input {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .order-data-form-fields__item-input {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .order-data-form-fields__item-input {
    height: 5.2rem;
  }
}
.order-data-form-fields__item-input::placeholder {
  color: #666;
}

.order-step-6 {
  margin: 4rem auto;
}
@media only screen and (min-width: 768px) {
  .order-step-6 {
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .order-step-6 {
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 1500px) {
  .order-step-6 {
    margin: 8rem auto;
  }
}
.order-step-6 .error-message {
  color: red;
  font-size: 1.6rem;
  width: 100%;
  margin-top: 1rem;
}
.order-step-6__title {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .order-step-6__title {
    font-size: 3rem;
  }
}
.order-step-6__confirms {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.order-step-6__parcels {
  display: flex;
  flex-direction: row;
  gap: 2rem 1.4rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: unset;
}
.order-step-6__parcels .separator {
  background-color: black;
  width: 2px;
}
.order-step-6__parcel {
  display: flex;
  flex-direction: column;
  width: auto;
  justify-content: left;
}
.order-step-6__parcel--text {
  font-size: 1.8rem;
  line-height: 21.5px;
}

.section-page-reference .sluzby-page {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .section-page-reference .sluzby-page {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-page-reference .sluzby-page {
    padding: 5rem 0;
  }
}

.section-reference .home-reference-slider {
  flex-wrap: wrap;
}
.section-reference .home-reference-slider__item {
  flex: 1 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-reference .home-reference-slider__item {
    flex: 1 0 calc(50% - 1.3rem);
    max-width: 50%;
  }
}

.hidden {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.load-next-loader {
  margin-left: 2rem;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #1ae5be 94%, #FAFBFE) top/8px 8px no-repeat, conic-gradient(#FAFBFE 30%, #1ae5be);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.common-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .common-gallery {
    gap: 3rem;
  }
}
.common-gallery__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: calc((100% - 1.6rem) / 2);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .common-gallery__item {
    width: calc((100% - 3rem) / 2);
  }
}
@media (min-width: 991px) {
  .common-gallery__item {
    width: calc((100% - 6rem) / 3);
  }
}
.common-gallery__item:hover {
  opacity: 0.8;
}
.common-gallery__item img {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 1.6rem;
  margin: 0.5rem 0 1rem 0;
}

.wpcf7-response-output {
  font-size: calc(18px * 1);
  line-height: 1.4444444444;
  border: 0 !important;
  padding: 0 !important;
  color: red;
  margin: 2rem 0 !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  color: #46b450;
  margin: 2rem 0;
}

.swal2-confirm {
  background-color: #0635C9;
  font-size: 1.6rem;
}
.swal2-confirm:focus {
  box-shadow: unset;
}

.swal2-cancel {
  font-size: 1.6rem;
}

.swal2-title {
  font-size: 2.4rem;
  line-height: 1.3;
}

.swal2-html-container {
  font-size: 1.8rem !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

.no-parcel-text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.default-step-text {
  color: #000 !important;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: normal;
  margin: 0 0 4rem 0;
}
.default-step-text ul {
  margin: 0 0 4rem 0;
}
.default-step-text ul h4 {
  margin: 0.1rem 0 0.5rem 0;
}
.default-step-text ul p {
  margin: 0;
}
.default-step-text em {
  font-style: normal !important;
  color: #0635C9;
}
.default-step-text a {
  color: #0635C9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.default-step-text a:hover {
  color: #1AE5BE;
}
.default-step-text p {
  margin: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.not-visible {
  display: inline-block;
  position: absolute;
  top: -100px;
  opacity: 0;
  font-size: 18px;
}

/*# sourceMappingURL=main.css.map */
