@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
  font-family: 'Space Grotesk', sans-serif;
  color: #404B46;
  font-weight: 300;
}

a {
  color: #404B46;
  text-decoration: underline;
}

a:hover {
  color: #404B46;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .mb-5 {
    margin-bottom: 0rem!important;
}
  }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    background: #3f4b46;
    width: 150px;
    height: 150px;
    border-radius: 0px;
    transition: all 0.4s;
    color: #fff;
}
@media (max-width: 768px) {
  .back-to-top {
    visibility: hidden!important;
  }
  }
.back-to-top a {
  color: #fff;
}

.back-to-top:hover {
  background: #3f4b46;
  color: #B3B7B5;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #404B46;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #2c2f3f;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: 'Space Grotesk', sans-serif;
}

#header .profile h1 a, #header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

.logo {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 150px;
  height: 150px;
  z-index: 9997;
  padding: 0 15px;
  background: #fff;
  text-align: center;
  padding-top: 10px
}


#main {
  margin-right: 150px;
}

@media (max-width: 1199px) {
  #header {
    right: -300px;
  }
  #main {
    margin-right: 0;
  }
  .logo {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 150px;
    height: 150px;
    z-index: 9997;
    padding: 0 15px;
    background: #fff;
    text-align: center;
    padding-top: 10px
  }
}
@media (max-width: 768px) {
  .logo {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 80px;
    height: 80px;
    z-index: 9997;
    padding: 0 15px;
    background: #fff;
    text-align: center;
    padding-top: 10px
  }
  .logo img {
    width: 50px;
  }
}
.btn-primary {
    color: #404B46;
    background-color: transparent;
    border-color: transparent;
    font-weight: 400;
    display: inline-flex;
    margin-top: 20px;
    padding: 3px 0;
    border-bottom: 2px solid #404B46;
    border-radius: 0;
}

.btn-primary:hover {
  color: #404B46;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary.red {
    color: #ed1c25;
    border-bottom: 2px solid #ed1c25;
}

.btn-primary.red:hover {
  color: #ed1c25;
  background-color: transparent;
  border-color: transparent;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #404B46;
  background-color: transparent;
  border-color: transparent;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #404B46;
  background-color: transparent;
  border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-weight: 400;
    display: inline-flex;
    margin-top: 20px;
    padding: 3px 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.btn-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-byt {
    color: #404B46;
    background-color: #fff;
    border-color: transparent;
    font-weight: 400;
    border: 2px solid #404B46;
    padding: 25px 10px;
    border-radius: 0;
    position: fixed;
    left: 46%;
    top: 0;
    transform: translateX(-50%);
    z-index: 9
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
  margin-top: -200px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  width: 100px;
  height: 100px;

}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;

}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
  text-decoration: none;
  color: #B3B7B5;
}

.nav-menu a:hover i, .nav-menu .active i, .nav-menu li:hover > a i {
  color: #B3B7B5;
}

.nav-link:focus, .nav-link:hover {
    color: #B3B7B5;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  color: #fff;
  background: #3f4b46;
    width: 150px;
    height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 0px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9998;
    border: 0;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    color: #fff;
    background: #3f4b46;
      width: 80px;
      height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 0px;
    cursor: pointer;
  }
}
.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  right: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.webp") bottom center;
  background-size: cover;
}

#hero.projekt {
  width: 100%;
  height: 50vh!important;
  background: url("../img/hero-bg.webp") bottom center;
  background-size: cover;
}

#hero.projekt:before {
  display: none
}

#hero.vb {
  width: 100%;
  height: 50vh!important;
  background: url("../img/vb.webp") center center;
  background-size: cover;
}

#hero.vb:before {
  display: none
}

#hero.financovani {
  width: 100%;
  height: 50vh!important;
  background: url("../img/financovani-bg.webp") center center;
  background-size: cover;
}

#hero.financovani:before {
  display: none
}

#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  background-image: url('../img/pattern.svg');
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  #hero:before {
    background-position: 200px center;
    background-size: 200% auto;
  }
}
#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 76px;
  color: #fff;
  margin-right: 150px;
}

#hero p {
  margin: 0 0 10px 0;
  margin-right: 150px;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: 'Space Grotesk', sans-serif;
}

@media (max-width: 1199px) {
  #hero h1 {
    margin-right: auto;
  }

  #hero p {
    margin-right: auto;
    font-size: 16px;
  }
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}
#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
  position: absolute;
left: 45%;
bottom: 50px;
transform: translateX(-50%);
margin-right: 150px;
z-index: 2
}

#hero .btn-scroll i {
  font-size: 48px;
}

#hero .btn-scroll:hover {
  color: #fff;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 150px 0;
  overflow: hidden;
}

section .small {
  padding: 50px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
    overflow: hidden;
  }
}
.section-image {
    position: relative;
    padding: 0 0;
}

.section-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover;';
}

.section-map {
    position: relative;
    padding: 0 0;
}

.section-bg {
  background-color: #404B46;
}

.parallax-background {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;

}

.section-pattern {
}

.section-pattern.left {
  background: url(../img/pattern-left.svg) left center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.section-pattern.right {
  background: url(../img/pattern-left.svg) right center;
  background-size: 50%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .section-pattern.left {
    background-size: 100%;
  }
  .section-pattern.right {
    background-size: 100%;
  }
}
.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #404B46;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/
.site .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #404B46;
}

.site .content ul {
  list-style: none;
  padding: 0;
}

.site .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.site .content ul strong {
  margin-right: 10px;
}

.site .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}

.site .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #149ddd;
  float: left;
  line-height: 0;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  color: #122f57;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: 'Space Grotesk', sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #404B46;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #149ddd;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #37b3ed;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Byty
--------------------------------------------------------------*/
.s-byty {
  padding: 0;
  position: relative;
}

.s-byty__section--profile {
    position: relative;
}

.detail.left {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


.detail.left {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}

.detail {
    position: relative;
    margin-top: 0px;
}

.close{
    font-size: 36px;
}

.detail.left img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 2085px;
}

.detail .apparment-detail-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map-big {
    min-height: 700px;
}
@media (max-width: 768px) {
  .s-byty {
    display: none
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  z-index: 9999;
  padding-top: 100px;
  margin-right: 150px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}
.footer .footer-top {
    padding: 30px 0 30px 0;
}
.footer-logo {
    height: 60px
}
.footer .footer-newsletter {
    padding: 50px 0;
    background: #404B46;
    color: #fff;
    min-height: 300px;
    position: relative;
    background-image: url('../img/pattern-white.svg');
    background-position: left center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.footer .footer-newsletter img {
    margin-top: -200px
}
.footer .footer-top .footer-links a {
    color: #404B4C;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

@media (max-width: 1199px) {
  #footer {
    width: 100%;
    padding-right: 20px 15px;
  }
  .footer-logo {
      margin-bottom: 25px
  }
  .footer .footer-top .footer-links a {
      color: #404B4C;
      transition: 0.3s;
      display: inline-block;
      text-align: left;
  }
}

.form-wrapper {
    box-shadow: 0 6px 24px rgb(53 53 53 / 20%);
    background-color: #fff;
    padding: 30px 50px 50px 50px;
    margin-bottom: 30px;
}


.form-control {
    background-color: transparent;
    color: #404B46;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #404B46;
    border-left-color: transparent;
    font-weight: 400;
    font-size: 16px;
    border-radius: .0rem;
    padding: .575rem .0rem;
}

.form-control:focus {
    background-color: transparent;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #404B46;
    border-left-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input:focus, textarea:focus {
    border-color: #404B46;
}

.contact input, .contact textarea {
    border-radius: 0;
    box-shadow: none;
    8D0D4Aborder-radius: 0;
}

.form-check {
    font-size: 12px;
    margin-bottom: 15px;
}

.form-check input {
    padding: 0!important;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    background-color: transparent;
    border: 1px solid #404B46;
}

.form-check label {
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: #404B46;
    border-color: #404B46;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-text {
    font-size: .675em;
}

.table>tbody>tr>td {
    cursor: pointer;
}

.table>thead>tr>td.prereservation, .table>tbody>tr>td.prereservation, .table>tfoot>tr>td.prereservation, .table>thead>tr>th.prereservation, .table>tbody>tr>th.prereservation, .table>tfoot>tr>th.prereservation, .table>thead>tr.prereservation>td, .table>tbody>tr.prereservation>td, .table>tfoot>tr.prereservation>td, .table>thead>tr.prereservation>th, .table>tbody>tr.prereservation>th, .table>tfoot>tr.prereservation>th {
    cursor: pointer;
    opacity: .8;
}

.table>thead>tr>td.reservation, .table>tbody>tr>td.reservation, .table>tfoot>tr>td.reservation, .table>thead>tr>th.reservation, .table>tbody>tr>th.reservation, .table>tfoot>tr>th.reservation, .table>thead>tr.reservation>td, .table>tbody>tr.reservation>td, .table>tfoot>tr.reservation>td, .table>thead>tr.reservation>th, .table>tbody>tr.reservation>th, .table>tfoot>tr.reservation>th {
    cursor: pointer;
    opacity: .3;
}

.table>thead>tr>td.sold, .table>tbody>tr>td.sold, .table>tfoot>tr>td.sold, .table>thead>tr>th.sold, .table>tbody>tr>th.sold, .table>tfoot>tr>th.sold, .table>thead>tr.sold>td, .table>tbody>tr.sold>td, .table>tfoot>tr.sold>td, .table>thead>tr.sold>th, .table>tbody>tr.sold>th, .table>tfoot>tr.sold>th {
    opacity: .3;

}

.table>:not(caption)>*>* {
    padding: 1rem .5rem;
    border-bottom-width: 0px;
}

.house-title {
    font-size: 24px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.house-title-info {
    padding-left: 50px;
    margin-top: 50px;
    margin-bottom: 50px
}

.house-title span {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.house-ico {
    font-size: 36px;
    color: #fff;
    display: block;
    margin-bottom: 10px
}
.floor-list {
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translate(0, -50%);
    z-index: 1;
}
.floor-list li {
    display: block;
}
.floor-list a {
    background-image: none;
    border-bottom: 1px solid #404B46;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
.floor-list a.active {
    font-size: 18px;
    font-weight: 700;
    background-image: none;
}

.filter-checkbox-line-last label {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
}

.form-check-input[type=checkbox] {
    border-radius: 0px;
    margin-right: 5px;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.filter-checkbox-line {
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: left;
    border-bottom: 1px solid rgb(63 75 70);
}

.filter-checkbox-line input {
    margin-left: 10px;
}

@media (max-width: 768px){
.mobile {
    display: none;
}
.table {
    font-size: 12px;
}
.filter-checkbox-line {
    margin-top: 50px;
}

}

.popup-box img {
  width: 100%;
  height: auto;
}

.popup-box {
  position: absolute;
  position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0);
    z-index: 9;
    width: 700px;
    height: auto;
    font-size: 14px;
    text-align: right;
    z-index: 99
}

.image-byt img {
  width: 100%;
  height: auto;
}

/*.popup-box::before {
  content: "";
  background: #dae5e4 url(../images/svg/symbol-popup.svg) no-repeat;
  background-size: 120px;
  position: absolute;
  width: 120px;
  height: 135px;
  top: 35px;
  right: 35px;
  z-index: 1
}*/

.popup-box .close {
  position: absolute;
  left: 25px;
  top: 25px;
  background-image: url(../img/ico-close-white.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  opacity: 1;
  z-index: 9
}

.popup-box h3 {
  margin-top: 30px
}

@media only screen and (max-width:768px) {
  .popup-box {
    top: 80px;
left: 0;
right: 0;
left: 0%;
  top: 20%;
transform: translate(0);
width: 100%;
z-index: 9;
padding: 0;
text-align: center;
padding-top: 0px;
  }

  .popup-box img {
    width: 100%;
    height: auto;
  }


  .popup-box h3 {
    margin-top: 40px
  }

  .popup-box::before {
    display: none
  }

  .popup-box .close {
    left: 25px;
    top: 25px;
  }
}

@media only screen and (max-width:600px) {
  .popup-box {
padding-top: 0px;
  }
}

@media only screen and (max-width:400px) {
  .popup-box {
padding-top: 0px;
  }
}
