@font-face {font-display: swap; font-family: 'Marydale'; src: url('../fonts/Marydale-Regular.woff') format('woff'); font-weight: 400; font-style: normal; } 

:root {
  --swiper-image-ratio: 50%; 
  --swiper-width: 28%;
  --swiper-inactive-scale: .85; 
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: .95;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*, ::after, ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  /*background-color: var(--bs-body-bg);*/
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
img {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button, input, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[type=button], button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
@media (min-width:576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width:768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width:1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.position-relative {
  position: relative !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
/*! CSS Used from: https://irealitka.grapastudio.cz/css/style-dva.css?v=1.5 */
/*! @import https://irealitka.grapastudio.cz/css/flaticon.css */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-add:before {
  content: "\f150";
}
.flaticon-menu-1:before {
  content: "\f154";
}
/*! end @import */
/*! @import https://irealitka.grapastudio.cz/css/fontawesome-all.css */
.fa, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fa-2x {
  font-size: 2em;
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.main-header.fixed-header {
  position: fixed;
  background: #151526;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.speslcol {
  align-items: flex-end;
  display: flex;
}
.speslmargin {
  margin: 40px 0 80px 80px !important;
}
.main-header.fixed-header .logo {
  padding: 15px 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}
/*! end @import */
/*! @import https://irealitka.grapastudio.cz/css/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.beforeAfter img {
  display: unset;
  max-width: unset;
  height: unset;
}

.input-help {
  font-size: 13px;
  margin-bottom: 6px;
  color: #666;
}



.input-error {
  display: none;
  font-size: 13px;
  color: #c62828;
  margin-top: 6px;
}

.input-error.active {
  display: block;
}

.input-valid {
  border-color: #2e7d32;
}

.input-invalid {
  border-color: #c62828;
}

.char-counter {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/*! end @import */
/*! @import https://irealitka.grapastudio.cz/css/owl.css */
.mr-0 {
  margin-right: 0 !important
}
.opacity-1 {
  opacity: 1 !important
}
.blockreferenci {
  margin: 12.5px;
  background: white;
  padding: 45px;
  border-radius: 8px;
  position: relative;
  height: 100%;
  z-index: 8
}
.blockreferenci .title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px
}
.blockreferenci:before {
  position: absolute;
  height: 26px;
  width: 34px;
  right: 28px;
  top: 25px;
  background-image: url(../../uploads/images/quote-icon.png);
  content: "";
  z-index: 2;
}
.blockreferenci:before {display: none}
.blockreferenci .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.clen img {
  filter: grayscale(.3) contrast(1.1);
}
.blockreferenci .imgh {
  width: 100%;
}
.blockreferenci strong {
  color: black !important;
}
.blockreferenci .fb {
  max-height: 50px;
  height: 30px;
  width: auto;
  display: flex;
  position: relative;
  left: -5px;
  margin-bottom: 5px
}
.blockreferenci .fb.gagl {
  left: -18px;
}
.blockreferenci .fb.sz {
  height: 24px;
}
#reference .swiper-wrapper {
  align-items: center
}
-moz-box-shadow: 0px 10px 43px 15px rgba(0, 0, 0, 0.75);
box-shadow: 0px 10px 43px 15px rgba(0, 0, 0, 0.75);
}
/*! end @import */
/*! @import https://irealitka.grapastudio.cz/css/mmenu.css */
.mm-menu_theme-black {
  --mm-color-border: rgba(255, 255, 255, 0.25);
  --mm-color-button: rgba(255, 255, 255, 0.4);
  --mm-color-text: rgba(255, 255, 255, 0.75);
  --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
  --mm-shadow: none;
}
:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
#emailformdva {display: none}
.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}
.centersekce.smallcontainer {
    gap: 20%;
    margin: 30px 0 0 0;
}
.labelnabidka {
      color: white;
      text-transform: uppercase;
}
.featurenabidka {
      color: #CEA447;
      font-size: 23px;
}
.titulnastred.dva {background: #CEA447;
max-width: fit-content;
margin: 0 auto;
color: white;
padding: 40px;
border-radius: 15px;
margin-bottom: 50px;left: 0;font-size: 38px}
.index-1 {
    z-index: 1;

}
.index-2 {
      z-index: 2;

  }
  .specialniumisteni {      top:unset;margin-bottom: 20px;}
.mt-balance {margin-top: 0!important}
.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}
.ikonadispozice img {
    max-height: 70px;
}
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel:after {
  height: 44px;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}
.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.mm-navbar > * {
  min-height: 44px;
}

.bilejbox {
    display: grid;
    background: white;
    width: 100%;
    padding: 60px 250px;
    color: black;
  
   
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    
}

.jmeno {
    position: relative;
    top: -10px;
}

.bilejboxuzkej {
    display: grid;
    background: white;
    width: 100%;
    padding: 60px 60px;
    color: black;
  align-content: center;
   
}


.bd-spodek {border-radius: 0 0 15px 15px;overflow: hidden}

.titulrefky {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Marydale';
}

.spodekrefky 
  {display: grid;
      margin-top: 25px;
  }

.titulnastred.sipenka {position: relative}
.titulnastred.sipenka:after { position: absolute; left: calc(50% - 25px); bottom: -23px; width: 50px; height: 25px; display: block; content: ""; z-index: 4; background: url(../../uploads/images/sipka-dolu.svg); background-size: contain; background-repeat: no-repeat; }

.titulrefky.vetsi {
    font-size: 35px;
}

.textrefky {
    font-size: 14px;
    line-height: 1.8;
    color: #151526;
    font-style: italic;
}

.videobox {
  display: grid;
      position: relative;
      width: 100%;
      margin-bottom: 25px;
      border-radius: 0 0 15px 15px;
      min-height: 450px;
      justify-content: center;
      align-items: center;
}

.videobox .overlay {
    position: absolute;
    z-index: 2;
    background: #0000004f;
    width: 100%;
    height: 100%;
}

.videobox .titulrefky  {
color: white;
}
.videobox .boxrefka {
font-size: 22px;color: white;
}
.vecinadvidem {
    position: relative;
    z-index: 3;
}

.grid-2 .videobox{margin-bottom: 0}

.videobox .js-refVideo {position: absolute;width: 100%;height: 103%;object-fit: cover;z-index: 1}

.bd-15-0 {border-radius: 15px 15px 0 0!important}

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.mm-navbar__title > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listitem {
  color: rgba(0, 0, 0, .75);
  border-color: rgba(0, 0, 0, .1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}
.mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}
.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1;
}
.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}
.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hide-after::after {
    display: none !important; /* Ensure it overrides other styles */
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
:root {
  --mm-iconbar-size: 50px;
}
:root {
  --mm-iconpanel-size: 50px;
}
:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px;
}
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_position-bottom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu_theme-black {
  --mm-color-border: rgba(255, 255, 255, 0.25);
  --mm-color-button: rgba(255, 255, 255, 0.4);
  --mm-color-text: rgba(255, 255, 255, 0.75);
  --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
  --mm-shadow: none;
}
/*! end @import */
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
html {
 /* height: 100%;
  width: 100%;*/
}
body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #151526;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Cairo", Arial, sans-serif;
  font-style: normal;
 /* height: 100%;
  width: 100%; */
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}
section {
  position: relative;
}
textarea {
  overflow: hidden;
  resize: none;
}
button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}
p, .text {
  font-size: 15px;
  color: #696969;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.auto-container {
  position: static;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  transition: all 300ms ease;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.default-form {
  position: relative;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.default-form .form-group:last-child {
  margin-bottom: 0;
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="email"], .default-form .form-group textarea {
  position: relative;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 30px;
  padding: 15px 20px 15px;
  font-size: 15px;
  color: black;
  background: #f4f4f4;
  border-radius: 10px;
  border: 0;
  box-sizing: border-box;
  transition: all 300ms ease;
}
.default-form .form-group input[type="text"]:focus, .default-form .form-group input[type="email"]:focus, .default-form .form-group textarea:focus {
  background: #f4f4f4;
}
.default-form .form-group textarea {
  height: 160px;
  resize: none;
  padding-top: 15px;
}
.default-form .form-group > button {
  position: relative;
  display: inline-block;
  min-width: 160px;
  background: transparent;
  color: white;
  border: 1px solid;
}
#email-form .form-group:first-child {
  margin-bottom: 0;
}
#email-form .response {
  position: relative;
  text-align: center;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: none;
  cursor: pointer;
  background-color: #23293e;
  color: #CEA447;
  background-color: rgba(25, 103, 210, 0.07);
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  color: #ffffff;
  background-color: #CEA447;
}
.accordion-box {
  position: relative;
  margin-bottom: 30px;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  padding: 15px;
  line-height: 30px;
  color: #CEA447;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 300ms ease;
  border-radius: 10px;
  background: white;
}
.hodnoceni {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #ffffff;
  background-color: #AE8730;
  border-radius: 50%;
  padding: 5px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ikony.mobil {
  display: none;
}
.pb-0 {
  padding-bottom: 0;
}
.accordion-box .block .acc-btn .cislice {
  background: #CEA447;
  padding: 14px 20px 14px 25px;
  color: white;
  border-radius: 7px;
  margin-right: 18px;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #2F2D51;
  font-size: 15px;
  font-weight: 700;
  transition: all 300ms ease;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
  padding: 24px 30px 26px;
}
.accordion-box .block .content p {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: white;
  font-weight: 400;
  margin-bottom: 24px;
  transition: all 300ms ease;
}
.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}
.theme-btn {
  position: relative;
  display: inline-flex;
  transition: all 0.5s ease;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.btn-style-one {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: #CEA447;
  font-size: 18px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 18px 15px 15px 15px;
}
.ms-1 {
  margin-left: 5px
}
.btn-style-one:hover {
  color: #ffffff;
  background-color: #AE8730;
}

.cenovybox {
  color: #ffffff;
  background-color: #CEA447;
      padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
  margin: 40px
}
.vrchniclenove.mensi .tymovec .jmenoprijmeni {
    right: 10px;
    top: 30px;
}
.ftearure {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 125px;
    font-size: 18px;
    color: white;
    text-align: right;
    width: fit-content;
    padding: 10px 25px;
    display: grid;
}

.ftearure.pravy {right: unset;left: 10px}
.ftearure a{color: white}
.ftearure .contactfeature{display: flex;align-items: center;gap:10px}
.c1 {font-size: 25px;
    color:#212529;
}
.c3 {
    color:#212529;font-weight: 700;    font-size: 15px;
}
.c2 {
    font-size: 50px;
    margin: 20px 10px;
      font-weight: 600;
    line-height: 1.2;
  color: white!important

}
a.btn-c1 {
    border: 1px solid #CEA447;
    padding: 8px 25px;
    border-radius: 8px;
    color: white;
  cursor: pointer;
  transition: .4s all;
  width: fit-content;
      margin-left: 10px;
}
a.btn-c1:hover {
    border: 1px solid #CEA447;
    padding: 8px 25px;
    border-radius: 8px;
    color: #212529;
  background: #CEA447
}
.mm-panels {
  --mm-color-background: #202124;
  --mm-color-text-dimmed: #979797;
  --mm-color-border: rgba(255, 255, 255, 0.1);
  --mm-listitem-size: 50px;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: #979797;
}
.mm-menu li {
  padding: 0 20px;
}
.mm-menu .mm-listitem:after {
  display: none;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  top: 80px;
}
.mm-navbar_sticky {
  padding: 7px 0;
}
.mm-listview {
  padding-top: 20px;
}
.mm-menu li {
  margin-bottom: 10px;
}
.mobile-nav-toggler .flaticon-menu-1:before {
  transition: all 100ms ease;
}
.mm-wrapper_opened .mobile-nav-toggler .flaticon-menu-1:before {
  content: "\f175";
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.customtitul {
  font-size: 32px !important;
  font-weight: 200 !important;
}
.prvniodsazeni {
  margin-top: 130px;
  padding-top: 8vh !important;
}
.sluzby h2 {
  line-height: 1 !important;
  margin-bottom: 35px !important;
  font-size: 55px !important;
}
.titulnastred {
  position: relative;
  left: -10px;
}
.centersekce {
  display: flex;
  justify-content: center;
  text-align: center;
}
.px-60 {
  padding: 60px 0
}
.pb-60 {
  padding-bottom: 40px
}
.spespldole {
  margin-bottom: 8vh
}
.customtitul span {
  font-weight: 500 !important
}
.mm-add-listing {
  margin-top: 87px;
  border: transparent;
  display: none;
}
.mm-add-listing .theme-btn {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff !important;
  height: 60px;
  border-radius: 10px;
}
.mm-add-listing .mm-listitem__text {
  padding: 0;
}
.mm-add-listing .contact-info {
  position: relative;
  padding: 18px 0;
  display: block;
}
.mm-add-listing .phone-num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
  color: #7E7E7E;
}
.mm-add-listing .phone-num span {
  display: block;
}
.mm-add-listing .phone-num a {
  color: #ffffff;
}
.mm-add-listing .address {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E;
}
.mm-add-listing .email {
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E !important;
}
.mm-add-listing .social-links {
  position: relative;
  display: block;
  align-items: center;
}
.mm-add-listing .social-links a {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #7E7E7E;
  margin-right: 37px;
}
.mm-panel:after {
  height: 10px;
}
.logo img {
  height: 50px;
}
.elipsa {
  width: 160%;
  height: 100%;
  position: absolute;
  left: -35%;
  bottom: -12vh;
  background: radial-gradient(80.65% 80.65% at 50% 50%, #45627C 8.04%, rgba(9, 34, 56, 0) 43.98%);
  z-index: 1;
}
.boys {
  z-index: 2;
}
/* --- Advanced Footer --- */
.main-footer .footer-top {
  padding: 60px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.main-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.main-footer .footer-col-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #CEA447;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-footer .footer-logo {
  margin-bottom: 16px;
}
.main-footer .footer-logo img {
  height: 36px;
  width: auto;
}
.main-footer .footer-about {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.main-footer .footer-social {
  display: flex;
  gap: 12px;
}
.main-footer .footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #ccc;
  font-size: 15px;
  text-decoration: none;
  transition: .3s;
}
.main-footer .footer-social a:hover {
  background: #CEA447;
  color: #fff;
}
.main-footer .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer-nav li {
  margin-bottom: 10px;
}
.main-footer .footer-nav a {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
  transition: color .25s;
}
.main-footer .footer-nav a:hover {
  color: #CEA447;
}
.main-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
}
.main-footer .footer-contact-item a {
  color: #ccc;
  text-decoration: none;
  transition: color .25s;
}
.main-footer .footer-contact-item a:hover {
  color: #CEA447;
}
.main-footer .footer-contact-icon {
  color: #CEA447;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.main-footer .footer-location {
  margin-bottom: 14px;
  padding-left: 18px;
  position: relative;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
}
.main-footer .footer-location::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CEA447;
}
.main-footer .footer-location strong {
  color: #ddd;
}
@media (max-width: 991px) {
  .main-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 575px) {
  .main-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .main-footer .footer-top {
    padding: 40px 0 30px;
  }
}

.main-footer {
  position: relative;
  background-color: #151526;
}
.main-footer .footer-bottom {
  position: relative;
  width: 100%;
  padding: 36px 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.08);
  min-height: 100px;
}
.main-footer .copyright-text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
  padding: 0;
}
.main-footer .copyright-text a {
  display: inline-block;
  color: #999;
  line-height: 30px;
  transition: all 300ms ease;
  text-decoration: none;
}
.main-footer .copyright-text a:hover {
  text-decoration: underline;
  color: #CEA447;
}
.mt-20imp {
    margin-top: 20px !important;
}
.main-footer .footer-bottom .outer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer > .footer-bottom .social-links {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
  padding: 0;
}
.main-footer > .footer-bottom .social-links a {
  position: relative;
  margin-left: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  transition: all 300ms ease;
}
.main-footer .social-links a:hover {
  color: #BC91E8;
}
.copyright-text {
  position: relative;
  text-align: center;
  padding: 30px 0 50px;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  transition: all 300ms ease;
}
.main-header .main-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  max-width: 1310px;
  margin: 0 auto;
}
.main-header .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .logo-box {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 25px 0;
  margin-right: 100px;
  transition: all 300ms ease;
}
.main-menu {
  position: static;
}
.main-menu .navigation {
  position: static;
  display: flex;
  align-items: center;
}
.main-menu .navigation > li {
  position: relative;
  margin-right: 30px;
  padding: 20px 0;
  transition: all 300ms ease;
}
.main-menu .navigation > li > span, .main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease;
}
.main-header .outer-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .outer-box .btn-box {
  position: relative;
  display: flex;
}
.main-header .outer-box .btn-box a {
  margin-left: 20px;
  min-width: 140px;
  /*-webkit-box-shadow: 0px 2px 41px -11px rgba(174, 135, 48, 1);
  -moz-box-shadow: 0px 2px 41px -11px rgba(174, 135, 48, 1);
  box-shadow: 0px 2px 41px -11px rgba(174, 135, 48, 1);*/
  background: transparent;
  border: 1px solid white;
  color: white
}
.main-menu .navigation > li > a {
  text-decoration: none;
  font-size: 15px;
  position: relative;
  transition: all 0.6s;
}
.main-menu .navigation > li > .active:before {
  width: 100%;
  left: 0;
  background: #E8AF62;
}
.main-menu .navigation > li > a:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E8AF62;
  transition: all 0.3s;
}
.main-menu .navigation > li:hover :before {
  width: 100%;
  left: 0;
  background: #E8AF62;
}


.responsive-menu .responsive-navigation {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1310px;
}

.responsive-menu .responsive-navigation > li {
  position: relative;
  margin-right: 30px;
  padding: 5px 0;
  transition: all 300ms ease;
}

.responsive-menu .responsive-navigation > li.active {    background: white;
  height: unset;
  padding: 5px 10px;
  border-radius: 8px;}
.responsive-menu .responsive-navigation > li.active > a {color:black}
.responsive-menu .responsive-navigation > li > span,
.responsive-menu .responsive-navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease;
}

#menu-toggle {
  display: none;
  background-color: #CEA447;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.mobile-header {
  position: relative;
  padding: 20px 15px;
  display: none;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}
.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
}
.mobile-header .logo img {
  max-height: 50px;
}
.mobile-header .nav-outer {
  position: relative;
  float: right;
}
.mobile-header .outer-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  width: 30px;
  color: white;
  order: 3;
  transform: scaleX(-1);
  display: none;
}
.job-categories {
  position: relative;
  padding: 50px 0 70px;
}
.category-block {
  position: relative;
  margin-bottom: 30px;
}
.category-block .inner-box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  transition: all 300ms ease;
}
.category-block .inner-box:hover {
  box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
}
.category-block .content {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 90px;
  min-height: 70px;
  flex-direction: column;
}
.category-block h4 {
  font-size: 20px;
  color: #202124;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 4px;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1.2em;
  color: #CEA447;
  font-weight: 500;
}
.sec-title .text {
  position: relative;
  margin-top: 0px;
  font-size: 15px;
  line-height: 26px;
  color: white;
  display: none
}
.backunset {
  background: unset !important;
  background-color: unset !important;
}
.testimonial-section {
  position: relative;
  padding: 100px 0;
  background-color: #F0F5F7;
}
.testimonial-section .carousel-outer {
  position: relative;
  margin: 120px -10px 0;
}
.testimonial-section .testimonial-carousel {
  max-width: 610px;
  margin: 0 auto;
  position: relative;
}
.testimonial-block {
  position: relative;
  padding: 10px;
  margin-right: 20px;
  opacity: .5;
  transition: all 300ms ease;
}
.testimonial-section .testimonial-carousel .active .testimonial-block {
  opacity: 1;
}
.testimonial-block .inner-box {
  position: relative;
  padding: 40px 40px;
  background: #ffffff;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 0 0 8px 8px;
}
.testimonial-block .inner-box:before {
  position: absolute;
  height: 26px;
  width: 34px;
  right: 28px;
  top: 25px;
  background-image: url("../../uploads/images/quote-icon.png");
  content: "";
  z-index: 2;
}
.testimonial-block .title {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #CEA447;
  font-weight: 500;
  margin-bottom: 20px;
}
.testimonial-block .text {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  margin-bottom: 50px;
}
.testimonial-block .info-box {
  position: relative;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
}
.testimonial-block .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #101C5D;
}
.testimonial-block .name {
  font-size: 18px;
  color: #696969;
  font-weight: 500;
}
.testimonial-block .designation {
  position: relative;
  display: block;
  font-size: 14px;
  color: #696969;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box img {
  display: block;
  width: 100%;
  transition: all 300ms ease;
  transform: scale(1.35);
}

.news-block .inner-box:hover img {
  transform: scale(1.5);
}
.news-block .lower-content {
  padding: 20px 20px 16px;
  position: relative;
}
.news-block .lower-content h3 {
  font-size: 18px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-block .lower-content h3 a {
  color: #202124;
  transition: all 300ms ease;
}
.news-block .lower-content h3 a:hover {
  color: #CEA447;
}
.news-section-two {
  position: relative;
  padding: 100px 0 50px;
}
.news-section-two .sec-title {
  margin-bottom: 50px;
}
.news-section-two .news-block {
  margin-bottom: 50px;
}
.news-section-two .news-block .inner-box {
  padding: 0;
  background-color: transparent;
}
.news-section-two .news-block .lower-content {
  padding: 15px 20px;
  background: white;
}
.news-section-two .news-block h3 {
  margin-bottom: 0;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.text-white {
  color: white !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-0 {
  margin-top: 0 !important
}
.pt-80 {
  padding-top: 80px
}
.text-left {
  text-align: left !important;
}
html {
  scroll-behavior: smooth;
}
.banner-section .image-column {
  position: relative;
}
.banner-section .image-column .image-box {
  position: relative;
  display: block;
  padding-top: 150px;
  margin-right: -170px;
  padding-right: 90px;
}
.banner-section .image-column .main-image {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.banner-section .image-column .main-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.banner-section {
  position: relative;
  display: block;
  padding: 0 55px 0;
}

.tucne {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; line-clamp: 2; max-height: 2.6em; line-height: 1.3em; font-size: 22px !important;}
.image-box.dva.prodano img {filter: brightness(.5)}
.banner-section .videoprehra {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
  left: 0px;
  opacity: .1;
}
.swiper-image .image.odraz {
  position: relative;
  top: 11px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  z-index: 7;
 
}
.banner-section .hlavni {
  position: relative;
  z-index: 3;
}
.darkbg {
  background: #151526;
  /* background: linear-gradient(258.77deg, #0C3559 0.12%, #202124 96.63%, #111224 99.74%);*/
}
.banner-section .content-column {
  position: relative;
  z-index: 2
}
.banner-section .content-column .inner-column {
  position: relative;
  padding: 240px 0 170px;
}
.banner-section .content-column .title-box {
  position: relative;
  margin-bottom: 60px;
  font-family: "Montserrat", Arial, sans-serif;
  
}
.banner-section .content-column h1 {
  font-size: 65px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin-bottom: 45px;
}
.banner-section .content-column h1 .colored {
  color: #CEA447;
  font-size: 65px;
}
.banner-section .content-column h4 .colored, .banner-section .content-column .t .colored {
  color: #CEA447;
}
.banner-section .content-column h4, .banner-section .content-column .t {
  font-size: 36px;
  line-height: 1.2;
}
.banner-section .content-column .ikona.svetla {
  background: white;
  color: black;
}
.banner-section .content-column .ikona {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 25px 10px;
  border: 0px solid #CEA447;
  border-radius: 8px;
  color: white;
  width: fit-content;
  max-width: 220px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 41px -11px rgba(255, 255, 255, .7);
  -moz-box-shadow: 0px 15px 41px -11px rgba(255, 255, 255, .7);
  box-shadow: 0px 15px 41px -11px rgba(255, 255, 255, .7);
}
.banner-section .content-column .ikona img {
  display: flex;
  width: 100%;
  max-width: 160px;
}
.vetsitext {
  font-size: 15px;
}
.banner-section .content-column .text {
  font-size: 15px;
  color: #696969;
  line-height: 25px;
}
.sluzbyimg {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.sluzbyimg.zaoblene {
  border-radius: 10px 10px 0 0;
}
.sluzbyimgikona {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background: #CEA447;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CEA447;
  font-size: 36px;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 15px;
}
.sluzbyimgikona.vetsi {
  padding: 12px;
}
.tym {
  display: flex;
  flex-wrap: wrap;
}
.tym .clen {
  width: 25%;
  padding: 10px 10px 20px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.tym .clen.pulka {
  width: 50%;
}
.tym .clen h2, .tym .clen span {
  color: white;
  text-align: center;
}
.tym .clen h2 {
  margin-top: 12px;
  text-align: center;
  font-size: 1.4rem;
  color: #AE8730;
}
.tym .clen .text {
  text-align: center;
}
video.full {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.video-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.schovat {
  display: none !important
}
.vyjety {
  flex-wrap: nowrap;
}
.wrapniaomez  {   max-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: wrap;
    white-space: nowrap;}
.covervideo {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 60%;
  background: rgb(12, 53, 89);
  background: linear-gradient(180deg, rgba(23, 41, 58, 1) 20%, rgba(12, 53, 89, 0) 56%);
  top: -30px;
  left: 0;
}
.vyjety {
  flex-wrap: nowrap;
}
mensi {
  font-size: 22px;
  position: relative;
  left: -13px;
}
.title .zvetseni  {font-size: 18px;color: white;border-radius: 7px;margin: 10px 0 0;display: flex;width: fit-content;}
mensi span {    font-size: 28px;
    line-height: 1.2;}
.textik {
  width: 80%;
  font-size: 22px;
  line-height: 30px;
  color: #CEA447;
  font-weight: 500;
}

.titlenabidka h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2;
    color: #CEA447;
    font-weight: 500;
}
.aligncenter {
    align-items: center;
}
.text-white {
    color: white;
}
.border-rd {
    border-radius: 8px;
}
.podtitlenabidka  {
    color: #CEA447;
    font-size: 23px;
}
.kontaktbox  {
    flex-wrap: nowrap;
    align-items: center;
}
.kontaktbox img  { max-height: 25px;width: fit-content}
.muted {
  left: calc(50% - 130px);
  top: 48vh;
  z-index: 5;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: #CEA447;
  font-size: 25px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 500;
  padding: 20px;
  width: 260px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  cursor: pointer;
  display: none
}
.muted.poptavka.active {
  display: block
}
.muted.active {
  top: 90%;
  margin-left: -135px;
  display: block
}
.muted.poptavka {
  z-index: 6;
  top: 90%;
  margin-left: 135px;
  display: none
}
.refkhorni .image-column {
  display: none
}
.muted.poptavka:hover {
  color: white !important
}
.textik {
  width: 80%;
  font-size: 22px;
  line-height: 30px;
  color: #CEA447;
  font-weight: 500;
}
.list-style-one li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: white;
  font-weight: 400;
  cursor: default;
  margin-bottom: 20px;
}
.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 26px;
  content: "\f172";
  font-family: "flaticon";
}
.align-items-center {
  align-items: center
}
.p-20 {
  padding: 0px 0 0px 80px;
  padding-right: calc(var(--bs-gutter-x) * .5)
}
.ba-Slider {
  position: relative;
  display: block;
  background: #212121;
  border: 0px solid white;
  margin: 0px auto;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ba-Slider.maheight {
  max-height: 350px
}
.ba-Slider .slider {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  background: transparent url(https://i.imgur.com/ImtbhIo.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.ba-Slider #before {
  border-right: 3px solid white;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.ease {
  transition: width ease .5s, left ease .5s;
  -moz-transition: width ease .5s, left ease .5s;
  -webkit-transition: width ease .5s, left ease .5s;
}
.ba-Slider #before:after {}
.ba-Slider img {
  display: unset;
  max-width: unset;
  height: unset;
}
.provize {
  padding-top: 6vh !important;
}
.bgdifferent {
  /*background: #202124; */
  background: #363021;
}
#kontakt {
  background: #202124;
}

#kontakt.vnabidce {
  background: unset;
}
.bgdifferentdva {
  background: #363021;
}
section.sluzby {
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding: 15vh;
}
submenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #CEA447;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  top: 0px;
  left: 0px;
}
submenu .navigation {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  max-width: 1310px;
  margin: 0 auto;
}
submenu .navigation li {
  color: black
}
submenu .navigation li a {
  background: #CEA447;
  padding: 6px 8px;
  border-radius: 6px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 500
}
submenu .navigation li:hover a {
  background: white;
  padding: 6px 8px;
  border-radius: 6px;
  text-decoration: none
}
submenu .navigation li.active a {
  background: white;
  padding: 6px 8px;
  border-radius: 6px;
  text-decoration: none
}
.pidiikona {width: 15px;height: 15px;filter: invert(1)}
.mt-80 {
  margin-top: 80px
}
.mt-20 {
  margin-top: 12px
}
.ikonafeature {
    display: flex;
    justify-content: space-between;
    gap: 15%;
}

.ikonafeature > div {
    width: 25%;
}

.ikonafeature > div.tretinka {
    width: 33%;
}

.textovefeatury {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  color: white;
}
.textovefeatury .k1 {color:#CEA447;text-transform: uppercase}
.textovefeatury > div { width: 100%}
.txtfttr {
    display: flex;
    justify-content: space-between;
   
    width: 100%;
    color: white;
      padding: 10px 0;
    border-bottom: 1px solid #52411B;
      font-size: 13px;
}

.textkvideu {
  text-align: center;
  color: #CEA447;
  font-size: 1.6vw;
  line-height: .8;
  border-radius: 8px;
  font-weight: 500;
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  color: #ffffff!important;
}
.textkvideu span {
  color: #CEA447!important;
  width: 100%;
  font-size: 1.1vw;
  margin-top: 15px;
}
.muted:hover {
  color: #ffffff;
  background-color: #AE8730;
}
.refkhorni .inner-column {
  padding: 150px 0 80px !important;
}
.refkhorni .row.ikony.pc {
  justify-content: center;
}
.textform .sec-title h2 {
  font-size: 42.5px !important;
}
.textform .customtitul span {
  font-size: 32px !important;
}
.lg-download.lg-icon {
  display: none !important;
}
.textovka {
  text-align: left
}
.mb-0 {
  margin-bottom: 0 !important
}
.polozkakontakt {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-size: 2rem;
  color: white;
  margin-bottom: 25px;
}

.video-wrap.pulka {    max-height: 65vh;
  height: 65vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;}
.video-wrap.pulka  .wrapper .holdik {margin-bottom: 0}
.video-wrap.pulka > .pulka {position: absolute;    height: 100%;object-fit: cover;width: 100%}

.video-wrap.pulka.hide-after > .pulka {object-fit: contain;width: 100%}
.ikonakontakt {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  position: relative;
  top: -4px;
}
.kratkyprostredek {font-size: 15px; color: white; max-width: 1200px; margin: 0 auto; margin-top: 30px; }
.mw-unset {max-width: unset}
h5.kontakt {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px
}
.lg-backdrop {
  background: rgba(0, 0, 0, 0.75) !important
}
.lg-outer .lg-inner {
  max-height: 90vh !important;
  top: 5vh !important;
}
.wrapper {
 display: flex;
 position: relative;
 z-index: 3;
 cursor: pointer;
 scale: 2;
 flex-wrap: wrap;
 justify-content: center;
 width: 100%;
 align-items: center;
 z-index: 4;
 margin-top: -180px;
}
.wrapper .holdik {
  width: 100%;
  margin-bottom: 2rem;
  justify-content: center;
  display: flex;
}
.wrapper .holdik .textkvideu {
  text-align: center;
  color: #CEA447;
  font-size: 1.6vw;
  line-height: .8;
  border-radius: 8px;
  font-weight: 500;
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  text-shadow: 1px 1px 2px black, 0 0 2em black, 0 0 2em black;
  line-height: 1.1
}
.video-main {
  position: relative;
  display: inline-block;
}
.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #AE8730;
  z-index: 999;
}
.refkavideo {
  width: 100%;
  position: relative;
  top: 11px;
  margin-top: -11px;
}


.wrapperdva {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapperdva .holdik {
    position: absolute;
    z-index: 2;
  scale:1.5
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
  position: relative;
  left: 2px
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(174, 135, 48, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.hodnoceni .waves {
  width: 100px;
  height: 100px;
  right: -30px;
  bottom: -30px;
}
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.vrchniclenove {
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeIn;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 50px
}
.vrchniclenove .tymovec {
  position: relative;
}
.vrchniclenove .tymovec .jmenoprijmeni {
  position: absolute;
  z-index: 2;
  right: 65px;
  top: 65px;
  font-size: 30px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
        background: #151526ba;
    width: fit-content;
    padding: 10px 25px;
    display: grid;
    border-radius: 10px;
    text-align: center
}
.vrchniclenove .tymovec .jmenoprijmeni.pravy {
  left: 65px;
  top: 65px;
  right: unset;
  text-align: left
}
.vrchniclenove.mensi .tymovec .jmenoprijmeni.pravy {
  left: 20px;
  top: 35px;
  right: unset;
  text-align: left
}
.vrchniclenove .tymovec .jmenoprijmeni .pozice {
  font-size: 18px;
}
.vrchniclenove .tymovec .jmenoprijmeni .jmeno {
  color: #CEA447;top:unset
}
.vrchniclenove .tymovec .jmenoprijmeni span {
  width: 100%
}
.beforeAfter:nth-child(3) {
  background-color: rgb(206, 164, 71);
  width: 6px !important;
}
.grid {
  display: grid;
  grid-template-columns: 300px 2fr;
  /* grid-template-columns: 1fr 3fr; */
  align-items: flex-start;
  margin-left: auto !important;
  margin-right: auto !important;
  place-content: stretch;
  place-items: stretch;
  width: 100%;
  grid-gap: 2rem;
  grid-column-gap: 5rem;
  column-gap: 2rem;
  margin: 5rem 0;
}
.grid .jedna .sec-title h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  line-height: 1
}
.grid .dva .swiper-container-doleva {
  width: 120vw;
  margin: 0;
  padding-left: 40px;
}
.grid .dva .swiper-container-doleva .swiper-button-prev {
  position: absolute;
  left: 10px !important;
}
.grid .sec-title {
  margin-bottom: 0;
  padding-bottom: 0
}
.barevnyblob {
  background: url(../../uploads/images/db-gradient-2.svg) !important;
  background-position: left 50% top 20rem !important;
  background-repeat: no-repeat !important;
  background-size: 110rem auto !important;
}
.zajimavytitul h2 {
  width: fit-content;
  background-image: linear-gradient(182deg, #dba632 0%, #c5a04c 50%, transparent 54%, transparent 100%);
  margin: 0 auto;
  background-size: 50% 10%;
  background-repeat: no-repeat;
  background-position: right 0% bottom 10%;
  padding-bottom: 1.5rem;
}
.hp .holdercelku:after {
  background: rgb(14, 10, 27);
  background: linear-gradient(0deg, rgba(21, 21, 38, 1) 0%, rgba(21, 21, 38, 0.3757878151260504) 31%, rgba(14, 10, 27, 0) 76%);
  width: 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  transform-origin: bottom center;
  z-index: 2;
  height: 20rem;
}
.hp .holdercelku {
  overflow: hidden
}
.hp .video-wrap:before {
  background: rgb(14, 10, 27);
  background: linear-gradient(180deg, rgba(21, 21, 38, 1) 0%, rgba(21, 21, 38, 0.3757878151260504) 31%, rgba(14, 10, 27, 0) 76%);
  width: 100%;
  top: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  transform-origin: bottom center;
  z-index: 3;
  height: 80rem;
  display: none
}
.hp .video-wrap:after {
  background: rgb(14, 10, 27);
  background: linear-gradient(0deg, rgba(21, 21, 38, 1) 0%, rgba(21, 21, 38, 0.3757878151260504) 31%, rgba(14, 10, 27, 0) 76%);
  width: 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  transform-origin: bottom center;
  z-index: 3;
  height: 20rem;
}
.cmti {
  color: #CEA447;
  margin-top: 25px;
}
.pbvpet {
  padding-bottom: 5vh;
}
.align-items-end {
  align-items: flex-end
}
.social-links .fab {
  font-size: 25px;
  color: #AE8730;
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.vyrovnejprechod .holdercelku:after {
    background: rgb(14, 10, 27);
    background: linear-gradient(0deg, rgba(21, 21, 38, 1) 0%, rgba(21, 21, 38, 0.3757878151260504) 31%, rgba(14, 10, 27, 0) 76%);
    width: 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: bottom center;
    z-index: 2;
    height: 20rem;
}
.podpisvlevo {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 205px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 200px;
    mix-blend-mode: color-dodge;
}

.podpisvpravo {
    position: absolute;
    z-index: 2;
    right: left;
    top: 205px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 200px;
    mix-blend-mode: color-dodge;
}

  .swiper.withdots.pc {display: block}
       .swiper.withdots.mobil {display: none} 
.titulodsad {padding: 150px 0 50px !important;} 
  .schovejnapc {display: none!important}

.stred.wow.fadeInUp.kontaktpage.animated {
    width: 70%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;margin-top: -25vh;
}
h5.kontakt span {
    font-size: 39px;
    line-height: 48px;
  
}
h5.kontakt {

    margin-bottom: 120px;
}
.customrowkontaktu {
    display: flex;
    width: 130%;
    margin-left: -15%;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
}
#m > div {
    width: 100%!important;
    height: 100%!important;
}
.video-wrap.pulka.vetsi {
    max-height: 90vh;
    height: 90vh;
    margin-bottom: 50px;
}

.video-wrap.pulka.vetsi.alemensi {
    max-height: 65vh;
    height: 65vh;
    margin-bottom: 50px;
}

/*! CSS Used from: https://irealitka.grapastudio.cz/css/responsive.css?v=2.0 */
@media only screen and (min-width: 1980px) {
  .tym .clen {
    width: 16.6%;
  }
 .podpisvlevo {
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 205px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 280px;
    mix-blend-mode: color-dodge;
}

 .podpisvpravo {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 205px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 280px;
    mix-blend-mode: color-dodge;
}		
}
@media only screen and (max-width: 1980px) {}
@media only screen and (max-width: 1750px) {
  :root {
    --swiper-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .ukazkaodrazmobil {
    margin-top: 100px!important;
}
}
@media only screen and (max-width: 1600px) {
  .ukazkaodrazmobil {
      margin-top: 80px!important;
  }
  :root {
    --swiper-width: 33.33333333%;
  }
  .main-menu .navigation > li {
    margin-right: 35px;
  }
  .main-header .logo {
    padding: 15px 0;
  }
  .banner-section .image-column .image-box {
    padding-left: 0;
    position: absolute !important;
    bottom: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .main-header .logo {
    margin-right: 60px;
  }
  .main-header .outer-box .btn-box .theme-btn {
    min-width: 100px;
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1380px) {
  .banner-section .content-column .inner-column {
    padding: 180px 0 150px;
  }
  .banner-section .content-column .ikona {
    max-width: 28%;
  }
  .main-header .main-box {
    padding: 0 15px;
  }
  .banner-section .content-column h4, .banner-section .content-column .t {
    font-size: 28px;
    line-height: 1.2;
  }
  .banner-section .content-column .text {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1357px) {
  .main-menu .navigation > li > a {
    font-size: 13px;
  }
  .sluzby {
    padding: 4vh !important;
  }
}
@media only screen and (max-width: 1250px) {
  
  .wrapperdva .holdik {scale:.8}
  submenu {background: #333}
  .responsive-menu { position: fixed; top: 80px; left: 0; z-index: 99; width: 100%; }
  .responsive-menu .responsive-navigation {
    display: none;
    flex-direction: column;
  }
  
  .responsive-menu .responsive-navigation > li {
    margin: 4px 0;
    padding: 2px 0;
  }
  
  #menu-toggle {
    display: block;
    width: 100%
  }
  
  .responsive-menu .responsive-navigation.show {
    display: flex;
  }
  
  .main-header {
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
  }
  .sluzby .row .image-column {
    padding: 2vh 0 !important;
    padding-bottom: 0 !important
  }
  .spespldole {
    margin-bottom: 0
  }
  .prvniodsazeni {
    margin-top: 125px;
  }
  submenu {
    padding:0 
  }
  :root {
    --swiper-width: 50%;
  }
  .main-header .main-box {
    padding: 0 15px;
  }
  .main-header .outer-box .btn-box {
    display: none;
  }
  .banner-section {
    padding: 0 15px;
  }
  .banner-section .content-column .inner-column {
    padding: 180px 0 120px;
  }
  .job-categories {
    padding: 100px 0 55px;
  }
  .testimonial-block .inner-box {
    padding: 30px 30px;
  }
  .testimonial-block .thumb {
    height: 50px;
    width: 50px;
  }
  .testimonial-block .info-box {
    padding-left: 70px;
    min-height: 50px;
  }
  .testimonial-block .name {
    font-size: 18px;
    line-height: 1.2em;
  }
  .testimonial-block .designation {
    font-size: 14px;
  }
  .news-block .lower-content h3 {
    font-size: 18px;
  }
  .testimonial-block {
    margin-right: 0;
  }
  .main-header .main-box {
    display: none !important;
  }
  .mobile-header, .mm-add-listing, .nav-outer .mobile-nav-toggler {
    display: block;
  }
  .nav-outer .mobile-nav-toggler {
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
  }
  .main-header .logo img {
    max-width: none;
    height: 40px;
  }
  .main-header .nav-outer .main-menu {
    display: none;
  }
  .mobile-header .outer-box {
    margin-top: 7px;
    padding: 0;
  }
  .mobile-header, .mm-add-listing, #toggle-user-sidebar, .nav-outer .mobile-nav-toggler {
    display: block;
  }
  .nav-outer .mobile-nav-toggler {
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
  }
  .mobile-header .outer-box {
    margin-top: 7px;
    padding: 0;
  }
  .mobile-header, .mm-add-listing, #toggle-user-sidebar, .nav-outer .mobile-nav-toggler {
    display: block;
  }
  .nav-outer .mobile-nav-toggler {
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  
  .grid-2 {
      grid-template-columns: 1fr ;
  }
  
    .bilejbox {
        padding: 40px 40px;
        
    }  
  
    .textc-mobile {text-align: center}
    .mm-add-listing.mm-listitem > .mm-listitem__text:nth-child(2) {display: none!important}
  .c2 {
    font-size: 30px
}
  
  .ftearure.pravy {
    right: unset;
    left: unset;
}
  
  .vrchniclenove.mensi .tymovec .jmenoprijmeni.pravy {
    left: unset;
    top: 15px;
    right: unset;
    text-align: center;
}
    
    .swiper.withdots.pc {display: none}
       .swiper.withdots.mobil {display: block} 

  .kontaktpage {
    text-align: center
  }
  .kontaktpage .title-box h1 {
    margin: 0 0 50px;
    margin-bottom: 50px !important
  }
  .vrchniclenove .tymovec {
    display: flex;
    flex-wrap: wrap;
  }
  .tym .clen h2 {
    font-size: 1.1rem;
  }
  .tym .clen span {
    font-size: .75rem;
  }
  
  .vrchniclenove.mensi .tymovec .jmenoprijmeni {
    right: 0px;
   top: 20px
}
  
  .vrchniclenove .tymovec .jmenoprijmeni.pravy {
    left: 0;
    top: unset;
    right: unset;
    text-align: center;
  }
  .vrchniclenove .tymovec .jmenoprijmeni {
    position: relative;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    order: 1;
    margin: 15px 0;
    right: unset;
    top: unset;
  }
  
 .ftearure {
    position: relative;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    order: 1;
    margin: 15px 0;
    right: unset;
    top: unset;
       justify-content: center;
    gap: 30px;
  }	
  
  
  .vrchniclenove {
    flex-wrap: wrap;
    margin-top: 85px;
  }
   
  .maklik  {
    flex-wrap: wrap;
    margin-top: 10px!important;
    margin-bottom: 10px!important
  }
  
  .block-hp-services {
    margin: 100px 0 150px !important;
  }
  .block-hp-services .sec-title h2 {
    font-size: 26px !important;
    margin-bottom: 45px 
  }
  .wrapper {
    scale: .8;
    margin-top: -45px;
  }
  .video-wrap.pulka.vetsi.hp {max-height: 75vh}
  .muted.active {
    margin-left: -65px
  }
  .muted.poptavka {
    margin-left: 65px;
  }
  .textkvideu {
    font-size: 25px!important;
    line-height: 30px;
    padding-bottom: 0!important;
    color: white!important
  }
  .textkvideu span {
   font-size: 18px!important;
        color: #CEA447!important;
        margin-top: 7px;
        margin-bottom: 20px
  }
  .muted {
    left: calc(50% - 55px);
    z-index: 5;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px;
    width: 110px;
    top: 40%;
  }
  .textform {
    order: 1;
    width: 100% !important;
    justify-content: center
  }
  .fotkaform {
    order: 2;
    width: 100% !important;
    justify-content: center;
    display: flex;
  }
  .formularform {
    order: 2;
    width: 100% !important
  }
  .speslmargin {
    margin: 0 20px 50px !important;
    text-align: center !important;
  }
  .contact-form .col-4 {
    width: 100%
  }
  .customtitul {
    font-size: 26px !important
  }
  .default-form .form-group:last-child {
    justify-content: center;
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .textform .sec-title h2 {
    font-size: 20px !important;
  }
  .textform .customtitul span {
    font-size: 20px !important;
  }
  .sec-title h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important
  }
  .velkytextnastrednabidka.odrazeny {
    
      z-index: 5;
  }
  .sec-title h2.svideem { margin-bottom: 0px !important}
  .textovka {
    font-size: 13px;
    line-height: 1.5;
  }
  .sluzby .row .content-column {
    width: 100% !important;padding-left: 0
  }
  .sluzby .row .image-column {
    padding: 1vh 0 !important;
  }
  .main-header {
    box-shadow: none;
    background: rgba(255, 255, 255, 0)
  }
}
@media only screen and (max-width: 991px) {
  
  
.ukazkaodrazmobil {margin-top: 80px}
  
  
  .blockreferenci .title {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .banner-section .content-column .t {text-align: center}
  
  
  .video-wrap.pulka.vetsi.ukazkypracvid {
      max-height: 60vh !important;
      height: 60vh !important;
  }
  
  .video-wrap.pulka.vetsi {
      max-height: 32vh!important;
      height: 32vh!important;
      margin-bottom: 50px;
  }
  
  .muted.active.hp {
      top: 85%;

  }
  .muted.poptavka.hp {
   
      top: 85%;
    
  }
  
  .cenovybox {
  
      margin-bottom: 60px;
  }
  
    #provize .image-column {
    padding: 0 !important;
}
    #provize {
    padding-bottom: 0!important;
}
    
    .schovejnapc {display: block}
    #uvod .content-column h1,  #uvod .content-column h4, #uvod .content-column .text {text-align: center}
    
    .blockreferenci:before {display: none}
    .testimonial-section .waves {
    background: rgba(174, 135, 48, .4);

}
    
    .loogvikone {
    width: 100%;
    display: flex;
    justify-content: center;
}
    .hodnoceni {
    position: absolute;
    right: calc(50% - 21.5px);
    top: -23px;
    color: #ffffff;
    background-color: #AE8730;
    border-radius: 50%;
    padding: 5px;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    scale:.9
}
  
  
.podpisvlevo {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 205px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 250px;
    mix-blend-mode: color-dodge;
}

.podpisvpravo {
    position: absolute;
    z-index: 2;
    right: left;
    top: 205px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 250px;
    mix-blend-mode: color-dodge;
}		
  
  .banner-section .image-column .main-image {
    display: none
  }
  .ukazkyprace {
    margin-bottom: 0px !important;
    margin-top: 85px !important
  }
  .refkhorni .image-column {
    display: block
  }
  .video-wrap {
    margin-bottom: 30px;
  }
  .ptxl-0 {
    padding-top: 0 !important;
  }
  .pbxl-0 {
    padding-bottom: 0px !important;
  }
  .mbxl-0 {
    margin-bottom: 0px !important;
  }
  .tym .clen {
    width: 50%;
  }
  .hide-xl {
    display: none;
  }
  .mb-show-xl {
    margin-bottom: 25px;
  }
  .news-section-two .sec-title {
    margin-bottom: 25px;
  }
  .banner-section .image-column .main-image img {
    margin-bottom: 45px;
    max-width: 100%;
  }
  .ikony.pc {
    display: none;
  }
  .banner-section .content-column .inner-column {
    padding: 90px 0;
  }
  .ikony.mobil .ikona img {
    display: flex;
    width: 100%;
    max-width: 105px;
  }
  .ikony.mobil .vetsitext {
    font-size: 12px;
    font-weight: 700;
    margin-top: -4px
  }
  .ikony.mobil {
        display: grid;
    position: relative;
    z-index: 5;
    bottom: 0;
    margin-top: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    
    scale: 1.05;
  }
  .ikony.mobil .ikona {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 10px 10px;
    border-right: 1px solid #CEA447;
    border-radius: 0;
    background: white;
    color: black;
    width: 100%;
  }
  .banner-section .image-column .image-box {
    position: relative !important;
    padding-top: 0;
  }
  .elipsa {
    width: 140%;
    height: 120%;
    left: -20%;
  }
  
  .textik {
    font-size: 15px;
    line-height: 22px;
    width: 220px;
  }
  .testimonial-section .carousel-outer {
    scale: .6;
    margin: 0;
  }
  .testimonial-section {
    padding: 0;
  }
  .sec-title {
    margin-bottom: 30px;
  }
  .textovefeatury {
      display: block;
  }
      .textovefeatury > div{
     margin: 0px 0
  }
  
     .ftearure {
      gap: 10px;
    }	
    
    .mt-80-xl {margin-top: 80px!important}
    .px-xl-30 {padding: 30px 0!important}
    
}
@media only screen and (max-width: 767px) {

  
  #animated-thumbnails-gallery-mensi {
    /* width: 100%; */
    position: relative;
    overflow: hidden;
    /* float: left; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: unset !important;
    gap: 10px;
}
  
    #animated-thumbnails-gallery-mensi a {
           width: unset !important;
    /* float: left; */
    box-sizing: border-box;
    /* padding: 5px; */
    display: flex;
    height: 130px !important;
    position: relative;
    top: unset !important;
    left: unset !important;
    }
  
    #animated-thumbnails-gallery-mensi a > img {
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 1;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

  .mensipadikukazka {padding-top: 0!important}
  
  .titulnastred.dva.nabidka {
    background: #CEA447;
  padding: 20px;
    font-size: 20px!important;
           margin-bottom: 0px!important;
    margin-top: 80px;
}
  
  .ikonafeature {
    gap: 5%;
}
  .labelnabidka {
    font-size: 12px ;   line-height: 13px;
}
    .ikonafeature > div{
   margin: 30px 0
}
  
.featurenabidka {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}	
.ikonadispozice img {
    max-height: 45px;
}
  
  .social-links .fab {
    margin-right: 10px;
    margin-left: 10px;
  }
  .social-links .fab {
    font-size: 18px;
  }
  .fotovlevo {
    position: absolute;
    width: 150px;
    left: -10%;
  }
  .fotovorapvo {
    position: absolute;
    width: 150px;
    right: -10%;
  }
  .customrowkontaktu {
    width: 100%;
    padding-top: 80px;
    margin-left: 0
  }
  .polozkakontakt {
    font-size: 20px;
  }
  h5.kontakt {
    font-size: 17px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  h5.kontakt span {
    font-size: 30px;
    line-height: 28px;
  }
  .ikonakontakt {
    width: 25px;
    height: 25px;
  }
  .stred {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: 0;
    width: unset;
    margin-bottom: 150px;
  }
  .customrowkontaktu {
    align-items: flex-end;
  }
  
    .vetsidira {margin-top: 30px!important}
    .refkhorni .inner-column.upravemezeru {
  padding: 80px 0 40px !important;
}
    
  .hp .holdercelku:after {
    display: none
  }
  .ben-box-img {
    border: 0 !important;
  }
  .schovatnamobilu {
    display: none !important
  }
  .accordion-box .block .acc-btn {
    font-size: 15px;
    padding: 20px 10px;
    line-height: 20px;
  }
  .accordion-box .block .acc-btn .cislice {
    background: #CEA447;
    padding: 14px 10px 14px 15px;
    color: white;
    border-radius: 7px;
    margin-right: -10px;
    position: relative;
    left: -20px;
  }
  .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 30px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    color: #2F2D51;
    font-size: 10px;
    font-weight: 700;
    transition: all 300ms ease;
  }
  .banner-section .content-column .text {
    font-size: 11px;
  }
  .mb-30 {
    margin-bottom: 0px !important;
  }
  .banner-section .content-column .title-box {
    margin-bottom: 0;
  }
  .banner-section .content-column h1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .banner-section .content-column .ikona {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px 20% 10px;
    margin-bottom: 0px;
  }
  .banner-section .content-column {
    margin-top: 20px;
  }
  .banner-section .content-column h4, .banner-section .content-column .t {
    font-size: 24px;
  }
  .banner-section .image-column {
    padding-top: 0;
  }
  .news-section-two, .job-categories {
    padding: 0;
  }
  .news-section-two {
    padding-top: 25px;
  }
  .testimonial-section {
    padding: 50px 0;
  }
  section#reference {
      padding-top: 0px;
  }
 .titilegfoto {margin-top: 70px}
  .category-block {
    margin-bottom: 12px;
    width: 50%;
  }
  .category-block .content {
    padding-left: 5px;
  }
  .sluzbyimgikona {
    display: none;
  }
  .row .category-block:nth-of-type(odd) {
    padding-right: calc(.75rem * .5);
  }
  .row .category-block:nth-of-type(even) {
    padding-left: calc(.75rem * .5);
  }
  .sec-title h2 {
    font-size: 26px;
  }
  .banner-section .image-column .main-image img {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .bilejboxuzkej {
      padding: 45px 25px;

  }
  
.podpisvlevo {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 75px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 150px;
    mix-blend-mode: color-dodge;
}

.podpisvpravo {
    position: absolute;
    z-index: 2;
    right: left;
    top: 75px;
    font-size: 30px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    width: 150px;
    mix-blend-mode: color-dodge;
}	
  
  .banner-section .videoprehra {
    top: 0px;
  }
  mensi {
    font-size: 15px;
    left: -5px
  }
  .banner-section .content-column h1, .banner-section .content-column h1 .colored {
    font-size: 32px;
line-height: 39px
  }
  


  
  .banner-section .content-column h4 .colored, .banner-section .content-column .t .colored {
    color: #CEA447;
    font-size: 22px;
      margin-left: 0px
  }
  .banner-section {
    padding: 0;
  }
  .auto-container {
    padding: 0 20px;
  }
  .banner-section:before {
    background-image: url(https://irealitka.grapastudio.cz/images/icons/shape-4.png);
    height: auto;
    bottom: 0;
    top: -60px;
  }
  .banner-section .content-column .inner-column {
    padding-bottom: 10px;
    padding-top: 80px;
  }
  .main-footer .footer-bottom .outer-box {
    flex-direction: column;
  }
  .main-footer .copyright-text {
    order: 2;
  }
  .main-footer .social-links a {
    margin: 0 20px 15px;
  }
  .category-block h4 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .news-block .lower-content {
    padding: 10px 10px;
  }
  .copyright-text {
    padding: 0 0 30px;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.swiper iframe {
  position: absolute;
  top: 0px;
  margin-top: -11px;
  z-index: 1;
  width: 30vw;
  height: 16.5vw;
}
.swiper .ytbholder {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.swiper .coversekce {
  height: 100%;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.swiper .inner-box {
  background: #CEA447;
  padding: 35px;
  color: white;
  position: relative
}
.swiper .inner-box .title {
  margin-bottom: 20px
}
.swiper .inner-box .text {
  color: white
}
.swiper {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  overflow: unset!important;
  margin: 40px 0
}
.swiper.withdots {
    overflow: unset!important
}

.swiper.withdots>.swiper-pagination-bullets, .swiper.withdots>.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper.withdots>.swiper-pagination-custom, .swiper.withdots>.swiper-pagination-fraction {
    bottom: -40px!important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #CEA447!important;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  position: relative !important;
  width: var(--swiper-width) !important;
  opacity: .5;
  transform: scale(.84);
  transition: all .3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
  filter: contrast(1) brightness(0.5);
}
.swiper-slide .image {
  pointer-events: none
}
.swiper-slide.swiper-slide-active .image {
  pointer-events: all
}
.swiper-backface-hidden .swiper-slide {
  transform: scale(.84) translateZ(0);
}
.swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
  filter: grayscale(0) blur(0px);
}
.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.swiper-image {
  position: relative;
  width: 100%;

}
.swiper-image .image > p {line-height: 0}
.swiper-image .image {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.swiper-button-next, .swiper-button-prev {
  padding: 8px;
  width: 22px !important;
  height: 22px !important;
  margin-top: 0 !important;
  border-radius: 50%;
}
.swiper-button-next .waves-block, .swiper-button-prev .waves-block {
  position: absolute;
  left: 24px;
  top: 24px;
  scale: .5;
  z-index: 1
}
.swiper-image .image.odraz.t-unset {top:11px!important}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #fff;
  font-size: 25px !important;
}
.swiper-container-aleternativa {
  padding-bottom: 25px !important
}
.swiper-container-aleternativa .swiper-button-next::after, .swiper-container-aleternativa .swiper-button-prev::after {
  font-size: 20px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  z-index: 2;
}
/*.swiper-container-aleternativa .swiper-button-next, .swiper-container-aleternativa .swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  background: #CEA447;
}*/


.swiper-pagination-bullet {
    background: #d4d4d4!important;

}
.swiper-container-aleternativa .swiper-button-prev:after {
  position: relative;
  left: -1.5px;
  top: 0.8px
}
.swiper-container-aleternativa.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
.swiper-container-aleternativa .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #CEA447;
  opacity: 1;
}
.swiper-container-aleternativa .swiper-pagination-bullet-active {
  width: 40px;
  transition: width .5s;
  border-radius: 5px;
  background: #CEA447;
  border: 1px solid transparent;
}
.swiper-container-aleternativa .swiper-button-next:after {
  position: relative;
  left: 1.5px;
  top: 0.8px
}
.swiper-button-next {
  transform: translate(50%, -50%);
  right: calc((100% - var(--swiper-width)) / 2 - 20px) !important;
}
.swiper-button-prev {
  transform: translate(-50%, -50%);
  left: calc((100% - var(--swiper-width)) / 2 - 20px) !important;
}
.swiper-container-aleternativa .swiper {
  height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%) !important;
}
.swiper-container-aleternativa .swiper-slide {
  width: var(--swiper-mobile-width) !important;
  transform: scale(var(--swiper-mobile-inactive-scale)) !important;
  opacity: 0
}
.swiper-container-aleternativa .swiper-slide.swiper-slide-active {
  opacity: 1
}
.swiper-container-aleternativa .swiper-backface-hidden .swiper-slide.swiper-slide {
  transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0) !important;
}
.swiper-container-aleternativa .swiper-button-next {
  right: calc((100% - var(--swiper-mobile-width)) / 2) !important;
}
.swiper-container-aleternativa .swiper-button-prev {
  left: calc((100% - var(--swiper-mobile-width)) / 2) !important;
}
@media only screen and (max-width: 768px) {
  .velkytextnastrednabidka {font-size: 50px!important}

  
  .k2 {
    text-align: right;
}
  
  .nulapadding {padding-left: 0!important;padding-right: 0!important}
    
    .upravemezeru {padding: 80px 0 40px!important}
    
  .swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%) !important;
  }
  .swiper-slide {
    width: var(--swiper-mobile-width) !important;
    transform: scale(var(--swiper-mobile-inactive-scale));
  }
  .swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }
  .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2) !important;
  }
  .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2) !important;
  }
}
.lg-container {
  position: relative;
  padding: 0;
}
.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.lg-hotspot__button {
  height: 48px;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #CEA447;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  z-index: 999;
  animation: button-pulse 1.5s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.7);
}
.lg-hotspot__label {
  position: absolute;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  pointer-events: none;
  border-radius: 2px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #555;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 2px 2px 0 0;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}
.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16.8px;
  width: 16.8px;
  border-radius: 100%;
  border: 3px solid white;
  background-color: #CEA447;
  transition: border-color 1s linear;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: ##CEA447;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  background-color: ##CEA447;
}
.lg-hotspot--selected {
  z-index: 5;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
}
.lg-hotspot--top-left .lg-hotspot__label {
  top: 24px;
  left: 24px;
}
.lg-hotspot--top-right .lg-hotspot__label {
  top: 24px;
  right: 24px;
}
.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 24px;
  bottom: 24px;
}
.lg-hotspot--bottom-left .lg-hotspot__label {
  bottom: 24px;
  left: 24px;
}
@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}




.pt-12{padding-top:12px!important;}
.w-100{width:100%;}
.pos-relative{position:relative!important;}
.form-control{border-color:#DBDEE7;}
.input-lg:not(.bootstrap-select){border-radius:4px;padding-top:11px;padding-bottom:11px;height:52px;}
.input-prefix-text>span{color:#262626;display:-webkit-box;display:-ms-flexbox;display:flex;top:52%;}

.w-100{width:100%;}
.leadcollector-form .lc-c-vali-message{margin-top:5px;margin-bottom:0;position:relative;left:auto;bottom:auto;text-align:left;}
.leadcollector-form .form-group{margin-bottom:15px;}
.lc-c-button-submit{white-space:nowrap;}
.leadcollector-form .input-prefix-text>span{top:26px!important;}
.leadcollector-form .lc-c-input{padding-top:10px!important;padding-bottom:10px!important;}
.legal-line{font-size:12px;}
.legal-line a{color:#CEA447;cursor:pointer;}

.irealitka-little-form{width:auto;position:fixed;bottom:30px;right:30px;min-height:45px;transition:ease-in 1.2s;transform:translateY(350px);z-index:99;}
.irealitka-little-form-content{background-color:#ffffff;border-radius:8px;box-shadow:0 10px 30px rgba(75, 17, 47, .1);transition:cubic-bezier(0.48, 0.04, 0.52, 0.96) .2s;opacity:0;display:none;transform:translateY(350px);max-height:2px;overflow:hidden;}
.irealitka-little-form.fsn-fade-in{transform:translateY(0);}
.irealitka-little-form .text-right{text-align:right;}
.fsn-title{font-size:14px;color:#262626;line-height:20px;display:block;margin-bottom:4px;}
.fsn-font-ultra{font-weight:700;font-size:16px;line-height:22px;}
.fsn-text{font-size:12px;color:#666666;line-height:15px;margin:0 0 11px;}
.fsn-switch-content{height:auto;max-height:0;opacity:0;padding:0 3px;margin:0 -3px;overflow:hidden;transition:opacity ease .8s, max-height ease .7s;}
.ir-step-1 .fsn-switch-content:first-of-type{max-height:300px;opacity:1;}
.irealitka-little-form .ico-earphone{display:inline-block;width:26px;height:26px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1024 1024' style='enable-background:new 0 0 1024 1024;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E%0A.st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M948.2,682.2c-64.5,0-127.7-10.2-187.8-29.9c-26.4-9-58.6-0.9-75.3,16.2l-120.7,90.9 C425.3,686,337,597.7,264.5,459.9l89.2-118.6c20.3-20.1,27.5-49.9,18.8-77.2c-19.9-60.6-30-123.7-30-188.2c0-41.8-34-75.9-75.8-75.9 H75.8C34,0,0,34.1,0,75.9C0,598.6,425.3,1024,948.2,1024c41.8,0,75.8-33.7,75.8-75.5V758.2C1024,716.4,990,682.2,948.2,682.2z'/%3E%3C/svg%3E%0A");}
.ir-floatfsn-btn:hover .ico-earphone{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1024 1024' style='enable-background:new 0 0 1024 1024;' xml:space='preserve'><style type='text/css'>%0A.st0%7Bfill:%23CEA447;%7D%0A</style><path class='st0' d='M948.2,682.2c-64.5,0-127.7-10.2-187.8-29.9c-26.4-9-58.6-0.9-75.3,16.2l-120.7,90.9 C425.3,686,337,597.7,264.5,459.9l89.2-118.6c20.3-20.1,27.5-49.9,18.8-77.2c-19.9-60.6-30-123.7-30-188.2c0-41.8-34-75.9-75.8-75.9 H75.8C34,0,0,34.1,0,75.9C0,598.6,425.3,1024,948.2,1024c41.8,0,75.8-33.7,75.8-75.5V758.2C1024,716.4,990,682.2,948.2,682.2z'/></svg>%0A");}
.irealitka-little-form .ico-remove-bold{display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1024 1024' style='enable-background:new 0 0 1024 1024;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23575757;%7D%3C/style%3E%3Cpath class='st0' d='M80.9,0.1c-20.7,0-41.5,7.8-57.3,23.6c-31.6,31.6-31.6,82.9,0,114.5L397.5,512L23.7,885.8 c-31.6,31.6-31.6,82.9,0,114.5c31.6,31.6,82.9,31.6,114.5,0L512,626.5l373.8,373.8c31.6,31.6,82.9,31.6,114.5,0 c31.6-31.6,31.6-82.9,0-114.5L626.5,512l373.8-373.8c31.6-31.6,31.6-82.9,0-114.5c-31.6-31.6-82.9-31.6-114.5,0L512,397.5 L138.2,23.7C122.4,7.9,101.6,0.1,80.9,0.1z'/%3E%3C/svg%3E");}
.ir-floatfsn-btn:hover .ico-remove-bold{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1024 1024' style='enable-background:new 0 0 1024 1024;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ffffff;%7D%3C/style%3E%3Cpath class='st0' d='M80.9,0.1c-20.7,0-41.5,7.8-57.3,23.6c-31.6,31.6-31.6,82.9,0,114.5L397.5,512L23.7,885.8 c-31.6,31.6-31.6,82.9,0,114.5c31.6,31.6,82.9,31.6,114.5,0L512,626.5l373.8,373.8c31.6,31.6,82.9,31.6,114.5,0 c31.6-31.6,31.6-82.9,0-114.5L626.5,512l373.8-373.8c31.6-31.6,31.6-82.9,0-114.5c-31.6-31.6-82.9-31.6-114.5,0L512,397.5 L138.2,23.7C122.4,7.9,101.6,0.1,80.9,0.1z'/%3E%3C/svg%3E");}
.irealitka-little-form .input-prefix-text{position:relative;}
.irealitka-little-form .fsn-input-prefix .fsn-prefix{font-size:18px;}
.irealitka-little-form .input-prefix-text-lg>span{font-size:20px;left:16px;}
.irealitka-little-form .input-prefix-text>span{vertical-align:middle;position:absolute;top:8px;left:12px;display:block;z-index:1;}
body[data-theme-images-folder] .irealitka-little-form .input-prefix-text>span{top:23px!important;}
.irealitka-little-form .lc-c-input{padding-left:60px;padding-right:20px;border-radius:6px;border-color:#dbdee7;height:43px;font-size:18px;border:1px solid #999;background-color:#fff;display:block;width:100%;padding-top:12px!important;}
.irealitka-little-form .lc-c-button-submit{font-size:18px;padding:6px 12px;white-space:normal;transition-property:color, border-color, background;transition-duration:0.5s;color:#fff;background-color:#CEA447;display:inline-block;font-weight:700;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;}
.irealitka-little-form .lc-c-button-submit.outline   {  background: white;
border: 1px solid #CEA447;
color: #CEA447;font-weight: 400}
.irealitka-little-form .lc-c-button-submit:hover {transition: .4s all;background: #a88331;}
.irealitka-little-form .lc-c-button-submit.outline:hover   {  background: #CEA447;
border: 1px solid #CEA447;
color: white;font-weight: 400;transition: .4s all}

.fsn-button{width:70px;height:70px;border-radius:50%;box-shadow:0 5px 30px rgba(75, 17, 47, .2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background-color:#CEA447;transition:ease .3s;}
.fsn-button svg{fill:#fff;}
.fsn-button:hover{background-color:#fff;}
.fsn-button:hover svg{fill:#CEA447;}
.ir-floatfsn-btn .fsn-icon-2{display:none;}
.pos-relative{position:relative;}
.w-100{width:100%;}
.ir-float-btn{margin-top:5px;}
.fsn-btn{display:block;width:100%;padding:10px 12px;font-size:16px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;border:1px solid transparent;border-radius:6px;background-color:#CEA447;color:#fff;transition:.4s all;box-sizing:border-box;}
.fsn-btn.outline{background:#fff;border:1px solid #CEA447;color:#CEA447;font-weight:400;}
.fsn-btn.outline:hover{background:#CEA447;border-color:#CEA447;color:#fff;}
.irealitka-little-form .fsn-input-prefix .form-control{border-radius:6px;border-color:#dbdee7;height:43px;}
.irealitka-little-form .fsn-input-prefix .fsn-prefix{font-size:18px;}
.irealitka-little-form .leadcollector-form .lc-c-vali-message{margin-top:5px;margin-bottom:0;position:relative;left:auto;bottom:auto;}
.irealitka-little-form .leadcollector-form .form-group{margin-bottom:15px;}
.irealitka-little-form .legal-line{font-size:12px;}
.irealitka-little-form .legal-line a{color:#CEA447;cursor:pointer;}
.irealitka-little-form .lajna {
    height: 1px;
    background: #dbdee7;
    margin: 20px 2px;
    left: 0;
}
@media all{
.lc-c-alert{padding:15px;border:1px solid transparent;display:none;text-align:center;}
.lc-c-vali-message{display:none;color:#e20000;position:absolute;left:0;bottom:-21px;font-size:14px;}
.pos-relative{position:relative;}
.lc-c-box-overlaid{position:absolute;min-height:60px;top:0;left:0;width:100%;height:100%;display:none;}
.lc-c-box-overlaid:before{content:"";display:block;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0;z-index:14;background-color:#fff;}
.lc-c-box-overlaid:after{content:"";-webkit-animation:rotation 1.1s linear infinite;-o-animation:rotation 1.1s linear infinite;animation:rotation 1.1s linear infinite;position:absolute;z-index:14;top:50%;left:50%;width:60px;height:60px;margin-top:-30px;margin-left:-30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMjRweCIgaGVpZ2h0PSIxMDI0cHgiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPiAgPGRlZnM+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjAiIHgyPSIwLjU4OCIgeTI9IjEiPiAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwIi8+ICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC4yIi8+ICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDIiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+ICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuMiIvPiAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuNCIvPiAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InQzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNTg4IiB5MT0iMCIgeDI9IjAiIHkyPSIxIj4gICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC40Ii8+ICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC42Ii8+ICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDQiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMSIgeTE9IjEiIHgyPSIwLjQxMiIgeTI9IjAiPiAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+ICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDUiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjEiIHgyPSIwIiB5Mj0iMCI+ICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPiAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIxIi8+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InQ2IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNDEyIiB5MT0iMSIgeDI9IjEiIHkyPSIwIj4gICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiLz4gICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIvPiAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgPC9kZWZzPiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwLDEwMCkiPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3QxKSIgZD0iTTc2OC44LDIwNkM2OTUuNCw3OC45LDU1OC43LDAsNDEyLDBsMC0xMDBjODkuOCwwLDE3OC4zLDIzLjcsMjU2LDY4LjYgQzc0NS43LDEzLjUsODEwLjUsNzguMyw4NTUuNCwxNTZMNzY4LjgsMjA2eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3QyKSIgZD0iTTg1NS40LDY2OGwtODYuNi01MGM3My40LTEyNy4xLDczLjQtMjg0LjksMC00MTJsODYuNi01MGM0NC45LDc3LjcsNjguNiwxNjYuMyw2OC42LDI1NiBDOTI0LDUwMS44LDkwMC4zLDU5MC4zLDg1NS40LDY2OHoiLz4gICAgPHBhdGggZmlsbD0idXJsKCN0MykiIGQ9Ik00MTIsOTI0bDAtMTAwYzE0Ni43LDAsMjgzLjQtNzguOSwzNTYuOC0yMDZsODYuNiw1MEM4MTAuNSw3NDUuNyw3NDUuNyw4MTAuNSw2NjgsODU1LjQgQzU5MC4zLDkwMC4zLDUwMS44LDkyNCw0MTIsOTI0eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q0KSIgZD0iTTQxMiw5MjRjLTg5LjgsMC0xNzguMy0yMy43LTI1Ni02OC42Qzc4LjMsODEwLjUsMTMuNSw3NDUuNy0zMS40LDY2OGw4Ni42LTUwIEMxMjguNiw3NDUuMSwyNjUuMyw4MjQsNDEyLDgyNEw0MTIsOTI0eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q1KSIgZD0iTS0zMS40LDY2OEMtNzYuMyw1OTAuMy0xMDAsNTAxLjgtMTAwLDQxMnMyMy43LTE3OC4zLDY4LjYtMjU2bDg2LjYsNTAgYy03My40LDEyNy4xLTczLjQsMjg0LjksMCw0MTJMLTMxLjQsNjY4eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q2KSIgZD0iTTU1LjIsMjA2bC04Ni42LTUwQzEzLjUsNzguMyw3OC4zLDEzLjUsMTU2LTMxLjRDMjMzLjctNzYuMywzMjIuMi0xMDAsNDEyLTEwMGwwLDEwMCBDMjY1LjMsMCwxMjguNiw3OC45LDU1LjIsMjA2eiIvPiAgPC9nPiAgPGNpcmNsZSBmaWxsPSIjRTIwMDc0IiBjeD0iNTEyIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);background-size:60px 60px;background-repeat:no-repeat;background-position:center;}
}

@keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@keyframes rotation{from{-webkit-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}


.is-active .irealitka-little-form-content {
    opacity: 1;
    display: block;
    padding: 16px 14px 19px;
    margin-bottom: 20px;
    min-height: 45px;
    max-height: none;
    transform: translateY(0);
}
.wow {
    visibility: hidden;
}

/* Custom styles for the unique tabs */
.custom-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 60px;
  justify-content: center;}

.custom-tabs .custom-tab-link {
  padding: 10px 60px;
  cursor: pointer;
  color: white;
  border-bottom: 1px solid #fff;

  
  transition: background-color 0.3s ease;
}

.custom-tabs .custom-tab-link.active {
  color: #CEA447;
  border-bottom: 1px solid #CEA447;
}

.custom-tab-content {
  display: none;

}

.custom-tab-content.active {
  display: block;
}
.velkytextnastrednabidka.odrazeny {margin-top: 185px}
/* Responsive styles */
@media (max-width: 768px) {
  
  .tucne {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: unset; -webkit-line-clamp: unset; line-clamp: unset; max-height: unset; line-height: 1.3em; font-size: 18px !important;}
  
 .custom-tabs .custom-tab-link {
   padding: 10px 30px;
  
 }

  .custom-tabs .custom-tab-link {
    margin-bottom: 5px;
  }
  
  .velkytextnastrednabidka.odrazeny {margin-top: 85px}
  
}



.bezpozadizluty {background: unset!important;color:#CEA447;padding-left: 0!important}
.bezpozadizluty h3, .bezpozadizluty h3 a {color:#CEA447!important;text-transform: uppercase }
.boxiklabelvideo {
    position: relative;
    background: black;
    padding: 12px 10px;
    border-radius: 10px;
    color: white;display: flex;align-items: center;justify-content: center
}
.br-0 {border-radius: 0!important}
.labelsboxiky {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px
}

.boxiklabel {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  background: #CEA447;
  padding: 0px 20px; /* Adjusted padding for better centering */
 
  color: white;
  text-align: center; /* Center the text horizontally */
  transform: rotate(-45deg);
  transform-origin: center; /* Rotate from the center */
  left: -70px; /* Adjusted position */
  top: 12px;
  width: 200px; /* Adjust width if needed for better centering */
}

.news-block .image-box.dva {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.velkytextnastrednabidka {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: 5px;
    display: grid;
    justify-content: center;
    align-items: center;
  pointer-events: none
 
}



.boxrefka {font-size: 22px;
text-transform: none;
letter-spacing: 0;
font-weight: 400;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
background: #CEA447;
padding: 10px;
border-radius: 15px;    justify-self: center;}
.news-block .image-box.dva .image {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    left: 0;
    opacity: .9;
}

.news-block .image-box.dva  .sluzbyimg {
    max-height: 280px;
    
}
.pointer {cursor: pointer!important}

/* --- iRealitka vanilla lightbox (replaces lightGallery) --- */
html.ir-lightbox-noscroll { overflow: hidden; }
.ir-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99990;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.ir-lightbox.ir-lightbox--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.ir-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
.ir-lightbox__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 56px;
  box-sizing: border-box;
  pointer-events: none;
}
.ir-lightbox__inner > * { pointer-events: auto; }
.ir-lightbox__figure {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.ir-lightbox__img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
.ir-lightbox__caption {
  color: #eee;
  font-size: 14px;
  text-align: center;
  max-width: 90vw;
}
.ir-lightbox__close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 12px;
  opacity: 0.85;
}
.ir-lightbox__close:hover { opacity: 1; }
.ir-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  width: 48px;
  height: 64px;
  cursor: pointer;
  border-radius: 4px;
}
.ir-lightbox__nav:hover { background: rgba(255, 255, 255, 0.22); }
.ir-lightbox__prev { left: 12px; }
.ir-lightbox__next { right: 12px; }
@media (max-width: 600px) {
  .ir-lightbox__inner { padding: 40px 12px; }
  .ir-lightbox__nav { width: 40px; height: 52px; font-size: 22px; }
}

/* --- Mobile drawer (replaces mmenu) --- */
#nav-mobile { position: relative; }
.ir-mobile-drawer-host {
  position: fixed;
  inset: 0;
  z-index: 100050;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s;
}
body.ir-drawer-open .ir-mobile-drawer-host {
  visibility: visible;
  pointer-events: auto;
}
.ir-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.28s ease;
}
body.ir-drawer-open .ir-drawer-backdrop {
  opacity: 1;
}
.ir-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 90vw);
  max-width: 100%;
  background: #1a1a1a;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding: 48px 16px 24px;
  box-sizing: border-box;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.35);
}
body.ir-drawer-open .ir-drawer-panel {
  transform: translateX(0);
}
.ir-drawer-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 10px;
}
.ir-drawer-nav .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ir-drawer-nav .navigation li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ir-drawer-nav .navigation a {
  display: block;
  padding: 14px 8px;
  color: #fff;
  text-decoration: none;
}
body.ir-drawer-open {
  overflow: hidden;
}
.ir-drawer-logo {
  display: flex;
  align-items: center;
  padding: 0 8px 6px;
}
.ir-drawer-logo img {
  height: 24px;
  width: auto;
}
.ir-drawer-menu-label {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-transform: none;
  background: rgba(255,255,255,0.04);
  margin-bottom: 4px;
}
.ir-drawer-nav .navigation li.mm-add-listing {
  border-bottom: none;
  margin-top: 20px;
  padding: 0 8px;
}
.ir-drawer-nav .mm-add-listing > .theme-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #AE8730;
  border-radius: 10px;
  color: #AE8730;
  font-weight: 700;
  font-size: 16px;
}
.ir-drawer-nav .mm-add-listing > span {
  display: block;
}
.ir-drawer-nav .mm-add-listing .contact-info {
  display: block;
  padding: 18px 0 0;
}
.ir-drawer-nav .mm-add-listing .phone-num {
  display: block;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 22px;
}
.ir-drawer-nav .mm-add-listing .phone-num span {
  display: block;
}
.ir-drawer-nav .mm-add-listing .phone-num a {
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.ir-drawer-nav .mm-add-listing .address {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #7e7e7e;
  margin-top: 8px;
}
.ir-drawer-nav .mm-add-listing .email {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #7e7e7e !important;
  padding: 0;
}
.ir-drawer-nav .mm-add-listing .social-links {
  display: flex;
  gap: 14px;
  padding: 12px 0 0;
}
.ir-drawer-nav .mm-add-listing .social-links a {
  padding: 0;
  display: inline-block;
  color: #AE8730;
  font-size: 18px;
}

/* --- Photo grid (replaces justifiedGallery) --- */
.ir-photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
}
.ir-photo-grid .gallery-item {
  flex: 1 1 220px;
  max-width: 100%;
  display: block;
}
.ir-photo-grid .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.ir-before-after {
  margin-bottom: 1rem;
}
.ir-ba-handle::before {
  content: '\276E\2009\276F';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
  letter-spacing: 0;
  text-indent: 0;
  padding: 2px 0 0;
  line-height: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,.35);
  z-index: 5;
}



/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
  height:100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
  width:100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop:always}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
  display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none!important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
