@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;900&display=swap");
:root {
  --vh-offset: 0px;
  --vh: 1vh;
}

@font-face {
  font-family: "Byington";
  src: url("../fonts/c86faff467602b9a386269d24cd00ade.eot"); /* IE9*/
  src: url("../fonts/c86faff467602b9a386269d24cd00ade.eot?#iefix") format("embedded-opentype"), url("../fonts/c86faff467602b9a386269d24cd00ade.woff2") format("woff2"), url("../fonts/c86faff467602b9a386269d24cd00ade.woff") format("woff"), url("../fonts/c86faff467602b9a386269d24cd00ade.ttf") format("truetype"), url("../fonts/c86faff467602b9a386269d24cd00ade.svg#Byington W00 Regular") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------ */
html,
body {
  width: 100%;
  height: 100%;
  font: normal 400 16px "Fira Sans", sans-serif;
  color: #000;
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

@media screen and (min-width: 3000px) {
  body {
    zoom: 166.6666666667%;
  }
}
/* ------ */
p {
  margin-bottom: 1rem;
  line-height: 1.75;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: 800;
}

/* ------ */
hr {
  border: 0;
  background: #000;
  display: block;
  height: 1px;
  margin: 20px 0;
}

/* ------ */
/* CLICKABLES */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

[href^="mailto:"] {
  white-space: nowrap;
}

.link {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
.link:before, .link:after {
  content: "—";
  display: inline-block;
  margin: 0 5px;
}
.link:hover {
  text-decoration: none;
  color: #2f0710;
}
@media screen and (min-width: 1600px) {
  .link {
    letter-spacing: 5px;
  }
}

a {
  color: #792a3c;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #000;
}

/* ------ */
/* HEADINGS */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  margin: 0;
  font-weight: bold;
}

h1, .h1 {
  display: inline-block;
  margin: 0 auto 1.15rem;
  font-family: "Byington";
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  color: #792a3c;
  position: relative;
}

h3, .h3 {
  margin-bottom: 1.45rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 1.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
/* ------ */
/* FORM ELEMENTS */
.form-group {
  margin-bottom: 1.35rem;
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #c8c5b9;
  border-width: 0 0 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
  height: auto;
  margin-bottom: 20px;
  padding: 0.35rem 0;
  font: normal 300 16px "Fira Sans", sans-serif;
  color: #000;
  resize: vertical;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control.is-valid::-webkit-input-placeholder {
  color: #028402;
}
.form-control.is-valid:-moz-placeholder {
  color: #028402;
}
.form-control.is-valid::-moz-placeholder {
  color: #028402;
}
.form-control.is-valid:-ms-input-placeholder {
  color: #028402;
}
.form-control.is-invalid::-webkit-input-placeholder {
  color: #e20613;
}
.form-control.is-invalid:-moz-placeholder {
  color: #e20613;
}
.form-control.is-invalid::-moz-placeholder {
  color: #e20613;
}
.form-control.is-invalid:-ms-input-placeholder {
  color: #e20613;
}
.form-control:focus {
  border-color: #792a3c;
  background: none;
  color: #000;
}

.btn {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.625rem 1.5rem;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none !important;
  cursor: pointer;
}
.btn:before, .btn:after {
  content: "—";
  display: inline-block;
  margin: 0 5px;
}
@media screen and (min-width: 568px) {
  .btn {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .btn {
    padding: 0.625rem 1.735rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.btn-default {
  background: none !important;
  color: inherit;
}

.btn-primary {
  background: #792a3c;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #c8c5b9;
  color: #FFF;
}

.btn-secondary {
  background: #FFF;
  color: #792a3c;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #2f0710;
  color: #FFF;
}

.btn-sold {
  background: #FFF !important;
}
.btn-sold:hover {
  color: white;
  background: #2f0710 !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* custom checkbox */
.ccheck {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Show the checkmark when checked */
  /* checkmark */
  /* Create a custom checkbox */
}
.ccheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ccheck:hover input ~ .checkmark, .ccheck:hover input ~ .checkmark:after {
  border-color: #792a3c;
  opacity: 1;
}
.ccheck input:checked ~ .checkmark:after {
  opacity: 1;
}
.ccheck .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #c8c5b9;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ccheck .checkmark {
  border: 1px solid #c8c5b9;
  background-color: none;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ccheck .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
}

/* ------ */
/* BOOTSTRAP GRID */
.container {
  max-width: 1480px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .container {
    padding: 0;
  }
}
@media screen and (min-width: 2500px) {
  .container {
    max-width: none;
  }
}

.form-row {
  margin: 0 -10px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

/* ------ */
.bg-white {
  background: #FFF !important;
}

.bg-gray {
  background: #aab1b4 !important;
}

.bg-secondary {
  background: #c8c5b9 !important;
}

/* ------ */
iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

/* ------ */
.table {
  border-top: 1px solid #c8c5b9;
}

/* COOKIEBAR */
#cookiebar {
  border-radius: 0;
  background: #FFF;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
}
#cookiebar a {
  text-decoration: underline;
  color: #000;
}
#cookiebar #cookiebutton {
  background: #792a3c;
  width: 120px;
  height: 34px;
  display: inline-block;
  margin: 0 10px;
  line-height: 34px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#cookiebar #cookiebutton:hover, #cookiebar #cookiebutton:focus {
  background-color: #531d29;
  color: #000;
}

/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
  width: 40px;
  height: 40px;
  padding: 7px;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 9px;
}
#menu-toggle span:nth-child(4) {
  top: 18px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 568px) {
  #menu-toggle {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
/* NAVBAR */
#navbar {
  width: 100%;
  height: 65px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#navbar .languages {
  margin: 0;
  padding-right: 45px;
  list-style: none;
  float: right;
}
#navbar .languages li {
  display: inline-block;
  margin: 0;
}
#navbar .languages li + li:before {
  content: "—";
  display: inline-block;
  margin-right: 2px;
}
#navbar .languages a {
  text-decoration: none;
  color: inherit;
}
#navbar .languages a.active, #navbar .languages a:hover {
  font-weight: bold;
}
#navbar .logo {
  height: 25px;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
}
#navbar .logo img {
  width: auto;
  height: 100%;
}
.sp #navbar, #navbar.fixed, #navbar.open {
  background: #c8c5b9;
}
@media screen and (min-width: 568px) {
  #navbar {
    padding: 0 30px;
  }
  #navbar .logo {
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #navbar {
    height: 100px;
    padding: 0 30px;
  }
  #navbar .w-100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #navbar .languages {
    margin-top: 1px;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #navbar .logo {
    display: none;
  }
  .sp #navbar, #navbar.fixed, #navbar.open {
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  #navbar {
    height: 100px;
    padding: 0 60px;
  }
  .sp #navbar {
    height: 75px;
  }
}

/* ------ */
/* MENU */
#main-menu {
  border-top: 1px solid #792a3c;
  background: #c8c5b9;
  width: 100%;
  max-height: calc(100vh - 65px);
  margin: 0;
  padding: 10px;
  list-style: none;
  text-transform: uppercase;
  color: inherit;
  display: none;
  float: left;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: auto;
}
#main-menu li {
  padding: 0;
}
#main-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
#main-menu .active a,
#main-menu a:hover {
  font-weight: bold;
  color: #792a3c;
}
@media screen and (min-width: 560px) {
  #main-menu {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #main-menu {
    border: 0;
    background: none;
    max-width: none;
    max-height: none;
    width: auto;
    display: block !important;
    letter-spacing: 2px;
    position: static;
    overflow: hidden;
  }
  #main-menu li {
    border: 0;
    display: inline-block;
    padding: 0 8px;
  }
  #main-menu li:first-child {
    padding-left: 0;
  }
  #main-menu a {
    padding: 1px 0 4px;
  }
  #main-menu .active a,
  #main-menu a:hover {
    color: inherit;
  }
  .sp #main-menu .active a, .fixed #main-menu .active a,
  .sp #main-menu a:hover,
  .fixed #main-menu a:hover {
    color: #792a3c;
  }
}
@media screen and (min-width: 1600px) {
  #main-menu li {
    padding: 0 31px;
  }
}

/* ------ */
/* HEADER */
#header {
  height: 100vh;
  height: calc(100vh - var(--vh-offset));
  position: relative;
}
#header h1 {
  color: #FFF;
}
#header .bg-img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: -1;
  display: none;
}

/* ------ */
#home {
  background: url("../img/header.jpg") 50% 0 no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  isolation: isolate;
}
#home:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#2f0710), color-stop(36%, transparent), to(transparent));
  background: linear-gradient(to bottom, #2f0710 0%, transparent 36%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2f0710", endColorstr="#002f0710",GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.7;
}
#home .intro {
  max-width: 450px;
  margin: auto 15px;
  padding: 30px;
  text-align: center;
  position: absolute;
}
#home .intro:before, #home .intro:after {
  content: "";
  position: absolute;
  inset: 0;
}
#home .intro:before {
  background: #792a3c;
  mix-blend-mode: multiply;
  z-index: -1;
}
#home .intro:after {
  background: rgba(121, 42, 60, 0.8);
  z-index: 0;
}
#home .intro * {
  position: relative;
  z-index: 1;
}
#home .intro p {
  line-height: 1.25;
}
#home .logo {
  max-width: 200px;
  margin: 0 auto 25px;
}
#home img {
  max-width: 100%;
}
#home h1 {
  margin-bottom: 25px;
}
#home h1 + p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #home .intro {
    max-width: 594px;
    padding: 70px 50px 58px;
  }
}
@media screen and (min-width: 1024px) {
  #home .intro {
    max-width: 594px;
  }
  #home .logo {
    max-width: none;
    margin-bottom: 69px;
  }
  #home h1 {
    margin-bottom: 34px;
  }
  #home h1 + p {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

/* ------ */
.hypo {
  position: absolute;
  top: 65px;
  right: 15px;
  z-index: 9;
}
.sp .hypo {
  top: 15px;
}
.hypo img {
  max-height: 115px;
}
@media screen and (min-width: 768px) {
  .hypo {
    right: 45px;
  }
  .sp .hypo {
    top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hypo {
    top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .hypo {
    top: 129px;
    right: 54px;
  }
  .sp .hypo {
    top: 40px;
    right: 43px;
  }
  .hypo img {
    max-height: none;
  }
}

/* ------ */
/* PROJEKT */
.projekt {
  background: #FFF;
  padding: 0;
}
.projekt .row {
  overflow: hidden;
}
.projekt .test-1 .bg-img {
  display: none;
}
.sp .projekt .test-1 .bg-img {
  display: block;
}
.projekt .col-text {
  padding: 0 15px 50px;
  overflow: hidden;
}
.projekt .col-text:nth-child(1) .text-block img {
  left: calc(100% - 135px);
}
.projekt .col-text.simple {
  padding-top: 45px;
}
.projekt .text-block:not(.simple) {
  max-width: 592px;
  margin: 43px auto 0;
  position: relative;
  z-index: 1;
}
.projekt .text-block:not(.simple) > div {
  border: 5px solid #c8c5b9;
  width: 100%;
  padding: 15px 30px 0;
  position: relative;
  z-index: 1;
}
.projekt .text-block:not(.simple) p {
  background: #FFF;
  max-width: 325px;
  margin-bottom: 1.9rem;
}
.projekt .text-block:not(.simple) p:not(.default):first-of-type:first-letter {
  background: inherit;
  line-height: 0;
  margin-left: -11px;
  padding: 0 11px;
  font-family: "Byington";
  font-size: 100px;
  color: #792a3c;
}
.projekt .text-block:not(.simple) p.default {
  padding-top: 15px;
}
.projekt .text-block:not(.simple) img {
  width: 360px;
  position: absolute;
  top: 50%;
  left: calc(100% - 136px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: none;
}
.projekt .text-block.simple {
  max-width: 550px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 35px;
}
.projekt .text-block.simple p {
  background: none !important;
  margin-bottom: 1.8rem;
}
.projekt .h1 {
  display: block;
  margin: 30px 0 60px;
  text-align: center;
  color: #c8c5b9;
}
.projekt .bg-img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 65px);
  -o-object-fit: cover;
     object-fit: cover;
}
.projekt .bg-secondary .h1 {
  color: #FFF;
}
.projekt .bg-secondary .text-block > div {
  border-color: #FFF;
}
.projekt .bg-secondary .text-block p {
  background: #c8c5b9;
}
.projekt .bg-secondary .text-block a:hover {
  color: #FFF;
}
@media screen and (min-width: 360px) {
  .projekt .test-1 .col-text {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .projekt .col-lg-5,
  .projekt .col-xl-5 {
    max-width: 651px;
  }
  .projekt .test-1 .bg-img {
    display: block;
  }
  .projekt .col-text {
    padding: 121px 59px 60px;
  }
  .projekt .col-text.simple {
    padding-top: 60px;
  }
  .projekt .text-block:not(.simple) {
    margin: 107px 0 0;
  }
  .projekt .text-block:not(.simple) p:not(.default):first-of-type:first-letter {
    font-size: 200px;
  }
  .projekt .text-block.simple {
    padding: 0;
  }
  .projekt .abroad .text-block {
    margin-top: 91px !important;
  }
  .projekt .h1 {
    margin-top: 0;
    text-align: left;
    position: absolute;
    top: 65px;
    right: 62px;
  }
  .sp .projekt .h1 {
    margin: 40px 0;
    position: static;
  }
  .projekt .bg-img {
    max-height: none;
    position: absolute;
  }
  .projekt .test-1 .col-text {
    padding-right: 59px;
  }
}
@media screen and (min-width: 1300px) {
  .projekt .col-text {
    padding: 121px 0 120px;
  }
  .projekt .col-text:nth-child(1) {
    padding-left: 59px;
  }
  .projekt .col-text:nth-child(2) {
    padding-left: 100px;
  }
  .projekt .abroad .h1 {
    max-width: 70%;
  }
  .projekt .text-block:not(.simple) > div {
    padding: 15px 62px;
  }
  .projekt .text-block:not(.simple) img {
    display: block;
  }
  .projekt .text-block.simple {
    margin: 0;
  }
  .projekt .test-1 .col-text {
    padding-bottom: 110px;
    padding-right: 0;
  }
  .projekt .test-1 .bg-img {
    width: calc(100% + 70px);
    margin-left: -70px;
  }
}
@media screen and (min-width: 1600px) {
  .projekt > .row {
    min-height: 778px;
  }
  .projekt .col-text:nth-child(1) .text-block img {
    left: calc(100% - 135px);
  }
  .projekt .col-text:nth-child(2) {
    padding-left: 134px;
  }
  .projekt .col-text.simple {
    padding-top: 45px;
  }
  .projekt .test-1 .bg-img {
    width: calc(100% + 142px);
    margin-left: -142px;
  }
  .projekt .test-2 {
    min-height: 840px;
  }
  .sp .projekt .text-block:not(.simple) {
    margin-top: 144px;
  }
  .projekt .text-block:not(.simple) > div {
    min-height: 430px;
  }
  .projekt .text-block.simple {
    padding-top: 52px;
  }
  .projekt .abroad .text-block > div {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1920px) {
  .hp .projekt:last-of-type {
    max-width: 1600px;
  }
}
@media screen and (min-width: 2560px) {
  .projekt {
    width: 1600px;
    margin: 0 auto;
  }
}

/* ------ */
/* WHITE WALL */
#whitewall {
  border-top: 1px solid #FFF;
  background: url("../img/gallery/whitewall.jpg") 0 100% no-repeat;
  background-size: cover;
  color: #FFF;
}
#whitewall .title {
  margin: 60px 0 0 25px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 35px;
  font-family: "Byington";
  font-size: 30px;
}
#whitewall .text-block > div {
  border-color: #FFF;
}
#whitewall .text-block > div:before {
  content: "";
  background: #D3D3D3;
  width: 90px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 24px;
  z-index: -1;
}
#whitewall .text-block p {
  background: none;
  max-width: none;
}
#whitewall .text-block p:first-letter {
  color: inherit;
}
@media screen and (min-width: 568px) {
  #whitewall .text-block > div:before {
    background: #DFE0E2;
  }
}
@media screen and (min-width: 1024px) {
  #whitewall .title {
    margin: 0;
    letter-spacing: 60px;
    font-size: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #whitewall .col-text {
    padding-left: 0;
  }
  #whitewall .text-block > div:before {
    background: #C2C2C4;
    width: 170px;
  }
}
@media screen and (min-width: 1360px) {
  #whitewall .col-text {
    padding-right: 59px;
  }
  #whitewall .text-block > div:before {
    background: #BBBBBD;
    left: 55px;
  }
  #whitewall .title {
    letter-spacing: 109px;
    font-size: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ------ */
/* LOKALITA */
#lokalita .col-text:before {
  content: "";
  background: url("../img/map.jpg") 100% 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
#lokalita .text-block > div:before {
  content: "";
  background: #DAD8CC;
  width: 80px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 24px;
  z-index: -1;
}
#lokalita .text-block p {
  background: none;
}
@media screen and (min-width: 1024px) {
  #lokalita .text-block > div:before {
    width: 145px;
  }
}
@media screen and (min-width: 1360px) {
  #lokalita .text-block > div:before {
    left: 55px;
  }
}

#map {
  height: calc(100vh - 65px);
}
@media screen and (min-width: 1024px) {
  #map {
    height: 769px;
  }
}

/* ------ */
/* TIMELINE - HP */
section#timeline {
  background: #792a3c;
  padding: 50px 59px 20px;
  color: #c8c5b9;
  position: relative;
  overflow: hidden;
}
section#timeline:before, section#timeline:after {
  content: "";
  background: #792a3c;
  width: 59px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
section#timeline:before {
  left: 0;
}
section#timeline:after {
  right: 0;
}

/* ------ */
/* TIMELINE */
.timeline {
  grid-template-columns: auto;
  grid-template-rows: auto;
  position: relative;
}

.timeline-item {
  margin-bottom: 30px;
  position: relative !important;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.timeline-item:hover:not(.disabled) .timeline-img, .timeline-item.active .timeline-img {
  border-color: #c8c5b9;
  background: #c8c5b9;
}
.timeline-item.active .timeline-img:before {
  content: "";
  border-bottom: 6px solid #792a3c;
  border-right: 6px solid #792a3c;
  display: block;
  height: 24px;
  width: 16px;
  margin-top: -5px;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.timeline-img {
  border-radius: 50%;
  border: 5px solid #c8c5b9;
  background: #792a3c;
  width: 66px;
  height: 66px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.timeline-content {
  margin-top: 25px;
  padding: 0;
  text-align: center;
  position: relative;
}
.timeline-content:before {
  content: "";
  background: #FFF;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.timeline-content .date {
  background: #792a3c;
  display: inline-block;
  margin-bottom: 28px;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #FFF;
}

.timeline-title {
  max-width: 144px;
  margin: auto;
  line-height: 1.15;
  font-size: 23px;
  font-weight: normal;
  font-family: "Byington";
}

@media screen and (min-width: 560px) {
  .timeline {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
  .timeline-content {
    margin-top: 14px;
    grid-column: 1/5;
    grid-row: 2/2 !important;
  }
}
@media screen and (min-width: 1024px) {
  .timeline {
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .timeline {
    grid-template-columns: repeat(5, [col-start] 1fr);
  }
}
@media screen and (min-width: 1600px) {
  section#timeline {
    padding: 101px 59px 62px;
  }
  .timeline {
    grid-gap: 70px;
  }
  .timeline-content {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1920px) {
  section#timeline:before, section#timeline:after {
    width: calc((100% - 1600px) / 2);
  }
  .timeline {
    max-width: 1600px;
    margin: auto;
  }
}
/* ------ */
/* TIMELINE - SP */
div#timeline {
  background: none;
  padding: 30px 0 0;
  grid-template-columns: auto;
  grid-template-rows: auto;
  position: relative;
}
div#timeline .timeline-wrapper {
  border: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
div#timeline .timeline-item {
  margin-bottom: 33px;
}
div#timeline .timeline-item:hover:not(.disabled) .timeline-img g, div#timeline .timeline-item.active .timeline-img g {
  fill: #792a3c;
}
div#timeline .timeline-item.active + .timeline-content {
  display: block;
}
div#timeline .timeline-img {
  border-radius: 0;
  border: none;
  background: none;
  width: 84px;
  height: 97px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
div#timeline .timeline-img:before {
  display: none !important;
}
div#timeline .timeline-img svg {
  width: 100%;
  height: 100%;
}
div#timeline .h1 {
  margin-bottom: 24px;
  color: #792a3c;
}
div#timeline .timeline-content {
  margin-top: 25px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}
div#timeline .timeline-content p {
  margin: 0;
  opacity: 1;
  visibility: visible;
  display: block;
}
@media screen and (min-width: 768px) {
  div#timeline {
    display: grid;
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
  div#timeline .timeline-item.active .timeline-img {
    top: 60px;
  }
  div#timeline .timeline-img.reservation {
    margin-left: 0;
  }
  div#timeline .timeline-img.handover {
    margin-right: 0;
  }
  div#timeline .timeline-content {
    grid-column: 1/5;
    grid-row: 2/2 !important;
    text-align: left;
  }
  div#timeline .h1 {
    margin-top: 0;
  }
}

/* ------ */
/* GALERIE */
#galerie {
  padding: 30px 30px 0;
  color: #FFF;
}
#galerie [class^=col] {
  padding-bottom: 30px;
}
#galerie .thumb {
  position: relative;
}
#galerie .caption {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
#galerie .caption:hover {
  background: rgba(0, 0, 0, 0.75);
}
#galerie .caption .link {
  color: #FFF;
}
#galerie h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-family: "Byington";
}
#galerie a {
  text-decoration: none;
  color: inherit;
}
#galerie img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #galerie {
    padding: 60px 30px 35px;
  }
  #galerie .row {
    margin: 0 -25px;
  }
  #galerie [class^=col] {
    padding: 0 25px 25px;
  }
}
@media screen and (min-width: 1280px) {
  #galerie {
    padding: 60px 59px 35px;
  }
}
@media screen and (min-width: 2560px) {
  #galerie {
    max-width: 1600px;
    margin: auto;
    padding: 60px 0 35px;
  }
  #galerie img {
    width: 450px;
    height: 360px;
    max-height: none;
  }
}

/* ------ */
/* FINANCOVANI - HP */
#financovani {
  padding: 50px;
}
#financovani .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#financovani p {
  margin-bottom: 2.5rem;
}
#financovani .logo {
  display: inline-block;
  margin-top: -8px;
}
@media screen and (min-width: 1024px) {
  #financovani {
    padding: 86px 62px 108px 30px;
  }
}
@media screen and (min-width: 1280px) {
  #financovani {
    padding: 86px 62px 108px;
  }
}
@media screen and (min-width: 1360px) {
  #financovani {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1600px) {
  #financovani {
    padding-left: 147px;
  }
}

/* ------ */
/* CONTACT */
#contact {
  padding-bottom: 0;
}
#contact .h1 {
  margin-bottom: 30px;
  position: static;
}
#contact .text-block {
  margin-top: 0;
}
#contact .text-block > div {
  padding: 32px 32px 15px;
}
#contact .flash.info {
  margin-bottom: 20px;
  font-weight: bold;
}
#contact a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
#contact .ccheck {
  margin: 35px 0 0;
  padding-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact #gdpr_info {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  #contact {
    padding-top: 114px;
  }
  #contact .text-block > div {
    padding: 46px 30px 37px;
  }
}
@media screen and (min-width: 1280px) {
  #contact {
    padding-bottom: 108px;
  }
  #contact .h1 {
    margin-bottom: 75px;
  }
  #contact .text-block > div {
    padding: 46px 52px 37px;
  }
  #contact textarea.form-control {
    margin-top: 40px;
  }
}

/* ------ */
#login {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
#login .content {
  width: 100%;
  margin: 0 auto;
}
#login table {
  margin: 0 auto;
}
#login label {
  padding-right: 10px;
}
#login .btn {
  width: 100%;
}

/* ------ */
/* CENIK - BUILDINGS */
#building {
  background: #FFF;
  width: 100%;
  padding: 46px 15px 0;
  position: relative;
}
#building .h1 {
  display: block;
  margin: 0 0 30px;
  text-align: center;
  color: #c8c5b9;
}
#building .house {
  margin: 0 0 40px;
}
#building .house .holder {
  max-width: 426px;
}
#building .house .quick-detail {
  margin: 0 0 -45px;
}
#building .house svg {
  position: relative;
  z-index: 1;
}
#building .building-floor {
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  mix-blend-mode: multiply;
}
#building .building-floor.active, #building .building-floor:hover, #building .building-floor:focus {
  opacity: 1 !important;
}
#building .building-floor .path {
  cursor: pointer;
  position: relative;
  z-index: 100;
  fill: #792a3c;
}
#building .building-floor a {
  position: relative;
  display: block;
}
#building .floors .holder {
  margin: auto;
}
#building .floors .quick-detail {
  height: auto;
  min-height: 181px;
  margin: -50px 0 30px;
  padding-top: 84px;
}
#building .floors .quick-detail > * {
  display: none;
}
#building .floors .btn {
  float: right;
  margin-bottom: 50px;
}
#building .floor-map {
  background: #FFF;
  display: none;
}
#building .floor-map svg {
  width: 100%;
  height: 100%;
  display: block;
}
#building .floor-map.active {
  display: inline-block;
}
#building .floor-map .flats * {
  fill: #792a3c;
  opacity: 0;
}
#building .floor-map .flats *.active {
  opacity: 1;
}
#building .floor-map .flats *.sold {
  background: #aab1b4;
  opacity: 1;
}
#building .floor-map .overlays a {
  fill: transparent;
}
#building .floor-map .overlays a.sold {
  fill: #792a3c;
  cursor: default;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#building .quick-detail {
  border: 5px solid #c8c5b9;
  width: 100%;
  max-width: 339px;
  height: 181px;
  padding: 35px 40px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column;
  text-transform: lowercase;
  position: relative;
  z-index: -1;
}
#building .quick-detail p {
  margin: 0;
}
#building svg {
  max-width: 100%;
  height: 100%;
}
#building text {
  fill: #000;
  font-weight: 100;
  font-size: 68px;
  font-size: 4.25rem;
}
#building .switch-floor {
  text-decoration: none;
}
#building .switch-floor:hover text,
#building .switch-floor.active text {
  fill: #792a3c;
}
.sp #building .btn {
  display: none;
}
@media screen and (min-width: 568px) {
  #building .house .holder {
    margin: auto;
  }
  #building .floors .holder {
    text-align: center;
  }
  #building .floors .quick-detail {
    margin-left: 50px;
    text-align: left;
  }
  #building .floor-map svg {
    width: auto;
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  #building .floors .holder {
    width: 568px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  #building {
    padding: 46px 62px 0;
  }
  #building .h1 {
    margin: 15px 0 62px;
    text-align: left;
  }
  #building .house {
    margin: 0;
  }
  #building .floors .holder {
    width: 468px;
    margin: 0 0 0 auto;
  }
  #building .floor-map svg {
    max-height: 375px;
  }
}
@media screen and (min-width: 1280px) {
  #building .house .holder {
    max-width: 426px;
  }
  #building .house .quick-detail {
    float: right;
    margin: 0 -62px -45px 0;
  }
  #building .floors .quick-detail {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: -75px 0 50px -127px;
  }
  #building .floor-map svg {
    max-height: 440px;
  }
}
@media screen and (min-width: 1600px) {
  #building {
    padding: 46px 197px 0 170px;
  }
  #building .house .holder {
    margin: 0;
  }
  #building .floors .holder {
    width: 568px;
  }
}
@media screen and (min-width: 1920px) {
  #building {
    max-width: 1600px;
    margin: auto;
  }
}

/* ------ */
.control:last-child {
  margin-right: 0;
}

/* CENIK - TABULKA - desktop */
#byty {
  background: #c8c5b9;
  padding: 50px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
#byty .lead {
  font-size: inherit;
}
#byty header + .reset-filter {
  position: absolute;
  top: 25px;
  right: 15px;
  display: none;
}
#byty table {
  border: 0;
  text-align: initial;
  color: #000;
}
#byty thead {
  border-bottom: 3px solid #FFF;
}
#byty thead tr:first-child th {
  font-weight: bold;
  font-size: 10px;
  color: #000;
  position: sticky;
  top: 0;
  z-index: 1;
}
#byty .t-byty tr {
  border-bottom: 1px solid #FFF;
}
#byty td, #byty th {
  border-color: #FFF;
}
#byty th {
  border: 0;
  padding: 9px 10px;
  vertical-align: top;
  word-break: normal;
}
#byty th:first-letter {
  text-transform: uppercase;
}
#byty th em {
  font-style: normal;
}
#byty td {
  padding: 7px 10px;
}
#byty td a {
  color: #000;
}
#byty .spacer {
  border-color: #FFF !important;
  background: #FFF;
  width: 15px;
}
#byty .form-control {
  border: 1px solid #792a3c;
  font-size: 14px;
  font-size: 0.875rem;
}
#byty .energy {
  max-width: 200px;
  display: block;
  margin: 50px auto;
}

@media screen and (min-width: 1024px) {
  .t-byty tbody tr:hover td:not(.spacer),
  .t-byty tbody tr .hover td:not(.spacer) {
    background: #792a3c;
    color: #FFF;
    cursor: pointer;
    position: relative;
  }
  .t-byty tbody tr:hover td:not(.spacer) a,
  .t-byty tbody tr .hover td:not(.spacer) a {
    color: inherit !important;
    -webkit-transition: none;
    transition: none;
  }
  .t-byty tbody tr:hover td:not(.spacer):before,
  .t-byty tbody tr .hover td:not(.spacer):before {
    content: "";
    border-top: 1px solid #792a3c;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 1;
  }
  .t-byty tbody tr:hover td:not(.spacer):after,
  .t-byty tbody tr .hover td:not(.spacer):after {
    content: "";
    border-bottom: 1px solid #792a3c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
  }
  #byty {
    font-size: 14px;
    font-size: 0.875rem;
    overflow: visible;
  }
  #byty .spacer,
  #byty tr *:nth-of-type(6),
  #byty tr *:nth-of-type(9),
  #byty tr *:nth-of-type(10) {
    display: none;
  }
  #byty [data-floor="22"],
  #byty [data-floor="44"] {
    background: rgba(170, 177, 180, 0.15);
  }
  #byty header + .reset-filter {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #byty .h1 {
    margin-bottom: 55px;
  }
  #byty .t-byty {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #byty .t-byty tr {
    border: 0;
  }
  #byty thead tr:first-child th {
    font-size: inherit;
  }
  #byty .t-byty tbody td {
    border-bottom: 1px solid #FFF;
  }
  #byty .spacer,
  #byty tr *:nth-of-type(6),
  #byty tr *:nth-of-type(9),
  #byty tr *:nth-of-type(10) {
    display: table-cell;
  }
  #byty td {
    padding: 5px;
  }
  #byty .spacer {
    width: 60px;
  }
}
@media screen and (min-width: 1360px) {
  #byty .t-byty {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  #byty .t-byty {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1600px) {
  #byty {
    padding: 50px 159px 88px;
  }
  #byty .t-byty {
    font-size: 1rem;
  }
  #byty td {
    padding: 13px 10px;
  }
}
/* ------ */
/* CENIK - TABULKA - mobile */
.table td {
  border: 0;
  border-bottom: 1px solid #c8c5b9;
  padding: 10.5px 0.75rem;
}

.t-byty {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  clear: both;
  margin: 0 0 16px;
  empty-cells: show;
}
.t-byty th, .t-byty td {
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.t-byty th {
  font-weight: 300;
}

.t-byty__actions {
  text-align: right;
  font-size: 0;
  white-space: nowrap;
}

.t-byty__price {
  white-space: nowrap;
}

@media (max-width: 1019px) {
  #byty table {
    text-align: inherit;
  }
  .t-byty td {
    border: 0;
    background: none !important;
  }
  .t-byty__head {
    display: none;
  }
  .t-byty__body {
    display: block;
  }
  .t-byty__item {
    background: #FFF;
    display: block;
    position: relative;
    margin: 0 -15px 1px;
    border: 0 solid transparent;
    border-width: 28px 15px 32px;
  }
  .t-byty__name {
    display: block;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .t-byty__name a {
    color: inherit !important;
  }
  .t-byty__cell {
    display: inline;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0 0;
    color: #949b9c;
  }
  .t-byty__cell-hidden {
    display: none;
  }
  .t-byty__price {
    display: block;
    padding: 20px 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .t-byty__state {
    padding: 0;
    position: absolute;
    top: 4px;
    right: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .t-byty__actions {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .t-byty__actions .btn {
    display: block;
  }
  .t-byty__actions .btn + .btn {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1420px) {
  td.t-byty__actions {
    display: none;
  }
}
/* ------ */
#priceForm {
  background: #792a3c;
  padding: 20px 20px 0;
  color: #000;
  position: fixed;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#priceForm .close {
  text-shadow: none;
  color: #000;
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 1;
}
#priceForm th {
  display: none;
}
#priceForm td {
  background: none !important;
  padding: 5px 0;
}
#priceForm textarea.form-control {
  height: 150px;
}
@media screen and (min-width: 960px) {
  #priceForm {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* ------ */
#show-all {
  display: none;
}

#toggle-separate-filter {
  background: #e6e5e5;
  margin-bottom: 12px;
}

#toggle-separate-filter:hover {
  background: #028402;
  color: #FFF;
}

#separate-filter .filter-wrapper {
  display: none;
  margin-top: 8px;
  padding: 0 5px;
  font-size: 0.85rem;
}
#separate-filter .form-control {
  margin: 10px 0;
}
#separate-filter br {
  display: none;
}
@media screen and (min-width: 420px) {
  #separate-filter .filter-wrapper {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 560px) {
  #separate-filter .filter-wrapper {
    width: 33.3334%;
  }
}
@media screen and (min-width: 720px) {
  #separate-filter .filter-wrapper {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  #separate-filter {
    display: none;
  }
}

/* ------ */
/* DETAIL */
#detail {
  max-width: 100%;
  position: relative;
}
#detail .col-text:not(.simple) {
  padding-top: 58px;
}
#detail .col-text:not(.simple) .link {
  display: inline-block;
  margin-bottom: 55px;
  margin-left: 30px;
}
#detail .col-text.simple {
  padding-top: 45px;
}
#detail .text-block:not(.simple) > div {
  padding-bottom: 30px;
}
#detail .text-block:not(.simple) strong {
  display: block;
  margin: 43px 0 4px;
}
#detail .number {
  background: #FFF;
  margin-left: -29px;
  padding: 0 30px 0 20px;
  line-height: 0;
  font-family: "Byington";
  font-size: 100px;
  font-size: 6.25rem;
  color: #792a3c;
  position: relative;
  top: -25px;
}
#detail .files-list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
#detail .files-list li {
  padding: 4.5px 0;
}
#detail h1 {
  text-transform: lowercase;
  color: #FFF;
}
#detail .title {
  display: block;
  margin-bottom: 44px;
}
#detail .main-img {
  width: 485px;
  max-width: 95%;
  display: block;
  margin: 0 auto 66px;
}
#detail .frame {
  border: 7px solid #c8c5b9;
  width: 210px;
  height: 185px;
  margin: 0 auto 66px;
  padding: 17px;
  text-align: center;
}
#detail .frame img {
  max-width: 100%;
  height: 100%;
}
#detail .left-col {
  padding: 55px 30px 30px;
  position: relative;
  text-align: center;
}
#detail .right-col {
  padding: 0 30px 30px;
}
#detail .right-col img {
  width: 300px !important;
  max-height: 230px;
  margin-bottom: 34px;
}
#detail .table td {
  padding-left: 19px;
}
#detail .table td:nth-of-type(2) {
  padding-right: 19px;
}
#detail .form-control,
#detail .ccheck .checkmark,
#detail .ccheck .checkmark:after {
  border-color: #FFF;
}
@media screen and (min-width: 768px) {
  #detail .main-img,
  #detail .frame {
    margin: 0 0 66px;
  }
  #detail .left-col {
    padding: 72px 63px 0;
    text-align: left;
  }
  #detail .right-col {
    padding: 0 63px 72px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .swiper-h {
    width: calc(101% + 70px);
    margin-left: -70px;
  }
  #detail .col-text:not(.simple) .link {
    margin-bottom: 48px;
    margin-left: 70px;
  }
  #detail .col-text.simple {
    padding-top: 81px;
  }
  #detail .right-col {
    padding-top: 72px;
  }
  #detail .text-block > div {
    padding-bottom: 61px;
  }
  #detail h1 {
    margin-bottom: 55px;
  }
  #detail .number {
    font-size: 150px;
    font-size: 9.375rem;
    top: -25px;
  }
}
@media screen and (min-width: 1600px) {
  #detail .swiper-h {
    width: calc(100% + 142px);
    margin-left: -142px;
  }
  #detail .col-text {
    padding-bottom: 0;
  }
  #detail .bg-img {
    min-height: 778px;
    position: static;
  }
  #detail .left-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #detail .right-col {
    max-width: 550px;
  }
  #detail .col-xxl-8 {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
@media screen and (min-width: 1680px) {
  #detail .lightgallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 651px);
            flex: 0 0 calc(100% - 651px);
    max-width: calc(100% - 651px);
  }
}
@media screen and (min-width: 1920px) {
  #detail .row:nth-of-type(3) {
    max-width: 1600px;
    margin: 0 auto;
  }
}

/* ------ */
.swiper-h {
  height: calc(100vh - 65px);
  margin: 0;
  padding: 0;
  z-index: 0;
}

.swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.swiper-slide img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullets {
  width: auto !important;
  bottom: 32px !important;
  left: auto !important;
  right: 63px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
  width: 14px;
  height: 14px;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFF;
}

.arrow-horizontal {
  background-size: auto 25px;
  width: 60px;
  height: 100%;
  margin: 0;
  color: #FFF;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.arrow-horizontal:after {
  font-size: 45px;
  font-size: 2.8125rem;
  color: inherit;
}
.arrow-horizontal:hover {
  opacity: 1;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

@media screen and (min-width: 1600px) {
  .swiper-h {
    height: 778px;
  }
}
/* ------ */
/* FOOTER */
#footer {
  background: #c8c5b9;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sp #footer {
  border-top: 1px solid #FFF;
}
#footer .logo {
  display: block;
  margin-bottom: 28px;
}
#footer .logo-psn {
  display: block;
  margin-bottom: 30px;
}
#footer img {
  max-width: 175px;
}
#footer p {
  margin: 0 0 30px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li {
  line-height: 1.7;
  text-transform: lowercase;
}
#footer li:first-letter {
  text-transform: uppercase;
}
#footer a {
  text-decoration: underline;
  color: inherit;
}
#footer .social {
  height: 100%;
  display: block;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .social .icon {
  margin: 10px 5px;
}
#footer .social .icon:hover .svg {
  fill: #792a3c;
}
#footer .social .svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#footer .holder {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer [data-toggle] {
  display: block;
  text-transform: lowercase;
}
#footer [data-toggle]:first-letter {
  text-transform: uppercase;
}
#footer form {
  max-width: 237px;
  margin: auto;
}
#footer form .title {
  margin: 30px 0 15px;
  display: block;
}
#footer form .btn {
  height: 30px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  z-index: 3;
}
#footer form .btn:before, #footer form .btn:after {
  display: none;
}
#footer form .btn .svg {
  width: 24px;
  height: 9px;
}
#footer form .btn:hover .svg {
  fill: #792a3c;
}
#footer .form-control {
  border-color: #FFF;
  color: #FFF;
}
#footer .form-control::-webkit-input-placeholder {
  color: inherit;
}
#footer .form-control:-moz-placeholder {
  color: inherit;
}
#footer .form-control::-moz-placeholder {
  color: inherit;
}
#footer .form-control:-ms-input-placeholder {
  color: inherit;
}
#footer small {
  max-width: 237px;
  display: block;
  margin: 15px auto 0;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 70px 62px 64px;
    text-align: left;
  }
  #footer .logo {
    margin-top: 24px;
  }
  #footer .col-xl-4 {
    text-align: center;
  }
  #footer p {
    margin: 0;
  }
  #footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
  }
  #footer .social .icon {
    margin: 0;
  }
  #footer form {
    margin: 0;
  }
  #footer form .title {
    margin: 0 0 33px;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    padding: 70px 112px 64px 62px;
  }
  #footer [class^=col]:nth-of-type(2) .holder {
    padding-left: 62px;
  }
  #footer img {
    max-width: none;
  }
  #footer small {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  #footer .container {
    max-width: 1600px;
  }
}

/* ------ */
/* popup - banner */
#popup-banner {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#popup-banner a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#popup-banner img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#popup-banner-image-wrapper {
  display: inline-block;
  text-align: center;
  position: relative;
}

#popup-banner-close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  opacity: 0.75;
  line-height: 34px;
  text-align: center;
  font-family: Arial;
  font-size: 40px;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
#popup-banner-close-button:hover {
  opacity: 1;
}

/* ----------- */
/* LOCKDOWN */
#lockdown {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
}
#lockdown [class^=col] {
  padding: 30px 40px 30px 30px;
}
#lockdown .col-left {
  background: #009c44;
}
#lockdown .col-right {
  background: #006d36;
}
#lockdown .svg {
  width: auto;
  height: 69px;
  margin-bottom: 9px;
  display: block;
}
#lockdown .svg g {
  fill: #006d36;
}
#lockdown p {
  margin-bottom: 1rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
#lockdown p:last-of-type {
  margin: 0;
}
#lockdown strong {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: inherit;
}
#lockdown strong.big {
  line-height: 1.05;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  #lockdown strong.big {
    font-size: 34px;
    font-size: 2.125rem;
  }
  [lang=ru] #lockdown strong.big {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #lockdown {
    margin: 0 auto;
  }
  #lockdown [class^=col] {
    padding: 30px 43px 30px 47px;
  }
  #lockdown strong.big {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  [lang=ru] #lockdown strong.big {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1300px) {
  #lockdown strong.big {
    font-size: 47px;
    font-size: 2.9375rem;
  }
  [lang=ru] #lockdown strong.big {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media screen and (min-width: 1600px) {
  #lockdown {
    margin: 60px auto;
    padding-left: 59px;
    padding-right: 59px;
  }
  #lockdown strong.big {
    font-size: 54px;
    font-size: 3.375rem;
  }
  [lang=ru] #lockdown strong.big {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 1920px) {
  #lockdown strong.big {
    font-size: 62px;
    font-size: 3.875rem;
  }
  [lang=ru] #lockdown strong.big {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 2560px) {
  #lockdown {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

/* ------ */
/* ------ */
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

section {
  position: relative;
  z-index: 1;
}

.detail main {
  padding-top: 0;
}

main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column;
  position: relative;
}
.sp main {
  padding-top: 65px;
}
@media screen and (min-width: 1024px) {
  .sp main {
    padding-top: 75px;
  }
}

header h1,
.h1 {
  /*text-transform: lowercase;*/
}
header h1:first-letter,
.h1:first-letter {
  text-transform: uppercase;
}

/* ------ */
.text-link {
  display: inline-block;
  margin-top: 23px;
  padding-left: 37px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000;
  position: relative;
  -webkit-transition: none !important;
  transition: none !important;
}
.text-link:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236a777d' width='7.1' height='2.6' viewBox='0 0 7.1 2.6'%3E%3Cpath d='M5.8 0l-.3.3.8.8H0v.4h6.3l-.8.8.3.3 1.3-1.3z'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100%;
  width: 24px;
  height: 9px;
  position: absolute;
  top: 2px;
  left: 0;
}
.text-link.white {
  color: #FFF;
}
.text-link.white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='7.1' height='2.6' viewBox='0 0 7.1 2.6'%3E%3Cpath d='M5.8 0l-.3.3.8.8H0v.4h6.3l-.8.8.3.3 1.3-1.3z'/%3E%3C/svg%3E");
}
.text-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23951b81' width='7.1' height='2.6' viewBox='0 0 7.1 2.6'%3E%3Cpath d='M5.8 0l-.3.3.8.8H0v.4h6.3l-.8.8.3.3 1.3-1.3z'/%3E%3C/svg%3E");
}
.text-link:hover {
  color: #792a3c;
}

/* ------ */
.modal-title {
  font-size: 1.25rem;
}

.line-through {
  text-decoration: line-through;
}

.action-price {
  color: red;
}

@media (min-width: 1280px) {
  .action-price {
    font-size: 1.2rem;
  }
}
.property-row.sold td {
  cursor: default !important;
}

/* ------ */
#login {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.starlink {
  text-decoration: none;
  color: white;
}
/*# sourceMappingURL=style.css.map */
