@charset "UTF-8";
/* Breakpoints */
/* Barvy confidences u detailu nemovistosti */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Sen:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import "../dist/animate.css";
@import "../dist/owl.theme.default.min.css";
@import "../dist/jquery.fancybox.min.css";
@import "../dist/font-awesome.css";
@import "../dist/magnific-popup.css";
@import "../dist/swiper-bundle.min.css";
@import "../../assets/fonts/style.css";
@import url("https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/* Držení */
/*== PRIMÁRNÍ BARVA ==*/
/*== SEKUNDÁRNÍ BARVA ==*/
/*====================================================*/
/* ====== */
/* Others */
.bg-gradient {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}

/*
  $sm: 576px;
  $md: 768px;
  $lg: 992px;
  $xl: 1200px;
  $xxl: 1400px;
*/
@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.beating {
  animation: fa-beat 2.5s infinite;
  display: inline-block;
  color: red;
}

/**
 * Nastaví základní vzhled pro inputy a tlačítka.
 *
 * - Přidává padding
 * - Zaobluje rohy podle proměnné `$default-border-radius`
 */
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sticky-top {
  align-self: flex-start;
  top: 60px;
  z-index: 98;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Sen", sans-serif;
  color: rgb(45.25, 45.25, 45.25);
  background-color: #fff;
}

#wrapper, #page, .container {
  overflow: visible !important;
}

.back-to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 30px;
  bottom: 60px;
  z-index: 999999;
  padding: 10px 15px;
  background: rgb(255, 88, 55);
  border-radius: 8px;
  color: white;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.back-to-top:hover {
  bottom: 65px;
  background: rgb(255, 66.7075, 29.5);
}

.beta {
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: white;
}

.ombre {
  width: 100%;
  height: 5px;
  margin: 60px auto;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  border-radius: 3px;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.center {
  text-align: center;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px lightgray solid;
  opacity: 0.5;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 1199.98px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 2rem;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.bg-primary {
  background: rgb(255, 88, 55) !important;
}

.bg-whitesmoke {
  background: whitesmoke !important;
}

.bg-primary-lighter {
  background: rgb(255, 151.8775, 131.5) !important;
}

.blur-container {
  border-radius: 0.5rem;
  border: 1px solid lightgray;
  padding: 0 0.5rem;
  position: relative;
  transition: all 0.6s ease;
  cursor: pointer;
}
.blur-container::after {
  content: "\f30d";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7rem;
  color: gray;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blur-container:hover::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
}
.blur-container:hover .blur-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: blur(10px);
}

.blur-container--input {
  height: 42px;
}

.blur-item {
  filter: blur(5px);
  transition: filter 0.6s ease-in-out;
}

.w-80 {
  width: 80% !important;
}

.w-0 {
  width: unset !important;
}

.anchor {
  scroll-margin-top: 60px;
}

.grayscale {
  filter: grayscale(100%);
}

p {
  font-weight: 400;
  line-height: 21px;
  color: rgb(45.25, 45.25, 45.25);
  font-size: 1rem;
}

.sup {
  font-size: 0.6rem;
}

.small {
  font-size: 0.875rem;
}

a, a:visited, a:active {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: unset;
  cursor: pointer;
  display: inline-block;
}
a:focus, a:hover {
  outline: 0;
}

.text-color-primary {
  color: rgb(255, 88, 55) !important;
}

.color-primary {
  color: rgb(255, 88, 55) !important;
}

.color-lightgray {
  color: lightgray !important;
}

.color-secondary {
  color: rgb(96.25, 96.25, 96.25) !important;
}

.color-white {
  color: white !important;
}

.color-highlite {
  color: #637d96 !important;
}

.color-bronze {
  color: #ce8946 !important;
}

.color-silver {
  color: silver !important;
}

.color-gold {
  color: #ffba0b !important;
}

.color-diamond {
  color: #b9f2ff !important;
}

.color-green {
  color: green !important;
}

.color-benefit {
  color: black !important;
}

.color-black {
  color: black !important;
}

.p-highlite {
  font-weight: 600;
  color: rgb(255, 88, 55);
}

strong {
  font-weight: 700;
}

.sup-text {
  position: absolute;
  font-size: 0.6rem;
  bottom: 1px;
}

.sup {
  font-size: 0.6rem;
}

#slider-range-value01,
#slider-range-value02 {
  position: relative;
}

.fw-1 {
  font-weight: 100;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.lh-0 {
  line-height: 0;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-30 {
  line-height: 30px;
}

.lh-33 {
  line-height: 33px;
}

.lh-37 {
  line-height: 37px;
}

.lh-45 {
  line-height: 45px;
}

.lh-56 {
  line-height: 56px;
}

.lh-75 {
  line-height: 75px;
}

.fs-05 {
  font-size: 0.5rem;
}

.fs-06 {
  font-size: 0.6rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-09 {
  font-size: 0.9rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 1.3rem;
}
@media (max-width: 1400px) {
  .fs-13 {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .fs-13 {
    font-size: 1.17rem;
  }
}
@media (max-width: 992px) {
  .fs-13 {
    font-size: 1.105rem;
  }
}
@media (max-width: 768px) {
  .fs-13 {
    font-size: 1.04rem;
  }
}
@media (max-width: 576px) {
  .fs-13 {
    font-size: 0.91rem;
  }
}
@media (max-width: 400px) {
  .fs-13 {
    font-size: 0.78rem;
  }
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-25 {
  font-size: 2.5rem;
}
@media (max-width: 1400px) {
  .fs-25 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .fs-25 {
    font-size: 2.25rem;
  }
}
@media (max-width: 992px) {
  .fs-25 {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .fs-25 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .fs-25 {
    font-size: 1.75rem;
  }
}
@media (max-width: 400px) {
  .fs-25 {
    font-size: 1.5rem;
  }
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 3rem;
}
@media (max-width: 1400px) {
  .fs-30 {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .fs-30 {
    font-size: 2.7rem;
  }
}
@media (max-width: 992px) {
  .fs-30 {
    font-size: 2.55rem;
  }
}
@media (max-width: 768px) {
  .fs-30 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .fs-30 {
    font-size: 2.1rem;
  }
}
@media (max-width: 400px) {
  .fs-30 {
    font-size: 1.8rem;
  }
}

.fs-35 {
  font-size: 3.5rem;
}
@media (max-width: 1400px) {
  .fs-35 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .fs-35 {
    font-size: 3.15rem;
  }
}
@media (max-width: 992px) {
  .fs-35 {
    font-size: 2.975rem;
  }
}
@media (max-width: 768px) {
  .fs-35 {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .fs-35 {
    font-size: 2.45rem;
  }
}
@media (max-width: 400px) {
  .fs-35 {
    font-size: 2.1rem;
  }
}

.fs-40 {
  font-size: 4rem;
}
@media (max-width: 1400px) {
  .fs-40 {
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .fs-40 {
    font-size: 3.6rem;
  }
}
@media (max-width: 992px) {
  .fs-40 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .fs-40 {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .fs-40 {
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  .fs-40 {
    font-size: 2.4rem;
  }
}

.fsf-15 {
  font-size: clamp(1.35rem, 1.35rem + (1.5rem - 1.35rem) * (100vw - 320px) / (1440px - 320px), 1.5rem);
}

.fs-50 {
  font-size: 5rem;
}
@media (max-width: 1400px) {
  .fs-50 {
    font-size: 5rem;
  }
}
@media (max-width: 1200px) {
  .fs-50 {
    font-size: 4.5rem;
  }
}
@media (max-width: 992px) {
  .fs-50 {
    font-size: 4.25rem;
  }
}
@media (max-width: 768px) {
  .fs-50 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .fs-50 {
    font-size: 3.5rem;
  }
}
@media (max-width: 400px) {
  .fs-50 {
    font-size: 3rem;
  }
}

.text-italic {
  font-style: italic;
}

h6, h5, h4, h3, h2, h1 {
  color: rgb(255, 88, 55);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

.info-underline {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  cursor: default;
}

h1 {
  font-size: clamp(1.75rem, 1.75rem + (2.25rem - 1.75rem) * (100vw - 320px) / (1440px - 320px), 2.25rem);
}

h2 {
  font-size: clamp(1.6rem, 1.6rem + (2rem - 1.6rem) * (100vw - 320px) / (1440px - 320px), 2rem);
}

h3 {
  font-size: clamp(1.35rem, 1.35rem + (1.75rem - 1.35rem) * (100vw - 320px) / (1440px - 320px), 1.75rem);
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.font-italic {
  font-style: italic;
}

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

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-none {
  flex: none !important;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.justify-center {
  justify-content: center;
}

.justify-space {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.ms-05 {
  margin-left: 0.5rem !important;
}

.ms-10 {
  margin-left: 1rem !important;
}

.ms-20 {
  margin-left: 2rem !important;
}

.ms-30 {
  margin-left: 3rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.my-10 {
  margin: 1rem 0 !important;
}

.my-20 {
  margin: 2rem 0 !important;
}

.my-25 {
  margin: 2.5rem 0 !important;
}

.my-30 {
  margin: 3rem 0 !important;
}

.my-40 {
  margin: 4rem 0 !important;
}

.my-50 {
  margin: 5rem 0 !important;
}

.my-60 {
  margin: 6rem 0 !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.me-02 {
  margin-right: 0.2rem !important;
}

.me-03 {
  margin-right: 0.3rem !important;
}

.me-05 {
  margin-right: 0.5rem !important;
}

.me-10 {
  margin-right: 1rem !important;
}

.me-20 {
  margin-right: 2rem !important;
}

.me-30 {
  margin-right: 3rem !important;
}

.me-40 {
  margin-right: 4rem !important;
}

.me-50 {
  margin-right: 5rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0 !important;
  }
}

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-05 {
  padding: 0.5rem;
}

.p-20 {
  padding: 2rem;
}

.p-40 {
  padding: 4rem;
}

.flex-size-1 {
  flex: 1;
}

.flex-size-2 {
  flex: 2;
}

.flex-size-3 {
  flex: 3;
}

.flex-size-4 {
  flex: 4;
}

.flex-size-5 {
  flex: 5;
}

.flex-size-6 {
  flex: 6;
}

.flex-size-7 {
  flex: 7;
}

.flex-size-8 {
  flex: 8;
}

.flex-size-9 {
  flex: 9;
}

.flex-size-10 {
  flex: 10;
}

.flex-size-11 {
  flex: 11;
}

.flex-size-12 {
  flex: 12;
}

.flex-size-13 {
  flex: 13;
}

/***

====================================================================
	Mobile Menu
====================================================================

***/
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .nav-logo {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  height: 66px;
}
.mobile-menu .nav-logo img {
  max-width: 200px;
  margin-left: 0 !important;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  color: rgb(58, 58, 58);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu .menu-box {
  position: absolute;
  left: -300px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 5;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mobile-menu .menu-box .login-box {
  border-bottom: 1px solid lightgray;
}
.mobile-menu .menu-box .login-box .login-box__button .sc-button {
  padding: 8px 24px;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.mobile-menu .menu-box .login-box .login-box__button .sc-button svg {
  margin-bottom: 2px;
  stroke: white;
  stroke-width: 2;
}
.mobile-menu .menu-outer {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .mobile-menu .menu-outer .menu__item {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .mobile-menu .menu-outer .menu__item a {
    font-size: 1rem;
  }
  .mobile-menu .menu-outer .menu__item:hover {
    color: rgb(255, 88, 55);
    cursor: pointer;
    background: whitesmoke;
  }
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .close-btn {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-visible .mobile-menu {
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  left: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  position: fixed;
  right: 16px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}
.close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 33px;
  font-weight: 100;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  text-align: end;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 600;
  color: #120A21;
}

.mobile-menu .navigation li.dropdown2 > ul li a {
  border-bottom: unset;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn span {
  opacity: 0;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: #FFF5E0;
  padding: 15px 20px;
  border-radius: 10px;
}

.mobile-menu .navigation li > ul > li,
.mobile-menu .navigation li > ul > li > ul > li {
  margin-bottom: 0;
}

.mobile-menu .navigation li > ul > li > a,
.mobile-menu .navigation li > ul > li > ul > li > a {
  padding: 7px 0px !important;
  font-size: 14px !important;
  font-weight: 500;
}

.mobile-menu .navigation li > ul > li > ul {
  padding-left: 15px;
}

.mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 40px;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0px;
  font-size: 15px;
  color: #120A21;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: rgb(255, 88, 55);
}

/* button 
--------------------------------------------------*/
.sc-button {
  display: inline-block;
  background: rgb(255, 88, 55);
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  border: none;
  color: white;
}
.sc-button span {
  font-weight: 500;
  position: relative;
}
.sc-button:hover, .sc-button.active {
  border-color: transparent;
  outline: 0 none;
  background: rgb(255, 109.2925, 80.5);
}
.sc-button.cancel {
  background: whitesmoke;
  color: gray;
}
.sc-button.cancel:hover {
  background: lightgray;
}
.sc-button.btn-1 {
  background-color: #FFF5E0;
}
.sc-button.btn-1 span {
  color: #000;
}
.sc-button.btn-1:hover, .sc-button.btn-1.active {
  background-color: rgb(255, 88, 55);
}
.sc-button.btn-1:hover span, .sc-button.btn-1.active span {
  color: #fff;
}
.sc-button.btn-1:hover svg, .sc-button.btn-1.active svg {
  animation: 0.3s link-icon2 linear;
}
.sc-button.btn-1:hover svg,
.sc-button.btn-1:hover path, .sc-button.btn-1.active svg,
.sc-button.btn-1.active path {
  fill: #fff;
  stroke: #fff;
}
.sc-button.btn-1.one span {
  color: rgb(255, 88, 55);
}
.sc-button.btn-1.one:hover span {
  color: #fff;
}
.sc-button.btn-2 svg {
  margin-left: 10px;
  margin-right: 0;
}
.sc-button.btn-2:hover {
  background-color: rgb(255, 88, 55);
}
.sc-button.btn-2:hover span {
  color: #fff;
}
.sc-button.btn-2:hover svg path {
  stroke: #fff;
}
.sc-button.btn-small {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  padding: 5px 8px;
  font-size: 0.8rem;
  border-radius: 5px;
  border: none;
}
.sc-button.btn-small:hover, .sc-button.btn-small.active {
  background: rgb(255, 88, 55);
  border: none;
}
.sc-button.gradient {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.sc-button.white {
  background: white;
  color: rgb(255, 88, 55);
}
.sc-button.white svg {
  margin-right: 6px;
}
.sc-button.white svg path, .sc-button.white svg circle, .sc-button.white svg ellipse {
  stroke: rgb(255, 88, 55);
  stroke-width: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.white span {
  margin-left: 11px;
}
.sc-button.white span::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: whitesmoke;
  margin-left: -11px;
  position: absolute;
}
.sc-button.whitesmoke {
  background: whitesmoke;
  color: rgb(58, 58, 58);
}
.sc-button.whitesmoke svg path, .sc-button.whitesmoke svg circle, .sc-button.whitesmoke svg ellipse {
  stroke: rgb(58, 58, 58) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-icon svg {
  margin-right: 6px;
}
.sc-button.btn-icon svgpath, .sc-button.btn-icon svgcircle, .sc-button.btn-icon svgellipse {
  stroke-width: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-icon span {
  margin-left: 11px;
}
.sc-button.btn-icon span::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -11px;
  position: absolute;
}
.sc-button.btn-icon-stroke svg {
  margin-right: 6px;
}
.sc-button.btn-icon-stroke svg path, .sc-button.btn-icon-stroke svg circle, .sc-button.btn-icon-stroke svg ellipse {
  stroke: white;
  stroke-width: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-icon-stroke span {
  margin-left: 11px;
}
.sc-button.btn-icon-stroke span::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -11px;
  position: absolute;
}
.sc-button.btn-icon2 span::after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
}
.sc-button.btn-svg-stroke svg {
  stroke: white;
  margin-right: 0;
}
.sc-button.btn-svg-stroke svg path, .sc-button.btn-svg-stroke svg circle, .sc-button.btn-svg-stroke svg ellipse {
  stroke-width: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-svg svg {
  stroke: rgb(255, 88, 55);
  margin-right: 0;
}
.sc-button.btn-svg svg path, .sc-button.btn-svg svg circle, .sc-button.btn-svg svg ellipse {
  stroke-width: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-with-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-with-icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0.5rem;
  scale: 1;
}
.sc-button.btn-with-icon:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  scale: 1.1;
}

.sc-button-close span {
  font-weight: 500;
  font-size: 1.1rem;
}

.sc-button-sm {
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
}

.sc-button-lg {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 1.2rem;
}

.sc-button-white {
  background: white;
  border: none;
  color: rgb(255, 88, 55) !important;
}
.sc-button-white span {
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button-white:hover {
  background: whitesmoke;
}

.page-link {
  padding: 0.75rem 1.25rem;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.range-input {
  border: 1px solid lightgray;
  background: white;
  color: rgb(58, 58, 58);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  width: 100%;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.range-input:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgb(255, 88, 55);
}
textarea:active,
input[type=text]:active,
input[type=password]:active,
input[type=datetime]:active,
input[type=datetime-local]:active,
input[type=date]:active,
input[type=month]:active,
input[type=time]:active,
input[type=week]:active,
input[type=number]:active,
input[type=email]:active,
input[type=url]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=color]:active,
.range-input:active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgb(255, 88, 55);
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
input[type=search]::placeholder {
  font-family: "Sen", sans-serif;
  color: rgb(96.25, 96.25, 96.25);
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8A8AA0;
}

/* TOGGLE - start */
.mech-toggle {
  cursor: pointer;
  margin-left: 0 !important;
}
.mech-toggle.toggle-big {
  margin-top: 0;
  width: 40px !important;
  height: 20px !important;
}
.mech-toggle:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 88, 55, 0.25);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.mech-toggle:checked {
  background-color: rgb(255, 88, 55);
  border-color: rgb(233.5, 38.5275, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

/* TOGGLE - end */
.modal-body .input-with-icon i,
.newsletter-form .input-with-icon i,
.login-form-offcanvas .input-with-icon i {
  left: 15px !important;
}
.modal-body .row .input-with-icon i,
.newsletter-form .row .input-with-icon i,
.login-form-offcanvas .row .input-with-icon i {
  left: 28px !important;
}

.input-with-icon {
  position: relative;
}
.input-with-icon input {
  padding-left: 40px;
}
.input-with-icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.input-with-icon i {
  position: absolute;
  top: 21px;
  transform: translateY(-50%);
  left: 28px;
  font-size: 16px;
  color: gray;
}

.input-with-extension {
  position: relative;
}
.input-with-extension.input-with-extension--left input {
  padding-left: 53px;
}
.input-with-extension.input-with-extension--right input {
  padding-right: 50px;
}
.input-with-extension .extension, .input-with-extension .right-extension, .input-with-extension .left-extension {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: gray;
}
.input-with-extension .left-extension {
  left: 43px;
}
.input-with-extension .right-extension {
  right: 43px;
}

.input-with-two-icon-cart {
  position: relative;
}
.input-with-two-icon-cart input {
  text-align: center;
  padding: 5px 0 5px 0;
}
.input-with-two-icon-cart img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.input-with-two-icon-cart .icon, .input-with-two-icon-cart .right-icon, .input-with-two-icon-cart .left-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgb(255, 88, 55);
  cursor: pointer;
}
.input-with-two-icon-cart .left-icon {
  left: 12px;
}
.input-with-two-icon-cart .right-icon {
  right: 12px;
}
.input-with-two-icon-cart .extension, .input-with-two-icon-cart .right-extension, .input-with-two-icon-cart .left-extension {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: gray;
}
.input-with-two-icon-cart .left-extension {
  left: 43px;
}
.input-with-two-icon-cart .right-extension {
  right: 43px;
}

.input-with-icon-profitability {
  position: relative;
}
.input-with-icon-profitability i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  transform: translateY(-50%);
}

.iti {
  display: block !important;
}

.form-switch {
  padding-left: 0;
}

.filter-form-container input::placeholder,
.filter-form-container textarea::placeholder,
.profitability_section_forms input::placeholder,
.profitability_section_forms textarea::placeholder {
  color: rgb(96.25, 96.25, 96.25) !important;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper input[type=text] {
  border: 1px solid lightgray;
  background: white;
  color: rgb(58, 58, 58);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  width: 100%;
  padding-left: 40px;
}
.autoComplete_wrapper input[type=text]:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgb(255, 88, 55);
}
.autoComplete_wrapper input[type=text]:active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgb(255, 88, 55);
}
.autoComplete_wrapper input::placeholder {
  color: rgb(96.25, 96.25, 96.25) !important;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.autoComplete_wrapper #autoComplete_list_1 li {
  font-size: 12px;
}
.autoComplete_wrapper #autoComplete_list_1 img,
.autoComplete_wrapper #autoComplete_list_1 span {
  display: none;
}

.gdpr-text {
  max-width: 90%;
}

.souhlas {
  position: relative;
}
.souhlas .help-block {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 575.98px) {
  .souhlas .help-block {
    top: 50px;
  }
}

.btn-checkbox {
  display: block;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Skryje defaultní checkbox */
.btn-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* nový checkbox */
.checkmark {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 1px solid lightgray;
  border-radius: 4px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.btn-checkbox:hover input ~ .checkmark {
  background-color: whitesmoke;
}

/* When the checkbox is checked, add a blue background */
.btn-checkbox input:checked ~ .checkmark {
  background-color: rgb(255, 88, 55);
  border: 1px solid rgb(255, 88, 55);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.btn-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.btn-checkbox .checkmark:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
}

.input-checkbox {
  display: block;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* Skryje defaultní checkbox */
.input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* nový checkbox */
.checkmark {
  position: absolute;
  height: 1rem;
  width: 1rem;
  border: 1px solid lightgray;
  border-radius: 0.3rem;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}

/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark {
  background-color: white;
}

/* When the checkbox is checked, add a blue background */
.input-checkbox input:checked ~ .checkmark {
  background-color: rgb(255, 88, 55);
  border: 1px solid rgb(255, 88, 55);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input-checkbox .checkmark:after {
  font-family: "Font Awesome 6 Duotone";
  content: "\f00c";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
}

#frm-addPropertyForm-title_message,
#add_property_object_type_message,
#phone_message_1,
#frm-renewForm-passwordVerify_message,
#frm-renewForm-passwordnew_message,
#frm-newsletterForm-email_message,
#frm-checkoutForm-customer_name_message,
#frm-loginForm-password_message_1,
#email_message,
#frm-checkoutForm-customer_surname_message,
#frm-checkoutForm-password_message,
#phone_message,
#street_message,
#city_message,
#postcode_message,
#country_message,
#frm-checkoutForm-passwordVerify_message,
#email_message_1_2,
#email_message_1 {
  /*position: absolute;
  right: 5%;

  @include respond-to('min-lg') {
  	right: 10%;
  }

  top: 50%;
  transform: translateY(-50%);
  font-size: .8rem;*/
}

#nickname_message:empty::before {
  display: none;
}

.error-icon,
.success-icon {
  position: absolute;
  right: 70px;
  top: 50%;
}

.success-icon i {
  color: green !important;
}

.error-icon i {
  color: red !important;
}

#nickname_message {
  position: absolute;
  left: 13px;
  bottom: -18px;
  width: 100%;
  text-wrap: nowrap;
  font-size: 0.8rem;
}
#nickname_message::before {
  content: "\f06a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 12px;
  color: red;
}

.form-control {
  padding: 0.5rem 1rem;
}

.rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background: whitesmoke;
  color: whitesmoke;
  width: 4rem;
  height: 4rem;
  font-size: 1.3333333333rem;
  line-height: 1;
}
.rating span {
  position: relative;
  display: flex;
  font-weight: bold;
  z-index: 2;
}
.rating span small {
  font-size: 0.5em;
  font-weight: 900;
  align-self: center;
}
.rating::after {
  content: "";
  position: absolute;
  inset: 0.3rem;
  background: whitesmoke;
  border-radius: inherit;
  z-index: 1;
}
.rating::before {
  content: "";
  position: absolute;
  inset: 0.3rem;
  border-radius: inherit;
  box-shadow: 0 0 0 1rem lightgray;
  z-index: -1;
}
.rating.good {
  background: rgb(0, 118.5, 66.2580645161);
  color: rgb(0, 118.5, 66.2580645161);
}
.rating.meh {
  background: orange;
  color: orange;
}
.rating.bad {
  background: #cc1919;
  color: #cc1919;
}

.tooltip-default {
  z-index: 9999 !important;
}
.tooltip-default .tooltip-inner {
  color: black;
  text-align: center;
  background-color: whitesmoke;
  border: 1px solid lightgray;
  font-size: 0.8rem;
}
.tooltip-default .tooltip-arrow {
  display: none;
}

.tooltip-info-non-public .tooltip-inner {
  color: black;
  text-align: center;
  background-color: lightgray;
  border: 1px solid gray;
  font-size: 0.8rem;
}
.tooltip-info-non-public .tooltip-arrow {
  display: none;
}

/* Modal Popup  ----------
-------------------------*/
.modal {
  z-index: 9999 !important;
}

.modal-login .modal-dialog-centered, .modal-reset-pw .modal-dialog-centered {
  max-width: 400px;
}
.modal-login .logo-name-topbar, .modal-reset-pw .logo-name-topbar {
  line-height: normal;
  margin-left: 0;
}

.modal-dialog-scrollable .modal-body {
  scrollbar-width: none !important;
}

.popup .modal-content {
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12) !important;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 575.98px) {
  .popup .modal-content {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
  }
}
@media (max-width: 575.98px) {
  .popup .modal-content {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 90vh;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .popup .modal-content {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.modal-header {
  padding: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: none;
  padding-right: 3rem;
}
.modal-header > div {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.modal-header .close-modal {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  overflow: hidden;
  border: none;
  outline: none;
  background: none;
}
.modal-header .close-modal::after {
  color: gray;
  font-size: 1.5rem;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-header .close-modal:hover::after {
  color: rgb(255, 88, 55);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-header .close-modal-white::after {
  color: white;
}
.modal-header .close-modal-white:hover::after {
  color: rgb(58, 58, 58);
}

.modal-body {
  padding: 0 1rem 1rem 1rem;
}
.modal-body .images img {
  width: 100%;
  height: 100%;
}
.modal-body .content {
  width: 100%;
  padding: 0 1rem 0 1rem;
}
.modal-body .title-login {
  font-family: "Sen", sans-serif;
  margin-bottom: 20px;
}
.modal-body .mark-logo {
  position: absolute;
  bottom: 27px;
  left: 20px;
}
.modal-body.style2 .mark-logo {
  bottom: 20px;
}
.modal-body .comments .comment-form fieldset {
  margin-bottom: 16px;
  line-height: 0;
}
.modal-body .comments .comment-form .style-wrap {
  margin-bottom: 20px;
}
.modal-body .comments .comment-form .img-name {
  bottom: 17px;
  left: 20px;
}
.modal-body .title-forgot {
  text-align: end;
  margin-bottom: 20px;
}
.modal-body .sc-button {
  width: 100%;
}
.modal-body .text-box {
  margin-bottom: 25px;
}
.modal-body .button-box {
  margin-left: -10px;
}
.modal-body .button-box a {
  width: calc(50% - 10px) !important;
  margin-left: 10px;
  border: 1px solid #E5E5EA;
  padding: 16px 17.5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.modal-body .button-box a svg {
  margin-right: 10px;
}
.modal-body .texts {
  margin-bottom: 29px;
}

.modal-body .btn.btn-primary:hover {
  opacity: 0.8;
}

.modal-content .close {
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 36px;
  border: none;
  outline: none;
  z-index: 10 !important;
  opacity: 1;
  background: none;
  color: rgb(58, 58, 58);
}

.modal-content .close:hover span {
  color: rgb(255, 88, 55);
}

.modal-content .close span {
  font-size: 34px;
  font-weight: 300;
}

.modal-body h2 {
  text-align: center;
  font-weight: 600;
}

.modal-open .modal {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0rem);
  margin: auto auto;
}

.modal.fade.popup.show {
  padding-right: 0 !important;
}

@media only screen and (max-width: 767.98px) {
  .modal-law-contact {
    font-size: 0.8rem;
  }
}

.modal-law-contact--box {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}

.modal-law-contact--box-img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .modal-law-contact--box-img {
    width: 4rem;
    height: 4rem;
  }
}
.modal-law-contact--box-img img {
  width: 100%;
  height: 100%;
}

.modal-law-contact--box-contact {
  padding-left: 1rem;
}

/* Page Title Inner
-------------------------------------------------------------- */
.flat-tabs.style2 {
  position: relative;
}
.flat-tabs.style2 .box-tab {
  padding: 0px;
  margin-right: 13px;
}

/* flat brand
--------------------------------------------------*/
.icon-p {
  color: #120A21;
}
.icon-p::before {
  content: "\f279";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #8E8E93;
}

.star {
  margin-left: -2px;
}
.star svg {
  fill: #FFBB0B;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.curved-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 32px;
}
.curved-text span {
  min-width: 0.5em;
  text-align: center;
  padding: 30px;
  margin: 0px;
}

.curved-group {
  position: absolute;
  top: 47%;
  left: 55.5%;
  border-radius: 50%;
  width: 146px;
  align-items: center;
  transform: translate(-50%, -50%);
  height: 146px;
  background-color: #FFF5E0;
}
.curved-group .curved-text {
  transform: rotate(-87deg);
  -moz-transform: rotate(-87deg);
  -webkit-transform: rotate(-87deg);
  height: 146px;
  width: 146px;
  position: relative;
}
.curved-group .curved-text::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 42px;
  font-weight: 1;
  content: "\f178";
  position: absolute;
  color: rgb(255, 88, 55);
  right: 38%;
  top: 44%;
  transform: rotate(40deg);
}
.curved-group.home {
  top: 19%;
  left: 54.2%;
}
.curved-group.home .curved-text::before {
  color: #120A21;
}
.curved-group.home4 {
  top: 17%;
  left: 44.2%;
  background-color: unset;
}
.curved-group.home4 span,
.curved-group.home4 .curved-text::before {
  color: #fff;
}

.curved-group div div {
  font-size: 16px;
  font-weight: 700;
  height: 68px;
  position: absolute;
  width: unset;
  left: 37px;
  top: 5px;
  transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  text-transform: capitalize;
}

.curved-group div div:nth-child(1) {
  transform: rotate(12.7deg);
}
.curved-group div div:nth-child(1) span {
  transform: rotate(-180deg);
}

.curved-group div div:nth-child(2) {
  transform: rotate(25.4deg);
}
.curved-group div div:nth-child(2) span {
  transform: rotate(-360deg);
}

.curved-group div div:nth-child(3) {
  transform: rotate(38.1deg);
}
.curved-group div div:nth-child(3) span {
  transform: rotate(-540deg);
}

.curved-group div div:nth-child(4) {
  transform: rotate(50.8deg);
}
.curved-group div div:nth-child(4) span {
  transform: rotate(-720deg);
}

.curved-group div div:nth-child(5) {
  transform: rotate(63.5deg);
}
.curved-group div div:nth-child(5) span {
  transform: rotate(-900deg);
}

.curved-group div div:nth-child(6) {
  transform: rotate(76.2deg);
}
.curved-group div div:nth-child(6) span {
  transform: rotate(-1080deg);
}

.curved-group div div:nth-child(7) {
  transform: rotate(88.9deg);
}
.curved-group div div:nth-child(7) span {
  transform: rotate(-1260deg);
}

.curved-group div div:nth-child(8) {
  transform: rotate(101.6deg);
}
.curved-group div div:nth-child(8) span {
  transform: rotate(-1440deg);
}

.curved-group div div:nth-child(9) {
  transform: rotate(114.3deg);
}
.curved-group div div:nth-child(9) span {
  transform: rotate(-1620deg);
}

.curved-group div div:nth-child(10) {
  transform: rotate(127deg);
}
.curved-group div div:nth-child(10) span {
  transform: rotate(-1800deg);
}

.curved-group div div:nth-child(11) {
  transform: rotate(139.7deg);
}
.curved-group div div:nth-child(11) span {
  transform: rotate(-1980deg);
}

.curved-group div div:nth-child(12) {
  transform: rotate(152.4deg);
}
.curved-group div div:nth-child(12) span {
  transform: rotate(-2160deg);
}

.curved-group div div:nth-child(13) {
  transform: rotate(165.1deg);
}
.curved-group div div:nth-child(13) span {
  transform: rotate(-2340deg);
}

.curved-group div div:nth-child(14) {
  transform: rotate(177.8deg);
}
.curved-group div div:nth-child(14) span {
  transform: rotate(-2520deg);
}

.curved-group div div:nth-child(15) {
  transform: rotate(190.5deg);
}
.curved-group div div:nth-child(15) span {
  transform: rotate(-2700deg);
}

.curved-group div div:nth-child(16) {
  transform: rotate(203.2deg);
}
.curved-group div div:nth-child(16) span {
  transform: rotate(-2880deg);
}

.curved-group div div:nth-child(17) {
  transform: rotate(215.9deg);
}
.curved-group div div:nth-child(17) span {
  transform: rotate(-3060deg);
}

.curved-group div div:nth-child(18) {
  transform: rotate(228.6deg);
}
.curved-group div div:nth-child(18) span {
  transform: rotate(-3240deg);
}

.curved-group div div:nth-child(19) {
  transform: rotate(241.3deg);
}
.curved-group div div:nth-child(19) span {
  transform: rotate(-3420deg);
}

.curved-group div div:nth-child(20) {
  transform: rotate(254deg);
}
.curved-group div div:nth-child(20) span {
  transform: rotate(-3600deg);
}

.curved-group div div:nth-child(21) {
  transform: rotate(266.7deg);
}
.curved-group div div:nth-child(21) span {
  transform: rotate(-3780deg);
}

.curved-group div div:nth-child(22) {
  transform: rotate(279.4deg);
}
.curved-group div div:nth-child(22) span {
  transform: rotate(-3960deg);
}

.curved-group div div:nth-child(23) {
  transform: rotate(292.1deg);
}
.curved-group div div:nth-child(23) span {
  transform: rotate(-4140deg);
}

.curved-group div div:nth-child(24) {
  transform: rotate(304.8deg);
}
.curved-group div div:nth-child(24) span {
  transform: rotate(-4320deg);
}

.curved-group div div:nth-child(25) {
  transform: rotate(317.5deg);
}
.curved-group div div:nth-child(25) span {
  transform: rotate(-4500deg);
}

.curved-group div div:nth-child(26) {
  transform: rotate(330.2deg);
}
.curved-group div div:nth-child(26) span {
  transform: rotate(-4680deg);
}

.curved-group div div:nth-child(27) {
  transform: rotate(342.9deg);
}
.curved-group div div:nth-child(27) span {
  transform: rotate(-4860deg);
}

.curved-group div div:nth-child(28) {
  transform: rotate(355.6deg);
}
.curved-group div div:nth-child(28) span {
  transform: rotate(-5040deg);
}

.curved-group div div:nth-child(22) {
  transform: rotate(279.4deg);
  top: 3px;
}

.curved-group div div:nth-child(23) {
  transform: rotate(292.1deg);
  top: 1px;
  left: 39px;
}

.flat-testimonial2 .heading-tesi {
  padding-top: 37px;
}
.flat-testimonial2 .heading-tesi h2 {
  margin-bottom: 16px;
}
.flat-testimonial2 .heading-tesi .text-1 {
  margin-bottom: 49px;
}
.flat-testimonial2 .heading-tesi .icon-testi {
  margin-bottom: 23px;
}
.flat-testimonial2 .heading-tesi .img-author img {
  margin-right: 13px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.flat-testimonial2 .text-testi {
  border-bottom: 4px solid rgb(255, 88, 55);
  padding-bottom: 21px;
  font-style: italic;
  margin-bottom: 27px;
}
.flat-testimonial2 .text-testi::after {
  content: "";
  border: 7px solid transparent;
  border-top-color: #FFA920;
  position: absolute;
  bottom: -18px;
  left: 23px;
}
.flat-testimonial2 .box.box-1 {
  margin-right: 29px;
}
.flat-testimonial2 .box.box-1 .media:nth-child(1) {
  margin-bottom: 29px;
}
.flat-testimonial2 .box.box-2 .media:nth-child(1) {
  margin-bottom: 30px;
}
.flat-testimonial2 .box.box-2 .media:nth-child(2) {
  margin-bottom: 30px;
}
.flat-testimonial2 .box .button-testi {
  margin-right: -15px;
}
.flat-testimonial2 .box .button-testi i {
  margin-right: 9px;
}
.flat-testimonial2 .box .button-testi a {
  padding: 16px 18px 16px 20px;
}

.icon-social-wg {
  padding-left: 5px;
}
.icon-social-wg a i {
  font-size: 17px;
  margin-right: 19px;
  color: #8E8E93;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-social-wg a i:hover {
  color: rgb(255, 88, 55);
}
.icon-social-wg.style a i {
  color: #C8C8CF;
}
.icon-social-wg.style a i:hover {
  color: rgb(255, 88, 55);
}

.flat-about {
  padding: 60px 0 100px;
}
.flat-about .heading-about {
  padding-right: 100px;
}
.flat-about .heading-about h2 {
  padding-right: 50px;
  margin-bottom: 41px;
}
.flat-about .heading-about h4 {
  margin-bottom: 11px;
}
.flat-about .heading-about .text-1 {
  margin-bottom: 25px;
}
.flat-about .heading-about .text-box {
  position: relative;
  margin-bottom: 26px;
}
.flat-about .heading-about .text-box::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: rgb(255, 88, 55);
  position: absolute;
  border-radius: 3px;
}
.flat-about .heading-about .text-box p {
  margin-left: 30px;
  padding: 7px 0;
}
.flat-about .heading-about .author-box {
  padding-left: 30px;
}
.flat-about .heading-about .author-box h3 {
  margin-bottom: 3px;
}
.flat-about .heading-about .author-box p {
  margin-bottom: 18px;
}
.flat-about .icon-box {
  position: absolute;
  padding: 30px 15px 16px;
  background-color: #FFF5E0;
  right: 65px;
  bottom: 1px;
  border-radius: 10px;
  width: 160px;
  height: 160px;
}
.flat-about .icon-box.icon-box2 {
  right: -95px;
  bottom: 160px;
  background-color: rgb(255, 88, 55);
  color: #fff;
  z-index: 2;
  padding: 27px 15px 16px;
}
.flat-about .icon-box.icon-box2 img {
  margin-bottom: 17px;
}
.flat-about .icon-box.icon-box2 .title-icon {
  margin-bottom: 6px;
}
.flat-about .icon-box.icon-box2 .title-icon::after {
  display: none;
}
.flat-about .icon-box img {
  margin-bottom: 20px;
}
.flat-about .icon-box .title-icon {
  margin-bottom: 1px;
  display: flex;
  align-items: initial;
  justify-content: center;
}
.flat-about .icon-box .title-icon::after {
  content: "+";
  font-size: 16px;
  line-height: 14px;
  font-weight: 900;
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 1;
  }
}
.post-video {
  position: relative;
}
.post-video img {
  border-radius: 20px;
  width: 100%;
}
.post-video .thumb-corrector {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
  border: 9px solid white;
  box-shadow: 0 0 1px rgb(255, 255, 255);
}
.post-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
}
.post-video a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: rgb(255, 88, 55);
}
.post-video a:hover {
  background: rgb(255, 88, 55);
}
.post-video a:hover svg path {
  fill: #fff;
}

.ripple::before,
.ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.04);
  -o-box-shadow: 0 0px 0 50px rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.ripple::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ripple::after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.icon {
  width: 24px;
  height: 24px;
  stroke: rgb(58, 58, 58); /* Barva ikony */
}

.icon-gray {
  width: 24px;
  height: 24px;
  stroke: gray; /* Barva ikony */
}

.filter-mech {
  position: relative;
}
.filter-mech input[type=text] {
  border: 1px solid lightgray;
  border-radius: 5px;
  color: rgb(58, 58, 58);
  padding: 0.5em;
  line-height: 1;
  background: transparent;
  width: 10em;
}
.filter-mech input[type=text]::placeholder {
  color: lightgray;
}
.filter-mech input[type=text]:focus {
  border: 1px solid rgb(255, 88, 55);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* Typ nabídky - hlavní přepínač */
.offer-type-section {
  margin-bottom: 32px;
  border-bottom: 2px solid #f1f5f9;
}

.section-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.offer-type-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 1rem;
}

.toggle-option {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.toggle-label {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  padding: 12px 20px 8px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: white;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-option.checked .toggle-label {
  border-color: #FF6B35;
  background: linear-gradient(135deg, #FFF5F2 0%, #FFE8E0 100%);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}

.toggle-option:hover .toggle-label {
  border-color: #FF6B35;
  transform: translateY(-2px);
}

.toggle-icon {
  font-size: 2.5rem;
  color: gray;
  padding-left: 1rem;
}

.toggle-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.toggle-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.4;
}

.toggle-option.checked .toggle-title {
  color: #FF6B35;
}

.badge-filter {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #FF6B35;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.toggle-option.checked .badge-filter {
  opacity: 1;
}

.offer__banner {
  border: 2px solid;
  border-color: #FF6B35;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
  border-radius: 12px;
  margin: 0 16px;
  padding: 0.7rem 0.5rem;
}
.offer__banner .banner__text {
  text-align: center;
}
.offer__banner .banner__button {
  text-align: center;
}

@media (max-width: 768px) {
  .offer-type-toggle {
    grid-template-columns: 1fr;
  }
  .filters-grid {
    grid-template-columns: 1fr;
  }
  .actions {
    flex-direction: column;
  }
  .badge-active {
    display: none;
  }
}
/* button 
--------------------------------------------------*/
.svg__icon-sm {
  margin-right: 7px;
  stroke: currentColor; /* Nastavení stroke na currentColor */
  fill: transparent;
  width: 14px;
  height: 14px;
}

.icon-primary {
  color: rgb(255, 88, 55); /* Nastaví barvu ikon na červenou */
}

.swiper {
  display: grid !important;
}

swiper-container {
  width: fit-content; /* Zajišťuje, že Swiper zabere celou šířku rodiče */
  height: 100%;
  overflow: hidden; /* Zabrání problémům s overflow */
  object-fit: cover;
}

swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  background: #ddd;
  height: 100%;
  object-fit: cover;
  overflow: hidden; /* Zabrání přetékání obrázku */
}

swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper_container {
  position: absolute;
  right: 0;
  width: 35rem;
  height: 100%;
}
.swiper_container img {
  height: 100%;
}
.swiper_container .swiper {
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}

swiper-container {
  --bullet-size: 1rem;
}

swiper-container::part(bullet-active) {
  background-color: rgb(255, 88, 55);
  width: var(--bullet-size);
  height: var(--bullet-size);
}

swiper-container::part(bullet) {
  background-color: white;
  width: var(--bullet-size);
  height: var(--bullet-size);
  opacity: 0.5;
}

swiper-container::part(button-prev),
swiper-container::part(button-next) {
  color: white;
  opacity: 70%;
}

/* side bar */
.side-bar .widget {
  margin-bottom: 20px;
  padding: 0;
}
.side-bar .widget:last-child {
  margin-bottom: 0px;
}
.side-bar .widget-contact {
  margin-bottom: 42px;
}
.side-bar .widget-contact .box-contact {
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 19px;
}
.side-bar .widget-contact .box-contact .img-author {
  margin-right: 17px;
}
.side-bar .widget-contact .box-contact:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0;
}
.side-bar .widget-listings {
  margin-bottom: 39px;
}
.side-bar .widget-listings .box-listings {
  margin-bottom: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #EFEFEF;
}
.side-bar .widget-listings .box-listings .img-listings {
  margin-right: 5px;
  flex: none;
}
.side-bar .widget-listings .box-listings:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0;
}
.side-bar .widget-listings .box-listings .content {
  padding-left: 8px;
}
.side-bar .widget-listings .box-listings .content a {
  margin-bottom: 6px;
}
.side-bar .widget-estate {
  margin-bottom: 29px;
}
.side-bar .widget-estate .group-estate {
  flex-wrap: wrap;
  margin-left: -10px;
}
.side-bar .widget-estate .group-estate .box-estate {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 21px;
}
.side-bar .widget-estate .group-estate .box-estate .thumb {
  position: relative;
}
.side-bar .widget-estate .group-estate .box-estate .thumb::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
}
.side-bar .widget-estate .group-estate .box-estate .thumb img {
  border-radius: 8px;
}
.side-bar .widget-estate .group-estate .box-estate .content {
  margin-top: -45px;
  padding-left: 10px;
  z-index: 2;
  position: relative;
}
.side-bar .box-ads {
  background: url(./../../assets/images/section/sidebar-ads.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 336px 50px 27px 31px;
  position: relative;
}
.side-bar .box-ads::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(107, 144, 128, 0) 36.38%, #24332C 100%);
}
.side-bar .box-ads .icon-p::before {
  color: #fff;
}
.side-bar .box-ads h3 {
  margin-bottom: 10px;
}
.side-bar .box-ads p {
  margin-bottom: 10px;
}
.side-bar .widget-marketing {
  background-color: #FFE8CE;
  border: 0px;
  padding: 34px 34px 41px;
}
.side-bar .widget-marketing .titles {
  margin-bottom: 23px;
}
.side-bar .widget-marketing .buttons {
  margin-bottom: 35px;
}
.side-bar .widget-title {
  position: relative;
  padding-left: 1px;
  margin-bottom: 21px;
}
.side-bar .widget-categories {
  margin-bottom: 30px;
}
.side-bar .widget-categories h3 {
  margin-bottom: 7px;
}
.side-bar .widget-categories li {
  position: relative;
  padding: 12px 0px 9px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #E5E5EA;
}
.side-bar .widget-categories li a {
  color: #120A21;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.side-bar .widget-categories li a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-bar .widget-categories li.active a, .side-bar .widget-categories li:hover a {
  color: #005e34;
}
.side-bar .widget-categories li.active a::after, .side-bar .widget-categories li:hover a::after {
  animation: 0.3s link-icon linear;
  color: #005e34;
}
.side-bar .widget-categories li:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.side-bar .widget-tags .tags_cloud_inner a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  margin-right: 8px;
  margin-bottom: 15px;
  border: 1px solid #E5E5EA;
  font-family: "Sen", sans-serif;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-bar .widget-tags .tags_cloud_inner a.active, .side-bar .widget-tags .tags_cloud_inner a:hover {
  color: #fff;
  background-color: #005e34;
}
.side-bar .widget-tags .tags_cloud_inner a:last-child {
  margin-right: 0;
}
.side-bar .flat-tabs .tab-title li {
  box-shadow: none;
}
.side-bar .flat-tabs .box-tab {
  margin-bottom: 0px;
}
.side-bar .author-box {
  margin-bottom: 23px;
}
.side-bar .author-box .image-author {
  margin-right: 17px;
}
.side-bar .author-box .image-author img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.side-bar .title-contact {
  margin-bottom: 24px;
}
.side-bar .comments .comment-form fieldset {
  margin-bottom: 12px;
}
.side-bar .comments .comment-form fieldset.message-wrap {
  margin-bottom: 18px;
}
.side-bar .comments .comment-form fieldset input {
  padding: 13px 14px 13px 18px;
}
.side-bar .comments .comment-form fieldset textarea {
  padding: 13px 15px 12px 17px;
}
.side-bar .comments .button-box button {
  margin-right: 10px;
  padding: 16.5px 20px 16.5px 20px;
}
.side-bar .comments .button-box a {
  padding: 16.5px 17px 16.5px 20px;
}
.side-bar .comments .button-box a,
.side-bar .comments .button-box button {
  padding: 16px px 16px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar .comments .button-box a span,
.side-bar .comments .button-box button span {
  margin-right: 10px;
  flex: none;
}
.side-bar .style-tour {
  padding: 30px 29px 28px;
}
.side-bar .widget-tour .title-tour {
  margin-bottom: 2px;
}
.side-bar .widget-tour .p-tour {
  margin-bottom: 24px;
}
.side-bar .widget-tour .days-wrap {
  margin-left: -10px;
  margin-bottom: 24px;
}
.side-bar .widget-tour .days-wrap .day-box {
  width: calc(25% - 10px);
  margin-left: 10px;
  padding: 14px 5px;
  border: 2px solid #E5E5EA;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.side-bar .widget-tour .days-wrap .day-box .number {
  margin: 8px 0 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-bar .widget-tour .days-wrap .day-box:hover {
  border: 2px solid #005e34;
}
.side-bar .widget-tour .days-wrap .day-box:hover .number {
  color: #005e34;
}
.side-bar .widget-tour h5 {
  margin-bottom: 12px;
}
.side-bar .widget-tour .flat-tabs .tab-title li svg {
  margin-right: 8px;
}
.side-bar .widget-tour .flat-tabs .box-tab {
  margin-bottom: 11px;
}
.side-bar .widget-tour .comments .comment-form .nice-select {
  padding: 16px 20px 14px 17px;
  margin-bottom: 9px;
}
.side-bar .widget-tour .comments .comment-form button {
  width: 100%;
}
.side-bar .widget-tour .comments .comment-form button span {
  margin-right: 7px;
}
.side-bar .widget-tour .comments .comment-form fieldset.message-wrap {
  margin-bottom: 6px;
}
.side-bar .widget-tour .widget-form {
  margin-bottom: 12px;
}
.side-bar .widget-tour .widget-form .sub-title {
  margin-right: 3px;
  margin-top: 1px;
}
.side-bar.side-bar-1 .widget-rent {
  padding: 19px 29px 28px;
  margin-bottom: 42px;
}
.side-bar.side-bar-1 .widget-rent.style {
  padding: 29px 29px 28px;
}
.side-bar.side-bar-1 .wd-find-select .form-group-3 .group-select .nice-select {
  margin-bottom: 26px;
}
.side-bar.side-bar-1 .title-list {
  margin-bottom: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #EFEFEF;
}
.side-bar.side-blog .widget-rent {
  padding: 19px 29px 19px;
  margin-bottom: 40px;
}
.side-bar.side-blog .widget-ads {
  margin-bottom: 41px;
}

.widget-rent {
  border: 1px solid #F0F0F0;
  padding: 29px 29px 28px;
  background: #FAFAFA;
  margin-bottom: 40px;
}
.widget-rent .flat-tabs.style2 .tab-title li {
  width: 140px;
}
.widget-rent .flat-tabs.style2 .tab-title li:nth-child(1) {
  margin-right: 10px;
}
.widget-rent .flat-tabs.style2 .box-tab {
  margin-right: 0px;
}
.widget-rent .form-s2 {
  padding-top: 11px;
}
.widget-rent .form-group-1 {
  margin-bottom: 12px;
}
.widget-rent .style-group {
  margin-bottom: 13px;
}
.widget-rent .style-group h4 {
  margin-bottom: 8px;
}
.widget-rent .style-group .inner {
  margin-left: -20px;
}
.widget-rent .style-group .inner .group-select {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.widget-rent .button-search a {
  width: 100%;
}

.widget-menu .recent-news li {
  margin-bottom: 25px;
}
.widget-menu .recent-news li:last-child {
  margin-bottom: 0px !important;
}
.widget-menu .recent-news li .thumb {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  flex: none;
  box-shadow: 5px 5px 0 #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-menu .recent-news li .content {
  padding-left: 35px;
  padding-top: 5px;
}
.widget-menu .recent-news li .content .days {
  font-size: 14px;
  margin-bottom: 4.5px;
  color: rgb(255, 88, 55);
}
.widget-menu .recent-news li .content .days::before {
  content: "\f272";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-right: 10px;
  font-weight: 300;
  color: rgb(255, 88, 55);
}
.widget-menu .recent-news li .content .title {
  line-height: 23px;
}
.widget-menu .recent-news li .content h5 {
  margin-bottom: 0;
}
.widget-menu .recent-news li:hover .thumb {
  box-shadow: 5px 5px 0 rgb(255, 88, 55);
}

.breakpoint-indicator {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  z-index: 99999;
  border-radius: 3px;
}
@media (max-width: 575.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "xxl";
  }
}

/* Třídy k použití */
/**
 * Nastavení ribbonu (továrna na ribbony)
 *
 * @param $direction (tr = ribbon je nahoře, stín vpravo, br = ribbon je dole a stin vpravo, ...)
 * @param $position top / bottom = umístění ribbonu
 * @param $order pořadí na úkor pozice. Pokud je pozice dole, pořadí se řadí odspudu nahoru 1, 2, 3 ... pokud je pozice nahoře, je to od shora dolů 1, 2, 3
 */
.ribbon-long-term__tr-top-1-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-long-term__tr-top-1-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1rem;
}

.ribbon-long-term__tr-top-1-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1.3rem;
}

.ribbon-long-term__tr-top-2-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 55px;
  font-size: 0.8rem;
}

.ribbon-long-term__tr-top-2-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 55px;
  font-size: 1rem;
}

.ribbon-long-term__tr-top-2-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 55px;
  font-size: 1.3rem;
}

.ribbon-long-term__br-bottom-1-xsmall {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 0.6rem;
}

.ribbon-long-term__br-bottom-1-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 0.8rem;
}

.ribbon-long-term__br-bottom-1-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 1rem;
}

.ribbon-long-term__br-bottom-1-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 1.3rem;
}

.ribbon-long-term__bl-bottom-1-small {
  background: radial-gradient(100% 50% at left, #637d96 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.4em 0.8em, conic-gradient(at 0.4em 0.8em, rgba(0, 0, 0, 0) 25%, #637d96 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  left: -0.4em;
  border-radius: 0.4em 0 0 0.4em;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 0.8rem;
}

.ribbon-long-term__bl-bottom-1-medium {
  background: radial-gradient(100% 50% at left, #637d96 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.4em 0.8em, conic-gradient(at 0.4em 0.8em, rgba(0, 0, 0, 0) 25%, #637d96 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  left: -0.4em;
  border-radius: 0.4em 0 0 0.4em;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 1rem;
}

.ribbon-long-term__bl-bottom-1-big {
  background: radial-gradient(100% 50% at left, #637d96 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.4em 0.8em, conic-gradient(at 0.4em 0.8em, rgba(0, 0, 0, 0) 25%, #637d96 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  left: -0.4em;
  border-radius: 0.4em 0 0 0.4em;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 1.3rem;
}

.ribbon-flip__tr-top-1-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-flip__tr-top-1-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1rem;
}

.ribbon-flip__tr-top-1-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1.3rem;
}

.ribbon-flip__tr-top-2-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 55px;
  font-size: 0.8rem;
}

.ribbon-flip__tr-top-2-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 55px;
  font-size: 1rem;
}

.ribbon-flip__tr-top-2-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 55px;
  font-size: 1.3rem;
}

.ribbon-flip__br-bottom-1-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 0.8rem;
}

.ribbon-flip__br-bottom-1-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 1rem;
}

.ribbon-flip__br-bottom-1-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.4em 0.8em, conic-gradient(at calc(100% - 0.4em) 0.8em, #637d96 75%, rgba(0, 0, 0, 0) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 1.3rem;
}

.ribbon-sold__tr-top-1-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-sold__tr-top-1-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1rem;
}

.ribbon-sold__tr-top-1-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1.3rem;
}

.ribbon-sold-livr__tr-top-1-small {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-sold-livr__tr-top-1-medium {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1rem;
}

.ribbon-sold-livr__tr-top-1-big {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1.3rem;
}

.ribbon-active__tr-top-1-small {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-active__tr-top-1-medium {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1rem;
}

.ribbon-active__tr-top-1-big {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1.3rem;
}

.ribbon-reservation__tr-top-1-small {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-reservation__tr-top-1-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1rem;
}

.ribbon-reservation__tr-top-1-big {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 1.3rem;
}

.ribbon-order__tl-top-1-small {
  background: radial-gradient(100% 50% at left, #637d96 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at right, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/0.4em 0.8em, conic-gradient(from 90deg at 0.4em calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  left: -0.4em;
  border-radius: 0.4em 0 0 0.4em;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 10px;
  font-size: 0.8rem;
}

.ribbon-score__bl-bottom-1-small {
  background: radial-gradient(100% 50% at left, #637d96 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.4em 0.8em, conic-gradient(at 0.4em 0.8em, rgba(0, 0, 0, 0) 25%, #637d96 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  left: -0.4em;
  border-radius: 0.4em 0 0 0.4em;
  padding: 0.8em 0.5em 0;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  bottom: 10px;
  font-size: 0.8rem;
}

.ribbon-course-archived__tr-top-20-medium {
  background: radial-gradient(100% 50% at right, #637d96 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(79.2, 100, 120) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #637d96 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 20px;
  font-size: 1rem;
}

.ribbon-course-online__tr-top-20-medium {
  background: radial-gradient(100% 50% at right, #007bff 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(0, 98.4, 204) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #007bff 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 20px;
  font-size: 1rem;
}

.ribbon-course-ebook__tr-top-20-medium {
  background: radial-gradient(100% 50% at right, #8b5cf6 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(111.2, 73.6, 196.8) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, #8b5cf6 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 20px;
  font-size: 1rem;
}

.ribbon-course-active__tr-top-20-medium {
  background: radial-gradient(100% 50% at right, rgb(255, 88, 55) 98%, rgba(0, 0, 0, 0) 101%) 0 0/0.5lh calc(100% - 0.8em), radial-gradient(100% 50% at left, rgb(204, 70.4, 44) 98%, rgba(0, 0, 0, 0) 101%) 100% 100%/0.4em 0.8em, conic-gradient(from 180deg at calc(100% - 0.4em) calc(100% - 0.8em), rgba(0, 0, 0, 0) 25%, rgb(255, 88, 55) 0) 100% 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 89;
  right: -0.4em;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0 0.5em 0.8em;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 2.1;
  color: #fff;
  will-change: transform, opacity;
  top: 20px;
  font-size: 1rem;
}

.plus-button .nice-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 6px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: white;
  border: none;
}
.plus-button .nice-select:hover {
  background: linear-gradient(45deg, #fd275d, #fd920c);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plus-button .nice-select span {
  font-size: 1.8rem;
  font-weight: 600;
}
.plus-button .nice-select:after {
  visibility: hidden;
}
.plus-button .nice-select .list {
  width: auto;
  right: 0;
  left: auto;
  margin-right: 0;
  max-height: none;
}
.plus-button .nice-select .list .option {
  display: flex;
  align-items: center;
  margin-right: 0 !important;
  color: rgb(58, 58, 58);
}
.plus-button .nice-select .list .option svg {
  width: 18px;
  margin-right: 5px;
}
.plus-button .nice-select .list .option svg path, .plus-button .nice-select .list .option svg circle {
  stroke: rgb(58, 58, 58);
}
.plus-button .nice-select .list .option:hover {
  color: rgb(255, 88, 55);
}
.plus-button .nice-select .list .option:hover path, .plus-button .nice-select .list .option:hover circle {
  stroke: rgb(255, 88, 55);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-button {
  position: relative;
}
.user-button .nice-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 6px;
  height: 35px;
  border-radius: 50%;
  background: #c8c8c8;
  color: white;
  border: none;
}
.user-button .nice-select:hover {
  background: lightgray;
}
.user-button .nice-select .user__icon {
  line-height: 0;
  font-size: 1rem;
  font-weight: 600;
}
.user-button .nice-select:after {
  visibility: hidden;
}
.user-button .nice-select .list {
  min-width: 200px;
  right: 0;
  left: auto;
  margin-right: 0;
  overflow: visible;
  max-height: none;
}
.user-button .nice-select .list .menu__item {
  font-size: 1rem;
  position: relative;
  color: rgb(96.25, 96.25, 96.25);
  cursor: pointer;
  font-weight: 400;
  outline: none;
  padding: 0.5rem 1rem;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.user-button .nice-select .list .menu__item .menu__item-icon {
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-button .nice-select .list .menu__item:first-child {
  padding-top: 20px;
  border-bottom: 1px solid lightgray;
}
.user-button .nice-select .list .menu__item:last-child {
  border-top: 1px solid lightgray;
}
.user-button .nice-select .list .menu__item .icon__user {
  padding: 3px;
  border-radius: 50%;
  background: lightgray;
  color: white;
  margin-left: 15px;
  margin-top: 7px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-button .nice-select .list .menu__item .icon__user i {
  margin-right: 0;
}
.user-button .nice-select .list .menu__item .logged_user {
  font-size: 0.8rem;
}
.user-button .nice-select .list .menu__item .logged_user_name {
  font-size: 1rem;
  font-weight: 600;
}
.user-button .nice-select .list .menu__item:hover {
  background: whitesmoke;
  color: rgb(255, 88, 55);
}
.user-button .nice-select .list .menu__item:first-child:hover {
  border-radius: 5px 5px 0 0;
}
.user-button .nice-select .list .menu__item:last-child:hover {
  border-radius: 0 0 5px 5px;
}

.user__membership {
  position: absolute;
  display: flex;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 0.2rem 0.6rem;
  left: 1rem;
  transform: translateY(-50%);
  color: gray;
  background: whitesmoke;
  align-items: center;
}

.and-timer {
  left: 3.5rem;
}

.user__membership-expiration {
  position: absolute;
  transform: translateY(-50%);
  left: 1rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid lightgray;
  border-radius: 50%;
  color: rgb(255, 88, 55);
  font-weight: 700;
  background: whitesmoke;
  font-size: 1.1rem;
  z-index: 2;
}

.user__membership-expiration-timer {
  position: absolute;
  font-size: 0.6rem;
  width: 1rem;
  height: 1rem;
  z-index: -1;
  display: grid;
  place-items: center;
  top: -0.2rem;
  left: 1.2rem;
  border-radius: 50%;
  background: rgb(255, 88, 55);
  border: 1px solid transparent;
  font-weight: 600;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user__membership-expiration-timer:hover {
  scale: 1.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-membership-icon-container {
  position: absolute;
  top: -0.2rem;
  left: -0.3rem;
}

.user-membership-icon {
  position: relative;
  display: grid;
  place-items: center;
}
.user-membership-icon i:first-of-type {
  font-size: 1rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.user-membership-icon i:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
}

[membership=bronze] i:first-of-type {
  color: white;
}
[membership=bronze] i:last-of-type {
  color: #ce8946;
}

[membership=silver] i:first-of-type {
  color: white;
}
[membership=silver] i:last-of-type {
  color: silver;
}

[membership=gold] i:first-of-type {
  color: white;
}
[membership=gold] i:last-of-type {
  color: #ffba0b;
}

.user-membership-expiration-container {
  position: absolute;
  bottom: -0.2rem;
  left: -0.3rem;
}

.user-membership-expiration-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgb(255, 88, 55);
  border: 1px solid transparent;
  font-weight: 600;
  color: white;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-membership-expiration-icon i {
  font-size: 0.8rem;
}
.user-membership-expiration-icon:hover {
  scale: 1.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select {
  border: 1px solid lightgray;
  background: white;
  color: rgb(58, 58, 58);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  width: 100%;
}
select:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgb(255, 88, 55);
}
select:active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgb(255, 88, 55);
}

.select {
  position: relative;
  display: inline-block;
}

.select::after {
  content: "";
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.select.open::after {
  transform: rotate(-135deg);
  top: calc(50% - 3px);
}

.mech-select {
  appearance: none; /* Skryje nativní šipku */
  width: 100%;
  cursor: pointer;
}

.mech-toggle {
  cursor: pointer;
  margin-left: 0 !important;
}
.mech-toggle.toggle-big {
  margin-top: 0;
  width: 40px !important;
  height: 20px !important;
}
.mech-toggle:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 88, 55, 0.25);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.mech-toggle:checked {
  background-color: rgb(255, 88, 55);
  border-color: rgb(233.5, 38.5275, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

/* Nice select
-------------------------------------------------------------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: left; */
  font-family: "Sen", sans-serif;
  font-weight: 400;
  /* text-transform: capitalize; */
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  border: 1px solid lightgray;
  background: white;
  color: rgb(58, 58, 58);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
}
.nice-select .current {
  color: rgb(58, 58, 58);
}

.nice-select-with-icon {
  position: relative;
}
.nice-select-with-icon .current {
  padding-left: 30px;
}
.nice-select-with-icon i {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 16px;
  color: gray;
}

.select-with-icon {
  position: relative;
}
.select-with-icon .current {
  padding-left: 30px;
}
.select-with-icon img {
  display: none;
}
.select-with-icon i {
  position: absolute;
  top: 12px;
  left: 25px;
  font-size: 16px;
  color: gray;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: rgb(255, 88, 55);
}

.nice-select:after {
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  max-height: 150px;
}

.nice-select .list.style {
  max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  line-height: 2;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 600;
  color: rgb(255, 88, 55);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.suggestions-container {
  z-index: 5;
  min-width: 50%;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 12px;
}
.suggestions-container ul li:hover {
  background: whitesmoke;
}
.suggestions-container .list-group-item {
  position: relative;
}
.suggestions-container .list-group-item .property-autocomplete-title {
  padding-left: 20px;
  font-style: italic;
  color: rgb(96.25, 96.25, 96.25);
}
.suggestions-container .list-group-item .property-autocomplete-title::after {
  font-style: normal;
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 14px;
}
.suggestions-container .list-group-item .property-autocomplete-title:hover {
  color: rgb(255, 88, 55);
}

.suggestions-container .list-group-item {
  cursor: pointer;
}

.autoComplete_wrapper input {
  border-radius: 0.6rem !important;
}
.autoComplete_wrapper input::placeholder {
  font-size: unset !important;
}

.dashboardcode-bsmultiselect .form-control {
  border-radius: 0.6rem !important;
  border-color: lightgray;
}
.dashboardcode-bsmultiselect .form-control input {
  border-radius: 0.6rem !important;
}
.dashboardcode-bsmultiselect .form-control input::placeholder {
  font-size: unset !important;
}

.dashboardcode-bsmultiselect ul {
  align-items: center;
}
.dashboardcode-bsmultiselect .badge {
  background: whitesmoke;
  font-size: 0.9rem !important;
  margin-right: 0.3rem;
  padding: 0.2rem 0.4rem !important;
}
@media (max-width: 576px) {
  .dashboardcode-bsmultiselect .badge {
    white-space: normal;
    text-align: left;
  }
}
.dashboardcode-bsmultiselect .badge span {
  margin-right: 0.2rem;
}

.modal-favorite .modal-dialog-centered {
  max-width: 400px;
}
.modal-favorite .favorite-container {
  border-radius: 0.5rem;
  overflow: hidden;
}
.modal-favorite .favorite-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.7rem;
  background: whitesmoke;
  border-bottom: 1px solid white;
}
.modal-favorite .favorite-list-item:nth-last-of-type {
  border-bottom: unset;
}
.modal-favorite .input-favorite {
  border-radius: 0.6rem 0 0 0.6rem;
  border-right: unset;
}
.modal-favorite .btn-favorite {
  border-radius: 0 0.6rem 0.6rem 0;
  background: rgb(255, 88, 55);
  color: white;
  border: 1px solid rgb(255, 88, 55);
}
.modal-favorite .btn-favorite:hover {
  background: rgb(233.5, 38.5275, 0);
}
.modal-favorite .btn-favorite-save {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-favorite .btn-favorite-save:hover .far {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 900;
}

/* ===================================================
   MEMBERSHIP
===================================================

1. Boxes

=================================================== */
.box-membership-item {
  --scale-factor: 1;
  font-size: calc(1rem * var(--scale-factor));
  color: rgb(96.25, 96.25, 96.25);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: calc(1.5rem * var(--scale-factor));
  flex: 1;
  height: 100%;
  border: 1px solid lightgray;
  width: calc(300px * var(--scale-factor));
  min-width: calc(250px * var(--scale-factor));
}
@media only screen and (max-width: 767.98px) {
  .box-membership-item {
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .box-membership-item {
    border-right: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .box-membership-item {
    width: calc(400px * var(--scale-factor));
  }
}
.box-membership-item ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  /* Ikona + text */
  padding-left: 0;
}
.box-membership-item ul li {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: calc(1rem * var(--scale-factor));
}
.box-membership-item ul li > span {
  flex: 1;
  color: #637d96;
  font-size: calc(1.4rem * var(--scale-factor));
}
.box-membership-item ul li > div {
  flex: 7;
}
.box-membership-item ul li:last-of-type div {
  width: 100%;
  justify-content: center;
}
.box-membership-item ul li .valuation-logos {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.box-membership-item ul li .valuation-logos img {
  height: auto;
  width: 50px;
}
.box-membership-item ul li.benefit-disabled {
  border-radius: 0.5rem;
  color: #b6b6b6;
}
.box-membership-item ul li.benefit-disabled span {
  color: red;
}

.membership-icon {
  position: relative;
  display: grid;
  place-items: center;
}
.membership-icon i:first-of-type {
  font-size: calc(2.5rem * var(--scale-factor));
  color: whitesmoke;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.membership-icon i:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(1.4rem * var(--scale-factor));
  color: red;
}

[box-membership=bronze] .membership-icon i:first-of-type {
  color: white;
}
[box-membership=bronze] .membership-icon i:last-of-type {
  color: #ce8946;
}

[box-membership=silver] .membership-icon i:first-of-type {
  color: white;
}
[box-membership=silver] .membership-icon i:last-of-type {
  color: silver;
}

[box-membership=gold] .membership-icon i:first-of-type {
  color: white;
}
[box-membership=gold] .membership-icon i:last-of-type {
  color: #ffba0b;
}

[box-membership=diamond] .membership-icon i:first-of-type {
  color: white;
}
[box-membership=diamond] .membership-icon i:last-of-type {
  color: #b9f2ff;
}

.box-membership-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.membership-name {
  font-weight: 700;
  font-size: calc(1.8rem * var(--scale-factor));
}

.membership-small-desc {
  line-height: calc(1.1 * var(--scale-factor));
  margin-bottom: 1rem;
}

.membership-sale {
  font-size: calc(1.3rem * var(--scale-factor));
  font-weight: 700;
  display: grid;
  place-items: center;
  color: white;
  margin-bottom: 1rem;
}
.membership-sale div {
  border-radius: 1rem;
}

.membership-membership-box {
  display: flex;
  margin-bottom: 1rem;
}

.membership-membership-box--item {
  position: relative;
  display: grid;
  place-items: center;
  flex: 1;
  padding: 1rem;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  background: white;
}
.membership-membership-box--item:first-child {
  border-left: 1px solid lightgray;
  border-radius: 1rem 0 0 1rem;
}
.membership-membership-box--item:nth-child(2) {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}
.membership-membership-box--item:last-child {
  border-right: 1px solid lightgray;
  border-radius: 0 1rem 1rem 0;
}
.membership-membership-box--item.box-active {
  background: whitesmoke;
}

.membership-membership-box--item-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 0.5rem;
  border: 1px solid lightgray;
  font-size: 0.7rem;
  padding: 0.3rem 0.4rem;
  line-height: 1;
}

.membership-price {
  font-weight: 700;
  font-size: calc(2.5rem * var(--scale-factor));
  line-height: 1;
}

.membership-price-desc {
  margin-bottom: calc(0.5rem * var(--scale-factor));
  color: #b8b8b8;
}

.membership-kz-notice {
  height: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .membership-kz-notice {
    height: 48px;
  }
}

.box-membership-item-TOP {
  border: 1px solid rgb(255, 88, 55) !important;
  background-color: rgba(255, 88, 55, 0.07);
}

.box-membership-item.smalled {
  --scale-factor: 1;
}

.box-membership-highlite {
  width: fit-content;
  text-wrap: nowrap;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  padding: 0.3rem 1rem;
  color: white;
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.box-membership-features-more {
  background: whitesmoke;
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-membership-features-more a {
  padding: 0.3rem 0;
  color: rgb(255, 88, 55);
  font-weight: 700;
}
.box-membership-features-more a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  scale: 1.05;
}

.membership-history-alert {
  padding: 1rem;
  border-radius: 1rem;
  background: whitesmoke;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
}

.membership-history-view {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767.98px) {
  .membership-history-view {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.buy-membership-item-footer-cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: rgb(255, 88, 55);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buy-membership-item-footer-cart-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.buy-membership-item-footer-cart-icon:after {
  content: "\f3c2";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.buy-membership-item-footer-cart-icon--sml {
  width: 20px;
  height: 20px;
}
.buy-membership-item-footer-cart-icon--sml::before {
  font-size: 0.7rem;
}
.buy-membership-item-footer-cart-icon--sml::after {
  font-size: 0.7rem;
}

.modal-membership .modal-dialog-centered {
  max-width: 980px !important;
}

.membership-container,
.modal-membership-container {
  width: fit-content;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .membership-container,
  .modal-membership-container {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .membership-container,
  .modal-membership-container {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767.98px) {
  .membership-container,
  .modal-membership-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .membership-container,
  .modal-membership-container {
    gap: 2rem;
  }
}

.modal-membership-container .box-membership-item:first-child,
.membership-container .box-membership-item:first-child {
  border-radius: 1rem 0 0 1rem;
}
@media (min-width: 768px) {
  .modal-membership-container .box-membership-item:first-child,
  .membership-container .box-membership-item:first-child {
    border-right: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-membership-container .box-membership-item:first-child,
  .membership-container .box-membership-item:first-child {
    border-radius: 1rem;
  }
}

.modal-membership-container .box-membership-item:last-child,
.membership-container .box-membership-item:last-child {
  border-radius: 0 1rem 1rem 0;
}
@media (min-width: 768px) {
  .modal-membership-container .box-membership-item:last-child,
  .membership-container .box-membership-item:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-membership-container .box-membership-item:last-child,
  .membership-container .box-membership-item:last-child {
    border-radius: 1rem;
  }
}

.box-membership-item-price-map {
  border-radius: 1rem !important;
}

.modal-membership .membership-page-content {
  display: none;
}

.page-membership .membership-modal-content {
  display: none;
}

.nice-select .option.disabled {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.nice-select .option.disabled:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f023";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  font-size: 0.8rem;
  color: lightgrey;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select .option.disabled:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select .option.disabled:hover:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-50%) scale(1.1);
}

.period-container {
  margin: 0 auto;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 767.98px) {
  .period-container {
    gap: 1rem;
    flex-direction: column;
  }
}

.economy-graph--membership-info {
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid lightgray;
}

.economy-graph--membership-info--membership {
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateY(-50%);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 1px solid lightgray;
  background: white;
  font-size: 0.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.membership-history-item {
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  background: whitesmoke;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  place-items: center;
  color: white;
  cursor: pointer;
  width: fit-content;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.membership-history-item:hover .buy-membership-item-footer-cart-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.membership-history-item:hover .buy-membership-item-footer-cart-icon:before {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}
.membership-history-item:hover .buy-membership-item-footer-cart-icon:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.membership-history-item:not(:hover):before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0.15s;
}
.membership-history-item:not(:hover):after {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}
.membership-history-item--only-lock {
  background: whitesmoke !important;
  padding: 0px;
}

.membership-refkey-box--input {
  position: relative;
}
.membership-refkey-box--input span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid lightgray;
  background: white;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.membership-refkey-box--input span:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: whitesmoke;
}

.membership-container-price-map > .box-membership-item {
  width: 100%;
}

.button-go {
  position: fixed;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  text-align: center;
  z-index: 999;
  right: 25px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
.button-go.show {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.button-go::before, .button-go::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-go::before {
  z-index: -1;
  background-color: rgb(255, 88, 55);
}
.button-go::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}
.button-go:hover {
  transform: translateY(-3px);
}

/* Header
-------------------------------------------------------------- */
@keyframes fillPath {
  0%, 25% {
    stroke: gray;
    fill: none;
  }
  50%, 75% {
    stroke: rgb(255, 88, 55);
    fill: rgb(255, 88, 55);
  }
  100% {
    stroke: gray;
    fill: none;
  }
}
.header-account ul {
  margin-right: 21px;
}
.header-account ul li {
  margin-right: 4px;
  font-weight: 700;
  font-family: "Sen", sans-serif;
}
.header-account ul li a:hover {
  color: rgb(255, 88, 55);
}

.checkout-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  background: whitesmoke;
  border-radius: 50%;
  color: rgb(96.25, 96.25, 96.25);
}
.checkout-button i {
  font-size: 1.1rem;
}
.checkout-button span {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 0;
  right: 0;
  padding: 2px;
  color: white;
  background: rgb(255, 88, 55);
  line-height: 1;
  font-size: 0.6rem;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.menu-badge {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 0;
  left: -10px;
  padding: 2px;
  color: white;
  background: rgb(255, 88, 55);
  line-height: 1;
  font-size: 0.6rem;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
@media (min-width: 992px) {
  .menu-badge {
    top: 0;
    right: -5px;
    left: auto;
  }
}

.scr-reg-btn {
  font-size: 0.8rem;
  padding: 8px 10px;
  color: white;
  border-radius: 10px;
  background: linear-gradient(45deg, #fd920c, #fd275d);
}
.scr-reg-btn:hover {
  background: linear-gradient(45deg, rgb(255, 88, 55), rgb(255, 88, 55));
  color: white;
}

.scr-log-btn {
  font-size: 0.8rem;
  margin-top: 2px;
  margin-left: 10px;
}

.logo-name-topbar-img {
  height: 20px;
}
@media only screen and (max-width: 991.98px) {
  .logo-name-topbar-img {
    margin-left: 1rem;
  }
}

.main-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
}
.main-header.scrolled {
  top: 0;
}
.main-header.style-header {
  box-shadow: 0px -1px 0px 0px #EFEFEF inset;
}
.main-header.home3 {
  position: absolute;
  color: #fff;
  box-shadow: unset;
  background-color: unset;
}
.main-header.home3 .main-menu .navigation > li > a {
  color: #fff;
}
.main-header .main-header-content {
  height: 66px;
  position: relative;
}
.main-header .main-header-content .header__left {
  flex: 1;
}
.main-header .main-header-content .header__nav {
  justify-content: center;
  flex: auto;
}
.main-header .main-header-content .header__right {
  flex: 1;
}
.main-header.home2 {
  position: absolute;
  box-shadow: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: unset;
}
.main-header.home2 .main-menu {
  margin-left: 0;
}
.main-header.home2 .main-menu .navigation > li > a {
  color: #fff;
}
.main-header.home2 .search-form .search-field {
  width: 284px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: #fff;
  margin-top: -2px;
  padding: 10px 17px 14px 15px;
}
.main-header.home2 .search-form .search-field::placeholder {
  color: #fff !important;
}
.main-header.home2 .icon-socials {
  margin-right: 41px;
}
.main-header.home2 .icon-socials a i {
  color: #fff;
  font-size: 18px;
  margin-right: 22px;
}
.main-header.home2 .icon-socials a i:hover {
  color: #fff;
}
.main-header.home2 .icon-socials a:last-child i {
  margin-right: 0;
}

.wrap-top {
  width: 100%;
  height: 78px;
  position: relative;
  padding: 12px 0px 0 0px;
}
.wrap-top .icon-tell-box .icon {
  margin-right: 29px;
}
.wrap-top .icon-tell-box .icon::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #D9D9D9;
  top: 14px;
  position: absolute;
  margin-left: 14px;
}

.logo-box {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 991.98px) {
  .logo-box {
    margin-left: 2rem;
  }
}

.logo-name-topbar {
  background: linear-gradient(45deg, #fd920c, #fd275d);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Sen", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-left: 1rem;
}

.header-top {
  position: relative;
  padding: 18px 0px;
  background-color: rgb(255, 88, 55);
}

.header-top_nav {
  position: relative;
}
.header-top_nav a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top_nav a::before {
  position: absolute;
  content: "/";
  right: -4px;
  top: 0px;
}
.header-top_nav a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-top_nav a:last-child::before {
  display: none;
}

.header-top_nav a:hover {
  color: white;
}

#showlogo {
  display: none;
}

/* Header Email */
.header-top_email {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.header-top_email span {
  position: relative;
  color: white;
}

.header-top_social {
  position: relative;
  margin-left: 60px;
}

.header-top_social a {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.header-top_social a:hover {
  color: white;
}

.main-header .header-upper {
  position: relative;
}

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
}

.main-header .header-lower {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .nav-outer {
  position: relative;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

.main-header .header-lower .main-menu .navigation {
  font-family: "Sen", sans-serif;
  display: flex;
  height: 66px;
}
@media (min-width: 768px) {
  .main-header .header-lower .main-menu .navigation .menu__item {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(58, 58, 58);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-header .header-lower .main-menu .navigation .menu__item img {
    width: 25px;
  }
  .main-header .header-lower .main-menu .navigation .menu__item i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: lightgray;
  }
  .main-header .header-lower .main-menu .navigation .menu__item i {
    font-size: 1.5rem;
    color: #afafaf;
    margin: 0.3rem 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-header .header-lower .main-menu .navigation .menu__item span {
    font-size: 0.8rem;
  }
  .main-header .header-lower .main-menu .navigation .menu__item:hover {
    color: rgb(255, 88, 55);
    background: whitesmoke;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-header .header-lower .main-menu .navigation .menu__item:hover i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgb(255, 88, 55);
  }
  .main-header .header-lower .main-menu .navigation .membership-animation svg path {
    fill: none;
    stroke: rgb(255, 88, 55);
    animation: fillPath 4s infinite;
  }
  .main-header .header-lower .main-menu .navigation .membership-animation svg path:nth-child(1) {
    animation-delay: 0s;
  }
  .main-header .header-lower .main-menu .navigation .membership-animation svg path:nth-child(2) {
    animation-delay: 0.5s;
  }
  .main-header .header-lower .main-menu .navigation .membership-animation svg path:nth-child(3) {
    animation-delay: 1s;
  }
  .main-header .header-lower .main-menu .navigation .membership-animation svg path:nth-child(4) {
    animation-delay: 1.5s;
  }
}

.main-header .sticky-header .nav-outer .options-box {
  margin-top: 40px;
}

/*Sticky Header*/
.main-header .sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .mobile-nav-toggler {
  display: none;
  cursor: pointer;
}

.main-header .sticky-header .logo {
  position: relative;
  padding: 7px 0px;
}

.main-header.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 10px;
  font-weight: 600;
  padding: 28px 0px;
  letter-spacing: 0px;
  color: #120A21;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .main-menu .navigation > li:last-child > a {
  padding-right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .main-menu .navigation > li:last-child ul {
  right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after {
  top: 22px;
}

.main-header .sticky-header .main-menu .navigation > li > a > span {
  top: 10px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
  opacity: 1;
  color: rgb(255, 88, 55);
}

.main-header .main-menu .navigation > li > ul {
  position: absolute;
  width: 16rem;
  z-index: 1;
  padding: 25px 30px 30px 30px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  opacity: 0;
  text-align: left;
  transform: translateY(11px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-bottom: 15px;
}

.main-header .main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0;
}

.main-header .main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(9) {
  -webkit-transition-delay: 630ms;
  -moz-transition-delay: 630ms;
  -ms-transition-delay: 630ms;
  -o-transition-delay: 630ms;
  transition-delay: 630ms;
}

.main-header .main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #120A21;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\f178";
  left: 0px;
  top: 5px;
  width: 16px;
  height: 10px;
  opacity: 0;
  display: inline-block;
  transform: rotate(45deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
  color: rgb(255, 88, 55);
  padding-left: 20px;
}

.main-header .main-menu .navigation > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2 > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 1px;
  width: 10px;
  height: 20px;
  display: block;
  color: #120A21;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > a:after {
  color: rgb(255, 88, 55);
}

.main-header .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 16rem;
  padding: 25px 25px 30px 25px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  margin-bottom: 15px;
  transform: translateY(-8px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #120A21;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f178";
  left: 0px;
  top: 5px;
  width: 16px;
  height: 10px;
  opacity: 0;
  display: inline-block;
  transform: rotate(45deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transform: rotate(45deg);
  font-family: "Font Awesome 5 Pro";
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:hover::before {
  opacity: 1;
}

.main-header .main-menu .navigation > li > ul > .current > a {
  color: rgb(255, 88, 55);
}

.main-header .main-menu .navigation > li > ul > li > ul > .current > a {
  color: rgb(255, 88, 55);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: rgb(255, 88, 55);
  background-color: #fff;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: rgb(255, 88, 55);
  padding-left: 20px;
}

.main-header .main-menu .navigation > li.dropdown2:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navigation li > ul > li.dropdown2:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navigation > li.dropdown2 > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 11px;
  margin-left: 8px;
  vertical-align: bottom;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  border: 1px solid var(--white-color-opicity-two);
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .sticky-header .navbar-header {
  display: none;
}

.main-header .outer-box {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 22px 0px;
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
  width: 3px;
}

.dashboard {
  background-color: #f7f7f7;
}
.dashboard .main-header .main-menu {
  margin-left: 780px;
}
.dashboard .avatars-box {
  margin-right: 31px;
}
.dashboard .avatars-box .images {
  margin-right: 11px;
  height: 34px;
  width: 34px;
  overflow: hidden;
  border-radius: 50%;
}
.dashboard .avatars-box .title-avatar a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 11px;
  margin-left: 8px;
  vertical-align: bottom;
}

/* muj css */
.mobile-button {
  /* Hamburger */
  left: 5px;
  top: 45%;
  float: left;
}

.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-button::before,
.mobile-button::after,
.mobile-button span {
  background-color: gray;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-button::before,
.mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button::before {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}

.mobile-button::after {
  -webkit-transform: translate3d(0, 9px, 0);
  -moz-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-button.mobi-style::before,
.mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: #fff;
}

/* Nabídka uživatele - desktop */
.nice-select.open .user-profile-menu {
  opacity: 1;
  z-index: 10;
  width: 100%;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}

.nice-select .user-profile-menu {
  background-color: #ffffff;
  color: rgb(255, 88, 55);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  font-size: 14px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -240px !important;
  width: 280px !important;
  margin-right: 20% !important;
  right: 250px !important;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  cursor: auto;
}
.nice-select .user-profile-menu .footer-user-menu {
  margin-top: 5px;
  font-size: 0.5rem;
  color: gray;
}

@media only screen and (max-width: 991px) {
  .plusko-button-desktop span {
    display: none;
  }
  .mobile-menu-visible .mobile-menu {
    visibility: hide;
  }
  .button-user-menu {
    display: none;
  }
  .header-account {
    display: none;
  }
  .register {
    display: none;
  }
  .heading-section h5 {
    margin-bottom: 0;
  }
  .registration-button {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
  }
  .registration-button div {
    display: flex;
  }
  .registration-button .log-btn {
    margin-top: 2px;
    margin-left: 10px;
  }
  .registration-button .reg-btn {
    padding: 6px 6px;
    color: white;
    border-radius: 5px;
    background: var(--default-color);
  }
  .registration-button .reg-btn:hover {
    background-color: var(--default-color-hover);
    color: white;
  }
}
@media (min-width: 991px) {
  .button-user-menu {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 4px;
    font-size: 1.5rem;
    color: gray;
    background-color: lightgray;
    position: absolute;
    right: 60px;
    top: 16px;
    border: none;
  }
  .button-user-menu:after {
    display: none;
  }
  .button-user-menu:hover {
    background-color: #eaeaea;
  }
  .button-user-menu span a {
    font-weight: 700;
    font-size: 1rem;
  }
}
.hover-item, .footer .footer-contact .footer-contact-item, .footer .footer-links .footer-links-item {
  margin-bottom: 0.5rem;
}
.hover-item span, .footer .footer-contact .footer-contact-item span, .footer .footer-links .footer-links-item span {
  width: 2.5rem;
  text-align: center;
}
.hover-item:hover, .footer .footer-contact .footer-contact-item:hover, .footer .footer-links .footer-links-item:hover {
  color: rgb(255, 88, 55);
}

.footer {
  padding: 35px 0;
  background: rgb(45.25, 45.25, 45.25);
  color: lightgray;
}
.footer h4 {
  color: unset;
}
.footer .footer-newsletter .newsletter__content {
  padding: 1rem;
  border-radius: 1rem;
  background: whitesmoke;
}
.footer .footer-newsletter .newsletter__content h5 {
  margin-bottom: 10px;
}
.footer .copyright {
  text-align: center;
}

.navigations {
  display: none;
  color: lightgray;
}
.navigations .title-inner {
  padding-top: 10px;
}
.navigations .title-inner .title-group > a {
  position: relative;
  display: inline-block;
}
.navigations .title-inner .title-group > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  line-height: normal;
  top: 5px;
  margin: 0 12.5px 0 11.5px;
}
.navigations .title-inner.style-detail {
  padding: 28px 0 29px;
  border-bottom: 0;
  margin-bottom: 0px;
}

.registration {
  padding: 85px 0 20px 0;
}

.board {
  padding: 85px 0 20px 0;
}

.contact {
  padding: 85px 0 20px 0;
}
.contact .comments {
  border-radius: 12px;
}
.contact .comments .comment-form .nice-select {
  padding: 16px 18px 14px 17px;
  margin-bottom: 22px;
}
.contact .comments .comment-form fieldset input {
  padding: 11px 14px 13px 17px;
}
.contact .comments .comment-form fieldset textarea {
  padding: 11px 15px 22px 17px;
}
.contact .info-box {
  width: calc(33.333% - 22px) !important;
  margin-left: 22px;
}
.contact.page {
  margin-top: -169px;
}
.contact.page .heading-box {
  margin-bottom: 30px;
}
.contact.page .heading-box .heading-title {
  margin-bottom: 10px;
}

.section-default, .tool-section,
.economy-section,
.why-section, .educations-section,
.about-section, .social-proove, .section-non-public-offers, .section-intro {
  margin: 0 0 50px 0;
  padding: 50px 0;
}
@media (max-width: 575.98px) {
  .section-default h1, .tool-section h1,
  .economy-section h1,
  .why-section h1, .educations-section h1,
  .about-section h1, .social-proove h1, .section-non-public-offers h1, .section-intro h1 {
    padding: 40px 0;
  }
}
.section-default .inside, .tool-section .inside,
.economy-section .inside,
.why-section .inside, .educations-section .inside,
.about-section .inside, .social-proove .inside, .section-non-public-offers .inside, .section-intro .inside {
  width: 80%;
  margin: 0 auto;
}
.section-default .inside .inside__content, .tool-section .inside .inside__content,
.economy-section .inside .inside__content,
.why-section .inside .inside__content, .educations-section .inside .inside__content,
.about-section .inside .inside__content, .social-proove .inside .inside__content, .section-non-public-offers .inside .inside__content, .section-intro .inside .inside__content {
  padding: 50px 0;
}
@media only screen and (max-width: 575.98px) {
  .section-default .inside, .tool-section .inside,
  .economy-section .inside,
  .why-section .inside, .educations-section .inside,
  .about-section .inside, .social-proove .inside, .section-non-public-offers .inside, .section-intro .inside {
    width: 90%;
  }
}
.section-default h1, .tool-section h1,
.economy-section h1,
.why-section h1, .educations-section h1,
.about-section h1, .social-proove h1, .section-non-public-offers h1, .section-intro h1 {
  margin: 2rem 0;
}
.section-default h2, .tool-section h2,
.economy-section h2,
.why-section h2, .educations-section h2,
.about-section h2, .social-proove h2, .section-non-public-offers h2, .section-intro h2 {
  padding: 10px;
  margin-bottom: 50px;
}
.section-default h4, .tool-section h4,
.economy-section h4,
.why-section h4, .educations-section h4,
.about-section h4, .social-proove h4, .section-non-public-offers h4, .section-intro h4 {
  padding: 20px 0;
}
.section-default p, .tool-section p,
.economy-section p,
.why-section p, .educations-section p,
.about-section p, .social-proove p, .section-non-public-offers p, .section-intro p {
  margin: 1rem 0;
}

.section-intro {
  padding: 85px 0 20px 0;
}

.section-navigation a {
  width: 100%;
}
.section-navigation h6 {
  font-weight: 300;
  color: rgb(45.25, 45.25, 45.25);
}
.section-navigation .cr-box {
  padding: 5px;
  border: 1px solid whitesmoke;
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-navigation .cr-box {
    height: 166px;
  }
}
.section-navigation .cr-box img {
  width: 35px;
  margin-bottom: 10px;
  color: rgb(255, 88, 55);
}
.section-navigation .cr-box svg {
  width: 40px;
  margin-top: 10px;
}
.section-navigation .cr-box svg .stroke {
  stroke: rgb(255, 88, 55);
}
.section-navigation .cr-box svg .fill {
  fill: rgb(255, 88, 55);
}
.section-navigation .cr-box h6 {
  font-size: 1rem;
  font-weight: 600;
}
.section-navigation .cr-box p {
  margin-top: 5px;
  font-size: 0.8rem;
  padding: 0 20px;
}
.section-navigation .cr-box:hover {
  cursor: pointer;
  background: whitesmoke;
}

.cr-seven {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.cr-seven .col-item {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (min-width: 768px) {
  .cr-seven .col-item {
    flex: 0 0 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 992px) {
  .cr-seven .col-item {
    flex: 0 0 calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
  }
}
@media (min-width: 1200px) {
  .cr-seven .col-item {
    flex: 0 0 calc((100% - 96px) / 7);
    max-width: calc((100% - 96px) / 7);
  }
}

.section-non-public-offers {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-non-public-offers .property__item .property__item-image {
  position: relative;
  aspect-ratio: 316/225;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: linear-gradient(45deg, #fd920c, #fd275d);
  border-radius: 14px;
}
.section-non-public-offers .property__item .property__item-image img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  object-fit: cover;
}

.social-proove .owl-carousel .slide-item {
  transition: transform 2s ease;
  /* 1.5 sekundy trvání přechodu */
}
.social-proove .owl-nav {
  display: none;
}
.social-proove .slide-item {
  margin-top: 25px;
  text-align: center;
}
.social-proove .slide-item img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.social-proove .slide-item a {
  margin-top: 10px;
  font-size: 1rem;
  color: #637d96;
  font-weight: 600;
}
.social-proove h1 {
  margin: 2rem 0;
}
.social-proove p {
  margin: 2rem 0;
}

.educations-section h2,
.about-section h2 {
  color: rgb(58, 58, 58);
}
.educations-section .inside .inside__content .svg-big-icon,
.about-section .inside .inside__content .svg-big-icon {
  margin: 0 auto;
  display: block;
  width: 50px;
}
.educations-section .inside .inside__content .svg-big-icon .stroke,
.about-section .inside .inside__content .svg-big-icon .stroke {
  stroke: rgb(255, 66.7075, 29.5);
}
.educations-section .inside .inside__content h4,
.about-section .inside .inside__content h4 {
  color: rgb(96.25, 96.25, 96.25);
}
.educations-section .inside .inside__content .founders .founder img,
.about-section .inside .inside__content .founders .founder img {
  width: 130px;
  border-radius: 50%;
}
.educations-section .inside .inside__content .founders .founder .name,
.about-section .inside .inside__content .founders .founder .name {
  color: rgb(255, 88, 55);
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  .educations-section .inside .inside__content .founders .founder .name,
  .about-section .inside .inside__content .founders .founder .name {
    font-size: 1rem;
  }
}
.educations-section .inside .inside__content .founders .founder .rank,
.about-section .inside .inside__content .founders .founder .rank {
  color: rgb(96.25, 96.25, 96.25);
}
.educations-section .inside .inside__content .founders .team,
.about-section .inside .inside__content .founders .team {
  margin-top: 50px;
}
.educations-section .inside .inside__content .founders .team img,
.about-section .inside .inside__content .founders .team img {
  border-radius: 20px;
  width: 90%;
}
.educations-section .inside .inside__content .founders .team p,
.about-section .inside .inside__content .founders .team p {
  margin: 5px 0;
}
.educations-section .inside .inside__content span,
.about-section .inside .inside__content span {
  font-weight: 600;
}
.educations-section .inside .inside__content .membership__content .row__head,
.about-section .inside .inside__content .membership__content .row__head {
  display: flex;
}
.educations-section .inside .inside__content .membership__content .row__head .col_head,
.about-section .inside .inside__content .membership__content .row__head .col_head {
  flex: 1;
}

.about-section {
  margin-bottom: 0;
}

.tool-section,
.economy-section,
.why-section {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.tool-section h2,
.tool-section h4,
.tool-section p,
.economy-section h2,
.economy-section h4,
.economy-section p,
.why-section h2,
.why-section h4,
.why-section p {
  color: white;
}
.tool-section .inside .inside__content .svg-big-icon,
.economy-section .inside .inside__content .svg-big-icon,
.why-section .inside .inside__content .svg-big-icon {
  margin: 0 auto;
  display: block;
  width: 50px;
}
.tool-section .inside .inside__content .svg-big-icon .stroke,
.economy-section .inside .inside__content .svg-big-icon .stroke,
.why-section .inside .inside__content .svg-big-icon .stroke {
  stroke: white;
}
.tool-section .inside .inside__content .svg-big-icon .fill,
.economy-section .inside .inside__content .svg-big-icon .fill,
.why-section .inside .inside__content .svg-big-icon .fill {
  fill: white;
}
.tool-section .inside .inside__content span,
.economy-section .inside .inside__content span,
.why-section .inside .inside__content span {
  color: rgb(255, 88, 55);
  font-weight: 600;
}

.economy {
  padding: 85px 0 20px 0;
}
.economy .nice-select {
  padding: 11px 14px 11px 14px;
}

.economy__team-member {
  padding: 10px;
  border: 1px solid whitesmoke;
  border-radius: 15px;
}
.economy__team-member:hover {
  background-color: whitesmoke;
}

.economy__team-member--image {
  flex: 1;
  padding: 15px;
}
.economy__team-member--image img {
  border-radius: 50%;
  width: 100%;
}

.economy__team-member--detail {
  flex: 4;
  padding: 15px;
}

.expand_button {
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  transform: rotate(405deg) translateY(-50%);
  transition: all 0.25s ease-in-out;
}

.expand_button.open {
  transform: rotate(225deg);
}

.profitability_copy_icon {
  width: 20px;
  height: 20px;
  right: 0.5rem;
}

.profitability_section th {
  width: 50% !important;
}

.profitability_section_title,
.profitability_form_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.profitability_section_title,
.profitability_form_row {
  min-height: 45px;
}

.sc-button:disabled {
  background-color: #a9a9a9;
  cursor: default;
}

.profitability_form_row input::placeholder {
  color: transparent;
}

.profitability_form_row .dashboardcode-bsmultiselect {
  width: 100%;
}

.calculator-label-input {
  position: relative;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  border: 1px solid lightgray;
}
.calculator-label-input::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.calculator-label-input.plus::after {
  content: "+";
  font-weight: 900;
  color: rgb(255, 88, 55);
}

.calculator-label-input.edit::after {
  content: "\f044";
  font-weight: 900;
  color: rgb(255, 88, 55);
}

.modal-label .checkmark {
  left: 0 !important;
}

.ebook {
  padding: 85px 0 20px 0;
}

.workshop {
  padding: 85px 0 20px 0;
}

.workshop__box-top {
  position: relative;
  padding: 2rem;
  margin-bottom: 3rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../../assets/images/oe_workshop_bg_v2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.workshop__box-top h3 {
  margin: 3rem 0 4rem 0;
  color: white;
}
.workshop__box-top > p {
  color: white;
  margin-bottom: 2rem;
}

.workshop__box-top-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 1rem;
}
.workshop__box-top-image .workshop__box-top-overflow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.workshop__box-top-image img {
  position: absolute;
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.workshop__box-top-image .workshop__box-top-content {
  padding: 2rem;
}
.workshop__box-top-image .workshop__box-top-content h1,
.workshop__box-top-image .workshop__box-top-content h2,
.workshop__box-top-image .workshop__box-top-content h3 {
  margin-top: clamp(1.5rem, 1.5rem + (3rem - 1.5rem) * (100vw - 320px) / (1440px - 320px), 3rem);
  margin-bottom: clamp(2rem, 2rem + (4rem - 2rem) * (100vw - 320px) / (1440px - 320px), 4rem);
  margin-left: 0;
  margin-right: 0;
  color: white;
}
.workshop__box-top-image .workshop__box-top-content > p {
  color: white;
  margin-bottom: 2rem;
}

.workshop__box-top-label {
  position: absolute;
  top: 15px;
  right: -50px;
  padding: 8px 50px 8px 200px;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  transform: rotate(10deg);
  z-index: -1;
}
@media (min-width: 576px) {
  .workshop__box-top-label {
    right: -50px;
    padding: 8px 50px 8px 180px;
    transform: rotate(15deg);
  }
}

.workshop__box {
  padding: 2rem;
  background: whitesmoke;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.workshop__box .box__icon i {
  font-size: 3rem;
}
.workshop__box > p {
  line-height: 1.5;
  font-size: 1rem;
}
.workshop__box > h2,
.workshop__box h5 {
  color: rgb(58, 58, 58);
}
.workshop__box h2,
.workshop__box h3 {
  width: 100%;
}
@media (min-width: 992px) {
  .workshop__box h2,
  .workshop__box h3 {
    width: 80%;
  }
}

.workshop__box--transparent {
  background-color: transparent;
}
.workshop__box--transparent .workshop__tile {
  border-color: transparent !important;
}

.workshop__box--colored {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.workshop__box--colored .workshop__tile {
  border-color: white !important;
}

.workshop__box--colored * {
  color: white !important;
}
.workshop__box--colored * a span,
.workshop__box--colored * button {
  color: rgb(255, 88, 55) !important;
}

.workshop__box-botom {
  position: relative;
  padding: 2rem;
  margin-top: 3rem;
}

.workshop-item {
  border: 1px solid lightgray;
  background: white;
  border-radius: 1rem;
}
.workshop-item h3 {
  color: rgb(58, 58, 58);
  margin: 0 1rem 0.4rem 1rem;
  padding: 1rem 0 0.4rem 0;
  border-bottom: 1px solid lightgray;
}

.workshop-item__footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  border-radius: 0 0 1rem 1rem;
}
.workshop-item__footer h1 {
  color: white;
}

.workshop-item__capacity {
  padding: 0 1rem 1rem 1rem;
}

.capacity-open {
  padding: 3px 6px;
  background: #88ff88;
  color: #1d531d;
  border-radius: 5px;
}

.workshop-item__date {
  margin-top: 0.8rem;
}
.workshop-item__date i {
  font-size: 2.8rem;
  position: relative;
  color: #edebeb;
}
.workshop-item__date i span {
  font-family: "Sen", sans-serif;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 88, 55);
  font-weight: 700;
  font-size: 1.2rem;
}
.workshop-item__date .workshop-item__date-monthyear {
  line-height: 1;
  padding: 0.2rem 0 0.2rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.workshop-item__date .workshop-item__date-monthyear div:first-child {
  font-size: 1.3rem;
  font-weight: bold;
}
.workshop-item__date .workshop-item__date-monthyear div:last-child {
  font-size: 1rem;
}

.workshop-item__desc {
  margin-bottom: 0.4rem;
}

.workshop__tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .workshop__tiles {
    grid-template-columns: 1fr;
  }
}

.workshop__tile {
  padding: 1rem;
  border: 1px solid rgb(58, 58, 58);
  border-radius: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .workshop__tile {
    font-size: 0.8rem;
  }
}

.profile-image--circle {
  aspect-ratio: 1/1;
  max-width: 170px;
}
.profile-image--circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.vynos {
  background: rgb(255, 88, 55);
  color: white;
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 5px;
}

.workshop-shorts-swiper swiper-container {
  width: 100%;
}
.workshop-shorts-swiper swiper-slide {
  height: fit-content;
  text-align: center;
  background: transparent !important;
}
.workshop-shorts-swiper swiper-slide .video-wrapper iframe {
  aspect-ratio: 9/16;
  width: 250px;
  border-radius: 1rem;
}
.workshop-shorts-swiper swiper-container::part(button-prev),
.workshop-shorts-swiper swiper-container::part(button-next) {
  color: rgb(255, 88, 55);
}

.medailonek-price {
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}

.medailonek-price--item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 1rem;
  text-align: center;
  width: 100%;
  border: 1px solid lightgray;
  background: white;
}
.medailonek-price--item:only-child {
  border-radius: 1rem;
}
.medailonek-price--item:first-child:not(:only-child) {
  border-radius: 1rem 0 0 1rem;
}
.medailonek-price--item:last-child:not(:only-child) {
  border-radius: 0 1rem 1rem 0;
}
.medailonek-price--item + .medailonek-price--item {
  border-left: 0;
}

.medailonek-price--item--title {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  background: white;
  color: rgb(58, 58, 58);
  border: 1px solid lightgray;
  line-height: 1;
}

.medailonek-price--item--price {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(255, 88, 55);
}

.medailonek-price--item--sale {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  z-index: 3;
  background: #637d96;
  color: white;
  line-height: 1;
}

[data-active-membership=false] .medailonek-price--item--myprice {
  display: none;
}

.medailonek-price--item.upgrade-available:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: rgb(255, 88, 55);
  border-color: rgb(255, 88, 55);
}
.medailonek-price--item.upgrade-available:hover .medailonek-price--item--price {
  color: white;
}

[data-active-membership=true] {
  background: whitesmoke;
}
[data-active-membership=true] .medailonek-price--item--myprice {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 0 0 1rem 1rem;
  background: whitesmoke;
  color: rgb(255, 88, 55);
  line-height: 1;
  height: 2.5rem;
  border: 1px solid lightgray;
  width: 80%;
}

.educate {
  padding: 85px 0 20px 0;
}
.educate .educate-box {
  padding: 20px 10px;
  border: 1px solid whitesmoke;
  border-radius: 8px;
}
.educate .educate-box svg {
  stroke: #637d96;
}
.educate .educate-box .sc-button, .educate .educate-box p {
  margin-top: 1rem;
}

.consultant {
  padding: 85px 0 20px 0;
}
.consultant .consultant__filter {
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
  display: grid;
  padding: 0 15px 20px 15px;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-template-rows: auto;
  gap: 1rem;
  grid-template-areas: ". location location ." ". specialization client ." ". format type ." ". price . .";
}
@media only screen and (max-width: 991.98px) {
  .consultant .consultant__filter {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
    grid-template-areas: "location location" "specialization specialization" "client client" "format format" "type type" "price price ";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .consultant .consultant__filter {
    grid-template-columns: 1fr 4fr 4fr 1fr;
  }
}
.consultant .consultant__filter .input-with-icon i {
  top: unset;
  bottom: 12px;
}
.consultant .consultant__filter .consultant__filter-location {
  grid-area: location;
}
.consultant .consultant__filter .consultant__filter-specialization {
  grid-area: specialization;
}
.consultant .consultant__filter .consultant__filter-client {
  grid-area: client;
}
.consultant .consultant__filter .consultant__filter-format {
  grid-area: format;
}
.consultant .consultant__filter .consultant__filter-type {
  grid-area: type;
}
.consultant .consultant__filter .consultant__filter-price {
  grid-area: price;
}
.consultant .consultant__filter .consultant__filter-price .input-with-two-icon .left-icon {
  left: 14px;
}
.consultant .consultant__filter .consultant__filter-price .input-with-two-icon .right-icon {
  right: 14px;
}
.consultant .consultant__filter .consultant__filter-price .input-with-two-icon .left-extension {
  left: 32px;
}
.consultant .consultant__list-detail {
  margin-bottom: 5px;
  padding: 8px;
  display: grid;
  grid-template-columns: calc(15% + 5vw) auto;
  gap: 1.5rem;
  grid-template-areas: "consultant-img consultant-content";
}
@media only screen and (max-width: 767.98px) {
  .consultant .consultant__list-detail {
    grid-template-columns: 1fr;
    grid-template-areas: "consultant-img" "consultant-content";
  }
}
.consultant .consultant__list-detail .detail__img {
  position: relative;
  grid-area: consultant-img;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
.consultant .consultant__list-detail .detail__img img {
  width: 100%;
  display: block;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consultant .consultant__list-detail .detail__img .content-name-info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  bottom: 0;
  left: 50%;
  width: 100%;
  color: white;
  transform: translateX(-50%);
  background: linear-gradient(transparent, black);
  border-radius: 0 0 8px 8px;
}
.consultant .consultant__list-detail .detail__content {
  grid-area: consultant-content;
  display: grid;
  padding-right: 1rem;
  grid-template-areas: "content-name content-rating" "content-labels content-labels" "content-date content-date" "content-text content-text" "content-buttons content-buttons";
}
.consultant .consultant__list-detail .detail__content .content-name {
  grid-area: content-name;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 88, 55);
}
.consultant .consultant__list-detail .detail__content .content-name .non-public-offer {
  margin-left: 10px;
  font-size: 12px;
}
.consultant .consultant__list-detail .detail__content .content-labels {
  grid-area: content-labels;
  margin-top: 10px;
}
.consultant .consultant__list-detail .detail__content .content-labels .label {
  width: fit-content;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 600;
  color: white;
  background: gray;
}
.consultant .consultant__list-detail .detail__content .content-date {
  grid-area: content-date;
}
.consultant .consultant__list-detail .detail__content .content-text {
  grid-area: content-text;
}
.consultant .consultant__list-detail .detail__content .content-rating {
  grid-area: content-rating;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
}
.consultant .consultant__list-detail .detail__content .content-rating i {
  margin-left: 2px;
}
.consultant .consultant__list-detail .detail__content .content-rating .gold {
  color: rgb(255, 88, 55);
}
.consultant .consultant__list-detail .detail__content .content-buttons {
  grid-area: content-buttons;
  display: flex;
  align-items: center;
  justify-content: right;
}
.consultant .consultant__list-detail:hover {
  border-radius: 12px;
  background: whitesmoke;
}
.consultant .consultant__list-detail:hover img {
  transform: scale(1.1);
}

.consultant-detail {
  padding: 85px 0 20px 0;
}

.exclusive_property {
  padding: 85px 0 20px 0;
}
.exclusive_property .exclusive_property-content ul li {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0.8rem;
}
.exclusive_property .exclusive_property-content ul li i[class^=fal], .exclusive_property .exclusive_property-content ul li i[class^=far], .exclusive_property .exclusive_property-content ul li i[class^=fas] {
  margin-right: 1rem;
  margin-left: 0.5rem;
  color: rgb(255, 88, 55);
  font-size: inherit;
}
.exclusive_property .exclusive_property-content ul li:has(i.far), .exclusive_property .exclusive_property-content ul li:has(i.fal), .exclusive_property .exclusive_property-content ul li:has(i.fas) {
  color: rgb(58, 58, 58);
  padding-left: 1rem;
}

.exclusive_property-LP-content--list {
  width: fit-content;
}
.exclusive_property-LP-content--list div {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.exclusive_property-LP-content--list div i {
  font-size: 2rem;
  color: rgb(255, 88, 55);
  margin-right: 1rem;
}

.exclusive_property-LP-content--CTA {
  display: flex;
}
.exclusive_property-LP-content--CTA a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: whitesmoke;
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: lightgray;
}
.exclusive_property-LP-content--CTA a:first-of-type {
  border-radius: 1rem 0 0 1rem;
}
.exclusive_property-LP-content--CTA a:last-of-type {
  border-radius: 0 1rem 1rem 0;
}
.exclusive_property-LP-content--CTA a i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.exclusive_property-LP-content--CTA a span {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 1rem;
  line-height: 1.2;
}
.exclusive_property-LP-content--CTA a:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: lightgray;
}
.exclusive_property-LP-content--CTA a:hover i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: rgb(255, 88, 55);
  transform: scale(1.4);
}
.exclusive_property-LP-content--CTA a:hover span {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: rgb(58, 58, 58);
  font-weight: 600;
  transform: scale(1.1);
}

.exclusive_property__header-image {
  position: relative;
  height: 400px; /* Výška kontejneru */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 2rem;
}

.exclusive_property__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

/* Klikatelné překryvy */
.overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
  transition: all 0.6s ease;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: white; /* Výchozí barva textu */
  text-decoration: none;
  z-index: 1; /* Ujistíme se, že text bude viditelný nad `::before` */
}
.overlay i {
  color: white;
  transition: transform 0.6s ease-out;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.6s ease;
  z-index: -1; /* Posune background pod text */
}

.overlay:hover::before {
  background: rgba(255, 255, 255, 0.7);
}

.overlay:hover {
  color: rgb(58, 58, 58);
}
.overlay:hover i {
  transform: scale(1.4);
  transition: all 0.6s ease;
  color: rgb(255, 88, 55);
}

.overlay.left {
  left: 0;
}

.overlay.right {
  right: 0;
}

/* Efekt při najetí na levou část */
.overlay.left:hover ~ img {
  filter: blur(5px);
}

/* Efekt při najetí na pravou část */
.overlay.right:hover ~ img {
  filter: blur(5px);
}

.exclusive_property__header-gallery a,
.exclusive_property__header-location a,
.exclusive_property__header-video a {
  margin: 0 0.5rem;
  font-size: 2rem;
  color: lightgray;
  border-radius: 0.5rem;
}
.exclusive_property__header-gallery a:hover,
.exclusive_property__header-location a:hover,
.exclusive_property__header-video a:hover {
  color: rgb(255, 88, 55);
}

.exclusive_property__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.5rem 0;
  margin: 2rem 0;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.exclusive_property__banner-item {
  flex: 1 1 110px; /* Přizpůsobení velikosti s minimální šířkou 200px */
  margin: 0 0.5rem;
  font-size: 2rem;
  color: gray;
  border-radius: 0.5rem;
}
.exclusive_property__banner-item a {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
}
.exclusive_property__banner-item a i {
  margin-bottom: 0.5rem;
}
.exclusive_property__banner-item:hover a {
  color: rgb(255, 88, 55);
  background: whitesmoke;
  border-radius: 1rem;
}
.exclusive_property__banner-item:hover a span {
  color: rgb(58, 58, 58);
}

.exclusive_property__header-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
}
.exclusive_property__header-highlights div {
  flex: 1 1 200px;
  text-align: center;
  display: flex;
  border-radius: 1rem;
  flex-direction: column;
  padding: 2rem;
  background-color: whitesmoke;
}
.exclusive_property__header-highlights div i {
  font-size: 3rem;
  color: rgb(255, 88, 55);
  margin-bottom: 0.5rem;
}
.exclusive_property__header-highlights div span:nth-child(2) {
  font-size: 1.5rem;
  font-weight: 700;
}

.exclusive_property__header .price {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

.exclusive_property__header-swiper {
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .exclusive_property__header-swiper {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .exclusive_property__header-swiper {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .exclusive_property__header-swiper {
    height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .exclusive_property__header-swiper {
    height: 500px;
  }
}
.exclusive_property__header-swiper .img-pos-10 {
  transform: translateY(-10px);
}
.exclusive_property__header-swiper .img-pos-20 {
  transform: translateY(-20px);
}
.exclusive_property__header-swiper .img-pos-30 {
  transform: translateY(-30px);
}
.exclusive_property__header-swiper .img-pos-40 {
  transform: translateY(-40px);
}
.exclusive_property__header-swiper .img-pos-50 {
  transform: translateY(-50px);
}
.exclusive_property__header-swiper .img-pos-60 {
  transform: translateY(-60px);
}
.exclusive_property__header-swiper .img-pos-70 {
  transform: translateY(-70px);
}
.exclusive_property__header-swiper .img-pos-80 {
  transform: translateY(-80px);
}
.exclusive_property__header-swiper .img-pos-90 {
  transform: translateY(-90px);
}
.exclusive_property__header-swiper .img-pos-100 {
  transform: translateY(-100px);
}
.exclusive_property__header-swiper .img-pos-200 {
  transform: translateY(-200px);
}
.exclusive_property__header-swiper .img-pos-300 {
  transform: translateY(-300px);
}
.exclusive_property__header-swiper .img-pos-auto {
  transform: translateY(0);
}

.exclusive_property__header-title > div {
  padding: 0 1rem 0 0;
  background: white;
}
@media (min-width: 768px) {
  .exclusive_property__header-title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10%;
  }
}
@media only screen and (max-width: 767.98px) {
  .exclusive_property__header-title > div {
    width: unset;
    padding: unset;
    text-align: center;
  }
}

.exclusive_property__section {
  margin: 7rem 0;
}

.exclusive_property__body-info {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.exclusive_property__body-info * {
  color: white;
}
.exclusive_property__body-info > div:first-of-type {
  display: flex;
}
.exclusive_property__body-info > div:first-of-type > div:nth-child(1) {
  width: 100%;
  flex: 2;
}
.exclusive_property__body-info > div:first-of-type > div:nth-child(1) .swiper {
  border-radius: 1rem;
}
.exclusive_property__body-info > div:first-of-type > div:nth-child(1) img {
  height: 100%;
}
.exclusive_property__body-info > div:first-of-type > div:nth-child(2) {
  flex: 3;
}

.exclusive_property__body-info_content_content {
  flex: 2;
  padding-left: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .exclusive_property__body-info_content_content {
    padding: 0;
  }
}
.exclusive_property__body-info_content_content > div {
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid white;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.exclusive_property__body-info_content_content > div:last-of-type {
  margin-bottom: 0;
}
.exclusive_property__body-info_content_content > div :nth-child(1) {
  flex: 1;
  font-size: 2rem;
  display: grid;
  place-items: center;
}
.exclusive_property__body-info_content_content > div :nth-child(2) {
  flex: 6;
}
.exclusive_property__body-info_content_content > div:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: white;
  cursor: default;
}
.exclusive_property__body-info_content_content > div:hover * {
  color: rgb(255, 88, 55);
}

.exclusive_property__body-how p {
  padding: 0 6rem;
}

.exclusive_property__body-how--content {
  padding: 2rem;
  border: 1px solid #637d96;
  border-radius: 2rem;
}

.exclusive_property__body-facts {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.exclusive_property__body-facts * {
  color: white;
}
.exclusive_property__body-facts > div:first-of-type {
  display: flex;
}
.exclusive_property__body-facts > div:first-of-type > div:nth-child(1) {
  width: 100%;
  flex: 2;
}
.exclusive_property__body-facts > div:first-of-type > div:nth-child(1) .swiper {
  border-radius: 1rem;
}
.exclusive_property__body-facts > div:first-of-type > div:nth-child(1) img {
  height: 100%;
}
.exclusive_property__body-facts > div:first-of-type > div:nth-child(2) {
  flex: 3;
}

.exclusive_property__list-facts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  .exclusive_property__list-facts {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.exclusive_property__list-facts > div {
  display: flex;
  align-items: stretch;
}
.exclusive_property__list-facts > div div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
}
.exclusive_property__list-facts > div div:last-child {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
}

.exclusive_property__body-variant i {
  font-size: 6rem;
  color: lightgray;
  margin-bottom: 1rem;
}

.exclusive_property__body-variant--box {
  padding: 2rem;
  border-radius: 2rem;
  background: whitesmoke;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.exclusive_property__body-variant--box div:last-of-type {
  border-radius: 1rem;
  overflow: hidden;
}

.exclusive_property__body-visit .exclusive_property__body-visit--text,
.exclusive_property__body-plans .exclusive_property__body-visit--text {
  padding: 2rem;
  background: whitesmoke;
  border-radius: 1rem;
}
.exclusive_property__body-visit .exclusive_property__body-visit--video .post-video,
.exclusive_property__body-plans .exclusive_property__body-visit--video .post-video {
  aspect-ratio: 16/9;
  max-width: 650px;
}
.exclusive_property__body-visit .exclusive_property__body-visit--video .post-video img,
.exclusive_property__body-plans .exclusive_property__body-visit--video .post-video img {
  border-radius: 2rem;
}
.exclusive_property__body-visit .exclusive_property__body-plans--swiper > swiper-container,
.exclusive_property__body-plans .exclusive_property__body-plans--swiper > swiper-container {
  max-width: 800px;
  border-radius: 2rem;
}
.exclusive_property__body-visit .exclusive_property__body-plans--list,
.exclusive_property__body-plans .exclusive_property__body-plans--list {
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .exclusive_property__body-visit .exclusive_property__body-plans--list,
  .exclusive_property__body-plans .exclusive_property__body-plans--list {
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.exclusive_property__body-visit .exclusive_property__body-plans--list > div,
.exclusive_property__body-plans .exclusive_property__body-plans--list > div {
  flex: 1;
  background: whitesmoke;
  padding: 2.5rem 0 2rem 0;
  border-radius: 2rem;
}

.exclusive_property__body-price-buy * {
  color: white;
}
.exclusive_property__body-price-buy > div {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.exclusive_property__body-price-reconstruction * {
  color: rgb(58, 58, 58);
}
.exclusive_property__body-price-reconstruction > div {
  background: lightgray;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.exclusive_property__body-seller img {
  width: 200px;
  border-radius: 50%;
}

.exclusive_property__body-map iframe {
  border-radius: 1rem;
  overflow: hidden;
}

.energy {
  padding: 85px 0 20px 0;
}
.energy .energy-video a {
  width: 86px;
  height: 86px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
}
.energy .energy-video a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: rgb(255, 88, 55);
}
.energy .energy-video a:hover {
  background: rgb(255, 88, 55);
}
.energy .energy-video a:hover svg path {
  fill: #fff;
}
.energy .coop-advantage {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  gap: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .energy .coop-advantage {
    grid-template-columns: 1fr;
    grid-row: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .energy .coop-advantage {
    grid-template-columns: 1fr 1fr;
    grid-row: auto;
  }
}
.energy .coop-advantage-item {
  padding: 20px;
  border: 1px solid whitesmoke;
  border-radius: 1rem;
}
.energy .coop-advantage-item .icona {
  text-align: center;
}
.energy .coop-advantage-item .icona .stroke {
  stroke: rgb(96.25, 96.25, 96.25);
}
.energy .coop-advantage-item .icona .fill {
  fill: rgb(96.25, 96.25, 96.25);
}
.energy .coop-advantage-item h4 {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991.98px) {
  .energy .coop-advantage-item p {
    text-align: center;
  }
}

.watte-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  grid-template-areas: "area1 area2 area3" "area4 area5 area6" "area7 area8 area9" "area10 area11 area12";
}
@media only screen and (max-width: 767.98px) {
  .watte-table {
    grid-template-columns: 1fr 1.5fr 1.5fr;
  }
}
.watte-table .watte-table__content, .watte-table div:nth-child(12), .watte-table div:nth-child(11), .watte-table div:nth-child(10), .watte-table div:nth-child(9), .watte-table div:nth-child(8), .watte-table div:nth-child(7), .watte-table div:nth-child(6), .watte-table div:nth-child(5), .watte-table div:nth-child(4), .watte-table div:nth-child(3), .watte-table div:nth-child(2), .watte-table div:nth-child(1) {
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 767.98px) {
  .watte-table .watte-table__content, .watte-table div:nth-child(12), .watte-table div:nth-child(11), .watte-table div:nth-child(10), .watte-table div:nth-child(9), .watte-table div:nth-child(8), .watte-table div:nth-child(7), .watte-table div:nth-child(6), .watte-table div:nth-child(5), .watte-table div:nth-child(4), .watte-table div:nth-child(3), .watte-table div:nth-child(2), .watte-table div:nth-child(1) {
    font-size: 0.8rem;
  }
}
.watte-table div:nth-child(1) {
  grid-area: area1;
  background: rgb(233.5, 38.5275, 0);
}
.watte-table div:nth-child(2) {
  grid-area: area2;
  background: rgb(233.5, 38.5275, 0);
}
.watte-table div:nth-child(3) {
  grid-area: area3;
  background: rgb(233.5, 38.5275, 0);
}
.watte-table div:nth-child(4) {
  grid-area: area4;
  background: rgb(255, 88, 55);
}
.watte-table div:nth-child(5) {
  grid-area: area5;
  background: rgb(255, 151.8775, 131.5);
}
.watte-table div:nth-child(6) {
  grid-area: area6;
  background: rgb(255, 151.8775, 131.5);
}
.watte-table div:nth-child(7) {
  grid-area: area7;
  background: rgb(255, 88, 55);
}
.watte-table div:nth-child(8) {
  grid-area: area8;
  background: rgb(255, 151.8775, 131.5);
}
.watte-table div:nth-child(9) {
  grid-area: area9;
  background: rgb(255, 151.8775, 131.5);
}
.watte-table div:nth-child(10) {
  grid-area: area10;
  background: rgb(255, 88, 55);
}
.watte-table div:nth-child(11) {
  grid-area: area11;
  background: rgb(255, 151.8775, 131.5);
}
.watte-table div:nth-child(12) {
  grid-area: area12;
  background: rgb(255, 151.8775, 131.5);
}

.educate-ta {
  padding: 85px 0 20px 0;
}
.educate-ta iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.educate-ta .img-ta {
  border-radius: 10px;
  aspect-ratio: 16/9;
  width: 500px; /* Nastav požadovanou šířku */
  max-width: 100%; /* Obrázek nebude přesahovat rodiče */
  height: auto; /* Automaticky vypočítá výšku podle šířky */
}

.property-section-title, .property .property-content .property-detail__header,
.property .property-content .economy-header {
  padding: 0.5rem;
  background: whitesmoke;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.property-section-title h5, .property .property-content .property-detail__header h5,
.property .property-content .economy-header h5 {
  font-size: 1rem;
  color: rgb(58, 58, 58);
}

.property {
  padding: 85px 0 20px 0;
}
.property h6 {
  color: rgb(58, 58, 58);
}
.property .property-content {
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: 1.2fr 3fr 1fr;
  grid-template-rows: auto 30px 30px 45px auto auto auto;
  grid-template-areas: "head head head" "galery icons icons" "galery status status" "galery membership membership" "detail priceMap priceMap" "detail economy economy" "detail economy economy" "detail description urls" "detail map contact ";
}
@media only screen and (max-width: 1199.98px) {
  .property .property-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "head" "icons" "status" "membership" "priceMap" "economy" "galery" "detail" "map" "description" "urls" "contact";
  }
}
@media (min-width: 1400px) {
  .property .property-content {
    grid-template-rows: auto 30px 30px 65px auto auto auto;
  }
}
.property .property-content .property__galery {
  grid-area: galery;
  position: relative;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.property .property-content .property__galery img {
  border-radius: 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.property .property-content .property__galery span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: white;
}
.property .property-content .property__head {
  grid-area: head;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0;
  grid-template-areas: "head-title head-price" "head-location head-price";
}
@media only screen and (max-width: 1199.98px) {
  .property .property-content .property__head {
    grid-template-columns: 1fr;
    grid-template-areas: "head-title" "head-location" "head-price";
  }
}
.property .property-content .property__head .property__head-title {
  grid-area: head-title;
}
@media only screen and (max-width: 1199.98px) {
  .property .property-content .property__head .property__head-title {
    text-align: center;
  }
}
.property .property-content .property__head .property__head-title span {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(255, 88, 55);
}
.property .property-content .property__head .property__head-location {
  grid-area: head-location;
  margin-top: 3px;
}
@media only screen and (max-width: 1199.98px) {
  .property .property-content .property__head .property__head-location {
    text-align: center;
  }
}
.property .property-content .property__head .property__head-price {
  grid-area: head-price;
  display: flex;
  font-size: 2rem;
  color: rgb(255, 88, 55);
  font-weight: 700;
  justify-content: end;
}
@media only screen and (max-width: 1199.98px) {
  .property .property-content .property__head .property__head-price {
    justify-content: center;
    padding-top: 10px;
  }
}
.property .property-content .property__head .property__head-price .difference {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.property .property-content .property__head .property__head-price .difference span {
  color: rgb(58, 58, 58);
}
.property .property-content .property__head svg {
  margin-right: 5px;
  width: 20px;
  stroke: rgb(70.75, 70.75, 70.75);
}
.property .property-content .property__icons {
  grid-area: icons;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
@media only screen and (max-width: 1199.98px) {
  .property .property-content .property__icons {
    padding-bottom: 0.4rem;
  }
}
.property .property-content .property__status {
  grid-area: status;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.property .property-content .property__status div span:nth-child(2) {
  font-weight: 600;
}
.property .property-content .property__status .maked-by {
  display: flex;
  align-items: center;
}
.property .property-content .property__status .maked-by svg {
  width: 20px;
  stroke: rgb(70.75, 70.75, 70.75);
  margin-right: 5px;
}
.property .property-content .property__status .maked-by .property-maked-by-ai,
.property .property-content .property__status .maked-by .property-maked-by-human {
  color: rgb(70.75, 70.75, 70.75);
  display: flex;
  align-items: center;
  justify-content: start;
}
.property .property-content .property__status .maked-by .property-maked-by-ai .maked-by__text .text__percents,
.property .property-content .property__status .maked-by .property-maked-by-human .maked-by__text .text__percents {
  padding: 3px 5px;
  background: rgb(255, 88, 55);
  font-weight: 600;
  color: white;
  border-radius: 5px;
}
.property .property-content .property__membership {
  grid-area: membership;
}
.property .property-content .property__detail {
  grid-area: detail;
}
.property .property-content .property__detail .property-detail-item {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
}
.property .property-content .property__detail .property-detail-item .property-detail-item__icon {
  flex: 1;
}
.property .property-content .property__detail .property-detail-item .property-detail-item__icon span {
  color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  background: whitesmoke;
  border: 1px solid lightgray;
}
.property .property-content .property__detail .property-detail-item .property-detail-item__icon span i {
  font-size: 18px;
}
.property .property-content .property__detail .property-detail-item .property-detail-item__content {
  flex: 5;
  display: flex;
  flex-direction: column;
}
.property .property-content .property__detail .property-detail-item .property-detail-item__content div:first-child {
  font-size: 16px;
  font-weight: 700;
}
.property .property-content .property-detail__header,
.property .property-content .economy-header {
  display: flex;
  align-items: center;
}
.property .property-content .property-detail__header .beta-icon,
.property .property-content .economy-header .beta-icon {
  line-height: 1;
  margin-right: 1rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: white;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}
.property .property-content .property__economy {
  grid-area: economy;
  line-height: 2;
  position: relative;
}
.property .property-content .property__economy .non-public-offer-grid :nth-child(3n) {
  grid-column: 1/-1;
}
.property .property-content .property__economy .public-offer-grid,
.property .property-content .property__economy .non-public-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
@media only screen and (max-width: 991.98px) {
  .property .property-content .property__economy .public-offer-grid,
  .property .property-content .property__economy .non-public-offer-grid {
    grid-template-columns: 1fr;
  }
}
.property .property-content .property__economy .economy-row {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.property .property-content .property__economy .economy-row:hover {
  background: whitesmoke;
  border-radius: 5px;
}
.property .property-content .property__economy .economy-row:hover div:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.property .property-content .property__economy .economy-row:hover div:nth-child(2) div:nth-child(1) {
  color: rgb(255, 88, 55);
}
.property .property-content .property__economy .economy-block {
  padding: 5px;
}
.property .property-content .property__economy .economy-block .economy-block-title {
  font-weight: 600;
}
.property .property-content .property__economy .economy-block .economy-block-row {
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
}
.property .property-content .property__economy .economy-block .economy-block-row .economy-block-row-title {
  width: 55%;
}
.property .property-content .property__economy .economy-block .economy-block-row .economy-block-row-content {
  width: 45%;
  display: flex;
  justify-content: right;
  gap: 0.5rem;
}
.property .property-content .property__economy .economy-block .economy-block-row .economy-block-row-content div:nth-child(1) {
  flex: 1;
  text-align: right;
}
.property .property-content .property__economy .economy-block .economy-block-row .economy-block-row-content div:nth-child(2) {
  flex: 1;
  text-align: right;
}
.property .property-content .property__economy .economy-block .economy-block-row:hover {
  background: whitesmoke;
  border-radius: 5px;
}
.property .property-content .property__economy .economy-block .economy-block-row:hover div:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.property .property-content .property__economy .economy-block .economy-block-row:hover div:nth-child(2) div:nth-child(1) {
  color: rgb(255, 88, 55);
}
.property .property-content .property__economy .economy-block.highlight {
  color: rgb(255, 88, 55);
  border-radius: 8px;
  border: 1px solid rgb(255, 88, 55);
}
.property .property-content .property__economy .economy-block.highlight h6 {
  color: rgb(255, 88, 55);
}
.property .property-content .property__economy .chart-wrapper {
  height: 300px;
}
.property .property-content .property__economy .economy-graph canvas {
  width: 100%;
  height: 100%;
}
.property .property-content .property__economy .economy-interest {
  padding: 1rem;
  grid-area: interest;
  display: grid;
  place-items: center;
}
.property .property-content .property__economy .blur {
  filter: blur(5px);
}
.property .property-content .property__economy .blur-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  filter: blur(3px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.property .property-content .property__economy .blur-button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: blur(0);
}
.property .property-content .property__economy .result {
  font-weight: 600;
  color: rgb(255, 88, 55);
}
.property .property-content .property__contact {
  grid-area: contact;
}
.property .property-content .property__contact div:last-child {
  text-align: center;
}
.property .property-content .property__urls {
  grid-area: urls;
}
.property .property-content .property__urls .url__item {
  display: block;
  padding: 5px 0;
}
.property .property-content .property__urls .url__item-content {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.property .property-content .property__urls .url__item-content:hover {
  background: whitesmoke;
  border-radius: 5px;
}
.property .property-content .property__urls .url__item-content-col1 {
  display: flex;
  align-items: center;
}
.property .property-content .property__urls .url__item-content-col1 div:nth-child(1) {
  width: 20px;
  text-align: center;
}
.property .property-content .property__map {
  margin-top: 3rem;
  grid-area: map;
}
.property .property-content .property__description {
  grid-area: description;
}
.property .property-content .property__priceMap {
  grid-area: priceMap;
}
.property .property-content .property__priceMap-box {
  padding: 0.5rem;
}
.property .property-content .property__priceMap-logo-container {
  width: 90px;
}
.property .property-content .property__priceMap-logo {
  max-height: 35px;
  height: auto;
  object-fit: contain;
}
.property .property-content .property__priceMap-pdf {
  padding: 0.3rem 0.6rem;
  border-radius: 0.6rem;
  background: whitesmoke;
}
.property .property-content .chart-controls button {
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  border: none;
}
.property .property-content .chart-controls button.active {
  background: rgb(255, 88, 55);
  color: white;
}

.economy-estimates {
  display: flex;
  justify-content: space-between;
}
.economy-estimates .bar, .economy-estimates .economy-difficulty span, .economy-estimates .economy-confidence span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: lightgray;
}
@media only screen and (max-width: 1199.98px) {
  .economy-estimates {
    margin: 5px 0;
  }
}
.economy-estimates h6 {
  flex: 4;
}
.economy-estimates .economy-confidence {
  display: flex;
  align-items: center;
}
.economy-estimates .economy-confidence span:nth-child(2),
.economy-estimates .economy-confidence span:nth-child(4) {
  margin: 0 0.4rem;
}
.economy-estimates .economy-confidence.low span:nth-child(1) {
  background: #dc3545;
}
.economy-estimates .economy-confidence.below-average span:nth-child(1) {
  background: #fd7e14;
}
.economy-estimates .economy-confidence.below-average span:nth-child(2) {
  background: #fd7e14;
}
.economy-estimates .economy-confidence.average span:nth-child(1) {
  background: #ffc107;
}
.economy-estimates .economy-confidence.average span:nth-child(2) {
  background: #ffc107;
}
.economy-estimates .economy-confidence.average span:nth-child(3) {
  background: #ffc107;
}
.economy-estimates .economy-confidence.high span:nth-child(1) {
  background: #8bc34a;
}
.economy-estimates .economy-confidence.high span:nth-child(2) {
  background: #8bc34a;
}
.economy-estimates .economy-confidence.high span:nth-child(3) {
  background: #8bc34a;
}
.economy-estimates .economy-confidence.high span:nth-child(4) {
  background: #8bc34a;
}
.economy-estimates .economy-confidence.very-high span {
  background: #28a745;
}
.economy-estimates .economy-difficulty {
  display: flex;
  align-items: center;
}
.economy-estimates .economy-difficulty span:nth-child(2) {
  margin: 0 0.4rem;
}
.economy-estimates .economy-difficulty.low span:nth-child(1) {
  background: #28a745;
}
.economy-estimates .economy-difficulty.medium span:nth-child(1) {
  background: #ffc107;
}
.economy-estimates .economy-difficulty.medium span:nth-child(2) {
  background: #ffc107;
}
.economy-estimates .economy-difficulty.high span {
  background: #dc3545;
}

.audio,
.favorite {
  margin-right: 10px;
}
.audio a,
.favorite a {
  display: flex;
  align-items: center;
}
.audio a i,
.favorite a i {
  border-radius: 8px;
  border: 1px solid #E5E5EA;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  width: 30px;
  height: 30px;
  color: rgb(58, 58, 58);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio a:hover i,
.favorite a:hover i {
  color: rgb(96.25, 96.25, 96.25);
  font-weight: 700;
}
.audio a span,
.favorite a span {
  margin-left: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .audio a span,
  .favorite a span {
    display: none;
  }
}

.favorite {
  margin-right: 0;
}

.favorite a i {
  color: rgb(255, 88, 55);
}
.favorite a:hover i {
  color: rgb(255, 88, 55);
}

.detail-property_properties-nearby .owl-nearby__item {
  cursor: grab;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.detail-property_properties-nearby .owl-nearby__item-img {
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.detail-property_properties-nearby .owl-nearby__item-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-property_properties-nearby .owl-nearby__item-img:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.detail-property_properties-nearby .owl-nearby__item-description {
  line-height: 1.4;
}
.detail-property_properties-nearby .owl-nearby__item-price {
  cursor: pointer;
  color: rgb(255, 88, 55);
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  padding: 0.2rem;
  background: whitesmoke;
  border-radius: 0.5rem;
  margin-top: auto;
}
.detail-property_properties-nearby .owl-nearby__item-price span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.detail-property_properties-nearby .owl-nearby__item-price:hover span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.03);
  font-weight: 700;
}

.graf-vyvoje-ceny {
  position: relative;
}

.ms-item-1 {
  left: 29%;
}

.ms-item-2 {
  left: 66%;
}

.graf-vyvoje-ceny .membership-blur {
  position: absolute;
  top: 43%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  height: 210px;
  width: 300px;
  border: 1px solid lightgray;
  border-radius: 2rem;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}
.graf-vyvoje-ceny .membership-blur:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.1);
  border-color: rgb(255, 88, 55);
}
.graf-vyvoje-ceny .membership-blur:hover i {
  color: rgb(255, 88, 55);
  font-size: 2.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.graf-vyvoje-ceny .membership-blur i {
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}

.filter-footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .filter-footer {
    flex-direction: column;
  }
}

.credits-progress-bar-container {
  width: 100%;
  margin-right: 1rem;
}

.credits-progress-bar-visual {
  position: relative;
  width: 100%;
  background: whitesmoke;
  border-radius: 6px;
}
.credits-progress-bar-visual .banner {
  height: 1rem;
  background: #637d96;
  border-radius: 6px;
}
.credits-progress-bar-visual .banner-0 {
  width: 0%;
}
.credits-progress-bar-visual .banner-1 {
  width: 1%;
}
.credits-progress-bar-visual .banner-2 {
  width: 2%;
}
.credits-progress-bar-visual .banner-3 {
  width: 3%;
}
.credits-progress-bar-visual .banner-4 {
  width: 4%;
}
.credits-progress-bar-visual .banner-5 {
  width: 5%;
}
.credits-progress-bar-visual .banner-6 {
  width: 6%;
}
.credits-progress-bar-visual .banner-7 {
  width: 7%;
}
.credits-progress-bar-visual .banner-8 {
  width: 8%;
}
.credits-progress-bar-visual .banner-9 {
  width: 9%;
}
.credits-progress-bar-visual .banner-10 {
  width: 10%;
}
.credits-progress-bar-visual .banner-11 {
  width: 11%;
}
.credits-progress-bar-visual .banner-12 {
  width: 12%;
}
.credits-progress-bar-visual .banner-13 {
  width: 13%;
}
.credits-progress-bar-visual .banner-14 {
  width: 14%;
}
.credits-progress-bar-visual .banner-15 {
  width: 15%;
}
.credits-progress-bar-visual .banner-16 {
  width: 16%;
}
.credits-progress-bar-visual .banner-17 {
  width: 17%;
}
.credits-progress-bar-visual .banner-18 {
  width: 18%;
}
.credits-progress-bar-visual .banner-19 {
  width: 19%;
}
.credits-progress-bar-visual .banner-20 {
  width: 20%;
}
.credits-progress-bar-visual .banner-21 {
  width: 21%;
}
.credits-progress-bar-visual .banner-22 {
  width: 22%;
}
.credits-progress-bar-visual .banner-23 {
  width: 23%;
}
.credits-progress-bar-visual .banner-24 {
  width: 24%;
}
.credits-progress-bar-visual .banner-25 {
  width: 25%;
}
.credits-progress-bar-visual .banner-26 {
  width: 26%;
}
.credits-progress-bar-visual .banner-27 {
  width: 27%;
}
.credits-progress-bar-visual .banner-28 {
  width: 28%;
}
.credits-progress-bar-visual .banner-29 {
  width: 29%;
}
.credits-progress-bar-visual .banner-30 {
  width: 30%;
}
.credits-progress-bar-visual .banner-31 {
  width: 31%;
}
.credits-progress-bar-visual .banner-32 {
  width: 32%;
}
.credits-progress-bar-visual .banner-33 {
  width: 33%;
}
.credits-progress-bar-visual .banner-34 {
  width: 34%;
}
.credits-progress-bar-visual .banner-35 {
  width: 35%;
}
.credits-progress-bar-visual .banner-36 {
  width: 36%;
}
.credits-progress-bar-visual .banner-37 {
  width: 37%;
}
.credits-progress-bar-visual .banner-38 {
  width: 38%;
}
.credits-progress-bar-visual .banner-39 {
  width: 39%;
}
.credits-progress-bar-visual .banner-40 {
  width: 40%;
}
.credits-progress-bar-visual .banner-41 {
  width: 41%;
}
.credits-progress-bar-visual .banner-42 {
  width: 42%;
}
.credits-progress-bar-visual .banner-43 {
  width: 43%;
}
.credits-progress-bar-visual .banner-44 {
  width: 44%;
}
.credits-progress-bar-visual .banner-45 {
  width: 45%;
}
.credits-progress-bar-visual .banner-46 {
  width: 46%;
}
.credits-progress-bar-visual .banner-47 {
  width: 47%;
}
.credits-progress-bar-visual .banner-48 {
  width: 48%;
}
.credits-progress-bar-visual .banner-49 {
  width: 49%;
}
.credits-progress-bar-visual .banner-50 {
  width: 50%;
}
.credits-progress-bar-visual .banner-51 {
  width: 51%;
}
.credits-progress-bar-visual .banner-52 {
  width: 52%;
}
.credits-progress-bar-visual .banner-53 {
  width: 53%;
}
.credits-progress-bar-visual .banner-54 {
  width: 54%;
}
.credits-progress-bar-visual .banner-55 {
  width: 55%;
}
.credits-progress-bar-visual .banner-56 {
  width: 56%;
}
.credits-progress-bar-visual .banner-57 {
  width: 57%;
}
.credits-progress-bar-visual .banner-58 {
  width: 58%;
}
.credits-progress-bar-visual .banner-59 {
  width: 59%;
}
.credits-progress-bar-visual .banner-60 {
  width: 60%;
}
.credits-progress-bar-visual .banner-61 {
  width: 61%;
}
.credits-progress-bar-visual .banner-62 {
  width: 62%;
}
.credits-progress-bar-visual .banner-63 {
  width: 63%;
}
.credits-progress-bar-visual .banner-64 {
  width: 64%;
}
.credits-progress-bar-visual .banner-65 {
  width: 65%;
}
.credits-progress-bar-visual .banner-66 {
  width: 66%;
}
.credits-progress-bar-visual .banner-67 {
  width: 67%;
}
.credits-progress-bar-visual .banner-68 {
  width: 68%;
}
.credits-progress-bar-visual .banner-69 {
  width: 69%;
}
.credits-progress-bar-visual .banner-70 {
  width: 70%;
}
.credits-progress-bar-visual .banner-71 {
  width: 71%;
}
.credits-progress-bar-visual .banner-72 {
  width: 72%;
}
.credits-progress-bar-visual .banner-73 {
  width: 73%;
}
.credits-progress-bar-visual .banner-74 {
  width: 74%;
}
.credits-progress-bar-visual .banner-75 {
  width: 75%;
}
.credits-progress-bar-visual .banner-76 {
  width: 76%;
}
.credits-progress-bar-visual .banner-77 {
  width: 77%;
}
.credits-progress-bar-visual .banner-78 {
  width: 78%;
}
.credits-progress-bar-visual .banner-79 {
  width: 79%;
}
.credits-progress-bar-visual .banner-80 {
  width: 80%;
}
.credits-progress-bar-visual .banner-81 {
  width: 81%;
}
.credits-progress-bar-visual .banner-82 {
  width: 82%;
}
.credits-progress-bar-visual .banner-83 {
  width: 83%;
}
.credits-progress-bar-visual .banner-84 {
  width: 84%;
}
.credits-progress-bar-visual .banner-85 {
  width: 85%;
}
.credits-progress-bar-visual .banner-86 {
  width: 86%;
}
.credits-progress-bar-visual .banner-87 {
  width: 87%;
}
.credits-progress-bar-visual .banner-88 {
  width: 88%;
}
.credits-progress-bar-visual .banner-89 {
  width: 89%;
}
.credits-progress-bar-visual .banner-90 {
  width: 90%;
}
.credits-progress-bar-visual .banner-91 {
  width: 91%;
}
.credits-progress-bar-visual .banner-92 {
  width: 92%;
}
.credits-progress-bar-visual .banner-93 {
  width: 93%;
}
.credits-progress-bar-visual .banner-94 {
  width: 94%;
}
.credits-progress-bar-visual .banner-95 {
  width: 95%;
}
.credits-progress-bar-visual .banner-96 {
  width: 96%;
}
.credits-progress-bar-visual .banner-97 {
  width: 97%;
}
.credits-progress-bar-visual .banner-98 {
  width: 98%;
}
.credits-progress-bar-visual .banner-99 {
  width: 99%;
}
.credits-progress-bar-visual .banner-100 {
  width: 100%;
}
.credits-progress-bar-visual .banner-bg-0 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-1 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-2 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-3 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-4 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-5 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-6 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-7 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-8 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-9 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-10 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-11 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-12 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-13 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-14 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-15 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-16 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-17 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-18 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-19 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-20 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-21 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-22 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-23 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-24 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-25 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-26 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-27 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-28 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-29 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-30 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-31 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-32 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-33 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-34 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-35 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-36 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-37 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-38 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-39 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-40 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-41 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-42 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-43 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-44 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-45 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-46 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-47 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-48 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-49 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-50 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-51 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-52 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-53 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-54 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-55 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-56 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-57 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-58 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-59 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-60 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-61 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-62 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-63 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-64 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-65 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-66 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-67 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-68 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-69 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-70 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-71 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-72 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-73 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-74 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-75 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-76 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-77 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-78 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-79 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-80 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-81 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-82 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-83 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-84 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-85 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-86 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-87 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-88 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-89 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-90 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-91 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-92 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-93 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-94 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-95 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-96 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-97 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-98 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-99 {
  background: #637d96;
}
.credits-progress-bar-visual .banner-bg-100 {
  background: #637d96;
}

.credits-filter-info {
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .credits-filter-info {
    justify-content: center;
  }
}

@media only screen and (max-width: 991.98px) {
  .filter-button-container > button {
    width: 100%;
    margin-top: 1rem;
  }
}

.credits-filter-info-item {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: whitesmoke;
  margin-right: 1rem;
  position: relative;
}
.credits-filter-info-item > [membership=bronze] i:first-child {
  font-size: 1.5rem;
}
.credits-filter-info-item > [membership=bronze] i:last-child {
  font-size: 1rem;
}
.credits-filter-info-item > [membership=silver] i:first-child {
  font-size: 1.5rem;
}
.credits-filter-info-item > [membership=silver] i:last-child {
  font-size: 1rem;
}
.credits-filter-info-item > [membership=gold] i:first-child {
  font-size: 1.5rem;
}
.credits-filter-info-item > [membership=gold] i:last-child {
  font-size: 1rem;
}

.credits-filter-info-item-heading {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid lightgray;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 0.6rem;
  text-wrap: nowrap;
}

.filter-form-container,
.filter-form-sorting {
  position: relative;
  padding: 1rem;
}

.dashboardcode-bsmultiselect {
  position: relative;
}

.dashboardcode-bsmultiselect:after {
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.fa-info-circle {
  color: lightgray;
}

.properties {
  padding: 85px 0 20px 0;
}

.property-header-public {
  display: grid;
  grid-template-rows: auto;
  text-align: center;
  margin-bottom: 5px;
  background: whitesmoke;
  padding: 10px;
  border-radius: 8px;
  grid-template-columns: 152px 3fr 1fr 1fr 1fr 2fr;
  gap: 0 1rem;
}

.property-item-grid__public {
  display: grid;
  width: 100%;
  padding: 10px;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
  gap: 0 1rem;
  grid-template-columns: 152px 3fr 1fr 1fr 1fr 2fr;
  grid-template-rows: 1fr 0.7fr 0.7fr 1fr;
  grid-template-areas: "image name name name name icons" "image address price-change listing-num p-area holding" "image date price-change listing-num p-area holding" "image labels labels labels price price";
}
@media (min-width: 1200px) {
  .property-item-grid__public {
    font-size: 1rem;
  }
}
.property-item-grid__public h5 {
  font-size: 0.9rem;
  line-height: 1.1;
  color: rgb(58, 58, 58);
}
@media only screen and (max-width: 1199.98px) {
  .property-item-grid__public {
    grid-template-columns: 152px 1fr;
    grid-template-rows: 1rem 2rem repeat(2, 3.5rem) repeat(3, 2rem) 3rem;
    grid-template-areas: "name name" "address address" "image p-area" "image holding" "labels date" "labels listing-num" "icons price-change" "price price";
  }
}
.property-item-grid__public:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: whitesmoke;
}
.property-item-grid__public:hover .public-offer,
.property-item-grid__public:hover .pig__labels span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.property-item-grid__public:hover .pig__image img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in; /* Délka a styl přechodu */
}

.property-header {
  display: grid;
  grid-template-rows: auto;
  text-align: center;
  margin-bottom: 5px;
  background: whitesmoke;
  padding: 10px;
  border-radius: 8px;
  grid-template-columns: 152px 2fr 1fr 1fr 2fr;
  gap: 0 1rem;
}

.property-item-grid {
  display: grid;
  width: 100%;
  padding: 10px;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
  gap: 0 1rem;
  grid-template-columns: 152px 2fr 1fr 1fr 2fr;
  grid-template-rows: 1fr 0.7fr 0.7fr 1fr;
  grid-template-areas: "image name name name icons" "image address p-area m-area holding" "image date p-area m-area holding" "image labels labels labels price";
}
@media (min-width: 1200px) {
  .property-item-grid {
    font-size: 1rem;
  }
}
.property-item-grid h5 {
  font-size: 0.9rem;
  line-height: 1.1;
  color: rgb(58, 58, 58);
}
@media only screen and (max-width: 1199.98px) {
  .property-item-grid {
    grid-template-columns: 152px 1fr;
    grid-template-rows: 1rem 2rem 7rem 2rem 3.5rem 2rem 3rem;
    grid-template-areas: "name name" "address address" "image holding" "labels date" "labels p-area" "icons m-area" "price price";
    gap: 0 1rem;
  }
}
.property-item-grid:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: whitesmoke;
  border-radius: 8px;
}
.property-item-grid:hover .public-offer,
.property-item-grid:hover .pig__labels span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}

.pig__name {
  grid-area: name;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
}

.pig__address {
  grid-area: address;
  width: 100%;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pig__image {
  grid-area: image;
  position: relative;
  width: 100%;
  max-width: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.pig__image.non_public {
  padding: 3px;
  position: relative;
  background: linear-gradient(45deg, #fd920c, #fd275d); /* Apply gradient */
}
.pig__image a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.pig__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/11;
  transform: scale(1); /* Výchozí stav */
  transition: transform 0.3s ease-out; /* Délka a styl přechodu */
  object-fit: cover;
}
@media (min-width: 1200px) {
  .pig__image img {
    aspect-ratio: 16/13;
  }
}

.pig__date {
  grid-area: date;
}
@media only screen and (max-width: 1199.98px) {
  .pig__date {
    border-bottom: 1px solid lightgray;
  }
}

.pig__list-icons {
  grid-area: icons;
  display: flex;
  gap: 0.5rem;
  justify-content: end;
}
@media only screen and (max-width: 1199.98px) {
  .pig__list-icons {
    justify-content: start;
  }
}
.pig__list-icons i {
  color: rgb(255, 88, 55);
  border-radius: 8px;
  border: 1px solid #E5E5EA;
  padding-left: 8px;
  padding-right: 8px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pig__labels {
  grid-area: labels;
  display: flex;
  flex-wrap: wrap; /* Umožní přetékání na další řádek */
  gap: 0.5rem; /* Mezera mezi řádky i mezi prvky na stejném řádku */
  align-items: flex-start;
  height: fit-content;
}

.pig__labels span {
  width: fit-content;
  padding: 2px 4px;
  background: whitesmoke;
  border-radius: 3px;
  font-weight: 700;
  height: fit-content;
}

.pig__area {
  grid-area: p-area;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .pig__area {
    border-bottom: 1px solid lightgray;
  }
}

.pig__holding {
  grid-area: holding;
}
.pig__holding h6 {
  color: rgb(58, 58, 58);
}
@media only screen and (max-width: 1199.98px) {
  .pig__holding {
    border-bottom: 1px solid lightgray;
  }
}

.pig__price {
  grid-area: price;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 1199.98px) {
  .pig__price {
    justify-content: center;
    padding-top: 10px;
  }
}

.pig__market-estimate {
  grid-area: market-estimate;
}
@media only screen and (max-width: 1199.98px) {
  .pig__market-estimate {
    border-bottom: 1px solid lightgray;
  }
}

.pig__market-area {
  grid-area: m-area;
}
@media only screen and (max-width: 1199.98px) {
  .pig__market-area {
    border-bottom: 1px solid lightgray;
  }
}

.pig__price-change {
  grid-area: price-change;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
}
@media only screen and (max-width: 1199.98px) {
  .pig__price-change {
    border-bottom: 1px solid lightgray;
  }
}

.pig__listing-num {
  grid-area: listing-num;
}
@media only screen and (max-width: 1199.98px) {
  .pig__listing-num {
    border-bottom: 1px solid lightgray;
  }
}

.filter-select {
  width: inherit;
}
.filter-select .nice-select {
  font-size: 0.7rem;
  font-weight: 400;
  padding: 2px 16px 2px 8px;
  border-radius: 5px;
  background: whitesmoke;
}
.filter-select .nice-select:after {
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  content: "";
  height: 5px;
  width: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.filter-select .nice-select .list {
  width: auto;
  font-size: 0.7rem;
}
.filter-select .nice-select .option {
  min-height: 0;
  line-height: 20px;
  padding: 3px 10px 3px 10px;
}

.non-public-offer,
.public-offer {
  width: fit-content;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .non-public-offer > span,
  .public-offer > span {
    font-size: 0.6rem;
  }
}

.non-public-offer {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: white;
}

.public-offer {
  background: whitesmoke;
  color: gray;
}

.property-item {
  border-bottom: 1px dotted lightgray;
  margin-bottom: 5px;
}

.property-item-grid__col-name {
  padding: 2px 6px;
  background-color: whitesmoke;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-bottom: 3px;
  font-size: 0.6rem;
}
.property-item-grid__col-name sup {
  font-size: 0.5rem;
}

.flat-featured .box {
  width: calc(25% - 30px);
  margin-left: 30px;
}
.flat-featured .box img {
  border-radius: 10px;
}
.flat-featured.home2 .flat-tabs .box-tab {
  margin-bottom: 45px;
}
.flat-featured.home2 .box {
  width: 100%;
  margin-left: 0;
}
.flat-featured.home2 .flat-tabs:hover .owl-stage-outer::after,
.flat-featured.home2 .flat-tabs:hover .owl-stage-outer::before {
  display: none;
}
.flat-featured .flat-tabs .box-tab {
  margin-bottom: 48px;
}
.flat-featured .flat-tabs .tab-title li {
  position: relative;
  line-height: 24px;
  margin-right: 12.7px;
  padding-bottom: 5px;
  cursor: pointer;
  padding: 8px 14px 8px 14px;
  box-shadow: 0px 4px 18px 0px rgba(66, 71, 76, 0.1019607843);
}
.flat-featured .flat-tabs .tab-title li h5 {
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-featured .flat-tabs .tab-title li:hover h5, .flat-featured .flat-tabs .tab-title li.active h5 {
  font-weight: 600;
  color: #005e34;
}
.flat-featured .flat-tabs .tab-title li:last-child {
  margin-right: 0;
}
.flat-featured .wrap-item {
  position: relative;
  margin-left: -30px;
  flex-wrap: wrap;
}
.flat-featured .owl-carousel .owl-stage-outer {
  margin: -5px;
  padding: 5px;
}
.flat-featured .box-dream {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 4px 26px 0px whitesmoke;
  padding: 17px 17px 16px 17px;
  border-radius: 16px;
  margin-bottom: 15px;
}
.flat-featured .status-fresh .image-group {
  position: relative;
  border-radius: 16px;
}
.flat-featured .status-fresh .image-group img {
  width: 100%;
}
.flat-featured .status-fresh .image-group::before {
  border-radius: 16px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 83, 22, 0.65);
  mix-blend-mode: color;
  pointer-events: none;
  z-index: 2;
}
.flat-featured .status-sold img {
  width: 100%;
  filter: grayscale(100%);
}
.flat-featured .content .property__name {
  margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(58, 58, 58);
}
.flat-featured .content .property__address p {
  margin: 5px 0;
}
.flat-featured .content .property__address p::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 500;
  color: rgb(70.75, 70.75, 70.75);
  margin-right: 10px;
}
.flat-featured .content .property__value {
  text-align: right;
  color: rgb(255, 88, 55);
  font-size: 1.2rem;
  font-weight: 700;
}
.flat-featured .text-address {
  margin-bottom: 21px;
}
.flat-featured .text-address p {
  color: #120A21;
}
.flat-featured .text-address p::before {
  content: "\f279";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #8E8E93;
}
.flat-featured .money {
  margin-top: 15px;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Sen", sans-serif;
  color: rgb(255, 88, 55);
}
.flat-featured .icon-box {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.flat-featured .icons {
  margin-right: 18px;
}
.flat-featured .icons::before {
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 500;
  margin-right: 4px;
}
.flat-featured .icons.icon-1::before {
  content: "\e902";
}
.flat-featured .icons.icon-2::before {
  content: "\e901";
}
.flat-featured .icons.icon-3::before {
  content: "\e900";
}
.flat-featured .icons.icon-4::before {
  content: "\e904";
  color: rgb(58, 58, 58);
}
.flat-featured .icons span:nth-child(1) {
  margin-right: 4px;
}
.flat-featured .days-box .compare::before {
  content: "+";
  color: rgb(255, 88, 55);
  margin-right: 3px;
}
.flat-featured .icon-bookmark {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  border-top: 38px solid #FFF5E0;
  border-left: 38px solid transparent;
  border-radius: 0 10px;
}
.flat-featured .icon-bookmark i {
  z-index: 999;
  top: 0;
  right: 0;
  position: absolute;
  margin-top: -32px;
  margin-right: 5px;
  color: rgb(255, 88, 55);
  font-size: 12px;
}
.flat-featured .icon-plus {
  position: absolute;
}
.flat-featured .featured {
  line-height: normal;
  position: absolute;
  top: 13px;
  left: -6px;
  padding: 1px 1px 1px 8px;
  text-transform: capitalize;
  color: #fff;
  z-index: 9;
  background-color: rgb(255, 88, 55);
  height: 20px;
}
.flat-featured .featured::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 6px solid rgb(255, 88, 55);
  border-left: 6px solid transparent;
}
.flat-featured .featured::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  right: -10px;
  width: 50%;
  height: 101%;
  background: rgb(255, 88, 55);
  clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0% 100%, 0 50%, 0% 0%);
  z-index: -1;
}
.flat-featured .featured.style {
  background-color: #6E55FF;
  top: 38px;
}
.flat-featured .featured.style::before {
  border-top: 6px solid #6E55FF;
  border-left: 6px solid transparent;
}
.flat-featured .featured.style::after {
  background: #6E55FF;
}

.property-item--buyouts {
  border-radius: 1rem;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.property-item-grid--buyouts {
  display: grid;
  grid-template-columns: 220px 1fr 180px;
  gap: 2rem;
  grid-template-rows: 1fr;
  grid-template-areas: none;
  background: whitesmoke;
}
.property-item-grid--buyouts:hover {
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .property-item-grid--buyouts {
    gap: 0rem;
    grid-template-columns: 1fr;
  }
}

/* LEVÝ SLOUPEC */
.buyouts-card__left .pig__image {
  overflow: hidden;
  margin: 0 auto;
}
.buyouts-card__left .pig__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.buyouts-card__left .buyouts-card__person {
  margin-top: 1rem;
  text-align: center;
}
.buyouts-card__left .buyouts-card__name {
  font-weight: 700;
  font-size: 1.25rem;
}
.buyouts-card__left .buyouts-card__role {
  color: #6f6f6f;
  font-size: 0.95rem;
}

/* STŘEDNÍ SLOUPEC */
.buyouts-card__middle {
  padding-top: 0.25rem;
}

.buyouts-card__title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 991.98px) {
  .buyouts-card__title {
    font-size: 1.5rem;
  }
}

.buyouts-card__subtitle {
  font-size: 1.15rem;
  color: #6f6f6f;
}
@media only screen and (max-width: 991.98px) {
  .buyouts-card__subtitle {
    font-size: 1rem;
  }
}

.buyouts-card__text {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.98px) {
  .buyouts-card__text {
    font-size: 0.9rem;
  }
}

/* DIVIDER */
.buyouts-card__divider {
  width: 75%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 0.7rem 0;
}
@media only screen and (max-width: 991.98px) {
  .buyouts-card__divider {
    width: 100%;
  }
}

/* PRAVÝ SLOUPEC (CTA) */
.buyouts-card__right {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991.98px) {
  .buyouts-card__right {
    justify-content: flex-end;
    margin-top: 1rem;
  }
}

.buyouts-card__cta {
  display: inline-block;
}

.tip-academy {
  padding: 85px 0 20px 0;
}

/* LEKCE */
.tip-academy-lection {
  padding: 85px 0 20px 0;
}

.tip-academy-lection .video-box {
  margin-bottom: 20px;
}

.tip-academy-lection .list-lekce {
  padding: 0 25px 0 25px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.tip-academy-lection .list-lekce .list-nadpis {
  font-family: "Sen", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.tip-academy-lection .list-lekce .lekce {
  border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 8px;
  background: #f4f4f4;
  display: flex;
  justify-content: space-between;
}

.tip-academy-lection .list-lekce .lekce i {
  color: #aaaaaa;
  font-size: 0.8rem !important;
  margin-right: 5px;
}

.tip-academy-lection .list-lekce .done {
  background: rgb(255, 88, 55);
  color: white;
  font-weight: 500;
}

.tip-academy-lection .list-lekce .done i {
  color: #ffffff;
}

.tip-academy-lection .list-lekce .active {
  background: rgb(255, 151.8775, 131.5);
}

.tip-academy-lection .list-lekce .active i {
  color: rgb(255, 88, 55);
}

.tip-academy-lection .absolvovano {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}

.tip-academy-lection .absolvovano .lekce {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  width: 40%;
  border: 1px solid rgb(255, 66.7075, 29.5);
  border-radius: 8px;
  margin-bottom: 15px;
}

.tip-academy-lection .absolvovano label {
  cursor: pointer;
}

.tip-academy-lection .absolvovano input[type=checkbox] {
  display: none;
}

.tip-academy-lection .absolvovano .btn-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #E5E5EA;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

.tip-academy-lection .absolvovano .btn-checkbox::after {
  display: none;
}

.tip-academy-lection .absolvovano input[type=checkbox]:checked + .btn-checkbox::after {
  display: flex; /* Added */
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  content: "\f00c";
  background-color: rgb(255, 66.7075, 29.5);
  align-items: center; /* Added */
  justify-content: center; /* Added */
}

.tip-academy-lection .prilohy div {
  display: flex;
  margin-bottom: 8px;
}

.tip-academy-lection .prilohy div .soubor {
  align-items: center;
  flex: 5;
}

.tip-academy-lection .prilohy div .soubor i {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.5rem;
  color: gray;
}

.tip-academy-lection .prilohy div .popis {
  flex: 10;
}

@media only screen and (max-width: 767.98px) {
  .tip-academy-lection .absolvovano .lekce {
    width: 80%;
  }
  .tip-academy-lection .prilohy div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .tip-academy-lection .prilohy div .soubor {
    flex: 12;
  }
  .tip-academy-lection .prilohy div .soubor i {
    font-size: 1.5rem;
    color: gray;
  }
  .tip-academy-lection .prilohy div .popis {
    text-align: left;
    flex: 12;
  }
}
.educations {
  padding: 85px 0 20px 0;
}
.educations h4 {
  text-align: center;
  color: rgb(58, 58, 58);
  margin-bottom: 15px;
}
.educations .educations-item {
  padding: 1rem;
}
.educations .educations-item .item {
  aspect-ratio: 16/9;
  display: flex;
  padding: 10px;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  overflow: hidden;
}
.educations .educations-item .item svg {
  padding: 50px 0;
  width: 80px;
  stroke: white;
}
.educations .educations-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.educations .educations-item .item:hover {
  cursor: pointer;
}
.educations .educations-item p {
  padding: 20px 0 0 0;
  text-align: center;
}
.educations .educations-item:hover {
  background: whitesmoke;
  border-radius: 1rem;
}
.educations .education-card {
  border-radius: 10px;
  color: white;
  padding: 1rem;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  position: relative;
}
.educations .education-card h4, .educations .education-card p, .educations .education-card ul {
  color: white;
}
.educations .education-card p {
  width: 80%;
}
.educations .education-card img {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 240px;
  transition: all 0.5s ease-in-out;
}
.educations .education-card:hover img {
  height: 250px;
  transition: all 0.5s ease;
}
.educations .education-card ul {
  list-style: none;
  padding-left: 0;
}
.educations .education-card ul li {
  position: relative;
  padding-left: 30px;
}
.educations .education-card ul li::before {
  content: "\f058"; /* Unicode ikony FontAwesome */
  font-family: "Font Awesome 5 Pro"; /* Ujistěte se, že FontAwesome je správně načtený */
  font-size: 18px;
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .educations .education-card .sc-button {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
  }
}
.educations .education-section {
  border-radius: 10px;
  color: white;
  padding: 1rem;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  position: relative;
}
.educations .education-section h4, .educations .education-section p, .educations .education-section ul {
  color: white;
}
.educations .education-section p {
  width: 80%;
}
@media only screen and (max-width: 991.98px) {
  .educations .education-section .sc-button {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
  }
}
.educations .education-section__new {
  background: white;
  color: rgb(255, 88, 55);
  padding: 0.3rem 0.5rem;
  border-radius: 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  margin-left: 0.6rem;
}
.educations .education-slider .item {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  border-radius: 2rem;
  text-align: center; /* Centrování obsahu */
}
.educations .education-slider .item span:nth-child(2) {
  position: absolute;
  color: white;
  bottom: 2.8rem;
  left: 1.5rem;
  font-weight: 700;
}
.educations .education-slider .item span:nth-child(3) {
  position: absolute;
  color: white;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 0.8rem;
}
.educations .education-slider .item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/11;
  border-radius: 2rem;
  transition: transform 0.3s ease;
}
.educations .education-slider .item img:hover {
  transform: scale(1.05);
}
.educations .education-slider .owl-nav {
  display: none;
}

.membership-border, .memberships .inside .inside__content .membership__content .row__benefit .col_2, .memberships .inside .inside__content .membership__content .row__benefit .col_1, .memberships .inside .inside__content .membership__content .row__benefit .col_0, .memberships .inside .inside__content .membership__content .row__benefit .col_name, .memberships .inside .inside__content .membership__content .row__head .col_2, .memberships .inside .inside__content .membership__content .row__head .col_1, .memberships .inside .inside__content .membership__content .row__head .col_0, .memberships .inside .inside__content .membership__content .row__head .col_name {
  border-right: 2px solid white;
}

.membership-border-top, .memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_item {
  border-top: 2px solid white;
}

.memberships {
  padding: 85px 0 20px 0;
}
.memberships .advantage .advantage__item {
  padding: 20px;
  border: 1px solid lightgray;
  margin: 0 5px 0 5px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.memberships .advantage .advantage__item .advantage__TOP {
  display: none;
}
.memberships .advantage .advantage__item .advantage__item-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-1,
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2,
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3,
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 {
  padding-top: 5px;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-1 svg,
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2 svg,
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3 svg,
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 svg {
  width: 25px;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-1 svg path:nth-of-type(1) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-1 svg path:nth-of-type(2) {
  stroke: lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-1 svg path:nth-of-type(3) {
  stroke: lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-1 svg path:nth-of-type(4) {
  stroke: lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2 svg {
  width: 25px;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2 svg path:nth-of-type(1) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2 svg path:nth-of-type(2) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2 svg path:nth-of-type(3) {
  stroke: lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-2 svg path:nth-of-type(4) {
  stroke: lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3 svg {
  width: 25px;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3 svg path:nth-of-type(1) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3 svg path:nth-of-type(2) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3 svg path:nth-of-type(3) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-3 svg path:nth-of-type(4) {
  stroke: lightgray;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 svg {
  width: 25px;
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 svg path:nth-of-type(1) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 svg path:nth-of-type(2) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 svg path:nth-of-type(3) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__icon-4 svg path:nth-of-type(4) {
  stroke: rgb(255, 88, 55);
  fill: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-head .head__name {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 0;
  color: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-content {
  font-size: 0.8rem;
  border-bottom: 1px solid lightgray;
  padding: 10px 0;
}
.memberships .advantage .advantage__item .advantage__item-content .content__item {
  display: flex;
}
.memberships .advantage .advantage__item .advantage__item-content .content__item .item__icon {
  flex: 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.memberships .advantage .advantage__item .advantage__item-content .content__item .item__text {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memberships .advantage .advantage__item .advantage__item-content .content__item .item__text a {
  font-weight: 500;
  color: rgb(255, 88, 55);
}
.memberships .advantage .advantage__item .advantage__item-content .content__item .item__text a:hover {
  color: rgb(255, 151.8775, 131.5);
}
.memberships .advantage .advantage__item .advantage__item-footer {
  padding-top: 10px;
}
.memberships .advantage .advantage__item .advantage__item-footer .footer__price {
  text-align: left;
}
.memberships .advantage .advantage__item .advantage__item-footer .footer__price .price-value-original {
  font-size: 0.9rem;
  text-decoration: line-through;
}
.memberships .advantage .advantage__item .advantage__item-footer .footer__price .price-value {
  font-weight: 700;
  font-size: 1.4rem;
}
.memberships .advantage .advantage__item .advantage__item-footer .footer__price .price-per {
  font-size: 0.7rem;
}
.memberships .advantage .advantage__item .advantage__item-footer .sc-button {
  margin-top: 10px;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  padding: 6px 20px;
}
.memberships .advantage .advantage__item:hover {
  border: 1px solid rgb(255, 151.8775, 131.5);
  box-shadow: 0 0 5px rgb(255, 151.8775, 131.5);
  transition: box-shadow 0.3s ease, border 0.3s ease;
  background: #f8f8f8;
}
.memberships .advantage .advantage__top {
  border: 1px solid rgb(255, 88, 55);
  box-shadow: 0 0 5px rgb(255, 88, 55);
}
.memberships .advantage .advantage__top .advantage__TOP {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  position: absolute;
  border-radius: 8px;
  padding: 4px;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: white;
  width: 70%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.memberships .inside {
  width: 80%;
  background: whitesmoke;
  border-radius: 16px;
  margin: 0 auto;
}
@media only screen and (max-width: 575.98px) {
  .memberships .inside {
    width: 90%;
  }
}
.memberships .inside .inside__content {
  padding: 50px;
}
.memberships .inside .inside__content svg {
  margin: 0 auto;
  display: block;
  width: 50px;
}
.memberships .inside .inside__content svg path, .memberships .inside .inside__content svg circle, .memberships .inside .inside__content svg ellipse {
  stroke: rgb(255, 66.7075, 29.5);
}
.memberships .inside .inside__content h4 {
  color: rgb(96.25, 96.25, 96.25);
  margin-bottom: 15px;
}
.memberships .inside .inside__content span {
  color: rgb(255, 88, 55);
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  .memberships .inside .inside__content {
    padding: 20px;
  }
}
.memberships .inside .inside__content .membership__content {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .memberships .inside .inside__content .membership__content {
    display: block;
  }
}
.memberships .inside .inside__content .membership__content .yes, .memberships .inside .inside__content .membership__content .no {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
}
.memberships .inside .inside__content .membership__content .no::after {
  content: "\f057";
  color: lightgray;
}
.memberships .inside .inside__content .membership__content .yes::after {
  content: "\f058";
  color: rgb(255, 88, 55);
}
.memberships .inside .inside__content .membership__content .row__head {
  display: flex;
  border-bottom: 3px solid white;
  font-weight: 700;
}
.memberships .inside .inside__content .membership__content .row__head .col_name {
  flex: 2;
  text-align: left;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content .row__head .col_0 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content .row__head .col_1 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content .row__head .col_2 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content .row__head .col_3 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content .row__benefit {
  display: flex;
}
.memberships .inside .inside__content .membership__content .row__benefit:last-child {
  border-top: 3px solid white;
}
.memberships .inside .inside__content .membership__content .row__benefit .col_name {
  flex: 2;
  text-align: left;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content .row__benefit .col_0 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
}
.memberships .inside .inside__content .membership__content .row__benefit .col_1 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
}
.memberships .inside .inside__content .membership__content .row__benefit .col_2 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
}
.memberships .inside .inside__content .membership__content .row__benefit .col_3 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
}
.memberships .inside .inside__content .membership__content button {
  margin-top: 5px;
}
.memberships .inside .inside__content .membership__content-mobile {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .memberships .inside .inside__content .membership__content-mobile {
    display: block;
  }
}
.memberships .inside .inside__content .membership__content-mobile .yes, .memberships .inside .inside__content .membership__content-mobile .no {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
}
.memberships .inside .inside__content .membership__content-mobile .no::after {
  content: "\f057";
  color: lightgray;
}
.memberships .inside .inside__content .membership__content-mobile .yes::after {
  content: "\f058";
  color: rgb(255, 88, 55);
}
.memberships .inside .inside__content .membership__content-mobile .row__head {
  display: flex;
  gap: 1rem;
  font-weight: 700;
}
.memberships .inside .inside__content .membership__content-mobile .row__head .col_0 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content-mobile .row__head .col_1 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content-mobile .row__head .col_2 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content-mobile .row__head .col_3 {
  flex: 1;
  padding: 0.5rem;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit {
  display: flex;
  gap: 1rem;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit {
  display: flex;
  flex-direction: column;
  flex: 4;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_item {
  padding: 8px 0;
  flex: 4;
  color: rgb(58, 58, 58);
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_value {
  display: flex;
  gap: 0.8rem;
  padding-bottom: 10px;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_value .col_0 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
  background: white;
  border-radius: 5px;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_value .col_1 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
  background: white;
  border-radius: 5px;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_value .col_2 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
  background: white;
  border-radius: 5px;
}
.memberships .inside .inside__content .membership__content-mobile .row__benefit .item_benefit .item_value .col_3 {
  flex: 1;
  padding: 0.5rem;
  align-content: center;
  background: white;
  border-radius: 5px;
}

.userprofile {
  padding: 85px 0 20px 0;
}
.userprofile .userprofile__upload {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
}
.userprofile .userprofile__upload .box-upload {
  text-align: center;
  margin-bottom: 14px;
}
.userprofile .userprofile__upload .box-upload .img-up {
  margin-bottom: 15px;
}
.userprofile .userprofile__upload .box-upload .user-default-avatar {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  width: fit-content;
  border: 3px solid #ececec;
  background-color: whitesmoke;
  border-radius: 50%;
}
.userprofile .userprofile__upload .box-upload .user-default-avatar img {
  width: 200px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}
.userprofile .userprofile__upload .box-photo ul li {
  position: relative;
  margin-right: 20px;
}
.userprofile .userprofile__upload .box-photo ul li a {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(18, 10, 33, 0.5);
  border-radius: 50%;
  color: #fff;
}
.userprofile .userprofile__upload .text-up-box {
  padding: 1rem;
  border-radius: 1rem;
  border: 2px dashed lightgray;
}

.default-avatar-box {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  background-color: whitesmoke;
  border-radius: 50%;
}
.default-avatar-box i {
  font-size: 4rem;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}

#upload__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  opacity: 0;
}

[data-tab-content] {
  display: none;
}

.active {
  display: block;
}

.tab-menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: rgb(58, 58, 58);
  padding: 0.5rem 1rem;
}
.tab-menu-item i {
  font-size: 1.3rem;
}

.tab-menu-item-active {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: white;
}

.tab-content__content-info {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 1rem;
  background-color: whitesmoke;
  border: 1px solid lightgray;
  margin-bottom: 1rem;
  color: rgb(58, 58, 58);
}

#copy_message {
  opacity: 0;
  visibility: hidden;
  font-size: 1.5rem;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

#copy_message.show {
  opacity: 1;
  visibility: visible;
}

.user-view {
  display: flex;
  justify-items: center;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
.user-view .user-view-item {
  color: rgb(58, 58, 58);
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: whitesmoke;
}
.user-view .user-view-item-active {
  color: white;
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
}

.delete-avatar-button {
  position: absolute;
  bottom: -15px;
  right: -25px;
  transform: translate(-50%, -50%);
  color: rgb(255, 88, 55);
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: whitesmoke;
  line-height: 0;
  font-size: 1.5rem;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.delete-avatar-button:hover {
  color: white;
  background: rgb(255, 88, 55);
}

.user-saved-cards .user-saved-cards-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid lightgray;
  margin-bottom: 1rem;
  max-width: 400px;
}
.user-saved-cards .user-saved-cards-item.add-card-button {
  cursor: pointer;
  border: 3px dashed lightgray;
  color: lightgray;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-saved-cards .user-saved-cards-item.add-card-button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px dashed gray;
  color: gray;
}

.table-tips {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
  overflow: hidden;
  border-radius: 0.3rem 0.3rem 0 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  /* Status badges */
  /* Deal ID styling */
  /* Address styling */
  /* Owner info */
  /* Commission styling */
  /* Footer */
  /* Responsive design */
}
.table-tips .table-heading {
  background: linear-gradient(135deg, #818991, #4c565e);
  color: white;
}
.table-tips .table-heading th {
  padding: 1rem 0.6rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.8rem;
  border: none;
}
.table-tips tbody tr {
  transition: all 0.2s ease;
  border-bottom: 1px solid #e9ecef;
}
.table-tips tbody tr:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.table-tips tbody tr:last-child {
  border-bottom: none;
}
.table-tips td, .table-tips th {
  padding: 14px 12px;
  vertical-align: middle;
}
.table-tips .badge {
  padding: 0.3rem 0.6rem;
  border-radius: 2rem;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.table-tips .bg-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
}
.table-tips .bg-warning {
  background: linear-gradient(45deg, #fd920c, #fd275d) !important;
  color: white;
}
.table-tips .bg-danger {
  background: linear-gradient(135deg, #d61a2c, #680b0b);
  color: white;
}
.table-tips .bg-secondary {
  background: linear-gradient(135deg, #6c757d, #adb5bd);
  color: white;
}
.table-tips .deal-id {
  font-family: "Courier New", monospace;
  font-weight: 700;
  color: #495057;
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}
.table-tips .badge-date {
  background: whitesmoke;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.6rem;
}
.table-tips .badge-commission {
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.7rem;
  font-weight: 600;
}
.table-tips .address {
  line-height: 1.4;
  color: #6c757d;
}
.table-tips .info-underline {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: help;
  color: #007bff;
  font-weight: 500;
}
.table-tips .info-underline:hover {
  color: #0056b3;
}
.table-tips .text-nowrap {
  white-space: nowrap;
}
.table-tips .commission-cell {
  text-align: right;
}
.table-tips .commission-date {
  color: #6c757d;
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.table-tips .commission-amount {
  font-weight: 700;
  color: #28a745;
  font-size: 0.8rem;
}
.table-tips .me-03 {
  margin-right: 4px;
}
.table-tips .table-light {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
.table-tips .table-light td {
  padding: 16px 12px;
  font-weight: 700;
  border-top: 2px solid #dee2e6;
}
.table-tips .total-label {
  color: #495057;
  font-size: 0.8rem;
}
.table-tips .total-amount {
  color: #28a745;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .table-tips .container {
    margin: 10px;
    border-radius: 8px;
  }
  .table-tips .table-tips {
    font-size: 12px;
  }
  .table-tips td, .table-tips th {
    padding: 10px 8px;
  }
  .table-tips .badge {
    padding: 4px 8px;
    font-size: 0.8rem;
  }
}

.checkout {
  padding: 85px 0 20px 0;
}

.product-cart_container {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .product-cart_container {
    padding: 1rem;
  }
}

.product-cart_item {
  padding: 1rem 2rem;
  background-color: rgba(245, 245, 245, 0.7);
  border-radius: 1rem;
  box-shadow: 2px 2px 0.5rem rgba(211, 211, 211, 0.5);
}
.product-cart_item .input-quantity {
  position: relative;
}
.product-cart_item .input-quantity input {
  border: unset;
  background-color: transparent !important;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.product-cart_item .input-quantity .right-icon, .product-cart_item .input-quantity .left-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-cart_item .input-quantity .left-icon {
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-cart_item .input-quantity .left-icon:hover {
  color: rgb(255, 88, 55);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-cart_item .input-quantity .right-icon {
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-cart_item .input-quantity .right-icon:hover {
  color: rgb(255, 88, 55);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.coupon-entry_line {
  padding: 1rem 0 1rem 2rem;
}
@media only screen and (max-width: 767.98px) {
  .coupon-entry_line {
    padding: 1rem 0;
  }
}

.product-cart_sale {
  padding: 0 2rem;
}

.remove_icon {
  color: lightgray;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.remove_icon:hover {
  color: rgb(255, 88, 55);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-cart_total {
  padding: 1rem 2rem;
  border-top: 1px solid lightgray;
}

.product-description {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid lightgray;
}

/* VARS */
.payments {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
  color: gray;
}
.payments input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.payments input + label {
  margin: 0;
  padding: 0.75rem;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px lightgray;
  background-color: #FFF;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.payments input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.payments input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.payments input:disabled + label {
  cursor: not-allowed;
  background-color: lightgray;
}
.payments input:not(:disabled):hover + label {
  cursor: pointer;
  background: rgb(255, 109.2925, 80.5);
  color: white;
}
.payments input:checked + label {
  background-color: rgb(255, 88, 55);
  color: #FFF;
  z-index: 1;
}

.thankyou {
  padding: 85px 0 20px 0;
}

.order-completed {
  padding: 2rem;
  border-radius: 1rem;
  background: whitesmoke;
  margin-bottom: 3rem;
}
.order-completed i {
  color: rgb(255, 88, 55);
  font-size: 3rem;
}

.list-style-check li {
  position: relative;
  padding-left: 30px;
}
.list-style-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list-style-disc {
  padding-left: 2rem;
}
.list-style-disc li {
  list-style-type: disc !important;
  list-style: disc !important;
}

.list-style-numbers {
  padding-left: 2rem;
}
.list-style-numbers li {
  list-style-type: decimal;
  list-style: decimal;
}

.law {
  padding: 85px 0 20px 0;
}

.law__intro {
  padding: 2rem;
  background: rgb(255, 88, 55);
  border-radius: 2rem;
}

.law__box-top {
  position: relative;
  padding: 3rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../../assets/images/law_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2rem;
}

.law__certitude {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .law-container ul li {
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  .law__list-container {
    margin: 0 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .law__list-container {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .law__list-container {
    margin: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .law__list-container {
    margin: 0 12rem;
  }
}

.law__list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.law__package {
  padding: 0 2rem;
}

.law__bottom p {
  padding: 2rem;
  border-radius: 1rem;
  background: whitesmoke;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

/* ===================================================
   Nemovitorium - Static page
===================================================

0. Setup
1. Box s úvodním obrázkem
2. MENU baner
3. Nemovitorium vs Excel
4. BOX
5. Speciální nabídka
6. POdcast
7. Pro koho

=================================================== */
.nemovitorium {
  padding: 85px 0 20px 0;
}

.nemovitorium__box-top {
  position: relative;
  padding: 3rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../assets/images/nemovitorium/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 2rem;
}

@media (max-width: 575.98px) {
  .nemovitorium__benefit {
    margin: 0 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nemovitorium__benefit {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nemovitorium__benefit {
    margin: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .nemovitorium__benefit {
    margin: 0 12rem;
  }
}

.nemovitorium__benefit-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.nemovitorium__benefit-item .nemovitorium__benefit-item-icon {
  width: 4rem;
  color: rgb(255, 88, 55);
}

.nemovitorium__info-box {
  padding: 0 2rem;
}

.nemovitorium__info-box-img-container {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nemovitorium__info-box-img-container {
    width: 60%;
  }
}

.nemovitorium__info-box-text {
  padding: 2rem;
  background: whitesmoke;
  border-radius: 1rem;
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.nemovitorium__info-box-text-icon span {
  width: 2rem;
  height: 2rem;
  background: #637d96;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.nemovitorium__intended-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* Přidání mezery mezi položkami */
}

.nemovitorium__intended-item {
  padding: 2rem;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 25%; /* Základní šířka položky */
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-weight: 500;
}
.nemovitorium__intended-item:hover {
  transform: scale(1.01);
}

.nemovitorium__about-img-container {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 50%;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nemovitorium__about-img-container img {
  height: 100%;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
  object-fit: cover;
}

/* Pro menší obrazovky, například mobilní telefony */
@media (max-width: 768px) {
  .nemovitorium__intended-item {
    flex-basis: 50%; /* Dvě položky na řádek */
  }
}
/* Pro velmi malé obrazovky, například telefony v portrétu */
@media (max-width: 480px) {
  .nemovitorium__intended-item {
    flex-basis: 100%; /* Jedna položka na řádek */
  }
}
.nemovitorium__intended-item-heading {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  gap: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: rgb(70.75, 70.75, 70.75);
  line-height: 1;
}

.nemovitorium__intended-item-heading-icon span {
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(255, 88, 55);
  color: white;
}

.buyouts {
  padding: 85px 0 20px 0;
}

.buyouts-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "why form" "libor form";
  gap: 2rem;
  /* Mobilní zobrazení */
}
@media only screen and (max-width: 991.98px) {
  .buyouts-top-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "why" "form" "libor";
  }
}

.buyouts-why-sold-container {
  grid-area: why;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1rem;
  background: url(../../../assets/images/buyouts/buyouts-why-sold-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}

.buyouts-why-sold-container--agent {
  background: url(../../../assets/images/buyouts/foto-As.jpg) no-repeat;
}

.buyouts-why-sold-container--mech360 {
  background: url(../../../assets/images/mech360/bg_image.jpg) no-repeat;
  background-size: cover;
  background-position: 40% center;
}

.buyouts-why-sold-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* tmavý filtr s průhledností */
  z-index: 0;
}

.buyouts-why-sold-container > * {
  position: relative;
  z-index: 1;
  /* aby obsah byl nad overlayem */
}

.buyouts-why-sold-libor {
  grid-area: libor;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 768px) {
  .buyouts-why-sold-libor {
    flex-direction: row;
  }
}

.buyouts-why-sold-libor:hover .buyouts-why-sold-libor-avatar img {
  transform: scale(1.1);
}

.buyouts-why-sold-libor-avatar {
  width: 100%;
  aspect-ratio: 7/5;
  /* nebo pevná výška – třeba height: 250px */
  overflow: hidden;
  position: relative;
}

.buyouts-why-sold-libor-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.buyouts-why-sold-libor-info {
  background: linear-gradient(45deg, #301fe3, #43049f);
  text-align: start;
  padding: 1rem;
  color: white;
}

.buyouts-why-sold-libor-info p {
  color: white;
}

.buyouts-why-sold-libor-info-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buyouts-form-container {
  grid-area: form;
  padding: 2rem;
  border-radius: 1rem;
  background: whitesmoke;
}

.buyouts-timeline-container {
  padding: 2rem;
  border-radius: 2rem;
  background: whitesmoke;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.buyouts-timeline-heading {
  display: flex;
}
.buyouts-timeline-heading h1 {
  flex: 6;
}
.buyouts-timeline-heading div {
  flex: 1;
  text-align: right;
}

.buyouts-timeline-item {
  flex: 1;
  border: 1px solid rgb(58, 58, 58);
  padding: 1.5rem;
  border-radius: 1rem;
}

.buyouts-timeline-item_heading {
  display: flex;
  margin-bottom: 1rem;
}
.buyouts-timeline-item_heading > div:first-child {
  font-size: 1rem;
  font-weight: 700;
  width: 80%;
}
.buyouts-timeline-item_heading > div:last-child {
  flex: 1;
  text-align: right;
  width: 20%;
  font-size: 1.3rem;
}

.buyouts-why-container,
.buyouts-who-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: stretch;
}

.speakers {
  flex: 1 1 300px;
  max-width: 350px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2rem;
  transition: all 0.6s ease;
  overflow: hidden;
}

.speakers:hover {
  transform: translateY(-1rem) !important;
  /* menší a realističtější */
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.1);
}

.speakers:hover .speaker-avatar img {
  transform: scale(1.1);
}

.speaker-avatar {
  width: 100%;
  aspect-ratio: 1/1;
  /* nebo pevná výška – třeba height: 250px */
  overflow: hidden;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.speaker-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.speaker-info {
  background: linear-gradient(45deg, #fd920c, #fd275d);
  text-align: start;
  padding: 1rem;
  height: 100%;
  color: white;
}

.speaker-info p {
  color: white;
}

.speaker-info-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.speaker-info.libor {
  background: linear-gradient(45deg, #7c268e, #3d00bd);
}

.buyouts-who-item {
  flex: 1 1 300px;
  max-width: 508px;
  width: 12rem;
  background: whitesmoke;
  padding: 1.5rem;
  border-radius: 1rem;
  transition: box-shadow 0.6s;
  cursor: pointer;
}
.buyouts-who-item:hover {
  transition: box-shadow 0.6s;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
.buyouts-who-item:hover .buyouts-who-item_avatar {
  transition: transform 0.6s;
  transform: scale(1.1);
}
.buyouts-who-item:hover .buyouts-who-item_name {
  transition: color 0.6s;
  color: rgb(255, 88, 55);
}

.buyouts-who-item_avatar {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 6rem;
  border-radius: 50%;
  margin: 0 auto;
  transition: transform 0.6s;
}
.buyouts-who-item_avatar img {
  object-fit: cover;
}

.buyouts-who-item_name {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  transition: color 0.6s;
}

.buyouts-who-item_desc {
  text-align: center;
  color: gray;
}

.buyouts-who-item_location {
  padding: 0.3rem 0.8rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  background: white;
  color: gray;
  border: 1px solid lightgray;
}

.buyouts-who-item_story {
  padding: 0 0.8rem;
  text-align: center;
  margin-top: 1rem;
}

.buyouts-tip-academy-container {
  padding: 2rem;
  border-radius: 1.5rem;
  background: whitesmoke;
}

.buyouts-tip-academy_img {
  aspect-ratio: 16/9;
  margin: 0 auto;
  max-width: 30rem;
  padding: 0.4rem;
  /* šířka rámečku */
  background: linear-gradient(45deg, #fd920c, #fd275d);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.buyouts-tip-academy_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.7rem;
  /* menší než parent */
  display: block;
}

.buyouts-tip-academy_desc {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .buyouts-tip-academy_desc {
    width: 80%;
  }
}

.valuation-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  z-index: 0;
}

.valuation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  /* tloušťka rámečku */
  background: linear-gradient(45deg, #fd920c, #fd275d);
  -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.25s ease;
  pointer-events: none;
}

.valuation-card.is-selected::before {
  opacity: 1;
}

.video-box {
  max-width: 450px;
  min-width: 250px;
  aspect-ratio: 16/9;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8A8AA0;
}

.w-fit-content {
  width: fit-content !important;
}

.text-p,
.p-12 {
  font-size: 12px;
  line-height: 18px;
}

.p-16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgb(255, 88, 55);
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.shaw-box {
  padding: 50px;
  margin: -50px;
}

#wrapper {
  position: relative;
  max-width: 100%;
  height: 100%;
}

.z-2 {
  z-index: 2;
}

.br-10 {
  border-radius: 10px;
}

.tf-section {
  padding: 100px 0;
}

.tf-section2 {
  padding-bottom: 95px;
}

.bg-1 {
  background-color: #F7F7F7;
}

.bg-white {
  background-color: #fff;
}

.img-border {
  border-radius: 10px;
}

/* Header Fixed */
#header.style-absolute.is-fixed,
.header.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  background: #fff;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.style-absolute.is-fixed {
  background: #120A21;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}
.boxes .box:nth-child(1) {
  transform: translate(100%, 0);
  animation: box1 var(--duration) linear infinite;
}
.boxes .box:nth-child(2) {
  transform: translate(0, 100%);
  animation: box2 var(--duration) linear infinite;
}
.boxes .box:nth-child(3) {
  transform: translate(100%, 100%);
  animation: box3 var(--duration) linear infinite;
}
.boxes .box:nth-child(4) {
  transform: translate(200%, 0);
  animation: box4 var(--duration) linear infinite;
}
.boxes .box > div {
  --background: #005e34;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
.boxes .box > div:nth-child(2) {
  --background: rgb(0, 17.5, 9.6808510638);
  --right: 0;
  --rotateY: 90deg;
}
.boxes .box > div:nth-child(3) {
  --background: rgb(0, 68.5, 37.8936170213);
  --rotateX: -90deg;
}
.boxes .box > div:nth-child(4) {
  --background: #DBE3F4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

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

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
body .dribbble img {
  display: block;
  height: 28px;
}

.heading-section {
  margin-bottom: 50px;
}
.heading-section h2 {
  margin-bottom: 14px;
}
.heading-section.style {
  margin-bottom: 24px;
}
.heading-section.style2 {
  margin-bottom: 45px;
}

.dropdown > a {
  position: relative;
  display: block;
  padding: 0px 13px 0px 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.dropdown > a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 500;
  content: "\f078";
  position: absolute;
  color: #fff;
  right: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown > a ul {
  position: absolute;
}

.seclect-box.style-2 .dropdown > a:after {
  right: 15px;
}

.dropdown ul.show {
  opacity: 1;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown li {
  border-top: 0.5px solid rgba(122, 121, 138, 0.1);
  background: #fff;
  color: #000;
  width: 100%;
  padding: 9px 10px 8px 16px;
  list-style: none;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.dropdown .country {
  position: absolute;
  z-index: 99;
  margin-left: 13px;
  margin-top: 5px;
  color: #818089;
}

.dropdown ul,
.dropdown li.active,
.dropdown ul,
.dropdown li:hover {
  background: #e0e0e0;
}

.dropdown.style-2 ul {
  min-width: 100px;
}

.progress-number-mark {
  margin-bottom: 4px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* PAGES */
/* Font awesome 5 */
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.hlavicka {
  padding-bottom: 0px !important;
}

.flat-title {
  padding-bottom: 0 !important;
}

/* END: Nastavení nadpisu */
/***************************************************************/
/* START: Profil (Desktop) */
/**************************************/
/***********TEMPORARY INDEX************/
/****************START*****************/
/* Stylování pro fieldset */
.date-fieldset {
  position: relative;
  display: flex;
  align-items: center;
}

.date-fieldset .tb-my-input {
  width: 100%;
  padding-right: 40px; /* Rezerva pro ikonu */
  box-sizing: border-box;
  font-size: 16px; /* Nastavte vhodnou velikost písma */
}

.date-fieldset .img-icon {
  position: absolute;
  margin-top: 2px;
  right: 10px; /* Upravte podle potřeby */
  width: 18px; /* Upravte velikost ikony */
  height: 18px; /* Upravte velikost ikony */
  pointer-events: none; /* Zajistí, že klikání nebude zasahovat do ikony */
}

/*****************END******************/
/***********TEMPORARY INDEX************/
/**************************************/
.left-user-menu, .right-user-menu {
  padding: 14px;
}

.left-user-menu .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  margin-right: 0;
}

.left-user-menu .option:hover {
  border-radius: 7px;
}

.left-user-menu .option a {
  font-size: 0.9rem !important;
}

.left-user-menu {
  margin-right: 0 !important;
  width: 150px;
}

.logout-btn {
  position: absolute;
  font-size: 1.4rem;
  border-radius: 50%;
  right: 35px;
  top: -3px;
}

.logout-btn:hover {
  color: rgb(255, 88, 55);
}

/* END: Profil (Desktop) */
/***************************************************************/
/* START: Registrace */
.birthday .tb-my-input {
  border: 1px solid #E5E5EA !important;
  padding: 11px 14px 13px 46px !important;
  color: #120A21 !important;
  font-weight: 500 !important;
  background-color: #fff !important;
  border-radius: 10px !important;
}

/* END: Registrace */
.tip-nemovitost {
  padding: 16px 20px 14px 20px !important;
}

.tip-buttons button {
  margin-bottom: 0px !important;
  width: auto !important;
}

.logout {
  font-weight: 700 !important;
  color: gray;
  background-color: #e9e9e9;
  border-radius: 8px;
}

/* Nastavení pozice STICKY pro header při zobrazení na mobilním zařízení */
.is-fixed {
  position: sticky;
  top: 0 !important;
}

.registration-button {
  display: none;
}

.header-account {
  font-size: 0.8rem;
  font-weight: 500;
}

#comments {
  box-shadow: none;
}

.mb-section {
  margin-bottom: 25px;
}

.vyhody div {
  padding-bottom: 25px;
}

.flat-contact2 {
  background-image: none;
  padding-bottom: 0;
}

.section-3 img {
  border-radius: 10px;
}

.section-3 {
  padding-bottom: 2rem;
}

.flat-explore {
  padding-bottom: 0;
}

.flat-search-home {
  background-image: none;
  color: black;
}

.flat-contact-page {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-watte {
  margin-bottom: 20px;
}

.header-account {
  margin-right: 0px;
}

.registrace {
  height: 60px;
  padding-top: 17px;
}

.justify-space-header {
  justify-content: right;
}

.respond-comment h5 {
  margin-bottom: 15px;
}

#homepage-heading {
  margin-top: 150px;
  margin-bottom: 50px;
}

.navigation .active {
  color: #FFA920 !important;
}

.header-account {
  width: 25%;
  justify-content: end;
}

.main-header .main-menu {
  margin-left: 0;
}

.tf-save .sc-button:nth-child(2) {
  margin-right: 5px;
  margin-left: 5px;
}

.tf-save .sc-button:nth-child(3) {
  margin-right: 5px;
  margin-left: 5px;
}

.icon-edit {
  position: relative;
  top: 40px !important;
}

#popup_image .modal-body {
  height: 470px;
}

.image-edit-buttons {
  justify-content: space-between;
}

.image-edit-buttons .delete {
  background-color: black;
  color: #E5E5EA;
}

.nazev-aplikace {
  font-weight: 800;
  color: whitesmoke;
  margin-bottom: 60px;
  font-size: 4rem;
}

.flat-slider01.style {
  padding: 50px 0 45px;
  background-color: white !important;
  margin-bottom: 50px;
}

.login-field-label {
  margin-bottom: 2px !important;
}

.first-index .email {
  margin-top: -7px;
}

.first-index .password {
  margin-top: -10px;
}

.login-button span {
  font-weight: 500 !important;
}

.login-button {
  margin-bottom: 15px;
}

.text-address {
  margin-bottom: 3px !important;
}

.narocnost {
  margin-bottom: 6px;
}

.narocnost .high {
  font-weight: 600;
  color: red;
}

.narocnost .medium {
  font-weight: 600;
  color: rgb(255, 166, 0);
}

.narocnost .low {
  font-weight: 600;
  color: rgb(43, 160, 14);
}

.wg-dream .text-address p::before {
  content: "\f3c5" !important;
}

.wg-dream .icon-box {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.flat-contact2 .heading-section {
  padding-right: 15px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.flat-contact2 .heading-section h2 {
  font-size: 2rem;
}

.main-header .sticky-header .navbar-header {
  display: none;
}

.main-header .outer-box {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 22px 0px;
}

/* zobrazení DO 767px */
@media only screen and (max-width: 767px) {
  .login {
    width: 90%;
  }
  .flat-property-detail .wrap-house .inner {
    display: flex;
  }
}/*# sourceMappingURL=app.css.map */